Title: [610] trunk/rails-integration/plugins/goldspike-snapshot/lib/war_config.rb: fixing bug in maven_library
Revision
610
Author
superchris
Date
2007-06-03 23:30:11 -0400 (Sun, 03 Jun 2007)

Log Message

fixing bug in maven_library

Modified Paths


Diff

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


--- trunk/rails-integration/plugins/goldspike-snapshot/lib/war_config.rb	2007-06-01 17:05:35 UTC (rev 609)
+++ trunk/rails-integration/plugins/goldspike-snapshot/lib/war_config.rb	2007-06-04 03:30:11 UTC (rev 610)
@@ -279,7 +279,7 @@
       # method hook for maven library property
       def maven_library(group, name, version)
         begin
-          @result.add_java_library(@result.maven_library(group, name, version))
+          @result.add_library(@result.maven_library(group, name, version))
         rescue
           WLog.warn "couldn't load maven library #{name}, check library definition in the config file"
         end
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to