summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/itest/osgi-tuscany/test-bundles/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/itest/osgi-tuscany/test-bundles/pom.xml')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/itest/osgi-tuscany/test-bundles/pom.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/itest/osgi-tuscany/test-bundles/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/itest/osgi-tuscany/test-bundles/pom.xml
index 4a9d1f7777..ac2307c054 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/itest/osgi-tuscany/test-bundles/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/itest/osgi-tuscany/test-bundles/pom.xml
@@ -81,11 +81,11 @@
<property name="jar.file.name" value="SupplyChain.jar" />
<property name="manifest.file.name" value="META-INF/SupplyChain.mf" />
<property name="files.list"
- value="supplychain/customer/* \
- supplychain/retailer/* \
- supplychain/warehouse/* \
- supplychain/shipper/* \
- supplychain/supplychain.composite \
+ value="supplychain/customer/*
+ supplychain/retailer/*
+ supplychain/warehouse/*
+ supplychain/shipper/*
+ supplychain/supplychain.composite
META-INF/sca-contribution.xml" />
</ant>
@@ -103,12 +103,12 @@
<property name="jar.file.name" value="SupplyChainWS.jar" />
<property name="manifest.file.name" value="META-INF/SupplyChain.mf" />
<property name="files.list"
- value="supplychain/customer/* \
- supplychain/retailer/* \
- supplychain/warehouse/* \
- supplychain/shipper/* \
- supplychain/ws/supplychain.composite \
- supplychain/ws/Customer.wsdl \
+ value="supplychain/customer/*
+ supplychain/retailer/*
+ supplychain/warehouse/*
+ supplychain/shipper/*
+ supplychain/ws/supplychain.composite
+ supplychain/ws/Customer.wsdl
META-INF/sca-contribution.xml" />
</ant>