Author: pskopek(a)redhat.com
Date: 2012-02-24 08:12:56 -0500 (Fri, 24 Feb 2012)
New Revision: 1438
Modified:
integration-tests/trunk/picketlink-sts-jbas7-cxf/
integration-tests/trunk/picketlink-sts-jbas7-cxf/pom.xml
Log:
Shutdown command for jboss AS7 fixed.
Property changes on: integration-tests/trunk/picketlink-sts-jbas7-cxf
___________________________________________________________________
Added: svn:ignore
+ .settings
.classpath
.project
Modified: integration-tests/trunk/picketlink-sts-jbas7-cxf/pom.xml
===================================================================
--- integration-tests/trunk/picketlink-sts-jbas7-cxf/pom.xml 2012-02-24 13:06:07 UTC (rev
1437)
+++ integration-tests/trunk/picketlink-sts-jbas7-cxf/pom.xml 2012-02-24 13:12:56 UTC (rev
1438)
@@ -85,7 +85,7 @@
<phase>test</phase>
<configuration>
<tasks>
- <ant antfile="${basedir}/../ant-scripts/ant-build.xml"
target="stop-jboss6" />
+ <ant antfile="${basedir}/../ant-scripts/ant-build.xml"
target="stop-jboss7" />
</tasks>
</configuration>
<goals>
Show replies by date