<import plugin="org.eclipse.swt"/>
<import plugin="org.eclipse.debug.ui"/>
<import plugin="org.apache.xerces"/>
+ <import plugin="org.junit"/>
</requires>
name="%newWizardCategory.name"
id="net.sourceforge.phpeclipse.wizards.NewWizardCategoryPHP">
</category>
- <wizard
+<!--
+Temporarily replaced until errors can be ironed out...
+ <wizard
name="%newWizardPHPProject.name"
icon="icons/obj16/php.gif"
category="net.sourceforge.phpeclipse.wizards.NewWizardCategoryPHP"
Create a new PHP project.
</description>
</wizard>
- <wizard
+<this wizard replaces it as it works - maybe not as pretty but still>
+-->
+ <wizard
+ name="%newWizardPHPProject.name"
+ icon="icons/obj16/php.gif"
+ category="net.sourceforge.phpeclipse.wizards.NewWizardCategoryPHP"
+ class="net.sourceforge.phpeclipse.wizards.TempnewPHPProject"
+ project="true"
+ id="net.sourceforge.phpeclipse.wizards.NewWizardProjectCreation">
+ <description>
+ Create a new PHP project.
+ </description>
+ </wizard>
+ <wizard
name="%newWizardPHPFile.name"
icon="icons/obj16/phpedit.gif"
category="net.sourceforge.phpeclipse.wizards.NewWizardCategoryPHP"