summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/itest/osgi-tuscany
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-26 11:19:27 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-26 11:19:27 +0000
commita59f37a8b2e1d2a8d89536c21e20d10ba5ab95b3 (patch)
tree7d964f4c0270697a28658bc035b098f290e6013b /sca-java-1.x/trunk/itest/osgi-tuscany
parenta37f061e04627fb3f0c92ece3fa4c6bbd647b154 (diff)
Merge r1002831 TUSCANY-3697: Delete incorrect continuation backslashes from XML files
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027472 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/itest/osgi-tuscany')
-rw-r--r--sca-java-1.x/trunk/itest/osgi-tuscany/test-bundles/pom.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/sca-java-1.x/trunk/itest/osgi-tuscany/test-bundles/pom.xml b/sca-java-1.x/trunk/itest/osgi-tuscany/test-bundles/pom.xml
index ee4e8b067c..fbdcf616ee 100644
--- a/sca-java-1.x/trunk/itest/osgi-tuscany/test-bundles/pom.xml
+++ b/sca-java-1.x/trunk/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>