summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>