diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-08 10:12:33 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-08 10:12:33 +0000 |
commit | 5f016f64375effcbed2bb80ce31538cd202ad4d8 (patch) | |
tree | 9d4fa49e4124a68a6d663744d0fb8579e8ad74c2 /java/sca/itest | |
parent | 6c45c4dc34845b551c3cc6328a4c28f13fbcbf47 (diff) |
Make itest module names consistent
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782584 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/itest')
7 files changed, 7 insertions, 7 deletions
diff --git a/java/sca/itest/distribution/calculator-rmi/pom.xml b/java/sca/itest/distribution/calculator-rmi/pom.xml index 88accdeefa..391cc466a9 100644 --- a/java/sca/itest/distribution/calculator-rmi/pom.xml +++ b/java/sca/itest/distribution/calculator-rmi/pom.xml @@ -26,7 +26,7 @@ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-distribution-calculator-rmi</artifactId>
- <name>Apache Tuscany SCA Distribution iTest calculator-rmi</name>
+ <name>Apache Tuscany SCA iTest Distribution calculator-rmi</name>
<dependencies>
<dependency>
diff --git a/java/sca/itest/distribution/implementation-java-calculator/pom.xml b/java/sca/itest/distribution/implementation-java-calculator/pom.xml index 2ecf518ef1..fd3e64a57d 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 @@ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-distribution-implementation-java-calculator</artifactId>
- <name>Apache Tuscany SCA Distribution iTest implementation-java-calculator</name>
+ <name>Apache Tuscany SCA iTest Distribution implementation-java-calculator</name>
<dependencies>
<dependency>
diff --git a/java/sca/itest/distribution/pom.xml b/java/sca/itest/distribution/pom.xml index dc817b134e..41db2689bf 100644 --- a/java/sca/itest/distribution/pom.xml +++ b/java/sca/itest/distribution/pom.xml @@ -27,7 +27,7 @@ </parent>
<packaging>pom</packaging>
<artifactId>itest-distribution</artifactId>
- <name>Apache Tuscany SCA Distribution Integration Tests</name>
+ <name>Apache Tuscany SCA iTest Distribution</name>
<build>
<defaultGoal>install</defaultGoal>
diff --git a/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml b/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml index ad90247f4f..0aa0e62817 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 @@ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-distribution-webapp-helloworld-jsp</artifactId>
- <name>Apache Tuscany SCA Distribution iTest Webapp helloworld-jsp</name>
+ <name>Apache Tuscany SCA iTest Distribution Webapp helloworld-jsp</name>
<dependencies>
diff --git a/java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml b/java/sca/itest/distribution/webapp-helloworld-stripes/pom.xml index 956adc6166..efa2eafa12 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 @@ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-distribution-webapp-helloworld-stripes</artifactId>
- <name>Apache Tuscany SCA Distribution iTest Webapp helloworld-stripes</name>
+ <name>Apache Tuscany SCA iTest Distribution Webapp helloworld-stripes</name>
<dependencies>
diff --git a/java/sca/itest/distribution/webapp-helloworld/pom.xml b/java/sca/itest/distribution/webapp-helloworld/pom.xml index 86ada9ef09..55fb8d593c 100644 --- a/java/sca/itest/distribution/webapp-helloworld/pom.xml +++ b/java/sca/itest/distribution/webapp-helloworld/pom.xml @@ -26,7 +26,7 @@ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-distribution-webapp-helloworld</artifactId>
- <name>Apache Tuscany SCA Distribution iTest Webapp helloworld</name>
+ <name>Apache Tuscany SCA iTest Distribution Webapp helloworld</name>
<dependencies>
diff --git a/java/sca/itest/nodes/pom.xml b/java/sca/itest/nodes/pom.xml index 58680b54ef..0da55b26f0 100644 --- a/java/sca/itest/nodes/pom.xml +++ b/java/sca/itest/nodes/pom.xml @@ -27,7 +27,7 @@ </parent>
<packaging>pom</packaging>
<artifactId>itest-nodes</artifactId>
- <name>Apache Tuscany SCA Nodes Integration Tests</name>
+ <name>Apache Tuscany SCA iTest Nodes</name>
<build>
<defaultGoal>install</defaultGoal>
|