Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 03d5c772e58d5a0f5d8d43855ee3813a6f5ddc1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
	Copyright (c) 2012 Eike Stepper (Berlin, Germany) and others.
	All rights reserved. This program and the accompanying materials
	are made available under the terms of the Eclipse Public License v1.0
	which accompanies this distribution, and is available at
	http://www.eclipse.org/legal/epl-v10.html

	Contributors:
	  Eike Stepper - initial API and implementation
-->

<plugin>

   <extension point="org.eclipse.ui.newWizards">
      <category
            id="org.eclipse.emf.cdo.examples"
            name="%CDOExampleCategory_name"
            parentCategory="org.eclipse.ui.Examples">
      </category>
      <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.ExampleMasterWizard"
            name="%ExampleMasterWizard_name"
            project="true">
         <description>%ExampleMasterWizard_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.ExampleCloneWizard"
            name="%ExampleCloneWizard_name"
            project="true">
         <description>%ExampleCloneWizard_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.ExampleClientWizard"
            name="%ExampleClientWizard_name"
            project="true">
         <description>%ExampleClientWizard_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.ExampleOfflineWizard"
            name="%ExampleOfflineWizard_name"
            project="true">
         <description>%ExampleOfflineWizard_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.ExampleModelWizard"
            name="%ExampleModelWizard_name"
            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">
      <example
            id="org.eclipse.emf.cdo.examples.ExampleMasterServer"
            wizardID="org.eclipse.emf.cdo.examples.ExampleMasterWizard"
            pageImage="icons/full/wizban/NewEMFExample.gif">
         <fileToOpen editorID="org.eclipse.ui.browser.editor" location="org.eclipse.emf.cdo.examples.master/README.html"/>
         <projectDescriptor
               name="org.eclipse.emf.cdo.examples.master"
               contentURI="examples/org.eclipse.emf.cdo.examples.master/"
               description="%ExampleMasterProject_desc"/>
      </example>
      <example
            id="org.eclipse.emf.cdo.examples.ExampleCloneServer"
            wizardID="org.eclipse.emf.cdo.examples.ExampleCloneWizard"
            pageImage="icons/full/wizban/NewEMFExample.gif">
         <fileToOpen editorID="org.eclipse.ui.browser.editor" location="org.eclipse.emf.cdo.examples.clone/README.html"/>
         <projectDescriptor
               name="org.eclipse.emf.cdo.examples.clone"
               contentURI="examples/org.eclipse.emf.cdo.examples.clone/"
               description="%ExampleCloneProject_desc"/>
      </example>
      <example
            id="org.eclipse.emf.cdo.examples.ExampleClient"
            wizardID="org.eclipse.emf.cdo.examples.ExampleClientWizard"
            pageImage="icons/full/wizban/NewEMFExample.gif">
         <fileToOpen editorID="org.eclipse.ui.browser.editor" location="org.eclipse.emf.cdo.examples.client/README.html"/>
         <projectDescriptor
               name="org.eclipse.emf.cdo.examples.client"
               contentURI="examples/org.eclipse.emf.cdo.examples.client/"
               description="%ExampleClientProject_desc"/>
         <projectDescriptor
               name="org.eclipse.emf.cdo.examples.company"
               contentURI="examples/org.eclipse.emf.cdo.examples.company/"
               description="%ExampleModelProject_desc"/>
         <projectDescriptor
               name="org.eclipse.emf.cdo.examples.company.edit"
               contentURI="examples/org.eclipse.emf.cdo.examples.company.edit/"
               description="%ExampleEditProject_desc"/>
      </example>
      <example
            id="org.eclipse.emf.cdo.examples.ExampleOffline"
            wizardID="org.eclipse.emf.cdo.examples.ExampleOfflineWizard"
            pageImage="icons/full/wizban/NewEMFExample.gif">
         <projectDescriptor
               name="org.eclipse.emf.cdo.examples.client.offline"
               contentURI="examples/org.eclipse.emf.cdo.examples.client.offline/"
               description="%ExampleOfflineProject_desc"/>
      </example>
      <example
            id="org.eclipse.emf.cdo.examples.ExampleModel"
            wizardID="org.eclipse.emf.cdo.examples.ExampleModelWizard"
            pageImage="icons/full/wizban/NewEMFExample.gif">
         <projectDescriptor
               name="org.eclipse.emf.cdo.examples.company"
               contentURI="examples/org.eclipse.emf.cdo.examples.company/"
               description="%ExampleModelProject_desc"/>
         <projectDescriptor
               name="org.eclipse.emf.cdo.examples.company.edit"
               contentURI="examples/org.eclipse.emf.cdo.examples.company.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/org.gastro.inventory/"
               description="%ExampleProject_gastro.inventory_desc"/>
         <projectDescriptor
               name="org.gastro.inventory.edit"
               contentURI="examples/org.gastro.inventory.edit/"
               description="%ExampleProject_gastro.inventory.edit_desc"/>
         <projectDescriptor
               name="org.gastro.business"
               contentURI="examples/org.gastro.business/"
               description="%ExampleProject_gastro.business_desc"/>
         <projectDescriptor
               name="org.gastro.business.edit"
               contentURI="examples/org.gastro.business.edit/"
               description="%ExampleProject_gastro.business.edit_desc"/>
         <projectDescriptor
               name="org.gastro.rcp"
               contentURI="examples/org.gastro.rcp/"
               description="%ExampleProject_gastro.rcp_desc"/>
         <projectDescriptor
               name="org.gastro.rcp.department"
               contentURI="examples/org.gastro.rcp.department/"
               description="%ExampleProject_gastro.rcp.department_desc"/>
         <projectDescriptor
               name="org.gastro.rcp.table"
               contentURI="examples/org.gastro.rcp.table/"
               description="%ExampleProject_gastro.rcp.table_desc"/>
         <projectDescriptor
               name="org.gastro.server"
               contentURI="examples/org.gastro.server/"
               description="%ExampleProject_gastro.server_desc"/>
         <projectDescriptor
               name="org.gastro.server.web"
               contentURI="examples/org.gastro.server.web/"
               description="%ExampleProject_gastro.server.web_desc"/>
         <projectDescriptor
               name="org.gastro.testclient"
               contentURI="examples/org.gastro.testclient/"
               description="%ExampleProject_gastro.testclient_desc"/>
      </example>
    </extension>

</plugin>

Back to the top