summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-05-24 19:54:57 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-05-24 19:54:57 +0000
commitf7acc26f5d6c6341c1b687860d9b6844502a3943 (patch)
tree760d6bbe01e836167da74512f6f42f8fc54fec48 /sandbox/travelsample
parentd93ed035d7750c1cd8ed4ea2fec726a569e5645a (diff)
make module names consistent with other launcher modules
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778221 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample')
-rw-r--r--sandbox/travelsample/launchers/currency-converter-corba-launcher/pom.xml2
-rw-r--r--sandbox/travelsample/launchers/currency-converter-rmi-launcher/pom.xml2
-rw-r--r--sandbox/travelsample/launchers/currency-converter-ws-launcher/pom.xml2
-rw-r--r--sandbox/travelsample/launchers/notification-corba-launcher/pom.xml2
-rw-r--r--sandbox/travelsample/launchers/notification-ws-launcher/pom.xml2
5 files changed, 5 insertions, 5 deletions
diff --git a/sandbox/travelsample/launchers/currency-converter-corba-launcher/pom.xml b/sandbox/travelsample/launchers/currency-converter-corba-launcher/pom.xml
index 9610a631ba..b4dbbea0bb 100644
--- a/sandbox/travelsample/launchers/currency-converter-corba-launcher/pom.xml
+++ b/sandbox/travelsample/launchers/currency-converter-corba-launcher/pom.xml
@@ -25,7 +25,7 @@
<version>1.5-SNAPSHOT</version>
<!--relativePath>../../pom.xml</relativePath-->
</parent>
- <artifactId>currency-converter-corba-launcher</artifactId>
+ <artifactId>scatours-currency-converter-corba-launcher</artifactId>
<name>Apache Tuscany SCA Tours Currency Converter CORBA Launcher</name>
<dependencies>
diff --git a/sandbox/travelsample/launchers/currency-converter-rmi-launcher/pom.xml b/sandbox/travelsample/launchers/currency-converter-rmi-launcher/pom.xml
index 9828571503..6aabc42737 100644
--- a/sandbox/travelsample/launchers/currency-converter-rmi-launcher/pom.xml
+++ b/sandbox/travelsample/launchers/currency-converter-rmi-launcher/pom.xml
@@ -25,7 +25,7 @@
<version>1.5-SNAPSHOT</version>
<!--relativePath>../../pom.xml</relativePath-->
</parent>
- <artifactId>currency-converter-rmi-launcher</artifactId>
+ <artifactId>scatours-currency-converter-rmi-launcher</artifactId>
<name>Apache Tuscany SCA Tours Currency Converter RMI Launcher</name>
<dependencies>
diff --git a/sandbox/travelsample/launchers/currency-converter-ws-launcher/pom.xml b/sandbox/travelsample/launchers/currency-converter-ws-launcher/pom.xml
index 631b5b7f97..669b8c29a0 100644
--- a/sandbox/travelsample/launchers/currency-converter-ws-launcher/pom.xml
+++ b/sandbox/travelsample/launchers/currency-converter-ws-launcher/pom.xml
@@ -25,7 +25,7 @@
<version>1.5-SNAPSHOT</version>
<!--relativePath>../../pom.xml</relativePath-->
</parent>
- <artifactId>currency-converter-ws-launcher</artifactId>
+ <artifactId>scatours-currency-converter-ws-launcher</artifactId>
<name>Apache Tuscany SCA Tours Currency Converter Web Service Launcher</name>
<dependencies>
diff --git a/sandbox/travelsample/launchers/notification-corba-launcher/pom.xml b/sandbox/travelsample/launchers/notification-corba-launcher/pom.xml
index 4013008435..1e7ee6c375 100644
--- a/sandbox/travelsample/launchers/notification-corba-launcher/pom.xml
+++ b/sandbox/travelsample/launchers/notification-corba-launcher/pom.xml
@@ -25,7 +25,7 @@
<version>1.5-SNAPSHOT</version>
<!--relativePath>../../pom.xml</relativePath-->
</parent>
- <artifactId>notification-corba-launcher</artifactId>
+ <artifactId>scatours-notification-corba-launcher</artifactId>
<name>Apache Tuscany SCA Tours Notification CORBA Service Launcher</name>
<dependencies>
diff --git a/sandbox/travelsample/launchers/notification-ws-launcher/pom.xml b/sandbox/travelsample/launchers/notification-ws-launcher/pom.xml
index dd6f9ffcf1..4e0e551aa6 100644
--- a/sandbox/travelsample/launchers/notification-ws-launcher/pom.xml
+++ b/sandbox/travelsample/launchers/notification-ws-launcher/pom.xml
@@ -25,7 +25,7 @@
<version>1.5-SNAPSHOT</version>
<!--relativePath>../../pom.xml</relativePath-->
</parent>
- <artifactId>notification-ws-launcher</artifactId>
+ <artifactId>scatours-notification-ws-launcher</artifactId>
<name>Apache Tuscany SCA Tours Notification Web Service Launcher</name>
<dependencies>