aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/main/resources/META-INF/persistence.xml
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2011-07-14 18:19:37 +0200
committersimonbrandhof <simon.brandhof@gmail.com>2011-07-14 18:19:52 +0200
commit8d542803129dc572828a4a12174c5c4d2c1c81c8 (patch)
treef539237e35b66ce4978e07a130078076c0678c3a /sonar-core/src/main/resources/META-INF/persistence.xml
parent75eeadcdaa600a5d2e2729125f7258ebddeb8101 (diff)
downloadsonarqube-8d542803129dc572828a4a12174c5c4d2c1c81c8.tar.gz
sonarqube-8d542803129dc572828a4a12174c5c4d2c1c81c8.zip
SONAR-2610 web service for manual measures + copy manual measures during analysis
Diffstat (limited to 'sonar-core/src/main/resources/META-INF/persistence.xml')
-rw-r--r--sonar-core/src/main/resources/META-INF/persistence.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-core/src/main/resources/META-INF/persistence.xml b/sonar-core/src/main/resources/META-INF/persistence.xml
index a4a8d36b3e4..cb768e0e986 100644
--- a/sonar-core/src/main/resources/META-INF/persistence.xml
+++ b/sonar-core/src/main/resources/META-INF/persistence.xml
@@ -7,6 +7,7 @@
<provider>org.hibernate.ejb.HibernatePersistence</provider>
<class>org.sonar.jpa.entity.SchemaMigration</class>
+ <class>org.sonar.jpa.entity.ManualMeasure</class>
<class>org.sonar.api.database.configuration.Property</class>
<class>org.sonar.api.qualitymodel.Model</class>
<class>org.sonar.api.qualitymodel.Characteristic</class>