summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/itest/osgi-tuscany
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-29 19:59:17 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-29 19:59:17 +0000
commit4eaff45e2af57ccfa959d20c728fabb3bea77ae3 (patch)
tree63f146eef30f1a5af800bb3a89c1f28893eacec0 /sca-java-1.x/branches/sca-java-1.6.1/itest/osgi-tuscany
parenta0552dbb3dcc260bd171f27c9796a9cc4aa09b9a (diff)
TUSCANY-3697: Delete incorrect continuation backslashes from XML files
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002831 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/itest/osgi-tuscany')
-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>