First commit in a looooooong time. I had connectivity problems.
[phpeclipse.git] / net.sourceforge.phpeclipse.phpunit / plugin.xml
index 8cdf02d..a86b87c 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"
@@ -33,6 +33,7 @@
          point="org.eclipse.ui.popupMenus">
       <objectContribution
             objectClass="org.eclipse.core.resources.IFile"
+            adaptable="true"
             nameFilter="*.php"
             id="net.sourceforge.phpeclipse.phpunit.actions.runTestsAction">
          <action