summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/sca/trunk/itest/distribution/calculator-rmi/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/ant/sca/trunk/itest/distribution/calculator-rmi/pom.xml')
-rw-r--r--sandbox/ant/sca/trunk/itest/distribution/calculator-rmi/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/ant/sca/trunk/itest/distribution/calculator-rmi/pom.xml b/sandbox/ant/sca/trunk/itest/distribution/calculator-rmi/pom.xml
index 88accdeefa..e38b2205cc 100644
--- a/sandbox/ant/sca/trunk/itest/distribution/calculator-rmi/pom.xml
+++ b/sandbox/ant/sca/trunk/itest/distribution/calculator-rmi/pom.xml
@@ -17,7 +17,7 @@
* 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>
@@ -70,7 +70,7 @@
<configuration>
<tasks>
<property name="tuscany.version" value="${version}" />
- <ant antfile="./build.xml" target="run"/>
+ <ant antfile="./build.xml" target="run" />
</tasks>
</configuration>
</execution>