|
What this is
Other links
The source code
<project default="build-full-jars">
<property name="dest.dir" value="build/delivery/files/WEB-INF/lib"/>
<available file="_lib" property="exists.lib"/>
<target name="copy-libs" if="exists.lib">
<copy todir="${dest.dir}" filtering="off" overwrite="true">
<fileset dir="_lib">
<include name="*.jar"/>
</fileset>
</copy>
</target>
<target name='build-full-jars'>
<antcall target="copy-libs"/>
<jar jarfile="${dest.dir}/${APP}.jar" basedir="build/delivery/classes"/>
</target>
</project>
|
Copyright 1998-2008 Alvin Alexander
All Rights Reserved.
devdaily.com is based in louisville, kentucky, and this web site is hosted by godaddy.com