summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/webapps/helloworld-bpel/pom.xml
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/sca/samples/webapps/helloworld-bpel/pom.xml
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 '')
-rw-r--r--java/sca/samples/webapps/helloworld-bpel/pom.xml4
1 files changed, 2 insertions, 2 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>