Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/components/dali-sdk/category.xml')
-rw-r--r--releng/components/dali-sdk/category.xml48
1 files changed, 48 insertions, 0 deletions
diff --git a/releng/components/dali-sdk/category.xml b/releng/components/dali-sdk/category.xml
new file mode 100644
index 000000000..cdd3e9f64
--- /dev/null
+++ b/releng/components/dali-sdk/category.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <feature id="org.eclipse.jpt_sdk.feature">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jpt.eclipselink_sdk.feature">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jpt.jaxb_sdk.feature">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jpt.jaxb.eclipselink_sdk.feature">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+
+ <feature id="org.eclipse.jpt.feature">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jpt.eclipselink.feature">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jpt.jaxb.feature">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jpt.jaxb.eclipselink.feature">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+
+
+
+
+ <category-def
+ name="Web Tools Platform (WTP) @buildversionid@"
+ label="Web Tools Platform (WTP) @buildversionid@">
+ <description>
+ These features provide functionality with the executable code only and are recommended for most users.
+ </description>
+ </category-def>
+ <category-def
+ name="Web Tools Platform SDK (WTP SDK) @buildversionid@"
+ label="Web Tools Platform SDK (WTP SDK) @buildversionid@">
+ <description>
+ These features provide functionality with the executable code and the source code and are recommended for those
+ extending or debugging
+ WTP.
+ </description>
+ </category-def>
+</site> \ No newline at end of file

Back to the top