From 7143648c3377e3ff5e655c3b8c56d7bf75d8b91e Mon Sep 17 00:00:00 2001 From: lresende Date: Fri, 4 Dec 2009 23:15:24 +0000 Subject: Small updates to webapp sample artifactId to group them together when imported in eclipse, but continue to use the simple names to produce war avoiding having users to type long names which was a concern of the tuscany community git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@887442 13f79535-47bb-0310-9956-ffa450edef68 --- sca-java-2.x/trunk/itest/distribution/webapp-helloworld-bpel/pom.xml | 4 ++-- sca-java-2.x/trunk/itest/distribution/webapp-helloworld-jms/pom.xml | 4 ++-- .../trunk/itest/distribution/webapp-helloworld-js-client/pom.xml | 4 ++-- sca-java-2.x/trunk/itest/distribution/webapp-helloworld-jsf/pom.xml | 4 ++-- sca-java-2.x/trunk/itest/distribution/webapp-helloworld-jsp/pom.xml | 4 ++-- .../trunk/itest/distribution/webapp-helloworld-servlet/pom.xml | 4 ++-- .../trunk/itest/distribution/webapp-helloworld-stripes/pom.xml | 4 ++-- sca-java-2.x/trunk/itest/distribution/webapp-helloworld/pom.xml | 4 ++-- sca-java-2.x/trunk/samples/webapps/helloworld-bpel/pom.xml | 4 ++-- sca-java-2.x/trunk/samples/webapps/helloworld-jms/pom.xml | 5 +++-- sca-java-2.x/trunk/samples/webapps/helloworld-js-client/pom.xml | 4 ++-- sca-java-2.x/trunk/samples/webapps/helloworld-jsf/pom.xml | 4 ++-- sca-java-2.x/trunk/samples/webapps/helloworld-jsp/pom.xml | 4 ++-- sca-java-2.x/trunk/samples/webapps/helloworld-rest/pom.xml | 4 ++-- sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml | 4 ++-- sca-java-2.x/trunk/samples/webapps/helloworld-stripes/pom.xml | 4 ++-- sca-java-2.x/trunk/samples/webapps/helloworld-wicket/pom.xml | 4 ++-- sca-java-2.x/trunk/samples/webapps/helloworld/pom.xml | 4 ++-- 18 files changed, 37 insertions(+), 36 deletions(-) diff --git a/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-bpel/pom.xml b/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-bpel/pom.xml index b12fd1bf15..5d569c62d9 100644 --- a/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-bpel/pom.xml +++ b/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-bpel/pom.xml @@ -46,7 +46,7 @@ org.apache.tuscany.sca - helloworld-bpel + sample-helloworld-bpel-webapp war 2.0-SNAPSHOT @@ -115,7 +115,7 @@ org.apache.tuscany.sca - helloworld-bpel + sample-helloworld-bpel-webapp war helloworld-bpel diff --git a/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-jms/pom.xml b/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-jms/pom.xml index c7013ce853..cee3467c8f 100644 --- a/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-jms/pom.xml +++ b/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-jms/pom.xml @@ -46,7 +46,7 @@ org.apache.tuscany.sca - helloworld-jms + sample-helloworld-jms-webapp war 2.0-SNAPSHOT @@ -207,7 +207,7 @@ org.apache.tuscany.sca - helloworld-jms + sample-helloworld-jms-webapp war helloworld-jms diff --git a/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-js-client/pom.xml b/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-js-client/pom.xml index d5da35e2be..ddda9b7ad0 100644 --- a/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-js-client/pom.xml +++ b/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-js-client/pom.xml @@ -46,7 +46,7 @@ org.apache.tuscany.sca - helloworld-js-client + sample-helloworld-js-client-webapp war 2.0-SNAPSHOT @@ -179,7 +179,7 @@ org.apache.tuscany.sca - helloworld-js-client + sample-helloworld-js-client-webapp war helloworld-js-client diff --git a/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-jsf/pom.xml b/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-jsf/pom.xml index 06b862058f..e2b75e9c71 100644 --- a/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-jsf/pom.xml +++ b/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-jsf/pom.xml @@ -46,7 +46,7 @@ org.apache.tuscany.sca - helloworld-jsf + sample-helloworld-jsf-webapp war 2.0-SNAPSHOT @@ -121,7 +121,7 @@ org.apache.tuscany.sca - helloworld-jsf + sample-helloworld-jsf-webapp war helloworld-jsf diff --git a/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-jsp/pom.xml b/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-jsp/pom.xml index 2d9f1153ef..b1cfc6492a 100644 --- a/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-jsp/pom.xml +++ b/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-jsp/pom.xml @@ -46,7 +46,7 @@ org.apache.tuscany.sca - helloworld-jsp + sample-helloworld-jsp-webapp war 2.0-SNAPSHOT @@ -179,7 +179,7 @@ org.apache.tuscany.sca - helloworld-jsp + sample-helloworld-jsp-webapp war helloworld-jsp diff --git a/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-servlet/pom.xml b/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-servlet/pom.xml index 9c3342d6fb..04f43a54cd 100644 --- a/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-servlet/pom.xml +++ b/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-servlet/pom.xml @@ -46,7 +46,7 @@ org.apache.tuscany.sca - helloworld-servlet + sample-helloworld-servlet-webapp war 2.0-SNAPSHOT @@ -179,7 +179,7 @@ org.apache.tuscany.sca - helloworld-servlet + sample-helloworld-servlet-webapp war helloworld-servlet diff --git a/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-stripes/pom.xml b/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-stripes/pom.xml index 04294f4fa9..578e490a8f 100644 --- a/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-stripes/pom.xml +++ b/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-stripes/pom.xml @@ -46,7 +46,7 @@ org.apache.tuscany.sca - helloworld-stripes + sample-helloworld-stripes-webapp war 2.0-SNAPSHOT @@ -115,7 +115,7 @@ org.apache.tuscany.sca - helloworld-stripes + sample-helloworld-stripes-webapp war helloworld-stripes diff --git a/sca-java-2.x/trunk/itest/distribution/webapp-helloworld/pom.xml b/sca-java-2.x/trunk/itest/distribution/webapp-helloworld/pom.xml index 68dc0fe382..bf1f8cc335 100644 --- a/sca-java-2.x/trunk/itest/distribution/webapp-helloworld/pom.xml +++ b/sca-java-2.x/trunk/itest/distribution/webapp-helloworld/pom.xml @@ -46,7 +46,7 @@ org.apache.tuscany.sca - helloworld + sample-helloworld-webapp war 2.0-SNAPSHOT @@ -114,7 +114,7 @@ org.apache.tuscany.sca - helloworld + sample-helloworld-webapp war http://localhost:8085/helloworld diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-bpel/pom.xml b/sca-java-2.x/trunk/samples/webapps/helloworld-bpel/pom.xml index dad495c13a..d894f293d9 100644 --- a/sca-java-2.x/trunk/samples/webapps/helloworld-bpel/pom.xml +++ b/sca-java-2.x/trunk/samples/webapps/helloworld-bpel/pom.xml @@ -28,7 +28,7 @@ ../../pom.xml - helloworld-bpel + sample-helloworld-bpel-webapp war Apache Tuscany SCA Sample Helloworld BPEL @@ -89,7 +89,7 @@ - ${artifactId} + helloworld-bpel diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-jms/pom.xml b/sca-java-2.x/trunk/samples/webapps/helloworld-jms/pom.xml index 4e45d20d5c..5f513cbbef 100644 --- a/sca-java-2.x/trunk/samples/webapps/helloworld-jms/pom.xml +++ b/sca-java-2.x/trunk/samples/webapps/helloworld-jms/pom.xml @@ -26,7 +26,7 @@ ../../pom.xml - helloworld-jms + sample-helloworld-jms-webapp war Apache Tuscany SCA Sample JMS HelloWorld in a WebApp @@ -58,6 +58,7 @@ 5.1.0 runtime + backport-util-concurrent backport-util-concurrent @@ -67,7 +68,7 @@ - ${artifactId} + helloworld-jms org.mortbay.jetty diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-js-client/pom.xml b/sca-java-2.x/trunk/samples/webapps/helloworld-js-client/pom.xml index a85e72b925..31a5671066 100644 --- a/sca-java-2.x/trunk/samples/webapps/helloworld-js-client/pom.xml +++ b/sca-java-2.x/trunk/samples/webapps/helloworld-js-client/pom.xml @@ -26,7 +26,7 @@ ../../pom.xml - helloworld-js-client + sample-helloworld-js-client-webapp war Apache Tuscany SCA Sample Helloworld Javascript Client @@ -49,7 +49,7 @@ - ${artifactId} + helloworld-js-client org.mortbay.jetty diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-jsf/pom.xml b/sca-java-2.x/trunk/samples/webapps/helloworld-jsf/pom.xml index e9093cc098..e9608d6191 100644 --- a/sca-java-2.x/trunk/samples/webapps/helloworld-jsf/pom.xml +++ b/sca-java-2.x/trunk/samples/webapps/helloworld-jsf/pom.xml @@ -26,7 +26,7 @@ ../../pom.xml - helloworld-jsf + sample-helloworld-jsf-webapp Apache Tuscany SCA Sample Helloworld JSF war @@ -56,7 +56,7 @@ - ${artifactId} + helloworld-jsf org.mortbay.jetty diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-jsp/pom.xml b/sca-java-2.x/trunk/samples/webapps/helloworld-jsp/pom.xml index 88773913a5..1da19c2c3d 100644 --- a/sca-java-2.x/trunk/samples/webapps/helloworld-jsp/pom.xml +++ b/sca-java-2.x/trunk/samples/webapps/helloworld-jsp/pom.xml @@ -26,7 +26,7 @@ ../../pom.xml - helloworld-jsp + sample-helloworld-jsp-webapp war Apache Tuscany SCA Sample Helloworld JSP @@ -49,7 +49,7 @@ - ${artifactId} + helloworld-jsp org.mortbay.jetty diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-rest/pom.xml b/sca-java-2.x/trunk/samples/webapps/helloworld-rest/pom.xml index 0bb7a58812..ec16478ac7 100644 --- a/sca-java-2.x/trunk/samples/webapps/helloworld-rest/pom.xml +++ b/sca-java-2.x/trunk/samples/webapps/helloworld-rest/pom.xml @@ -25,7 +25,7 @@ 2.0-SNAPSHOT ../../pom.xml - helloworld-rest + sample-helloworld-rest-webapp war HelloWorld RESTFul Web Application @@ -105,7 +105,7 @@ - ${artifactId} + helloworld-rest diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml b/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml index 7c60031b6f..e737d7f8b0 100644 --- a/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml +++ b/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml @@ -26,7 +26,7 @@ ../../pom.xml - helloworld-servlet + sample-helloworld-servlet-webapp war Apache Tuscany SCA Sample Helloworld Servlet @@ -48,7 +48,7 @@ - ${artifactId} + helloworld-servlet org.mortbay.jetty diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-stripes/pom.xml b/sca-java-2.x/trunk/samples/webapps/helloworld-stripes/pom.xml index ec5cb600ea..261fed768c 100644 --- a/sca-java-2.x/trunk/samples/webapps/helloworld-stripes/pom.xml +++ b/sca-java-2.x/trunk/samples/webapps/helloworld-stripes/pom.xml @@ -26,7 +26,7 @@ ../../pom.xml - helloworld-stripes + sample-helloworld-stripes-webapp war Apache Tuscany SCA Sample Helloworld using Stripes @@ -59,7 +59,7 @@ - ${artifactId} + helloworld-stripes org.mortbay.jetty diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-wicket/pom.xml b/sca-java-2.x/trunk/samples/webapps/helloworld-wicket/pom.xml index 82f08f1e41..25e30c136c 100644 --- a/sca-java-2.x/trunk/samples/webapps/helloworld-wicket/pom.xml +++ b/sca-java-2.x/trunk/samples/webapps/helloworld-wicket/pom.xml @@ -26,7 +26,7 @@ ../../pom.xml - helloworld-wicket + sample-helloworld-wicket-webapp war Apache Tuscany SCA Sample Helloworld using Wicket @@ -70,7 +70,7 @@ - ${artifactId} + helloworld-wicket org.mortbay.jetty diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld/pom.xml b/sca-java-2.x/trunk/samples/webapps/helloworld/pom.xml index 1d8a7d3a72..627ca062d3 100644 --- a/sca-java-2.x/trunk/samples/webapps/helloworld/pom.xml +++ b/sca-java-2.x/trunk/samples/webapps/helloworld/pom.xml @@ -26,7 +26,7 @@ ../../pom.xml - helloworld + sample-helloworld-webapp Apache Tuscany SCA Sample Helloworld war @@ -49,7 +49,7 @@ - ${artifactId} + helloworld org.mortbay.jetty -- cgit v1.2.3