summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/vtest
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-11-19 07:11:23 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-11-19 07:11:23 +0000
commit8caf57349a1bdd34799d9cc2e3b759d273adc90e (patch)
treee1ced898ba1e366416db15dd00b2893f35d553d5 /branches/sca-java-1.x/vtest
parent5f3869c451e46aadc943d00087d6847877dd1c50 (diff)
Fixes for TUSCANY-2678
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718889 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/vtest')
-rw-r--r--branches/sca-java-1.x/vtest/assembly/component/pom.xml2
-rw-r--r--branches/sca-java-1.x/vtest/assembly/composite/pom.xml2
-rw-r--r--branches/sca-java-1.x/vtest/assembly/ctypefile/pom.xml2
-rw-r--r--branches/sca-java-1.x/vtest/java-api/annotations/conversational/pom.xml2
-rw-r--r--branches/sca-java-1.x/vtest/java-api/annotations/conversationattributes/pom.xml2
-rw-r--r--branches/sca-java-1.x/vtest/java-api/annotations/destroy/pom.xml3
-rw-r--r--branches/sca-java-1.x/vtest/java-api/annotations/endsconversation/pom.xml2
-rw-r--r--branches/sca-java-1.x/vtest/java-api/annotations/init/pom.xml3
-rw-r--r--branches/sca-java-1.x/vtest/java-api/annotations/oneway/pom.xml2
-rw-r--r--branches/sca-java-1.x/vtest/java-api/annotations/property/pom.xml2
-rw-r--r--branches/sca-java-1.x/vtest/java-api/annotations/reference/pom.xml2
-rw-r--r--branches/sca-java-1.x/vtest/java-api/annotations/scope/pom.xml2
-rw-r--r--branches/sca-java-1.x/vtest/java-api/annotations/service/pom.xml2
-rw-r--r--branches/sca-java-1.x/vtest/java-api/apis/callablereference/pom.xml2
-rw-r--r--branches/sca-java-1.x/vtest/java-api/apis/componentcontext/pom.xml2
-rw-r--r--branches/sca-java-1.x/vtest/java-api/apis/conversation/pom.xml2
-rw-r--r--branches/sca-java-1.x/vtest/java-api/apis/exception/pom.xml2
-rw-r--r--branches/sca-java-1.x/vtest/java-api/apis/requestcontext/pom.xml2
-rw-r--r--branches/sca-java-1.x/vtest/java-api/apis/servicereference/pom.xml2
-rw-r--r--branches/sca-java-1.x/vtest/java-api/conversation/callback/pom.xml2
-rw-r--r--branches/sca-java-1.x/vtest/java-api/conversation/id/pom.xml2
-rw-r--r--branches/sca-java-1.x/vtest/java-api/conversation/lifetime/pom.xml2
-rw-r--r--branches/sca-java-1.x/vtest/java-api/conversation/parameters/pom.xml2
-rw-r--r--branches/sca-java-1.x/vtest/utilities/pom.xml2
-rw-r--r--branches/sca-java-1.x/vtest/wsbinding/nowsdl/defaultbinding/pom.xml2
-rw-r--r--branches/sca-java-1.x/vtest/wsbinding/nowsdl/multisoapbindings/pom.xml2
-rw-r--r--branches/sca-java-1.x/vtest/wsbinding/nowsdl/promoted/pom.xml2
-rw-r--r--branches/sca-java-1.x/vtest/wsbinding/nowsdl/soapversion/pom.xml2
-rw-r--r--branches/sca-java-1.x/vtest/wsbinding/service/pom.xml2
-rw-r--r--branches/sca-java-1.x/vtest/wsbinding/wsdlelement/binding/pom.xml2
-rw-r--r--branches/sca-java-1.x/vtest/wsbinding/wsdlelement/port/pom.xml2
-rw-r--r--branches/sca-java-1.x/vtest/wsbinding/wsdlelement/service/pom.xml2
32 files changed, 32 insertions, 34 deletions
diff --git a/branches/sca-java-1.x/vtest/assembly/component/pom.xml b/branches/sca-java-1.x/vtest/assembly/component/pom.xml
index cf38e7ab8e..899631dbb6 100644
--- a/branches/sca-java-1.x/vtest/assembly/component/pom.xml
+++ b/branches/sca-java-1.x/vtest/assembly/component/pom.xml
@@ -27,7 +27,7 @@
</parent>
<artifactId>vtest-assembly-component</artifactId>
- <name>Apache Tuscany SCA Assembly Verification Tests - Component</name>
+ <name>Apache Tuscany SCA vTest SCA Assembly Verification Tests - Component</name>
<dependencies>
<dependency>
diff --git a/branches/sca-java-1.x/vtest/assembly/composite/pom.xml b/branches/sca-java-1.x/vtest/assembly/composite/pom.xml
index 2ee14dd37f..70548558cb 100644
--- a/branches/sca-java-1.x/vtest/assembly/composite/pom.xml
+++ b/branches/sca-java-1.x/vtest/assembly/composite/pom.xml
@@ -27,7 +27,7 @@
</parent>
<artifactId>vtest-assembly-composite</artifactId>
- <name>Apache Tuscany SCA Assembly Verification Tests - Composite</name>
+ <name>Apache Tuscany SCA vTest SCA Assembly Verification Tests - Composite</name>
<dependencies>
<dependency>
diff --git a/branches/sca-java-1.x/vtest/assembly/ctypefile/pom.xml b/branches/sca-java-1.x/vtest/assembly/ctypefile/pom.xml
index f1e2b3ba80..b91318c7ad 100644
--- a/branches/sca-java-1.x/vtest/assembly/ctypefile/pom.xml
+++ b/branches/sca-java-1.x/vtest/assembly/ctypefile/pom.xml
@@ -27,7 +27,7 @@
</parent>
<artifactId>vtest-assembly-ctypefile</artifactId>
- <name>Apache Tuscany SCA Assembly Verification Tests - Component Type File</name>
+ <name>Apache Tuscany SCA vTest SCA Assembly Verification Tests - Component Type File</name>
<dependencies>
<dependency>
diff --git a/branches/sca-java-1.x/vtest/java-api/annotations/conversational/pom.xml b/branches/sca-java-1.x/vtest/java-api/annotations/conversational/pom.xml
index 2b612731fd..12bb6e682c 100644
--- a/branches/sca-java-1.x/vtest/java-api/annotations/conversational/pom.xml
+++ b/branches/sca-java-1.x/vtest/java-api/annotations/conversational/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-annotations-conversation</artifactId>
- <name>Apache Tuscany SCA Java APIs and Annotations Verification Tests - Annotations - @Conversation</name>
+ <name>Apache Tuscany SCA vTest Java APIs and Annotations Verification Tests - Annotations - @Conversation</name>
<dependencies>
<dependency>
diff --git a/branches/sca-java-1.x/vtest/java-api/annotations/conversationattributes/pom.xml b/branches/sca-java-1.x/vtest/java-api/annotations/conversationattributes/pom.xml
index 9531468e8f..6fcc35ca60 100644
--- a/branches/sca-java-1.x/vtest/java-api/annotations/conversationattributes/pom.xml
+++ b/branches/sca-java-1.x/vtest/java-api/annotations/conversationattributes/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-annotations-conversationattributes</artifactId>
- <name>Apache Tuscany SCA Java APIs and Annotations Verification Tests - Annotations - @ConversationAttributes</name>
+ <name>Apache Tuscany SCA vTest Java APIs and Annotations Verification Tests - Annotations - @ConversationAttributes</name>
<dependencies>
<dependency>
diff --git a/branches/sca-java-1.x/vtest/java-api/annotations/destroy/pom.xml b/branches/sca-java-1.x/vtest/java-api/annotations/destroy/pom.xml
index 57477d1bbb..211f457b11 100644
--- a/branches/sca-java-1.x/vtest/java-api/annotations/destroy/pom.xml
+++ b/branches/sca-java-1.x/vtest/java-api/annotations/destroy/pom.xml
@@ -26,8 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-annotations-destroy</artifactId>
-
- <name>Apache Tuscany SCA Java APIs and Annotations Verification Tests - Annotations - @Destroy</name>
+ <name>Apache Tuscany SCA vTest Java APIs and Annotations Verification Tests - Annotations - @Destroy</name>
<dependencies>
<dependency>
diff --git a/branches/sca-java-1.x/vtest/java-api/annotations/endsconversation/pom.xml b/branches/sca-java-1.x/vtest/java-api/annotations/endsconversation/pom.xml
index 8cd14ed0a5..4e75f9420a 100644
--- a/branches/sca-java-1.x/vtest/java-api/annotations/endsconversation/pom.xml
+++ b/branches/sca-java-1.x/vtest/java-api/annotations/endsconversation/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-annotations-endsconversation</artifactId>
- <name>Apache Tuscany SCA Java APIs and Annotations Verification Tests - Annotations - @EndsConversation</name>
+ <name>Apache Tuscany SCA vTest Java APIs and Annotations Verification Tests - Annotations - @EndsConversation</name>
<dependencies>
<dependency>
diff --git a/branches/sca-java-1.x/vtest/java-api/annotations/init/pom.xml b/branches/sca-java-1.x/vtest/java-api/annotations/init/pom.xml
index b2393947f8..0d382dca82 100644
--- a/branches/sca-java-1.x/vtest/java-api/annotations/init/pom.xml
+++ b/branches/sca-java-1.x/vtest/java-api/annotations/init/pom.xml
@@ -26,8 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-annotations-init</artifactId>
-
- <name>Apache Tuscany SCA Java APIs and Annotations Verification Tests - Annotations - @Init</name>
+ <name>Apache Tuscany SCA vTest Java APIs and Annotations Verification Tests - Annotations - @Init</name>
<dependencies>
<dependency>
diff --git a/branches/sca-java-1.x/vtest/java-api/annotations/oneway/pom.xml b/branches/sca-java-1.x/vtest/java-api/annotations/oneway/pom.xml
index 18d22a913b..872b98954a 100644
--- a/branches/sca-java-1.x/vtest/java-api/annotations/oneway/pom.xml
+++ b/branches/sca-java-1.x/vtest/java-api/annotations/oneway/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-annotations-oneway</artifactId>
- <name>Apache Tuscany SCA Java APIs and Annotations Verification Tests - Annotations - @OneWay</name>
+ <name>Apache Tuscany SCA vTest Java APIs and Annotations Verification Tests - Annotations - @OneWay</name>
<dependencies>
<dependency>
diff --git a/branches/sca-java-1.x/vtest/java-api/annotations/property/pom.xml b/branches/sca-java-1.x/vtest/java-api/annotations/property/pom.xml
index 3d4781846a..b59d01479a 100644
--- a/branches/sca-java-1.x/vtest/java-api/annotations/property/pom.xml
+++ b/branches/sca-java-1.x/vtest/java-api/annotations/property/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-annotations-property</artifactId>
- <name>Apache Tuscany SCA Java APIs and Annotations Verification Tests - Annotations - @Property</name>
+ <name>Apache Tuscany SCA vTest Java APIs and Annotations Verification Tests - Annotations - @Property</name>
<dependencies>
<dependency>
diff --git a/branches/sca-java-1.x/vtest/java-api/annotations/reference/pom.xml b/branches/sca-java-1.x/vtest/java-api/annotations/reference/pom.xml
index 261abb3ab9..aabf47ee43 100644
--- a/branches/sca-java-1.x/vtest/java-api/annotations/reference/pom.xml
+++ b/branches/sca-java-1.x/vtest/java-api/annotations/reference/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-annotations-reference</artifactId>
- <name>Apache Tuscany SCA Java APIs and Annotations Verification Tests - Annotations - @Reference</name>
+ <name>Apache Tuscany SCA vTest Java APIs and Annotations Verification Tests - Annotations - @Reference</name>
<dependencies>
<dependency>
diff --git a/branches/sca-java-1.x/vtest/java-api/annotations/scope/pom.xml b/branches/sca-java-1.x/vtest/java-api/annotations/scope/pom.xml
index d7de001183..44b1c31164 100644
--- a/branches/sca-java-1.x/vtest/java-api/annotations/scope/pom.xml
+++ b/branches/sca-java-1.x/vtest/java-api/annotations/scope/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-annotations-scope</artifactId>
- <name>Apache Tuscany SCA Java APIs and Annotations Verification Tests - Annotations - @Scope</name>
+ <name>Apache Tuscany SCA vTest Java APIs and Annotations Verification Tests - Annotations - @Scope</name>
<dependencies>
<dependency>
diff --git a/branches/sca-java-1.x/vtest/java-api/annotations/service/pom.xml b/branches/sca-java-1.x/vtest/java-api/annotations/service/pom.xml
index a5162ea4d3..5d389c4af9 100644
--- a/branches/sca-java-1.x/vtest/java-api/annotations/service/pom.xml
+++ b/branches/sca-java-1.x/vtest/java-api/annotations/service/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-annotations-service</artifactId>
- <name>Apache Tuscany SCA Java APIs and Annotations Verification Tests - Annotations - @Service</name>
+ <name>Apache Tuscany SCA vTest Java APIs and Annotations Verification Tests - Annotations - @Service</name>
<dependencies>
<dependency>
diff --git a/branches/sca-java-1.x/vtest/java-api/apis/callablereference/pom.xml b/branches/sca-java-1.x/vtest/java-api/apis/callablereference/pom.xml
index d4af5b79db..024a7e12c9 100644
--- a/branches/sca-java-1.x/vtest/java-api/apis/callablereference/pom.xml
+++ b/branches/sca-java-1.x/vtest/java-api/apis/callablereference/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-apis-callablereference</artifactId>
- <name>Apache Tuscany SCA Java APIs and Annotations Verification Tests - APIs - CallableReference</name>
+ <name>Apache Tuscany SCA vTest Java APIs and Annotations Verification Tests - APIs - CallableReference</name>
<dependencies>
<dependency>
diff --git a/branches/sca-java-1.x/vtest/java-api/apis/componentcontext/pom.xml b/branches/sca-java-1.x/vtest/java-api/apis/componentcontext/pom.xml
index 9af4b21f8a..5bbe9cd944 100644
--- a/branches/sca-java-1.x/vtest/java-api/apis/componentcontext/pom.xml
+++ b/branches/sca-java-1.x/vtest/java-api/apis/componentcontext/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-apis-componentcontext</artifactId>
- <name>Apache Tuscany SCA Java APIs and Annotations Verification Tests - APIs - ComponentContext</name>
+ <name>Apache Tuscany SCA vTest Java APIs and Annotations Verification Tests - APIs - ComponentContext</name>
<dependencies>
<dependency>
diff --git a/branches/sca-java-1.x/vtest/java-api/apis/conversation/pom.xml b/branches/sca-java-1.x/vtest/java-api/apis/conversation/pom.xml
index 143d6f1788..0d4ffb4181 100644
--- a/branches/sca-java-1.x/vtest/java-api/apis/conversation/pom.xml
+++ b/branches/sca-java-1.x/vtest/java-api/apis/conversation/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-apis-conversation</artifactId>
- <name>Apache Tuscany SCA Java APIs and Annotations Verification Tests - APIs - Conversation</name>
+ <name>Apache Tuscany SCA vTest Java APIs and Annotations Verification Tests - APIs - Conversation</name>
<dependencies>
<dependency>
diff --git a/branches/sca-java-1.x/vtest/java-api/apis/exception/pom.xml b/branches/sca-java-1.x/vtest/java-api/apis/exception/pom.xml
index e3325aaa07..92ff3dddca 100644
--- a/branches/sca-java-1.x/vtest/java-api/apis/exception/pom.xml
+++ b/branches/sca-java-1.x/vtest/java-api/apis/exception/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-apis-exception</artifactId>
- <name>Apache Tuscany SCA Java APIs and Annotations Verification Tests - APIs - Exception</name>
+ <name>Apache Tuscany SCA vTest Java APIs and Annotations Verification Tests - APIs - Exception</name>
<dependencies>
<dependency>
diff --git a/branches/sca-java-1.x/vtest/java-api/apis/requestcontext/pom.xml b/branches/sca-java-1.x/vtest/java-api/apis/requestcontext/pom.xml
index 7f18df910c..3736cffc2d 100644
--- a/branches/sca-java-1.x/vtest/java-api/apis/requestcontext/pom.xml
+++ b/branches/sca-java-1.x/vtest/java-api/apis/requestcontext/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-apis-requestcontext</artifactId>
- <name>Apache Tuscany SCA Java APIs and Annotations Verification Tests - APIs - RequestContext</name>
+ <name>Apache Tuscany SCA vTest Java APIs and Annotations Verification Tests - APIs - RequestContext</name>
<dependencies>
<dependency>
diff --git a/branches/sca-java-1.x/vtest/java-api/apis/servicereference/pom.xml b/branches/sca-java-1.x/vtest/java-api/apis/servicereference/pom.xml
index f792cff7e5..1abac56a79 100644
--- a/branches/sca-java-1.x/vtest/java-api/apis/servicereference/pom.xml
+++ b/branches/sca-java-1.x/vtest/java-api/apis/servicereference/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-apis-servicereference</artifactId>
- <name>Apache Tuscany SCA Java APIs and Annotations Verification Tests - APIs - ServiceReference</name>
+ <name>Apache Tuscany SCA vTest Java APIs and Annotations Verification Tests - APIs - ServiceReference</name>
<dependencies>
<dependency>
diff --git a/branches/sca-java-1.x/vtest/java-api/conversation/callback/pom.xml b/branches/sca-java-1.x/vtest/java-api/conversation/callback/pom.xml
index c8abe7ced7..b26bea50e4 100644
--- a/branches/sca-java-1.x/vtest/java-api/conversation/callback/pom.xml
+++ b/branches/sca-java-1.x/vtest/java-api/conversation/callback/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-conversation-callback</artifactId>
- <name>Apache Tuscany SCA Java APIs and Annotations Verification Tests - Conversation - Callback</name>
+ <name>Apache Tuscany SCA vTest Java APIs and Annotations Verification Tests - Conversation - Callback</name>
<dependencies>
<dependency>
diff --git a/branches/sca-java-1.x/vtest/java-api/conversation/id/pom.xml b/branches/sca-java-1.x/vtest/java-api/conversation/id/pom.xml
index 77a52c6237..5b39c0eaf0 100644
--- a/branches/sca-java-1.x/vtest/java-api/conversation/id/pom.xml
+++ b/branches/sca-java-1.x/vtest/java-api/conversation/id/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-conversation-id</artifactId>
- <name>Apache Tuscany SCA Java APIs and Annotations Verification Tests - Conversation - ID</name>
+ <name>Apache Tuscany SCA vTest Java APIs and Annotations Verification Tests - Conversation - ID</name>
<dependencies>
<dependency>
diff --git a/branches/sca-java-1.x/vtest/java-api/conversation/lifetime/pom.xml b/branches/sca-java-1.x/vtest/java-api/conversation/lifetime/pom.xml
index 0d6c0f763c..f4abba27b3 100644
--- a/branches/sca-java-1.x/vtest/java-api/conversation/lifetime/pom.xml
+++ b/branches/sca-java-1.x/vtest/java-api/conversation/lifetime/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-conversation-lifetime</artifactId>
- <name>Apache Tuscany SCA Java APIs and Annotations Verification Tests - Conversation - Lifetime</name>
+ <name>Apache Tuscany SCA vTest Java APIs and Annotations Verification Tests - Conversation - Lifetime</name>
<dependencies>
<dependency>
diff --git a/branches/sca-java-1.x/vtest/java-api/conversation/parameters/pom.xml b/branches/sca-java-1.x/vtest/java-api/conversation/parameters/pom.xml
index c6e46cb95c..b1cba2a4bc 100644
--- a/branches/sca-java-1.x/vtest/java-api/conversation/parameters/pom.xml
+++ b/branches/sca-java-1.x/vtest/java-api/conversation/parameters/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-java-api-conversation-parameters</artifactId>
- <name>Apache Tuscany SCA Java APIs and Annotations Verification Tests - Conversation - Parameters</name>
+ <name>Apache Tuscany SCA vTest Java APIs and Annotations Verification Tests - Conversation - Parameters</name>
<dependencies>
<dependency>
diff --git a/branches/sca-java-1.x/vtest/utilities/pom.xml b/branches/sca-java-1.x/vtest/utilities/pom.xml
index de25c30cce..00decfe173 100644
--- a/branches/sca-java-1.x/vtest/utilities/pom.xml
+++ b/branches/sca-java-1.x/vtest/utilities/pom.xml
@@ -27,7 +27,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-utilities</artifactId>
- <name>Apache Tuscany SCA Verification Tests - Utilities</name>
+ <name>Apache Tuscany SCA vTest Utilities</name>
<dependencies>
diff --git a/branches/sca-java-1.x/vtest/wsbinding/nowsdl/defaultbinding/pom.xml b/branches/sca-java-1.x/vtest/wsbinding/nowsdl/defaultbinding/pom.xml
index c2a276df13..13980821a7 100644
--- a/branches/sca-java-1.x/vtest/wsbinding/nowsdl/defaultbinding/pom.xml
+++ b/branches/sca-java-1.x/vtest/wsbinding/nowsdl/defaultbinding/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-wsbinding-nowsdl-defaultbinding</artifactId>
- <name>Apache Tuscany SCA Web Service Binding Verification Tests - No WSDL Default Binding</name>
+ <name>Apache Tuscany SCA vTest Web Service Binding Verification Tests - No WSDL Default Binding</name>
<dependencies>
<dependency>
diff --git a/branches/sca-java-1.x/vtest/wsbinding/nowsdl/multisoapbindings/pom.xml b/branches/sca-java-1.x/vtest/wsbinding/nowsdl/multisoapbindings/pom.xml
index 6cdab80d1d..f8a665213d 100644
--- a/branches/sca-java-1.x/vtest/wsbinding/nowsdl/multisoapbindings/pom.xml
+++ b/branches/sca-java-1.x/vtest/wsbinding/nowsdl/multisoapbindings/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-wsbinding-nowsdl-multisoapbindings</artifactId>
- <name>Apache Tuscany SCA Web Service Binding Verification Tests - No WSDL Multi Soap Bindings</name>
+ <name>Apache Tuscany SCA vTest Web Service Binding Verification Tests - No WSDL Multi Soap Bindings</name>
<dependencies>
<dependency>
diff --git a/branches/sca-java-1.x/vtest/wsbinding/nowsdl/promoted/pom.xml b/branches/sca-java-1.x/vtest/wsbinding/nowsdl/promoted/pom.xml
index ab19ed9034..4b96f10cab 100644
--- a/branches/sca-java-1.x/vtest/wsbinding/nowsdl/promoted/pom.xml
+++ b/branches/sca-java-1.x/vtest/wsbinding/nowsdl/promoted/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-wsbinding-nowsdl-promoted</artifactId>
- <name>Apache Tuscany SCA Web Service Binding Verification Tests - No WSDL Promoted Service and Reference</name>
+ <name>Apache Tuscany SCA vTest Web Service Binding Verification Tests - No WSDL Promoted Service and Reference</name>
<dependencies>
<dependency>
diff --git a/branches/sca-java-1.x/vtest/wsbinding/nowsdl/soapversion/pom.xml b/branches/sca-java-1.x/vtest/wsbinding/nowsdl/soapversion/pom.xml
index 6345eec911..d86bc8618a 100644
--- a/branches/sca-java-1.x/vtest/wsbinding/nowsdl/soapversion/pom.xml
+++ b/branches/sca-java-1.x/vtest/wsbinding/nowsdl/soapversion/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-wsbinding-nowsdl-soapversion</artifactId>
- <name>Apache Tuscany SCA Web Service Binding Verification Tests - No WSDL SOAP Version</name>
+ <name>Apache Tuscany SCA vTest Web Service Binding Verification Tests - No WSDL SOAP Version</name>
<dependencies>
<dependency>
diff --git a/branches/sca-java-1.x/vtest/wsbinding/service/pom.xml b/branches/sca-java-1.x/vtest/wsbinding/service/pom.xml
index 3f0a2a4125..dfd7d08282 100644
--- a/branches/sca-java-1.x/vtest/wsbinding/service/pom.xml
+++ b/branches/sca-java-1.x/vtest/wsbinding/service/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-wsbinding-service</artifactId>
- <name>Apache Tuscany SCA Web Service Binding Verification Tests - Service</name>
+ <name>Apache Tuscany SCA vTest Web Service Binding Verification Tests - Service</name>
<dependencies>
<dependency>
diff --git a/branches/sca-java-1.x/vtest/wsbinding/wsdlelement/binding/pom.xml b/branches/sca-java-1.x/vtest/wsbinding/wsdlelement/binding/pom.xml
index 205fbcc785..8054cd779e 100644
--- a/branches/sca-java-1.x/vtest/wsbinding/wsdlelement/binding/pom.xml
+++ b/branches/sca-java-1.x/vtest/wsbinding/wsdlelement/binding/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-wsbinding-wsdlelement-binding</artifactId>
- <name>Apache Tuscany SCA Web Service Binding Verification Tests - WSDL wsdlElement wsdl.binding</name>
+ <name>Apache Tuscany SCA vTest Web Service Binding Verification Tests - WSDL wsdlElement wsdl.binding</name>
<dependencies>
<dependency>
diff --git a/branches/sca-java-1.x/vtest/wsbinding/wsdlelement/port/pom.xml b/branches/sca-java-1.x/vtest/wsbinding/wsdlelement/port/pom.xml
index 777e7cc210..e9be8c75c1 100644
--- a/branches/sca-java-1.x/vtest/wsbinding/wsdlelement/port/pom.xml
+++ b/branches/sca-java-1.x/vtest/wsbinding/wsdlelement/port/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-wsbinding-wsdlelement-port</artifactId>
- <name>Apache Tuscany SCA Web Service Binding Verification Tests - WSDL wsdlElement wsdl.port</name>
+ <name>Apache Tuscany SCA vTest Web Service Binding Verification Tests - WSDL wsdlElement wsdl.port</name>
<dependencies>
<dependency>
diff --git a/branches/sca-java-1.x/vtest/wsbinding/wsdlelement/service/pom.xml b/branches/sca-java-1.x/vtest/wsbinding/wsdlelement/service/pom.xml
index 149037cf4d..d2a0b67648 100644
--- a/branches/sca-java-1.x/vtest/wsbinding/wsdlelement/service/pom.xml
+++ b/branches/sca-java-1.x/vtest/wsbinding/wsdlelement/service/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-wsbinding-wsdlelement-service</artifactId>
- <name>Apache Tuscany SCA Web Service Binding Verification Tests - WSDL wsdlElement wsdl.service</name>
+ <name>Apache Tuscany SCA vTest Web Service Binding Verification Tests - WSDL wsdlElement wsdl.service</name>
<dependencies>
<dependency>