aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2017-01-27 13:14:42 +0100
committerJulien Lancelot <julien.lancelot@sonarsource.com>2017-01-30 12:34:55 +0100
commit9af37f5658440ed0914416ef7056628d48ca969c (patch)
tree1c7021647fcdf78d8607ecf0a299e730db94e31a
parent96bfde91a0006ef4577acd0d35f83745ac7699e5 (diff)
downloadsonarqube-9af37f5658440ed0914416ef7056628d48ca969c.tar.gz
sonarqube-9af37f5658440ed0914416ef7056628d48ca969c.zip
SONAR-8684 Clean up rails files
-rw-r--r--it/it-plugins/server-plugin/src/main/resources/widgets/widget-displaying-properties.html.erb12
-rw-r--r--server/sonar-web/src/main/webapp/META-INF/init.rb1
2 files changed, 0 insertions, 13 deletions
diff --git a/it/it-plugins/server-plugin/src/main/resources/widgets/widget-displaying-properties.html.erb b/it/it-plugins/server-plugin/src/main/resources/widgets/widget-displaying-properties.html.erb
deleted file mode 100644
index b98754d9605..00000000000
--- a/it/it-plugins/server-plugin/src/main/resources/widgets/widget-displaying-properties.html.erb
+++ /dev/null
@@ -1,12 +0,0 @@
-<table>
- <thead>
- <tr>
- <th>Property</th>
- <th>Value</th>
- </tr>
- </thead>
- <tr>
- <td>some-property</td>
- <td id="some-property"><%= configuration('some-property') -%></td>
- </tr>
-</table>
diff --git a/server/sonar-web/src/main/webapp/META-INF/init.rb b/server/sonar-web/src/main/webapp/META-INF/init.rb
deleted file mode 100644
index cc389146b29..00000000000
--- a/server/sonar-web/src/main/webapp/META-INF/init.rb
+++ /dev/null
@@ -1 +0,0 @@
-ENV['GEM_HOME'] ||= $servlet_context.getRealPath('/WEB-INF/gems')