[seam-commits] Seam SVN: r7151 - trunk/seam-gen.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Jan 18 20:13:21 EST 2008


Author: shane.bryzak at jboss.com
Date: 2008-01-18 20:13:21 -0500 (Fri, 18 Jan 2008)
New Revision: 7151

Modified:
   trunk/seam-gen/build.xml
Log:
don't copy user manager files

Modified: trunk/seam-gen/build.xml
===================================================================
--- trunk/seam-gen/build.xml	2008-01-18 22:22:40 UTC (rev 7150)
+++ trunk/seam-gen/build.xml	2008-01-19 01:13:21 UTC (rev 7151)
@@ -820,8 +820,8 @@
         <include name="login.xhtml"/>
         <include name="login.page.xml"/>
         <include name="index.html"/>
-        <include name="usermanager.xhtml"/>
-        <include name="userdetail.xhtml"/>
+        <!--include name="usermanager.xhtml"/>
+        <include name="userdetail.xhtml"/-->
         <include name="layout/*"/>
         <include name="stylesheet/*"/>
         <exclude name="**/*.ftl"/>
@@ -858,12 +858,12 @@
     <mkdir dir="${project.home}/src/action"/>
     <mkdir dir="${project.home}/src/test"/>
       
-    <copy todir="${project.home}/src/${model.dir}">
+    <!--copy todir="${project.home}/src/${model.dir}">
       <fileset dir="${base.dir}/src/">
         <include name="UserAccount.java"/>
       </fileset>
       <filterset refid="filters"/>
-    </copy>
+    </copy-->
   
     <copy todir="${project.home}/src/test" file="${base.dir}/test/readme.txt" />
 




More information about the seam-commits mailing list