[jboss-cvs] jboss-seam/seam-gen ...
Michael Yuan
michael.yuan at jboss.com
Tue Nov 14 12:59:08 EST 2006
User: myuan
Date: 06/11/14 12:59:08
Modified: seam-gen build.xml
Log:
add support for netbeans
Revision Changes Path
1.41 +6 -0 jboss-seam/seam-gen/build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam-gen/build.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- build.xml 10 Nov 2006 05:48:27 -0000 1.40
+++ build.xml 14 Nov 2006 17:59:08 -0000 1.41
@@ -384,6 +384,12 @@
<mkdir dir="${project.home}/src"/>
+ <mkdir dir="${project.home}/nbproject"/>
+ <copy tofile="${project.home}/nbproject/project.xml"
+ file="${basedir}/nbproject/project.xml">
+ <filterset refid="project"/>
+ </copy>
+
</target>
<target name="file-copy-wtp" if="${wtp}">
More information about the jboss-cvs-commits
mailing list