diff options
author | Jean-Baptiste Vilain <jean-baptiste.vilain@sonarsource.com> | 2013-04-09 13:45:38 +0200 |
---|---|---|
committer | Jean-Baptiste Vilain <jean-baptiste.vilain@sonarsource.com> | 2013-04-09 13:45:38 +0200 |
commit | 8a15d3f31793c98907f77843f1c269de0a1450ed (patch) | |
tree | 3133a084eaccabd04022bbc619a1ac26304d981a /sonar-server | |
parent | 7208aeb37709aa1beee50b17831999b3ef591f2b (diff) | |
download | sonarqube-8a15d3f31793c98907f77843f1c269de0a1450ed.tar.gz sonarqube-8a15d3f31793c98907f77843f1c269de0a1450ed.zip |
(SONAR-3893) Improve the highlighter API to not depend on sonar-channel and allow to work on multi-line tokens - Added MyBatis data access layer
Diffstat (limited to 'sonar-server')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/models/snapshot_data.rb | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/snapshot_data.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/snapshot_data.rb deleted file mode 100644 index 5ec309e06a3..00000000000 --- a/sonar-server/src/main/webapp/WEB-INF/app/models/snapshot_data.rb +++ /dev/null @@ -1,31 +0,0 @@ -# -# Sonar, entreprise quality control tool. -# Copyright (C) 2008-2012 SonarSource -# mailto:contact AT sonarsource DOT com -# -# Sonar is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. -# -# Sonar is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with Sonar; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02 -# - -# -# Sonar 3.6 -# - -class SnapshotData < ActiveRecord::Base - - set_table_name :snapshot_data - - belongs_to :snapshot - -end
\ No newline at end of file |