]> source.dussan.org Git - sonarqube.git/commit
SONAR-3529 API: ability to define property sets. Fix server startup
authorDavid Gageot <david@gageot.net>
Mon, 24 Sep 2012 13:38:40 +0000 (15:38 +0200)
committerDavid Gageot <david@gageot.net>
Mon, 24 Sep 2012 13:39:09 +0000 (15:39 +0200)
commit4beff81ee4fac226c2813e41b27c920d65accbd4
tree8447df978cc4a53c4ffa65309fb113ffa0aeab25
parenta785cf6473a120423908d076a6c43a584d6b1a03
SONAR-3529 API: ability to define property sets. Fix server startup
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/CorePlugin.java
sonar-plugin-api/src/main/java/org/sonar/api/PropertyType.java
sonar-plugin-api/src/main/java/org/sonar/api/config/TestPropertySetTemplate.java [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/controllers/property_sets_controller.rb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/property_sets/index.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/settings/_type_PROPERTY_SET.html.erb [new file with mode: 0644]