summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/webapps/helloworld-jsp/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-jsp/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-jsp/pom.xml2
1 files changed, 1 insertions, 1 deletions
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>