mpoeschl 2003/02/18 11:50:39
Modified: . build-gump.xml
Log:
fix gump build
Revision Changes Path
1.5 +0 -9 db-torque/build-gump.xml
Index: build-gump.xml
===================================================================
RCS file: /home/cvs/db-torque/build-gump.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- build-gump.xml 4 Jan 2003 14:34:22 -0000 1.4
+++ build-gump.xml 18 Feb 2003 19:50:39 -0000 1.5
@@ -19,17 +19,8 @@
</src>
</javac>
- <!-- copy database.dtd to the right place -->
- <copy file="src/dtd/database.dtd"
- todir="${maven.build.dest}/org/apache/torque/engine/database/transform"/>
- <!-- copy default.properties to the right place -->
- <copy file="src/conf/default.properties"
- todir="${maven.build.dest}/org/apache/torque"/>
-
- <!-- build the jar incl. the templates -->
<jar jarfile="${maven.build.dir}/${maven.final.name}.jar">
<fileset dir="${maven.build.dest}" excludes="**/package.html"/>
- <fileset dir="src/templates"/>
</jar>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]