diff options
-rw-r--r-- | it/it-plugins/server-plugin/src/main/resources/widgets/widget-displaying-properties.html.erb | 12 | ||||
-rw-r--r-- | server/sonar-web/src/main/webapp/META-INF/init.rb | 1 |
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') |