Extra Ant Classpath Entries

Identifier: org.eclipse.ant.core.extraClasspathEntries

Description: Allows plug-ins to define arbitrary JARs for use by the Ant infrastructure. These JARs are put into the Ant classpath at runtime. Besides the JAR, the plug-in classloader of the plug-in providing the JAR is also added to the classpath.

Configuration Markup:

   <!ELEMENT extraClasspathEntry EMPTY>
   <!ATTLIST extraClasspathEntry
      library        CDATA #REQUIRED
   >

Examples: The following is an example of an object declaration:

   <extension point="org.eclipse.ant.core.extraClasspathEntries">
      <extraClasspathEntry library="myExtraLibrary.jar"/>
   </extension>

Supplied Implementation: The platform itself does not supply any extension.

Copyright IBM Corp. 2000, 2001.  All Rights Reserved.