summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples/photo-gallery/build.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/samples/photo-gallery/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-java-1.x/samples/photo-gallery/build.xml b/branches/sca-java-1.x/samples/photo-gallery/build.xml
index 652afc3570..f7bf61d1b8 100644
--- a/branches/sca-java-1.x/samples/photo-gallery/build.xml
+++ b/branches/sca-java-1.x/samples/photo-gallery/build.xml
@@ -16,9 +16,9 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project name="store" default="compile">
+<project name="photo-gallary" default="compile">
<property name="test.class" value="launch.Launch" />
- <property name="test.jar" value="sample-store.jar" />
+ <property name="test.jar" value="sample-photo-gallary.jar" />
<target name="init">
<mkdir dir="target/classes"/>