Fixing up pointers to renamed catalog sample application

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830390 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
lresende 2009-10-27 23:05:17 +00:00
parent 8b0889df54
commit 04d9453a13
6 changed files with 7 additions and 7 deletions

View file

@ -36,7 +36,7 @@
</reference>
<reference name="vegetablesCatalog">
<interface.java interface="services.Catalog"/>
<tuscany:binding.jsonrpc uri="http://tuscany.figueiredos.com/store-catalog-ibmcloud-2x-webapp/Catalog"/>
<tuscany:binding.jsonrpc uri="http://tuscany.figueiredos.com/store-catalog-ibmcloud-webapp/Catalog"/>
</reference>
<reference name="currencyConverter" target="CurrencyConverter" />
</component>

View file

@ -28,6 +28,6 @@
<h2>Tuscany Store Catalog Service</h2>
</br>
</br>
Catalog Service Definition available at : <a href="http://tuscany-store-catalog.appspot.com/Catalog?smd">http://tuscany-store-catalog.appspot.com/Catalog?smd</a>
Catalog Service Definition available at : <a href="Catalog?smd">Store Catalog Service - JSON-RPC SMD</a>
</body>
</html>

View file

@ -25,7 +25,7 @@
<version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>store-catalog-ibmcloud-2x-webapp</artifactId>
<artifactId>store-catalog-ibmcloud-webapp</artifactId>
<packaging>war</packaging>
<name>Apache Tuscany SCA Store Catalog as WebApp</name>

View file

@ -32,7 +32,7 @@
<dep:environment>
<dep:moduleId>
<dep:groupId>org.apache.tuscany</dep:groupId>
<dep:artifactId>store-catalog-ibmcloud-2x-webapp</dep:artifactId>
<dep:artifactId>store-catalog-ibmcloud-webapp</dep:artifactId>
<dep:version>1.0</dep:version>
<dep:type>car</dep:type>
</dep:moduleId>
@ -46,5 +46,5 @@
</dep:hidden-classes>
</dep:environment>
<web:context-root>/store-catalog-ibmcloud-2x-webapp</web:context-root>
<web:context-root>/store-catalog-ibmcloud-webapp</web:context-root>
</web:web-app>

View file

@ -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>store-catalog-ibmcloud-2x-webapp</display-name>
<display-name>store-catalog-ibmcloud-webapp</display-name>
<filter>
<filter-name>tuscany</filter-name>

View file

@ -9,6 +9,6 @@
<h2>Tuscany Store Catalog Service</h2>
</br>
</br>
Catalog Service Definition available at : <a href="Catalog?smd">JSON-RPC SMD</a>
Catalog Service Definition available at : <a href="Catalog?smd">Store Catalog Service - JSON-RPC SMD</a>
</body>
</html>