]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-8684 Clean up rails files
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 27 Jan 2017 12:14:42 +0000 (13:14 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Mon, 30 Jan 2017 11:34:55 +0000 (12:34 +0100)
it/it-plugins/server-plugin/src/main/resources/widgets/widget-displaying-properties.html.erb [deleted file]
server/sonar-web/src/main/webapp/META-INF/init.rb [deleted file]

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 (file)
index b98754d..0000000
+++ /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 (file)
index cc38914..0000000
+++ /dev/null
@@ -1 +0,0 @@
-ENV['GEM_HOME'] ||= $servlet_context.getRealPath('/WEB-INF/gems')