| 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) ). This can be viewed from
Help - About Eclipse Platform - Plug-in Details of Eclipse of the Eclipse IDE
- The zip file created for the DerbyEclipse under the jars directory will have the name:
derby_core_plugin_...zip (example:derby_core_plugin_10.1.0.zip)
- The current packaging includes derby.jar, derbynet.jar and
derbytools.jar. The locale jars for Derby are not included yet.
author: Rajesh Kartha |