Stephan Herrmann | 0166441 | 2010-04-01 20:28:43 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.0"?> |
| 3 | <plugin> |
| 4 | |
| 5 | <extension point="org.eclipse.pde.ui.samples"> |
| 6 | <!-- the launchTarget attribute is not specified in the XML schema extension point description, however it is used in the code :-/ --> |
| 7 | <sample |
| 8 | launchTarget="org.eclipse.objectteams.stopwatch.Main" |
| 9 | name="%sample.stopwatch.name" |
| 10 | perspectiveId="org.eclipse.objectteams.otdt.ui.OTJavaPerspective" |
| 11 | targetViewId="org.eclipse.jdt.ui.PackageExplorer" |
| 12 | launcher="org.eclipse.jdt.debug.ui.launchConfigurations.JavaApplicationLaunchShortcut" |
| 13 | id="org.eclipse.objectteams.otdt.samples.stopwatch"> |
| 14 | <description>%sample.stopwatch.desc |
| 15 | </description> |
| 16 | <project |
| 17 | name="OTSample-StopWatch" |
| 18 | archive="samples/stopwatch.zip" |
Stephan Herrmann | 117f97d | 2010-11-28 21:11:40 +0000 | [diff] [blame] | 19 | selectReveal="src/org/eclipse/objectteams/example/stopwatch/Main.java"> |
Stephan Herrmann | 0166441 | 2010-04-01 20:28:43 +0000 | [diff] [blame] | 20 | </project> |
| 21 | <activity id="org.eclipse.javaDevelopment"/> |
| 22 | <activity id="org.eclipse.debugging"/> |
| 23 | </sample> |
| 24 | <sample |
| 25 | name="%sample.observer.name" |
| 26 | perspectiveId="org.eclipse.objectteams.otdt.ui.OTJavaPerspective" |
| 27 | targetViewId="org.eclipse.jdt.ui.PackageExplorer" |
| 28 | launcher="org.eclipse.jdt.debug.ui.launchConfigurations.JavaApplicationLaunchShortcut" |
| 29 | id="org.eclipse.objectteams.otdt.samples.observer"> |
| 30 | <description>%sample.observer.desc |
| 31 | </description> |
| 32 | <activity id="org.eclipse.javaDevelopment"/> |
| 33 | <activity id="org.eclipse.debugging"/> |
| 34 | <project |
| 35 | name="OTSample-Observer" |
| 36 | archive="samples/observer.zip" |
Stephan Herrmann | 117f97d | 2010-11-28 21:11:40 +0000 | [diff] [blame] | 37 | selectReveal="src/org/eclipse/objectteams/example/observer/pattern/ObserverPattern.java"> |
Stephan Herrmann | 0166441 | 2010-04-01 20:28:43 +0000 | [diff] [blame] | 38 | </project> |
| 39 | </sample> |
| 40 | <!-- the launchTarget attribute is not specified in the XML schema extension point description, however it is used in the code :-/ --> |
| 41 | <sample |
| 42 | launchTarget="org.eclipse.objectteams.flightbooking.Main" |
| 43 | name="%sample.flightbooking.name" |
| 44 | perspectiveId="org.eclipse.objectteams.otdt.ui.OTJavaPerspective" |
| 45 | targetViewId="org.eclipse.jdt.ui.PackageExplorer" |
| 46 | launcher="org.eclipse.jdt.debug.ui.launchConfigurations.JavaApplicationLaunchShortcut" |
| 47 | id="org.eclipse.objectteams.otdt.samples.flightbooking"> |
| 48 | <description>%sample.flightbooking.desc |
| 49 | </description> |
| 50 | <activity id="org.eclipse.javaDevelopment"/> |
| 51 | <activity id="org.eclipse.debugging"/> |
| 52 | <project |
| 53 | name="OTSample-Flightbonus" |
| 54 | archive="samples/flightbonus.zip" |
| 55 | selectReveal="Intro0.html"> <!-- will be converted to Intro.html --> |
| 56 | </project> |
| 57 | </sample> |
| 58 | <sample |
| 59 | name="%sample.ordersystem.name" |
| 60 | perspectiveId="org.eclipse.objectteams.otdt.ui.OTJavaPerspective" |
| 61 | targetViewId="org.eclipse.jdt.ui.PackageExplorer" |
| 62 | launcher="org.eclipse.jdt.debug.ui.launchConfigurations.JavaApplicationLaunchShortcut" |
| 63 | id="org.eclipse.objectteams.otdt.samples.ordersystem"> |
| 64 | <description>%sample.ordersystem.desc |
| 65 | </description> |
| 66 | <activity id="org.eclipse.javaDevelopment"/> |
| 67 | <activity id="org.eclipse.debugging"/> |
| 68 | <project |
| 69 | name="OTSample-Ordersystem" |
| 70 | archive="samples/ordersystem.zip" |
| 71 | selectReveal="Intro0.html"> <!-- will be converted to Intro.html --> |
| 72 | </project> |
| 73 | </sample> |
| 74 | <sample |
| 75 | name="%sample.atm.name" |
| 76 | perspectiveId="org.eclipse.objectteams.otdt.ui.OTJavaPerspective" |
| 77 | targetViewId="org.eclipse.jdt.ui.PackageExplorer" |
| 78 | launcher="org.eclipse.jdt.debug.ui.launchConfigurations.JavaApplicationLaunchShortcut" |
| 79 | id="org.eclipse.objectteams.otdt.samples.atm"> |
| 80 | <description>%sample.atm.desc |
| 81 | </description> |
| 82 | <activity id="org.eclipse.javaDevelopment"/> |
| 83 | <activity id="org.eclipse.debugging"/> |
| 84 | <project |
| 85 | name="OTSample-ATM" |
| 86 | archive="samples/atm.zip" |
Stephan Herrmann | 117f97d | 2010-11-28 21:11:40 +0000 | [diff] [blame] | 87 | selectReveal="src/org/eclipse/objectteams/example/atm/Main.java"> |
Stephan Herrmann | 0166441 | 2010-04-01 20:28:43 +0000 | [diff] [blame] | 88 | </project> |
| 89 | </sample> |
| 90 | |
| 91 | </extension> |
| 92 | |
| 93 | <extension |
| 94 | point="org.eclipse.ui.newWizards"> |
| 95 | <category |
| 96 | name="%category.objectteams" |
| 97 | parentCategory="org.eclipse.ui.Examples" |
| 98 | id="org.eclipse.objectteams.otdt.samples"> |
| 99 | </category> |
| 100 | <wizard |
| 101 | category="org.eclipse.ui.Examples/org.eclipse.objectteams.otdt.samples" |
| 102 | class="org.eclipse.pde.internal.ui.samples.SampleWizard:org.eclipse.objectteams.otdt.samples.flightbooking" |
| 103 | icon="graphics/icons/newprj_wiz.gif" |
| 104 | id="org.eclipse.objectteams.otdt.samples.samples.flightbooking" |
| 105 | name="%sample.flightbooking.name" |
| 106 | project="true"> |
| 107 | <description>%sample.flightbooking.desc |
| 108 | </description> |
| 109 | </wizard> |
| 110 | <wizard |
| 111 | category="org.eclipse.ui.Examples/org.eclipse.objectteams.otdt.samples" |
| 112 | class="org.eclipse.pde.internal.ui.samples.SampleWizard:org.eclipse.objectteams.otdt.samples.observer" |
| 113 | icon="graphics/icons/newprj_wiz.gif" |
| 114 | id="org.eclipse.objectteams.otdt.samples.samples.observer" |
| 115 | name="%sample.observer.name" |
| 116 | project="true"> |
| 117 | <description>%sample.observer.desc |
| 118 | </description> |
| 119 | </wizard> |
| 120 | <wizard |
| 121 | category="org.eclipse.ui.Examples/org.eclipse.objectteams.otdt.samples" |
| 122 | class="org.eclipse.pde.internal.ui.samples.SampleWizard:org.eclipse.objectteams.otdt.samples.stopwatch" |
| 123 | icon="graphics/icons/newprj_wiz.gif" |
| 124 | id="org.eclipse.objectteams.otdt.samples.samples.stopwatch" |
| 125 | name="%sample.stopwatch.name" |
| 126 | project="true"> |
| 127 | <description>%sample.stopwatch.desc |
| 128 | </description> |
| 129 | </wizard> |
| 130 | <wizard |
| 131 | category="org.eclipse.ui.Examples/org.eclipse.objectteams.otdt.samples" |
| 132 | class="org.eclipse.pde.internal.ui.samples.SampleWizard:org.eclipse.objectteams.otdt.samples.ordersystem" |
| 133 | icon="graphics/icons/newprj_wiz.gif" |
| 134 | id="org.eclipse.objectteams.otdt.samples.samples.ordersystem" |
| 135 | name="%sample.ordersystem.name" |
| 136 | project="true"> |
| 137 | <description>%sample.ordersystem.desc |
| 138 | </description> |
| 139 | </wizard> |
| 140 | <wizard |
| 141 | category="org.eclipse.ui.Examples/org.eclipse.objectteams.otdt.samples" |
| 142 | class="org.eclipse.pde.internal.ui.samples.SampleWizard:org.eclipse.objectteams.otdt.samples.atm" |
| 143 | icon="graphics/icons/newprj_wiz.gif" |
| 144 | id="org.eclipse.objectteams.otdt.samples.samples.atm" |
| 145 | name="%sample.atm.name" |
| 146 | project="true"> |
| 147 | <description>%sample.atm.desc |
| 148 | </description> |
| 149 | </wizard> |
| 150 | </extension> |
| 151 | |
| 152 | <extension |
| 153 | point="org.eclipse.ui.intro.configExtension"> |
| 154 | <configExtension |
| 155 | configId="org.eclipse.ui.intro.universalConfig" |
| 156 | content="intro/samplesExtensionContentOT.xml"/> |
| 157 | </extension> |
| 158 | |
| 159 | <!-- --> |
| 160 | <extension |
| 161 | point="org.eclipse.objectteams.otequinox.aspectBindings"> |
Stephan Herrmann | 117f97d | 2010-11-28 21:11:40 +0000 | [diff] [blame] | 162 | <aspectBinding |
| 163 | icon="platform:/plugin/org.eclipse.objectteams.otdt.ui/icons/ot/calloutbinding_obj.gif"> |
| 164 | <basePlugin |
| 165 | icon="platform:/plugin/org.eclipse.pde.ui/icons/obj16/plugin_obj.gif" |
| 166 | id="org.eclipse.pde.ui"/> |
| 167 | <team class="org.eclipse.objectteams.otdt.internal.samples.SamplesAdapter" |
| 168 | icon="platform:/plugin/org.eclipse.objectteams.otdt.ui/icons/ot/team_obj.gif" |
| 169 | activation="ALL_THREADS"/> |
| 170 | <team class="org.eclipse.objectteams.otdt.internal.samples.SamplesAdapter.SampleWizardAdapter" |
| 171 | icon="platform:/plugin/org.eclipse.objectteams.otdt.ui/icons/ot/team_obj.gif" |
| 172 | activation="NONE"/> |
Stephan Herrmann | 0166441 | 2010-04-01 20:28:43 +0000 | [diff] [blame] | 173 | </aspectBinding> |
| 174 | </extension> |
| 175 | <!-- --> |
| 176 | </plugin> |