summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/itest/osgi-contribution/contribution-classes/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/trunk/itest/osgi-contribution/contribution-classes/pom.xml')
-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>