You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by bo...@apache.org on 2007/05/18 19:52:07 UTC

svn commit: r539537 - /incubator/ode/trunk/Rakefile

Author: boisvert
Date: Fri May 18 10:52:06 2007
New Revision: 539537

URL: http://svn.apache.org/viewvc?view=rev&rev=539537
Log:
APT-dependent code requires Sun's tools.jar

Modified:
    incubator/ode/trunk/Rakefile

Modified: incubator/ode/trunk/Rakefile
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/Rakefile?view=diff&rev=539537&r1=539536&r2=539537
==============================================================================
--- incubator/ode/trunk/Rakefile (original)
+++ incubator/ode/trunk/Rakefile Fri May 18 10:52:06 2007
@@ -377,6 +377,7 @@
 
   desc "ODE Jacob APR Code Generation"
   define "jacob-ap" do
+    compile.with Java.tools_jar
     package :jar
   end