| <?xml version="1.0" encoding="UTF-8"?> | |
| <plugin | |
| name="%pluginName" | |
| id = "org.eclipse.jdt.ui.examples.projects" | |
| version = "1.0" | |
| provider-name = "Object Technology International, Inc." | |
| class="org.eclipse.jdt.internal.ui.exampleprojects.ExampleProjectsPlugin"> | |
| <requires> | |
| <import plugin="org.eclipse.core.runtime"/> | |
| <import plugin="org.eclipse.core.resources"/> | |
| <import plugin="org.eclipse.ui"/> | |
| <import plugin="org.eclipse.jdt.core"/> | |
| <import plugin="org.eclipse.jdt.ui"/> | |
| </requires> | |
| <runtime> | |
| <library name="jdtexamples.jar"/> | |
| </runtime> | |
| <extension | |
| point="org.eclipse.ui.newWizards"> | |
| <wizard | |
| id="org.eclipse.jdt.examples.projects.JUnitProjectExampleCreationWizard" | |
| name="%JUnitProjectExampleCreationWizard.title" | |
| class="org.eclipse.jdt.internal.ui.exampleprojects.ExampleProjectCreationWizard" | |
| category="org.eclipse.jdt.ui.java" | |
| project="true" | |
| finalPerspective="org.eclipse.jdt.ui.JavaPerspective" | |
| icon="icons/full/ctool16/newjprjex_wiz.gif"> | |
| <description>%JUnitProjectExampleCreationWizard.description</description> | |
| <pagetitle>%JUnitProjectExampleCreationWizard.pagetitle</pagetitle> | |
| <pagedescription>%JUnitProjectExampleCreationWizard.pagedescription</pagedescription> | |
| <projectsetup output="" jre="true"> | |
| <src path="" import="archive/junit/junit37src.jar"/> | |
| </projectsetup> | |
| </wizard> | |
| </extension> | |
| </plugin> |