blob: eb099db43e5adb46764517c7ea10e981f8219ac7 [file] [log] [blame]
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Mozilla/4.7 [en] (WinNT; I) [Netscape]">
<meta name="Author" content="Rodrigo Peretti">
<title>Extra Ant Classpath Entries</title>
</head>
<body link="#0000FF" vlink="#800080">
<center>
<h1>
Extra Ant Classpath Entries</h1></center>
<b><i>Identifier: </i></b>org.eclipse.ant.core.extraClasspathEntries
<p><b><i>Description: </i></b>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.
<p><b><i>Configuration Markup:</i></b>
<p><tt>&nbsp;&nbsp; &lt;!ELEMENT extraClasspathEntry EMPTY></tt>
<br><tt>&nbsp;&nbsp; &lt;!ATTLIST extraClasspathEntry</tt>
<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; library&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
CDATA #REQUIRED</tt>
<br><tt>&nbsp;&nbsp; ></tt>
<ul>
<li>
<b>library</b> - a path relative to the plug-in install location for the
library</li>
</ul>
<b><i>Examples: </i></b>The following is an example of an object declaration:
<p><tt>&nbsp;&nbsp; &lt;extension point="org.eclipse.ant.core.extraClasspathEntries"></tt>
<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;extraClasspathEntry library="myExtraLibrary.jar"/></tt>
<br><tt>&nbsp;&nbsp; &lt;/extension></tt>
<p><b><i>Supplied Implementation:</i></b> The platform itself supplies
an ant support jar
<p><a href="hglegal.htm"><img SRC="ngibmcpy.gif" ALT="Copyright IBM Corp. 2000, 2001. All Rights Reserved." BORDER=0 height=12 width=195></a>
</body>
</html>