Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornickboldt2018-03-16 13:54:08 +0000
committernickboldt2018-03-16 13:54:08 +0000
commitf4cb0a7143d8528ff3e770fe67e59c81a3672dbe (patch)
tree0529ce8224bc80db693e45cb54af9f7e990cdc4a
parentf0b96ae49a6497f1f73f906514c9e27d28f96bf7 (diff)
downloadwebtools.dali-f4cb0a7143d8528ff3e770fe67e59c81a3672dbe.tar.gz
webtools.dali-f4cb0a7143d8528ff3e770fe67e59c81a3672dbe.tar.xz
webtools.dali-f4cb0a7143d8528ff3e770fe67e59c81a3672dbe.zip
add easymock 2.4 to the update site so we can install tests
Signed-off-by: nickboldt <nboldt@redhat.com>
-rw-r--r--site/category.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/site/category.xml b/site/category.xml
index 4e4be6a75b..201e8b4cbf 100644
--- a/site/category.xml
+++ b/site/category.xml
@@ -108,6 +108,8 @@
<feature id="org.eclipse.jpt.dbws.eclipselink.feature.source"><category name="wtp.sources"/></feature>
<feature id="org.eclipse.jpt.jaxb.eclipselink.feature.source"><category name="wtp.sources"/></feature>
+ <bundle id="org.easymock"><category name="deps"/></bundle>
+
<category-def name="wtp" label="Web Tools Platform (WTP)"><description>These features provide functionality with the executable code only and are recommended for most users.</description></category-def>
<category-def name="wtp.sdk" label="Web Tools Platform SDK (WTP SDK)"><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>
@@ -126,4 +128,5 @@
<category-def name="wtp.tests" label="Web Tools Platform Tests (WTP Tests)"><description>These features provide unit tests for WTP. WTP Committers, or others testing WTP, will need these in at least their PDE Targets.</description></category-def>
<category-def name="wtp.tests.sources" label="Web Tools Platform Tests (WTP Tests) Sources"><description>These sources provide unit tests for WTP. WTP Committers, or others testing WTP, will need these in at least their PDE Targets.</description></category-def>
+ <category-def name="deps" label="Dependencies"><description>These 3rd party bundles are required to install and run WTP.</description></category-def>
</site>

Back to the top