module Pacer
  module Orient
    VERSION = "2.3.3.pre"
    PACER_REQ = ">= 2.0.4.pre"
    if defined? Pacer::JARFILES
      Pacer::JARFILES << File.join(File.dirname(__FILE__), "../..", "Jarfile")
    end
  end
end