Title: [596] trunk/rails-integration/plugins/goldspike-snapshot/lib/war_config.rb: We need snapshot to work against latest JRuby
Revision
596
Author
tantalon
Date
2007-05-18 21:20:56 -0400 (Fri, 18 May 2007)

Log Message

We need snapshot to work against latest JRuby

Modified Paths


Diff

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


--- trunk/rails-integration/plugins/goldspike-snapshot/lib/war_config.rb	2007-05-19 01:18:57 UTC (rev 595)
+++ trunk/rails-integration/plugins/goldspike-snapshot/lib/war_config.rb	2007-05-19 01:20:56 UTC (rev 596)
@@ -88,7 +88,7 @@
 
       @java_libraries = {}
       # default java libraries
-      add_library(maven_library('org.jruby', 'jruby-complete', '1.0-RC2'))
+      add_library(maven_library('org.jruby', 'jruby-complete', '1.0RC2'))
       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