From 798c795fb543e72dda001f41ce6cfc420e97eb57 Mon Sep 17 00:00:00 2001 From: ramkumar Date: Wed, 18 Mar 2009 07:19:14 +0000 Subject: Fixes for TUSCANY-2917 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755499 13f79535-47bb-0310-9956-ffa450edef68 --- java/sca/itest/callback-api/pom.xml | 2 +- java/sca/itest/callback-basic/pom.xml | 2 +- java/sca/itest/callback-complex-type/pom.xml | 2 +- java/sca/itest/callback-id/pom.xml | 2 +- java/sca/itest/callback-multiple-wires/pom.xml | 2 +- java/sca/itest/callback-separatethread/pom.xml | 2 +- java/sca/itest/callback-set-callback/pom.xml | 2 +- java/sca/itest/callback-set-conversation/pom.xml | 2 +- java/sca/itest/component-type/pom.xml | 2 +- java/sca/itest/conversations/pom.xml | 2 +- java/sca/itest/distribution/bin-distro-unzip/pom.xml | 2 +- java/sca/itest/distribution/binding-ws-calculator/pom.xml | 2 +- java/sca/itest/distribution/calculator-rmi/pom.xml | 2 +- java/sca/itest/distribution/implementation-java-calculator/pom.xml | 2 +- java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml | 2 +- java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml | 2 +- java/sca/itest/distribution/webapp-helloworld/pom.xml | 2 +- java/sca/itest/exceptions/pom.xml | 2 +- java/sca/itest/interfaces/pom.xml | 2 +- java/sca/itest/operation-overloading/pom.xml | 2 +- java/sca/itest/properties/pom.xml | 2 +- java/sca/itest/recursive-multi-level/pom.xml | 2 +- java/sca/itest/references/pom.xml | 2 +- java/sca/itest/scopes/pom.xml | 2 +- java/sca/itest/services/pom.xml | 2 +- java/sca/itest/wires/pom.xml | 2 +- java/sca/samples/binding-ws-calculator/pom.xml | 2 +- java/sca/samples/calculator-equinox/pom.xml | 2 +- java/sca/samples/calculator-osgi/pom.xml | 2 +- java/sca/samples/calculator-rmi-reference/pom.xml | 2 +- java/sca/samples/calculator-rmi-service/pom.xml | 2 +- java/sca/samples/calculator/pom.xml | 2 +- java/sca/samples/helloworld-bpel/pom.xml | 2 +- java/sca/samples/implementation-java-calculator/pom.xml | 2 +- java/sca/samples/webapps/helloworld-jsf/pom.xml | 2 +- java/sca/samples/webapps/helloworld-jsp/pom.xml | 2 +- java/sca/samples/webapps/helloworld-stripes/pom.xml | 2 +- java/sca/samples/webapps/helloworld-wicket/pom.xml | 2 +- java/sca/samples/webapps/helloworld/pom.xml | 2 +- 39 files changed, 39 insertions(+), 39 deletions(-) diff --git a/java/sca/itest/callback-api/pom.xml b/java/sca/itest/callback-api/pom.xml index c2676b0df2..87ca4b67a0 100644 --- a/java/sca/itest/callback-api/pom.xml +++ b/java/sca/itest/callback-api/pom.xml @@ -26,7 +26,7 @@ ../pom.xml itest-callback-api - Apache Tuscany SCA Callback API Integration Tests + Apache Tuscany SCA iTest Callback API diff --git a/java/sca/itest/callback-basic/pom.xml b/java/sca/itest/callback-basic/pom.xml index d5aa6f1fe8..029bb56247 100644 --- a/java/sca/itest/callback-basic/pom.xml +++ b/java/sca/itest/callback-basic/pom.xml @@ -26,7 +26,7 @@ ../pom.xml itest-callback-basic - Apache Tuscany SCA Callback Basic Integration Tests + Apache Tuscany SCA iTest Callback Basic diff --git a/java/sca/itest/callback-complex-type/pom.xml b/java/sca/itest/callback-complex-type/pom.xml index dfd0b95977..726465f2b9 100644 --- a/java/sca/itest/callback-complex-type/pom.xml +++ b/java/sca/itest/callback-complex-type/pom.xml @@ -26,7 +26,7 @@ ../pom.xml itest-callback-complex-type - Apache Tuscany SCA Callback Complex Type Integration Tests + Apache Tuscany SCA iTest Callback Complex Type diff --git a/java/sca/itest/callback-id/pom.xml b/java/sca/itest/callback-id/pom.xml index fe02bbcb15..71017af4b3 100644 --- a/java/sca/itest/callback-id/pom.xml +++ b/java/sca/itest/callback-id/pom.xml @@ -26,7 +26,7 @@ ../pom.xml itest-callback-id - Apache Tuscany SCA Callback ID Integration Tests + Apache Tuscany SCA iTest Callback ID diff --git a/java/sca/itest/callback-multiple-wires/pom.xml b/java/sca/itest/callback-multiple-wires/pom.xml index dc22101ef0..b29900c6ef 100644 --- a/java/sca/itest/callback-multiple-wires/pom.xml +++ b/java/sca/itest/callback-multiple-wires/pom.xml @@ -26,7 +26,7 @@ ../pom.xml itest-callback-multiple-wires - Apache Tuscany SCA Callback With Mutiple Wires Test + Apache Tuscany SCA iTest Callback With Mutiple Wires diff --git a/java/sca/itest/callback-separatethread/pom.xml b/java/sca/itest/callback-separatethread/pom.xml index 838d3f1b47..99ecf2e312 100644 --- a/java/sca/itest/callback-separatethread/pom.xml +++ b/java/sca/itest/callback-separatethread/pom.xml @@ -26,7 +26,7 @@ ../pom.xml itest-callback-separatethread - Apache Tuscany SCA Callback Using Separate Thread Integration Tests + Apache Tuscany SCA iTest Callback Using Separate Thread diff --git a/java/sca/itest/callback-set-callback/pom.xml b/java/sca/itest/callback-set-callback/pom.xml index b8fc5e7fda..5c8d415fef 100644 --- a/java/sca/itest/callback-set-callback/pom.xml +++ b/java/sca/itest/callback-set-callback/pom.xml @@ -26,7 +26,7 @@ ../pom.xml itest-callback-set-callback - Apache Tuscany SCA Set Callback Integration Tests + Apache Tuscany SCA iTest Set Callback diff --git a/java/sca/itest/callback-set-conversation/pom.xml b/java/sca/itest/callback-set-conversation/pom.xml index 4356e70491..ea3b2327f4 100644 --- a/java/sca/itest/callback-set-conversation/pom.xml +++ b/java/sca/itest/callback-set-conversation/pom.xml @@ -26,7 +26,7 @@ ../pom.xml itest-callback-set-conversation - Apache Tuscany SCA Callback Set Conversation Integration Tests + Apache Tuscany SCA iTest Callback Set Conversation diff --git a/java/sca/itest/component-type/pom.xml b/java/sca/itest/component-type/pom.xml index 650563af94..4dc05305af 100644 --- a/java/sca/itest/component-type/pom.xml +++ b/java/sca/itest/component-type/pom.xml @@ -26,7 +26,7 @@ ../pom.xml itest-component-type - Apache Tuscany SCA Component Type Integration Tests + Apache Tuscany SCA iTest Component Type diff --git a/java/sca/itest/conversations/pom.xml b/java/sca/itest/conversations/pom.xml index 6637f7ac02..fe5fa31899 100644 --- a/java/sca/itest/conversations/pom.xml +++ b/java/sca/itest/conversations/pom.xml @@ -26,7 +26,7 @@ ../pom.xml itest-conversations - Apache Tuscany SCA Conversations Integration Tests + Apache Tuscany SCA iTest Conversations diff --git a/java/sca/itest/distribution/bin-distro-unzip/pom.xml b/java/sca/itest/distribution/bin-distro-unzip/pom.xml index 2443de209a..fe5fe64e88 100644 --- a/java/sca/itest/distribution/bin-distro-unzip/pom.xml +++ b/java/sca/itest/distribution/bin-distro-unzip/pom.xml @@ -26,7 +26,7 @@ ../pom.xml itest-bin-distro-unzip - Apache Tuscany SCA Bin Distro Unzip + Apache Tuscany SCA iTest Bin Distro Unzip diff --git a/java/sca/itest/distribution/binding-ws-calculator/pom.xml b/java/sca/itest/distribution/binding-ws-calculator/pom.xml index ddccf75541..9e4dbe4a95 100644 --- a/java/sca/itest/distribution/binding-ws-calculator/pom.xml +++ b/java/sca/itest/distribution/binding-ws-calculator/pom.xml @@ -26,7 +26,7 @@ ../pom.xml itest-distribution-binding-ws-calculator - Apache Tuscany SCA Distribution itest binding-ws-calculator + Apache Tuscany SCA Distribution iTest binding-ws-calculator diff --git a/java/sca/itest/distribution/calculator-rmi/pom.xml b/java/sca/itest/distribution/calculator-rmi/pom.xml index e00a4013d8..5f53433292 100644 --- a/java/sca/itest/distribution/calculator-rmi/pom.xml +++ b/java/sca/itest/distribution/calculator-rmi/pom.xml @@ -26,7 +26,7 @@ ../pom.xml itest-distribution-calculator-rmi - Apache Tuscany SCA Distribution itest calculator-rmi + Apache Tuscany SCA Distribution iTest calculator-rmi diff --git a/java/sca/itest/distribution/implementation-java-calculator/pom.xml b/java/sca/itest/distribution/implementation-java-calculator/pom.xml index 2041b58cbd..9073e1eaa9 100644 --- a/java/sca/itest/distribution/implementation-java-calculator/pom.xml +++ b/java/sca/itest/distribution/implementation-java-calculator/pom.xml @@ -26,7 +26,7 @@ ../pom.xml itest-distribution-implementation-java-calculator - Apache Tuscany SCA Distribution itest implementation-java-calculator + Apache Tuscany SCA Distribution iTest implementation-java-calculator diff --git a/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml b/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml index 19fb23cd63..e8468218ff 100644 --- a/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml +++ b/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml @@ -26,7 +26,7 @@ ../pom.xml itest-distribution-webapp-helloworld-jsp - Apache Tuscany SCA Distribution itest Webapp helloworld-jsp + Apache Tuscany SCA Distribution iTest Webapp helloworld-jsp diff --git a/java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml b/java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml index 243687a555..956adc6166 100644 --- a/java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml +++ b/java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml @@ -26,7 +26,7 @@ ../pom.xml itest-distribution-webapp-helloworld-stripes - Apache Tuscany SCA Distribution itest Webapp helloworld-stripes + Apache Tuscany SCA Distribution iTest Webapp helloworld-stripes diff --git a/java/sca/itest/distribution/webapp-helloworld/pom.xml b/java/sca/itest/distribution/webapp-helloworld/pom.xml index d28ee0857c..6e63369423 100644 --- a/java/sca/itest/distribution/webapp-helloworld/pom.xml +++ b/java/sca/itest/distribution/webapp-helloworld/pom.xml @@ -26,7 +26,7 @@ ../pom.xml itest-distribution-webapp-helloworld - Apache Tuscany SCA Distribution itest Webapp helloworld + Apache Tuscany SCA Distribution iTest Webapp helloworld diff --git a/java/sca/itest/exceptions/pom.xml b/java/sca/itest/exceptions/pom.xml index 441c150d90..41dd198009 100644 --- a/java/sca/itest/exceptions/pom.xml +++ b/java/sca/itest/exceptions/pom.xml @@ -26,7 +26,7 @@ ../pom.xml itest-exceptions - Apache Tuscany SCA Exceptions Integration Tests + Apache Tuscany SCA iTest Exceptions diff --git a/java/sca/itest/interfaces/pom.xml b/java/sca/itest/interfaces/pom.xml index 9f93256876..09a969d146 100644 --- a/java/sca/itest/interfaces/pom.xml +++ b/java/sca/itest/interfaces/pom.xml @@ -26,7 +26,7 @@ ../pom.xml itest-interfaces - Apache Tuscany SCA Interface Integration Tests + Apache Tuscany SCA iTest Interface diff --git a/java/sca/itest/operation-overloading/pom.xml b/java/sca/itest/operation-overloading/pom.xml index 7092f47984..48410a4b47 100644 --- a/java/sca/itest/operation-overloading/pom.xml +++ b/java/sca/itest/operation-overloading/pom.xml @@ -26,7 +26,7 @@ ../pom.xml itest-operation-overloading - Apache Tuscany SCA Operation Overloading Integration Tests + Apache Tuscany SCA iTest Operation Overloading diff --git a/java/sca/itest/properties/pom.xml b/java/sca/itest/properties/pom.xml index edd4c8c6a1..a42f2e3a97 100644 --- a/java/sca/itest/properties/pom.xml +++ b/java/sca/itest/properties/pom.xml @@ -26,7 +26,7 @@ ../pom.xml itest-properties - Apache Tuscany SCA Properties Integration Tests + Apache Tuscany SCA iTest Properties diff --git a/java/sca/itest/recursive-multi-level/pom.xml b/java/sca/itest/recursive-multi-level/pom.xml index d6013dbcfa..6114e64ad8 100644 --- a/java/sca/itest/recursive-multi-level/pom.xml +++ b/java/sca/itest/recursive-multi-level/pom.xml @@ -26,7 +26,7 @@ itest-recursive-multi-level - Apache Tuscany SCA Recusive Multi-Level Integration Tests + Apache Tuscany SCA iTest Recusive Multi-Level diff --git a/java/sca/itest/references/pom.xml b/java/sca/itest/references/pom.xml index 19df01054a..9da71f2ee8 100644 --- a/java/sca/itest/references/pom.xml +++ b/java/sca/itest/references/pom.xml @@ -26,7 +26,7 @@ ../pom.xml itest-references - Apache Tuscany SCA References Integration Tests + Apache Tuscany SCA iTest References diff --git a/java/sca/itest/scopes/pom.xml b/java/sca/itest/scopes/pom.xml index 26b4d08665..4ba97f3062 100644 --- a/java/sca/itest/scopes/pom.xml +++ b/java/sca/itest/scopes/pom.xml @@ -25,7 +25,7 @@ 2.0-SNAPSHOT ../pom.xml - Apache Tuscany SCA Scopes Integration Tests + Apache Tuscany SCA iTest Scopes itest-scopes diff --git a/java/sca/itest/services/pom.xml b/java/sca/itest/services/pom.xml index babfffa354..7564ee1c9a 100644 --- a/java/sca/itest/services/pom.xml +++ b/java/sca/itest/services/pom.xml @@ -26,7 +26,7 @@ ../pom.xml itest-services - Apache Tuscany SCA Services Integration Tests + Apache Tuscany SCA iTest Services diff --git a/java/sca/itest/wires/pom.xml b/java/sca/itest/wires/pom.xml index 1554df045f..73868c649e 100644 --- a/java/sca/itest/wires/pom.xml +++ b/java/sca/itest/wires/pom.xml @@ -26,7 +26,7 @@ ../pom.xml itest-wires - Apache Tuscany SCA Wires Basic Integration Tests + Apache Tuscany SCA iTest Wires Basic diff --git a/java/sca/samples/binding-ws-calculator/pom.xml b/java/sca/samples/binding-ws-calculator/pom.xml index 754c4cd487..4cc8073925 100644 --- a/java/sca/samples/binding-ws-calculator/pom.xml +++ b/java/sca/samples/binding-ws-calculator/pom.xml @@ -26,7 +26,7 @@ ../../pom.xml sample-binding-ws-calculator - Apache Tuscany SCA Binding WS Calculator Sample + Apache Tuscany SCA Sample Binding WS Calculator diff --git a/java/sca/samples/calculator-equinox/pom.xml b/java/sca/samples/calculator-equinox/pom.xml index abdda77c77..c93c19bfd3 100644 --- a/java/sca/samples/calculator-equinox/pom.xml +++ b/java/sca/samples/calculator-equinox/pom.xml @@ -26,7 +26,7 @@ ../../pom.xml sample-calculator-equinox - Apache Tuscany SCA Calculator Equinox Sample + Apache Tuscany SCA Sample Calculator Equinox diff --git a/java/sca/samples/calculator-osgi/pom.xml b/java/sca/samples/calculator-osgi/pom.xml index 8decfb3727..3a51f26f1b 100644 --- a/java/sca/samples/calculator-osgi/pom.xml +++ b/java/sca/samples/calculator-osgi/pom.xml @@ -26,7 +26,7 @@ ../../pom.xml sample-calculator-osgi - Apache Tuscany SCA Calculator OSGi Sample + Apache Tuscany SCA Sample Calculator OSGi apache.incubator diff --git a/java/sca/samples/calculator-rmi-reference/pom.xml b/java/sca/samples/calculator-rmi-reference/pom.xml index 7701154907..8ef62cf9e4 100644 --- a/java/sca/samples/calculator-rmi-reference/pom.xml +++ b/java/sca/samples/calculator-rmi-reference/pom.xml @@ -26,7 +26,7 @@ ../../pom.xml sample-calculator-rmi-reference - Apache Tuscany SCA Calculator RMI Reference Sample + Apache Tuscany SCA Sample Calculator RMI Reference diff --git a/java/sca/samples/calculator-rmi-service/pom.xml b/java/sca/samples/calculator-rmi-service/pom.xml index f121dea2fe..08c792b02a 100644 --- a/java/sca/samples/calculator-rmi-service/pom.xml +++ b/java/sca/samples/calculator-rmi-service/pom.xml @@ -26,7 +26,7 @@ ../../pom.xml sample-calculator-rmi-service - Apache Tuscany SCA Calculator RMI Service Sample + Apache Tuscany SCA Sample Calculator RMI Service diff --git a/java/sca/samples/calculator/pom.xml b/java/sca/samples/calculator/pom.xml index 7a1bbf7b36..3d218bd27b 100644 --- a/java/sca/samples/calculator/pom.xml +++ b/java/sca/samples/calculator/pom.xml @@ -26,7 +26,7 @@ ../../pom.xml sample-calculator - Apache Tuscany SCA Calculator Sample + Apache Tuscany SCA Sample Calculator diff --git a/java/sca/samples/helloworld-bpel/pom.xml b/java/sca/samples/helloworld-bpel/pom.xml index d5b8152f66..881e6ba38e 100644 --- a/java/sca/samples/helloworld-bpel/pom.xml +++ b/java/sca/samples/helloworld-bpel/pom.xml @@ -26,7 +26,7 @@ ../../pom.xml sample-helloworld-bpel - Apache Tuscany SCA HelloWorld BPEL Sample + Apache Tuscany SCA Sample HelloWorld BPEL diff --git a/java/sca/samples/implementation-java-calculator/pom.xml b/java/sca/samples/implementation-java-calculator/pom.xml index cb81f80399..82b7d23309 100644 --- a/java/sca/samples/implementation-java-calculator/pom.xml +++ b/java/sca/samples/implementation-java-calculator/pom.xml @@ -26,7 +26,7 @@ ../../pom.xml sample-implementation-java-calculator - Apache Tuscany SCA Implementation Java Calculator Sample + Apache Tuscany SCA Sample Implementation Java Calculator diff --git a/java/sca/samples/webapps/helloworld-jsf/pom.xml b/java/sca/samples/webapps/helloworld-jsf/pom.xml index 0391ced8d8..09bb3ebd5b 100644 --- a/java/sca/samples/webapps/helloworld-jsf/pom.xml +++ b/java/sca/samples/webapps/helloworld-jsf/pom.xml @@ -27,7 +27,7 @@ helloworld-jsf - Apache Tuscany SCA Helloworld JSF Sample + Apache Tuscany SCA Sample Helloworld JSF war diff --git a/java/sca/samples/webapps/helloworld-jsp/pom.xml b/java/sca/samples/webapps/helloworld-jsp/pom.xml index 4cf1db2d8b..4f9af7be70 100644 --- a/java/sca/samples/webapps/helloworld-jsp/pom.xml +++ b/java/sca/samples/webapps/helloworld-jsp/pom.xml @@ -28,7 +28,7 @@ helloworld-jsp war - Apache Tuscany SCA Helloworld JSP Sample + Apache Tuscany SCA Sample Helloworld JSP diff --git a/java/sca/samples/webapps/helloworld-stripes/pom.xml b/java/sca/samples/webapps/helloworld-stripes/pom.xml index e0d69cfdc9..6d7d8213dc 100644 --- a/java/sca/samples/webapps/helloworld-stripes/pom.xml +++ b/java/sca/samples/webapps/helloworld-stripes/pom.xml @@ -28,7 +28,7 @@ helloworld-stripes war - Apache Tuscany SCA Helloworld Sample using Stripes + Apache Tuscany SCA Sample Helloworld using Stripes diff --git a/java/sca/samples/webapps/helloworld-wicket/pom.xml b/java/sca/samples/webapps/helloworld-wicket/pom.xml index c2b8ae4e1a..b2635f9b45 100644 --- a/java/sca/samples/webapps/helloworld-wicket/pom.xml +++ b/java/sca/samples/webapps/helloworld-wicket/pom.xml @@ -28,7 +28,7 @@ helloworld-wicket war - Apache Tuscany SCA Helloworld Sample using Wicket + Apache Tuscany SCA Sample Helloworld using Wicket diff --git a/java/sca/samples/webapps/helloworld/pom.xml b/java/sca/samples/webapps/helloworld/pom.xml index 1f2fd4d1a4..4a285e7fd4 100644 --- a/java/sca/samples/webapps/helloworld/pom.xml +++ b/java/sca/samples/webapps/helloworld/pom.xml @@ -27,7 +27,7 @@ helloworld - Apache Tuscany SCA Helloworld Sample + Apache Tuscany SCA Sample Helloworld war -- cgit v1.2.3