You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2008/12/05 06:34:17 UTC

svn commit: r723595 - /tuscany/branches/sca-java-1.x/samples/photo-gallery/build.xml

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">