diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-05 05:34:16 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-05 05:34:16 +0000 |
commit | 08397efe882a0dbf65d074e261e1612506538006 (patch) | |
tree | 1ceb4f4fe9de9266fd47c0221ed764f09832886e /branches | |
parent | eaed3bce4b4cf918885d6c4e589970876cf61d70 (diff) |
Wrong launch class in ant build script
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723595 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-1.x/samples/photo-gallery/build.xml | 2 |
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"> |