summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
Diffstat (limited to 'branches')
-rw-r--r--branches/sca-java-1.x/samples/photo-gallery/build.xml2
1 files changed, 1 insertions, 1 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 c07cd7ba07..765f853f38 100644
--- a/branches/sca-java-1.x/samples/photo-gallery/build.xml
+++ b/branches/sca-java-1.x/samples/photo-gallery/build.xml
@@ -17,7 +17,7 @@
* under the License.
-->
<project name="photo-gallary" default="compile">
- <property name="test.class" value="launch.Launch" />
+ <property name="test.class" value="launch.LaunchGallery" />
<property name="test.jar" value="sample-photo-gallary.jar" />
<target name="init">