diff options
author | ramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-07 16:41:06 +0000 |
---|---|---|
committer | ramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-07 16:41:06 +0000 |
commit | 8a0a4bd0155faa50c4efe82d2e839a20a049758e (patch) | |
tree | b63a28f9f751777d052e7f0e2618ae9d96f9dcfe /branches | |
parent | 6c5dfa46ea21ec2d4e4d6cc6298dbdb559598e73 (diff) |
Fixes for module name
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724156 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r-- | branches/sca-java-1.4/samples/helloworld-bpel-ws/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.4/samples/helloworld-bpel-ws/pom.xml b/branches/sca-java-1.4/samples/helloworld-bpel-ws/pom.xml index 46e38f6a92..c51ed3eb6c 100644 --- a/branches/sca-java-1.4/samples/helloworld-bpel-ws/pom.xml +++ b/branches/sca-java-1.4/samples/helloworld-bpel-ws/pom.xml @@ -26,7 +26,7 @@ <relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sample-helloworld-bpel-ws</artifactId>
- <name>Apache Tuscany SCA HelloWorld BPEL as Webservice Sample</name>
+ <name>Apache Tuscany SCA Sample HelloWorld BPEL as Webservice</name>
<repositories>
<repository>
|