summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/README (renamed from sca-java-2.x/trunk/tutorials/travelsample/README)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/antdefs.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/antdefs.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-corba/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-corba/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-corba/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-corba/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-corba/src/main/java/scatours/CurrencyConverterCORBAClient.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-corba/src/main/java/scatours/CurrencyConverterCORBAClient.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-corba/src/main/resources/currency-converter.idl (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-corba/src/main/resources/currency-converter.idl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-jms/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-jms/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-jms/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-jms/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-jms/src/main/java/scatours/CurrencyConverterJMSClient.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-jms/src/main/java/scatours/CurrencyConverterJMSClient.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-rmi/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-rmi/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-rmi/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-rmi/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-rmi/src/main/java/com/tuscanyscatours/currencyconverter/CurrencyConverter.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-rmi/src/main/java/com/tuscanyscatours/currencyconverter/CurrencyConverter.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-rmi/src/main/java/scatours/CurrencyConverterRMIClient.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-rmi/src/main/java/scatours/CurrencyConverterRMIClient.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-ws-jaxws/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-ws-jaxws/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-ws-jaxws/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-ws-jaxws/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-ws-jaxws/src/main/java/scatours/CurrencyConverterWSClient.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-ws-jaxws/src/main/java/scatours/CurrencyConverterWSClient.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-ws-jaxws/src/main/resources/wsdl/CurrencyConverter.wsdl (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-ws-jaxws/src/main/resources/wsdl/CurrencyConverter.wsdl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/clients/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/clients/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/blog-feed/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/blog-feed/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/blog-feed/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/blog-feed/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/blog-feed/src/main/java/com/tuscanyscatours/blog/BlogPost.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/blog-feed/src/main/java/com/tuscanyscatours/blog/BlogPost.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/blog-feed/src/main/java/com/tuscanyscatours/blog/feed/impl/AtomBlogFeedImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/blog-feed/src/main/java/com/tuscanyscatours/blog/feed/impl/AtomBlogFeedImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/blog-feed/src/main/java/com/tuscanyscatours/blog/feed/impl/BaseBlogFeedImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/blog-feed/src/main/java/com/tuscanyscatours/blog/feed/impl/BaseBlogFeedImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/blog-feed/src/main/java/com/tuscanyscatours/blog/feed/impl/GenericBlogFeedImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/blog-feed/src/main/java/com/tuscanyscatours/blog/feed/impl/GenericBlogFeedImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/blog-feed/src/main/java/com/tuscanyscatours/blog/feed/impl/RSSBlogFeedImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/blog-feed/src/main/java/com/tuscanyscatours/blog/feed/impl/RSSBlogFeedImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/blog-feed/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/blog-feed/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/blog-feed/src/main/resources/blog-feed.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/blog-feed/src/main/resources/blog-feed.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/main/java/scatours/Bookings.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/main/java/scatours/Bookings.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/main/java/scatours/Checkout.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/main/java/scatours/Checkout.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/main/java/scatours/impl/ApplClientImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/main/java/scatours/impl/ApplClientImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/main/java/scatours/impl/ToursClientImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/main/java/scatours/impl/ToursClientImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/main/resources/tours-appl-client.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/main/resources/tours-appl-client.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/main/resources/tours-impl-client.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/main/resources/tours-impl-client.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/main/resources/tours-impl-include-client.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/main/resources/tours-impl-include-client.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/test/java/scatours/BuildingBlocksApplTestCase.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/test/java/scatours/BuildingBlocksApplTestCase.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/test/java/scatours/BuildingBlocksImplIncludeTestCase.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/test/java/scatours/BuildingBlocksImplIncludeTestCase.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/test/java/scatours/BuildingBlocksImplTestCase.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/test/java/scatours/BuildingBlocksImplTestCase.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/test/resources/jndi.properties (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/test/resources/jndi.properties)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/budgettours/Tours.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/budgettours/Tours.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/budgettours/impl/TourProviderImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/budgettours/impl/TourProviderImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/goodvaluetrips/Trips.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/goodvaluetrips/Trips.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/tuscanyscatours/Bookings.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/tuscanyscatours/Bookings.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/tuscanyscatours/Checkout.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/tuscanyscatours/Checkout.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/tuscanyscatours/Updates.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/tuscanyscatours/Updates.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/tuscanyscatours/impl/ShoppingCartImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/tuscanyscatours/impl/ShoppingCartImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/tuscanyscatours/impl/TripBookingImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/tuscanyscatours/impl/TripBookingImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/java/scatours/impl/TripProviderImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/java/scatours/impl/TripProviderImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/resources/tours-appl.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/resources/tours-appl.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/resources/tours-impl-include.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/resources/tours-impl-include.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/resources/tours-impl.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/resources/tours-impl.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/resources/tours.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/resources/tours.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/test/java/scatours/BuildingBlocksImplIncludeTestCase.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/test/java/scatours/BuildingBlocksImplIncludeTestCase.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/test/java/scatours/BuildingBlocksImplTestCase.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/test/java/scatours/BuildingBlocksImplTestCase.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/calendar/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/calendar/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/calendar/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/calendar/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/calendar/src/main/java/com/tuscanyscatours/calendar/Calendar.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/calendar/src/main/java/com/tuscanyscatours/calendar/Calendar.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/calendar/src/main/java/com/tuscanyscatours/calendar/impl/CalendarImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/calendar/src/main/java/com/tuscanyscatours/calendar/impl/CalendarImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/calendar/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/calendar/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/calendar/src/test/java/scatours/calendar/CalendarTestCase.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/calendar/src/test/java/scatours/calendar/CalendarTestCase.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/calendar/src/test/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/calendar/src/test/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/calendar/src/test/resources/calendar.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/calendar/src/test/resources/calendar.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/car/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/car/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/car/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/car/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/car/src/main/java/com/tuscanyscatours/car/impl/CarImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/car/src/main/java/com/tuscanyscatours/car/impl/CarImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/car/src/main/java/com/tuscanyscatours/car/impl/CarInfo.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/car/src/main/java/com/tuscanyscatours/car/impl/CarInfo.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/car/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/car/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/common/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/common/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/common/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/common/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/common/src/main/java/com/tuscanyscatours/common/Book.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/common/src/main/java/com/tuscanyscatours/common/Book.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/common/src/main/java/com/tuscanyscatours/common/Search.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/common/src/main/java/com/tuscanyscatours/common/Search.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/common/src/main/java/com/tuscanyscatours/common/SearchCallback.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/common/src/main/java/com/tuscanyscatours/common/SearchCallback.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/common/src/main/java/com/tuscanyscatours/common/TripItem.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/common/src/main/java/com/tuscanyscatours/common/TripItem.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/common/src/main/java/com/tuscanyscatours/common/TripLeg.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/common/src/main/java/com/tuscanyscatours/common/TripLeg.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/common/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/common/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/maven-eclipse.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/maven-eclipse.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/java/com/tuscanyscatours/payment/creditcard/impl/CreditCardPaymentImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/java/com/tuscanyscatours/payment/creditcard/impl/CreditCardPaymentImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/resources/CreditCardPayment.wsdl (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/resources/CreditCardPayment.wsdl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/resources/creditcard.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/resources/creditcard.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/resources/definitions.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/resources/definitions.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/test/java/scatours/payment/creditcard/CreditCardPaymentTestCase.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/test/java/scatours/payment/creditcard/CreditCardPaymentTestCase.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb/src/main/java/com/tuscanyscatours/payment/creditcard/impl/CreditCardPaymentImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb/src/main/java/com/tuscanyscatours/payment/creditcard/impl/CreditCardPaymentImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb/src/main/resources/CreditCardPayment.wsdl (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb/src/main/resources/CreditCardPayment.wsdl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb/src/main/resources/creditcard.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb/src/main/resources/creditcard.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb/src/test/java/scatours/payment/creditcard/CreditCardPaymentTestCase.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb/src/test/java/scatours/payment/creditcard/CreditCardPaymentTestCase.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-sdo/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-sdo/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-sdo/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-sdo/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-sdo/src/main/java/com/tuscanyscatours/payment/creditcard/CreditCardPayment.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-sdo/src/main/java/com/tuscanyscatours/payment/creditcard/CreditCardPayment.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-sdo/src/main/java/com/tuscanyscatours/payment/creditcard/impl/CreditCardPaymentImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-sdo/src/main/java/com/tuscanyscatours/payment/creditcard/impl/CreditCardPaymentImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-sdo/src/main/resources/CreditCardPayment.wsdl (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-sdo/src/main/resources/CreditCardPayment.wsdl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-sdo/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-sdo/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-sdo/src/main/resources/creditcard.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-sdo/src/main/resources/creditcard.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-sdo/src/test/java/scatours/payment/creditcard/CreditCardPaymentTestCase.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-sdo/src/test/java/scatours/payment/creditcard/CreditCardPaymentTestCase.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-webapp/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-webapp/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-webapp/src/main/resources/CreditCardPayment.wsdl (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/src/main/resources/CreditCardPayment.wsdl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-webapp/src/main/webapp/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/src/main/webapp/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-webapp/src/main/webapp/META-INF/sca-deployables/web.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/src/main/webapp/META-INF/sca-deployables/web.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-webapp/src/main/webapp/WEB-INF/web.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/src/main/webapp/WEB-INF/web.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-webapp/src/main/webapp/creditcard.jsp (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/src/main/webapp/creditcard.jsp)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-corba/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-corba/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-corba/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-corba/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-corba/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-corba/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-corba/src/main/resources/currency-converter-corba.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-corba/src/main/resources/currency-converter-corba.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-jms/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-jms/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-jms/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-jms/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-jms/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-jms/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-jms/src/main/resources/currency-converter-jms.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-jms/src/main/resources/currency-converter-jms.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-jsp/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-jsp/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-jsp/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-jsp/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-jsp/src/main/webapp/META-INF/sca-deployables/web.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-jsp/src/main/webapp/META-INF/sca-deployables/web.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-jsp/src/main/webapp/WEB-INF/web.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-jsp/src/main/webapp/WEB-INF/web.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-jsp/src/main/webapp/currency-converter.jsp (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-jsp/src/main/webapp/currency-converter.jsp)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-rmi/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-rmi/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-rmi/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-rmi/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-rmi/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-rmi/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-rmi/src/main/resources/currency-converter-rmi.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-rmi/src/main/resources/currency-converter-rmi.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-servlet/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-servlet/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-servlet/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-servlet/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-servlet/src/main/java/com/tuscanyscatours/currencyconverter/servlet/CurrencyConverterServlet.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-servlet/src/main/java/com/tuscanyscatours/currencyconverter/servlet/CurrencyConverterServlet.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-servlet/src/main/webapp/META-INF/sca-deployables/web.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-servlet/src/main/webapp/META-INF/sca-deployables/web.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-servlet/src/main/webapp/WEB-INF/web.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-servlet/src/main/webapp/WEB-INF/web.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-ws/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-ws/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-ws/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-ws/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-ws/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-ws/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-ws/src/main/resources/currency-converter-ws.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-ws/src/main/resources/currency-converter-ws.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency/src/main/java/com/tuscanyscatours/currencyconverter/CurrencyConverter.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency/src/main/java/com/tuscanyscatours/currencyconverter/CurrencyConverter.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency/src/main/java/com/tuscanyscatours/currencyconverter/impl/CurrencyConverterImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency/src/main/java/com/tuscanyscatours/currencyconverter/impl/CurrencyConverterImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/currency/src/main/resources/currency-converter.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/currency/src/main/resources/currency-converter.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/databinding-client/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/databinding-client/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/databinding-client/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/databinding-client/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/databinding-client/src/main/java/scatours/client/TestClient.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/databinding-client/src/main/java/scatours/client/TestClient.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/databinding-client/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/databinding-client/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/databinding-client/src/main/resources/client.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/databinding-client/src/main/resources/client.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/emailgateway/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/emailgateway/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/emailgateway/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/emailgateway/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/emailgateway/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/emailgateway/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/emailgateway/src/main/resources/EmailGateway.wsdl (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/emailgateway/src/main/resources/EmailGateway.wsdl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/emailgateway/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/emailgateway/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/emailgateway/src/main/resources/emailgateway.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/emailgateway/src/main/resources/emailgateway.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/emailgateway/src/test/java/scatours/emailgateway/EmailGatewayTestCase.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/emailgateway/src/test/java/scatours/emailgateway/EmailGatewayTestCase.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/emailgateway/src/test/java/scatours/emailgateway/client/impl/EmailGatewayClientImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/emailgateway/src/test/java/scatours/emailgateway/client/impl/EmailGatewayClientImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/emailgateway/src/test/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/emailgateway/src/test/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/emailgateway/src/test/resources/emailgateway-test.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/emailgateway/src/test/resources/emailgateway-test.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/feed-logger/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/feed-logger/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/feed-logger/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/feed-logger/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/feed-logger/src/main/java/com/tuscanyscatours/feedlogger/FeedLogger.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/feed-logger/src/main/java/com/tuscanyscatours/feedlogger/FeedLogger.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/feed-logger/src/main/java/com/tuscanyscatours/feedlogger/impl/FeedLoggerImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/feed-logger/src/main/java/com/tuscanyscatours/feedlogger/impl/FeedLoggerImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/feed-logger/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/feed-logger/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/feed-logger/src/main/resources/feed-logger.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/feed-logger/src/main/resources/feed-logger.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/flight/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/flight/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/flight/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/flight/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/flight/src/main/java/com/tuscanyscatours/flight/impl/FlightImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/flight/src/main/java/com/tuscanyscatours/flight/impl/FlightImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/flight/src/main/java/com/tuscanyscatours/flight/impl/FlightInfo.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/flight/src/main/java/com/tuscanyscatours/flight/impl/FlightInfo.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/flight/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/flight/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-bespoketrip/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-bespoketrip/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-bespoketrip/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-bespoketrip/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-bespoketrip/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-bespoketrip/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-bespoketrip/src/main/resources/fullapp-bespoketrip.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-bespoketrip/src/main/resources/fullapp-bespoketrip.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-coordination/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-coordination/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-coordination/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-coordination/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-coordination/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-coordination/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-coordination/src/main/resources/fullapp-coordination.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-coordination/src/main/resources/fullapp-coordination.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-currency/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-currency/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-currency/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-currency/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-currency/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-currency/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-currency/src/main/resources/fullapp-currency.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-currency/src/main/resources/fullapp-currency.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-packagedtrip/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-packagedtrip/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-packagedtrip/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-packagedtrip/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-packagedtrip/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-packagedtrip/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-packagedtrip/src/main/resources/fullapp-packagedtrip.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-packagedtrip/src/main/resources/fullapp-packagedtrip.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-shoppingcart/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-shoppingcart/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-shoppingcart/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-shoppingcart/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-shoppingcart/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-shoppingcart/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-shoppingcart/src/main/resources/fullapp-shoppingcart.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-shoppingcart/src/main/resources/fullapp-shoppingcart.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-ui/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-ui/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-ui/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-ui/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/fullapp-ui.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/fullapp-ui.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/scatours.html (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/scatours.html)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/scatours.odg (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/scatours.odg)bin11880 -> 11880 bytes
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/scatours.png (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/scatours.png)bin16554 -> 16554 bytes
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/style.css (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/style.css)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/help-pages/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/help-pages/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/help-pages/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/help-pages/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/help-pages/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/help-pages/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/help-pages/src/main/resources/help-pages.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/help-pages/src/main/resources/help-pages.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/help-pages/src/main/resources/help_pages/BookingAHoliday.html (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/help-pages/src/main/resources/help_pages/BookingAHoliday.html)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/help-pages/src/main/resources/help_pages/BookingAHotel.html (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/help-pages/src/main/resources/help_pages/BookingAHotel.html)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/help-pages/src/main/resources/help_pages/MakingPayments.html (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/help-pages/src/main/resources/help_pages/MakingPayments.html)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/help-pages/src/main/resources/help_pages/index.html (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/help-pages/src/main/resources/help_pages/index.html)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/hotel/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/hotel/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/hotel/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/hotel/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/hotel/src/main/java/com/tuscanyscatours/hotel/HotelInfo.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/hotel/src/main/java/com/tuscanyscatours/hotel/HotelInfo.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/hotel/src/main/java/com/tuscanyscatours/hotel/HotelManagement.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/hotel/src/main/java/com/tuscanyscatours/hotel/HotelManagement.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/hotel/src/main/java/com/tuscanyscatours/hotel/impl/HotelImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/hotel/src/main/java/com/tuscanyscatours/hotel/impl/HotelImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/hotel/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/hotel/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-client/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-client/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-client/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-client/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-client/src/main/java/scatours/client/impl/InteractionConversationClientImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-client/src/main/java/scatours/client/impl/InteractionConversationClientImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-client/src/main/java/scatours/client/impl/InteractionLocalClientImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-client/src/main/java/scatours/client/impl/InteractionLocalClientImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-client/src/main/java/scatours/client/impl/InteractionOneWayCallbackClientImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-client/src/main/java/scatours/client/impl/InteractionOneWayCallbackClientImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-client/src/main/java/scatours/client/impl/InteractionRemoteClientImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-client/src/main/java/scatours/client/impl/InteractionRemoteClientImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-client/src/main/java/scatours/client/impl/InteractionRequestResponseClientImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-client/src/main/java/scatours/client/impl/InteractionRequestResponseClientImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-client/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-client/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-client/src/main/resources/client.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-client/src/main/resources/client.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-service-remote/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-service-remote/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-service-remote/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-service-remote/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-service-remote/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-service-remote/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-service-remote/src/main/resources/service.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-service-remote/src/main/resources/service.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-client/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-client/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-client/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-client/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-client/src/main/java/scatours/client/impl/TestClientImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-client/src/main/java/scatours/client/impl/TestClientImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-client/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-client/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-client/src/main/resources/client.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-client/src/main/resources/client.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-tours/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-tours/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-tours/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-tours/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/goodvaluetrips/Trips.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/goodvaluetrips/Trips.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/tuscanyscatours/Bookings.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/tuscanyscatours/Bookings.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/tuscanyscatours/Checkout.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/tuscanyscatours/Checkout.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/tuscanyscatours/Updates.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/tuscanyscatours/Updates.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/tuscanyscatours/impl/ShoppingCartImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/tuscanyscatours/impl/ShoppingCartImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/tuscanyscatours/impl/TripBookingImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/tuscanyscatours/impl/TripBookingImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-tours/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-tours/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-tours/src/main/resources/tours.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-tours/src/main/resources/tours.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-trips/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-trips/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-trips/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-trips/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-trips/src/main/java/com/goodvaluetrips/Trips.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-trips/src/main/java/com/goodvaluetrips/Trips.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-trips/src/main/java/com/goodvaluetrips/impl/TripProviderImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-trips/src/main/java/com/goodvaluetrips/impl/TripProviderImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-trips/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-trips/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-trips/src/main/resources/trips.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-trips/src/main/resources/trips.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-corba/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-corba/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-corba/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-corba/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-corba/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-corba/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-corba/src/main/resources/notification-corba.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-corba/src/main/resources/notification-corba.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-ejb/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-ejb/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-ejb/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-ejb/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-ejb/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-ejb/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-ejb/src/main/resources/notification-ejb.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-ejb/src/main/resources/notification-ejb.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-jms/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-jms/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-jms/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-jms/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-jms/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-jms/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-jms/src/main/resources/notification-jms.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-jms/src/main/resources/notification-jms.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-rmi/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-rmi/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-rmi/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-rmi/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-rmi/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-rmi/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-rmi/src/main/resources/notification-rmi.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-rmi/src/main/resources/notification-rmi.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-ws/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-ws/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-ws/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-ws/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-ws/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-ws/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-ws/src/main/resources/notification-ws.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-ws/src/main/resources/notification-ws.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/notification/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/notification/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/notification/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/notification/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/notification/src/main/java/com/tuscanyscatours/notification/Notification.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/notification/src/main/java/com/tuscanyscatours/notification/Notification.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/notification/src/main/java/com/tuscanyscatours/notification/impl/NotificationImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/notification/src/main/java/com/tuscanyscatours/notification/impl/NotificationImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/notification/src/main/java/com/tuscanyscatours/smsgateway/SMSGateway.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/notification/src/main/java/com/tuscanyscatours/smsgateway/SMSGateway.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/notification/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/notification/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel-process/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel-process/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/CreditCardPayment.wsdl (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/CreditCardPayment.wsdl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/EmailGateway.wsdl (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/EmailGateway.wsdl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/Payment.wsdl (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/Payment.wsdl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/payment.bpel (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/payment.bpel)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/log4j.properties (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/log4j.properties)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/src/main/resources/CreditCardPayment.wsdl (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/src/main/resources/CreditCardPayment.wsdl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/src/main/resources/EmailGateway.wsdl (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/src/main/resources/EmailGateway.wsdl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/src/main/resources/Payment.wsdl (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/src/main/resources/Payment.wsdl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/src/main/resources/payment.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/src/main/resources/payment.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/src/test/java/scatours/payment/PaymentTestCase.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/src/test/java/scatours/payment/PaymentTestCase.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/src/test/java/scatours/payment/client/impl/PaymentClientImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/src/test/java/scatours/payment/client/impl/PaymentClientImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/src/test/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/src/test/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/src/test/resources/payment-client.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/src/test/resources/payment-client.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/src/main/resources/CreditCardPayment.wsdl (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/src/main/resources/CreditCardPayment.wsdl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/src/main/resources/EmailGateway.wsdl (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/src/main/resources/EmailGateway.wsdl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/src/main/resources/Payment.wsdl (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/src/main/resources/Payment.wsdl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/src/main/resources/payment.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/src/main/resources/payment.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/src/main/resources/payment/PaymentImpl.groovy (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/src/main/resources/payment/PaymentImpl.groovy)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/src/test/java/scatours/payment/PaymentTestCase.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/src/test/java/scatours/payment/PaymentTestCase.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/src/test/java/scatours/payment/client/impl/PaymentClientImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/src/test/java/scatours/payment/client/impl/PaymentClientImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/src/test/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/src/test/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/src/test/resources/payment-client.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/src/test/resources/payment-client.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/maven-eclipse.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/maven-eclipse.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/customer/Customer.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/customer/Customer.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/customer/CustomerNotFoundException.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/customer/CustomerNotFoundException.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/customer/CustomerRegistry.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/customer/CustomerRegistry.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/customer/impl/CustomerRegistryImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/customer/impl/CustomerRegistryImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/emailgateway/EmailGateway.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/emailgateway/EmailGateway.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/payment/impl/PaymentImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/payment/impl/PaymentImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/resources/CreditCardPayment.wsdl (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/resources/CreditCardPayment.wsdl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/resources/Payment.wsdl (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/resources/Payment.wsdl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/resources/definitions.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/resources/definitions.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/resources/payment.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/resources/payment.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/test/java/scatours/payment/PaymentTestCase.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/test/java/scatours/payment/PaymentTestCase.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/customer/Customer.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/customer/Customer.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/customer/CustomerNotFoundException.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/customer/CustomerNotFoundException.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/customer/CustomerRegistry.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/customer/CustomerRegistry.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/customer/impl/CustomerRegistryImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/customer/impl/CustomerRegistryImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/emailgateway/EmailGateway.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/emailgateway/EmailGateway.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/payment/impl/PaymentImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/payment/impl/PaymentImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/resources/CreditCardPayment.wsdl (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/resources/CreditCardPayment.wsdl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/resources/Payment.wsdl (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/resources/Payment.wsdl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/resources/definitions.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/resources/definitions.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/resources/payment.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/resources/payment.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/test/java/scatours/payment/PaymentTestCase.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/test/java/scatours/payment/PaymentTestCase.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/customer/Customer.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/customer/Customer.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/customer/CustomerNotFoundException.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/customer/CustomerNotFoundException.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/customer/CustomerRegistry.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/customer/CustomerRegistry.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/customer/impl/CustomerRegistryImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/customer/impl/CustomerRegistryImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/payment/impl/PaymentImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/payment/impl/PaymentImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/CreditCardPayment.wsdl (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/CreditCardPayment.wsdl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/EmailGateway.wsdl (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/EmailGateway.wsdl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/Payment-context.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/Payment-context.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/Payment.wsdl (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/Payment.wsdl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/definitions.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/definitions.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/payment.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/payment.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/test/java/scatours/payment/PaymentTestCase.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/test/java/scatours/payment/PaymentTestCase.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/test/java/scatours/payment/client/impl/PaymentClientImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/test/java/scatours/payment/client/impl/PaymentClientImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/test/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/test/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/test/resources/payment-client.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/test/resources/payment-client.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/impl/PaymentImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/impl/PaymentImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/CreditCardPayment.wsdl (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/CreditCardPayment.wsdl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/EmailGateway.wsdl (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/EmailGateway.wsdl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/Payment-context.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/Payment-context.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/Payment.wsdl (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/Payment.wsdl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/payment.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/payment.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/test/java/scatours/payment/PaymentTestCase.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/test/java/scatours/payment/PaymentTestCase.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/test/java/scatours/payment/client/impl/PaymentClientImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/test/java/scatours/payment/client/impl/PaymentClientImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/test/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/test/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/test/resources/payment-client.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/test/resources/payment-client.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/customer/Customer.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/customer/Customer.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/customer/CustomerNotFoundException.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/customer/CustomerNotFoundException.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/customer/CustomerRegistry.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/customer/CustomerRegistry.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/customer/impl/CustomerRegistryImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/customer/impl/CustomerRegistryImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/payment/impl/PaymentImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/payment/impl/PaymentImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/resources/CreditCardPayment.wsdl (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/resources/CreditCardPayment.wsdl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/resources/EmailGateway.wsdl (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/resources/EmailGateway.wsdl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/resources/Payment-context.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/resources/Payment-context.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/resources/Payment.wsdl (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/resources/Payment.wsdl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/resources/payment.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/resources/payment.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/test/java/scatours/payment/PaymentTestCase.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/test/java/scatours/payment/PaymentTestCase.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/test/java/scatours/payment/client/impl/PaymentClientImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/test/java/scatours/payment/client/impl/PaymentClientImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/test/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/test/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/test/resources/payment-client.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/test/resources/payment-client.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/policy-client/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/policy-client/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/policy-client/maven-eclipse.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/policy-client/maven-eclipse.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/policy-client/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/policy-client/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/policy-client/src/main/java/scatours/client/TestClient.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/policy-client/src/main/java/scatours/client/TestClient.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/policy-client/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/policy-client/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/policy-client/src/main/resources/Payment.wsdl (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/policy-client/src/main/resources/Payment.wsdl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/policy-client/src/main/resources/client.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/policy-client/src/main/resources/client.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/scatours/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/scatours/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/scatours/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/scatours/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/scatours/src/main/java/com/tuscanyscatours/SCAToursBooking.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/scatours/src/main/java/com/tuscanyscatours/SCAToursBooking.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/scatours/src/main/java/com/tuscanyscatours/SCAToursCart.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/scatours/src/main/java/com/tuscanyscatours/SCAToursCart.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/scatours/src/main/java/com/tuscanyscatours/SCAToursSearch.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/scatours/src/main/java/com/tuscanyscatours/SCAToursSearch.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/scatours/src/main/java/com/tuscanyscatours/impl/SCAToursImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/scatours/src/main/java/com/tuscanyscatours/impl/SCAToursImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/scatours/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/scatours/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/shoppingcart/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/shoppingcart/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/shoppingcart/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/shoppingcart/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/CartCheckout.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/CartCheckout.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/CartInitialize.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/CartInitialize.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/CartStore.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/CartStore.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/CartUpdates.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/CartUpdates.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/impl/CartStoreImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/impl/CartStoreImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/impl/ShoppingCartImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/impl/ShoppingCartImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/shoppingcart/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/shoppingcart/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/shoppingcart/src/main/resources/Payment.wsdl (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/shoppingcart/src/main/resources/Payment.wsdl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/travelcatalog/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/travelcatalog/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/travelcatalog/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/travelcatalog/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/travelcatalog/src/main/java/com/tuscanyscatours/travelcatalog/TravelCatalogSearch.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/travelcatalog/src/main/java/com/tuscanyscatours/travelcatalog/TravelCatalogSearch.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/travelcatalog/src/main/java/com/tuscanyscatours/travelcatalog/impl/TravelCatalogImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/travelcatalog/src/main/java/com/tuscanyscatours/travelcatalog/impl/TravelCatalogImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/travelcatalog/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/travelcatalog/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/trip/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/trip/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/trip/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/trip/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/trip/src/main/java/com/tuscanyscatours/trip/impl/TripImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/trip/src/main/java/com/tuscanyscatours/trip/impl/TripImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/trip/src/main/java/com/tuscanyscatours/trip/impl/TripInfo.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/trip/src/main/java/com/tuscanyscatours/trip/impl/TripInfo.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/trip/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/trip/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/trip/src/test/java/scatours/trip/TripTestCase.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/trip/src/test/java/scatours/trip/TripTestCase.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/trip/src/test/resources/definitions.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/trip/src/test/resources/definitions.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/trip/src/test/resources/trip.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/trip/src/test/resources/trip.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/tripbooking/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/tripbooking/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/tripbooking/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/tripbooking/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/tripbooking/src/main/java/com/tuscanyscatours/tripbooking/TripBooking.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/tripbooking/src/main/java/com/tuscanyscatours/tripbooking/TripBooking.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/tripbooking/src/main/java/com/tuscanyscatours/tripbooking/impl/TripBookingImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/tripbooking/src/main/java/com/tuscanyscatours/tripbooking/impl/TripBookingImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/contributions/tripbooking/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/contributions/tripbooking/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/distribution/bundle/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/distribution/bundle/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/distribution/jaxws/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/distribution/jaxws/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/distribution/ode/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/distribution/ode/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/distribution/openejb/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/distribution/openejb/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/distribution/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/distribution/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/assembly/bin-jaxws.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin-jaxws.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/assembly/bin-ode.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin-ode.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/assembly/bin-openejb.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin-openejb.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/assembly/bin-selfcontained.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin-selfcontained.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/assembly/bin.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/assembly/src.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/assembly/src.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/components/bin-common.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-common.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/components/bin-default.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-default.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/components/bin-jaxws.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-jaxws.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/components/bin-modules.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-modules.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/components/bin-ode.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-ode.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/components/bin-openejb.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-openejb.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/components/bin-selfcontained.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-selfcontained.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/release/bin/INSTALL (renamed from sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/release/bin/INSTALL)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/release/bin/LICENSE (renamed from sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/release/bin/LICENSE)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/release/bin/NOTICE (renamed from sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/release/bin/NOTICE)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/resources/build-clients.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-clients.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/resources/build-defs-selfcontained.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-defs-selfcontained.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/resources/build-defs.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-defs.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/resources/build-launchers.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-launchers.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/resources/build-services.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-services.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/domainconfig/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/domainconfig/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-bespoketrip.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-bespoketrip.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-coordination.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-coordination.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-creditcard.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-creditcard.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-currency.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-currency.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-packagedtrip.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-packagedtrip.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-payment.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-payment.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-shoppingcart.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-shoppingcart.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-ui.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-ui.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/domain.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/domain.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/workspace-distribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/workspace-distribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/workspace.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/workspace.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/domainconfig/introducing/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/domainconfig/introducing/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/domainconfig/introducing/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/domainconfig/introducing/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/domainconfig/introducing/src/main/resources/cloud.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/domainconfig/introducing/src/main/resources/cloud.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/domainconfig/introducing/src/main/resources/cloud/ClientNode.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/domainconfig/introducing/src/main/resources/cloud/ClientNode.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/domainconfig/introducing/src/main/resources/cloud/ToursNode.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/domainconfig/introducing/src/main/resources/cloud/ToursNode.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/domainconfig/introducing/src/main/resources/cloud/TripsNode.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/domainconfig/introducing/src/main/resources/cloud/TripsNode.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/domainconfig/introducing/src/main/resources/domain.composite (renamed from sca-java-2.x/trunk/tutorials/travelsample/domainconfig/introducing/src/main/resources/domain.composite)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/domainconfig/introducing/src/main/resources/workspace-distribution.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/domainconfig/introducing/src/main/resources/workspace-distribution.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/domainconfig/introducing/src/main/resources/workspace.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/domainconfig/introducing/src/main/resources/workspace.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/domainconfig/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/domainconfig/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/blog-feed/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/blog-feed/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/blog-feed/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/blog-feed/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/blog-feed/src/main/java/scatours/BlogFeedLauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/blog-feed/src/main/java/scatours/BlogFeedLauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/buildingblocks/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/buildingblocks/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/buildingblocks/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/buildingblocks/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/buildingblocks/src/main/java/scatours/BuildingBlocksLauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/buildingblocks/src/main/java/scatours/BuildingBlocksLauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/buildingblocks/src/main/resources/jndi.properties (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/buildingblocks/src/main/resources/jndi.properties)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/buildingblocks/src/test/java/scatours/BuildingBlocksTestCase.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/buildingblocks/src/test/java/scatours/BuildingBlocksTestCase.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-corba/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-corba/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-corba/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-corba/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-corba/src/main/java/scatours/CurrencyConverterCORBALauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-corba/src/main/java/scatours/CurrencyConverterCORBALauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-corba/src/main/java/scatours/currencyconverter/CurrencyConverter.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-corba/src/main/java/scatours/currencyconverter/CurrencyConverter.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-jms/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-jms/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-jms/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-jms/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-jms/src/main/java/scatours/CurrencyConverterJMSLauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-jms/src/main/java/scatours/CurrencyConverterJMSLauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-rmi/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-rmi/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-rmi/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-rmi/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-rmi/src/main/java/com/tuscanyscatours/currencyconverter/CurrencyConverter.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-rmi/src/main/java/com/tuscanyscatours/currencyconverter/CurrencyConverter.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-rmi/src/main/java/scatours/CurrencyConverterRMILauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-rmi/src/main/java/scatours/CurrencyConverterRMILauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-ws/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-ws/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-ws/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-ws/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-ws/src/main/java/scatours/CurrencyConverterWSLauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-ws/src/main/java/scatours/CurrencyConverterWSLauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-ws/src/main/java/scatours/currencyconverter/CurrencyConverter.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-ws/src/main/java/scatours/currencyconverter/CurrencyConverter.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter/src/main/java/scatours/CurrencyConverterLauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter/src/main/java/scatours/CurrencyConverterLauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter/src/main/java/scatours/currencyconverter/CurrencyConverter.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter/src/main/java/scatours/currencyconverter/CurrencyConverter.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/databinding/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/databinding/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/databinding/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/databinding/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/databinding/src/main/java/scatours/DatabindingLauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/databinding/src/main/java/scatours/DatabindingLauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/feed-logger/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/feed-logger/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/feed-logger/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/feed-logger/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/feed-logger/src/main/java/scatours/FeedLoggerLauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/feed-logger/src/main/java/scatours/FeedLoggerLauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/feed-logger/src/main/java/scatours/feedlogger/FeedLogger.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/feed-logger/src/main/java/scatours/feedlogger/FeedLogger.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/fullapp-domain/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/fullapp-domain/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/fullapp-domain/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/fullapp-domain/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/fullapp-domain/src/main/java/scatours/FullAppDomainLauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/fullapp-domain/src/main/java/scatours/FullAppDomainLauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/fullapp-nodes/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/fullapp-nodes/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/fullapp-nodes/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/fullapp-nodes/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/fullapp-nodes/src/main/java/scatours/FullAppNodesLauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/fullapp-nodes/src/main/java/scatours/FullAppNodesLauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/fullapp/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/fullapp/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/fullapp/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/fullapp/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/fullapp/src/main/java/scatours/FullAppLauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/fullapp/src/main/java/scatours/FullAppLauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/help-pages/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/help-pages/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/help-pages/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/help-pages/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/help-pages/src/main/java/scatours/HelpPagesLauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/help-pages/src/main/java/scatours/HelpPagesLauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/interaction/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/interaction/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/interaction/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/interaction/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/interaction/src/main/java/scatours/InteractionLauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/interaction/src/main/java/scatours/InteractionLauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/interaction/src/test/java/scatours/InteractionTestCase.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/interaction/src/test/java/scatours/InteractionTestCase.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-client/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-client/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-client/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-client/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-client/src/main/java/scatours/IntroducingClientLauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-client/src/main/java/scatours/IntroducingClientLauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-domain/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-domain/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-domain/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-domain/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-domain/src/main/java/scatours/IntroducingDomainLauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-domain/src/main/java/scatours/IntroducingDomainLauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-tours/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-tours/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-tours/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-tours/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-tours/src/main/java/scatours/IntroducingToursLauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-tours/src/main/java/scatours/IntroducingToursLauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-trips/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-trips/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-trips/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-trips/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-trips/src/main/java/scatours/IntroducingTripsLauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-trips/src/main/java/scatours/IntroducingTripsLauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing/src/main/java/scatours/IntroducingLauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing/src/main/java/scatours/IntroducingLauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing/src/test/java/scatours/IntroducingTestCase.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing/src/test/java/scatours/IntroducingTestCase.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/jumpstart/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/jumpstart/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/jumpstart/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/jumpstart/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/jumpstart/src/main/java/scatours/JumpstartLauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/jumpstart/src/main/java/scatours/JumpstartLauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/jumpstart/src/main/java/scatours/Trips.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/jumpstart/src/main/java/scatours/Trips.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/jumpstart/src/test/java/scatours/JumpstartTestCase.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/jumpstart/src/test/java/scatours/JumpstartTestCase.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-corba/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-corba/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-corba/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-corba/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-corba/src/main/java/scatours/NotificationCORBALauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-corba/src/main/java/scatours/NotificationCORBALauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-corba/src/main/java/scatours/notification/Notification.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-corba/src/main/java/scatours/notification/Notification.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-ejb/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-ejb/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-ejb/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-ejb/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-ejb/src/main/java/scatours/NotificationEJBLauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-ejb/src/main/java/scatours/NotificationEJBLauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-ejb/src/main/java/scatours/notification/Notification.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-ejb/src/main/java/scatours/notification/Notification.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-jms/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-jms/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-jms/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-jms/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-jms/src/main/java/scatours/NotificationJMSLauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-jms/src/main/java/scatours/NotificationJMSLauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-jms/src/main/java/scatours/notification/Notification.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-jms/src/main/java/scatours/notification/Notification.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-rmi/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-rmi/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-rmi/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-rmi/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-rmi/src/main/java/com/tuscanyscatours/smsgateway/SMSGateway.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-rmi/src/main/java/com/tuscanyscatours/smsgateway/SMSGateway.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-rmi/src/main/java/scatours/NotificationRMILauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-rmi/src/main/java/scatours/NotificationRMILauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-rmi/src/main/java/scatours/notification/Notification.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-rmi/src/main/java/scatours/notification/Notification.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-ws/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-ws/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-ws/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-ws/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-ws/src/main/java/scatours/NotificationWSLauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-ws/src/main/java/scatours/NotificationWSLauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-ws/src/main/java/scatours/notification/Notification.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-ws/src/main/java/scatours/notification/Notification.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-bpel/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-bpel/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-bpel/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-bpel/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/Payment.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/Payment.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/PaymentService.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/PaymentService.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/package-info.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/package-info.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-bpel/src/main/java/scatours/payment/PaymentLauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-bpel/src/main/java/scatours/payment/PaymentLauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/EmailGateway.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/EmailGateway.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/EmailGatewayService.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/EmailGatewayService.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/EmailType.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/EmailType.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/ObjectFactory.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/ObjectFactory.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/SendEmailResponseType.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/SendEmailResponseType.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/SendEmailType.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/SendEmailType.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/package-info.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/package-info.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/Payment.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/Payment.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/PaymentService.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/PaymentService.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/package-info.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/package-info.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/scatours/payment/PaymentLauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/scatours/payment/PaymentLauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java-policy/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java-policy/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java-policy/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java-policy/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/Payment.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/Payment.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/PaymentService.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/PaymentService.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/package-info.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/package-info.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java-policy/src/main/java/scatours/payment/PaymentLauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java-policy/src/main/java/scatours/payment/PaymentLauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/Payment.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/Payment.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/PaymentService.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/PaymentService.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/package-info.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/package-info.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java/src/main/java/scatours/payment/PaymentLauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java/src/main/java/scatours/payment/PaymentLauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring-scatag/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring-scatag/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring-scatag/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring-scatag/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/Payment.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/Payment.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/PaymentService.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/PaymentService.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/package-info.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/package-info.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/scatours/payment/PaymentLauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/scatours/payment/PaymentLauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/Payment.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/Payment.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/PaymentService.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/PaymentService.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/package-info.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/package-info.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring/src/main/java/scatours/payment/PaymentLauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring/src/main/java/scatours/payment/PaymentLauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/policy/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/policy/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/policy/maven-eclipse.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/policy/maven-eclipse.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/policy/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/policy/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/policy/src/main/java/scatours/PolicyLauncher.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/policy/src/main/java/scatours/PolicyLauncher.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/launchers/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/launchers/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/creditcard-payment-jaxws/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/creditcard-payment-jaxws/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/creditcard-payment-jaxws/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/creditcard-payment-jaxws/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/creditcard-payment-jaxws/src/main/java/scatours/creditcard/CreditCardService.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/creditcard-payment-jaxws/src/main/java/scatours/creditcard/CreditCardService.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/creditcard-payment-jaxws/src/main/java/scatours/creditcard/CreditCardServiceBootstrap.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/creditcard-payment-jaxws/src/main/java/scatours/creditcard/CreditCardServiceBootstrap.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/creditcard-payment-jaxws/src/main/java/scatours/creditcard/CreditCardServiceImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/creditcard-payment-jaxws/src/main/java/scatours/creditcard/CreditCardServiceImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-corba/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-corba/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-corba/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-corba/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-corba/src/main/java/scatours/smsgateway/SMSGatewayCORBAServiceBootstrap.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-corba/src/main/java/scatours/smsgateway/SMSGatewayCORBAServiceBootstrap.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-corba/src/main/java/scatours/smsgateway/SMSGatewayServant.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-corba/src/main/java/scatours/smsgateway/SMSGatewayServant.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-corba/src/main/resources/sms-gateway.idl (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-corba/src/main/resources/sms-gateway.idl)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-ejb/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-ejb/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-ejb/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-ejb/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-ejb/src/main/java/com/tuscanyscatours/smsgateway/SMSGateway.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-ejb/src/main/java/com/tuscanyscatours/smsgateway/SMSGateway.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-ejb/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayEJBServiceBootstrap.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-ejb/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayEJBServiceBootstrap.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-ejb/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-ejb/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-ejb/src/main/resources/META-INF/ejb-jar.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-ejb/src/main/resources/META-INF/ejb-jar.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-jaxws/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-jaxws/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-jaxws/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-jaxws/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-jaxws/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayService.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-jaxws/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayService.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-jaxws/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayServiceBootstrap.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-jaxws/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayServiceBootstrap.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-jaxws/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayServiceImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-jaxws/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayServiceImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-jms/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-jms/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-jms/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-jms/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-jms/src/main/java/scatours/smsgateway/SMSGateway.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-jms/src/main/java/scatours/smsgateway/SMSGateway.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-jms/src/main/java/scatours/smsgateway/SMSGatewayImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-jms/src/main/java/scatours/smsgateway/SMSGatewayImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-jms/src/main/java/scatours/smsgateway/SMSGatewayJMSServiceBootstrap.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-jms/src/main/java/scatours/smsgateway/SMSGatewayJMSServiceBootstrap.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-rmi/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-rmi/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-rmi/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-rmi/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-rmi/src/main/java/com/tuscanyscatours/smsgateway/SMSGateway.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-rmi/src/main/java/com/tuscanyscatours/smsgateway/SMSGateway.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-rmi/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayImpl.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-rmi/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayImpl.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-rmi/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayRMIServiceBootstrap.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-rmi/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayRMIServiceBootstrap.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/testdomain/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/testdomain/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/testdomain/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/testdomain/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/travel-scenario.odg (renamed from sca-java-2.x/trunk/tutorials/travelsample/travel-scenario.odg)bin17300 -> 17300 bytes
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/util/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/util/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/util/jaxws-runtime/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/util/jaxws-runtime/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/util/launcher-common/build.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/util/launcher-common/build.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/util/launcher-common/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/util/launcher-common/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/util/launcher-common/src/main/java/scatours/launcher/LauncherUtil.java (renamed from sca-java-2.x/trunk/tutorials/travelsample/util/launcher-common/src/main/java/scatours/launcher/LauncherUtil.java)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/util/openejb-runtime/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/util/openejb-runtime/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/tutorials/travelsample/util/pom.xml (renamed from sca-java-2.x/trunk/tutorials/travelsample/util/pom.xml)0
684 files changed, 0 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/README b/sca-java-2.x/contrib/tutorials/travelsample/README
index 32290ef82f..32290ef82f 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/README
+++ b/sca-java-2.x/contrib/tutorials/travelsample/README
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/antdefs.xml b/sca-java-2.x/contrib/tutorials/travelsample/antdefs.xml
index 5b5a4efb67..5b5a4efb67 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/antdefs.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/antdefs.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/build.xml
index f74b4cb2a8..f74b4cb2a8 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/clients/build.xml
index 78e305c3cd..78e305c3cd 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-corba/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-corba/build.xml
index eebbe90d4d..eebbe90d4d 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-corba/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-corba/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-corba/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-corba/pom.xml
index e6ad5e33a8..e6ad5e33a8 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-corba/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-corba/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-corba/src/main/java/scatours/CurrencyConverterCORBAClient.java b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-corba/src/main/java/scatours/CurrencyConverterCORBAClient.java
index 7d799e459b..7d799e459b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-corba/src/main/java/scatours/CurrencyConverterCORBAClient.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-corba/src/main/java/scatours/CurrencyConverterCORBAClient.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-corba/src/main/resources/currency-converter.idl b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-corba/src/main/resources/currency-converter.idl
index 1ff24291f5..1ff24291f5 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-corba/src/main/resources/currency-converter.idl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-corba/src/main/resources/currency-converter.idl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-jms/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-jms/build.xml
index 1e3e20e4e6..1e3e20e4e6 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-jms/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-jms/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-jms/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-jms/pom.xml
index a69b843bff..a69b843bff 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-jms/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-jms/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-jms/src/main/java/scatours/CurrencyConverterJMSClient.java b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-jms/src/main/java/scatours/CurrencyConverterJMSClient.java
index 0bea38e07f..0bea38e07f 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-jms/src/main/java/scatours/CurrencyConverterJMSClient.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-jms/src/main/java/scatours/CurrencyConverterJMSClient.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-rmi/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-rmi/build.xml
index 33a2db7951..33a2db7951 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-rmi/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-rmi/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-rmi/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-rmi/pom.xml
index 18ed8ce4fa..18ed8ce4fa 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-rmi/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-rmi/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-rmi/src/main/java/com/tuscanyscatours/currencyconverter/CurrencyConverter.java b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-rmi/src/main/java/com/tuscanyscatours/currencyconverter/CurrencyConverter.java
index e12a95c964..e12a95c964 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-rmi/src/main/java/com/tuscanyscatours/currencyconverter/CurrencyConverter.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-rmi/src/main/java/com/tuscanyscatours/currencyconverter/CurrencyConverter.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-rmi/src/main/java/scatours/CurrencyConverterRMIClient.java b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-rmi/src/main/java/scatours/CurrencyConverterRMIClient.java
index 32e4fccfce..32e4fccfce 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-rmi/src/main/java/scatours/CurrencyConverterRMIClient.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-rmi/src/main/java/scatours/CurrencyConverterRMIClient.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-ws-jaxws/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-ws-jaxws/build.xml
index 116f2999ba..116f2999ba 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-ws-jaxws/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-ws-jaxws/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-ws-jaxws/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-ws-jaxws/pom.xml
index 11eb5d52eb..11eb5d52eb 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-ws-jaxws/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-ws-jaxws/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-ws-jaxws/src/main/java/scatours/CurrencyConverterWSClient.java b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-ws-jaxws/src/main/java/scatours/CurrencyConverterWSClient.java
index dbaa7c2124..dbaa7c2124 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-ws-jaxws/src/main/java/scatours/CurrencyConverterWSClient.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-ws-jaxws/src/main/java/scatours/CurrencyConverterWSClient.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-ws-jaxws/src/main/resources/wsdl/CurrencyConverter.wsdl b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-ws-jaxws/src/main/resources/wsdl/CurrencyConverter.wsdl
index 055431bbf2..055431bbf2 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/currency-converter-ws-jaxws/src/main/resources/wsdl/CurrencyConverter.wsdl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/currency-converter-ws-jaxws/src/main/resources/wsdl/CurrencyConverter.wsdl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/clients/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/clients/pom.xml
index ea2ed780ed..ea2ed780ed 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/clients/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/clients/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/blog-feed/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/blog-feed/build.xml
index 2f0f6b12a5..2f0f6b12a5 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/blog-feed/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/blog-feed/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/blog-feed/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/blog-feed/pom.xml
index e3f37cc21d..e3f37cc21d 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/blog-feed/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/blog-feed/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/blog-feed/src/main/java/com/tuscanyscatours/blog/BlogPost.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/blog-feed/src/main/java/com/tuscanyscatours/blog/BlogPost.java
index f93fe59b9d..f93fe59b9d 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/blog-feed/src/main/java/com/tuscanyscatours/blog/BlogPost.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/blog-feed/src/main/java/com/tuscanyscatours/blog/BlogPost.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/blog-feed/src/main/java/com/tuscanyscatours/blog/feed/impl/AtomBlogFeedImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/blog-feed/src/main/java/com/tuscanyscatours/blog/feed/impl/AtomBlogFeedImpl.java
index b7a392f927..b7a392f927 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/blog-feed/src/main/java/com/tuscanyscatours/blog/feed/impl/AtomBlogFeedImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/blog-feed/src/main/java/com/tuscanyscatours/blog/feed/impl/AtomBlogFeedImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/blog-feed/src/main/java/com/tuscanyscatours/blog/feed/impl/BaseBlogFeedImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/blog-feed/src/main/java/com/tuscanyscatours/blog/feed/impl/BaseBlogFeedImpl.java
index f132d340ea..f132d340ea 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/blog-feed/src/main/java/com/tuscanyscatours/blog/feed/impl/BaseBlogFeedImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/blog-feed/src/main/java/com/tuscanyscatours/blog/feed/impl/BaseBlogFeedImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/blog-feed/src/main/java/com/tuscanyscatours/blog/feed/impl/GenericBlogFeedImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/blog-feed/src/main/java/com/tuscanyscatours/blog/feed/impl/GenericBlogFeedImpl.java
index c427b658a4..c427b658a4 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/blog-feed/src/main/java/com/tuscanyscatours/blog/feed/impl/GenericBlogFeedImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/blog-feed/src/main/java/com/tuscanyscatours/blog/feed/impl/GenericBlogFeedImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/blog-feed/src/main/java/com/tuscanyscatours/blog/feed/impl/RSSBlogFeedImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/blog-feed/src/main/java/com/tuscanyscatours/blog/feed/impl/RSSBlogFeedImpl.java
index efccffef67..efccffef67 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/blog-feed/src/main/java/com/tuscanyscatours/blog/feed/impl/RSSBlogFeedImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/blog-feed/src/main/java/com/tuscanyscatours/blog/feed/impl/RSSBlogFeedImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/blog-feed/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/blog-feed/src/main/resources/META-INF/sca-contribution.xml
index 1259a688e3..1259a688e3 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/blog-feed/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/blog-feed/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/blog-feed/src/main/resources/blog-feed.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/blog-feed/src/main/resources/blog-feed.composite
index 8fb948dddc..8fb948dddc 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/blog-feed/src/main/resources/blog-feed.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/blog-feed/src/main/resources/blog-feed.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/build.xml
index a30dd29ec9..a30dd29ec9 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/build.xml
index 9ea7438516..9ea7438516 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/pom.xml
index 443edb6215..443edb6215 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/main/java/scatours/Bookings.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/main/java/scatours/Bookings.java
index 9eb38a0a85..9eb38a0a85 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/main/java/scatours/Bookings.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/main/java/scatours/Bookings.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/main/java/scatours/Checkout.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/main/java/scatours/Checkout.java
index af9d8a1bbb..af9d8a1bbb 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/main/java/scatours/Checkout.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/main/java/scatours/Checkout.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/main/java/scatours/impl/ApplClientImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/main/java/scatours/impl/ApplClientImpl.java
index cd46a8915a..cd46a8915a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/main/java/scatours/impl/ApplClientImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/main/java/scatours/impl/ApplClientImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/main/java/scatours/impl/ToursClientImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/main/java/scatours/impl/ToursClientImpl.java
index d37860be3b..d37860be3b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/main/java/scatours/impl/ToursClientImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/main/java/scatours/impl/ToursClientImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/main/resources/META-INF/sca-contribution.xml
index 183ffa816b..183ffa816b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/main/resources/tours-appl-client.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/main/resources/tours-appl-client.composite
index f0e33425e3..f0e33425e3 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/main/resources/tours-appl-client.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/main/resources/tours-appl-client.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/main/resources/tours-impl-client.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/main/resources/tours-impl-client.composite
index 6048ccda88..6048ccda88 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/main/resources/tours-impl-client.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/main/resources/tours-impl-client.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/main/resources/tours-impl-include-client.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/main/resources/tours-impl-include-client.composite
index 49967db666..49967db666 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/main/resources/tours-impl-include-client.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/main/resources/tours-impl-include-client.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/test/java/scatours/BuildingBlocksApplTestCase.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/test/java/scatours/BuildingBlocksApplTestCase.java
index 6115833182..6115833182 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/test/java/scatours/BuildingBlocksApplTestCase.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/test/java/scatours/BuildingBlocksApplTestCase.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/test/java/scatours/BuildingBlocksImplIncludeTestCase.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/test/java/scatours/BuildingBlocksImplIncludeTestCase.java
index ebc278f5b4..ebc278f5b4 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/test/java/scatours/BuildingBlocksImplIncludeTestCase.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/test/java/scatours/BuildingBlocksImplIncludeTestCase.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/test/java/scatours/BuildingBlocksImplTestCase.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/test/java/scatours/BuildingBlocksImplTestCase.java
index 9356a2b146..9356a2b146 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/test/java/scatours/BuildingBlocksImplTestCase.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/test/java/scatours/BuildingBlocksImplTestCase.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/test/resources/jndi.properties b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/test/resources/jndi.properties
index 88270fd1e0..88270fd1e0 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks-client/src/test/resources/jndi.properties
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks-client/src/test/resources/jndi.properties
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/build.xml
index 1e23144229..1e23144229 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/pom.xml
index bf5ad5c51a..bf5ad5c51a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/budgettours/Tours.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/budgettours/Tours.java
index 748e88ee09..748e88ee09 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/budgettours/Tours.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/budgettours/Tours.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/budgettours/impl/TourProviderImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/budgettours/impl/TourProviderImpl.java
index 8e48625f0c..8e48625f0c 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/budgettours/impl/TourProviderImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/budgettours/impl/TourProviderImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/goodvaluetrips/Trips.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/goodvaluetrips/Trips.java
index 5026d23c95..5026d23c95 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/goodvaluetrips/Trips.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/goodvaluetrips/Trips.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/tuscanyscatours/Bookings.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/tuscanyscatours/Bookings.java
index 4ddd145778..4ddd145778 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/tuscanyscatours/Bookings.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/tuscanyscatours/Bookings.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/tuscanyscatours/Checkout.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/tuscanyscatours/Checkout.java
index 4e8f1481f5..4e8f1481f5 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/tuscanyscatours/Checkout.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/tuscanyscatours/Checkout.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/tuscanyscatours/Updates.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/tuscanyscatours/Updates.java
index beb5f529b1..beb5f529b1 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/tuscanyscatours/Updates.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/tuscanyscatours/Updates.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/tuscanyscatours/impl/ShoppingCartImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/tuscanyscatours/impl/ShoppingCartImpl.java
index 629ea7b5ec..629ea7b5ec 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/tuscanyscatours/impl/ShoppingCartImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/tuscanyscatours/impl/ShoppingCartImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/tuscanyscatours/impl/TripBookingImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/tuscanyscatours/impl/TripBookingImpl.java
index 1259fa7d82..1259fa7d82 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/tuscanyscatours/impl/TripBookingImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/java/com/tuscanyscatours/impl/TripBookingImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/java/scatours/impl/TripProviderImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/java/scatours/impl/TripProviderImpl.java
index a95f01c519..a95f01c519 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/java/scatours/impl/TripProviderImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/java/scatours/impl/TripProviderImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/resources/META-INF/sca-contribution.xml
index 697b706163..697b706163 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/resources/tours-appl.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/resources/tours-appl.composite
index 6d0a1c1f0d..6d0a1c1f0d 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/resources/tours-appl.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/resources/tours-appl.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/resources/tours-impl-include.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/resources/tours-impl-include.composite
index 1441702a98..1441702a98 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/resources/tours-impl-include.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/resources/tours-impl-include.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/resources/tours-impl.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/resources/tours-impl.composite
index c1a7643df6..c1a7643df6 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/resources/tours-impl.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/resources/tours-impl.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/resources/tours.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/resources/tours.composite
index d2d74d08fc..d2d74d08fc 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/main/resources/tours.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/main/resources/tours.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/test/java/scatours/BuildingBlocksImplIncludeTestCase.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/test/java/scatours/BuildingBlocksImplIncludeTestCase.java
index 6c9079e5ab..6c9079e5ab 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/test/java/scatours/BuildingBlocksImplIncludeTestCase.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/test/java/scatours/BuildingBlocksImplIncludeTestCase.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/test/java/scatours/BuildingBlocksImplTestCase.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/test/java/scatours/BuildingBlocksImplTestCase.java
index f74304409d..f74304409d 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/buildingblocks/src/test/java/scatours/BuildingBlocksImplTestCase.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/buildingblocks/src/test/java/scatours/BuildingBlocksImplTestCase.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/calendar/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/calendar/build.xml
index ae6a47dafb..ae6a47dafb 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/calendar/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/calendar/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/calendar/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/calendar/pom.xml
index b3926ca633..b3926ca633 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/calendar/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/calendar/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/calendar/src/main/java/com/tuscanyscatours/calendar/Calendar.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/calendar/src/main/java/com/tuscanyscatours/calendar/Calendar.java
index daa5127511..daa5127511 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/calendar/src/main/java/com/tuscanyscatours/calendar/Calendar.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/calendar/src/main/java/com/tuscanyscatours/calendar/Calendar.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/calendar/src/main/java/com/tuscanyscatours/calendar/impl/CalendarImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/calendar/src/main/java/com/tuscanyscatours/calendar/impl/CalendarImpl.java
index 4e6e7b161b..4e6e7b161b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/calendar/src/main/java/com/tuscanyscatours/calendar/impl/CalendarImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/calendar/src/main/java/com/tuscanyscatours/calendar/impl/CalendarImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/calendar/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/calendar/src/main/resources/META-INF/sca-contribution.xml
index e37c61d48b..e37c61d48b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/calendar/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/calendar/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/calendar/src/test/java/scatours/calendar/CalendarTestCase.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/calendar/src/test/java/scatours/calendar/CalendarTestCase.java
index 339c3ed41e..339c3ed41e 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/calendar/src/test/java/scatours/calendar/CalendarTestCase.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/calendar/src/test/java/scatours/calendar/CalendarTestCase.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/calendar/src/test/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/calendar/src/test/resources/META-INF/sca-contribution.xml
index 87e99010b8..87e99010b8 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/calendar/src/test/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/calendar/src/test/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/calendar/src/test/resources/calendar.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/calendar/src/test/resources/calendar.composite
index 3ddb33db80..3ddb33db80 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/calendar/src/test/resources/calendar.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/calendar/src/test/resources/calendar.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/car/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/car/build.xml
index 46392d4b24..46392d4b24 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/car/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/car/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/car/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/car/pom.xml
index e71040dc04..e71040dc04 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/car/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/car/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/car/src/main/java/com/tuscanyscatours/car/impl/CarImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/car/src/main/java/com/tuscanyscatours/car/impl/CarImpl.java
index 672afbc609..672afbc609 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/car/src/main/java/com/tuscanyscatours/car/impl/CarImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/car/src/main/java/com/tuscanyscatours/car/impl/CarImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/car/src/main/java/com/tuscanyscatours/car/impl/CarInfo.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/car/src/main/java/com/tuscanyscatours/car/impl/CarInfo.java
index c373079ac1..c373079ac1 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/car/src/main/java/com/tuscanyscatours/car/impl/CarInfo.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/car/src/main/java/com/tuscanyscatours/car/impl/CarInfo.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/car/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/car/src/main/resources/META-INF/sca-contribution.xml
index 67fcaf8c6c..67fcaf8c6c 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/car/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/car/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/common/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/common/build.xml
index 85cec507ff..85cec507ff 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/common/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/common/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/common/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/common/pom.xml
index 2a8e684d5d..2a8e684d5d 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/common/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/common/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/common/src/main/java/com/tuscanyscatours/common/Book.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/common/src/main/java/com/tuscanyscatours/common/Book.java
index 797957250a..797957250a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/common/src/main/java/com/tuscanyscatours/common/Book.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/common/src/main/java/com/tuscanyscatours/common/Book.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/common/src/main/java/com/tuscanyscatours/common/Search.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/common/src/main/java/com/tuscanyscatours/common/Search.java
index f304141a06..f304141a06 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/common/src/main/java/com/tuscanyscatours/common/Search.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/common/src/main/java/com/tuscanyscatours/common/Search.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/common/src/main/java/com/tuscanyscatours/common/SearchCallback.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/common/src/main/java/com/tuscanyscatours/common/SearchCallback.java
index 2a527d0461..2a527d0461 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/common/src/main/java/com/tuscanyscatours/common/SearchCallback.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/common/src/main/java/com/tuscanyscatours/common/SearchCallback.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/common/src/main/java/com/tuscanyscatours/common/TripItem.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/common/src/main/java/com/tuscanyscatours/common/TripItem.java
index 2f2a6299f9..2f2a6299f9 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/common/src/main/java/com/tuscanyscatours/common/TripItem.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/common/src/main/java/com/tuscanyscatours/common/TripItem.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/common/src/main/java/com/tuscanyscatours/common/TripLeg.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/common/src/main/java/com/tuscanyscatours/common/TripLeg.java
index 663634b1e9..663634b1e9 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/common/src/main/java/com/tuscanyscatours/common/TripLeg.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/common/src/main/java/com/tuscanyscatours/common/TripLeg.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/common/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/common/src/main/resources/META-INF/sca-contribution.xml
index cebda8d6d6..cebda8d6d6 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/common/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/common/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/build.xml
index 93d1c4ad47..93d1c4ad47 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/maven-eclipse.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/maven-eclipse.xml
index 3adfca89f4..3adfca89f4 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/maven-eclipse.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/maven-eclipse.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/pom.xml
index 9cf48a1c7d..9cf48a1c7d 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/java/com/tuscanyscatours/payment/creditcard/impl/CreditCardPaymentImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/java/com/tuscanyscatours/payment/creditcard/impl/CreditCardPaymentImpl.java
index f7723ab5b5..f7723ab5b5 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/java/com/tuscanyscatours/payment/creditcard/impl/CreditCardPaymentImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/java/com/tuscanyscatours/payment/creditcard/impl/CreditCardPaymentImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/resources/CreditCardPayment.wsdl b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/resources/CreditCardPayment.wsdl
index f313043bf8..f313043bf8 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/resources/CreditCardPayment.wsdl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/resources/CreditCardPayment.wsdl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/resources/META-INF/sca-contribution.xml
index 6348027529..6348027529 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/resources/creditcard.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/resources/creditcard.composite
index 77ecdef0df..77ecdef0df 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/resources/creditcard.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/resources/creditcard.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/resources/definitions.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/resources/definitions.xml
index 97711eb9aa..97711eb9aa 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/resources/definitions.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/main/resources/definitions.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/test/java/scatours/payment/creditcard/CreditCardPaymentTestCase.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/test/java/scatours/payment/creditcard/CreditCardPaymentTestCase.java
index 38834709b0..38834709b0 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/test/java/scatours/payment/creditcard/CreditCardPaymentTestCase.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb-policy/src/test/java/scatours/payment/creditcard/CreditCardPaymentTestCase.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb/build.xml
index 9e0ac7fff9..9e0ac7fff9 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb/pom.xml
index db519eb5cd..db519eb5cd 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb/src/main/java/com/tuscanyscatours/payment/creditcard/impl/CreditCardPaymentImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb/src/main/java/com/tuscanyscatours/payment/creditcard/impl/CreditCardPaymentImpl.java
index 13dc7428d1..13dc7428d1 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb/src/main/java/com/tuscanyscatours/payment/creditcard/impl/CreditCardPaymentImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb/src/main/java/com/tuscanyscatours/payment/creditcard/impl/CreditCardPaymentImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb/src/main/resources/CreditCardPayment.wsdl b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb/src/main/resources/CreditCardPayment.wsdl
index 6dcc619c48..6dcc619c48 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb/src/main/resources/CreditCardPayment.wsdl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb/src/main/resources/CreditCardPayment.wsdl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb/src/main/resources/META-INF/sca-contribution.xml
index f29ddff781..f29ddff781 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb/src/main/resources/creditcard.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb/src/main/resources/creditcard.composite
index 1e07159fbc..1e07159fbc 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb/src/main/resources/creditcard.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb/src/main/resources/creditcard.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb/src/test/java/scatours/payment/creditcard/CreditCardPaymentTestCase.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb/src/test/java/scatours/payment/creditcard/CreditCardPaymentTestCase.java
index ed3d33af21..ed3d33af21 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-jaxb/src/test/java/scatours/payment/creditcard/CreditCardPaymentTestCase.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-jaxb/src/test/java/scatours/payment/creditcard/CreditCardPaymentTestCase.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-sdo/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-sdo/build.xml
index 2f9f3d9625..2f9f3d9625 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-sdo/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-sdo/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-sdo/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-sdo/pom.xml
index 082d3e0fe5..082d3e0fe5 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-sdo/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-sdo/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-sdo/src/main/java/com/tuscanyscatours/payment/creditcard/CreditCardPayment.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-sdo/src/main/java/com/tuscanyscatours/payment/creditcard/CreditCardPayment.java
index 9f508ecc59..9f508ecc59 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-sdo/src/main/java/com/tuscanyscatours/payment/creditcard/CreditCardPayment.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-sdo/src/main/java/com/tuscanyscatours/payment/creditcard/CreditCardPayment.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-sdo/src/main/java/com/tuscanyscatours/payment/creditcard/impl/CreditCardPaymentImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-sdo/src/main/java/com/tuscanyscatours/payment/creditcard/impl/CreditCardPaymentImpl.java
index 13dc7428d1..13dc7428d1 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-sdo/src/main/java/com/tuscanyscatours/payment/creditcard/impl/CreditCardPaymentImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-sdo/src/main/java/com/tuscanyscatours/payment/creditcard/impl/CreditCardPaymentImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-sdo/src/main/resources/CreditCardPayment.wsdl b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-sdo/src/main/resources/CreditCardPayment.wsdl
index d7e274aeee..d7e274aeee 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-sdo/src/main/resources/CreditCardPayment.wsdl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-sdo/src/main/resources/CreditCardPayment.wsdl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-sdo/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-sdo/src/main/resources/META-INF/sca-contribution.xml
index 34f5ec3d0e..34f5ec3d0e 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-sdo/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-sdo/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-sdo/src/main/resources/creditcard.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-sdo/src/main/resources/creditcard.composite
index 392af83d2e..392af83d2e 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-sdo/src/main/resources/creditcard.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-sdo/src/main/resources/creditcard.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-sdo/src/test/java/scatours/payment/creditcard/CreditCardPaymentTestCase.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-sdo/src/test/java/scatours/payment/creditcard/CreditCardPaymentTestCase.java
index b2ffc3fc4d..b2ffc3fc4d 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-sdo/src/test/java/scatours/payment/creditcard/CreditCardPaymentTestCase.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-sdo/src/test/java/scatours/payment/creditcard/CreditCardPaymentTestCase.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-webapp/build.xml
index 7c3a55c530..7c3a55c530 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-webapp/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-webapp/pom.xml
index 60df41705a..60df41705a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-webapp/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/src/main/resources/CreditCardPayment.wsdl b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-webapp/src/main/resources/CreditCardPayment.wsdl
index 6dcc619c48..6dcc619c48 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/src/main/resources/CreditCardPayment.wsdl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-webapp/src/main/resources/CreditCardPayment.wsdl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/src/main/webapp/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-webapp/src/main/webapp/META-INF/sca-contribution.xml
index a0bfe2c713..a0bfe2c713 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/src/main/webapp/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-webapp/src/main/webapp/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/src/main/webapp/META-INF/sca-deployables/web.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-webapp/src/main/webapp/META-INF/sca-deployables/web.composite
index cf146e4f5b..cf146e4f5b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/src/main/webapp/META-INF/sca-deployables/web.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-webapp/src/main/webapp/META-INF/sca-deployables/web.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/src/main/webapp/WEB-INF/web.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-webapp/src/main/webapp/WEB-INF/web.xml
index a6188e25ba..a6188e25ba 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/src/main/webapp/WEB-INF/web.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-webapp/src/main/webapp/WEB-INF/web.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/src/main/webapp/creditcard.jsp b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-webapp/src/main/webapp/creditcard.jsp
index 98b7f41e7b..98b7f41e7b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/src/main/webapp/creditcard.jsp
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/creditcard-payment-webapp/src/main/webapp/creditcard.jsp
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-corba/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-corba/build.xml
index fa2ac47a64..fa2ac47a64 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-corba/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-corba/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-corba/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-corba/pom.xml
index dbcacc4d7f..dbcacc4d7f 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-corba/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-corba/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-corba/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-corba/src/main/resources/META-INF/sca-contribution.xml
index 6a067411f1..6a067411f1 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-corba/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-corba/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-corba/src/main/resources/currency-converter-corba.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-corba/src/main/resources/currency-converter-corba.composite
index bd1c23e6f6..bd1c23e6f6 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-corba/src/main/resources/currency-converter-corba.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-corba/src/main/resources/currency-converter-corba.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-jms/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-jms/build.xml
index 1b5cef445b..1b5cef445b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-jms/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-jms/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-jms/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-jms/pom.xml
index 1b63b608fc..1b63b608fc 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-jms/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-jms/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-jms/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-jms/src/main/resources/META-INF/sca-contribution.xml
index 0eea8a6b52..0eea8a6b52 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-jms/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-jms/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-jms/src/main/resources/currency-converter-jms.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-jms/src/main/resources/currency-converter-jms.composite
index cc73ceb3ef..cc73ceb3ef 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-jms/src/main/resources/currency-converter-jms.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-jms/src/main/resources/currency-converter-jms.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-jsp/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-jsp/build.xml
index d1b0d955ac..d1b0d955ac 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-jsp/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-jsp/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-jsp/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-jsp/pom.xml
index 3aa04a0b7d..3aa04a0b7d 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-jsp/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-jsp/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-jsp/src/main/webapp/META-INF/sca-deployables/web.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-jsp/src/main/webapp/META-INF/sca-deployables/web.composite
index 2c209b0651..2c209b0651 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-jsp/src/main/webapp/META-INF/sca-deployables/web.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-jsp/src/main/webapp/META-INF/sca-deployables/web.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-jsp/src/main/webapp/WEB-INF/web.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-jsp/src/main/webapp/WEB-INF/web.xml
index 3b2c79ca76..3b2c79ca76 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-jsp/src/main/webapp/WEB-INF/web.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-jsp/src/main/webapp/WEB-INF/web.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-jsp/src/main/webapp/currency-converter.jsp b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-jsp/src/main/webapp/currency-converter.jsp
index daf8c5cff1..daf8c5cff1 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-jsp/src/main/webapp/currency-converter.jsp
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-jsp/src/main/webapp/currency-converter.jsp
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-rmi/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-rmi/build.xml
index a969f0c819..a969f0c819 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-rmi/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-rmi/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-rmi/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-rmi/pom.xml
index 7c3f88c18f..7c3f88c18f 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-rmi/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-rmi/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-rmi/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-rmi/src/main/resources/META-INF/sca-contribution.xml
index e335c8d4f3..e335c8d4f3 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-rmi/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-rmi/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-rmi/src/main/resources/currency-converter-rmi.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-rmi/src/main/resources/currency-converter-rmi.composite
index 55a815572b..55a815572b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-rmi/src/main/resources/currency-converter-rmi.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-rmi/src/main/resources/currency-converter-rmi.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-servlet/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-servlet/build.xml
index 23edaad6a6..23edaad6a6 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-servlet/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-servlet/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-servlet/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-servlet/pom.xml
index bce29ad874..bce29ad874 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-servlet/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-servlet/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-servlet/src/main/java/com/tuscanyscatours/currencyconverter/servlet/CurrencyConverterServlet.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-servlet/src/main/java/com/tuscanyscatours/currencyconverter/servlet/CurrencyConverterServlet.java
index 465c667f0b..465c667f0b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-servlet/src/main/java/com/tuscanyscatours/currencyconverter/servlet/CurrencyConverterServlet.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-servlet/src/main/java/com/tuscanyscatours/currencyconverter/servlet/CurrencyConverterServlet.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-servlet/src/main/webapp/META-INF/sca-deployables/web.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-servlet/src/main/webapp/META-INF/sca-deployables/web.composite
index bea526802f..bea526802f 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-servlet/src/main/webapp/META-INF/sca-deployables/web.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-servlet/src/main/webapp/META-INF/sca-deployables/web.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-servlet/src/main/webapp/WEB-INF/web.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-servlet/src/main/webapp/WEB-INF/web.xml
index 2204c67870..2204c67870 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-servlet/src/main/webapp/WEB-INF/web.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-servlet/src/main/webapp/WEB-INF/web.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-ws/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-ws/build.xml
index bf87bbfba6..bf87bbfba6 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-ws/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-ws/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-ws/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-ws/pom.xml
index 5286b36170..5286b36170 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-ws/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-ws/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-ws/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-ws/src/main/resources/META-INF/sca-contribution.xml
index e335c8d4f3..e335c8d4f3 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-ws/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-ws/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-ws/src/main/resources/currency-converter-ws.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-ws/src/main/resources/currency-converter-ws.composite
index a1be5f52c3..a1be5f52c3 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency-ws/src/main/resources/currency-converter-ws.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency-ws/src/main/resources/currency-converter-ws.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency/build.xml
index 0f5811e299..0f5811e299 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency/pom.xml
index fa9a7a4f34..fa9a7a4f34 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency/src/main/java/com/tuscanyscatours/currencyconverter/CurrencyConverter.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency/src/main/java/com/tuscanyscatours/currencyconverter/CurrencyConverter.java
index 3ebd23b2d0..3ebd23b2d0 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency/src/main/java/com/tuscanyscatours/currencyconverter/CurrencyConverter.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency/src/main/java/com/tuscanyscatours/currencyconverter/CurrencyConverter.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency/src/main/java/com/tuscanyscatours/currencyconverter/impl/CurrencyConverterImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency/src/main/java/com/tuscanyscatours/currencyconverter/impl/CurrencyConverterImpl.java
index ee81973986..ee81973986 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency/src/main/java/com/tuscanyscatours/currencyconverter/impl/CurrencyConverterImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency/src/main/java/com/tuscanyscatours/currencyconverter/impl/CurrencyConverterImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency/src/main/resources/META-INF/sca-contribution.xml
index cfd2a68821..cfd2a68821 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency/src/main/resources/currency-converter.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency/src/main/resources/currency-converter.composite
index edfa249cb9..edfa249cb9 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/currency/src/main/resources/currency-converter.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/currency/src/main/resources/currency-converter.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/databinding-client/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/databinding-client/build.xml
index 94f9290854..94f9290854 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/databinding-client/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/databinding-client/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/databinding-client/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/databinding-client/pom.xml
index b64ebb984f..b64ebb984f 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/databinding-client/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/databinding-client/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/databinding-client/src/main/java/scatours/client/TestClient.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/databinding-client/src/main/java/scatours/client/TestClient.java
index cf5b20f902..cf5b20f902 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/databinding-client/src/main/java/scatours/client/TestClient.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/databinding-client/src/main/java/scatours/client/TestClient.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/databinding-client/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/databinding-client/src/main/resources/META-INF/sca-contribution.xml
index 1df20c6ecd..1df20c6ecd 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/databinding-client/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/databinding-client/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/databinding-client/src/main/resources/client.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/databinding-client/src/main/resources/client.composite
index bb5a4952c4..bb5a4952c4 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/databinding-client/src/main/resources/client.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/databinding-client/src/main/resources/client.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/emailgateway/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/emailgateway/build.xml
index ec234bcb4a..ec234bcb4a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/emailgateway/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/emailgateway/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/emailgateway/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/emailgateway/pom.xml
index d2a4b6777a..d2a4b6777a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/emailgateway/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/emailgateway/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/emailgateway/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/emailgateway/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java
index 1371811619..1371811619 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/emailgateway/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/emailgateway/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/emailgateway/src/main/resources/EmailGateway.wsdl b/sca-java-2.x/contrib/tutorials/travelsample/contributions/emailgateway/src/main/resources/EmailGateway.wsdl
index bb9cd27027..bb9cd27027 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/emailgateway/src/main/resources/EmailGateway.wsdl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/emailgateway/src/main/resources/EmailGateway.wsdl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/emailgateway/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/emailgateway/src/main/resources/META-INF/sca-contribution.xml
index 2bb1f7f6d1..2bb1f7f6d1 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/emailgateway/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/emailgateway/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/emailgateway/src/main/resources/emailgateway.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/emailgateway/src/main/resources/emailgateway.composite
index aae417fb23..aae417fb23 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/emailgateway/src/main/resources/emailgateway.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/emailgateway/src/main/resources/emailgateway.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/emailgateway/src/test/java/scatours/emailgateway/EmailGatewayTestCase.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/emailgateway/src/test/java/scatours/emailgateway/EmailGatewayTestCase.java
index e6afc6c62f..e6afc6c62f 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/emailgateway/src/test/java/scatours/emailgateway/EmailGatewayTestCase.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/emailgateway/src/test/java/scatours/emailgateway/EmailGatewayTestCase.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/emailgateway/src/test/java/scatours/emailgateway/client/impl/EmailGatewayClientImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/emailgateway/src/test/java/scatours/emailgateway/client/impl/EmailGatewayClientImpl.java
index 7b21cdecf3..7b21cdecf3 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/emailgateway/src/test/java/scatours/emailgateway/client/impl/EmailGatewayClientImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/emailgateway/src/test/java/scatours/emailgateway/client/impl/EmailGatewayClientImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/emailgateway/src/test/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/emailgateway/src/test/resources/META-INF/sca-contribution.xml
index ee15d8e5ed..ee15d8e5ed 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/emailgateway/src/test/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/emailgateway/src/test/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/emailgateway/src/test/resources/emailgateway-test.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/emailgateway/src/test/resources/emailgateway-test.composite
index 8283d54ab6..8283d54ab6 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/emailgateway/src/test/resources/emailgateway-test.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/emailgateway/src/test/resources/emailgateway-test.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/feed-logger/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/feed-logger/build.xml
index c23a99e6ca..c23a99e6ca 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/feed-logger/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/feed-logger/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/feed-logger/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/feed-logger/pom.xml
index 547ebe5d78..547ebe5d78 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/feed-logger/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/feed-logger/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/feed-logger/src/main/java/com/tuscanyscatours/feedlogger/FeedLogger.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/feed-logger/src/main/java/com/tuscanyscatours/feedlogger/FeedLogger.java
index 0f5d18d53b..0f5d18d53b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/feed-logger/src/main/java/com/tuscanyscatours/feedlogger/FeedLogger.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/feed-logger/src/main/java/com/tuscanyscatours/feedlogger/FeedLogger.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/feed-logger/src/main/java/com/tuscanyscatours/feedlogger/impl/FeedLoggerImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/feed-logger/src/main/java/com/tuscanyscatours/feedlogger/impl/FeedLoggerImpl.java
index daab1be2b4..daab1be2b4 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/feed-logger/src/main/java/com/tuscanyscatours/feedlogger/impl/FeedLoggerImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/feed-logger/src/main/java/com/tuscanyscatours/feedlogger/impl/FeedLoggerImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/feed-logger/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/feed-logger/src/main/resources/META-INF/sca-contribution.xml
index dd76faefad..dd76faefad 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/feed-logger/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/feed-logger/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/feed-logger/src/main/resources/feed-logger.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/feed-logger/src/main/resources/feed-logger.composite
index 7dac81cfc8..7dac81cfc8 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/feed-logger/src/main/resources/feed-logger.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/feed-logger/src/main/resources/feed-logger.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/flight/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/flight/build.xml
index 0a151c1a20..0a151c1a20 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/flight/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/flight/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/flight/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/flight/pom.xml
index 9ece98565f..9ece98565f 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/flight/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/flight/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/flight/src/main/java/com/tuscanyscatours/flight/impl/FlightImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/flight/src/main/java/com/tuscanyscatours/flight/impl/FlightImpl.java
index 82caab00e3..82caab00e3 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/flight/src/main/java/com/tuscanyscatours/flight/impl/FlightImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/flight/src/main/java/com/tuscanyscatours/flight/impl/FlightImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/flight/src/main/java/com/tuscanyscatours/flight/impl/FlightInfo.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/flight/src/main/java/com/tuscanyscatours/flight/impl/FlightInfo.java
index 5f7de69229..5f7de69229 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/flight/src/main/java/com/tuscanyscatours/flight/impl/FlightInfo.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/flight/src/main/java/com/tuscanyscatours/flight/impl/FlightInfo.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/flight/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/flight/src/main/resources/META-INF/sca-contribution.xml
index 2d4964501a..2d4964501a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/flight/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/flight/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-bespoketrip/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-bespoketrip/build.xml
index 8428af49f5..8428af49f5 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-bespoketrip/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-bespoketrip/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-bespoketrip/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-bespoketrip/pom.xml
index bf4bbfca77..bf4bbfca77 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-bespoketrip/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-bespoketrip/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-bespoketrip/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-bespoketrip/src/main/resources/META-INF/sca-contribution.xml
index 4de92453fe..4de92453fe 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-bespoketrip/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-bespoketrip/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-bespoketrip/src/main/resources/fullapp-bespoketrip.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-bespoketrip/src/main/resources/fullapp-bespoketrip.composite
index 12dad69674..12dad69674 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-bespoketrip/src/main/resources/fullapp-bespoketrip.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-bespoketrip/src/main/resources/fullapp-bespoketrip.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-coordination/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-coordination/build.xml
index 0da4e5aebd..0da4e5aebd 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-coordination/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-coordination/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-coordination/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-coordination/pom.xml
index a752d4e102..a752d4e102 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-coordination/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-coordination/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-coordination/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-coordination/src/main/resources/META-INF/sca-contribution.xml
index f7973ba37a..f7973ba37a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-coordination/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-coordination/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-coordination/src/main/resources/fullapp-coordination.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-coordination/src/main/resources/fullapp-coordination.composite
index ee8978a615..ee8978a615 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-coordination/src/main/resources/fullapp-coordination.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-coordination/src/main/resources/fullapp-coordination.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-currency/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-currency/build.xml
index aa6127daf0..aa6127daf0 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-currency/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-currency/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-currency/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-currency/pom.xml
index a21140d871..a21140d871 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-currency/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-currency/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-currency/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-currency/src/main/resources/META-INF/sca-contribution.xml
index 98673ded6e..98673ded6e 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-currency/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-currency/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-currency/src/main/resources/fullapp-currency.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-currency/src/main/resources/fullapp-currency.composite
index 3bbcfca7d9..3bbcfca7d9 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-currency/src/main/resources/fullapp-currency.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-currency/src/main/resources/fullapp-currency.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-packagedtrip/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-packagedtrip/build.xml
index 491f9cafd1..491f9cafd1 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-packagedtrip/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-packagedtrip/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-packagedtrip/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-packagedtrip/pom.xml
index 184814d0fb..184814d0fb 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-packagedtrip/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-packagedtrip/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-packagedtrip/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-packagedtrip/src/main/resources/META-INF/sca-contribution.xml
index 7ec170f9cb..7ec170f9cb 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-packagedtrip/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-packagedtrip/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-packagedtrip/src/main/resources/fullapp-packagedtrip.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-packagedtrip/src/main/resources/fullapp-packagedtrip.composite
index 72c5ae93c5..72c5ae93c5 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-packagedtrip/src/main/resources/fullapp-packagedtrip.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-packagedtrip/src/main/resources/fullapp-packagedtrip.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-shoppingcart/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-shoppingcart/build.xml
index eccff2291f..eccff2291f 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-shoppingcart/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-shoppingcart/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-shoppingcart/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-shoppingcart/pom.xml
index d56ced5852..d56ced5852 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-shoppingcart/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-shoppingcart/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-shoppingcart/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-shoppingcart/src/main/resources/META-INF/sca-contribution.xml
index 1c1fe43b53..1c1fe43b53 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-shoppingcart/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-shoppingcart/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-shoppingcart/src/main/resources/fullapp-shoppingcart.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-shoppingcart/src/main/resources/fullapp-shoppingcart.composite
index 1d6a5d60b6..1d6a5d60b6 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-shoppingcart/src/main/resources/fullapp-shoppingcart.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-shoppingcart/src/main/resources/fullapp-shoppingcart.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-ui/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-ui/build.xml
index 51aef70837..51aef70837 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-ui/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-ui/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-ui/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-ui/pom.xml
index 7320851863..7320851863 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-ui/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-ui/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/META-INF/sca-contribution.xml
index 96ff425edb..96ff425edb 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/fullapp-ui.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/fullapp-ui.composite
index 34c4d66059..34c4d66059 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/fullapp-ui.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/fullapp-ui.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/scatours.html b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/scatours.html
index 52479c1cde..52479c1cde 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/scatours.html
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/scatours.html
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/scatours.odg b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/scatours.odg
index 8466377374..8466377374 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/scatours.odg
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/scatours.odg
Binary files differ
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/scatours.png b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/scatours.png
index 563bf4ea91..563bf4ea91 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/scatours.png
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/scatours.png
Binary files differ
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/style.css b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/style.css
index 6e17c2747b..6e17c2747b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/style.css
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/fullapp-ui/src/main/resources/style.css
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/help-pages/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/help-pages/build.xml
index 7f77b9270d..7f77b9270d 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/help-pages/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/help-pages/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/help-pages/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/help-pages/pom.xml
index 92dda106b6..92dda106b6 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/help-pages/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/help-pages/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/help-pages/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/help-pages/src/main/resources/META-INF/sca-contribution.xml
index 2b875a4906..2b875a4906 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/help-pages/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/help-pages/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/help-pages/src/main/resources/help-pages.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/help-pages/src/main/resources/help-pages.composite
index e68c5873c2..e68c5873c2 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/help-pages/src/main/resources/help-pages.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/help-pages/src/main/resources/help-pages.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/help-pages/src/main/resources/help_pages/BookingAHoliday.html b/sca-java-2.x/contrib/tutorials/travelsample/contributions/help-pages/src/main/resources/help_pages/BookingAHoliday.html
index 194ecd1183..194ecd1183 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/help-pages/src/main/resources/help_pages/BookingAHoliday.html
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/help-pages/src/main/resources/help_pages/BookingAHoliday.html
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/help-pages/src/main/resources/help_pages/BookingAHotel.html b/sca-java-2.x/contrib/tutorials/travelsample/contributions/help-pages/src/main/resources/help_pages/BookingAHotel.html
index bde4d25226..bde4d25226 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/help-pages/src/main/resources/help_pages/BookingAHotel.html
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/help-pages/src/main/resources/help_pages/BookingAHotel.html
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/help-pages/src/main/resources/help_pages/MakingPayments.html b/sca-java-2.x/contrib/tutorials/travelsample/contributions/help-pages/src/main/resources/help_pages/MakingPayments.html
index a1b24f4d23..a1b24f4d23 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/help-pages/src/main/resources/help_pages/MakingPayments.html
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/help-pages/src/main/resources/help_pages/MakingPayments.html
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/help-pages/src/main/resources/help_pages/index.html b/sca-java-2.x/contrib/tutorials/travelsample/contributions/help-pages/src/main/resources/help_pages/index.html
index 4972752ea1..4972752ea1 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/help-pages/src/main/resources/help_pages/index.html
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/help-pages/src/main/resources/help_pages/index.html
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/hotel/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/hotel/build.xml
index f624c43a01..f624c43a01 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/hotel/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/hotel/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/hotel/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/hotel/pom.xml
index d023268437..d023268437 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/hotel/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/hotel/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/hotel/src/main/java/com/tuscanyscatours/hotel/HotelInfo.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/hotel/src/main/java/com/tuscanyscatours/hotel/HotelInfo.java
index e2912c50fc..e2912c50fc 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/hotel/src/main/java/com/tuscanyscatours/hotel/HotelInfo.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/hotel/src/main/java/com/tuscanyscatours/hotel/HotelInfo.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/hotel/src/main/java/com/tuscanyscatours/hotel/HotelManagement.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/hotel/src/main/java/com/tuscanyscatours/hotel/HotelManagement.java
index 476da9a544..476da9a544 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/hotel/src/main/java/com/tuscanyscatours/hotel/HotelManagement.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/hotel/src/main/java/com/tuscanyscatours/hotel/HotelManagement.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/hotel/src/main/java/com/tuscanyscatours/hotel/impl/HotelImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/hotel/src/main/java/com/tuscanyscatours/hotel/impl/HotelImpl.java
index c56b5ad1d3..c56b5ad1d3 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/hotel/src/main/java/com/tuscanyscatours/hotel/impl/HotelImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/hotel/src/main/java/com/tuscanyscatours/hotel/impl/HotelImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/hotel/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/hotel/src/main/resources/META-INF/sca-contribution.xml
index 4dac3ec671..4dac3ec671 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/hotel/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/hotel/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-client/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-client/build.xml
index 0d03b5401d..0d03b5401d 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-client/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-client/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-client/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-client/pom.xml
index fd34f4cf36..fd34f4cf36 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-client/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-client/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-client/src/main/java/scatours/client/impl/InteractionConversationClientImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-client/src/main/java/scatours/client/impl/InteractionConversationClientImpl.java
index 7ad0d15442..7ad0d15442 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-client/src/main/java/scatours/client/impl/InteractionConversationClientImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-client/src/main/java/scatours/client/impl/InteractionConversationClientImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-client/src/main/java/scatours/client/impl/InteractionLocalClientImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-client/src/main/java/scatours/client/impl/InteractionLocalClientImpl.java
index c12c709461..c12c709461 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-client/src/main/java/scatours/client/impl/InteractionLocalClientImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-client/src/main/java/scatours/client/impl/InteractionLocalClientImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-client/src/main/java/scatours/client/impl/InteractionOneWayCallbackClientImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-client/src/main/java/scatours/client/impl/InteractionOneWayCallbackClientImpl.java
index 0b52d2d516..0b52d2d516 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-client/src/main/java/scatours/client/impl/InteractionOneWayCallbackClientImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-client/src/main/java/scatours/client/impl/InteractionOneWayCallbackClientImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-client/src/main/java/scatours/client/impl/InteractionRemoteClientImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-client/src/main/java/scatours/client/impl/InteractionRemoteClientImpl.java
index 0026b2e0b7..0026b2e0b7 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-client/src/main/java/scatours/client/impl/InteractionRemoteClientImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-client/src/main/java/scatours/client/impl/InteractionRemoteClientImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-client/src/main/java/scatours/client/impl/InteractionRequestResponseClientImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-client/src/main/java/scatours/client/impl/InteractionRequestResponseClientImpl.java
index f25a069713..f25a069713 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-client/src/main/java/scatours/client/impl/InteractionRequestResponseClientImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-client/src/main/java/scatours/client/impl/InteractionRequestResponseClientImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-client/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-client/src/main/resources/META-INF/sca-contribution.xml
index 24349299a4..24349299a4 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-client/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-client/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-client/src/main/resources/client.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-client/src/main/resources/client.composite
index 5fc2006cf0..5fc2006cf0 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-client/src/main/resources/client.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-client/src/main/resources/client.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-service-remote/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-service-remote/build.xml
index 10451b6248..10451b6248 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-service-remote/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-service-remote/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-service-remote/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-service-remote/pom.xml
index 0b0ffd41c3..0b0ffd41c3 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-service-remote/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-service-remote/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-service-remote/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-service-remote/src/main/resources/META-INF/sca-contribution.xml
index bcd545afe3..bcd545afe3 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-service-remote/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-service-remote/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-service-remote/src/main/resources/service.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-service-remote/src/main/resources/service.composite
index 4f070ea934..4f070ea934 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/interaction-service-remote/src/main/resources/service.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/interaction-service-remote/src/main/resources/service.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-client/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-client/build.xml
index 6a85f2066e..6a85f2066e 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-client/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-client/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-client/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-client/pom.xml
index b163304934..b163304934 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-client/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-client/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-client/src/main/java/scatours/client/impl/TestClientImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-client/src/main/java/scatours/client/impl/TestClientImpl.java
index c89eec07fe..c89eec07fe 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-client/src/main/java/scatours/client/impl/TestClientImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-client/src/main/java/scatours/client/impl/TestClientImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-client/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-client/src/main/resources/META-INF/sca-contribution.xml
index 7548d3d99e..7548d3d99e 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-client/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-client/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-client/src/main/resources/client.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-client/src/main/resources/client.composite
index fbefc7b35b..fbefc7b35b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-client/src/main/resources/client.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-client/src/main/resources/client.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-tours/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-tours/build.xml
index f269f6577b..f269f6577b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-tours/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-tours/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-tours/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-tours/pom.xml
index ba0c405364..ba0c405364 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-tours/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-tours/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/goodvaluetrips/Trips.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/goodvaluetrips/Trips.java
index 5026d23c95..5026d23c95 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/goodvaluetrips/Trips.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/goodvaluetrips/Trips.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/tuscanyscatours/Bookings.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/tuscanyscatours/Bookings.java
index 4ddd145778..4ddd145778 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/tuscanyscatours/Bookings.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/tuscanyscatours/Bookings.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/tuscanyscatours/Checkout.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/tuscanyscatours/Checkout.java
index 4e8f1481f5..4e8f1481f5 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/tuscanyscatours/Checkout.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/tuscanyscatours/Checkout.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/tuscanyscatours/Updates.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/tuscanyscatours/Updates.java
index beb5f529b1..beb5f529b1 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/tuscanyscatours/Updates.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/tuscanyscatours/Updates.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/tuscanyscatours/impl/ShoppingCartImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/tuscanyscatours/impl/ShoppingCartImpl.java
index 629ea7b5ec..629ea7b5ec 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/tuscanyscatours/impl/ShoppingCartImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/tuscanyscatours/impl/ShoppingCartImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/tuscanyscatours/impl/TripBookingImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/tuscanyscatours/impl/TripBookingImpl.java
index 1259fa7d82..1259fa7d82 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/tuscanyscatours/impl/TripBookingImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-tours/src/main/java/com/tuscanyscatours/impl/TripBookingImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-tours/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-tours/src/main/resources/META-INF/sca-contribution.xml
index f2f0a85f00..f2f0a85f00 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-tours/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-tours/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-tours/src/main/resources/tours.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-tours/src/main/resources/tours.composite
index b468b9c053..b468b9c053 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-tours/src/main/resources/tours.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-tours/src/main/resources/tours.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-trips/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-trips/build.xml
index 9d65c703b7..9d65c703b7 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-trips/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-trips/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-trips/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-trips/pom.xml
index 9d601ab670..9d601ab670 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-trips/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-trips/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-trips/src/main/java/com/goodvaluetrips/Trips.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-trips/src/main/java/com/goodvaluetrips/Trips.java
index 5026d23c95..5026d23c95 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-trips/src/main/java/com/goodvaluetrips/Trips.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-trips/src/main/java/com/goodvaluetrips/Trips.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-trips/src/main/java/com/goodvaluetrips/impl/TripProviderImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-trips/src/main/java/com/goodvaluetrips/impl/TripProviderImpl.java
index 06f93f2637..06f93f2637 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-trips/src/main/java/com/goodvaluetrips/impl/TripProviderImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-trips/src/main/java/com/goodvaluetrips/impl/TripProviderImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-trips/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-trips/src/main/resources/META-INF/sca-contribution.xml
index 12ac4d4327..12ac4d4327 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-trips/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-trips/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-trips/src/main/resources/trips.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-trips/src/main/resources/trips.composite
index 28c6f0c4a0..28c6f0c4a0 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/introducing-trips/src/main/resources/trips.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/introducing-trips/src/main/resources/trips.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-corba/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-corba/build.xml
index 1baf6ab153..1baf6ab153 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-corba/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-corba/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-corba/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-corba/pom.xml
index 99a5deaa79..99a5deaa79 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-corba/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-corba/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-corba/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-corba/src/main/resources/META-INF/sca-contribution.xml
index 68b39b735a..68b39b735a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-corba/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-corba/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-corba/src/main/resources/notification-corba.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-corba/src/main/resources/notification-corba.composite
index 67ede84df1..67ede84df1 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-corba/src/main/resources/notification-corba.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-corba/src/main/resources/notification-corba.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-ejb/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-ejb/build.xml
index 3b7e660a5d..3b7e660a5d 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-ejb/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-ejb/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-ejb/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-ejb/pom.xml
index 7eb553d975..7eb553d975 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-ejb/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-ejb/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-ejb/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-ejb/src/main/resources/META-INF/sca-contribution.xml
index 68b39b735a..68b39b735a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-ejb/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-ejb/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-ejb/src/main/resources/notification-ejb.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-ejb/src/main/resources/notification-ejb.composite
index 333eeb2d97..333eeb2d97 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-ejb/src/main/resources/notification-ejb.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-ejb/src/main/resources/notification-ejb.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-jms/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-jms/build.xml
index 0b1b80c44f..0b1b80c44f 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-jms/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-jms/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-jms/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-jms/pom.xml
index 5a34e41dc5..5a34e41dc5 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-jms/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-jms/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-jms/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-jms/src/main/resources/META-INF/sca-contribution.xml
index 68b39b735a..68b39b735a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-jms/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-jms/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-jms/src/main/resources/notification-jms.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-jms/src/main/resources/notification-jms.composite
index 9b965ca8b8..9b965ca8b8 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-jms/src/main/resources/notification-jms.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-jms/src/main/resources/notification-jms.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-rmi/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-rmi/build.xml
index de8d5bbb06..de8d5bbb06 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-rmi/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-rmi/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-rmi/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-rmi/pom.xml
index fb427a243b..fb427a243b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-rmi/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-rmi/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-rmi/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-rmi/src/main/resources/META-INF/sca-contribution.xml
index 68b39b735a..68b39b735a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-rmi/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-rmi/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-rmi/src/main/resources/notification-rmi.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-rmi/src/main/resources/notification-rmi.composite
index 6c74fe9143..6c74fe9143 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-rmi/src/main/resources/notification-rmi.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-rmi/src/main/resources/notification-rmi.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-ws/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-ws/build.xml
index bac935bc5a..bac935bc5a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-ws/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-ws/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-ws/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-ws/pom.xml
index 0e7fd6c692..0e7fd6c692 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-ws/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-ws/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-ws/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-ws/src/main/resources/META-INF/sca-contribution.xml
index 68b39b735a..68b39b735a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-ws/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-ws/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-ws/src/main/resources/notification-ws.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-ws/src/main/resources/notification-ws.composite
index 6e3fba0a75..6e3fba0a75 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification-ws/src/main/resources/notification-ws.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification-ws/src/main/resources/notification-ws.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification/build.xml
index ff7e56c8b7..ff7e56c8b7 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification/pom.xml
index b48e92150e..b48e92150e 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification/src/main/java/com/tuscanyscatours/notification/Notification.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification/src/main/java/com/tuscanyscatours/notification/Notification.java
index 7ae26b93e4..7ae26b93e4 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification/src/main/java/com/tuscanyscatours/notification/Notification.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification/src/main/java/com/tuscanyscatours/notification/Notification.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification/src/main/java/com/tuscanyscatours/notification/impl/NotificationImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification/src/main/java/com/tuscanyscatours/notification/impl/NotificationImpl.java
index cdd61f901b..cdd61f901b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification/src/main/java/com/tuscanyscatours/notification/impl/NotificationImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification/src/main/java/com/tuscanyscatours/notification/impl/NotificationImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification/src/main/java/com/tuscanyscatours/smsgateway/SMSGateway.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification/src/main/java/com/tuscanyscatours/smsgateway/SMSGateway.java
index 7699868da5..7699868da5 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification/src/main/java/com/tuscanyscatours/smsgateway/SMSGateway.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification/src/main/java/com/tuscanyscatours/smsgateway/SMSGateway.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification/src/main/resources/META-INF/sca-contribution.xml
index 3442da25d5..3442da25d5 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/notification/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/notification/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel-process/build.xml
index 5e2921995c..5e2921995c 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel-process/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel-process/pom.xml
index 4b3b63aa9d..4b3b63aa9d 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel-process/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/CreditCardPayment.wsdl b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/CreditCardPayment.wsdl
index 22ef6de317..22ef6de317 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/CreditCardPayment.wsdl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/CreditCardPayment.wsdl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/EmailGateway.wsdl b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/EmailGateway.wsdl
index a097d9b7e4..a097d9b7e4 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/EmailGateway.wsdl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/EmailGateway.wsdl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/META-INF/sca-contribution.xml
index 9ce3ed273c..9ce3ed273c 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/Payment.wsdl b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/Payment.wsdl
index e2c4062f2e..e2c4062f2e 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/Payment.wsdl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/Payment.wsdl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/payment.bpel b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/payment.bpel
index 8f11d76888..8f11d76888 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/payment.bpel
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/payment.bpel
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/build.xml
index 29e317cf4d..29e317cf4d 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/log4j.properties b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/log4j.properties
index 7ed0bcaf77..7ed0bcaf77 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/log4j.properties
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/log4j.properties
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/pom.xml
index 63a047ee49..63a047ee49 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/src/main/resources/CreditCardPayment.wsdl b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/src/main/resources/CreditCardPayment.wsdl
index 22ef6de317..22ef6de317 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/src/main/resources/CreditCardPayment.wsdl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/src/main/resources/CreditCardPayment.wsdl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/src/main/resources/EmailGateway.wsdl b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/src/main/resources/EmailGateway.wsdl
index a097d9b7e4..a097d9b7e4 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/src/main/resources/EmailGateway.wsdl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/src/main/resources/EmailGateway.wsdl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/src/main/resources/META-INF/sca-contribution.xml
index 10d81a42e2..10d81a42e2 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/src/main/resources/Payment.wsdl b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/src/main/resources/Payment.wsdl
index e2c4062f2e..e2c4062f2e 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/src/main/resources/Payment.wsdl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/src/main/resources/Payment.wsdl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/src/main/resources/payment.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/src/main/resources/payment.composite
index 1032a37fbd..1032a37fbd 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/src/main/resources/payment.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/src/main/resources/payment.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/src/test/java/scatours/payment/PaymentTestCase.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/src/test/java/scatours/payment/PaymentTestCase.java
index 59fc9ef68c..59fc9ef68c 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/src/test/java/scatours/payment/PaymentTestCase.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/src/test/java/scatours/payment/PaymentTestCase.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/src/test/java/scatours/payment/client/impl/PaymentClientImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/src/test/java/scatours/payment/client/impl/PaymentClientImpl.java
index 3b8d8ad88a..3b8d8ad88a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/src/test/java/scatours/payment/client/impl/PaymentClientImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/src/test/java/scatours/payment/client/impl/PaymentClientImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/src/test/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/src/test/resources/META-INF/sca-contribution.xml
index 7112bd3820..7112bd3820 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/src/test/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/src/test/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/src/test/resources/payment-client.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/src/test/resources/payment-client.composite
index 5243752a08..5243752a08 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-bpel/src/test/resources/payment-client.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-bpel/src/test/resources/payment-client.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/build.xml
index 3a86952fc1..3a86952fc1 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/pom.xml
index 40a16070b2..40a16070b2 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/src/main/resources/CreditCardPayment.wsdl b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/src/main/resources/CreditCardPayment.wsdl
index 1813c77436..1813c77436 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/src/main/resources/CreditCardPayment.wsdl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/src/main/resources/CreditCardPayment.wsdl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/src/main/resources/EmailGateway.wsdl b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/src/main/resources/EmailGateway.wsdl
index a097d9b7e4..a097d9b7e4 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/src/main/resources/EmailGateway.wsdl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/src/main/resources/EmailGateway.wsdl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/src/main/resources/META-INF/sca-contribution.xml
index 63b79a7f63..63b79a7f63 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/src/main/resources/Payment.wsdl b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/src/main/resources/Payment.wsdl
index 2519d7642e..2519d7642e 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/src/main/resources/Payment.wsdl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/src/main/resources/Payment.wsdl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/src/main/resources/payment.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/src/main/resources/payment.composite
index f0b25e41d6..f0b25e41d6 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/src/main/resources/payment.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/src/main/resources/payment.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/src/main/resources/payment/PaymentImpl.groovy b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/src/main/resources/payment/PaymentImpl.groovy
index 854fbd2f4a..854fbd2f4a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/src/main/resources/payment/PaymentImpl.groovy
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/src/main/resources/payment/PaymentImpl.groovy
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/src/test/java/scatours/payment/PaymentTestCase.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/src/test/java/scatours/payment/PaymentTestCase.java
index 440fbd9721..440fbd9721 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/src/test/java/scatours/payment/PaymentTestCase.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/src/test/java/scatours/payment/PaymentTestCase.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/src/test/java/scatours/payment/client/impl/PaymentClientImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/src/test/java/scatours/payment/client/impl/PaymentClientImpl.java
index 3b8d8ad88a..3b8d8ad88a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/src/test/java/scatours/payment/client/impl/PaymentClientImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/src/test/java/scatours/payment/client/impl/PaymentClientImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/src/test/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/src/test/resources/META-INF/sca-contribution.xml
index 666769fef5..666769fef5 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/src/test/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/src/test/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/src/test/resources/payment-client.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/src/test/resources/payment-client.composite
index 93482dfb45..93482dfb45 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-groovy/src/test/resources/payment-client.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-groovy/src/test/resources/payment-client.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/build.xml
index 4c943a7370..4c943a7370 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/maven-eclipse.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/maven-eclipse.xml
index 3adfca89f4..3adfca89f4 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/maven-eclipse.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/maven-eclipse.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/pom.xml
index b04b40b6a0..b04b40b6a0 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/customer/Customer.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/customer/Customer.java
index 3b72f81b33..3b72f81b33 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/customer/Customer.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/customer/Customer.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/customer/CustomerNotFoundException.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/customer/CustomerNotFoundException.java
index b08f76e0fa..b08f76e0fa 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/customer/CustomerNotFoundException.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/customer/CustomerNotFoundException.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/customer/CustomerRegistry.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/customer/CustomerRegistry.java
index 706167d567..706167d567 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/customer/CustomerRegistry.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/customer/CustomerRegistry.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/customer/impl/CustomerRegistryImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/customer/impl/CustomerRegistryImpl.java
index d0b1736e98..d0b1736e98 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/customer/impl/CustomerRegistryImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/customer/impl/CustomerRegistryImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/emailgateway/EmailGateway.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/emailgateway/EmailGateway.java
index 716ea18ee4..716ea18ee4 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/emailgateway/EmailGateway.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/emailgateway/EmailGateway.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java
index 3556b4855b..3556b4855b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/payment/impl/PaymentImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/payment/impl/PaymentImpl.java
index e25505ce45..e25505ce45 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/payment/impl/PaymentImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/java/com/tuscanyscatours/payment/impl/PaymentImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/resources/CreditCardPayment.wsdl b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/resources/CreditCardPayment.wsdl
index 9a87f1d2ae..9a87f1d2ae 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/resources/CreditCardPayment.wsdl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/resources/CreditCardPayment.wsdl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/resources/META-INF/sca-contribution.xml
index abe5ba8718..abe5ba8718 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/resources/Payment.wsdl b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/resources/Payment.wsdl
index 2519d7642e..2519d7642e 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/resources/Payment.wsdl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/resources/Payment.wsdl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/resources/definitions.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/resources/definitions.xml
index 98f9db7ed3..98f9db7ed3 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/resources/definitions.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/resources/definitions.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/resources/payment.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/resources/payment.composite
index 8050d19771..8050d19771 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/main/resources/payment.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/main/resources/payment.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/test/java/scatours/payment/PaymentTestCase.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/test/java/scatours/payment/PaymentTestCase.java
index 6ebcc4f2dc..6ebcc4f2dc 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java-policy/src/test/java/scatours/payment/PaymentTestCase.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java-policy/src/test/java/scatours/payment/PaymentTestCase.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/build.xml
index 4ddd9fbba0..4ddd9fbba0 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/pom.xml
index f8c27ca09b..f8c27ca09b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/customer/Customer.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/customer/Customer.java
index c97ba8fb9f..c97ba8fb9f 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/customer/Customer.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/customer/Customer.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/customer/CustomerNotFoundException.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/customer/CustomerNotFoundException.java
index 7f028c301e..7f028c301e 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/customer/CustomerNotFoundException.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/customer/CustomerNotFoundException.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/customer/CustomerRegistry.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/customer/CustomerRegistry.java
index 38a2759660..38a2759660 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/customer/CustomerRegistry.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/customer/CustomerRegistry.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/customer/impl/CustomerRegistryImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/customer/impl/CustomerRegistryImpl.java
index 906e392459..906e392459 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/customer/impl/CustomerRegistryImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/customer/impl/CustomerRegistryImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/emailgateway/EmailGateway.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/emailgateway/EmailGateway.java
index d4aa8125e7..d4aa8125e7 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/emailgateway/EmailGateway.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/emailgateway/EmailGateway.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java
index 1ae87d00cc..1ae87d00cc 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/payment/impl/PaymentImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/payment/impl/PaymentImpl.java
index f384a9ac2a..f384a9ac2a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/payment/impl/PaymentImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/java/com/tuscanyscatours/payment/impl/PaymentImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/resources/CreditCardPayment.wsdl b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/resources/CreditCardPayment.wsdl
index d17497d1f6..d17497d1f6 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/resources/CreditCardPayment.wsdl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/resources/CreditCardPayment.wsdl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/resources/META-INF/sca-contribution.xml
index 52b8928c7e..52b8928c7e 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/resources/Payment.wsdl b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/resources/Payment.wsdl
index 3885764899..3885764899 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/resources/Payment.wsdl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/resources/Payment.wsdl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/resources/definitions.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/resources/definitions.xml
index a5f3379087..a5f3379087 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/resources/definitions.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/resources/definitions.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/resources/payment.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/resources/payment.composite
index b90c94b845..b90c94b845 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/main/resources/payment.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/main/resources/payment.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/test/java/scatours/payment/PaymentTestCase.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/test/java/scatours/payment/PaymentTestCase.java
index b5345d6be8..b5345d6be8 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-java/src/test/java/scatours/payment/PaymentTestCase.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-java/src/test/java/scatours/payment/PaymentTestCase.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/build.xml
index db0e41b22f..db0e41b22f 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/pom.xml
index a7eafd0235..a7eafd0235 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/customer/Customer.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/customer/Customer.java
index 3b72f81b33..3b72f81b33 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/customer/Customer.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/customer/Customer.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/customer/CustomerNotFoundException.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/customer/CustomerNotFoundException.java
index b08f76e0fa..b08f76e0fa 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/customer/CustomerNotFoundException.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/customer/CustomerNotFoundException.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/customer/CustomerRegistry.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/customer/CustomerRegistry.java
index 706167d567..706167d567 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/customer/CustomerRegistry.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/customer/CustomerRegistry.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/customer/impl/CustomerRegistryImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/customer/impl/CustomerRegistryImpl.java
index 147526dfd3..147526dfd3 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/customer/impl/CustomerRegistryImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/customer/impl/CustomerRegistryImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java
index 5eb825cb85..5eb825cb85 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/payment/impl/PaymentImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/payment/impl/PaymentImpl.java
index a35f761dc7..a35f761dc7 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/payment/impl/PaymentImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/java/com/tuscanyscatours/payment/impl/PaymentImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/CreditCardPayment.wsdl b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/CreditCardPayment.wsdl
index 8224cd126f..8224cd126f 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/CreditCardPayment.wsdl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/CreditCardPayment.wsdl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/EmailGateway.wsdl b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/EmailGateway.wsdl
index 9e9a6ea685..9e9a6ea685 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/EmailGateway.wsdl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/EmailGateway.wsdl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/META-INF/sca-contribution.xml
index 41677f6601..41677f6601 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/Payment-context.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/Payment-context.xml
index bcb965924b..bcb965924b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/Payment-context.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/Payment-context.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/Payment.wsdl b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/Payment.wsdl
index e2c4062f2e..e2c4062f2e 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/Payment.wsdl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/Payment.wsdl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/definitions.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/definitions.xml
index 07092deba3..07092deba3 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/definitions.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/definitions.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/payment.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/payment.composite
index 5ee7ef73b0..5ee7ef73b0 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/payment.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/main/resources/payment.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/test/java/scatours/payment/PaymentTestCase.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/test/java/scatours/payment/PaymentTestCase.java
index 1c03ef1572..1c03ef1572 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/test/java/scatours/payment/PaymentTestCase.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/test/java/scatours/payment/PaymentTestCase.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/test/java/scatours/payment/client/impl/PaymentClientImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/test/java/scatours/payment/client/impl/PaymentClientImpl.java
index 3fee35a1db..3fee35a1db 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/test/java/scatours/payment/client/impl/PaymentClientImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/test/java/scatours/payment/client/impl/PaymentClientImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/test/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/test/resources/META-INF/sca-contribution.xml
index 969a5286cc..969a5286cc 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/test/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/test/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/test/resources/payment-client.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/test/resources/payment-client.composite
index b442a46101..b442a46101 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-policy/src/test/resources/payment-client.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-policy/src/test/resources/payment-client.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/build.xml
index 6ad2ea55ad..6ad2ea55ad 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/pom.xml
index 74aea4b05b..74aea4b05b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java
index 5eb825cb85..5eb825cb85 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/impl/PaymentImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/impl/PaymentImpl.java
index 42d995aa88..42d995aa88 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/impl/PaymentImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/impl/PaymentImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/CreditCardPayment.wsdl b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/CreditCardPayment.wsdl
index 8224cd126f..8224cd126f 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/CreditCardPayment.wsdl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/CreditCardPayment.wsdl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/EmailGateway.wsdl b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/EmailGateway.wsdl
index 44867f794c..44867f794c 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/EmailGateway.wsdl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/EmailGateway.wsdl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/META-INF/sca-contribution.xml
index 976e2fc0b6..976e2fc0b6 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/Payment-context.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/Payment-context.xml
index d2f757c8ca..d2f757c8ca 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/Payment-context.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/Payment-context.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/Payment.wsdl b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/Payment.wsdl
index e2c4062f2e..e2c4062f2e 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/Payment.wsdl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/Payment.wsdl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/payment.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/payment.composite
index 7b923e397e..7b923e397e 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/payment.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/main/resources/payment.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/test/java/scatours/payment/PaymentTestCase.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/test/java/scatours/payment/PaymentTestCase.java
index f2a4ecbcb6..f2a4ecbcb6 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/test/java/scatours/payment/PaymentTestCase.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/test/java/scatours/payment/PaymentTestCase.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/test/java/scatours/payment/client/impl/PaymentClientImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/test/java/scatours/payment/client/impl/PaymentClientImpl.java
index 3fee35a1db..3fee35a1db 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/test/java/scatours/payment/client/impl/PaymentClientImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/test/java/scatours/payment/client/impl/PaymentClientImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/test/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/test/resources/META-INF/sca-contribution.xml
index d4b14f7c88..d4b14f7c88 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/test/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/test/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/test/resources/payment-client.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/test/resources/payment-client.composite
index b442a46101..b442a46101 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring-scatag/src/test/resources/payment-client.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring-scatag/src/test/resources/payment-client.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/build.xml
index 93c9dfc660..93c9dfc660 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/pom.xml
index 9d4b80510e..9d4b80510e 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/customer/Customer.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/customer/Customer.java
index 3b72f81b33..3b72f81b33 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/customer/Customer.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/customer/Customer.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/customer/CustomerNotFoundException.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/customer/CustomerNotFoundException.java
index b08f76e0fa..b08f76e0fa 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/customer/CustomerNotFoundException.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/customer/CustomerNotFoundException.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/customer/CustomerRegistry.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/customer/CustomerRegistry.java
index 706167d567..706167d567 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/customer/CustomerRegistry.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/customer/CustomerRegistry.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/customer/impl/CustomerRegistryImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/customer/impl/CustomerRegistryImpl.java
index d0b1736e98..d0b1736e98 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/customer/impl/CustomerRegistryImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/customer/impl/CustomerRegistryImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java
index 5eb825cb85..5eb825cb85 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/emailgateway/impl/EmailGatewayImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/payment/impl/PaymentImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/payment/impl/PaymentImpl.java
index a35f761dc7..a35f761dc7 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/payment/impl/PaymentImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/java/com/tuscanyscatours/payment/impl/PaymentImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/resources/CreditCardPayment.wsdl b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/resources/CreditCardPayment.wsdl
index 8224cd126f..8224cd126f 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/resources/CreditCardPayment.wsdl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/resources/CreditCardPayment.wsdl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/resources/EmailGateway.wsdl b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/resources/EmailGateway.wsdl
index 44867f794c..44867f794c 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/resources/EmailGateway.wsdl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/resources/EmailGateway.wsdl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/resources/META-INF/sca-contribution.xml
index 976e2fc0b6..976e2fc0b6 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/resources/Payment-context.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/resources/Payment-context.xml
index f27280bf2f..f27280bf2f 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/resources/Payment-context.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/resources/Payment-context.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/resources/Payment.wsdl b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/resources/Payment.wsdl
index e2c4062f2e..e2c4062f2e 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/resources/Payment.wsdl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/resources/Payment.wsdl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/resources/payment.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/resources/payment.composite
index 48ef93ba2e..48ef93ba2e 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/main/resources/payment.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/main/resources/payment.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/test/java/scatours/payment/PaymentTestCase.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/test/java/scatours/payment/PaymentTestCase.java
index 09420600fb..09420600fb 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/test/java/scatours/payment/PaymentTestCase.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/test/java/scatours/payment/PaymentTestCase.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/test/java/scatours/payment/client/impl/PaymentClientImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/test/java/scatours/payment/client/impl/PaymentClientImpl.java
index 3fee35a1db..3fee35a1db 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/test/java/scatours/payment/client/impl/PaymentClientImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/test/java/scatours/payment/client/impl/PaymentClientImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/test/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/test/resources/META-INF/sca-contribution.xml
index d4b14f7c88..d4b14f7c88 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/test/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/test/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/test/resources/payment-client.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/test/resources/payment-client.composite
index b442a46101..b442a46101 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/payment-spring/src/test/resources/payment-client.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/payment-spring/src/test/resources/payment-client.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/policy-client/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/policy-client/build.xml
index a621364d9d..a621364d9d 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/policy-client/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/policy-client/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/policy-client/maven-eclipse.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/policy-client/maven-eclipse.xml
index 3adfca89f4..3adfca89f4 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/policy-client/maven-eclipse.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/policy-client/maven-eclipse.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/policy-client/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/policy-client/pom.xml
index 303122f92d..303122f92d 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/policy-client/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/policy-client/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/policy-client/src/main/java/scatours/client/TestClient.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/policy-client/src/main/java/scatours/client/TestClient.java
index 2f69f4d6a0..2f69f4d6a0 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/policy-client/src/main/java/scatours/client/TestClient.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/policy-client/src/main/java/scatours/client/TestClient.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/policy-client/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/policy-client/src/main/resources/META-INF/sca-contribution.xml
index 583bda3361..583bda3361 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/policy-client/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/policy-client/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/policy-client/src/main/resources/Payment.wsdl b/sca-java-2.x/contrib/tutorials/travelsample/contributions/policy-client/src/main/resources/Payment.wsdl
index 2519d7642e..2519d7642e 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/policy-client/src/main/resources/Payment.wsdl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/policy-client/src/main/resources/Payment.wsdl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/policy-client/src/main/resources/client.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/policy-client/src/main/resources/client.composite
index 6971c8d423..6971c8d423 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/policy-client/src/main/resources/client.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/policy-client/src/main/resources/client.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/pom.xml
index a08a3f06e0..a08a3f06e0 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/scatours/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/scatours/build.xml
index bdb8f8ecc4..bdb8f8ecc4 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/scatours/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/scatours/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/scatours/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/scatours/pom.xml
index 85388dde97..85388dde97 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/scatours/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/scatours/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/scatours/src/main/java/com/tuscanyscatours/SCAToursBooking.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/scatours/src/main/java/com/tuscanyscatours/SCAToursBooking.java
index c3514d6910..c3514d6910 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/scatours/src/main/java/com/tuscanyscatours/SCAToursBooking.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/scatours/src/main/java/com/tuscanyscatours/SCAToursBooking.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/scatours/src/main/java/com/tuscanyscatours/SCAToursCart.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/scatours/src/main/java/com/tuscanyscatours/SCAToursCart.java
index 720c739aeb..720c739aeb 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/scatours/src/main/java/com/tuscanyscatours/SCAToursCart.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/scatours/src/main/java/com/tuscanyscatours/SCAToursCart.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/scatours/src/main/java/com/tuscanyscatours/SCAToursSearch.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/scatours/src/main/java/com/tuscanyscatours/SCAToursSearch.java
index 9551ab7e2c..9551ab7e2c 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/scatours/src/main/java/com/tuscanyscatours/SCAToursSearch.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/scatours/src/main/java/com/tuscanyscatours/SCAToursSearch.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/scatours/src/main/java/com/tuscanyscatours/impl/SCAToursImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/scatours/src/main/java/com/tuscanyscatours/impl/SCAToursImpl.java
index 9e664a874b..9e664a874b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/scatours/src/main/java/com/tuscanyscatours/impl/SCAToursImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/scatours/src/main/java/com/tuscanyscatours/impl/SCAToursImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/scatours/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/scatours/src/main/resources/META-INF/sca-contribution.xml
index e16cf2c94f..e16cf2c94f 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/scatours/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/scatours/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/shoppingcart/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/shoppingcart/build.xml
index 1976d2b5ed..1976d2b5ed 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/shoppingcart/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/shoppingcart/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/shoppingcart/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/shoppingcart/pom.xml
index 4f91b07022..4f91b07022 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/shoppingcart/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/shoppingcart/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/CartCheckout.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/CartCheckout.java
index ff453d6a78..ff453d6a78 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/CartCheckout.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/CartCheckout.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/CartInitialize.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/CartInitialize.java
index 0966c6b2b3..0966c6b2b3 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/CartInitialize.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/CartInitialize.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/CartStore.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/CartStore.java
index 836f06ed7f..836f06ed7f 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/CartStore.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/CartStore.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/CartUpdates.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/CartUpdates.java
index a9729fb98b..a9729fb98b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/CartUpdates.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/CartUpdates.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/impl/CartStoreImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/impl/CartStoreImpl.java
index ff83a7586a..ff83a7586a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/impl/CartStoreImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/impl/CartStoreImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/impl/ShoppingCartImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/impl/ShoppingCartImpl.java
index daaf187dbb..daaf187dbb 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/impl/ShoppingCartImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/shoppingcart/src/main/java/com/tuscanyscatours/shoppingcart/impl/ShoppingCartImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/shoppingcart/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/shoppingcart/src/main/resources/META-INF/sca-contribution.xml
index 55165fd9c4..55165fd9c4 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/shoppingcart/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/shoppingcart/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/shoppingcart/src/main/resources/Payment.wsdl b/sca-java-2.x/contrib/tutorials/travelsample/contributions/shoppingcart/src/main/resources/Payment.wsdl
index 3885764899..3885764899 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/shoppingcart/src/main/resources/Payment.wsdl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/shoppingcart/src/main/resources/Payment.wsdl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/travelcatalog/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/travelcatalog/build.xml
index 45373a4910..45373a4910 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/travelcatalog/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/travelcatalog/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/travelcatalog/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/travelcatalog/pom.xml
index c1591336c8..c1591336c8 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/travelcatalog/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/travelcatalog/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/travelcatalog/src/main/java/com/tuscanyscatours/travelcatalog/TravelCatalogSearch.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/travelcatalog/src/main/java/com/tuscanyscatours/travelcatalog/TravelCatalogSearch.java
index 53997a23c2..53997a23c2 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/travelcatalog/src/main/java/com/tuscanyscatours/travelcatalog/TravelCatalogSearch.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/travelcatalog/src/main/java/com/tuscanyscatours/travelcatalog/TravelCatalogSearch.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/travelcatalog/src/main/java/com/tuscanyscatours/travelcatalog/impl/TravelCatalogImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/travelcatalog/src/main/java/com/tuscanyscatours/travelcatalog/impl/TravelCatalogImpl.java
index c77b7a03c4..c77b7a03c4 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/travelcatalog/src/main/java/com/tuscanyscatours/travelcatalog/impl/TravelCatalogImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/travelcatalog/src/main/java/com/tuscanyscatours/travelcatalog/impl/TravelCatalogImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/travelcatalog/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/travelcatalog/src/main/resources/META-INF/sca-contribution.xml
index 7b104eab59..7b104eab59 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/travelcatalog/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/travelcatalog/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/trip/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/trip/build.xml
index 6e48af3cf8..6e48af3cf8 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/trip/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/trip/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/trip/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/trip/pom.xml
index 91e6dd8856..91e6dd8856 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/trip/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/trip/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/trip/src/main/java/com/tuscanyscatours/trip/impl/TripImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/trip/src/main/java/com/tuscanyscatours/trip/impl/TripImpl.java
index a0aec4b777..a0aec4b777 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/trip/src/main/java/com/tuscanyscatours/trip/impl/TripImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/trip/src/main/java/com/tuscanyscatours/trip/impl/TripImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/trip/src/main/java/com/tuscanyscatours/trip/impl/TripInfo.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/trip/src/main/java/com/tuscanyscatours/trip/impl/TripInfo.java
index d8809e1325..d8809e1325 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/trip/src/main/java/com/tuscanyscatours/trip/impl/TripInfo.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/trip/src/main/java/com/tuscanyscatours/trip/impl/TripInfo.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/trip/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/trip/src/main/resources/META-INF/sca-contribution.xml
index 278d66acd1..278d66acd1 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/trip/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/trip/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/trip/src/test/java/scatours/trip/TripTestCase.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/trip/src/test/java/scatours/trip/TripTestCase.java
index 29e2058023..29e2058023 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/trip/src/test/java/scatours/trip/TripTestCase.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/trip/src/test/java/scatours/trip/TripTestCase.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/trip/src/test/resources/definitions.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/trip/src/test/resources/definitions.xml
index 1d5579495c..1d5579495c 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/trip/src/test/resources/definitions.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/trip/src/test/resources/definitions.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/trip/src/test/resources/trip.composite b/sca-java-2.x/contrib/tutorials/travelsample/contributions/trip/src/test/resources/trip.composite
index a0dd505036..a0dd505036 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/trip/src/test/resources/trip.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/trip/src/test/resources/trip.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/tripbooking/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/tripbooking/build.xml
index e8e7eb7f10..e8e7eb7f10 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/tripbooking/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/tripbooking/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/tripbooking/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/tripbooking/pom.xml
index f45f92c464..f45f92c464 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/tripbooking/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/tripbooking/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/tripbooking/src/main/java/com/tuscanyscatours/tripbooking/TripBooking.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/tripbooking/src/main/java/com/tuscanyscatours/tripbooking/TripBooking.java
index c5eaa95f19..c5eaa95f19 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/tripbooking/src/main/java/com/tuscanyscatours/tripbooking/TripBooking.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/tripbooking/src/main/java/com/tuscanyscatours/tripbooking/TripBooking.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/tripbooking/src/main/java/com/tuscanyscatours/tripbooking/impl/TripBookingImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/contributions/tripbooking/src/main/java/com/tuscanyscatours/tripbooking/impl/TripBookingImpl.java
index e5846bae5d..e5846bae5d 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/tripbooking/src/main/java/com/tuscanyscatours/tripbooking/impl/TripBookingImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/tripbooking/src/main/java/com/tuscanyscatours/tripbooking/impl/TripBookingImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/contributions/tripbooking/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/contributions/tripbooking/src/main/resources/META-INF/sca-contribution.xml
index f2f5877e12..f2f5877e12 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/contributions/tripbooking/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/contributions/tripbooking/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/distribution/bundle/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/distribution/bundle/pom.xml
index 3aedf801c6..3aedf801c6 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/distribution/bundle/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/distribution/bundle/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/distribution/jaxws/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/distribution/jaxws/pom.xml
index 08c654a1a4..08c654a1a4 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/distribution/jaxws/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/distribution/jaxws/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/distribution/ode/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/distribution/ode/pom.xml
index 4641976fba..4641976fba 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/distribution/ode/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/distribution/ode/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/distribution/openejb/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/distribution/openejb/pom.xml
index e42098a5b0..e42098a5b0 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/distribution/openejb/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/distribution/openejb/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/distribution/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/distribution/pom.xml
index 916398106e..916398106e 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/distribution/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/distribution/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin-jaxws.xml b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/assembly/bin-jaxws.xml
index b900b1bcb5..b900b1bcb5 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin-jaxws.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/assembly/bin-jaxws.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin-ode.xml b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/assembly/bin-ode.xml
index 1965c7f16e..1965c7f16e 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin-ode.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/assembly/bin-ode.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin-openejb.xml b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/assembly/bin-openejb.xml
index 8364ac11e5..8364ac11e5 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin-openejb.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/assembly/bin-openejb.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin-selfcontained.xml b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/assembly/bin-selfcontained.xml
index cf2638fcfb..cf2638fcfb 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin-selfcontained.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/assembly/bin-selfcontained.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin.xml b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/assembly/bin.xml
index 4ce68281d5..4ce68281d5 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/assembly/bin.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/assembly/bin.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/assembly/src.xml b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/assembly/src.xml
index 25c6c823de..25c6c823de 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/assembly/src.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/assembly/src.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-common.xml b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/components/bin-common.xml
index 5c2b013e3a..5c2b013e3a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-common.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/components/bin-common.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-default.xml b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/components/bin-default.xml
index ed61a17af3..ed61a17af3 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-default.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/components/bin-default.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-jaxws.xml b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/components/bin-jaxws.xml
index f139569c23..f139569c23 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-jaxws.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/components/bin-jaxws.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-modules.xml b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/components/bin-modules.xml
index 41115063a7..41115063a7 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-modules.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/components/bin-modules.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-ode.xml b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/components/bin-ode.xml
index 884a8fdb84..884a8fdb84 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-ode.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/components/bin-ode.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-openejb.xml b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/components/bin-openejb.xml
index 596ee0b55a..596ee0b55a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-openejb.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/components/bin-openejb.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-selfcontained.xml b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/components/bin-selfcontained.xml
index 90db09cfbe..90db09cfbe 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/components/bin-selfcontained.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/components/bin-selfcontained.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/release/bin/INSTALL b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/release/bin/INSTALL
index 7514a7c73c..7514a7c73c 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/release/bin/INSTALL
+++ b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/release/bin/INSTALL
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/release/bin/LICENSE b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/release/bin/LICENSE
index a1c5f8d2e6..a1c5f8d2e6 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/release/bin/LICENSE
+++ b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/release/bin/LICENSE
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/release/bin/NOTICE b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/release/bin/NOTICE
index ebae94517b..ebae94517b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/release/bin/NOTICE
+++ b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/release/bin/NOTICE
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-clients.xml b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/resources/build-clients.xml
index 98a3b2c345..98a3b2c345 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-clients.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/resources/build-clients.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-defs-selfcontained.xml b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/resources/build-defs-selfcontained.xml
index f741f28a7b..f741f28a7b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-defs-selfcontained.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/resources/build-defs-selfcontained.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-defs.xml b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/resources/build-defs.xml
index f914208f52..f914208f52 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-defs.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/resources/build-defs.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-launchers.xml b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/resources/build-launchers.xml
index dbddcb349b..dbddcb349b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-launchers.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/resources/build-launchers.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-services.xml b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/resources/build-services.xml
index 6154f0b451..6154f0b451 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-services.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/distribution/src/main/resources/build-services.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/build.xml
index 04219dd032..04219dd032 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/build.xml
index 3fd52446fc..3fd52446fc 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/pom.xml
index 3dcae3b88b..3dcae3b88b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud.composite b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud.composite
index 7e15e7d28e..7e15e7d28e 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-bespoketrip.composite b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-bespoketrip.composite
index bae4396eff..bae4396eff 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-bespoketrip.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-bespoketrip.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-coordination.composite b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-coordination.composite
index 35438bbf2c..35438bbf2c 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-coordination.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-coordination.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-creditcard.composite b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-creditcard.composite
index cc40d15e66..cc40d15e66 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-creditcard.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-creditcard.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-currency.composite b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-currency.composite
index cedaa92564..cedaa92564 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-currency.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-currency.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-packagedtrip.composite b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-packagedtrip.composite
index 98348b5078..98348b5078 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-packagedtrip.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-packagedtrip.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-payment.composite b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-payment.composite
index 0a63cacbec..0a63cacbec 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-payment.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-payment.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-shoppingcart.composite b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-shoppingcart.composite
index 05eb009974..05eb009974 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-shoppingcart.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-shoppingcart.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-ui.composite b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-ui.composite
index b54a48f2c0..b54a48f2c0 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-ui.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/cloud/fullapp-ui.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/domain.composite b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/domain.composite
index 69a83c4ed4..69a83c4ed4 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/domain.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/domain.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/workspace-distribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/workspace-distribution.xml
index 272c88a744..272c88a744 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/workspace-distribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/workspace-distribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/workspace.xml b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/workspace.xml
index a7aaf433c3..a7aaf433c3 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/fullapp/src/main/resources/workspace.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/fullapp/src/main/resources/workspace.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/introducing/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/introducing/build.xml
index 5ce51edcce..5ce51edcce 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/introducing/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/introducing/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/introducing/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/introducing/pom.xml
index f07dde2e95..f07dde2e95 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/introducing/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/introducing/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/introducing/src/main/resources/cloud.composite b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/introducing/src/main/resources/cloud.composite
index 273d2ec169..273d2ec169 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/introducing/src/main/resources/cloud.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/introducing/src/main/resources/cloud.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/introducing/src/main/resources/cloud/ClientNode.composite b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/introducing/src/main/resources/cloud/ClientNode.composite
index 30eccd4325..30eccd4325 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/introducing/src/main/resources/cloud/ClientNode.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/introducing/src/main/resources/cloud/ClientNode.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/introducing/src/main/resources/cloud/ToursNode.composite b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/introducing/src/main/resources/cloud/ToursNode.composite
index 046decc592..046decc592 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/introducing/src/main/resources/cloud/ToursNode.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/introducing/src/main/resources/cloud/ToursNode.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/introducing/src/main/resources/cloud/TripsNode.composite b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/introducing/src/main/resources/cloud/TripsNode.composite
index 917ae2f821..917ae2f821 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/introducing/src/main/resources/cloud/TripsNode.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/introducing/src/main/resources/cloud/TripsNode.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/introducing/src/main/resources/domain.composite b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/introducing/src/main/resources/domain.composite
index 89b7514ea8..89b7514ea8 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/introducing/src/main/resources/domain.composite
+++ b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/introducing/src/main/resources/domain.composite
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/introducing/src/main/resources/workspace-distribution.xml b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/introducing/src/main/resources/workspace-distribution.xml
index e778d64d8f..e778d64d8f 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/introducing/src/main/resources/workspace-distribution.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/introducing/src/main/resources/workspace-distribution.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/introducing/src/main/resources/workspace.xml b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/introducing/src/main/resources/workspace.xml
index b90f4d276e..b90f4d276e 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/introducing/src/main/resources/workspace.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/introducing/src/main/resources/workspace.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/pom.xml
index 41f75d3068..41f75d3068 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/domainconfig/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/domainconfig/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/blog-feed/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/blog-feed/build.xml
index f7c4bee524..f7c4bee524 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/blog-feed/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/blog-feed/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/blog-feed/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/blog-feed/pom.xml
index 8797045b2c..8797045b2c 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/blog-feed/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/blog-feed/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/blog-feed/src/main/java/scatours/BlogFeedLauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/blog-feed/src/main/java/scatours/BlogFeedLauncher.java
index 76ddbbb079..76ddbbb079 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/blog-feed/src/main/java/scatours/BlogFeedLauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/blog-feed/src/main/java/scatours/BlogFeedLauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/build.xml
index fd11d4c28a..fd11d4c28a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/buildingblocks/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/buildingblocks/build.xml
index b61282f368..b61282f368 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/buildingblocks/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/buildingblocks/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/buildingblocks/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/buildingblocks/pom.xml
index 67796e7f6b..67796e7f6b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/buildingblocks/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/buildingblocks/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/buildingblocks/src/main/java/scatours/BuildingBlocksLauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/buildingblocks/src/main/java/scatours/BuildingBlocksLauncher.java
index 2d966f8f5d..2d966f8f5d 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/buildingblocks/src/main/java/scatours/BuildingBlocksLauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/buildingblocks/src/main/java/scatours/BuildingBlocksLauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/buildingblocks/src/main/resources/jndi.properties b/sca-java-2.x/contrib/tutorials/travelsample/launchers/buildingblocks/src/main/resources/jndi.properties
index 88270fd1e0..88270fd1e0 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/buildingblocks/src/main/resources/jndi.properties
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/buildingblocks/src/main/resources/jndi.properties
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/buildingblocks/src/test/java/scatours/BuildingBlocksTestCase.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/buildingblocks/src/test/java/scatours/BuildingBlocksTestCase.java
index 55943e2f45..55943e2f45 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/buildingblocks/src/test/java/scatours/BuildingBlocksTestCase.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/buildingblocks/src/test/java/scatours/BuildingBlocksTestCase.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-corba/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-corba/build.xml
index c5f32d4588..c5f32d4588 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-corba/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-corba/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-corba/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-corba/pom.xml
index 93e38eee83..93e38eee83 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-corba/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-corba/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-corba/src/main/java/scatours/CurrencyConverterCORBALauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-corba/src/main/java/scatours/CurrencyConverterCORBALauncher.java
index 514fc9fb41..514fc9fb41 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-corba/src/main/java/scatours/CurrencyConverterCORBALauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-corba/src/main/java/scatours/CurrencyConverterCORBALauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-corba/src/main/java/scatours/currencyconverter/CurrencyConverter.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-corba/src/main/java/scatours/currencyconverter/CurrencyConverter.java
index 80d623d22d..80d623d22d 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-corba/src/main/java/scatours/currencyconverter/CurrencyConverter.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-corba/src/main/java/scatours/currencyconverter/CurrencyConverter.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-jms/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-jms/build.xml
index 3ccf56b2c8..3ccf56b2c8 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-jms/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-jms/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-jms/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-jms/pom.xml
index 6243a02f4b..6243a02f4b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-jms/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-jms/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-jms/src/main/java/scatours/CurrencyConverterJMSLauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-jms/src/main/java/scatours/CurrencyConverterJMSLauncher.java
index 306ec1a9bf..306ec1a9bf 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-jms/src/main/java/scatours/CurrencyConverterJMSLauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-jms/src/main/java/scatours/CurrencyConverterJMSLauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-rmi/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-rmi/build.xml
index 8990723c63..8990723c63 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-rmi/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-rmi/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-rmi/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-rmi/pom.xml
index 588fd37dc3..588fd37dc3 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-rmi/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-rmi/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-rmi/src/main/java/com/tuscanyscatours/currencyconverter/CurrencyConverter.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-rmi/src/main/java/com/tuscanyscatours/currencyconverter/CurrencyConverter.java
index 3ebd23b2d0..3ebd23b2d0 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-rmi/src/main/java/com/tuscanyscatours/currencyconverter/CurrencyConverter.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-rmi/src/main/java/com/tuscanyscatours/currencyconverter/CurrencyConverter.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-rmi/src/main/java/scatours/CurrencyConverterRMILauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-rmi/src/main/java/scatours/CurrencyConverterRMILauncher.java
index 8af4a90f57..8af4a90f57 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-rmi/src/main/java/scatours/CurrencyConverterRMILauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-rmi/src/main/java/scatours/CurrencyConverterRMILauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-ws/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-ws/build.xml
index 2fd3663bab..2fd3663bab 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-ws/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-ws/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-ws/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-ws/pom.xml
index f231094902..f231094902 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-ws/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-ws/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-ws/src/main/java/scatours/CurrencyConverterWSLauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-ws/src/main/java/scatours/CurrencyConverterWSLauncher.java
index c844463cbf..c844463cbf 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-ws/src/main/java/scatours/CurrencyConverterWSLauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-ws/src/main/java/scatours/CurrencyConverterWSLauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-ws/src/main/java/scatours/currencyconverter/CurrencyConverter.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-ws/src/main/java/scatours/currencyconverter/CurrencyConverter.java
index 80d623d22d..80d623d22d 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter-ws/src/main/java/scatours/currencyconverter/CurrencyConverter.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter-ws/src/main/java/scatours/currencyconverter/CurrencyConverter.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter/build.xml
index 2cd41af723..2cd41af723 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter/pom.xml
index 9b3f0db297..9b3f0db297 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter/src/main/java/scatours/CurrencyConverterLauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter/src/main/java/scatours/CurrencyConverterLauncher.java
index 7d7d6e3987..7d7d6e3987 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter/src/main/java/scatours/CurrencyConverterLauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter/src/main/java/scatours/CurrencyConverterLauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter/src/main/java/scatours/currencyconverter/CurrencyConverter.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter/src/main/java/scatours/currencyconverter/CurrencyConverter.java
index 80d623d22d..80d623d22d 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/currency-converter/src/main/java/scatours/currencyconverter/CurrencyConverter.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/currency-converter/src/main/java/scatours/currencyconverter/CurrencyConverter.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/databinding/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/databinding/build.xml
index dc099ea479..dc099ea479 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/databinding/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/databinding/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/databinding/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/databinding/pom.xml
index 176570ffdd..176570ffdd 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/databinding/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/databinding/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/databinding/src/main/java/scatours/DatabindingLauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/databinding/src/main/java/scatours/DatabindingLauncher.java
index d7cae1e280..d7cae1e280 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/databinding/src/main/java/scatours/DatabindingLauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/databinding/src/main/java/scatours/DatabindingLauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/feed-logger/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/feed-logger/build.xml
index 826c542cdb..826c542cdb 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/feed-logger/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/feed-logger/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/feed-logger/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/feed-logger/pom.xml
index 4115eb92ab..4115eb92ab 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/feed-logger/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/feed-logger/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/feed-logger/src/main/java/scatours/FeedLoggerLauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/feed-logger/src/main/java/scatours/FeedLoggerLauncher.java
index 35c3560645..35c3560645 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/feed-logger/src/main/java/scatours/FeedLoggerLauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/feed-logger/src/main/java/scatours/FeedLoggerLauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/feed-logger/src/main/java/scatours/feedlogger/FeedLogger.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/feed-logger/src/main/java/scatours/feedlogger/FeedLogger.java
index 8187e34d2c..8187e34d2c 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/feed-logger/src/main/java/scatours/feedlogger/FeedLogger.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/feed-logger/src/main/java/scatours/feedlogger/FeedLogger.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/fullapp-domain/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/fullapp-domain/build.xml
index 10df2cf9f8..10df2cf9f8 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/fullapp-domain/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/fullapp-domain/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/fullapp-domain/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/fullapp-domain/pom.xml
index c0e8f0c83d..c0e8f0c83d 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/fullapp-domain/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/fullapp-domain/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/fullapp-domain/src/main/java/scatours/FullAppDomainLauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/fullapp-domain/src/main/java/scatours/FullAppDomainLauncher.java
index 599ca75e24..599ca75e24 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/fullapp-domain/src/main/java/scatours/FullAppDomainLauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/fullapp-domain/src/main/java/scatours/FullAppDomainLauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/fullapp-nodes/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/fullapp-nodes/build.xml
index b147a2087a..b147a2087a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/fullapp-nodes/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/fullapp-nodes/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/fullapp-nodes/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/fullapp-nodes/pom.xml
index 37d85ead4b..37d85ead4b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/fullapp-nodes/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/fullapp-nodes/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/fullapp-nodes/src/main/java/scatours/FullAppNodesLauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/fullapp-nodes/src/main/java/scatours/FullAppNodesLauncher.java
index cd618a45e0..cd618a45e0 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/fullapp-nodes/src/main/java/scatours/FullAppNodesLauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/fullapp-nodes/src/main/java/scatours/FullAppNodesLauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/fullapp/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/fullapp/build.xml
index ab2f62460c..ab2f62460c 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/fullapp/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/fullapp/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/fullapp/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/fullapp/pom.xml
index 0043e0b7bf..0043e0b7bf 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/fullapp/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/fullapp/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/fullapp/src/main/java/scatours/FullAppLauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/fullapp/src/main/java/scatours/FullAppLauncher.java
index c3f68e2d60..c3f68e2d60 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/fullapp/src/main/java/scatours/FullAppLauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/fullapp/src/main/java/scatours/FullAppLauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/help-pages/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/help-pages/build.xml
index a763c082e0..a763c082e0 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/help-pages/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/help-pages/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/help-pages/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/help-pages/pom.xml
index 0c83357935..0c83357935 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/help-pages/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/help-pages/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/help-pages/src/main/java/scatours/HelpPagesLauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/help-pages/src/main/java/scatours/HelpPagesLauncher.java
index 4b8960e6ae..4b8960e6ae 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/help-pages/src/main/java/scatours/HelpPagesLauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/help-pages/src/main/java/scatours/HelpPagesLauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/interaction/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/interaction/build.xml
index 8db09fe972..8db09fe972 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/interaction/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/interaction/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/interaction/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/interaction/pom.xml
index c259624844..c259624844 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/interaction/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/interaction/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/interaction/src/main/java/scatours/InteractionLauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/interaction/src/main/java/scatours/InteractionLauncher.java
index 9b66a5c838..9b66a5c838 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/interaction/src/main/java/scatours/InteractionLauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/interaction/src/main/java/scatours/InteractionLauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/interaction/src/test/java/scatours/InteractionTestCase.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/interaction/src/test/java/scatours/InteractionTestCase.java
index c64e5d1e5b..c64e5d1e5b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/interaction/src/test/java/scatours/InteractionTestCase.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/interaction/src/test/java/scatours/InteractionTestCase.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-client/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-client/build.xml
index 84b3ade200..84b3ade200 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-client/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-client/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-client/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-client/pom.xml
index 95e327481a..95e327481a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-client/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-client/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-client/src/main/java/scatours/IntroducingClientLauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-client/src/main/java/scatours/IntroducingClientLauncher.java
index ade9ffad42..ade9ffad42 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-client/src/main/java/scatours/IntroducingClientLauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-client/src/main/java/scatours/IntroducingClientLauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-domain/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-domain/build.xml
index c1810f816b..c1810f816b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-domain/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-domain/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-domain/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-domain/pom.xml
index 817f4409e5..817f4409e5 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-domain/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-domain/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-domain/src/main/java/scatours/IntroducingDomainLauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-domain/src/main/java/scatours/IntroducingDomainLauncher.java
index b9f7fe040f..b9f7fe040f 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-domain/src/main/java/scatours/IntroducingDomainLauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-domain/src/main/java/scatours/IntroducingDomainLauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-tours/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-tours/build.xml
index 1713b85e03..1713b85e03 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-tours/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-tours/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-tours/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-tours/pom.xml
index 77b8223a8d..77b8223a8d 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-tours/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-tours/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-tours/src/main/java/scatours/IntroducingToursLauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-tours/src/main/java/scatours/IntroducingToursLauncher.java
index 7a1dd79890..7a1dd79890 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-tours/src/main/java/scatours/IntroducingToursLauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-tours/src/main/java/scatours/IntroducingToursLauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-trips/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-trips/build.xml
index 4059606a08..4059606a08 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-trips/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-trips/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-trips/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-trips/pom.xml
index ccd54dc055..ccd54dc055 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-trips/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-trips/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-trips/src/main/java/scatours/IntroducingTripsLauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-trips/src/main/java/scatours/IntroducingTripsLauncher.java
index 781949940c..781949940c 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing-trips/src/main/java/scatours/IntroducingTripsLauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing-trips/src/main/java/scatours/IntroducingTripsLauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing/build.xml
index 217679604d..217679604d 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing/pom.xml
index 4294dd2a96..4294dd2a96 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing/src/main/java/scatours/IntroducingLauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing/src/main/java/scatours/IntroducingLauncher.java
index 7008c834b8..7008c834b8 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing/src/main/java/scatours/IntroducingLauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing/src/main/java/scatours/IntroducingLauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing/src/test/java/scatours/IntroducingTestCase.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing/src/test/java/scatours/IntroducingTestCase.java
index 5270cbabe6..5270cbabe6 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/introducing/src/test/java/scatours/IntroducingTestCase.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/introducing/src/test/java/scatours/IntroducingTestCase.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/jumpstart/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/jumpstart/build.xml
index 5da2b075b6..5da2b075b6 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/jumpstart/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/jumpstart/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/jumpstart/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/jumpstart/pom.xml
index ffc19a754a..ffc19a754a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/jumpstart/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/jumpstart/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/jumpstart/src/main/java/scatours/JumpstartLauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/jumpstart/src/main/java/scatours/JumpstartLauncher.java
index f478aadae0..f478aadae0 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/jumpstart/src/main/java/scatours/JumpstartLauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/jumpstart/src/main/java/scatours/JumpstartLauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/jumpstart/src/main/java/scatours/Trips.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/jumpstart/src/main/java/scatours/Trips.java
index 32db895bf4..32db895bf4 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/jumpstart/src/main/java/scatours/Trips.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/jumpstart/src/main/java/scatours/Trips.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/jumpstart/src/test/java/scatours/JumpstartTestCase.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/jumpstart/src/test/java/scatours/JumpstartTestCase.java
index 12654494ac..12654494ac 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/jumpstart/src/test/java/scatours/JumpstartTestCase.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/jumpstart/src/test/java/scatours/JumpstartTestCase.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-corba/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-corba/build.xml
index 4c2524fdd0..4c2524fdd0 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-corba/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-corba/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-corba/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-corba/pom.xml
index 1670a304a4..1670a304a4 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-corba/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-corba/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-corba/src/main/java/scatours/NotificationCORBALauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-corba/src/main/java/scatours/NotificationCORBALauncher.java
index c245dc57fb..c245dc57fb 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-corba/src/main/java/scatours/NotificationCORBALauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-corba/src/main/java/scatours/NotificationCORBALauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-corba/src/main/java/scatours/notification/Notification.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-corba/src/main/java/scatours/notification/Notification.java
index 020e1e40db..020e1e40db 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-corba/src/main/java/scatours/notification/Notification.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-corba/src/main/java/scatours/notification/Notification.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-ejb/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-ejb/build.xml
index ec1416635c..ec1416635c 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-ejb/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-ejb/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-ejb/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-ejb/pom.xml
index 6f5d074213..6f5d074213 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-ejb/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-ejb/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-ejb/src/main/java/scatours/NotificationEJBLauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-ejb/src/main/java/scatours/NotificationEJBLauncher.java
index d7b44c9c59..d7b44c9c59 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-ejb/src/main/java/scatours/NotificationEJBLauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-ejb/src/main/java/scatours/NotificationEJBLauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-ejb/src/main/java/scatours/notification/Notification.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-ejb/src/main/java/scatours/notification/Notification.java
index 020e1e40db..020e1e40db 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-ejb/src/main/java/scatours/notification/Notification.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-ejb/src/main/java/scatours/notification/Notification.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-jms/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-jms/build.xml
index e7129ddc61..e7129ddc61 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-jms/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-jms/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-jms/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-jms/pom.xml
index 69da77abab..69da77abab 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-jms/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-jms/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-jms/src/main/java/scatours/NotificationJMSLauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-jms/src/main/java/scatours/NotificationJMSLauncher.java
index 55b0c0830a..55b0c0830a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-jms/src/main/java/scatours/NotificationJMSLauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-jms/src/main/java/scatours/NotificationJMSLauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-jms/src/main/java/scatours/notification/Notification.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-jms/src/main/java/scatours/notification/Notification.java
index 020e1e40db..020e1e40db 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-jms/src/main/java/scatours/notification/Notification.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-jms/src/main/java/scatours/notification/Notification.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-rmi/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-rmi/build.xml
index a4f7b17d01..a4f7b17d01 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-rmi/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-rmi/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-rmi/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-rmi/pom.xml
index fe3140acb9..fe3140acb9 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-rmi/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-rmi/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-rmi/src/main/java/com/tuscanyscatours/smsgateway/SMSGateway.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-rmi/src/main/java/com/tuscanyscatours/smsgateway/SMSGateway.java
index 4ce528fd23..4ce528fd23 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-rmi/src/main/java/com/tuscanyscatours/smsgateway/SMSGateway.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-rmi/src/main/java/com/tuscanyscatours/smsgateway/SMSGateway.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-rmi/src/main/java/scatours/NotificationRMILauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-rmi/src/main/java/scatours/NotificationRMILauncher.java
index 48d229f2f0..48d229f2f0 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-rmi/src/main/java/scatours/NotificationRMILauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-rmi/src/main/java/scatours/NotificationRMILauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-rmi/src/main/java/scatours/notification/Notification.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-rmi/src/main/java/scatours/notification/Notification.java
index 020e1e40db..020e1e40db 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-rmi/src/main/java/scatours/notification/Notification.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-rmi/src/main/java/scatours/notification/Notification.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-ws/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-ws/build.xml
index a6a3ac5ef0..a6a3ac5ef0 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-ws/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-ws/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-ws/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-ws/pom.xml
index 5e666379f6..5e666379f6 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-ws/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-ws/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-ws/src/main/java/scatours/NotificationWSLauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-ws/src/main/java/scatours/NotificationWSLauncher.java
index 8957e1ddf0..8957e1ddf0 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-ws/src/main/java/scatours/NotificationWSLauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-ws/src/main/java/scatours/NotificationWSLauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-ws/src/main/java/scatours/notification/Notification.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-ws/src/main/java/scatours/notification/Notification.java
index 020e1e40db..020e1e40db 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/notification-ws/src/main/java/scatours/notification/Notification.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/notification-ws/src/main/java/scatours/notification/Notification.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-bpel/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-bpel/build.xml
index f9d839c17e..f9d839c17e 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-bpel/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-bpel/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-bpel/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-bpel/pom.xml
index 9416653519..9416653519 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-bpel/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-bpel/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java
index e5f3ef3cad..e5f3ef3cad 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java
index ca94d86628..ca94d86628 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java
index b069b2ba94..b069b2ba94 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/Payment.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/Payment.java
index bbbd03d89a..bbbd03d89a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/Payment.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/Payment.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/PaymentService.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/PaymentService.java
index a430175976..a430175976 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/PaymentService.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/PaymentService.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/package-info.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/package-info.java
index acd208f5c9..acd208f5c9 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/package-info.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-bpel/src/main/java/com/tuscanyscatours/payment/package-info.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-bpel/src/main/java/scatours/payment/PaymentLauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-bpel/src/main/java/scatours/payment/PaymentLauncher.java
index 2107c6ebcd..2107c6ebcd 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-bpel/src/main/java/scatours/payment/PaymentLauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-bpel/src/main/java/scatours/payment/PaymentLauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/build.xml
index 17bd0943a0..17bd0943a0 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/pom.xml
index 6942fa7307..6942fa7307 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/EmailGateway.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/EmailGateway.java
index 0e4e9726de..0e4e9726de 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/EmailGateway.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/EmailGateway.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/EmailGatewayService.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/EmailGatewayService.java
index 8f87855dd9..8f87855dd9 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/EmailGatewayService.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/EmailGatewayService.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/EmailType.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/EmailType.java
index 25935d2303..25935d2303 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/EmailType.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/EmailType.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/ObjectFactory.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/ObjectFactory.java
index f414bb3eb3..f414bb3eb3 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/ObjectFactory.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/ObjectFactory.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/SendEmailResponseType.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/SendEmailResponseType.java
index 6d366b7554..6d366b7554 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/SendEmailResponseType.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/SendEmailResponseType.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/SendEmailType.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/SendEmailType.java
index cc8e15366c..cc8e15366c 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/SendEmailType.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/SendEmailType.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/package-info.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/package-info.java
index 2c2d603ada..2c2d603ada 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/package-info.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/emailgateway/package-info.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java
index e5f3ef3cad..e5f3ef3cad 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java
index ca94d86628..ca94d86628 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java
index b069b2ba94..b069b2ba94 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/Payment.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/Payment.java
index bbbd03d89a..bbbd03d89a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/Payment.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/Payment.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/PaymentService.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/PaymentService.java
index a430175976..a430175976 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/PaymentService.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/PaymentService.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/package-info.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/package-info.java
index acd208f5c9..acd208f5c9 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/package-info.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/com/tuscanyscatours/payment/package-info.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/scatours/payment/PaymentLauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/scatours/payment/PaymentLauncher.java
index 46edb706fc..46edb706fc 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-groovy/src/main/java/scatours/payment/PaymentLauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-groovy/src/main/java/scatours/payment/PaymentLauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java-policy/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java-policy/build.xml
index 9579c408ff..9579c408ff 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java-policy/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java-policy/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java-policy/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java-policy/pom.xml
index c0177e8afa..c0177e8afa 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java-policy/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java-policy/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java
index e5f3ef3cad..e5f3ef3cad 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java
index ca94d86628..ca94d86628 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java
index b069b2ba94..b069b2ba94 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/Payment.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/Payment.java
index bbbd03d89a..bbbd03d89a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/Payment.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/Payment.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/PaymentService.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/PaymentService.java
index a430175976..a430175976 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/PaymentService.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/PaymentService.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/package-info.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/package-info.java
index acd208f5c9..acd208f5c9 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/package-info.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java-policy/src/main/java/com/tuscanyscatours/payment/package-info.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java-policy/src/main/java/scatours/payment/PaymentLauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java-policy/src/main/java/scatours/payment/PaymentLauncher.java
index cda3ebd091..cda3ebd091 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java-policy/src/main/java/scatours/payment/PaymentLauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java-policy/src/main/java/scatours/payment/PaymentLauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java/build.xml
index 1e3c69119f..1e3c69119f 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java/pom.xml
index c8889d109a..c8889d109a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java
index e5f3ef3cad..e5f3ef3cad 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java
index ca94d86628..ca94d86628 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java
index b069b2ba94..b069b2ba94 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/Payment.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/Payment.java
index bbbd03d89a..bbbd03d89a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/Payment.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/Payment.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/PaymentService.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/PaymentService.java
index a430175976..a430175976 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/PaymentService.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/PaymentService.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/package-info.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/package-info.java
index acd208f5c9..acd208f5c9 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/package-info.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java/src/main/java/com/tuscanyscatours/payment/package-info.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java/src/main/java/scatours/payment/PaymentLauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java/src/main/java/scatours/payment/PaymentLauncher.java
index cc80ec4128..cc80ec4128 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-java/src/main/java/scatours/payment/PaymentLauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-java/src/main/java/scatours/payment/PaymentLauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring-scatag/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring-scatag/build.xml
index 6ccd55f641..6ccd55f641 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring-scatag/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring-scatag/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring-scatag/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring-scatag/pom.xml
index 22c5829eae..22c5829eae 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring-scatag/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring-scatag/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java
index e5f3ef3cad..e5f3ef3cad 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java
index ca94d86628..ca94d86628 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java
index b069b2ba94..b069b2ba94 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/Payment.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/Payment.java
index bbbd03d89a..bbbd03d89a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/Payment.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/Payment.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/PaymentService.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/PaymentService.java
index a430175976..a430175976 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/PaymentService.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/PaymentService.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/package-info.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/package-info.java
index acd208f5c9..acd208f5c9 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/package-info.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/com/tuscanyscatours/payment/package-info.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/scatours/payment/PaymentLauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/scatours/payment/PaymentLauncher.java
index 7e5d7225e5..7e5d7225e5 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/scatours/payment/PaymentLauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring-scatag/src/main/java/scatours/payment/PaymentLauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring/build.xml
index 73cdf2da6a..73cdf2da6a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring/pom.xml
index d433b6a1b5..d433b6a1b5 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java
index e5f3ef3cad..e5f3ef3cad 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberResponseType.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java
index ca94d86628..ca94d86628 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/MakePaymentMemberType.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java
index b069b2ba94..b069b2ba94 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/ObjectFactory.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/Payment.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/Payment.java
index bbbd03d89a..bbbd03d89a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/Payment.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/Payment.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/PaymentService.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/PaymentService.java
index a430175976..a430175976 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/PaymentService.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/PaymentService.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/package-info.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/package-info.java
index acd208f5c9..acd208f5c9 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/package-info.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring/src/main/java/com/tuscanyscatours/payment/package-info.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring/src/main/java/scatours/payment/PaymentLauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring/src/main/java/scatours/payment/PaymentLauncher.java
index d877d55569..d877d55569 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/payment-spring/src/main/java/scatours/payment/PaymentLauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/payment-spring/src/main/java/scatours/payment/PaymentLauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/policy/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/policy/build.xml
index 57001f70e3..57001f70e3 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/policy/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/policy/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/policy/maven-eclipse.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/policy/maven-eclipse.xml
index 3adfca89f4..3adfca89f4 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/policy/maven-eclipse.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/policy/maven-eclipse.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/policy/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/policy/pom.xml
index 05964e23dd..05964e23dd 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/policy/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/policy/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/policy/src/main/java/scatours/PolicyLauncher.java b/sca-java-2.x/contrib/tutorials/travelsample/launchers/policy/src/main/java/scatours/PolicyLauncher.java
index 8fc3e92059..8fc3e92059 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/policy/src/main/java/scatours/PolicyLauncher.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/policy/src/main/java/scatours/PolicyLauncher.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/launchers/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/launchers/pom.xml
index f0211eafd0..f0211eafd0 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/launchers/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/launchers/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/pom.xml
index 1be8251598..1be8251598 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/services/build.xml
index 21b282707c..21b282707c 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/creditcard-payment-jaxws/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/services/creditcard-payment-jaxws/build.xml
index 266dbec28c..266dbec28c 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/creditcard-payment-jaxws/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/creditcard-payment-jaxws/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/creditcard-payment-jaxws/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/services/creditcard-payment-jaxws/pom.xml
index b0ea6b919a..b0ea6b919a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/creditcard-payment-jaxws/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/creditcard-payment-jaxws/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/creditcard-payment-jaxws/src/main/java/scatours/creditcard/CreditCardService.java b/sca-java-2.x/contrib/tutorials/travelsample/services/creditcard-payment-jaxws/src/main/java/scatours/creditcard/CreditCardService.java
index a0f2912f7b..a0f2912f7b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/creditcard-payment-jaxws/src/main/java/scatours/creditcard/CreditCardService.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/creditcard-payment-jaxws/src/main/java/scatours/creditcard/CreditCardService.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/creditcard-payment-jaxws/src/main/java/scatours/creditcard/CreditCardServiceBootstrap.java b/sca-java-2.x/contrib/tutorials/travelsample/services/creditcard-payment-jaxws/src/main/java/scatours/creditcard/CreditCardServiceBootstrap.java
index 2fa12fc187..2fa12fc187 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/creditcard-payment-jaxws/src/main/java/scatours/creditcard/CreditCardServiceBootstrap.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/creditcard-payment-jaxws/src/main/java/scatours/creditcard/CreditCardServiceBootstrap.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/creditcard-payment-jaxws/src/main/java/scatours/creditcard/CreditCardServiceImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/services/creditcard-payment-jaxws/src/main/java/scatours/creditcard/CreditCardServiceImpl.java
index 7118edbc1f..7118edbc1f 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/creditcard-payment-jaxws/src/main/java/scatours/creditcard/CreditCardServiceImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/creditcard-payment-jaxws/src/main/java/scatours/creditcard/CreditCardServiceImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/services/pom.xml
index 1dbc8effad..1dbc8effad 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-corba/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-corba/build.xml
index 0495e2b956..0495e2b956 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-corba/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-corba/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-corba/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-corba/pom.xml
index 3f64d66a2d..3f64d66a2d 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-corba/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-corba/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-corba/src/main/java/scatours/smsgateway/SMSGatewayCORBAServiceBootstrap.java b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-corba/src/main/java/scatours/smsgateway/SMSGatewayCORBAServiceBootstrap.java
index 9a53303e88..9a53303e88 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-corba/src/main/java/scatours/smsgateway/SMSGatewayCORBAServiceBootstrap.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-corba/src/main/java/scatours/smsgateway/SMSGatewayCORBAServiceBootstrap.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-corba/src/main/java/scatours/smsgateway/SMSGatewayServant.java b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-corba/src/main/java/scatours/smsgateway/SMSGatewayServant.java
index 693a909dca..693a909dca 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-corba/src/main/java/scatours/smsgateway/SMSGatewayServant.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-corba/src/main/java/scatours/smsgateway/SMSGatewayServant.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-corba/src/main/resources/sms-gateway.idl b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-corba/src/main/resources/sms-gateway.idl
index 30a87f5c7a..30a87f5c7a 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-corba/src/main/resources/sms-gateway.idl
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-corba/src/main/resources/sms-gateway.idl
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-ejb/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-ejb/build.xml
index cc7456ac52..cc7456ac52 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-ejb/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-ejb/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-ejb/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-ejb/pom.xml
index 8dd65669fc..8dd65669fc 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-ejb/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-ejb/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-ejb/src/main/java/com/tuscanyscatours/smsgateway/SMSGateway.java b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-ejb/src/main/java/com/tuscanyscatours/smsgateway/SMSGateway.java
index b462dd1be8..b462dd1be8 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-ejb/src/main/java/com/tuscanyscatours/smsgateway/SMSGateway.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-ejb/src/main/java/com/tuscanyscatours/smsgateway/SMSGateway.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-ejb/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayEJBServiceBootstrap.java b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-ejb/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayEJBServiceBootstrap.java
index 4da784bc55..4da784bc55 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-ejb/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayEJBServiceBootstrap.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-ejb/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayEJBServiceBootstrap.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-ejb/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-ejb/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayImpl.java
index 3bdf48a7ea..3bdf48a7ea 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-ejb/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-ejb/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-ejb/src/main/resources/META-INF/ejb-jar.xml b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-ejb/src/main/resources/META-INF/ejb-jar.xml
index 116a25630c..116a25630c 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-ejb/src/main/resources/META-INF/ejb-jar.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-ejb/src/main/resources/META-INF/ejb-jar.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-jaxws/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-jaxws/build.xml
index 6c57e2420b..6c57e2420b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-jaxws/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-jaxws/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-jaxws/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-jaxws/pom.xml
index 82e7f28c78..82e7f28c78 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-jaxws/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-jaxws/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-jaxws/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayService.java b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-jaxws/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayService.java
index 696ab12daa..696ab12daa 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-jaxws/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayService.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-jaxws/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayService.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-jaxws/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayServiceBootstrap.java b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-jaxws/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayServiceBootstrap.java
index 6631aee907..6631aee907 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-jaxws/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayServiceBootstrap.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-jaxws/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayServiceBootstrap.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-jaxws/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayServiceImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-jaxws/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayServiceImpl.java
index cd4eab052d..cd4eab052d 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-jaxws/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayServiceImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-jaxws/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayServiceImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-jms/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-jms/build.xml
index 389f6296c3..389f6296c3 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-jms/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-jms/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-jms/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-jms/pom.xml
index e2767a4966..e2767a4966 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-jms/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-jms/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-jms/src/main/java/scatours/smsgateway/SMSGateway.java b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-jms/src/main/java/scatours/smsgateway/SMSGateway.java
index e6e866fa1d..e6e866fa1d 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-jms/src/main/java/scatours/smsgateway/SMSGateway.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-jms/src/main/java/scatours/smsgateway/SMSGateway.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-jms/src/main/java/scatours/smsgateway/SMSGatewayImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-jms/src/main/java/scatours/smsgateway/SMSGatewayImpl.java
index c35aa61513..c35aa61513 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-jms/src/main/java/scatours/smsgateway/SMSGatewayImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-jms/src/main/java/scatours/smsgateway/SMSGatewayImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-jms/src/main/java/scatours/smsgateway/SMSGatewayJMSServiceBootstrap.java b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-jms/src/main/java/scatours/smsgateway/SMSGatewayJMSServiceBootstrap.java
index d8543266e3..d8543266e3 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-jms/src/main/java/scatours/smsgateway/SMSGatewayJMSServiceBootstrap.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-jms/src/main/java/scatours/smsgateway/SMSGatewayJMSServiceBootstrap.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-rmi/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-rmi/build.xml
index 13d4702867..13d4702867 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-rmi/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-rmi/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-rmi/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-rmi/pom.xml
index 16b9fc1270..16b9fc1270 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-rmi/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-rmi/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-rmi/src/main/java/com/tuscanyscatours/smsgateway/SMSGateway.java b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-rmi/src/main/java/com/tuscanyscatours/smsgateway/SMSGateway.java
index 4ce528fd23..4ce528fd23 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-rmi/src/main/java/com/tuscanyscatours/smsgateway/SMSGateway.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-rmi/src/main/java/com/tuscanyscatours/smsgateway/SMSGateway.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-rmi/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayImpl.java b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-rmi/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayImpl.java
index c33439af8b..c33439af8b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-rmi/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayImpl.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-rmi/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayImpl.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-rmi/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayRMIServiceBootstrap.java b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-rmi/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayRMIServiceBootstrap.java
index 5b223fb40c..5b223fb40c 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/services/smsgateway-rmi/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayRMIServiceBootstrap.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/services/smsgateway-rmi/src/main/java/com/tuscanyscatours/smsgateway/SMSGatewayRMIServiceBootstrap.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/testdomain/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/testdomain/build.xml
index 1f8d60a8e3..1f8d60a8e3 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/testdomain/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/testdomain/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/testdomain/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/testdomain/pom.xml
index b30add6b13..b30add6b13 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/testdomain/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/testdomain/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/travel-scenario.odg b/sca-java-2.x/contrib/tutorials/travelsample/travel-scenario.odg
index 06298e5221..06298e5221 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/travel-scenario.odg
+++ b/sca-java-2.x/contrib/tutorials/travelsample/travel-scenario.odg
Binary files differ
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/util/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/util/build.xml
index 3ab8df5da3..3ab8df5da3 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/util/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/util/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/util/jaxws-runtime/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/util/jaxws-runtime/pom.xml
index 0a1daf914b..0a1daf914b 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/util/jaxws-runtime/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/util/jaxws-runtime/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/util/launcher-common/build.xml b/sca-java-2.x/contrib/tutorials/travelsample/util/launcher-common/build.xml
index a8fe5faff0..a8fe5faff0 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/util/launcher-common/build.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/util/launcher-common/build.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/util/launcher-common/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/util/launcher-common/pom.xml
index afb66cc792..afb66cc792 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/util/launcher-common/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/util/launcher-common/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/util/launcher-common/src/main/java/scatours/launcher/LauncherUtil.java b/sca-java-2.x/contrib/tutorials/travelsample/util/launcher-common/src/main/java/scatours/launcher/LauncherUtil.java
index 02a32ecf04..02a32ecf04 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/util/launcher-common/src/main/java/scatours/launcher/LauncherUtil.java
+++ b/sca-java-2.x/contrib/tutorials/travelsample/util/launcher-common/src/main/java/scatours/launcher/LauncherUtil.java
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/util/openejb-runtime/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/util/openejb-runtime/pom.xml
index c6b5a02097..c6b5a02097 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/util/openejb-runtime/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/util/openejb-runtime/pom.xml
diff --git a/sca-java-2.x/trunk/tutorials/travelsample/util/pom.xml b/sca-java-2.x/contrib/tutorials/travelsample/util/pom.xml
index 6426cd5189..6426cd5189 100644
--- a/sca-java-2.x/trunk/tutorials/travelsample/util/pom.xml
+++ b/sca-java-2.x/contrib/tutorials/travelsample/util/pom.xml