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; /**