Fixed project dependencies
[phpeclipse.git] / net.sourceforge.phpeclipse.phpunit / plugin.xml
index 8cdf02d..2ea8e3f 100644 (file)
@@ -4,7 +4,7 @@
    name="net.sourceforge.phpeclipse.phpunit"
    version="1.0.0"
    provider-name="Ali Echihabi"
-   class="">
+   class="net.sourceforge.phpeclipse.phpunit.PHPUnitPlugin">
 
    <runtime>
       <library name="phpunit.jar"/>
@@ -20,7 +20,7 @@
       <category
             name="PHP Unit"
             parentCategory="PHPUnit"
-            id="net.sourceforge.phpeclipse.phpunit">
+            id="net.sourceforge.phpeclipse.phpunit.PHPUnitView">
       </category>
       <view
             name="PHP Unit Testing"
       </view>
    </extension>
    <extension
-         point="org.eclipse.ui.popupMenus">
-      <objectContribution
-            objectClass="org.eclipse.core.resources.IFile"
-            nameFilter="*.php"
-            id="net.sourceforge.phpeclipse.phpunit.actions.runTestsAction">
-         <action
-               label="Run PHPUnit Tests"
-               class="net.sourceforge.phpeclipse.phpunit.actions.RunTestsAction"
-               id="net.sourceforge.phpeclipse.phpunit.action1">
-         </action>
-      </objectContribution>
+         point="org.eclipse.ui.preferencePages">
+      <page
+            name="PHPUnit Preference"
+            category="PHPUnit"
+            class="net.sourceforge.phpeclipse.phpunit.preferences.PHPUnitPreferencePage"
+            id="net.sourceforge.phpeclipse.phpunit.preferences.PHPUnitPreferencePage">
+      </page>
    </extension>
 
 </plugin>