* Include all jar files from the main lib/ext directory
* Update Helma build version to 1.3-alpha-0
This commit is contained in:
parent
676b70519d
commit
575f00ac83
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
<target name="init">
|
||||
<property name="Name" value="helma"/>
|
||||
<property name="year" value="1998-${year}"/>
|
||||
<property name="version" value="1.2.5"/>
|
||||
<property name="version" value="1.3-alpha-0"/>
|
||||
<property name="project" value="helma"/>
|
||||
<property name="build.compiler" value="classic"/>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue