[jboss-cvs] jboss-seam/seam-gen ...
Max Rydahl Andersen
mandersen at jboss.com
Fri Aug 17 04:26:51 EDT 2007
User: mandersen
Date: 07/08/17 04:26:51
Modified: seam-gen Tag: Seam_1_2_AP rhds-build.xml
Log:
include seam scripts into seam-gen.
Revision Changes Path
No revision
No revision
1.1.2.3 +7 -3 jboss-seam/seam-gen/Attic/rhds-build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: rhds-build.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam-gen/Attic/rhds-build.xml,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- rhds-build.xml 17 Aug 2007 07:21:33 -0000 1.1.2.2
+++ rhds-build.xml 17 Aug 2007 08:26:51 -0000 1.1.2.3
@@ -18,15 +18,19 @@
<property name="dist.dir" value="../seam-rhds"/>
</ant>
+ <copy file="../seam" todir="../../seam-rhds"/>
+ <copy file="../seam.bat" todir="../../seam-rhds"/>
+
<zip destfile="../rhds-seam-gen-patch.zip">
<fileset dir="../../seam-rhds">
+ <include name="seam"/>
+ <include name="seam.bat"/>
+
<exclude name="seam-gen/rhds-build.xml"/>
<exclude name="seam-gen/build/**"/>
<include name="seam-gen/**"/>
<include name="jboss-seam-gen.jar"/>
- <include name="seam"/>
- <include name="seam.bat"/>
</fileset>
</zip>
</target>
More information about the jboss-cvs-commits
mailing list