summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/vtest/java-api
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.x/vtest/java-api')
-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
20 files changed, 20 insertions, 22 deletions
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>