X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.tests/plugin.xml b/net.sourceforge.phpeclipse.tests/plugin.xml index 1a70b25..c206c99 100644 --- a/net.sourceforge.phpeclipse.tests/plugin.xml +++ b/net.sourceforge.phpeclipse.tests/plugin.xml @@ -3,7 +3,7 @@ <plugin id="net.sourceforge.phpeclipse.tests" name="Core Tests" - version="1.0.0" + version="1.1.0" provider-name="eclipseproject.de"> <runtime> @@ -21,7 +21,91 @@ <import plugin="org.eclipse.core.runtime"/> <import plugin="org.eclipse.jface.text"/> <import plugin="org.eclipse.core.resources"/> + <import plugin="org.apache.lucene"/> </requires> - - +<!-- <import plugin="org.apache.lucene"/> --> + <extension + point="org.eclipse.ui.popupMenus"> + <objectContribution + objectClass="net.sourceforge.phpdt.core.IImportDeclaration" + id="net.sourceforge.phpdt.import"> + <menu + label="IncludeTest" + path="additions" + id="net.sourceforge.phpdt.import1"> + <separator + name="mainActionsGroup"> + </separator> + <separator + name="actionsGroup"> + </separator> + <separator + name="infoGroup"> + </separator> + </menu> + <action + label="Do nothing 1" + class="net.sourceforge.example.outline.Import2Console" + menubarPath="net.sourceforge.phpdt.import1/infoGroup" + enablesFor="1" + id="net.sourceforge.phpdt.donothing1"> + </action> + <action + label="Print source to Console" + class="net.sourceforge.example.outline.Import2Console" + menubarPath="net.sourceforge.phpdt.import1/actionsGroup" + enablesFor="1" + id="net.sourceforge.example.outline.Import2Console"> + </action> + <action + label="Do nothing 2" + class="net.sourceforge.example.outline.Import2Console" + menubarPath="net.sourceforge.phpdt.import1/mainActionsGroup" + enablesFor="1" + id="net.sourceforge.phpdt.donothing2"> + </action> + </objectContribution> + </extension> + <extension + point="org.eclipse.ui.popupMenus"> + <objectContribution + objectClass="net.sourceforge.phpdt.core.IType" + id="net.sourceforge.phpdt.type"> + <menu + label="TypeTest" + path="additions" + id="net.sourceforge.phpdt.type1"> + <separator + name="mainActionsGroup"> + </separator> + <separator + name="actionsGroup"> + </separator> + <separator + name="infoGroup"> + </separator> + </menu> + <action + label="Do nothing 3" + class="net.sourceforge.example.outline.Type2Console" + menubarPath="net.sourceforge.phpdt.type1/infoGroup" + enablesFor="1" + id="net.sourceforge.phpdt.donothing3"> + </action> + <action + label="Print source to Console" + class="net.sourceforge.example.outline.Type2Console" + menubarPath="net.sourceforge.phpdt.type1/actionsGroup" + enablesFor="1" + id="net.sourceforge.example.outline.Type2Console"> + </action> + <action + label="Do nothing 4" + class="net.sourceforge.example.outline.Type2Console" + menubarPath="net.sourceforge.phpdt.type1/mainActionsGroup" + enablesFor="1" + id="net.sourceforge.phpdt.donothing4"> + </action> + </objectContribution> + </extension> </plugin>