summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/helloworld-bpel-contribution
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-21 19:31:47 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-21 19:31:47 +0000
commitefbe679941d978e0ac9ba38b8c753a9382a67b4d (patch)
tree315869b21ec2ec5fb28110ee4b3af6a0f29db98a /sca-java-2.x/trunk/samples/learning-more/implementation-bpel/helloworld-bpel-contribution
parent9b3115619f719474953d936b8006593c29ad16b2 (diff)
A bit of name tidying to make the docs a little more consistent. Still a few that are odd, e.g. the dosgi ones but getting better.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026113 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/learning-more/implementation-bpel/helloworld-bpel-contribution')
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/implementation-bpel/helloworld-bpel-contribution/build.xml4
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/implementation-bpel/helloworld-bpel-contribution/pom.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/helloworld-bpel-contribution/build.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/helloworld-bpel-contribution/build.xml
index 008953e63b..d94388f466 100644
--- a/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/helloworld-bpel-contribution/build.xml
+++ b/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/helloworld-bpel-contribution/build.xml
@@ -16,9 +16,9 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project name="sample-helloworld-bpel" default="compile">
+<project name="sample-implementation-bpel-helloworld-contribution" default="compile">
<property name="test.class" value="helloworld.BPELClient" />
- <property name="test.jar" value="sample-helloworld-bpel.jar" />
+ <property name="test.jar" value="sample-implementation-bpel-helloworld-contribution.jar" />
<property name="manifest.jar" value="../../lib/tuscany-sca-manifest.jar" />
<target name="init">
diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/helloworld-bpel-contribution/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/helloworld-bpel-contribution/pom.xml
index f1bf7820da..8f7a97c555 100644
--- a/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/helloworld-bpel-contribution/pom.xml
+++ b/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/helloworld-bpel-contribution/pom.xml
@@ -27,8 +27,8 @@
</parent>
<packaging>zip</packaging>
- <artifactId>sample-helloworld-bpel</artifactId>
- <name>Apache Tuscany SCA Sample HelloWorld BPEL</name>
+ <artifactId>sample-implementation-bpel-helloworld-contribution</artifactId>
+ <name>Apache Tuscany SCA Sample implementation.bpel HelloWorld Contribution</name>
<dependencies>
<dependency>