Fixes for the category.xml file to have each feature in the correct
authorEdward Mann <ed.mann@arctechnologies.net>
Mon, 4 Feb 2013 20:59:52 +0000 (14:59 -0600)
committerEdward Mann <ed.mann@arctechnologies.net>
Mon, 4 Feb 2013 20:59:52 +0000 (14:59 -0600)
category.
Fixed copyright date on xdebug

net.sourceforge.phpeclipse.p2site/category.xml
net.sourceforge.phpeclipse.xdebug.feature/feature.xml

index a07e199..41e54cf 100644 (file)
@@ -3,9 +3,20 @@
    <feature url="features/net.sourceforge.phpeclipse.feature_1.2.4.qualifier.jar" id="net.sourceforge.phpeclipse.feature" version="1.2.4.qualifier">
       <category name="net.sourceforge.phpeclipse.category"/>
    </feature>
+   <feature url="features/net.sourceforge.phpeclipse.debug.feature_1.2.4.qualifier.jar" id="net.sourceforge.phpeclipse.debug.feature" version="1.2.4.qualifier">
+      <category name="net.sourceforge.phpeclipse.debug.category"/>
+   </feature>
+   <feature url="features/net.sourceforge.phpeclipse.xdebug.feature_1.2.4.qualifier.jar" id="net.sourceforge.phpeclipse.xdebug.feature" version="1.2.4.qualifier">
+      <category name="net.sourceforge.phpeclipse.debug.category"/>
+   </feature>
    <category-def name="net.sourceforge.phpeclipse.category" label="PHPEclipse Core">
       <description>
          PHPEclipse Core Feature
       </description>
    </category-def>
+   <category-def name="net.sourceforge.phpeclipse.debug.category" label="PHPEclipse Debug Tools">
+      <description>
+         Tools used to debug PHP applications with PHPEclipse.
+      </description>
+   </category-def>
 </site>
index 2f8ff8a..d5982c0 100644 (file)
@@ -10,7 +10,7 @@
    </description>
 
    <copyright>
-      Copyright (c) 2001-2007 PHPeclipse team. All rights reserved.
+      Copyright (c) 2001-2013 PHPeclipse team. All rights reserved.
    </copyright>
 
    <license url="http://www.eclipse.org/legal/cpl-v10.html">