[jboss-cvs] jboss-seam ...
Gavin King
gavin.king at jboss.com
Mon Nov 6 13:15:01 EST 2006
User: gavin
Date: 06/11/06 13:15:01
Modified: jboss-seam seam seam.bat
Log:
integrate hibernate tools
Revision Changes Path
1.6 +4 -0 jboss-seam/seam
(In the diff below, changes in quantity of whitespace are not shown.)
Index: seam
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- seam 6 Nov 2006 08:52:05 -0000 1.5
+++ seam 6 Nov 2006 18:15:01 -0000 1.6
@@ -44,6 +44,10 @@
then
ant unexplode
+elif [ "${seamtask}" = generate-entities ]
+ then
+ ant generate-entities
+
elif [ "${seamtask}" = new-action ]
then
ant new-stateless-action -Daction.name=${taskinput} -Dpage.name="${taskinput2}"
1.6 +2 -0 jboss-seam/seam.bat
(In the diff below, changes in quantity of whitespace are not shown.)
Index: seam.bat
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam.bat,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- seam.bat 6 Nov 2006 08:52:05 -0000 1.5
+++ seam.bat 6 Nov 2006 18:15:01 -0000 1.6
@@ -33,6 +33,8 @@
if "%SEAMTASK%" == "unexplode" ant unexplode
+if "%SEAMTASK%" == "generate-entities" ant generate-entities
+
if "%SEAMTASK%" == "new-action" ant new-stateless-action -Daction.name=%TASKINPUT% -Dpage.name="%TASKINPUT2%"
if "%SEAMTASK%" == "new-form" ant new-stateful-action -Daction.name=%TASKINPUT% -Dpage.name="%TASKINPUT2%"
More information about the jboss-cvs-commits
mailing list