Author: manaRH Date: 2013-06-19 13:09:06 -0400 (Wed, 19 Jun 2013) New Revision: 15572
Modified: branches/enterprise/WFK-2_1/distribution/src/main/assembly/seam.bat Log: https://bugzilla.redhat.com/show_bug.cgi?id=975787 fixed seam.bat Modified: branches/enterprise/WFK-2_1/distribution/src/main/assembly/seam.bat =================================================================== --- branches/enterprise/WFK-2_1/distribution/src/main/assembly/seam.bat 2013-06-19 10:50:21 UTC (rev 15571) +++ branches/enterprise/WFK-2_1/distribution/src/main/assembly/seam.bat 2013-06-19 17:09:06 UTC (rev 15572) @@ -35,7 +35,7 @@ echo SEAM_HOME: %SEAM_HOME% echo Using seam-gen sources from: %SEAM_GEN_DIR% -"%JAVA_HOME%\bin\java" -cp "%JAVA_HOME%\lib\tools.jar;%SEAM_HOME%\lib\gen\ant-launcher.jar;%SEAM_HOME%\lib\gen\ant-nodeps.jar;%SEAM_HOME%\lib\gen\ant.jar" -Dant.home="%SEAM_HOME%\lib" org.apache.tools.ant.launch.Launcher -buildfile "%SEAM_GEN_DIR%\build.xml" -Dworking.dir="%WORKING_DIR%" %* +"%JAVA_HOME%\bin\java" -cp "%JAVA_HOME%\lib\tools.jar;%SEAM_HOME%\seam-gen\lib\ant-launcher.jar;%SEAM_HOME%\seam-gen\lib\ant-nodeps.jar;%SEAM_HOME%\seam-gen\lib\ant.jar" -Dant.home="%SEAM_HOME%\lib" org.apache.tools.ant.launch.Launcher -buildfile "%SEAM_GEN_DIR%\build.xml" -Dworking.dir="%WORKING_DIR%" %* goto END_NO_PAUSE _______________________________________________ seam-commits mailing list [email protected] https://lists.jboss.org/mailman/listinfo/seam-commits
