Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'build/org.eclipse.e4.databinding.update/category.xml')
-rw-r--r--build/org.eclipse.e4.databinding.update/category.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/build/org.eclipse.e4.databinding.update/category.xml b/build/org.eclipse.e4.databinding.update/category.xml
new file mode 100644
index 00000000..54dd252d
--- /dev/null
+++ b/build/org.eclipse.e4.databinding.update/category.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <feature url="features/org.eclipse.e4.databinding.feature_0.13.0.qualifier.jar" id="org.eclipse.e4.databinding.feature" version="0.13.0.qualifier">
+ <category name="org.eclipse.e4.databinding"/>
+ </feature>
+ <feature url="features/org.eclipse.e4.databinding.tests.feature_0.13.0.qualifier.jar" id="org.eclipse.e4.databinding.tests.feature" version="0.13.0.qualifier">
+ <category name="org.eclipse.e4.databinding"/>
+ </feature>
+ <category-def name="org.eclipse.e4.databinding" label="E4 Databinding"/>
+</site>

Back to the top