summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:07:07 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:07:07 +0000
commit5559ef5edbf8d3616f7a4b497b2a459b0ee4082b (patch)
tree424dfa28917e6204d4fd24e4328d274f8d2d14d0 /sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation
parent3dd7e2c4da9c80b8182a2d04dc129a67aa7910df (diff)
Moving 1.x branches
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835122 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/build-bundles.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/build-bundles.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/pom.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/pom.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/client/CallbackCallback.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/client/CallbackCallback.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/client/CallbackClient.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/client/CallbackClient.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/client/JavaCallbackClientImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/client/JavaCallbackClientImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/client/OSGiCallbackClientImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/client/OSGiCallbackClientImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/service/CallbackService.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/service/CallbackService.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/service/JavaCallbackServiceImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/service/JavaCallbackServiceImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/service/OSGiCallbackServiceImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/service/OSGiCallbackServiceImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalCallback.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalCallback.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClient.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClient.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClientActivator.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClientActivator.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClientServiceFactory.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClientServiceFactory.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClientStatefulImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClientStatefulImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClientStatelessImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClientStatelessImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/referenceclient/ConversationalReferenceClient.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/referenceclient/ConversationalReferenceClient.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/referenceclient/ConversationalReferenceClientActivator.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/referenceclient/ConversationalReferenceClientActivator.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/referenceclient/ConversationalReferenceClientImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/referenceclient/ConversationalReferenceClientImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalService.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalService.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalServiceActivator.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalServiceActivator.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalServiceFactory.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalServiceFactory.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalServiceStatefulImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalServiceStatefulImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalServiceStatelessImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalServiceStatelessImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/Greetings.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/Greetings.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/HelloWorld.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/HelloWorld.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/JavaGreetingsComponent.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/JavaGreetingsComponent.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/JavaHelloWorldComponent.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/JavaHelloWorldComponent.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/OSGiGreetingsImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/OSGiGreetingsImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/OSGiHelloWorldImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/OSGiHelloWorldImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/ws/HelloWorld.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/ws/HelloWorld.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/ws/HelloWorldService.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/ws/HelloWorldService.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/stockquote/OSGiStockQuoteComponentImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/stockquote/OSGiStockQuoteComponentImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/stockquote/OSGiStockQuoteFactoryImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/stockquote/OSGiStockQuoteFactoryImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/stockquote/OSGiStockQuoteImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/stockquote/OSGiStockQuoteImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/stockquote/StockQuote.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/stockquote/StockQuote.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/OSGiBundleImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/OSGiBundleImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/Customer.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/Customer.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/JavaCustomerComponentImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/JavaCustomerComponentImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerComponentImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerComponentImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerFactoryImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerFactoryImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerWithQueryComponentImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerWithQueryComponentImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerWithQueryImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerWithQueryImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiStatelessCustomerComponentImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiStatelessCustomerComponentImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiStatelessCustomerImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiStatelessCustomerImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiVersionedCustomerImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiVersionedCustomerImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/JavaRetailerComponentImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/JavaRetailerComponentImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerComponentImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerComponentImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerServiceImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerServiceImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerWithQueryComponentImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerWithQueryComponentImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerWithQueryImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerWithQueryImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiVersionedRetailerImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiVersionedRetailerImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiVersionedRetailerServiceImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiVersionedRetailerServiceImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/Retailer.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/Retailer.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/RetailerQuery.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/RetailerQuery.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/JavaShipperComponentImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/JavaShipperComponentImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiShipperComponentImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiShipperComponentImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiShipperFactoryImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiShipperFactoryImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiShipperImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiShipperImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiShipperServiceImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiShipperServiceImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiStatelessShipperComponentImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiStatelessShipperComponentImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiStatelessShipperServiceImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiStatelessShipperServiceImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiVersionedShipperImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiVersionedShipperImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiVersionedShipperServiceImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiVersionedShipperServiceImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/Shipper.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/Shipper.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/JavaWarehouseComponentImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/JavaWarehouseComponentImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/JavaWarehouseWithQueryComponentImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/JavaWarehouseWithQueryComponentImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/OSGiWarehouseComponentImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/OSGiWarehouseComponentImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/OSGiWarehouseImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/OSGiWarehouseImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/OSGiWarehouseServiceImpl.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/OSGiWarehouseServiceImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/Warehouse.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/Warehouse.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/WarehouseQuery.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/WarehouseQuery.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/META-INF/LICENSE.txt (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/META-INF/LICENSE.txt)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/META-INF/NOTICE (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/META-INF/NOTICE)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/META-INF/README.txt (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/META-INF/README.txt)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/META-INF/sca-contribution.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/callback/CallbackClient.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/callback/CallbackClient.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/callback/CallbackService.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/callback/CallbackService.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/callback/callback-test1.composite (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/callback/callback-test1.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/callback/callback-test2.composite (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/callback/callback-test2.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/callback/callback-test3.composite (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/callback/callback-test3.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/conversation/ConversationalClient.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/conversation/ConversationalClient.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/conversation/ConversationalReferenceClient.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/conversation/ConversationalReferenceClient.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/conversation/ConversationalService.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/conversation/ConversationalService.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/conversation/conversation-test.composite (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/conversation/conversation-test.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/Customer.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/Customer.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/Retailer.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/Retailer.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/Shipper.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/Shipper.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/Warehouse.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/Warehouse.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/ds/Customer.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/ds/Customer.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/ds/Retailer.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/ds/Retailer.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/ds/Shipper.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/ds/Shipper.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/ds/Warehouse.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/ds/Warehouse.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/factory-ds-test.composite (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/factory-ds-test.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/factory-test.composite (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/factory-test.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/helloworld/Greetings.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/helloworld/Greetings.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/helloworld/HelloWorld.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/helloworld/HelloWorld.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/Customer.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/Customer.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/Retailer.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/Retailer.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/Shipper.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/Shipper.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/Warehouse.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/Warehouse.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/ds/Customer.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/ds/Customer.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/ds/Retailer.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/ds/Retailer.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/ds/Shipper.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/ds/Shipper.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/ds/Warehouse.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/ds/Warehouse.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/interfaces-ds-test.composite (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/interfaces-ds-test.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/interfaces-test.composite (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/interfaces-test.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/callback/CallbackClient.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/callback/CallbackClient.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/callback/CallbackService.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/callback/CallbackService.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalClient.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalClient.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalReferenceClient.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalReferenceClient.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalService.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalService.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/Customer.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/Customer.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/Retailer.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/Retailer.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/Shipper.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/Shipper.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Customer.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Customer.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Customer.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Customer.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Retailer.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Retailer.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Retailer1.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Retailer1.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Retailer2.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Retailer2.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Shipper.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Shipper.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Shipper1.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Shipper1.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Shipper2.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Shipper2.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Warehouse.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Warehouse.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Warehouse.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Warehouse.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/Customer.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/Customer.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/Retailer.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/Retailer.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/Shipper.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/Shipper.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Customer.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Customer.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Customer.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Customer.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Retailer.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Retailer.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Retailer.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Retailer.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Shipper.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Shipper.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Shipper.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Shipper.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/passbyref/Greetings.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/passbyref/Greetings.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/ManagedStockQuoteFactory.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/ManagedStockQuoteFactory.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/StockQuote.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/StockQuote.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/StockQuoteFactory.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/StockQuoteFactory.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/ds/StockQuote.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/ds/StockQuote.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/ds/StockQuote.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/ds/StockQuote.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/ds/StockQuoteFactory.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/ds/StockQuoteFactory.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/ds/StockQuoteFactory.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/ds/StockQuoteFactory.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/Customer.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/Customer.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/Retailer.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/Retailer.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/Shipper.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/Shipper.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/Warehouse.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/Warehouse.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Customer.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Customer.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Customer.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Customer.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Retailer.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Retailer.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Retailer1.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Retailer1.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Retailer2.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Retailer2.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Shipper.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Shipper.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Shipper1.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Shipper1.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Shipper2.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Shipper2.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Warehouse.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Warehouse.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Warehouse1.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Warehouse1.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Warehouse2.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Warehouse2.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Customer1.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Customer1.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Customer2.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Customer2.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Retailer1.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Retailer1.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Retailer2.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Retailer2.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Shipper1.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Shipper1.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Shipper2.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Shipper2.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Warehouse1.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Warehouse1.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Warehouse2.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Warehouse2.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Customer1.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Customer1.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Customer2.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Customer2.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/CustomerV1.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/CustomerV1.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/CustomerV2.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/CustomerV2.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer1.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer1.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer1V1.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer1V1.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer1V2.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer1V2.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer2.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer2.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer2V1.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer2V1.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer2V2.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer2V2.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper1.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper1.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper1V1.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper1V1.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper1V2.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper1V2.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper2.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper2.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper2V1.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper2V1.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper2V2.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper2V2.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse1.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse1.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse1V1.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse1V1.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse1V2.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse1V2.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse2.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse2.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse2V1.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse2V1.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse2V2.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse2V2.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/Customer.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/Customer.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/Retailer.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/Retailer.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/Shipper.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/Shipper.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/Warehouse.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/Warehouse.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Customer.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Customer.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Customer.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Customer.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer1.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer1.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer2.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer2.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper1.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper1.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper2.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper2.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse1.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse1.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse2.xml (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse2.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/ws/HelloWorld.mf (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/ws/HelloWorld.mf)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/passbyref/Greetings.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/passbyref/Greetings.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/passbyref/passbyref-test.composite (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/passbyref/passbyref-test.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/StockQuote.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/StockQuote.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/StockQuoteFactory.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/StockQuoteFactory.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/ds/StockQuote.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/ds/StockQuote.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/ds/StockQuoteFactory.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/ds/StockQuoteFactory.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/properties-ds-test.composite (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/properties-ds-test.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/properties-test.composite (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/properties-test.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/properties2-ds-test.composite (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/properties2-ds-test.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/properties2-test.composite (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/properties2-test.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/Customer.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/Customer.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/Retailer.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/Retailer.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/Shipper.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/Shipper.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/Warehouse.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/Warehouse.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/ds/Customer.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/ds/Customer.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/ds/Retailer.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/ds/Retailer.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/ds/Shipper.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/ds/Shipper.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/ds/Warehouse.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/ds/Warehouse.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/services-ds-test.composite (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/services-ds-test.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/services-test.composite (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/services-test.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/stockquote/StockQuote.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/stockquote/StockQuote.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Customer1.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Customer1.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Customer2.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Customer2.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Retailer1.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Retailer1.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Retailer2.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Retailer2.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Shipper1.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Shipper1.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Shipper2.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Shipper2.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Warehouse1.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Warehouse1.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Warehouse2.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Warehouse2.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Customer1.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Customer1.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Customer2.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Customer2.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Retailer1.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Retailer1.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Retailer2.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Retailer2.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Shipper1.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Shipper1.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Shipper2.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Shipper2.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Warehouse1.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Warehouse1.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Warehouse2.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Warehouse2.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/version-ds-test.composite (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/version-ds-test.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/version-test.composite (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/version-test.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/Customer.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/Customer.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/Retailer.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/Retailer.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/Shipper.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/Shipper.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/Warehouse.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/Warehouse.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/ds/Customer.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/ds/Customer.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/ds/Retailer.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/ds/Retailer.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/ds/Shipper.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/ds/Shipper.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/ds/Warehouse.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/ds/Warehouse.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/wiring-ds-test1.composite (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/wiring-ds-test1.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/wiring-ds-test2.composite (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/wiring-ds-test2.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/wiring-test1.composite (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/wiring-test1.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/wiring-test2.composite (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/wiring-test2.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/ws/HelloWorld.componentType (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/ws/HelloWorld.componentType)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/ws/helloworld.wsdl (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/ws/helloworld.wsdl)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/ws/ws-helloworld.composite (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/ws/ws-helloworld.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/callback/Callback1TestCase.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/test/java/callback/Callback1TestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/callback/Callback2TestCase.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/test/java/callback/Callback2TestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/callback/Callback3TestCase.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/test/java/callback/Callback3TestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/callback/CallbackTestCase.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/test/java/callback/CallbackTestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/conversation/ConversationTestCase.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/test/java/conversation/ConversationTestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/helloworld/passbyref/PassByRefTestCase.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/test/java/helloworld/passbyref/PassByRefTestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/helloworld/ws/HelloWorldTestCase.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/test/java/helloworld/ws/HelloWorldTestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/SupplyChainTestCase.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/SupplyChainTestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/VersionedSupplyChainTestCase.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/VersionedSupplyChainTestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/factory/DSFactoryTestCase.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/factory/DSFactoryTestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/factory/FactoryTestCase.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/factory/FactoryTestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/interfaces/DSInterfacesTestCase.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/interfaces/DSInterfacesTestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/interfaces/InterfacesTestCase.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/interfaces/InterfacesTestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/properties/DSProperties2TestCase.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/properties/DSProperties2TestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/properties/DSPropertiesTestCase.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/properties/DSPropertiesTestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/properties/Properties2TestCase.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/properties/Properties2TestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/properties/PropertiesTestCase.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/properties/PropertiesTestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/services/DSServicesTestCase.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/services/DSServicesTestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/services/ServicesTestCase.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/services/ServicesTestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/version/DSVersionTestCase.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/version/DSVersionTestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/version/VersionTestCase.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/version/VersionTestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/wiring/DSWiring1TestCase.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/wiring/DSWiring1TestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/wiring/DSWiring2TestCase.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/wiring/DSWiring2TestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/wiring/Wiring1TestCase.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/wiring/Wiring1TestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/wiring/Wiring2TestCase.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/wiring/Wiring2TestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/util/OSGiTestUtil.java (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/test/java/util/OSGiTestUtil.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/resources/osgi/felix/felix.config.properties (renamed from branches/sca-java-1.0/itest/osgi-implementation/src/test/resources/osgi/felix/felix.config.properties)0
285 files changed, 0 insertions, 0 deletions
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/build-bundles.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/build-bundles.xml
index 450b14a463..450b14a463 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/build-bundles.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/build-bundles.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/pom.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/pom.xml
index 5414df543a..5414df543a 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/pom.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/client/CallbackCallback.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/client/CallbackCallback.java
index cfecd989fe..cfecd989fe 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/client/CallbackCallback.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/client/CallbackCallback.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/client/CallbackClient.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/client/CallbackClient.java
index 43bc26f2f5..43bc26f2f5 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/client/CallbackClient.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/client/CallbackClient.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/client/JavaCallbackClientImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/client/JavaCallbackClientImpl.java
index 70f61a66ac..70f61a66ac 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/client/JavaCallbackClientImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/client/JavaCallbackClientImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/client/OSGiCallbackClientImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/client/OSGiCallbackClientImpl.java
index 414e5d2f9b..414e5d2f9b 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/client/OSGiCallbackClientImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/client/OSGiCallbackClientImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/service/CallbackService.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/service/CallbackService.java
index 5383e1e268..5383e1e268 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/service/CallbackService.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/service/CallbackService.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/service/JavaCallbackServiceImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/service/JavaCallbackServiceImpl.java
index b2af2fa68d..b2af2fa68d 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/service/JavaCallbackServiceImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/service/JavaCallbackServiceImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/service/OSGiCallbackServiceImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/service/OSGiCallbackServiceImpl.java
index c05a3f52a8..c05a3f52a8 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/service/OSGiCallbackServiceImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/callback/service/OSGiCallbackServiceImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalCallback.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalCallback.java
index a6202309bd..a6202309bd 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalCallback.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalCallback.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClient.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClient.java
index af269052c7..af269052c7 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClient.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClient.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClientActivator.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClientActivator.java
index f74353a6af..f74353a6af 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClientActivator.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClientActivator.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClientServiceFactory.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClientServiceFactory.java
index 129b903ae9..129b903ae9 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClientServiceFactory.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClientServiceFactory.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClientStatefulImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClientStatefulImpl.java
index c3e5cdf827..c3e5cdf827 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClientStatefulImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClientStatefulImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClientStatelessImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClientStatelessImpl.java
index 9b2385bdc7..9b2385bdc7 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClientStatelessImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClientStatelessImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/referenceclient/ConversationalReferenceClient.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/referenceclient/ConversationalReferenceClient.java
index 59e128b993..59e128b993 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/referenceclient/ConversationalReferenceClient.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/referenceclient/ConversationalReferenceClient.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/referenceclient/ConversationalReferenceClientActivator.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/referenceclient/ConversationalReferenceClientActivator.java
index ff6f16cba3..ff6f16cba3 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/referenceclient/ConversationalReferenceClientActivator.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/referenceclient/ConversationalReferenceClientActivator.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/referenceclient/ConversationalReferenceClientImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/referenceclient/ConversationalReferenceClientImpl.java
index be5c0b8601..be5c0b8601 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/referenceclient/ConversationalReferenceClientImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/referenceclient/ConversationalReferenceClientImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalService.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalService.java
index bcd24ef0b1..bcd24ef0b1 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalService.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalService.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalServiceActivator.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalServiceActivator.java
index 903f8bf229..903f8bf229 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalServiceActivator.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalServiceActivator.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalServiceFactory.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalServiceFactory.java
index 43393ff9e9..43393ff9e9 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalServiceFactory.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalServiceFactory.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalServiceStatefulImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalServiceStatefulImpl.java
index ec30d641ac..ec30d641ac 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalServiceStatefulImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalServiceStatefulImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalServiceStatelessImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalServiceStatelessImpl.java
index 34baca71d1..34baca71d1 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalServiceStatelessImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalServiceStatelessImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/Greetings.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/Greetings.java
index 9285c0a8d5..9285c0a8d5 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/Greetings.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/Greetings.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/HelloWorld.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/HelloWorld.java
index 16d0eae990..16d0eae990 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/HelloWorld.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/HelloWorld.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/JavaGreetingsComponent.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/JavaGreetingsComponent.java
index 3d0e045225..3d0e045225 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/JavaGreetingsComponent.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/JavaGreetingsComponent.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/JavaHelloWorldComponent.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/JavaHelloWorldComponent.java
index c055aee142..c055aee142 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/JavaHelloWorldComponent.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/JavaHelloWorldComponent.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/OSGiGreetingsImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/OSGiGreetingsImpl.java
index 661eb5a8cb..661eb5a8cb 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/OSGiGreetingsImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/OSGiGreetingsImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/OSGiHelloWorldImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/OSGiHelloWorldImpl.java
index 0588da9a85..0588da9a85 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/OSGiHelloWorldImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/OSGiHelloWorldImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/ws/HelloWorld.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/ws/HelloWorld.java
index 039a214856..039a214856 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/ws/HelloWorld.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/ws/HelloWorld.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/ws/HelloWorldService.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/ws/HelloWorldService.java
index 4a3cd4aed2..4a3cd4aed2 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/ws/HelloWorldService.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/helloworld/ws/HelloWorldService.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/stockquote/OSGiStockQuoteComponentImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/stockquote/OSGiStockQuoteComponentImpl.java
index 2251bf5be6..2251bf5be6 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/stockquote/OSGiStockQuoteComponentImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/stockquote/OSGiStockQuoteComponentImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/stockquote/OSGiStockQuoteFactoryImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/stockquote/OSGiStockQuoteFactoryImpl.java
index e2d25bf47d..e2d25bf47d 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/stockquote/OSGiStockQuoteFactoryImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/stockquote/OSGiStockQuoteFactoryImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/stockquote/OSGiStockQuoteImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/stockquote/OSGiStockQuoteImpl.java
index f2ae804ad1..f2ae804ad1 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/stockquote/OSGiStockQuoteImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/stockquote/OSGiStockQuoteImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/stockquote/StockQuote.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/stockquote/StockQuote.java
index a47f68c579..a47f68c579 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/stockquote/StockQuote.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/stockquote/StockQuote.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/OSGiBundleImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/OSGiBundleImpl.java
index 25d7bcf2ff..25d7bcf2ff 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/OSGiBundleImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/OSGiBundleImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/Customer.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/Customer.java
index 2762bc62be..2762bc62be 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/Customer.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/Customer.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/JavaCustomerComponentImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/JavaCustomerComponentImpl.java
index 80346311b1..80346311b1 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/JavaCustomerComponentImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/JavaCustomerComponentImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerComponentImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerComponentImpl.java
index 9717025a4f..9717025a4f 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerComponentImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerComponentImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerFactoryImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerFactoryImpl.java
index c8cb522cf4..c8cb522cf4 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerFactoryImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerFactoryImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerImpl.java
index 546971860e..546971860e 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerWithQueryComponentImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerWithQueryComponentImpl.java
index 02862bc5f6..02862bc5f6 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerWithQueryComponentImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerWithQueryComponentImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerWithQueryImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerWithQueryImpl.java
index 18483817ad..18483817ad 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerWithQueryImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiCustomerWithQueryImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiStatelessCustomerComponentImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiStatelessCustomerComponentImpl.java
index 5ba42780f2..5ba42780f2 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiStatelessCustomerComponentImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiStatelessCustomerComponentImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiStatelessCustomerImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiStatelessCustomerImpl.java
index bc569d0ac0..bc569d0ac0 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiStatelessCustomerImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiStatelessCustomerImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiVersionedCustomerImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiVersionedCustomerImpl.java
index 599ab51a50..599ab51a50 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiVersionedCustomerImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/customer/OSGiVersionedCustomerImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/JavaRetailerComponentImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/JavaRetailerComponentImpl.java
index df52c6c760..df52c6c760 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/JavaRetailerComponentImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/JavaRetailerComponentImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerComponentImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerComponentImpl.java
index d4374e4315..d4374e4315 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerComponentImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerComponentImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerImpl.java
index e71c624f49..e71c624f49 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerServiceImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerServiceImpl.java
index a036ecfc76..a036ecfc76 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerServiceImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerServiceImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerWithQueryComponentImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerWithQueryComponentImpl.java
index 278a439540..278a439540 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerWithQueryComponentImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerWithQueryComponentImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerWithQueryImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerWithQueryImpl.java
index ee1f575e70..ee1f575e70 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerWithQueryImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiRetailerWithQueryImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiVersionedRetailerImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiVersionedRetailerImpl.java
index 09e60ca626..09e60ca626 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiVersionedRetailerImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiVersionedRetailerImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiVersionedRetailerServiceImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiVersionedRetailerServiceImpl.java
index 7dd70889c7..7dd70889c7 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiVersionedRetailerServiceImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/OSGiVersionedRetailerServiceImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/Retailer.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/Retailer.java
index 1e87d59af1..1e87d59af1 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/Retailer.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/Retailer.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/RetailerQuery.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/RetailerQuery.java
index 354f40a064..354f40a064 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/RetailerQuery.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/retailer/RetailerQuery.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/JavaShipperComponentImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/JavaShipperComponentImpl.java
index d0cf43a960..d0cf43a960 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/JavaShipperComponentImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/JavaShipperComponentImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiShipperComponentImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiShipperComponentImpl.java
index f3a98be77b..f3a98be77b 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiShipperComponentImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiShipperComponentImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiShipperFactoryImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiShipperFactoryImpl.java
index ef989d6fcf..ef989d6fcf 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiShipperFactoryImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiShipperFactoryImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiShipperImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiShipperImpl.java
index effae8c246..effae8c246 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiShipperImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiShipperImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiShipperServiceImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiShipperServiceImpl.java
index 4effadf208..4effadf208 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiShipperServiceImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiShipperServiceImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiStatelessShipperComponentImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiStatelessShipperComponentImpl.java
index 13bce67bb4..13bce67bb4 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiStatelessShipperComponentImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiStatelessShipperComponentImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiStatelessShipperServiceImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiStatelessShipperServiceImpl.java
index 071a131f40..071a131f40 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiStatelessShipperServiceImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiStatelessShipperServiceImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiVersionedShipperImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiVersionedShipperImpl.java
index 6ebd1f2894..6ebd1f2894 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiVersionedShipperImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiVersionedShipperImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiVersionedShipperServiceImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiVersionedShipperServiceImpl.java
index b66961b1c2..b66961b1c2 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiVersionedShipperServiceImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/OSGiVersionedShipperServiceImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/Shipper.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/Shipper.java
index 2514928c10..2514928c10 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/Shipper.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/shipper/Shipper.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/JavaWarehouseComponentImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/JavaWarehouseComponentImpl.java
index 9edf3567e5..9edf3567e5 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/JavaWarehouseComponentImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/JavaWarehouseComponentImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/JavaWarehouseWithQueryComponentImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/JavaWarehouseWithQueryComponentImpl.java
index 659f16be7f..659f16be7f 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/JavaWarehouseWithQueryComponentImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/JavaWarehouseWithQueryComponentImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/OSGiWarehouseComponentImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/OSGiWarehouseComponentImpl.java
index dd283bf779..dd283bf779 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/OSGiWarehouseComponentImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/OSGiWarehouseComponentImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/OSGiWarehouseImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/OSGiWarehouseImpl.java
index bb04ff42e0..bb04ff42e0 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/OSGiWarehouseImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/OSGiWarehouseImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/OSGiWarehouseServiceImpl.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/OSGiWarehouseServiceImpl.java
index 3317816557..3317816557 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/OSGiWarehouseServiceImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/OSGiWarehouseServiceImpl.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/Warehouse.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/Warehouse.java
index 6f1f6b8730..6f1f6b8730 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/Warehouse.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/Warehouse.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/WarehouseQuery.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/WarehouseQuery.java
index 6d1ad76796..6d1ad76796 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/WarehouseQuery.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/supplychain/warehouse/WarehouseQuery.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/META-INF/LICENSE.txt b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/META-INF/LICENSE.txt
index 0084319535..0084319535 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/META-INF/LICENSE.txt
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/META-INF/LICENSE.txt
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/META-INF/NOTICE b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/META-INF/NOTICE
index d83ebbe236..d83ebbe236 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/META-INF/NOTICE
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/META-INF/NOTICE
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/META-INF/README.txt b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/META-INF/README.txt
index 9b26d1690a..9b26d1690a 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/META-INF/README.txt
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/META-INF/README.txt
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/META-INF/sca-contribution.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/META-INF/sca-contribution.xml
index 2d345390b7..2d345390b7 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/META-INF/sca-contribution.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/callback/CallbackClient.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/callback/CallbackClient.componentType
index 71e248590b..71e248590b 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/callback/CallbackClient.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/callback/CallbackClient.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/callback/CallbackService.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/callback/CallbackService.componentType
index 7c1125bbb5..7c1125bbb5 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/callback/CallbackService.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/callback/CallbackService.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/callback/callback-test1.composite b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/callback/callback-test1.composite
index 8456b878f2..8456b878f2 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/callback/callback-test1.composite
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/callback/callback-test1.composite
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/callback/callback-test2.composite b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/callback/callback-test2.composite
index d5a47c6403..d5a47c6403 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/callback/callback-test2.composite
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/callback/callback-test2.composite
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/callback/callback-test3.composite b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/callback/callback-test3.composite
index e6391d2159..e6391d2159 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/callback/callback-test3.composite
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/callback/callback-test3.composite
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/conversation/ConversationalClient.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/conversation/ConversationalClient.componentType
index c79ede815b..c79ede815b 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/conversation/ConversationalClient.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/conversation/ConversationalClient.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/conversation/ConversationalReferenceClient.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/conversation/ConversationalReferenceClient.componentType
index 04cc73b85c..04cc73b85c 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/conversation/ConversationalReferenceClient.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/conversation/ConversationalReferenceClient.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/conversation/ConversationalService.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/conversation/ConversationalService.componentType
index 9ece700efe..9ece700efe 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/conversation/ConversationalService.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/conversation/ConversationalService.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/conversation/conversation-test.composite b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/conversation/conversation-test.composite
index 52bc43478d..52bc43478d 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/conversation/conversation-test.composite
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/conversation/conversation-test.composite
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/Customer.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/Customer.componentType
index 1fd551be3b..1fd551be3b 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/Customer.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/Customer.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/Retailer.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/Retailer.componentType
index 5599c44bc3..5599c44bc3 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/Retailer.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/Retailer.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/Shipper.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/Shipper.componentType
index 8743f8c145..8743f8c145 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/Shipper.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/Shipper.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/Warehouse.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/Warehouse.componentType
index d349edf265..d349edf265 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/Warehouse.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/Warehouse.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/ds/Customer.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/ds/Customer.componentType
index 1fd551be3b..1fd551be3b 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/ds/Customer.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/ds/Customer.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/ds/Retailer.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/ds/Retailer.componentType
index 5599c44bc3..5599c44bc3 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/ds/Retailer.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/ds/Retailer.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/ds/Shipper.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/ds/Shipper.componentType
index 8743f8c145..8743f8c145 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/ds/Shipper.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/ds/Shipper.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/ds/Warehouse.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/ds/Warehouse.componentType
index d349edf265..d349edf265 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/ds/Warehouse.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/ds/Warehouse.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/factory-ds-test.composite b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/factory-ds-test.composite
index 0b8d2e5851..0b8d2e5851 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/factory-ds-test.composite
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/factory-ds-test.composite
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/factory-test.composite b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/factory-test.composite
index 87370a6df4..87370a6df4 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/factory-test.composite
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/factory/factory-test.composite
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/helloworld/Greetings.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/helloworld/Greetings.componentType
index 127349eacf..127349eacf 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/helloworld/Greetings.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/helloworld/Greetings.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/helloworld/HelloWorld.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/helloworld/HelloWorld.componentType
index 7e3810c458..7e3810c458 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/helloworld/HelloWorld.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/helloworld/HelloWorld.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/Customer.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/Customer.componentType
index fb9a112d18..fb9a112d18 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/Customer.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/Customer.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/Retailer.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/Retailer.componentType
index ee732b5efc..ee732b5efc 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/Retailer.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/Retailer.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/Shipper.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/Shipper.componentType
index 8743f8c145..8743f8c145 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/Shipper.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/Shipper.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/Warehouse.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/Warehouse.componentType
index b1723660d7..b1723660d7 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/Warehouse.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/Warehouse.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/ds/Customer.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/ds/Customer.componentType
index fb9a112d18..fb9a112d18 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/ds/Customer.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/ds/Customer.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/ds/Retailer.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/ds/Retailer.componentType
index ee732b5efc..ee732b5efc 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/ds/Retailer.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/ds/Retailer.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/ds/Shipper.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/ds/Shipper.componentType
index 8743f8c145..8743f8c145 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/ds/Shipper.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/ds/Shipper.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/ds/Warehouse.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/ds/Warehouse.componentType
index b1723660d7..b1723660d7 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/ds/Warehouse.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/ds/Warehouse.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/interfaces-ds-test.composite b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/interfaces-ds-test.composite
index 5172cbe21e..5172cbe21e 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/interfaces-ds-test.composite
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/interfaces-ds-test.composite
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/interfaces-test.composite b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/interfaces-test.composite
index b7591e732d..b7591e732d 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/interfaces-test.composite
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/interfaces/interfaces-test.composite
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/callback/CallbackClient.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/callback/CallbackClient.mf
index cf8717fcf5..cf8717fcf5 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/callback/CallbackClient.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/callback/CallbackClient.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/callback/CallbackService.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/callback/CallbackService.mf
index 785212fa6d..785212fa6d 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/callback/CallbackService.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/callback/CallbackService.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalClient.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalClient.mf
index 7a06030e32..7a06030e32 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalClient.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalClient.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalReferenceClient.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalReferenceClient.mf
index 5c39b53b0a..5c39b53b0a 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalReferenceClient.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalReferenceClient.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalService.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalService.mf
index b8bb809319..b8bb809319 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalService.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalService.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/Customer.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/Customer.mf
index 26f32fe617..26f32fe617 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/Customer.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/Customer.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/Retailer.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/Retailer.mf
index 1b9e0e847e..1b9e0e847e 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/Retailer.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/Retailer.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/Shipper.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/Shipper.mf
index 6066a38f29..6066a38f29 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/Shipper.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/Shipper.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Customer.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Customer.mf
index 777edd3f7d..777edd3f7d 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Customer.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Customer.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Customer.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Customer.xml
index d8adaa2ba3..d8adaa2ba3 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Customer.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Customer.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Retailer.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Retailer.mf
index e0bd9d8c10..e0bd9d8c10 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Retailer.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Retailer.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Retailer1.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Retailer1.xml
index 6005ae785c..6005ae785c 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Retailer1.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Retailer1.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Retailer2.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Retailer2.xml
index 6f0b79ebc2..6f0b79ebc2 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Retailer2.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Retailer2.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Shipper.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Shipper.mf
index d4b461460e..d4b461460e 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Shipper.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Shipper.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Shipper1.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Shipper1.xml
index bb15e6e3aa..bb15e6e3aa 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Shipper1.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Shipper1.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Shipper2.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Shipper2.xml
index 7591201b8c..7591201b8c 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Shipper2.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Shipper2.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Warehouse.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Warehouse.mf
index 0e844fab99..0e844fab99 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Warehouse.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Warehouse.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Warehouse.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Warehouse.xml
index fc86a76784..fc86a76784 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Warehouse.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Warehouse.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/Customer.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/Customer.mf
index a8a87c5c8c..a8a87c5c8c 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/Customer.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/Customer.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/Retailer.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/Retailer.mf
index 05bbf4db88..05bbf4db88 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/Retailer.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/Retailer.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/Shipper.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/Shipper.mf
index a12d1a21ea..a12d1a21ea 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/Shipper.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/Shipper.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Customer.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Customer.mf
index 2214db11a6..2214db11a6 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Customer.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Customer.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Customer.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Customer.xml
index 8d44067992..8d44067992 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Customer.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Customer.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Retailer.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Retailer.mf
index 60c0fb3fd3..60c0fb3fd3 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Retailer.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Retailer.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Retailer.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Retailer.xml
index ca1392d2b8..ca1392d2b8 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Retailer.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Retailer.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Shipper.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Shipper.mf
index 7c9f67c36d..7c9f67c36d 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Shipper.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Shipper.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Shipper.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Shipper.xml
index 760c761666..760c761666 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Shipper.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/interfaces/ds/Shipper.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/passbyref/Greetings.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/passbyref/Greetings.mf
index 7d56770311..7d56770311 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/passbyref/Greetings.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/passbyref/Greetings.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/ManagedStockQuoteFactory.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/ManagedStockQuoteFactory.mf
index 321bdc713f..321bdc713f 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/ManagedStockQuoteFactory.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/ManagedStockQuoteFactory.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/StockQuote.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/StockQuote.mf
index 66f98011cb..66f98011cb 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/StockQuote.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/StockQuote.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/StockQuoteFactory.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/StockQuoteFactory.mf
index 6874a66db9..6874a66db9 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/StockQuoteFactory.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/StockQuoteFactory.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/ds/StockQuote.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/ds/StockQuote.mf
index 47d290eb1a..47d290eb1a 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/ds/StockQuote.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/ds/StockQuote.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/ds/StockQuote.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/ds/StockQuote.xml
index c7f13a50a7..c7f13a50a7 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/ds/StockQuote.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/ds/StockQuote.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/ds/StockQuoteFactory.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/ds/StockQuoteFactory.mf
index f4c102c4f0..f4c102c4f0 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/ds/StockQuoteFactory.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/ds/StockQuoteFactory.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/ds/StockQuoteFactory.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/ds/StockQuoteFactory.xml
index cbebf7eec2..cbebf7eec2 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/ds/StockQuoteFactory.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/properties/ds/StockQuoteFactory.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/Customer.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/Customer.mf
index fc762df8d5..fc762df8d5 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/Customer.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/Customer.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/Retailer.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/Retailer.mf
index 02e42bc010..02e42bc010 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/Retailer.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/Retailer.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/Shipper.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/Shipper.mf
index 390367b99b..390367b99b 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/Shipper.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/Shipper.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/Warehouse.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/Warehouse.mf
index 4715cbd976..4715cbd976 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/Warehouse.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/Warehouse.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Customer.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Customer.mf
index 932fb8a483..932fb8a483 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Customer.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Customer.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Customer.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Customer.xml
index b10d0416dc..b10d0416dc 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Customer.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Customer.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Retailer.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Retailer.mf
index c799f31606..c799f31606 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Retailer.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Retailer.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Retailer1.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Retailer1.xml
index db68d7e333..db68d7e333 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Retailer1.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Retailer1.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Retailer2.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Retailer2.xml
index 1aea3cf669..1aea3cf669 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Retailer2.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Retailer2.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Shipper.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Shipper.mf
index 106bd1b6aa..106bd1b6aa 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Shipper.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Shipper.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Shipper1.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Shipper1.xml
index 1e3c915a59..1e3c915a59 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Shipper1.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Shipper1.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Shipper2.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Shipper2.xml
index d7d0b41f5e..d7d0b41f5e 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Shipper2.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Shipper2.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Warehouse.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Warehouse.mf
index 81c51e6804..81c51e6804 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Warehouse.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Warehouse.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Warehouse1.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Warehouse1.xml
index ca50b554df..ca50b554df 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Warehouse1.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Warehouse1.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Warehouse2.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Warehouse2.xml
index 14658127f8..14658127f8 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Warehouse2.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/services/ds/Warehouse2.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Customer1.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Customer1.mf
index 335bc419c1..335bc419c1 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Customer1.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Customer1.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Customer2.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Customer2.mf
index a68b9d6dbb..a68b9d6dbb 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Customer2.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Customer2.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Retailer1.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Retailer1.mf
index 02f79c15f3..02f79c15f3 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Retailer1.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Retailer1.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Retailer2.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Retailer2.mf
index 8428b08d96..8428b08d96 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Retailer2.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Retailer2.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Shipper1.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Shipper1.mf
index c81bf00d00..c81bf00d00 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Shipper1.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Shipper1.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Shipper2.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Shipper2.mf
index 61c161617c..61c161617c 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Shipper2.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Shipper2.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Warehouse1.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Warehouse1.mf
index fd6a26a65f..fd6a26a65f 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Warehouse1.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Warehouse1.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Warehouse2.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Warehouse2.mf
index 0168bc2435..0168bc2435 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Warehouse2.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/Warehouse2.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Customer1.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Customer1.mf
index 6674cdd7f2..6674cdd7f2 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Customer1.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Customer1.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Customer2.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Customer2.mf
index 72df35ef41..72df35ef41 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Customer2.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Customer2.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/CustomerV1.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/CustomerV1.xml
index 724c8132df..724c8132df 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/CustomerV1.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/CustomerV1.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/CustomerV2.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/CustomerV2.xml
index 1e5035d949..1e5035d949 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/CustomerV2.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/CustomerV2.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer1.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer1.mf
index 85bfd86422..85bfd86422 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer1.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer1.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer1V1.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer1V1.xml
index 6e51b3d6f2..6e51b3d6f2 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer1V1.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer1V1.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer1V2.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer1V2.xml
index 9a87758ec2..9a87758ec2 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer1V2.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer1V2.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer2.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer2.mf
index e134bd1061..e134bd1061 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer2.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer2.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer2V1.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer2V1.xml
index c19895bab1..c19895bab1 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer2V1.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer2V1.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer2V2.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer2V2.xml
index 707609d2c4..707609d2c4 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer2V2.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Retailer2V2.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper1.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper1.mf
index e084e5831a..e084e5831a 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper1.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper1.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper1V1.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper1V1.xml
index d96f6481fb..d96f6481fb 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper1V1.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper1V1.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper1V2.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper1V2.xml
index 10ef690c9b..10ef690c9b 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper1V2.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper1V2.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper2.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper2.mf
index 003f9dca5a..003f9dca5a 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper2.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper2.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper2V1.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper2V1.xml
index fefdea106d..fefdea106d 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper2V1.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper2V1.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper2V2.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper2V2.xml
index f6b847ed59..f6b847ed59 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper2V2.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Shipper2V2.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse1.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse1.mf
index 5cff2f573e..5cff2f573e 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse1.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse1.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse1V1.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse1V1.xml
index ca50b554df..ca50b554df 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse1V1.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse1V1.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse1V2.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse1V2.xml
index 14658127f8..14658127f8 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse1V2.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse1V2.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse2.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse2.mf
index 0fec68a725..0fec68a725 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse2.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse2.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse2V1.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse2V1.xml
index ca50b554df..ca50b554df 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse2V1.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse2V1.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse2V2.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse2V2.xml
index 14658127f8..14658127f8 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse2V2.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/version/ds/Warehouse2V2.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/Customer.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/Customer.mf
index 678014d48d..678014d48d 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/Customer.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/Customer.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/Retailer.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/Retailer.mf
index f0090fb52b..f0090fb52b 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/Retailer.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/Retailer.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/Shipper.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/Shipper.mf
index 0b50923a05..0b50923a05 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/Shipper.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/Shipper.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/Warehouse.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/Warehouse.mf
index 1000a5f974..1000a5f974 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/Warehouse.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/Warehouse.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Customer.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Customer.mf
index 4e392a9ff1..4e392a9ff1 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Customer.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Customer.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Customer.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Customer.xml
index b10d0416dc..b10d0416dc 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Customer.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Customer.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer.mf
index 788ec4f19a..788ec4f19a 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer1.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer1.xml
index 1ba16d0693..1ba16d0693 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer1.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer1.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer2.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer2.xml
index a55ebd02a8..a55ebd02a8 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer2.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Retailer2.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper.mf
index e7459360e6..e7459360e6 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper1.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper1.xml
index d518ecab62..d518ecab62 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper1.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper1.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper2.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper2.xml
index d7d0b41f5e..d7d0b41f5e 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper2.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Shipper2.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse.mf
index 880304187b..880304187b 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse1.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse1.xml
index d72db04425..d72db04425 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse1.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse1.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse2.xml b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse2.xml
index f9c1218f82..f9c1218f82 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse2.xml
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/wiring/ds/Warehouse2.xml
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/ws/HelloWorld.mf b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/ws/HelloWorld.mf
index d8e4c1cb7e..d8e4c1cb7e 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/ws/HelloWorld.mf
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/osgi/ws/HelloWorld.mf
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/passbyref/Greetings.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/passbyref/Greetings.componentType
index a6de268bf6..a6de268bf6 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/passbyref/Greetings.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/passbyref/Greetings.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/passbyref/passbyref-test.composite b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/passbyref/passbyref-test.composite
index 660e277693..660e277693 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/passbyref/passbyref-test.composite
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/passbyref/passbyref-test.composite
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/StockQuote.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/StockQuote.componentType
index 5e0965d047..5e0965d047 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/StockQuote.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/StockQuote.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/StockQuoteFactory.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/StockQuoteFactory.componentType
index 5e0965d047..5e0965d047 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/StockQuoteFactory.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/StockQuoteFactory.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/ds/StockQuote.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/ds/StockQuote.componentType
index 5e0965d047..5e0965d047 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/ds/StockQuote.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/ds/StockQuote.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/ds/StockQuoteFactory.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/ds/StockQuoteFactory.componentType
index 5e0965d047..5e0965d047 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/ds/StockQuoteFactory.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/ds/StockQuoteFactory.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/properties-ds-test.composite b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/properties-ds-test.composite
index 02ae93aec2..02ae93aec2 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/properties-ds-test.composite
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/properties-ds-test.composite
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/properties-test.composite b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/properties-test.composite
index fea03404fd..fea03404fd 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/properties-test.composite
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/properties-test.composite
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/properties2-ds-test.composite b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/properties2-ds-test.composite
index c94504f07d..c94504f07d 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/properties2-ds-test.composite
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/properties2-ds-test.composite
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/properties2-test.composite b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/properties2-test.composite
index 3c425fcbc9..3c425fcbc9 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/properties2-test.composite
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/properties/properties2-test.composite
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/Customer.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/Customer.componentType
index 7bcdc6a2bb..7bcdc6a2bb 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/Customer.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/Customer.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/Retailer.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/Retailer.componentType
index eadb539ea5..eadb539ea5 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/Retailer.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/Retailer.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/Shipper.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/Shipper.componentType
index 532293b03f..532293b03f 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/Shipper.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/Shipper.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/Warehouse.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/Warehouse.componentType
index d349edf265..d349edf265 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/Warehouse.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/Warehouse.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/ds/Customer.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/ds/Customer.componentType
index 7bcdc6a2bb..7bcdc6a2bb 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/ds/Customer.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/ds/Customer.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/ds/Retailer.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/ds/Retailer.componentType
index eadb539ea5..eadb539ea5 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/ds/Retailer.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/ds/Retailer.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/ds/Shipper.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/ds/Shipper.componentType
index 532293b03f..532293b03f 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/ds/Shipper.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/ds/Shipper.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/ds/Warehouse.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/ds/Warehouse.componentType
index d349edf265..d349edf265 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/ds/Warehouse.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/ds/Warehouse.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/services-ds-test.composite b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/services-ds-test.composite
index c144a1bc18..c144a1bc18 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/services-ds-test.composite
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/services-ds-test.composite
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/services-test.composite b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/services-test.composite
index 64f3b30f88..64f3b30f88 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/services-test.composite
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/services/services-test.composite
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/stockquote/StockQuote.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/stockquote/StockQuote.componentType
index 0b0aa0912b..0b0aa0912b 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/stockquote/StockQuote.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/stockquote/StockQuote.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Customer1.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Customer1.componentType
index 7bcdc6a2bb..7bcdc6a2bb 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Customer1.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Customer1.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Customer2.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Customer2.componentType
index 7bcdc6a2bb..7bcdc6a2bb 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Customer2.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Customer2.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Retailer1.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Retailer1.componentType
index eadb539ea5..eadb539ea5 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Retailer1.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Retailer1.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Retailer2.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Retailer2.componentType
index eadb539ea5..eadb539ea5 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Retailer2.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Retailer2.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Shipper1.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Shipper1.componentType
index 532293b03f..532293b03f 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Shipper1.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Shipper1.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Shipper2.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Shipper2.componentType
index 532293b03f..532293b03f 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Shipper2.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Shipper2.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Warehouse1.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Warehouse1.componentType
index d349edf265..d349edf265 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Warehouse1.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Warehouse1.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Warehouse2.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Warehouse2.componentType
index d349edf265..d349edf265 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Warehouse2.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/Warehouse2.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Customer1.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Customer1.componentType
index 7bcdc6a2bb..7bcdc6a2bb 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Customer1.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Customer1.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Customer2.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Customer2.componentType
index 7bcdc6a2bb..7bcdc6a2bb 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Customer2.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Customer2.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Retailer1.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Retailer1.componentType
index eadb539ea5..eadb539ea5 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Retailer1.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Retailer1.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Retailer2.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Retailer2.componentType
index eadb539ea5..eadb539ea5 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Retailer2.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Retailer2.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Shipper1.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Shipper1.componentType
index 532293b03f..532293b03f 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Shipper1.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Shipper1.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Shipper2.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Shipper2.componentType
index 532293b03f..532293b03f 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Shipper2.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Shipper2.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Warehouse1.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Warehouse1.componentType
index d349edf265..d349edf265 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Warehouse1.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Warehouse1.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Warehouse2.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Warehouse2.componentType
index d349edf265..d349edf265 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Warehouse2.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/ds/Warehouse2.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/version-ds-test.composite b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/version-ds-test.composite
index 877d0de1c9..877d0de1c9 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/version-ds-test.composite
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/version-ds-test.composite
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/version-test.composite b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/version-test.composite
index bbb397ee70..bbb397ee70 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/version-test.composite
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/version/version-test.composite
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/Customer.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/Customer.componentType
index 1fd551be3b..1fd551be3b 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/Customer.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/Customer.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/Retailer.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/Retailer.componentType
index 5599c44bc3..5599c44bc3 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/Retailer.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/Retailer.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/Shipper.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/Shipper.componentType
index 8743f8c145..8743f8c145 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/Shipper.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/Shipper.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/Warehouse.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/Warehouse.componentType
index d349edf265..d349edf265 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/Warehouse.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/Warehouse.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/ds/Customer.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/ds/Customer.componentType
index 1fd551be3b..1fd551be3b 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/ds/Customer.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/ds/Customer.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/ds/Retailer.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/ds/Retailer.componentType
index 5599c44bc3..5599c44bc3 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/ds/Retailer.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/ds/Retailer.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/ds/Shipper.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/ds/Shipper.componentType
index 8743f8c145..8743f8c145 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/ds/Shipper.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/ds/Shipper.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/ds/Warehouse.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/ds/Warehouse.componentType
index d349edf265..d349edf265 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/ds/Warehouse.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/ds/Warehouse.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/wiring-ds-test1.composite b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/wiring-ds-test1.composite
index 617200d8dd..617200d8dd 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/wiring-ds-test1.composite
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/wiring-ds-test1.composite
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/wiring-ds-test2.composite b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/wiring-ds-test2.composite
index 213cde2c1d..213cde2c1d 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/wiring-ds-test2.composite
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/wiring-ds-test2.composite
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/wiring-test1.composite b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/wiring-test1.composite
index 0dca0da75e..0dca0da75e 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/wiring-test1.composite
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/wiring-test1.composite
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/wiring-test2.composite b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/wiring-test2.composite
index 953045fefa..953045fefa 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/wiring-test2.composite
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/wiring/wiring-test2.composite
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/ws/HelloWorld.componentType b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/ws/HelloWorld.componentType
index c621d9aca0..c621d9aca0 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/ws/HelloWorld.componentType
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/ws/HelloWorld.componentType
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/ws/helloworld.wsdl b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/ws/helloworld.wsdl
index 359995a996..359995a996 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/ws/helloworld.wsdl
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/ws/helloworld.wsdl
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/ws/ws-helloworld.composite b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/ws/ws-helloworld.composite
index d545c844d2..d545c844d2 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/ws/ws-helloworld.composite
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/main/resources/ws/ws-helloworld.composite
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/callback/Callback1TestCase.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/callback/Callback1TestCase.java
index c0a41da74c..c0a41da74c 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/callback/Callback1TestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/callback/Callback1TestCase.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/callback/Callback2TestCase.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/callback/Callback2TestCase.java
index f2c61c8b60..f2c61c8b60 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/callback/Callback2TestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/callback/Callback2TestCase.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/callback/Callback3TestCase.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/callback/Callback3TestCase.java
index 892fe56f5d..892fe56f5d 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/callback/Callback3TestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/callback/Callback3TestCase.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/callback/CallbackTestCase.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/callback/CallbackTestCase.java
index a2f7fcbc1e..a2f7fcbc1e 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/callback/CallbackTestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/callback/CallbackTestCase.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/conversation/ConversationTestCase.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/conversation/ConversationTestCase.java
index 1f5bfccf60..1f5bfccf60 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/conversation/ConversationTestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/conversation/ConversationTestCase.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/helloworld/passbyref/PassByRefTestCase.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/helloworld/passbyref/PassByRefTestCase.java
index f3d422b3fb..f3d422b3fb 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/helloworld/passbyref/PassByRefTestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/helloworld/passbyref/PassByRefTestCase.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/helloworld/ws/HelloWorldTestCase.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/helloworld/ws/HelloWorldTestCase.java
index a581081092..a581081092 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/helloworld/ws/HelloWorldTestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/helloworld/ws/HelloWorldTestCase.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/SupplyChainTestCase.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/SupplyChainTestCase.java
index 078beefa86..078beefa86 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/SupplyChainTestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/SupplyChainTestCase.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/VersionedSupplyChainTestCase.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/VersionedSupplyChainTestCase.java
index 0a3256d8af..0a3256d8af 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/VersionedSupplyChainTestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/VersionedSupplyChainTestCase.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/factory/DSFactoryTestCase.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/factory/DSFactoryTestCase.java
index a07dbaebc3..a07dbaebc3 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/factory/DSFactoryTestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/factory/DSFactoryTestCase.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/factory/FactoryTestCase.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/factory/FactoryTestCase.java
index 1568a0df1f..1568a0df1f 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/factory/FactoryTestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/factory/FactoryTestCase.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/interfaces/DSInterfacesTestCase.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/interfaces/DSInterfacesTestCase.java
index a482ccc711..a482ccc711 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/interfaces/DSInterfacesTestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/interfaces/DSInterfacesTestCase.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/interfaces/InterfacesTestCase.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/interfaces/InterfacesTestCase.java
index 13c11f026d..13c11f026d 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/interfaces/InterfacesTestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/interfaces/InterfacesTestCase.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/properties/DSProperties2TestCase.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/properties/DSProperties2TestCase.java
index 63b6b82a56..63b6b82a56 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/properties/DSProperties2TestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/properties/DSProperties2TestCase.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/properties/DSPropertiesTestCase.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/properties/DSPropertiesTestCase.java
index 626d090493..626d090493 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/properties/DSPropertiesTestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/properties/DSPropertiesTestCase.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/properties/Properties2TestCase.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/properties/Properties2TestCase.java
index 871affa8f6..871affa8f6 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/properties/Properties2TestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/properties/Properties2TestCase.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/properties/PropertiesTestCase.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/properties/PropertiesTestCase.java
index 85dcb79f83..85dcb79f83 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/properties/PropertiesTestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/properties/PropertiesTestCase.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/services/DSServicesTestCase.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/services/DSServicesTestCase.java
index 2677bf9811..2677bf9811 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/services/DSServicesTestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/services/DSServicesTestCase.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/services/ServicesTestCase.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/services/ServicesTestCase.java
index 758e1f6a13..758e1f6a13 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/services/ServicesTestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/services/ServicesTestCase.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/version/DSVersionTestCase.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/version/DSVersionTestCase.java
index 081b5618fe..081b5618fe 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/version/DSVersionTestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/version/DSVersionTestCase.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/version/VersionTestCase.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/version/VersionTestCase.java
index 1b3d1fc673..1b3d1fc673 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/version/VersionTestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/version/VersionTestCase.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/wiring/DSWiring1TestCase.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/wiring/DSWiring1TestCase.java
index 5ba42684f0..5ba42684f0 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/wiring/DSWiring1TestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/wiring/DSWiring1TestCase.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/wiring/DSWiring2TestCase.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/wiring/DSWiring2TestCase.java
index bdb04ca87f..bdb04ca87f 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/wiring/DSWiring2TestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/wiring/DSWiring2TestCase.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/wiring/Wiring1TestCase.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/wiring/Wiring1TestCase.java
index c8df17b767..c8df17b767 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/wiring/Wiring1TestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/wiring/Wiring1TestCase.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/wiring/Wiring2TestCase.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/wiring/Wiring2TestCase.java
index d5a3927b7d..d5a3927b7d 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/wiring/Wiring2TestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/supplychain/wiring/Wiring2TestCase.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/util/OSGiTestUtil.java b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/util/OSGiTestUtil.java
index 7b95c12038..7b95c12038 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/util/OSGiTestUtil.java
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/java/util/OSGiTestUtil.java
diff --git a/branches/sca-java-1.0/itest/osgi-implementation/src/test/resources/osgi/felix/felix.config.properties b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/resources/osgi/felix/felix.config.properties
index 72fd6fd843..72fd6fd843 100644
--- a/branches/sca-java-1.0/itest/osgi-implementation/src/test/resources/osgi/felix/felix.config.properties
+++ b/sca-java-1.x/branches/sca-java-1.0/itest/osgi-implementation/src/test/resources/osgi/felix/felix.config.properties