Author: snjeza
Date: 2011-04-10 18:58:49 -0400 (Sun, 10 Apr 2011)
New Revision: 30461
Modified:
trunk/maven/plugins/org.jboss.tools.maven.cdi/plugin.properties
trunk/maven/plugins/org.jboss.tools.maven.hibernate/plugin.properties
trunk/maven/plugins/org.jboss.tools.maven.jsf/plugin.properties
trunk/maven/plugins/org.jboss.tools.maven.portlet/plugin.properties
trunk/maven/plugins/org.jboss.tools.maven.seam/plugin.properties
trunk/maven/plugins/org.jboss.tools.maven.seam/plugin.xml
Log:
JBIDE-8707 maven configurators have redundant names
Modified: trunk/maven/plugins/org.jboss.tools.maven.cdi/plugin.properties
===================================================================
--- trunk/maven/plugins/org.jboss.tools.maven.cdi/plugin.properties 2011-04-10 22:58:24
UTC (rev 30460)
+++ trunk/maven/plugins/org.jboss.tools.maven.cdi/plugin.properties 2011-04-10 22:58:49
UTC (rev 30461)
@@ -1,4 +1,4 @@
Bundle-Vendor = JBoss by Red Hat
Bundle-Name = JBoss Maven CDI Configurator
-CDI_Project_configurator_WTP = CDI Project configurator (WTP)
-CDI_Project_configurator_JDT = CDI Project configurator (JDT)
+CDI_Project_configurator_WTP = CDI (WTP)
+CDI_Project_configurator_JDT = CDI (JDT)
Modified: trunk/maven/plugins/org.jboss.tools.maven.hibernate/plugin.properties
===================================================================
--- trunk/maven/plugins/org.jboss.tools.maven.hibernate/plugin.properties 2011-04-10
22:58:24 UTC (rev 30460)
+++ trunk/maven/plugins/org.jboss.tools.maven.hibernate/plugin.properties 2011-04-10
22:58:49 UTC (rev 30461)
@@ -1,4 +1,4 @@
Bundle-Vendor = JBoss by Red Hat
Bundle-Name = JBoss Maven Hibernate Configurator
-Hibernate_Project_configurator = Hibernate Project configurator
+Hibernate_Project_configurator = Hibernate
Modified: trunk/maven/plugins/org.jboss.tools.maven.jsf/plugin.properties
===================================================================
--- trunk/maven/plugins/org.jboss.tools.maven.jsf/plugin.properties 2011-04-10 22:58:24
UTC (rev 30460)
+++ trunk/maven/plugins/org.jboss.tools.maven.jsf/plugin.properties 2011-04-10 22:58:49
UTC (rev 30461)
@@ -1,3 +1,3 @@
Bundle-Vendor = JBoss by Red Hat
Bundle-Name = JBoss Maven JSF Configurator
-JSF_Project_configurator = JSF Project configurator
+JSF_Project_configurator = JSF
Modified: trunk/maven/plugins/org.jboss.tools.maven.portlet/plugin.properties
===================================================================
--- trunk/maven/plugins/org.jboss.tools.maven.portlet/plugin.properties 2011-04-10
22:58:24 UTC (rev 30460)
+++ trunk/maven/plugins/org.jboss.tools.maven.portlet/plugin.properties 2011-04-10
22:58:49 UTC (rev 30461)
@@ -1,3 +1,3 @@
Bundle-Vendor = JBoss by Red Hat
Bundle-Name = JBoss Maven Portlet Configurator
-Portlet_Project_configurator = Portlet Project configurator
+Portlet_Project_configurator = Portlet
Modified: trunk/maven/plugins/org.jboss.tools.maven.seam/plugin.properties
===================================================================
--- trunk/maven/plugins/org.jboss.tools.maven.seam/plugin.properties 2011-04-10 22:58:24
UTC (rev 30460)
+++ trunk/maven/plugins/org.jboss.tools.maven.seam/plugin.properties 2011-04-10 22:58:49
UTC (rev 30461)
@@ -1,4 +1,5 @@
#Properties file for org.jboss.tools.maven.seam
Bundle-Vendor = JBoss by Red Hat
Bundle-Name = Integration Seam projects with Maven
-Seam_Project_configurator = Seam Project configurator
\ No newline at end of file
+Seam_Project_configurator = Seam
+Fix_classpath = Fixing classpath
\ No newline at end of file
Modified: trunk/maven/plugins/org.jboss.tools.maven.seam/plugin.xml
===================================================================
--- trunk/maven/plugins/org.jboss.tools.maven.seam/plugin.xml 2011-04-10 22:58:24 UTC (rev
30460)
+++ trunk/maven/plugins/org.jboss.tools.maven.seam/plugin.xml 2011-04-10 22:58:49 UTC (rev
30461)
@@ -30,9 +30,9 @@
<extension point="org.eclipse.m2e.core.projectConfigurators">
<configurator
-
id="org.jboss.tools.maven.seam.configurator.fixClasspathConfigurator"
+
id="org.jboss.tools.maven.seam.configuringator.fixClasspathConfigurator"
class="org.jboss.tools.maven.seam.configurators.FixClasspathConfigurator"
- name="%Seam_Project_configurator"
+ name="%Fix_classpath"
secondaryTo="org.eclipse.m2e.jdt.javaConfigurator"/>
</extension>