diff --git a/platform/platform-resources/src/META-INF/XmlPlugin.xml b/platform/platform-resources/src/META-INF/XmlPlugin.xml index 107251b15c0c..fe3d6534620a 100644 --- a/platform/platform-resources/src/META-INF/XmlPlugin.xml +++ b/platform/platform-resources/src/META-INF/XmlPlugin.xml @@ -532,7 +532,9 @@ - + + + diff --git a/plugins/groovy/src/META-INF/plugin.xml b/plugins/groovy/src/META-INF/plugin.xml index 95454fa13c61..49ab36f02554 100644 --- a/plugins/groovy/src/META-INF/plugin.xml +++ b/plugins/groovy/src/META-INF/plugin.xml @@ -461,7 +461,7 @@ - + diff --git a/plugins/groovy/src/org/jetbrains/plugins/groovy/template/GroovyTemplatesProvider.java b/plugins/groovy/src/org/jetbrains/plugins/groovy/template/GroovyTemplatesProvider.java deleted file mode 100644 index f50969f6730c..000000000000 --- a/plugins/groovy/src/org/jetbrains/plugins/groovy/template/GroovyTemplatesProvider.java +++ /dev/null @@ -1,33 +0,0 @@ -/* - * Copyright 2000-2011 JetBrains s.r.o. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.jetbrains.plugins.groovy.template; - -import com.intellij.codeInsight.template.impl.DefaultLiveTemplatesProvider; - -/** - * @author peter - */ -public class GroovyTemplatesProvider implements DefaultLiveTemplatesProvider{ - @Override - public String[] getDefaultLiveTemplateFiles() { - return new String[]{"liveTemplates/Groovy"}; - } - - @Override - public String[] getHiddenLiveTemplateFiles() { - return null; - } -} diff --git a/plugins/maven/src/main/java/org/jetbrains/idea/maven/utils/MavenLiveTemplatesProvider.java b/plugins/maven/src/main/java/org/jetbrains/idea/maven/utils/MavenLiveTemplatesProvider.java deleted file mode 100644 index 4adaf2d4348b..000000000000 --- a/plugins/maven/src/main/java/org/jetbrains/idea/maven/utils/MavenLiveTemplatesProvider.java +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Copyright 2000-2010 JetBrains s.r.o. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.jetbrains.idea.maven.utils; - -import com.intellij.codeInsight.template.impl.DefaultLiveTemplatesProvider; - -public class MavenLiveTemplatesProvider implements DefaultLiveTemplatesProvider { - @Override - public String[] getDefaultLiveTemplateFiles() { - return new String[]{"/liveTemplates/maven_xml"}; - } - - @Override - public String[] getHiddenLiveTemplateFiles() { - return null; - } -} diff --git a/plugins/maven/src/main/resources/META-INF/plugin.xml b/plugins/maven/src/main/resources/META-INF/plugin.xml index 7d678a797463..3100c665a577 100644 --- a/plugins/maven/src/main/resources/META-INF/plugin.xml +++ b/plugins/maven/src/main/resources/META-INF/plugin.xml @@ -105,7 +105,7 @@ - + diff --git a/plugins/sh/resources/META-INF/plugin.xml b/plugins/sh/resources/META-INF/plugin.xml index d15482808cce..473b174b9f21 100644 --- a/plugins/sh/resources/META-INF/plugin.xml +++ b/plugins/sh/resources/META-INF/plugin.xml @@ -42,9 +42,9 @@ Adds support for working with shell script files - - -