1 <?xml version="1.0" encoding="UTF-8"?>
3 id="net.sourceforge.phpeclipse"
6 provider-name="%providerName"
7 class="net.sourceforge.phpeclipse.PHPeclipsePlugin">
10 <library name="PHPEclipse.jar"/>
13 <import plugin="org.eclipse.core.resources"/>
14 <import plugin="org.eclipse.ui"/>
15 <import plugin="org.eclipse.help"/>
16 <import plugin="org.eclipse.swt"/>
21 point="org.eclipse.ui.actionSets">
24 description="Starting MySQL and Apache."
26 id="net.sourceforge.phpeclipse.PHPActionSet">
29 id="net.sourceforge.phpeclipse.PHPMenu">
35 label="Restart Apache"
36 icon="icons/obj16/apache.gif"
37 tooltip="Restart Apache"
38 class="net.sourceforge.phpeclipse.actions.PHPRestartApacheAction"
39 menubarPath="net.sourceforge.phpeclipse.PHPMenu/phpeclipse"
42 id="net.sourceforge.phpeclipse.actions.PHPRestartApacheAction">
46 icon="icons/obj16/apache.gif"
48 class="net.sourceforge.phpeclipse.actions.PHPStopApacheAction"
49 menubarPath="net.sourceforge.phpeclipse.PHPMenu/phpeclipse"
52 id="net.sourceforge.phpeclipse.actions.PHPStopApacheAction">
56 icon="icons/obj16/apache.gif"
57 tooltip="Start Apache"
58 class="net.sourceforge.phpeclipse.actions.PHPStartApacheAction"
59 menubarPath="net.sourceforge.phpeclipse.PHPMenu/phpeclipse"
62 id="net.sourceforge.phpeclipse.actions.PHPStartApacheAction">
66 icon="icons/obj16/apache.gif"
68 class="net.sourceforge.phpeclipse.actions.PHPStartMySQLAction"
69 menubarPath="net.sourceforge.phpeclipse.PHPMenu/phpeclipse"
72 id="net.sourceforge.phpeclipse.actions.PHPStartMySQLAction">
77 point="org.eclipse.ui.editors">
80 icon="icons/obj16/java.gif"
81 extensions="php,php3,php4"
82 contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
83 class="net.sourceforge.phpeclipse.phpeditor.PHPEditor"
84 id="net.sourceforge.phpeclipse.PHPEditor">
88 point="org.eclipse.ui.popupMenus">
90 objectClass="org.eclipse.core.resources.IFile"
92 id="net.sourceforge.phpeclipse.actions.popupShowAction">
94 label="Open in Browser"
95 class="net.sourceforge.phpeclipse.actions.PHPEclipseShowAction"
96 menubarPath="additions"
97 id="net.sourceforge.phpeclipse.actions.showAction">
100 <!-- <viewerContribution
101 targetID="#PHPEditorContext"
102 id="net.sourceforge.phpeclipse.actions.popup.editor">
105 class="net.sourceforge.phpeclipse.actions.PHPEclipseShowContextHelp"
106 menubarPath="additions"
107 id="net.sourceforge.phpeclipse.actions.editor.contexthelp">
109 </viewerContribution> -->
112 point="org.eclipse.ui.preferencePages">
115 class="net.sourceforge.phpeclipse.PHPEclipsePreferencePage"
116 id="net.sourceforge.phpeclipse.preference.PHPEclipsePreferencePage">
120 point="org.eclipse.ui.documentProviders">
122 extensions="%phpFileExtension"
123 class="net.sourceforge.phpeclipse.phpeditor.PHPDocumentProvider"
124 id="net.sourceforge.phpeclipse.phpeditor.PHPDocumentProvider">
127 <extension point="org.eclipse.help.toc">
128 <toc file="phphelp.xml" primary="true"/>