summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/store-webapp
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-02-26 00:57:56 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-02-26 00:57:56 +0000
commit3931c7ed66c84412036a31b92f494db8f2560e01 (patch)
tree2854781b33b19f08c161773279967eca870ddc69 /sca-java-2.x/trunk/samples/store-webapp
parent8df069a1fd451a085af5c23f98a32f0743ae7d92 (diff)
Fixing artifactId for the store-webapp sample application
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916512 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/store-webapp')
-rw-r--r--sca-java-2.x/trunk/samples/store-webapp/src/main/webapp/WEB-INF/geronimo-web.xml2
-rw-r--r--sca-java-2.x/trunk/samples/store-webapp/src/main/webapp/WEB-INF/web.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/store-webapp/src/main/webapp/WEB-INF/geronimo-web.xml b/sca-java-2.x/trunk/samples/store-webapp/src/main/webapp/WEB-INF/geronimo-web.xml
index d191961f95..b353a6e759 100644
--- a/sca-java-2.x/trunk/samples/store-webapp/src/main/webapp/WEB-INF/geronimo-web.xml
+++ b/sca-java-2.x/trunk/samples/store-webapp/src/main/webapp/WEB-INF/geronimo-web.xml
@@ -32,7 +32,7 @@
<dep:environment>
<dep:moduleId>
<dep:groupId>org.apache.tuscany</dep:groupId>
- <dep:artifactId>sample-store-secure-webapp</dep:artifactId>
+ <dep:artifactId>sample-store-webapp</dep:artifactId>
<dep:version>1.0</dep:version>
<dep:type>car</dep:type>
</dep:moduleId>
diff --git a/sca-java-2.x/trunk/samples/store-webapp/src/main/webapp/WEB-INF/web.xml b/sca-java-2.x/trunk/samples/store-webapp/src/main/webapp/WEB-INF/web.xml
index 348be0df21..bf3fe972ca 100644
--- a/sca-java-2.x/trunk/samples/store-webapp/src/main/webapp/WEB-INF/web.xml
+++ b/sca-java-2.x/trunk/samples/store-webapp/src/main/webapp/WEB-INF/web.xml
@@ -18,7 +18,7 @@
* under the License.
-->
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
- <display-name>sample-store-secure-webapp</display-name>
+ <display-name>sample-store-webapp</display-name>
<filter>
<filter-name>tuscany</filter-name>