summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/itest/osgi-contribution/contribution-classes/pom.xml
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-contribution/contribution-classes/pom.xml
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 '')
-rw-r--r--sca-java-1.x/trunk/itest/osgi-contribution/contribution-classes/pom.xml64
1 files changed, 32 insertions, 32 deletions
diff --git a/sca-java-1.x/trunk/itest/osgi-contribution/contribution-classes/pom.xml b/sca-java-1.x/trunk/itest/osgi-contribution/contribution-classes/pom.xml
index b4c68cb50b..7c8945e128 100644
--- a/sca-java-1.x/trunk/itest/osgi-contribution/contribution-classes/pom.xml
+++ b/sca-java-1.x/trunk/itest/osgi-contribution/contribution-classes/pom.xml
@@ -110,13 +110,13 @@
<property name="manifest.file.name" value="osgi/Customer.mf" />
<property name="sca.contribution" value="customer-sca-contribution.xml" />
<property name="files.list"
- value="supplychain/customer/* \
- supplychain/OSGiBundleImpl.class \
- supplychain.composite \
- CustomerV1.componentType \
- RetailerV1.componentType \
- WarehouseV1.componentType \
- ShipperV1.componentType \
+ value="supplychain/customer/*
+ supplychain/OSGiBundleImpl.class
+ supplychain.composite
+ CustomerV1.componentType
+ RetailerV1.componentType
+ WarehouseV1.componentType
+ ShipperV1.componentType
META-INF/sca-contribution.xml" />
</ant>
@@ -127,13 +127,13 @@
<property name="manifest.file.name" value="osgi/Customer2.mf" />
<property name="sca.contribution" value="customer-sca-contribution.xml" />
<property name="files.list"
- value="supplychain/customer/* \
- supplychain/OSGiBundleImpl.class \
- supplychain.composite \
- Customer2V1.componentType \
- RetailerV1.componentType \
- WarehouseV1.componentType \
- ShipperV1.componentType \
+ value="supplychain/customer/*
+ supplychain/OSGiBundleImpl.class
+ supplychain.composite
+ Customer2V1.componentType
+ RetailerV1.componentType
+ WarehouseV1.componentType
+ ShipperV1.componentType
META-INF/sca-contribution.xml" />
</ant>
@@ -144,8 +144,8 @@
<property name="manifest.file.name" value="osgi/Retailer.mf" />
<property name="sca.contribution" value="retailer-sca-contribution.xml" />
<property name="files.list"
- value="supplychain/retailer/* \
- supplychain/OSGiBundleImpl.class \
+ value="supplychain/retailer/*
+ supplychain/OSGiBundleImpl.class
META-INF/sca-contribution.xml" />
</ant>
<ant antfile="./build-bundles.xml" target="create-bundles">
@@ -155,8 +155,8 @@
<property name="manifest.file.name" value="osgi/RetailerJar.mf" />
<property name="sca.contribution" value="retailer-sca-contribution.xml" />
<property name="files.list"
- value="supplychain/retailer/* \
- supplychain/OSGiBundleImpl.class \
+ value="supplychain/retailer/*
+ supplychain/OSGiBundleImpl.class
META-INF/sca-contribution.xml" />
</ant>
<ant antfile="./build-bundles.xml" target="create-bundles">
@@ -166,8 +166,8 @@
<property name="manifest.file.name" value="osgi/Shipper.mf" />
<property name="sca.contribution" value="shipper-sca-contribution.xml" />
<property name="files.list"
- value="supplychain/shipper/* \
- supplychain/OSGiBundleImpl.class \
+ value="supplychain/shipper/*
+ supplychain/OSGiBundleImpl.class
META-INF/sca-contribution.xml" />
</ant>
@@ -178,8 +178,8 @@
<property name="manifest.file.name" value="osgi/Warehouse.mf" />
<property name="sca.contribution" value="warehouse-sca-contribution.xml" />
<property name="files.list"
- value="supplychain/warehouse/* \
- supplychain/OSGiBundleImpl.class \
+ value="supplychain/warehouse/*
+ supplychain/OSGiBundleImpl.class
META-INF/sca-contribution.xml" />
</ant>
@@ -190,16 +190,16 @@
<property name="manifest.file.name" value="osgi/SupplyChain.mf" />
<property name="sca.contribution" value="supplychain-sca-contribution.xml" />
<property name="files.list"
- value="supplychain/** \
- supplychain.composite \
- CustomerV1.componentType \
- RetailerV1.componentType \
- WarehouseV1.componentType \
- ShipperV1.componentType \
- CustomerV1.jar \
- RetailerV1.jar \
- WarehouseV1.jar \
- ShipperV1.jar \
+ value="supplychain/**
+ supplychain.composite
+ CustomerV1.componentType
+ RetailerV1.componentType
+ WarehouseV1.componentType
+ ShipperV1.componentType
+ CustomerV1.jar
+ RetailerV1.jar
+ WarehouseV1.jar
+ ShipperV1.jar
META-INF/sca-contribution.xml" />
</ant>
</tasks>