dion 02/05/08 08:39:58
Modified: xo gump.xml build-gump.xml
Log:
Fixed property problems
Revision Changes Path
1.2 +1 -1 jakarta-commons-sandbox/xo/gump.xml
Index: gump.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/xo/gump.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gump.xml 8 May 2002 15:01:06 -0000 1.1
+++ gump.xml 8 May 2002 15:39:58 -0000 1.2
@@ -15,7 +15,7 @@
<!-- and binary distributions. -->
<ant buildfile="build-gump.xml" target="jar">
- <property name="final.name" value="commons-xo-@@DATE@@"/>
+ <property name="maven.final.name" value="commons-xo-@@DATE@@"/>
</ant>
<!-- All Maven projects need Ant and Xerces to build. -->
1.2 +2 -2 jakarta-commons-sandbox/xo/build-gump.xml
Index: build-gump.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/xo/build-gump.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build-gump.xml 8 May 2002 15:01:06 -0000 1.1
+++ build-gump.xml 8 May 2002 15:39:58 -0000 1.2
@@ -9,8 +9,8 @@
<target
name="jar">
- <property name="build.dir" value="target"/>
- <property name="build.dest" value="${maven.build.dir}/classes"/>
+ <property name="maven.build.dir" value="target"/>
+ <property name="maven.build.dest" value="${maven.build.dir}/classes"/>
<mkdir dir="${maven.build.dest}"/>
--
To unsubscribe, e-mail: <mailto:commons-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@jakarta.apache.org>
|