|
What this is
Other links
The source code
<project default="update-libs">
<property name="lib.dir" value="_lib"/>
<target name="update-libs">
<antcall target="update-lib">
<param name="lib.dir" value="_lib"/>
</antcall>
<antcall target="update-lib">
<param name="lib.dir" value="_ext"/>
</antcall>
</target>
<target name="update-lib">
<copy todir="${lib.dir}" overwrite="true" filtering="off" flatten="false">
<fileset dir="../_lib">
<present targetdir="${lib.dir}"/>
</fileset>
</copy>
</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