From 48c4b12c141fd80e7b00ae68413e5bc833008d2d Mon Sep 17 00:00:00 2001 From: Dmitry Avdeev Date: Wed, 5 Sep 2012 12:47:12 +0400 Subject: [PATCH] HtmlUnknownTargetInspection moved to community --- platform/platform-resources/src/META-INF/XmlPlugin.xml | 4 ++++ .../daemon/impl/analysis}/HtmlUnknownTargetInspection.java | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) rename xml/impl/src/com/intellij/{codeInspection/htmlInspections => codeInsight/daemon/impl/analysis}/HtmlUnknownTargetInspection.java (87%) diff --git a/platform/platform-resources/src/META-INF/XmlPlugin.xml b/platform/platform-resources/src/META-INF/XmlPlugin.xml index 626613d7eb4e..808e4a90fdc6 100644 --- a/platform/platform-resources/src/META-INF/XmlPlugin.xml +++ b/platform/platform-resources/src/META-INF/XmlPlugin.xml @@ -360,6 +360,10 @@ + + diff --git a/xml/impl/src/com/intellij/codeInspection/htmlInspections/HtmlUnknownTargetInspection.java b/xml/impl/src/com/intellij/codeInsight/daemon/impl/analysis/HtmlUnknownTargetInspection.java similarity index 87% rename from xml/impl/src/com/intellij/codeInspection/htmlInspections/HtmlUnknownTargetInspection.java rename to xml/impl/src/com/intellij/codeInsight/daemon/impl/analysis/HtmlUnknownTargetInspection.java index ffef4826f33d..c68203625600 100644 --- a/xml/impl/src/com/intellij/codeInspection/htmlInspections/HtmlUnknownTargetInspection.java +++ b/xml/impl/src/com/intellij/codeInsight/daemon/impl/analysis/HtmlUnknownTargetInspection.java @@ -13,9 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package com.intellij.codeInspection.htmlInspections; +package com.intellij.codeInsight.daemon.impl.analysis; -import com.intellij.codeInsight.daemon.impl.analysis.XmlPathReferenceInspection; import org.jetbrains.annotations.NotNull; /**