module Bezebe::CVS

Constants

VERSION

Public Class Methods

loadJar() click to toggle source
# File lib/bezebe-cvs.rb, line 13
def self.loadJar
    Rjb::load(nil, nil)
    Rjb::add_jar(File.expand_path(File.join(File.dirname(File.expand_path(__FILE__)), 'vendor' , 'org-netbeans-lib-cvsclient.jar')))
end