summaryrefslogtreecommitdiff
path: root/plugins/maven/src/main/resources/META-INF/plugin.xml
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2014-09-10 19:07:16 -0700
committerSiva Velusamy <vsiva@google.com>2014-09-16 20:49:04 +0000
commit9d7ec5d744efbb47cc9f0e1e7d18cde1eece505b (patch)
treefc0bfacbf8a58792a7940a670808f6b111faf569 /plugins/maven/src/main/resources/META-INF/plugin.xml
parent07388422308acf40057734c42eeab2bb041a22a4 (diff)
downloadidea-9d7ec5d744efbb47cc9f0e1e7d18cde1eece505b.tar.gz
75431: Remove inapplicable run configuration types, try 2
This CL removes run configurations most likely not needed/used by users of Android Studio. See https://code.google.com/p/android/issues/detail?id=75431 Change-Id: I5362552b2b3f755d92da20d8adf730f6b0d10108 (cherry picked from commit 063037a1259315148494bebfd7e105b3cb425b5c)
Diffstat (limited to 'plugins/maven/src/main/resources/META-INF/plugin.xml')
-rw-r--r--plugins/maven/src/main/resources/META-INF/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/maven/src/main/resources/META-INF/plugin.xml b/plugins/maven/src/main/resources/META-INF/plugin.xml
index 0261f132277c..c2d98d272044 100644
--- a/plugins/maven/src/main/resources/META-INF/plugin.xml
+++ b/plugins/maven/src/main/resources/META-INF/plugin.xml
@@ -64,8 +64,8 @@
<stepsBeforeRunProvider implementation="org.jetbrains.idea.maven.tasks.MavenBeforeRunTasksProvider"/>
<keymapExtension implementation="org.jetbrains.idea.maven.tasks.MavenKeymapExtension"/>
<errorHandler implementation="com.intellij.diagnostic.ITNReporter"/>
- <configurationType implementation="org.jetbrains.idea.maven.execution.MavenRunConfigurationType"/>
- <configurationProducer implementation="org.jetbrains.idea.maven.execution.MavenConfigurationProducer"/>
+ <!-- <configurationType implementation="org.jetbrains.idea.maven.execution.MavenRunConfigurationType"/>
+ <configurationProducer implementation="org.jetbrains.idea.maven.execution.MavenConfigurationProducer"/> -->
<orderEnumerationHandlerFactory implementation="org.jetbrains.idea.maven.execution.MavenOrderEnumeratorHandler$FactoryImpl"/>
<junitPatcher implementation="org.jetbrains.idea.maven.execution.MavenJUnitPatcher" />