Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-06-11 16:26:29 +0000
committerEike Stepper2012-06-11 16:26:29 +0000
commit1a223a1861adbe36b9b9f8cdb4f381ffbe51d5fc (patch)
tree23db1dd694484be32eaaef067d39e1658fae6bfb /plugins/org.eclipse.emf.cdo.examples.installer/plugin.xml
parent5b08149521f82f5e950034916216fb5b28286517 (diff)
downloadcdo-1a223a1861adbe36b9b9f8cdb4f381ffbe51d5fc.tar.gz
cdo-1a223a1861adbe36b9b9f8cdb4f381ffbe51d5fc.tar.xz
cdo-1a223a1861adbe36b9b9f8cdb4f381ffbe51d5fc.zip
[382225] Provide CDO example installers
https://bugs.eclipse.org/bugs/show_bug.cgi?id=382225
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.examples.installer/plugin.xml')
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/plugin.xml56
1 files changed, 56 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/plugin.xml b/plugins/org.eclipse.emf.cdo.examples.installer/plugin.xml
index 2a81ae25bf..5901a91215 100644
--- a/plugins/org.eclipse.emf.cdo.examples.installer/plugin.xml
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/plugin.xml
@@ -59,6 +59,16 @@
project="true">
<description>%ExampleModelWizard_desc</description>
</wizard>
+ <wizard
+ canFinishEarly="true"
+ category="org.eclipse.ui.Examples/org.eclipse.emf.cdo.examples"
+ class="org.eclipse.emf.common.ui.wizard.ExampleInstallerWizard"
+ icon="icons/full/ctool16/NewEMFExample.gif"
+ id="org.eclipse.emf.cdo.examples.ExampleGastroWizard"
+ name="%ExampleGastroWizard_name"
+ project="true">
+ <description>%ExampleGastroWizard_desc</description>
+ </wizard>
</extension>
<extension point="org.eclipse.emf.common.ui.examples">
@@ -113,6 +123,52 @@
contentURI="examples/model.edit/"
description="%ExampleEditProject_desc"/>
</example>
+ <example
+ id="org.eclipse.emf.cdo.examples.ExampleGastro"
+ wizardID="org.eclipse.emf.cdo.examples.ExampleGastroWizard"
+ pageImage="icons/full/wizban/NewEMFExample.gif">
+ <fileToOpen editorID="org.eclipse.ui.browser.editor" location="org.gastro.server/README.html"/>
+ <projectDescriptor
+ name="org.gastro.inventory"
+ contentURI="examples/gastro.inventory/"
+ description="%ExampleProject_gastro.inventory_desc"/>
+ <projectDescriptor
+ name="org.gastro.inventory.edit"
+ contentURI="examples/gastro.inventory.edit/"
+ description="%ExampleProject_gastro.inventory.edit_desc"/>
+ <projectDescriptor
+ name="org.gastro.business"
+ contentURI="examples/gastro.business/"
+ description="%ExampleProject_gastro.business_desc"/>
+ <projectDescriptor
+ name="org.gastro.business.edit"
+ contentURI="examples/gastro.business.edit/"
+ description="%ExampleProject_gastro.business.edit_desc"/>
+ <projectDescriptor
+ name="org.gastro.rcp"
+ contentURI="examples/gastro.rcp/"
+ description="%ExampleProject_gastro.rcp_desc"/>
+ <projectDescriptor
+ name="org.gastro.rcp.department"
+ contentURI="examples/gastro.rcp.department/"
+ description="%ExampleProject_gastro.rcp.department_desc"/>
+ <projectDescriptor
+ name="org.gastro.rcp.table"
+ contentURI="examples/gastro.rcp.table/"
+ description="%ExampleProject_gastro.rcp.table_desc"/>
+ <projectDescriptor
+ name="org.gastro.server"
+ contentURI="examples/gastro.server/"
+ description="%ExampleProject_gastro.server_desc"/>
+ <projectDescriptor
+ name="org.gastro.server.web"
+ contentURI="examples/gastro.server.web/"
+ description="%ExampleProject_gastro.server.web_desc"/>
+ <projectDescriptor
+ name="org.gastro.testclient"
+ contentURI="examples/gastro.testclient/"
+ description="%ExampleProject_gastro.testclient_desc"/>
+ </example>
</extension>
</plugin>

Back to the top