You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2014/06/04 21:41:48 UTC

svn commit: r1600475 - /sling/trunk/tooling/ide/eclipse-m2e-ui/plugin.xml

Author: rombert
Date: Wed Jun  4 19:41:47 2014
New Revision: 1600475

URL: http://svn.apache.org/r1600475
Log:
Cleanup plugin.xml in eclipse-m2e-ui

Modified:
    sling/trunk/tooling/ide/eclipse-m2e-ui/plugin.xml

Modified: sling/trunk/tooling/ide/eclipse-m2e-ui/plugin.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/eclipse-m2e-ui/plugin.xml?rev=1600475&r1=1600474&r2=1600475&view=diff
==============================================================================
--- sling/trunk/tooling/ide/eclipse-m2e-ui/plugin.xml (original)
+++ sling/trunk/tooling/ide/eclipse-m2e-ui/plugin.xml Wed Jun  4 19:41:47 2014
@@ -1,35 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?eclipse version="3.0"?>
 <plugin>
-
-  <!-- Define the launch configuration's tab group -->
-  
-
-	<!-- Define images -->
-	
-	<!-- Define the editor section(s) we contribute to the WST UI -->
-  
-  <!-- Runtime images -->
-  
-  <!-- Menu contributions -->
-  
-   <!-- Property page for project to select directory to sync -->
-   <!--extension
-         point="org.eclipse.ui.newWizards">
-      <category
-            id="org.apache.sling.ide.eclipse.ui"
-            name="Sling">
-      </category>
-      <wizard
-            category="org.apache.sling.ide.eclipse.ui"
-            class="org.apache.sling.ide.eclipse.ui.wizards.NewNodeWizard"
-            id="org.apache.sling.ide.eclipse.ui.wizards.NewNodeWizard"
-            name="New node">
-         <selection
-               class="selection.Selection1">
-         </selection>
-      </wizard>
-   </extension-->
    <extension
          point="org.eclipse.ui.newWizards">
       <category
@@ -45,8 +16,4 @@
             project="true">
       </wizard>
    </extension>
-
-
-   
-   
 </plugin>