[seam-commits] Seam SVN: r15492 - branches/enterprise/WFK-2_1/jboss-seam-gen/dist/build-scripts.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri May 10 09:23:11 EDT 2013
Author: manaRH
Date: 2013-05-10 09:23:10 -0400 (Fri, 10 May 2013)
New Revision: 15492
Modified:
branches/enterprise/WFK-2_1/jboss-seam-gen/dist/build-scripts/build.xml
Log:
JBSEAM-5087
Modified: branches/enterprise/WFK-2_1/jboss-seam-gen/dist/build-scripts/build.xml
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam-gen/dist/build-scripts/build.xml 2013-05-10 13:23:02 UTC (rev 15491)
+++ branches/enterprise/WFK-2_1/jboss-seam-gen/dist/build-scripts/build.xml 2013-05-10 13:23:10 UTC (rev 15492)
@@ -302,7 +302,7 @@
<target name="explode" depends="prepare-explode,create-dodeploy"/>
- <available file="${deploy.dir}/${project.name}.war.deployed" property="deployed.file.exists"/>
+ <available file="${deploy.dir}/${project.name}.ear.deployed" property="deployed.file.exists"/>
<target name="prepare-explode" depends="stage,datasource"
description="Deploy the exploded archive">
More information about the seam-commits
mailing list