You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by de...@apache.org on 2010/09/13 19:11:40 UTC

svn commit: r996604 - /geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v30.ui/plugin.xml

Author: delos
Date: Mon Sep 13 17:11:40 2010
New Revision: 996604

URL: http://svn.apache.org/viewvc?rev=996604&view=rev
Log:
GERONIMODEVTOOLS-672 remove duplicate extension in v30.core

Modified:
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v30.ui/plugin.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v30.ui/plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v30.ui/plugin.xml?rev=996604&r1=996603&r2=996604&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v30.ui/plugin.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v30.ui/plugin.xml Mon Sep 13 17:11:40 2010
@@ -284,19 +284,6 @@
      ##                                                                                                               ##
      ###################################################################################################################
      -->
-    <extension point="org.eclipse.ltk.core.refactoring.renameParticipants">         
-        <renameParticipant    
-            id="org.apache.geronimo.st.v30.ui.refactoring.rename"    
-            name="Rename a project with renaming additional info in deployment plan"     
-            class="org.apache.geronimo.st.v30.ui.refactoring.GeronimoProjectRenameParticipant">     
-            <enablement>
-                <with variable="element">
-                    <instanceof value="org.eclipse.core.resources.IProject">
-                    </instanceof>
-                </with> 
-            </enablement>        
-        </renameParticipant>    
-    </extension>