summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/contributions/currency-jsp
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-09-15 13:01:26 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-09-15 13:01:26 +0000
commit927bf127eb5530bbda2da17ff99a0dab3d3f3a45 (patch)
treea0eaef54d7b3a5430c87da6450df57f4c7d375fc /sandbox/travelsample/contributions/currency-jsp
parent25bb766d16d8981f06c94b0414c71cb3ea57eeef (diff)
Apply new naming convention to currency converter contributions and launchers for RMI, JMS and JSP
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815305 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sandbox/travelsample/contributions/currency-jsp/pom.xml (renamed from sandbox/travelsample/contributions/currency-jsp-contribution/pom.xml)4
-rw-r--r--sandbox/travelsample/contributions/currency-jsp/src/main/webapp/META-INF/sca-deployables/web.composite (renamed from sandbox/travelsample/contributions/currency-jsp-contribution/src/main/webapp/META-INF/sca-deployables/web.composite)4
-rw-r--r--sandbox/travelsample/contributions/currency-jsp/src/main/webapp/WEB-INF/web.xml (renamed from sandbox/travelsample/contributions/currency-jsp-contribution/src/main/webapp/WEB-INF/web.xml)0
-rw-r--r--sandbox/travelsample/contributions/currency-jsp/src/main/webapp/currency-converter.jsp (renamed from sandbox/travelsample/contributions/currency-jsp-contribution/src/main/webapp/currency-converter.jsp)2
4 files changed, 5 insertions, 5 deletions
diff --git a/sandbox/travelsample/contributions/currency-jsp-contribution/pom.xml b/sandbox/travelsample/contributions/currency-jsp/pom.xml
index c3378d1235..25682147ea 100644
--- a/sandbox/travelsample/contributions/currency-jsp-contribution/pom.xml
+++ b/sandbox/travelsample/contributions/currency-jsp/pom.xml
@@ -25,7 +25,7 @@
<version>1.6-SNAPSHOT</version>
<!--relativePath>../../pom.xml</relativePath-->
</parent><version>1.0-SNAPSHOT</version>
- <artifactId>scatours-currency-jsp-contribution</artifactId>
+ <artifactId>scatours-contribution-currency-jsp</artifactId>
<packaging>war</packaging>
<name>Apache Tuscany SCA Tours Currency Converter JSP Contribution</name>
@@ -54,7 +54,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-currency-contribution</artifactId>
+ <artifactId>scatours-contribution-currency</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/sandbox/travelsample/contributions/currency-jsp-contribution/src/main/webapp/META-INF/sca-deployables/web.composite b/sandbox/travelsample/contributions/currency-jsp/src/main/webapp/META-INF/sca-deployables/web.composite
index e93abf480c..50667b1ac0 100644
--- a/sandbox/travelsample/contributions/currency-jsp-contribution/src/main/webapp/META-INF/sca-deployables/web.composite
+++ b/sandbox/travelsample/contributions/currency-jsp/src/main/webapp/META-INF/sca-deployables/web.composite
@@ -19,7 +19,7 @@
-->
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
- targetNamespace="http://scatours.com"
+ targetNamespace="http://tuscanyscatours.com/"
name="CurrencyConverterJSP">
<component name="WebClient">
@@ -28,7 +28,7 @@
</component>
<component name="CurrencyConverter">
- <implementation.java class="scatours.currencyconverter.CurrencyConverterImpl"/>
+ <implementation.java class="com.tuscanyscatours.currencyconverter.impl.CurrencyConverterImpl"/>
<service name="CurrencyConverter"/>
</component>
</composite>
diff --git a/sandbox/travelsample/contributions/currency-jsp-contribution/src/main/webapp/WEB-INF/web.xml b/sandbox/travelsample/contributions/currency-jsp/src/main/webapp/WEB-INF/web.xml
index 3b2c79ca76..3b2c79ca76 100644
--- a/sandbox/travelsample/contributions/currency-jsp-contribution/src/main/webapp/WEB-INF/web.xml
+++ b/sandbox/travelsample/contributions/currency-jsp/src/main/webapp/WEB-INF/web.xml
diff --git a/sandbox/travelsample/contributions/currency-jsp-contribution/src/main/webapp/currency-converter.jsp b/sandbox/travelsample/contributions/currency-jsp/src/main/webapp/currency-converter.jsp
index 0014492edb..d1970a37ab 100644
--- a/sandbox/travelsample/contributions/currency-jsp-contribution/src/main/webapp/currency-converter.jsp
+++ b/sandbox/travelsample/contributions/currency-jsp/src/main/webapp/currency-converter.jsp
@@ -19,7 +19,7 @@
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib uri="http://www.osoa.org/sca/sca_jsp.tld" prefix="sca" %>
-<sca:reference name="currencyConverter" type="scatours.currencyconverter.CurrencyConverter"/>
+<sca:reference name="currencyConverter" type="com.tuscanyscatours.currencyconverter.CurrencyConverter"/>
<html>
<body>