]> source.dussan.org Git - sonarqube.git/commitdiff
DAOv.2 - Removed legacy files
authorStephane Gamard <stephane.gamard@searchbox.com>
Wed, 4 Jun 2014 16:05:43 +0000 (18:05 +0200)
committerStephane Gamard <stephane.gamard@searchbox.com>
Wed, 4 Jun 2014 16:05:43 +0000 (18:05 +0200)
sonar-server/src/main/java/org/sonar/server/es/package-info.java [deleted file]
sonar-server/src/test/resources/org/sonar/server/es/ESIndexTest/correct_mapping1.json [deleted file]
sonar-server/src/test/resources/org/sonar/server/es/ESIndexTest/correct_mapping2.json [deleted file]
sonar-server/src/test/resources/org/sonar/server/es/ESIndexTest/malformed.json [deleted file]

diff --git a/sonar-server/src/main/java/org/sonar/server/es/package-info.java b/sonar-server/src/main/java/org/sonar/server/es/package-info.java
deleted file mode 100644 (file)
index 7e2b641..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * SonarQube, open source software quality management tool.
- * Copyright (C) 2008-2014 SonarSource
- * mailto:contact AT sonarsource DOT com
- *
- * SonarQube 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.
- *
- * SonarQube 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 this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
- */
-@ParametersAreNonnullByDefault
-package org.sonar.server.es;
-
-import javax.annotation.ParametersAreNonnullByDefault;
diff --git a/sonar-server/src/test/resources/org/sonar/server/es/ESIndexTest/correct_mapping1.json b/sonar-server/src/test/resources/org/sonar/server/es/ESIndexTest/correct_mapping1.json
deleted file mode 100644 (file)
index 67e2ddd..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-{
-  "type1": {
-    "properties": {
-      "value": {
-        "type": "string"
-      }
-    }
-  }
-}
diff --git a/sonar-server/src/test/resources/org/sonar/server/es/ESIndexTest/correct_mapping2.json b/sonar-server/src/test/resources/org/sonar/server/es/ESIndexTest/correct_mapping2.json
deleted file mode 100644 (file)
index d1b9448..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-{
-  "type2": {
-    "properties": {
-      "value": {
-        "type": "string"
-      }
-    }
-  }
-}
diff --git a/sonar-server/src/test/resources/org/sonar/server/es/ESIndexTest/malformed.json b/sonar-server/src/test/resources/org/sonar/server/es/ESIndexTest/malformed.json
deleted file mode 100644 (file)
index a01ad5e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-blarg