Title: [579] trunk/rails-integration/plugins/goldspike-snapshot/lib: Snapshot plugin should look for goldspike jar
- Revision
- 579
- Author
- tantalon
- Date
- 2007-05-12 01:15:30 -0400 (Sat, 12 May 2007)
Log Message
Snapshot plugin should look for goldspike jar
Modified Paths
Diff
Modified: trunk/rails-integration/plugins/goldspike-snapshot/lib/create_war.rb (578 => 579)
--- trunk/rails-integration/plugins/goldspike-snapshot/lib/create_war.rb 2007-05-12 00:18:03 UTC (rev 578)
+++ trunk/rails-integration/plugins/goldspike-snapshot/lib/create_war.rb 2007-05-12 05:15:30 UTC (rev 579)
@@ -96,9 +96,9 @@
</context-param>
<context-param>
- <description>The files servlet should forward to the rails servlet if no file could be found</description>
<param-name>files.default</param-name>
<param-value>rails</param-value>
+ <description>The files servlet should forward to the rails servlet if no file could be found</description>
</context-param>
<servlet>
Modified: trunk/rails-integration/plugins/goldspike-snapshot/lib/war_config.rb (578 => 579)
--- trunk/rails-integration/plugins/goldspike-snapshot/lib/war_config.rb 2007-05-12 00:18:03 UTC (rev 578)
+++ trunk/rails-integration/plugins/goldspike-snapshot/lib/war_config.rb 2007-05-12 05:15:30 UTC (rev 579)
@@ -83,7 +83,7 @@
@java_libraries = {}
# default java libraries
add_java_library(maven_library('org.jruby', 'jruby-complete', '0.9.9'))
- add_java_library(maven_library('org.jruby.extras', 'rails-integration', '1.1.1'))
+ add_java_library(maven_library('org.jruby.extras', 'goldspike', '1.2'))
add_java_library(maven_library('javax.activation', 'activation', '1.1'))
add_java_library(maven_library('commons-pool', 'commons-pool', '1.3'))
add_java_library(maven_library('bouncycastle', 'bcprov-jdk14', '124'))
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel