Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--simrel.b3aggr5
-rw-r--r--swtbot.b3aggrcon18
2 files changed, 23 insertions, 0 deletions
diff --git a/simrel.b3aggr b/simrel.b3aggr
index d11784668..04083c81f 100644
--- a/simrel.b3aggr
+++ b/simrel.b3aggr
@@ -60,6 +60,7 @@
<contributions href="sapphire.b3aggrcon#/"/>
<contributions href="windowbuilder.b3aggrcon#/"/>
<contributions href="jubula.b3aggrcon#/"/>
+ <contributions href="swtbot.b3aggrcon#/"/>
<contributions href="mylyn-docs-intent.b3aggrcon#/"/>
<contributions href="mft.b3aggrcon#/"/>
<contributions href="koneki.b3aggrcon#/"/>
@@ -419,6 +420,10 @@
<features href="jubula.b3aggrcon#//@repositories.0/@features.0"/>
<features href="jubula.b3aggrcon#//@repositories.0/@features.1"/>
<features href="jubula.b3aggrcon#//@repositories.0/@features.2"/>
+ <features href="swtbot.b3aggrcon#//@repositories.0/@features.0"/>
+ <features href="swtbot.b3aggrcon#//@repositories.0/@features.1"/>
+ <features href="swtbot.b3aggrcon#//@repositories.0/@features.2"/>
+ <features href="swtbot.b3aggrcon#//@repositories.0/@features.3"/>
</customCategories>
<customCategories identifier="Web, XML, Java EE and OSGi Enterprise Development" label="Web, XML, Java EE and OSGi Enterprise Development" description="Tools to help create web applications, including JavaScript, XML, XSL, XSD, HTML, XHTML, CSS, JSP, EJBs, Webservices, JPA tand OSGi Enterprise Applications">
<features href="webtools.b3aggrcon#//@repositories.0/@features.0"/>
diff --git a/swtbot.b3aggrcon b/swtbot.b3aggrcon
new file mode 100644
index 000000000..4dcdfe35c
--- /dev/null
+++ b/swtbot.b3aggrcon
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="ASCII"?>
+<aggregator:Contribution xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:aggregator="http://www.eclipse.org/b3/2011/aggregator/1.1.0" label="SWTBot">
+ <repositories location="http://download.eclipse.org/technology/swtbot/releases/2.2.0">
+ <features name="org.eclipse.swtbot.ide.feature.group" versionRange="[2.2.0.201401081015]">
+ <categories href="simrel.b3aggr#//@customCategories[identifier='Testing']"/>
+ </features>
+ <features name="org.eclipse.swtbot.feature.group" versionRange="[2.2.0.201401081015]">
+ <categories href="simrel.b3aggr#//@customCategories[identifier='Testing']"/>
+ </features>
+ <features name="org.eclipse.swtbot.eclipse.feature.group" versionRange="[2.2.0.201401081015]">
+ <categories href="simrel.b3aggr#//@customCategories[identifier='Testing']"/>
+ </features>
+ <features name="org.eclipse.swtbot.gef.feature.group" versionRange="[2.2.0.201401081015]" enabled="false">
+ <categories href="simrel.b3aggr#//@customCategories[identifier='Testing']"/>
+ </features>
+ </repositories>
+ <contacts href="simrel.b3aggr#//@contacts[email='mistria@redhat.com']"/>
+</aggregator:Contribution>

Back to the top