Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- <?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>
|