* modified build.xml to only copy jar files from helma/lib (no recursion)
* added mysql.jar to helma/build/main/lib/ext (note: we could remove helma/lib/ext/mysql.jar now)
This commit is contained in:
parent
ad4892b0fb
commit
a63526e7d7
2 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
<property name="jar.name" value="${project}"/>
|
||||
<property name="package.name" value="${project}-${version}"/>
|
||||
<property name="antclick.name" value="antclick-1.0pre3"/>
|
||||
<property name="antclick.name" value="antclick-1.0pre6"/>
|
||||
|
||||
<property name="debug" value="on"/>
|
||||
<property name="optimize" value="on"/>
|
||||
|
@ -207,8 +207,8 @@
|
|||
<!-- copy all libraries except helma-YYYYMMDD.jar -->
|
||||
<copy todir="${build.work}/lib">
|
||||
<fileset dir="${home.dir}/lib">
|
||||
<exclude name="**/helma*.jar" />
|
||||
<include name="**/*.jar" />
|
||||
<exclude name="helma*.jar" />
|
||||
<include name="*.jar" />
|
||||
</fileset>
|
||||
</copy>
|
||||
|
||||
|
|
BIN
build/main/lib/ext/mysql.jar
Normal file
BIN
build/main/lib/ext/mysql.jar
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue