Author: tfischer
Date: Sat Jan 7 05:44:52 2006
New Revision: 366722
URL: http://svn.apache.org/viewcvs?rev=366722&view=rev
Log:
Try to include the templates in the gump build process
Added:
db/torque/templates/trunk/build-gump.xml
Added: db/torque/templates/trunk/build-gump.xml
URL:
http://svn.apache.org/viewcvs/db/torque/templates/trunk/build-gump.xml?rev=366722&view=auto
==============================================================================
--- db/torque/templates/trunk/build-gump.xml (added)
+++ db/torque/templates/trunk/build-gump.xml Sat Jan 7 05:44:52 2006
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<project name="maven" default="jar" basedir=".">
+
+ <target name="jar">
+
+ <mkdir dir="${maven.build.dir}"/>
+
+ <jar jarfile="${maven.build.dir}/${maven.final.name}.jar">
+ <fileset dir="src/templates"/>
+ </jar>
+
+ </target>
+
+</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]