summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples/store-distributed/build.xml
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-11-25 10:50:50 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-11-25 10:50:50 +0000
commit0855fcaf272fc7e40294c7b65d0cc3dbe17de908 (patch)
tree039eba9548df8ba4420c07205acabeb10a645a19 /branches/sca-java-1.x/samples/store-distributed/build.xml
parentb2aea4618cb9f6ceca3239d086e6673e3c6b15f0 (diff)
Fixes for TUSCANY-2687
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@720463 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/samples/store-distributed/build.xml')
-rw-r--r--branches/sca-java-1.x/samples/store-distributed/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-java-1.x/samples/store-distributed/build.xml b/branches/sca-java-1.x/samples/store-distributed/build.xml
index 652afc3570..f0563c26ca 100644
--- a/branches/sca-java-1.x/samples/store-distributed/build.xml
+++ b/branches/sca-java-1.x/samples/store-distributed/build.xml
@@ -16,9 +16,9 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project name="store" default="compile">
+<project name="store-distributed" default="compile">
<property name="test.class" value="launch.Launch" />
- <property name="test.jar" value="sample-store.jar" />
+ <property name="test.jar" value="sample-store-distributed.jar" />
<target name="init">
<mkdir dir="target/classes"/>