diff options
Diffstat (limited to 'sca-java-2.x/trunk/samples/webapps/helloworld-js-client/pom.xml')
-rw-r--r-- | sca-java-2.x/trunk/samples/webapps/helloworld-js-client/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-js-client/pom.xml b/sca-java-2.x/trunk/samples/webapps/helloworld-js-client/pom.xml index a85e72b925..31a5671066 100644 --- a/sca-java-2.x/trunk/samples/webapps/helloworld-js-client/pom.xml +++ b/sca-java-2.x/trunk/samples/webapps/helloworld-js-client/pom.xml @@ -26,7 +26,7 @@ <relativePath>../../pom.xml</relativePath>
</parent>
- <artifactId>helloworld-js-client</artifactId>
+ <artifactId>sample-helloworld-js-client-webapp</artifactId>
<packaging>war</packaging>
<name>Apache Tuscany SCA Sample Helloworld Javascript Client</name>
@@ -49,7 +49,7 @@ </dependencies>
<build>
- <finalName>${artifactId}</finalName>
+ <finalName>helloworld-js-client</finalName>
<plugins>
<plugin>
<groupId>org.mortbay.jetty</groupId>
|