Author: vanto
Date: Thu May 27 13:44:51 2010
New Revision: 948836

URL: http://svn.apache.org/viewvc?rev=948836&view=rev
Log:
tweaking the docs

Modified:
    ode/branches/APACHE_ODE_1.3.4.X/BUILDING
    ode/branches/APACHE_ODE_1.3.4.X/RELEASE_NOTES

Modified: ode/branches/APACHE_ODE_1.3.4.X/BUILDING
URL: 
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.3.4.X/BUILDING?rev=948836&r1=948835&r2=948836&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.3.4.X/BUILDING (original)
+++ ode/branches/APACHE_ODE_1.3.4.X/BUILDING Thu May 27 13:44:51 2010
@@ -20,17 +20,17 @@ Buildr requires a Ruby interpreter. If y
 
  * Ruby 1.8.x with RubyGems 0.9 or later. For Windows users using the Ruby 
One-Click Installer is the easiest 
(http://rubyforge.org/projects/rubyinstaller/). For Linux or Mac OS users, a 
Ruby interpreter is usually preinstalled. Just make sure to have the ruby-dev 
package (mkmf is needed for RJB).
 
- * Buildr. Install it by running 'gem install buildr -v 1.2.10'. A proper 
JAVA_HOME environment variable must be set. Make sure to choose either win32 or 
ruby platforms (don't choose java for Antwrap, that's JRuby).
+ * Buildr. Install it by running 'gem install buildr -v 1.3.5'. A proper 
JAVA_HOME environment variable must be set. Make sure to choose either win32 or 
ruby platforms (don't choose java for Antwrap, that's JRuby).
 
 Building is then pretty simple. Open a command in the source root directory 
and run:
 
-rake package
+buildr _1.3.5_ package
 
 To try the test cases bundled with ODE:
 
-rake test
+buildr _1.3.5_ test
 
-It just works! For more information about buildr see 
http://buildr.rubyforge.org/.
+It just works! For more information about buildr see http://buildr.apache.org/.
 
 Running in Tomcat (WAR deployment)
 ----------------------------------

Modified: ode/branches/APACHE_ODE_1.3.4.X/RELEASE_NOTES
URL: 
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.3.4.X/RELEASE_NOTES?rev=948836&r1=948835&r2=948836&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.3.4.X/RELEASE_NOTES (original)
+++ ode/branches/APACHE_ODE_1.3.4.X/RELEASE_NOTES Thu May 27 13:44:51 2010
@@ -2,19 +2,25 @@
 Apache ODE Release Notes
 ========================
 
-Apache ODE 1.3.2 includes about 130 bug fixes and new features. 
-It's also the most stable version of ODE released so far.
+Apache ODE 1.3.4 includes about 100 bug fixes and new features. It's 
+also the most stable version of ODE released so far. 
 
-Apache ODE 1.3.2 requires Java 1.5.x. The WAR distribution can run in
-most J2EE servlet container. The JBI distribution should be able to
-run in any JBI container but has only been tested with ServiceMix
-3.1 so far. See the BUILDING file if you want to build your own
-distribution from the source release.
+Apache ODE 1.3.4 requires Java 1.5.x or higher. The WAR distribution can 
+run in most J2EE servlet container. The JBI distribution should be able 
+to run in any JBI container but has only been tested with ServiceMix 3.2.1
+and latest ServiceMix 4 (OSGi bundle) so far. See the BUILDING file if you 
+want to build your own distribution from the source release. 
+
+New Features:
+------------
+    * [ODE-483] - Instance replayer
+    * [ODE-776] - Build support for both Buildr and Maven 2/3
+    * [ODE-778] - Add a possibility to deploy processes as OSGi bundles
+    * [ODE-814] - Add spring confgurable process properties
 
 Changes:
--------
+------- 
 
-See our Jira for more information:
-
-https://issues.apache.org/jira/browse/ODE/fixforversion/12313906
+See our Jira for more information: 
 
+https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310270&styleName=Html&version=12314168


Reply via email to