|
|
<target name="static" depends="prepare" | <target name="static" depends="prepare" |
description="Copy static files to build directory"> | description="Copy static files to build directory"> |
<tstamp/> | <tstamp/> |
|
<!-- Edited out by Greg Bowyer to help the gentoo ebuild of commons-modeler build --> |
|
<!-- |
<copy todir="${build.home}/conf" filtering="on"> | <copy todir="${build.home}/conf" filtering="on"> |
<fileset dir="${conf.home}" includes="*.MF"/> | <fileset dir="${conf.home}" includes="*.MF"/> |
</copy> | </copy> |
|
--> |
</target> | </target> |
| |
| |