blob: b1b01a4efe5aa19d688a5076f218706806bba3f2 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<plugin
name="%pluginName"
id = "org.eclipse.jdt.ui.examples.projects"
version = "3.0.0"
provider-name = "%providerName"
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"/>
</requires>
<runtime>
<library name="jdtexamples.jar"/>
</runtime>
<extension
point="org.eclipse.ui.newWizards">
<category
id = "org.eclipse.jdt.ui.java"
parentCategory="org.eclipse.ui.Examples"
name="%JUnitProjectExampleCreationWizard.categoryName">
</category>
<wizard
id="org.eclipse.jdt.examples.projects.JUnitProjectExampleCreationWizard"
name="%JUnitProjectExampleCreationWizard.title"
class="org.eclipse.jdt.internal.ui.exampleprojects.ExampleProjectCreationWizard"
category="org.eclipse.ui.Examples/org.eclipse.jdt.ui.java"
project="true"
finalPerspective="org.eclipse.jdt.ui.JavaPerspective"
icon="icons/full/ctool16/newjprjex_wiz.gif"
banner="icons/full/wizban/newjprjex_wiz.gif">
<description>%JUnitProjectExampleCreationWizard.description</description>
<projectsetup
pagetitle="%JUnitProjectExampleCreationWizard.pagetitle"
pagedescription="%JUnitProjectExampleCreationWizard.pagedescription"
label="%JUnitProjectExampleCreationWizard.label"
name="JUnit">
<nature id="org.eclipse.jdt.core.javanature"/>
<import dest="" src="archive/junit/junit37src.jar"/>
</projectsetup>
</wizard>
</extension>
</plugin>