diff options
| author | abranson <andrew.branson@cern.ch> | 2012-03-13 15:31:25 +0100 |
|---|---|---|
| committer | abranson <andrew.branson@cern.ch> | 2012-03-13 15:31:25 +0100 |
| commit | 160f610b24ee3802a109bcd32e00bfa2dde31ec2 (patch) | |
| tree | 55db2fc501953f004dd66291df3fdc8ebce292b8 /build.xml | |
| parent | 7d36c0df166e6eacd6c37a8295ef5ac0ac68bdd4 (diff) | |
Added Description Factory
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -47,7 +47,7 @@ <target name="clean" description="cleans up the build directories">
<delete dir="${build.dir}"/>
</target>
- <target name="rebuild" depends="clean, jar" description="deletes and recompiles the whole of cristal2"/>
+ <target name="rebuild" depends="clean, jar" description="deletes and rebuilds the cristal-dev module"/>
<target name="jar" depends="resources" description="make jar">
<jar basedir="${build.dir}" includes="**" jarfile="cristaldev.jar"/>
</target>
@@ -61,6 +61,11 @@ <patternset refid="resource.files"/>
</fileset>
</copy>
+ <copy todir="${build.dir}">
+ <fileset dir="${src.dir}">
+ <filename name="module.xml"/>
+ </fileset>
+ </copy>
</target>
</project>
|
