summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-07-21 02:53:02 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-07-21 02:53:02 +0000
commitef95af92b6dbef22965d90544a4d65f4796390e6 (patch)
tree567f47c3fbb7c41a9f81460d1fd144754cc9ff94 /java
parentd3ac1fa14166e1e373f3184d75ebf6725a3fe242 (diff)
Fixing artifact id to follow same name pattern and to group all webapps when loading into eclipse ide
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796125 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r--java/sca/samples/webapps/helloworld-bpel/pom.xml4
-rw-r--r--java/sca/samples/webapps/helloworld-jsp/pom.xml2
-rw-r--r--java/sca/samples/webapps/helloworld-servlet/pom.xml2
-rw-r--r--java/sca/samples/webapps/helloworld-stripes/pom.xml2
-rw-r--r--java/sca/samples/webapps/helloworld/pom.xml2
5 files changed, 6 insertions, 6 deletions
diff --git a/java/sca/samples/webapps/helloworld-bpel/pom.xml b/java/sca/samples/webapps/helloworld-bpel/pom.xml
index 57d1e0c567..6718ccf7ab 100644
--- a/java/sca/samples/webapps/helloworld-bpel/pom.xml
+++ b/java/sca/samples/webapps/helloworld-bpel/pom.xml
@@ -28,7 +28,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
- <artifactId>helloworld-bpel</artifactId>
+ <artifactId>sample-webapp-helloworld-bpel</artifactId>
<packaging>war</packaging>
<name>Apache Tuscany SCA Sample Helloworld BPEL</name>
@@ -127,4 +127,4 @@
</plugins>
</build>
-</project> \ No newline at end of file
+</project>
diff --git a/java/sca/samples/webapps/helloworld-jsp/pom.xml b/java/sca/samples/webapps/helloworld-jsp/pom.xml
index 16e497db70..1b47656b5e 100644
--- a/java/sca/samples/webapps/helloworld-jsp/pom.xml
+++ b/java/sca/samples/webapps/helloworld-jsp/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
- <artifactId>sample-helloworld-jsp</artifactId>
+ <artifactId>sample-webapp-helloworld-jsp</artifactId>
<packaging>war</packaging>
<name>Apache Tuscany SCA Sample Helloworld JSP</name>
diff --git a/java/sca/samples/webapps/helloworld-servlet/pom.xml b/java/sca/samples/webapps/helloworld-servlet/pom.xml
index 4a26841ae8..cbccfb7f42 100644
--- a/java/sca/samples/webapps/helloworld-servlet/pom.xml
+++ b/java/sca/samples/webapps/helloworld-servlet/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
- <artifactId>helloworld-servlet</artifactId>
+ <artifactId>sample-webapp-helloworld-servlet</artifactId>
<packaging>war</packaging>
<name>Apache Tuscany SCA Sample Helloworld Servlet</name>
diff --git a/java/sca/samples/webapps/helloworld-stripes/pom.xml b/java/sca/samples/webapps/helloworld-stripes/pom.xml
index 8a23146744..4449b52aa1 100644
--- a/java/sca/samples/webapps/helloworld-stripes/pom.xml
+++ b/java/sca/samples/webapps/helloworld-stripes/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
- <artifactId>sample-helloworld-stripes</artifactId>
+ <artifactId>sample-webapp-helloworld-stripes</artifactId>
<packaging>war</packaging>
<name>Apache Tuscany SCA Sample Helloworld using Stripes</name>
diff --git a/java/sca/samples/webapps/helloworld/pom.xml b/java/sca/samples/webapps/helloworld/pom.xml
index 8165d38653..019be246da 100644
--- a/java/sca/samples/webapps/helloworld/pom.xml
+++ b/java/sca/samples/webapps/helloworld/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
- <artifactId>sample-helloworld</artifactId>
+ <artifactId>sample-webapp-helloworld</artifactId>
<name>Apache Tuscany SCA Sample Helloworld</name>
<packaging>war</packaging>