forked from marcesher/org.mxunit.eclipseplugin.site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite.xml
More file actions
28 lines (28 loc) · 1.33 KB
/
site.xml
File metadata and controls
28 lines (28 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<site>
<description url="http://mxunit.org/update">
Eclipse Plugin for MXUnit Unit Testing Framework for ColdFusion.
</description>
<feature url="features/org.mxunit.eclipseplugin.feature_1.3.0.201004040614.jar" id="org.mxunit.eclipseplugin.feature" version="1.3.0.201004040614">
<category name="MXUnit"/>
</feature>
<feature url="features/org.mxunit.eclipseplugin.feature_1.4.0.201011170935.jar" id="org.mxunit.eclipseplugin.feature" version="1.4.0.201011170935">
<category name="MXUnit"/>
</feature>
<feature url="features/org.mxunit.eclipseplugin.feature_1.4.1.201103231626.jar" id="org.mxunit.eclipseplugin.feature" version="1.4.1.201103231626">
<category name="MXUnit"/>
</feature>
<feature url="features/org.mxunit.eclipseplugin.feature_1.4.2.201103282048.jar" id="org.mxunit.eclipseplugin.feature" version="1.4.2.201103282048">
<category name="MXUnit"/>
</feature>
<category-def name="MXUnit" label="MXUnit Releases">
<description>
Eclipse Plugin for MXUnit Unit Testing Framework for ColdFusion.
</description>
</category-def>
<category-def name="Experimental" label="Experimental">
<description>
Generally, not thoroughly tested
</description>
</category-def>
</site>