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/04/21 01:51:10 UTC

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

Author: boisvert
Date: Fri Apr 20 16:51:10 2007
New Revision: 530949

URL: http://svn.apache.org/viewvc?view=rev&rev=530949
Log:
Add ode-jbi.properties to JBI .jar

Modified:
    incubator/ode/trunk/Rakefile

Modified: incubator/ode/trunk/Rakefile
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/Rakefile?view=diff&rev=530949&r1=530948&r2=530949
==============================================================================
--- incubator/ode/trunk/Rakefile (original)
+++ incubator/ode/trunk/Rakefile Fri Apr 20 16:51:10 2007
@@ -1,8 +1,8 @@
-require "buildr/lib/buildr.rb"
+require "buildr"
 
 # Keep this structure to allow the build system to update version numbers.
-VERSION_NUMBER = "1.3"
-NEXT_VERSION = "1.4"
+VERSION_NUMBER = "1.0-SNAPSHOT"
+NEXT_VERSION = "1.0"
 
 ANNONGEN            = "annogen:annogen:jar:0.1.0"
 ANT                 = "ant:ant:jar:1.6.5"
@@ -407,6 +407,7 @@
       jbi.bootstrap :class_name=>"org.apache.ode.jbi.OdeBootstrap", :libs=>libs
       jbi.merge project("ode:dao-hibernate-db").package(:zip)
       jbi.merge project("ode:dao-jpa-ojpa-derby").package(:zip)
+      jbi.include path_to("src/main/jbi/ode-jbi.properties")
     end
 
     test.with projects("ode:dao-jpa", "ode:bpel-compiler", "ode:bpel-api-jca", "ode:jca-ra",