You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by vb...@apache.org on 2008/03/07 07:16:15 UTC

svn commit: r634553 - /incubator/buildr/trunk/lib/java/nailgun.rb

Author: vborja
Date: Thu Mar  6 22:16:15 2008
New Revision: 634553

URL: http://svn.apache.org/viewvc?rev=634553&view=rev
Log:
nailgun requires rbconfig when loaded on a fresh runtime

Modified:
    incubator/buildr/trunk/lib/java/nailgun.rb

Modified: incubator/buildr/trunk/lib/java/nailgun.rb
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/lib/java/nailgun.rb?rev=634553&r1=634552&r2=634553&view=diff
==============================================================================
--- incubator/buildr/trunk/lib/java/nailgun.rb (original)
+++ incubator/buildr/trunk/lib/java/nailgun.rb Thu Mar  6 22:16:15 2008
@@ -13,6 +13,8 @@
 # License for the specific language governing permissions and limitations under
 # the License.
 
+require 'rbconfig'
+
 module Buildr
 
   #  See the nailgun_help method for documentation.