summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/sca/trunk/itest/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/ant/sca/trunk/itest/pom.xml')
-rw-r--r--sandbox/ant/sca/trunk/itest/pom.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/sandbox/ant/sca/trunk/itest/pom.xml b/sandbox/ant/sca/trunk/itest/pom.xml
index 57dd85b9a7..1dcb403f56 100644
--- a/sandbox/ant/sca/trunk/itest/pom.xml
+++ b/sandbox/ant/sca/trunk/itest/pom.xml
@@ -17,12 +17,12 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-itest</artifactId>
@@ -667,7 +667,7 @@
</goals>
<configuration>
<tasks>
- <ant antfile="${was.ant.script}" target="startServer"/>
+ <ant antfile="${was.ant.script}" target="startServer" />
</tasks>
</configuration>
</execution>
@@ -681,11 +681,11 @@
<configuration>
<tasks>
<ant antfile="${was.ant.script}" target="installApplication">
- <property name="was.python.script" value="${was.python.script}"/>
- <property name="application.war" value="${project.build.directory}/${project.build.finalName}.war"/>
- <property name="application.name" value="${project.build.finalName}.war"/>
- <property name="application.contextRoot" value="${project.build.finalName}"/>
- <property name="application.server" value="server1"/>
+ <property name="was.python.script" value="${was.python.script}" />
+ <property name="application.war" value="${project.build.directory}/${project.build.finalName}.war" />
+ <property name="application.name" value="${project.build.finalName}.war" />
+ <property name="application.contextRoot" value="${project.build.finalName}" />
+ <property name="application.server" value="server1" />
</ant>
</tasks>
</configuration>
@@ -700,8 +700,8 @@
<configuration>
<tasks>
<ant antfile="${was.ant.script}" target="uninstallApplication">
- <property name="was.python.script" value="${was.python.script}"/>
- <property name="application.name" value="${project.build.finalName}.war"/>
+ <property name="was.python.script" value="${was.python.script}" />
+ <property name="application.name" value="${project.build.finalName}.war" />
</ant>
</tasks>
</configuration>
@@ -715,7 +715,7 @@
</goals>
<configuration>
<tasks>
- <ant antfile="${was.ant.script}" target="stopServer"/>
+ <ant antfile="${was.ant.script}" target="stopServer" />
</tasks>
</configuration>
</execution>