[seam-commits] Seam SVN: r9052 - branches/community/Seam_2_0/seam-gen.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sat Sep 20 18:42:36 EDT 2008


Author: dan.j.allen
Date: 2008-09-20 18:42:35 -0400 (Sat, 20 Sep 2008)
New Revision: 9052

Modified:
   branches/community/Seam_2_0/seam-gen/build.xml
Log:
create the model, action, and test packages when setting up the project


Modified: branches/community/Seam_2_0/seam-gen/build.xml
===================================================================
--- branches/community/Seam_2_0/seam-gen/build.xml	2008-09-20 22:18:03 UTC (rev 9051)
+++ branches/community/Seam_2_0/seam-gen/build.xml	2008-09-20 22:42:35 UTC (rev 9052)
@@ -827,9 +827,9 @@
             <filterset refid="project"/>
         </copy>
                         
-        <mkdir dir="${project.home}/src/model"/>
-    	<mkdir dir="${project.home}/src/action"/>
-    	<mkdir dir="${project.home}/src/test"/>
+        <mkdir dir="${project.home}/src/${model.dir}"/>
+    	<mkdir dir="${project.home}/src/${action.dir}"/>
+    	<mkdir dir="${project.home}/src/${test.dir}"/>
     	
     	<copy todir="${project.home}/src/test" file="${base.dir}/test/readme.txt" />
 




More information about the seam-commits mailing list