[jboss-cvs] jboss-seam ...
Peter Muir
peter at bleepbleep.org.uk
Sat Jul 14 21:15:44 EDT 2007
User: pmuir
Date: 07/07/14 21:15:44
Modified: jboss-seam build.xml
Log:
Fix
Revision Changes Path
1.249 +1 -1 jboss-seam/build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/build.xml,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -b -r1.248 -r1.249
--- build.xml 15 Jul 2007 00:18:35 -0000 1.248
+++ build.xml 15 Jul 2007 01:15:44 -0000 1.249
@@ -803,7 +803,7 @@
<include name="**/*" />
</fileset>
</copy>
- <copy todir="${ci.dir}/build" file="${basedir}/${dist.name}.zip" />
+ <copy todir="${ci.dir}/build" file="${dist.location}/${dist.name}.zip" />
<mkdir dir="${version}.${patchlevel}" />
<move todir="${ci.dir}/${version}.${patchlevel}">
<fileset dir="${ci.dir}/build" />
More information about the jboss-cvs-commits
mailing list