diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-04-19 09:03:47 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-04-19 09:03:47 +0000 |
commit | afc41b5e5ac50d58178798fc9ac69ae9d8673593 (patch) | |
tree | 64a058cf1f8771dc5cb0dd96200eb5a67df83c53 /sca-java-2.x/trunk/samples | |
parent | 43f5e198f71d3d991724e6613b7549b11317fa6a (diff) |
Rename to helloworld-webservice
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094947 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples')
-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 |