* 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:
Tobi Schäfer 2003-03-20 19:11:06 +00:00
parent ad4892b0fb
commit a63526e7d7
2 changed files with 3 additions and 3 deletions

View file

@ -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>

Binary file not shown.