<library name="phpeclipse.jar">
<export name="*"/>
</library>
+ <!-- <library name="lib/hsqldb.jar"/> -->
<!-- <library name="lib/xstream-1.0.2.jar" /> -->
</runtime>
<requires>
<import plugin="org.eclipse.swt"/>
<import plugin="org.eclipse.search"/>
<import plugin="org.eclipse.update.ui"/>
- <import plugin="net.sourceforge.phpeclipse.quantum.sql"/>
- <!-- <import plugin="com.quantum.Quantum"/> -->
+ <!-- <import plugin="net.sourceforge.phpeclipse.quantum.sql"/> -->
+ <import plugin="com.quantum.Quantum"/>
<import plugin="net.sourceforge.phpeclipse.webbrowser"/>
<import plugin="net.sourceforge.phpeclipse.core"/>
<import plugin="net.sourceforge.phpeclipse.ui"/>
</perspective>
</extension>
<extension
+ point="org.eclipse.ui.perspectiveExtensions">
+ <perspectiveExtension
+ targetID="net.sourceforge.phpeclipse.PHPPerspective">
+ <actionSet
+ id="net.sourceforge.phpeclipse.PHPActionSet">
+ </actionSet>
+ </perspectiveExtension>
+ </extension>
+ <extension
point="org.eclipse.ui.newWizards">
<category
name="%newWizardCategory.name"
isGoToPreviousNavigationTarget="false">
</specification>
</extension>
+
<extension
point="org.eclipse.ui.actionSets">
<actionSet
label="PHP/Apache"
- visible="true"
+ visible="false"
id="net.sourceforge.phpeclipse.PHPActionSet">
<menu
label="PHP/Apache"
toolbarPath="Normal"
id="net.sourceforge.phpeclipse.actions.PHPStartMySQLAction">
</action>
+ <action
+ label="Stop XAMPP"
+ icon="icons/obj16/xampp_stop.gif"
+ tooltip="Stop XAMPP"
+ class="net.sourceforge.phpeclipse.actions.PHPStopXAMPPAction"
+ menubarPath="net.sourceforge.phpeclipse.PHPMenu/phpeclipse"
+ toolbarPath="Normal"
+ id="net.sourceforge.phpeclipse.actions.PHPStopXAMPPAction">
+ </action>
+ <action
+ label="Start XAMPP"
+ icon="icons/obj16/xampp_start.gif"
+ tooltip="Start XAMPP"
+ class="net.sourceforge.phpeclipse.actions.PHPStartXAMPPAction"
+ menubarPath="net.sourceforge.phpeclipse.PHPMenu/phpeclipse"
+ toolbarPath="Normal"
+ id="net.sourceforge.phpeclipse.actions.PHPStartXAMPPAction">
+ </action>
</actionSet>
<actionSet
<keyBinding
string=""
scope="net.sourceforge.phpdt.ui.phpEditorScope"
- command="org.eclipse.jdt.ui.edit.text.java.show.next.problem"
+ command="net.sourceforge.phpdt.ui.edit.text.java.show.next.problem"
configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
</keyBinding>
<command
class="net.sourceforge.phpeclipse.phpeditor.PHPDocumentProvider"
id="net.sourceforge.phpeclipse.phpeditor.PHPDocumentProvider">
</provider>
- </extension> -->
+ </extension>
<extension
point="org.eclipse.ui.views">
<category
class="net.sourceforge.phpeclipse.views.PHPConsole"
id="net.sourceforge.phpeclipse.views.phpconsoleview">
</view>
- </extension>
+ </extension> -->
<!-- external tools -->