summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/README (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-webservice1/README)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-webservice1/pom.xml)4
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/src/main/java/sample/Helloworld.java (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-webservice1/src/main/java/sample/Helloworld.java)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/src/main/java/sample/HelloworldImpl.java (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-webservice1/src/main/java/sample/HelloworldImpl.java)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-webservice1/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/src/main/resources/helloworld.composite (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-webservice1/src/main/resources/helloworld.composite)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/src/test/java/sample/HelloworldTestCase.java (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-webservice1/src/test/java/sample/HelloworldTestCase.java)0
7 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice1/README b/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/README
index fc306caa34..fc306caa34 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice1/README
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/README
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice1/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml
index f9fbe5ef25..1d86093b6f 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice1/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml
@@ -28,10 +28,10 @@
<relativePath/>
</parent>
- <artifactId>helloworld-webservice1</artifactId>
+ <artifactId>helloworld-webservice</artifactId>
<version>2.0-SNAPSHOT</version>
- <name>Apache Tuscany SCA Samples Helloworld Web Service1</name>
+ <name>Apache Tuscany SCA Samples Helloworld Web Service</name>
<properties>
<tuscany.version>${project.version}</tuscany.version>
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice1/src/main/java/sample/Helloworld.java b/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/src/main/java/sample/Helloworld.java
index f4e8c50448..f4e8c50448 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice1/src/main/java/sample/Helloworld.java
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/src/main/java/sample/Helloworld.java
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice1/src/main/java/sample/HelloworldImpl.java b/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/src/main/java/sample/HelloworldImpl.java
index 089b1a4290..089b1a4290 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice1/src/main/java/sample/HelloworldImpl.java
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/src/main/java/sample/HelloworldImpl.java
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice1/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/src/main/resources/META-INF/sca-contribution.xml
index 95c32fb5bf..95c32fb5bf 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice1/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice1/src/main/resources/helloworld.composite b/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/src/main/resources/helloworld.composite
index 5f001c05a9..5f001c05a9 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice1/src/main/resources/helloworld.composite
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/src/main/resources/helloworld.composite
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice1/src/test/java/sample/HelloworldTestCase.java b/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/src/test/java/sample/HelloworldTestCase.java
index be27aa68ef..be27aa68ef 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice1/src/test/java/sample/HelloworldTestCase.java
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/src/test/java/sample/HelloworldTestCase.java