Author: nickboldt
Date: 2011-08-03 03:11:29 -0400 (Wed, 03 Aug 2011)
New Revision: 33528
Modified:
trunk/runtime/features/org.jboss.tools.runtime.test.feature/feature.xml
trunk/runtime/site/site.xml
Log:
JBIDE-8734 publish test feature and/or bot test plugin(s)
Modified: trunk/runtime/features/org.jboss.tools.runtime.test.feature/feature.xml
===================================================================
--- trunk/runtime/features/org.jboss.tools.runtime.test.feature/feature.xml 2011-08-03
07:11:16 UTC (rev 33527)
+++ trunk/runtime/features/org.jboss.tools.runtime.test.feature/feature.xml 2011-08-03
07:11:29 UTC (rev 33528)
@@ -1,26 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.jboss.tools.runtime.test.feature"
- label="Feature"
- version="1.3.0.qualifier">
+<feature id="org.jboss.tools.runtime.test.feature" label="Feature"
version="1.3.0.qualifier">
- <description>
+ <description>
%description
</description>
- <copyright>
+ <copyright>
%copyright
</copyright>
- <license url="%licenseURL">
+ <license url="%licenseURL">
%license
</license>
- <plugin
- id="org.jboss.tools.runtime.test"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
+ <plugin id="org.jboss.tools.runtime.test" download-size="0"
install-size="0" version="0.0.0" unpack="false" />
</feature>
Modified: trunk/runtime/site/site.xml
===================================================================
--- trunk/runtime/site/site.xml 2011-08-03 07:11:16 UTC (rev 33527)
+++ trunk/runtime/site/site.xml 2011-08-03 07:11:29 UTC (rev 33528)
@@ -3,6 +3,11 @@
<description>
To install these features, point Eclipse at this site.
</description>
+ <category-def name="JBoss Tools runtime Nightly Build Update Site"
label="JBoss Tools runtime Nightly Build Update Site">
+ <description>
+ JBoss Tools runtime Nightly Build Update Site: contains all features in this
build.
+ </description>
+ </category-def>
<feature url="features/org.jboss.tools.runtime.feature_0.0.0.jar"
id="org.jboss.tools.runtime.feature" version="0.0.0">
<category name="JBoss Tools runtime Nightly Build Update Site"/>
</feature>
@@ -21,9 +26,7 @@
<feature
url="features/org.jboss.tools.runtime.seam.detector.feature_0.0.0.jar"
id="org.jboss.tools.runtime.seam.detector.feature"
version="0.0.0">
<category name="JBoss Tools runtime Nightly Build Update Site"/>
</feature>
- <category-def name="JBoss Tools runtime Nightly Build Update Site"
label="JBoss Tools runtime Nightly Build Update Site">
- <description>
- JBoss Tools runtime Nightly Build Update Site: contains all features in this
build.
- </description>
- </category-def>
+ <feature url="features/org.jboss.tools.runtime.test.feature_0.0.0.jar"
id="org.jboss.tools.runtime.test.feature" version="0.0.0">
+ <category name="JBoss Tools runtime Nightly Build Update Site"/>
+ </feature>
</site>
Show replies by date