DerbyEclipsePlugin.java | Class | This class provides the functionality to create the build related
related properties, which are used for creating the Derby plug-in
for Eclipse by the ANT script.
- The Eclipse plugin will be called 'Apache Derby Core Plug-in for Eclipse'
- The plugin can be build from the main build.xml using 'ant' with the 'plugin'
argument.
- The package name for the Derby plug-in will
be: org.apache.derby.core_.. (example: org.apache.derby.core_10.1.0).
- The plugin.xml in the Derby plug-in will show the actual version of the
the Derby build (example: 10.1.0.0 (111545M) ). |