You can now easily extend the classpath by putting .zip files into

extensions/drop-ins/.
This commit is contained in:
dchandler 2002-10-18 02:57:57 +00:00
parent 2ea513bab8
commit 7f24759ff6

View file

@ -99,6 +99,8 @@ info on where to find these.
<fileset dir="${ext}/drop-ins"> <fileset dir="${ext}/drop-ins">
<include name="*.jar"/> <include name="*.jar"/>
<include name="*.JAR"/> <include name="*.JAR"/>
<include name="*.zip"/>
<include name="*.ZIP"/>
</fileset> </fileset>
<!-- Developers: set this on the ant command line if you need to <!-- Developers: set this on the ant command line if you need to