diff options
-rw-r--r-- | sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/README (renamed from sca-java-2.x/trunk/samples/getting-started/contribution-helloworld/README) | 0 | ||||
-rw-r--r-- | sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/pom.xml (renamed from sca-java-2.x/trunk/samples/getting-started/contribution-helloworld/pom.xml) | 4 | ||||
-rw-r--r-- | sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/src/main/java/sample/Helloworld.java (renamed from sca-java-2.x/trunk/samples/getting-started/contribution-helloworld/src/main/java/sample/Helloworld.java) | 0 | ||||
-rw-r--r-- | sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/src/main/java/sample/HelloworldImpl.java (renamed from sca-java-2.x/trunk/samples/getting-started/contribution-helloworld/src/main/java/sample/HelloworldImpl.java) | 0 | ||||
-rw-r--r-- | sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/samples/getting-started/contribution-helloworld/src/main/resources/META-INF/sca-contribution.xml) | 0 | ||||
-rw-r--r-- | sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/src/main/resources/helloworld.composite (renamed from sca-java-2.x/trunk/samples/getting-started/contribution-helloworld/src/main/resources/helloworld.composite) | 0 | ||||
-rw-r--r-- | sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/src/main/resources/helloworldws.composite (renamed from sca-java-2.x/trunk/samples/getting-started/contribution-helloworld/src/main/resources/helloworldws.composite) | 0 | ||||
-rw-r--r-- | sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/src/test/java/sample/HelloworldTestCase.java (renamed from sca-java-2.x/trunk/samples/getting-started/contribution-helloworld/src/test/java/sample/HelloworldTestCase.java) | 0 |
8 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/contribution-helloworld/README b/sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/README index ed0f1d0ce4..ed0f1d0ce4 100644 --- a/sca-java-2.x/trunk/samples/getting-started/contribution-helloworld/README +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/README diff --git a/sca-java-2.x/trunk/samples/getting-started/contribution-helloworld/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/pom.xml index e510599a58..bd95e76268 100644 --- a/sca-java-2.x/trunk/samples/getting-started/contribution-helloworld/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/pom.xml @@ -27,8 +27,8 @@ </parent>
<packaging>jar</packaging>
- <artifactId>sample-helloworld</artifactId>
- <name>Apache Tuscany SCA Sample Helloworld</name>
+ <artifactId>helloworld-contribution</artifactId>
+ <name>Apache Tuscany SCA Samples - Getting Started - helloworld-contribution</name>
<dependencies>
<dependency>
diff --git a/sca-java-2.x/trunk/samples/getting-started/contribution-helloworld/src/main/java/sample/Helloworld.java b/sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/src/main/java/sample/Helloworld.java index f4e8c50448..f4e8c50448 100644 --- a/sca-java-2.x/trunk/samples/getting-started/contribution-helloworld/src/main/java/sample/Helloworld.java +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/src/main/java/sample/Helloworld.java diff --git a/sca-java-2.x/trunk/samples/getting-started/contribution-helloworld/src/main/java/sample/HelloworldImpl.java b/sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/src/main/java/sample/HelloworldImpl.java index aa563cbdf3..aa563cbdf3 100644 --- a/sca-java-2.x/trunk/samples/getting-started/contribution-helloworld/src/main/java/sample/HelloworldImpl.java +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/src/main/java/sample/HelloworldImpl.java diff --git a/sca-java-2.x/trunk/samples/getting-started/contribution-helloworld/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/src/main/resources/META-INF/sca-contribution.xml index 696b1f9875..696b1f9875 100644 --- a/sca-java-2.x/trunk/samples/getting-started/contribution-helloworld/src/main/resources/META-INF/sca-contribution.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/src/main/resources/META-INF/sca-contribution.xml diff --git a/sca-java-2.x/trunk/samples/getting-started/contribution-helloworld/src/main/resources/helloworld.composite b/sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/src/main/resources/helloworld.composite index 324395c246..324395c246 100644 --- a/sca-java-2.x/trunk/samples/getting-started/contribution-helloworld/src/main/resources/helloworld.composite +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/src/main/resources/helloworld.composite diff --git a/sca-java-2.x/trunk/samples/getting-started/contribution-helloworld/src/main/resources/helloworldws.composite b/sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/src/main/resources/helloworldws.composite index 52436d8b0a..52436d8b0a 100644 --- a/sca-java-2.x/trunk/samples/getting-started/contribution-helloworld/src/main/resources/helloworldws.composite +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/src/main/resources/helloworldws.composite diff --git a/sca-java-2.x/trunk/samples/getting-started/contribution-helloworld/src/test/java/sample/HelloworldTestCase.java b/sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/src/test/java/sample/HelloworldTestCase.java index 7e679ec0e9..7e679ec0e9 100644 --- a/sca-java-2.x/trunk/samples/getting-started/contribution-helloworld/src/test/java/sample/HelloworldTestCase.java +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/src/test/java/sample/HelloworldTestCase.java |