You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kp...@apache.org on 2007/01/02 17:31:40 UTC

svn commit: r491839 - /incubator/qpid/trunk/qpid/gentools/build.xml

Author: kpvdr
Date: Tue Jan  2 08:31:39 2007
New Revision: 491839

URL: http://svn.apache.org/viewvc?view=rev&rev=491839
Log:
Removed check run check from ant build file.

Modified:
    incubator/qpid/trunk/qpid/gentools/build.xml

Modified: incubator/qpid/trunk/qpid/gentools/build.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/gentools/build.xml?view=diff&rev=491839&r1=491838&r2=491839
==============================================================================
--- incubator/qpid/trunk/qpid/gentools/build.xml (original)
+++ incubator/qpid/trunk/qpid/gentools/build.xml Tue Jan  2 08:31:39 2007
@@ -23,7 +23,6 @@
 
 	<target name="compile">
     	<javac srcdir="${src}" source="1.5" fork="true" />
-        <java classpath="${src}" classname="org.apache.qpid.gentools.Main" fork="true" />
     </target>
     
 	<target name="clean">