You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ge...@apache.org on 2006/06/20 13:18:00 UTC

svn commit: r415612 - /incubator/harmony/enhanced/drlvm/trunk/build/build.sh

Author: geirm
Date: Tue Jun 20 04:18:00 2006
New Revision: 415612

URL: http://svn.apache.org/viewvc?rev=415612&view=rev
Log:
stop inflicting EJC this way - let the build.xml control it

Modified:
    incubator/harmony/enhanced/drlvm/trunk/build/build.sh

Modified: incubator/harmony/enhanced/drlvm/trunk/build/build.sh
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/build/build.sh?rev=415612&r1=415611&r2=415612&view=diff
==============================================================================
--- incubator/harmony/enhanced/drlvm/trunk/build/build.sh (original)
+++ incubator/harmony/enhanced/drlvm/trunk/build/build.sh Tue Jun 20 04:18:00 2006
@@ -83,9 +83,9 @@
 export CLASSPATH
 
 if [ -x $JAVA_HOME/bin/ij ]; then
-    ANT_COMMAND="$JAVA_HOME/bin/ij  -Duser.timezone=en_US -classpath $ANT_HOME/lib/ant-launcher.jar -Dant.home=$ANT_HOME org.apache.tools.ant.launch.Launcher -cp $CLASSPATH -Dbuild.compiler=org.eclipse.jdt.core.JDTCompilerAdapter"
+    ANT_COMMAND="$JAVA_HOME/bin/ij  -Duser.timezone=en_US -classpath $ANT_HOME/lib/ant-launcher.jar -Dant.home=$ANT_HOME org.apache.tools.ant.launch.Launcher -cp $CLASSPATH "
 else
-    ANT_COMMAND="$ANT_HOME/bin/ant --noconfig -Dbuild.compiler=org.eclipse.jdt.core.JDTCompilerAdapter"
+    ANT_COMMAND="$ANT_HOME/bin/ant --noconfig"
 fi
 
 # it is necessarily to compile 'vm.jitrino' in release mode