You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2007/12/14 18:38:48 UTC

svn commit: r604242 - /ode/trunk/Rakefile

Author: mriou
Date: Fri Dec 14 09:38:47 2007
New Revision: 604242

URL: http://svn.apache.org/viewvc?rev=604242&view=rev
Log:
SimPEL wasn't meant to be in here.

Modified:
    ode/trunk/Rakefile

Modified: ode/trunk/Rakefile
URL: http://svn.apache.org/viewvc/ode/trunk/Rakefile?rev=604242&r1=604241&r2=604242&view=diff
==============================================================================
--- ode/trunk/Rakefile (original)
+++ ode/trunk/Rakefile Fri Dec 14 09:38:47 2007
@@ -444,14 +444,6 @@
     package :jar
   end
 
-  desc "ODE SimPEL"
-  define "simpel" do
-    pkg_name = "org.apache.ode.simpel.antlr"
-    compile.from antlr(_("src/main/antlr"), {:in_package=>pkg_name, :token=>pkg_name})
-    compile.with file(_("lib/e4x-grammar-0.1.jar")), ANTLR
-    package :jar
-  end
-
   desc "ODE Tools"
   define "tools" do
     compile.with projects("bpel-compiler", "utils"), ANT, COMMONS.httpclient, COMMONS.logging