Author: nickboldt
Date: 2010-08-12 14:03:14 -0400 (Thu, 12 Aug 2010)
New Revision: 24118
Modified:
trunk/common/features/org.jboss.tools.ui.bot.feature/feature.xml
Log:
JBIDE-6300 feature should contain plugins, not included features. d'oh
Modified: trunk/common/features/org.jboss.tools.ui.bot.feature/feature.xml
===================================================================
--- trunk/common/features/org.jboss.tools.ui.bot.feature/feature.xml 2010-08-12 17:39:29
UTC (rev 24117)
+++ trunk/common/features/org.jboss.tools.ui.bot.feature/feature.xml 2010-08-12 18:03:14
UTC (rev 24118)
@@ -27,12 +27,7 @@
<update label="%updateSiteName"
url="http://download.jboss.org/jbosstools/updates/stable/galileo/&qu...
</url> -->
- <includes
- id="org.jboss.tools.ui.bot.ext"
- version="0.0.0"/>
+ <plugin id="org.jboss.tools.ui.bot.ext" download-size="0"
install-size="0" version="0.0.0"/>
+ <plugin id="org.jboss.tools.ui.bot.ext.test" download-size="0"
install-size="0" version="0.0.0"/>
- <includes
- id="org.jboss.tools.ui.bot.ext.test"
- version="0.0.0"/>
-
</feature>