##// END OF EJS Templates
Set version to 1.3.3....
Set version to 1.3.3. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.3-stable@9414 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r4245:27049b848dd4
r9280:5f2ebc202d5e 1.3-stable
Show More
console
3 lines | 104 B | text/plain | TextLexer
Jean-Philippe Lang
Initial commit...
r2 #!/usr/bin/env ruby
Jean-Baptiste Barth
Use File#expand_path for require's in script/* for Ruby 1.9.2 compatibility. #4050...
r4245 require File.expand_path('../../config/boot', __FILE__)
require 'commands/console'