From bdfee87349c990331eb8f74b7505c02c2ebc8910 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 13 Sep 2009 11:58:48 +0000 Subject: Merged r2766 and r2783 from trunk. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/0.8-stable@2884 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- script/about | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'script') diff --git a/script/about b/script/about index 7b07d46a3..00ae734e3 100755 --- a/script/about +++ b/script/about @@ -1,3 +1,6 @@ #!/usr/bin/env ruby require File.dirname(__FILE__) + '/../config/boot' -require 'commands/about' \ No newline at end of file +$LOAD_PATH.unshift "#{RAILTIES_PATH}/builtin/rails_info" +require 'commands/about' + +Redmine::About.print_plugin_info -- cgit v1.2.3 n value='1.0'>1.0 Vaadin web components: https://github.com/vaadin/vaadin-corewww-data
summaryrefslogtreecommitdiffstats
path: root/gulpfile.js
blob: 312593be36c4ca6af89b2b4981f9cfcd85e4bdee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13