Index: v2/trunk/de.ugoe.cs.swe.bnftools.ebnf.ui/plugin.xml
===================================================================
--- v2/trunk/de.ugoe.cs.swe.bnftools.ebnf.ui/plugin.xml	(revision 71)
+++ v2/trunk/de.ugoe.cs.swe.bnftools.ebnf.ui/plugin.xml	(revision 72)
@@ -248,5 +248,6 @@
 	</extension>
 
-<!--
+<!--   -->
+   
    <extension
          point="org.eclipse.xtext.builder.participant">
@@ -255,7 +256,7 @@
       </participant>
    </extension>
-   -->
-   
-   <!--this is for using a button for generation -->
+
+   
+   <!--this is for using a button for generation 
    <extension
         point="org.eclipse.ui.handlers">
@@ -291,5 +292,5 @@
     </menuContribution>
     </extension>
-
+-->
    
    
@@ -433,4 +434,39 @@
     </provider>
   </extension>
+  <!--
+  <extension
+        point="org.eclipse.ui.commands">
+     <command
+           defaultHandler="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:de.ugoe.cs.swe.bnftools.ui.handler.BT_GenerationHandler"
+           id="de.ugoe.cs.swe.bnftools.ebnf.ui.cmdgenerate"
+           name="button_generate">
+     </command>
+  </extension>
+  <extension
+        point="org.eclipse.ui.menus">
+     <menuContribution
+           allPopups="false"
+           locationURI="toolbar:org.eclipse.ui.main.toolbar">
+        <command
+              commandId="de.ugoe.cs.swe.bnftools.ebnf.ui.cmdgenerate"
+              icon="lrun_obj.gif"
+              style="push"
+              tooltip="Generate Code">
+        </command>
+     </menuContribution>
+  </extension>
+  -->
+  <extension
+        id="product"
+        point="org.eclipse.core.runtime.products">
+     <product
+           application="de.ugoe.cs.swe.bnftools.product.application"
+           name="bnf">
+        <property
+              name="appName"
+              value="bnf">
+        </property>
+     </product>
+  </extension>
 
 </plugin>
