[seam-commits] Seam SVN: r9053 - trunk/seam-gen.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Sat Sep 20 18:43:26 EDT 2008
Author: dan.j.allen
Date: 2008-09-20 18:43:25 -0400 (Sat, 20 Sep 2008)
New Revision: 9053
Modified:
trunk/seam-gen/build.xml
Log:
create package names when setting up project
Modified: trunk/seam-gen/build.xml
===================================================================
--- trunk/seam-gen/build.xml 2008-09-20 22:42:35 UTC (rev 9052)
+++ trunk/seam-gen/build.xml 2008-09-20 22:43:25 UTC (rev 9053)
@@ -843,9 +843,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