summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/helloworld-bpel-contribution/build.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/implementation-bpel/helloworld-bpel-contribution/build.xml4
1 files changed, 2 insertions, 2 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">