aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp/Rakefile
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-09-06 14:08:06 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-09-06 14:08:06 +0000
commitaeadc1f9129274949daaa57738c7c4550bdfbc7b (patch)
tree08dadf5ef7474fc41d1d48f74648f1ba8b55f34d /sonar-server/src/main/webapp/Rakefile
downloadsonarqube-aeadc1f9129274949daaa57738c7c4550bdfbc7b.tar.gz
sonarqube-aeadc1f9129274949daaa57738c7c4550bdfbc7b.zip
SONAR-236 remove deprecated code from checkstyle plugin + display default value of rule parameters in Q profile console
Diffstat (limited to 'sonar-server/src/main/webapp/Rakefile')
-rw-r--r--sonar-server/src/main/webapp/Rakefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sonar-server/src/main/webapp/Rakefile b/sonar-server/src/main/webapp/Rakefile
new file mode 100644
index 00000000000..3bb0e8592a4
--- /dev/null
+++ b/sonar-server/src/main/webapp/Rakefile
@@ -0,0 +1,10 @@
+# Add your own tasks in files placed in lib/tasks ending in .rake,
+# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
+
+require(File.join(File.dirname(__FILE__), 'config', 'boot'))
+
+require 'rake'
+require 'rake/testtask'
+require 'rake/rdoctask'
+
+require 'tasks/rails'