summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples/store-distributed/build.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-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"/>