You can now easily extend the classpath by putting .zip files into
extensions/drop-ins/.
This commit is contained in:
parent
2ea513bab8
commit
7f24759ff6
1 changed files with 2 additions and 0 deletions
|
@ -99,6 +99,8 @@ info on where to find these.
|
|||
<fileset dir="${ext}/drop-ins">
|
||||
<include name="*.jar"/>
|
||||
<include name="*.JAR"/>
|
||||
<include name="*.zip"/>
|
||||
<include name="*.ZIP"/>
|
||||
</fileset>
|
||||
|
||||
<!-- Developers: set this on the ant command line if you need to
|
||||
|
|
Loading…
Reference in a new issue