Author: nickboldt
Date: 2009-05-26 21:02:29 -0400 (Tue, 26 May 2009)
New Revision: 15540
Modified:
trunk/jmx/features/org.jboss.tools.jmx.tests.feature/build.properties
trunk/jmx/features/org.jboss.tools.jmx.tests.feature/feature.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-737 add test source plugins
Modified: trunk/jmx/features/org.jboss.tools.jmx.tests.feature/build.properties
===================================================================
--- trunk/jmx/features/org.jboss.tools.jmx.tests.feature/build.properties 2009-05-27
01:02:01 UTC (rev 15539)
+++ trunk/jmx/features/org.jboss.tools.jmx.tests.feature/build.properties 2009-05-27
01:02:29 UTC (rev 15540)
@@ -1,5 +1,7 @@
bin.includes = feature.xml,\
feature.properties,\
license.html
-generate.plugin(a)org.jboss.tools.tests.source.feature=org.jboss.tools.tests.feature
+generate.plugin(a)org.jboss.tools.jmx.core.test.source=org.jboss.tools.jmx.core.test
+generate.plugin(a)org.jboss.tools.jmx.ui.test.source=org.jboss.tools.jmx.ui.test
+generate.plugin(a)org.jboss.tools.jmx.ui.test.interactive.source=org.jboss.tools.jmx.ui.test.interactive
root=rootfiles
\ No newline at end of file
Modified: trunk/jmx/features/org.jboss.tools.jmx.tests.feature/feature.xml
===================================================================
--- trunk/jmx/features/org.jboss.tools.jmx.tests.feature/feature.xml 2009-05-27 01:02:01
UTC (rev 15539)
+++ trunk/jmx/features/org.jboss.tools.jmx.tests.feature/feature.xml 2009-05-27 01:02:29
UTC (rev 15540)
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
- id="org.jboss.tools.jmx.tests"
+ id="org.jboss.tools.jmx.tests.feature"
label="%featureName"
- version="0.2.2.qualifier"
+ version="1.0.1.qualifier"
provider-name="%featureProvider"
image="eclipse_update_120.jpg">
@@ -52,15 +52,33 @@
version="0.0.0"/>
<plugin
+ id="org.jboss.tools.jmx.core.test.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
id="org.jboss.tools.jmx.ui.test"
download-size="0"
install-size="0"
version="0.0.0"/>
<plugin
+ id="org.jboss.tools.jmx.ui.test.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
id="org.jboss.tools.jmx.ui.test.interactive"
download-size="0"
install-size="0"
version="0.0.0"/>
-
+
+ <plugin
+ id="org.jboss.tools.jmx.ui.test.interactive.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
</feature>