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..8f3e07b 100644 --- a/net.sourceforge.phpeclipse.tests/plugin.xml +++ b/net.sourceforge.phpeclipse.tests/plugin.xml @@ -3,8 +3,8 @@ <plugin id="net.sourceforge.phpeclipse.tests" name="Core Tests" - version="1.0.0" - provider-name="eclipseproject.de"> + version="1.1.0" + provider-name="phpeclipse.net"> <runtime> <library name="coretests.jar"/> @@ -22,6 +22,89 @@ <import plugin="org.eclipse.jface.text"/> <import plugin="org.eclipse.core.resources"/> </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.phpeclipse.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.phpeclipse.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.phpeclipse.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.phpeclipse.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.phpeclipse.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.phpeclipse.example.outline.Type2Console" + menubarPath="net.sourceforge.phpdt.type1/mainActionsGroup" + enablesFor="1" + id="net.sourceforge.phpdt.donothing4"> + </action> + </objectContribution> + </extension> </plugin>