Author: lresende
Date: Tue May 12 20:24:32 2009
New Revision: 774063
URL: http://svn.apache.org/viewvc?rev=774063&view=rev
Log:
Changing sample artifact name to follow same pattern as other samples and to
group all together in developer IDE
Modified:
tuscany/java/sca/samples/webapps/helloworld-jsp/pom.xml
tuscany/java/sca/samples/webapps/helloworld-stripes/pom.xml
tuscany/java/sca/samples/webapps/helloworld/pom.xml
Modified: tuscany/java/sca/samples/webapps/helloworld-jsp/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/samples/webapps/helloworld-jsp/pom.xml?rev=774063&r1=774062&r2=774063&view=diff
==============================================================================
--- tuscany/java/sca/samples/webapps/helloworld-jsp/pom.xml (original)
+++ tuscany/java/sca/samples/webapps/helloworld-jsp/pom.xml Tue May 12 20:24:32
2009
@@ -26,7 +26,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
- <artifactId>helloworld-jsp</artifactId>
+ <artifactId>sample-helloworld-jsp</artifactId>
<packaging>war</packaging>
<name>Apache Tuscany SCA Sample Helloworld JSP</name>
Modified: tuscany/java/sca/samples/webapps/helloworld-stripes/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/samples/webapps/helloworld-stripes/pom.xml?rev=774063&r1=774062&r2=774063&view=diff
==============================================================================
--- tuscany/java/sca/samples/webapps/helloworld-stripes/pom.xml (original)
+++ tuscany/java/sca/samples/webapps/helloworld-stripes/pom.xml Tue May 12
20:24:32 2009
@@ -26,7 +26,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
- <artifactId>helloworld-stripes</artifactId>
+ <artifactId>sample-helloworld-stripes</artifactId>
<packaging>war</packaging>
<name>Apache Tuscany SCA Sample Helloworld using Stripes</name>
Modified: tuscany/java/sca/samples/webapps/helloworld/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/samples/webapps/helloworld/pom.xml?rev=774063&r1=774062&r2=774063&view=diff
==============================================================================
--- tuscany/java/sca/samples/webapps/helloworld/pom.xml (original)
+++ tuscany/java/sca/samples/webapps/helloworld/pom.xml Tue May 12 20:24:32 2009
@@ -26,7 +26,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
- <artifactId>helloworld</artifactId>
+ <artifactId>sample-helloworld</artifactId>
<name>Apache Tuscany SCA Sample Helloworld</name>
<packaging>war</packaging>