Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- <?xml version="1.0" encoding="UTF-8"?>
- <?eclipse version="3.4"?>
- <plugin>
-
- <extension
- id="anotherproduct"
- point="org.eclipse.core.runtime.products">
- <product
- name="BggToolAnother"
- application="org.eclipse.e4.ui.workbench.swt.E4Application">
- <property
- name="appName"
- value="BggToolAnother">
- </property>
- </product>
- </extension>
- <extension
- id="bggtoolanother"
- point="org.eclipse.core.runtime.products">
- <product
- application="org.eclipse.e4.ui.workbench.swt.E4Application"
- name="BggToolAnother">
- <property
- name="appName"
- value="BggToolAnother">
- </property>
- </product>
- </extension>
-
- </plugin>
|