1) Fixed issue #860: Added category.xml to the project.
authorrobekras <robert.kraske@weihenstephan.org>
Sun, 31 Mar 2013 14:25:14 +0000 (16:25 +0200)
committerrobekras <robert.kraske@weihenstephan.org>
Sun, 31 Mar 2013 14:34:21 +0000 (16:34 +0200)
Signed-off-by: robekras <robert.kraske@weihenstephan.org>

net.sourceforge.phpeclipse/category.xml [new file with mode: 0644]

diff --git a/net.sourceforge.phpeclipse/category.xml b/net.sourceforge.phpeclipse/category.xml
new file mode 100644 (file)
index 0000000..2469403
--- /dev/null
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+   <feature url="features/net.sourceforge.phpeclipse.feature_1.2.4.qualifier.jar" id="net.sourceforge.phpeclipse.feature" version="1.2.4.qualifier">
+      <category name="PHPeclipse Core"/>
+   </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="PHPeclipse Debug Tools"/>
+   </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="PHPeclipse Debug Tools"/>
+   </feature>
+   <category-def name="PHPeclipse Core" label="PHPeclipse Core">
+      <description>
+         Main PHPeclipse plugin
+      </description>
+   </category-def>
+   <category-def name="PHPeclipse Debug Tools" label="PHPeclipse Debug Tools"/>
+</site>