Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geclipse-dev] g-Eclipse application and product

Hi *,

maybe someone is able to help me... I cannot remember who and why the 
application and product definition has been added to the eu.geclipse.ui 
plugin.xml:

   <extension
         id="application"
         point="org.eclipse.core.runtime.applications">
   </extension>
   <extension
         id="geclipseProduct"
         point="org.eclipse.core.runtime.products">
   </extension>

I would like to remove them (because nobody implemented the necessary classes) 
but wanted to make sure that I do not destroy something magically behind the 
scenes. 

Markus


Back to the top