Author: lresende
Date: Thu Dec  4 21:34:16 2008
New Revision: 723595

URL: http://svn.apache.org/viewvc?rev=723595&view=rev
Log:
Wrong launch class in ant build script

Modified:
    tuscany/branches/sca-java-1.x/samples/photo-gallery/build.xml

Modified: tuscany/branches/sca-java-1.x/samples/photo-gallery/build.xml
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/samples/photo-gallery/build.xml?rev=723595&r1=723594&r2=723595&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/samples/photo-gallery/build.xml (original)
+++ tuscany/branches/sca-java-1.x/samples/photo-gallery/build.xml Thu Dec  4 
21:34:16 2008
@@ -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">


Reply via email to