Title: [631] trunk/rails-integration/plugins/goldspike-snapshot/lib/war_config.rb: Default to JRuby 1.0
Revision
631
Author
tantalon
Date
2007-06-14 17:13:58 -0400 (Thu, 14 Jun 2007)

Log Message

Default to JRuby 1.0

Modified Paths


Diff

Modified: trunk/rails-integration/plugins/goldspike-snapshot/lib/war_config.rb (630 => 631)


--- trunk/rails-integration/plugins/goldspike-snapshot/lib/war_config.rb	2007-06-14 15:11:40 UTC (rev 630)
+++ trunk/rails-integration/plugins/goldspike-snapshot/lib/war_config.rb	2007-06-14 21:13:58 UTC (rev 631)
@@ -88,7 +88,7 @@
 
       @java_libraries = {}
       # default java libraries
-      add_library(maven_library('org.jruby', 'jruby-complete', '1.0RC2'))
+      add_library(maven_library('org.jruby', 'jruby-complete', '1.0'))
       add_library(maven_library('org.jruby.extras', 'goldspike', '1.3-SNAPSHOT'))
       add_library(maven_library('javax.activation', 'activation', '1.1'))
       add_library(maven_library('commons-pool', 'commons-pool', '1.3'))
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to