Author: nickboldt
Date: 2011-08-03 03:48:43 -0400 (Wed, 03 Aug 2011)
New Revision: 33538
Modified:
trunk/tests/features/org.jboss.tools.test.feature/feature.xml
Log:
JBIDE-8734 tweak file layout
Modified: trunk/tests/features/org.jboss.tools.test.feature/feature.xml
===================================================================
--- trunk/tests/features/org.jboss.tools.test.feature/feature.xml 2011-08-03 07:48:31 UTC
(rev 33537)
+++ trunk/tests/features/org.jboss.tools.test.feature/feature.xml 2011-08-03 07:48:43 UTC
(rev 33538)
@@ -1,14 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.jboss.tools.test.feature"
- label="Tools Tests"
- version="3.2.0.qualifier">
+<feature id="org.jboss.tools.test.feature" label="Tools Tests"
version="3.2.0.qualifier">
- <description
url="http://www.jboss.org/tools">
+ <description
url="http://www.jboss.org/tools">
JBossTools unit tests feature
</description>
- <copyright>
+ <copyright>
Copyright (c) 2007-2010 Exadel, Inc and Red Hat, Inc.
Distributed under license by Red Hat, Inc. All rights reserved.
This program is made available under the terms of the
@@ -18,7 +15,7 @@
Exadel, Inc. and Red Hat, Inc. - initial API and implementation
</copyright>
- <license>
+ <license>
Red Hat, Inc. licenses these features and plugins to you under
certain open source licenses (or aggregations of such licenses), which
in a particular case may include the Eclipse Public License, the GNU
@@ -28,22 +25,8 @@
Raleigh NC 27606 USA.
</license>
- <plugin
- id="org.jboss.tools.tests"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
+ <plugin id="org.jboss.tools.tests" download-size="0"
install-size="0" 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" />
- <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"/>
-
</feature>