Author: nickboldt
Date: 2011-08-03 03:12:15 -0400 (Wed, 03 Aug 2011)
New Revision: 33531
Added:
trunk/cdi/features/org.jboss.tools.cdi.seam.tests.feature/
trunk/cdi/features/org.jboss.tools.cdi.seam.tests.feature/.cvsignore
trunk/cdi/features/org.jboss.tools.cdi.seam.tests.feature/build.properties
trunk/cdi/features/org.jboss.tools.cdi.seam.tests.feature/feature.properties
trunk/cdi/features/org.jboss.tools.cdi.seam.tests.feature/feature.xml
trunk/cdi/features/org.jboss.tools.cdi.seam.tests.feature/license.html
trunk/cdi/features/org.jboss.tools.cdi.seam.tests.feature/pom.xml
trunk/cdi/features/org.jboss.tools.cdi.tests.feature/
trunk/cdi/features/org.jboss.tools.cdi.tests.feature/.cvsignore
trunk/cdi/features/org.jboss.tools.cdi.tests.feature/build.properties
trunk/cdi/features/org.jboss.tools.cdi.tests.feature/feature.properties
trunk/cdi/features/org.jboss.tools.cdi.tests.feature/feature.xml
trunk/cdi/features/org.jboss.tools.cdi.tests.feature/license.html
trunk/cdi/features/org.jboss.tools.cdi.tests.feature/pom.xml
Modified:
trunk/cdi/features/pom.xml
trunk/cdi/site/site.xml
trunk/cdi/tests/pom.xml
Log:
JBIDE-8734 publish test feature and/or bot test plugin(s)
Added: trunk/cdi/features/org.jboss.tools.cdi.seam.tests.feature/.cvsignore
===================================================================
--- trunk/cdi/features/org.jboss.tools.cdi.seam.tests.feature/.cvsignore
(rev 0)
+++ trunk/cdi/features/org.jboss.tools.cdi.seam.tests.feature/.cvsignore 2011-08-03
07:12:15 UTC (rev 33531)
@@ -0,0 +1 @@
+build.xml
Added: trunk/cdi/features/org.jboss.tools.cdi.seam.tests.feature/build.properties
===================================================================
--- trunk/cdi/features/org.jboss.tools.cdi.seam.tests.feature/build.properties
(rev 0)
+++ trunk/cdi/features/org.jboss.tools.cdi.seam.tests.feature/build.properties 2011-08-03
07:12:15 UTC (rev 33531)
@@ -0,0 +1,3 @@
+bin.includes = feature.xml,\
+ feature.properties,\
+ license.html
Added: trunk/cdi/features/org.jboss.tools.cdi.seam.tests.feature/feature.properties
===================================================================
--- trunk/cdi/features/org.jboss.tools.cdi.seam.tests.feature/feature.properties
(rev 0)
+++
trunk/cdi/features/org.jboss.tools.cdi.seam.tests.feature/feature.properties 2011-08-03
07:12:15 UTC (rev 33531)
@@ -0,0 +1,26 @@
+featureName=CDI Tests
+featureProvider=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+# "description" property - description of the feature
+description=CDI Tests
+
+# "licenseURL" property - URL of the "Feature License"
+# do not translate value - just change to point to a locale-specific HTML page
+licenseURL=license.html
+
+# START NON-TRANSLATABLE
+# "license" property - text of the "Feature Update License"
+# should be plain text version of license agreement pointed to be "licenseURL"
+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
+Lesser General Public License, and/or certain other open source
+licenses. For precise licensing details, consult the corresponding
+source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive,
+Raleigh NC 27606 USA.
+# END NON-TRANSLATABLE
+########### end of license property ##########################################
+
\ No newline at end of file
Added: trunk/cdi/features/org.jboss.tools.cdi.seam.tests.feature/feature.xml
===================================================================
--- trunk/cdi/features/org.jboss.tools.cdi.seam.tests.feature/feature.xml
(rev 0)
+++ trunk/cdi/features/org.jboss.tools.cdi.seam.tests.feature/feature.xml 2011-08-03
07:12:15 UTC (rev 33531)
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature id="org.jboss.tools.cdi.seam.tests.feature"
label="%featureName" version="1.2.0.qualifier"
provider-name="%featureProvider">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <requires>
+ <import plugin="org.junit" version="3.8.1"
match="compatible" />
+ <import plugin="org.eclipse.core.runtime" version="3.3.0"
match="compatible" />
+ <import plugin="org.eclipse.core.resources" version="3.3.0"
match="compatible" />
+ <import plugin="org.eclipse.ant.core" version="3.1.100"
match="compatible" />
+ <import plugin="org.eclipse.core.resources" version="3.2.0"
match="compatible" />
+ <import plugin="org.eclipse.core.runtime" version="3.2.0"
match="compatible" />
+ <import plugin="org.eclipse.debug.core" version="3.2.0"
match="compatible" />
+ <import feature="org.jboss.tools.cdi.tests.feature"
version="1.0.0" match="compatible" />
+ </requires>
+
+ <plugin id="org.jboss.tools.cdi.seam.config.core.test"
download-size="0" install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.cdi.seam.config.ui.test"
download-size="0" install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.cdi.seam.core.test" download-size="0"
install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.cdi.seam.faces.core.test"
download-size="0" install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.cdi.seam.solder.core.test"
download-size="0" install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.cdi.seam.text.ext.test"
download-size="0" install-size="0" version="0.0.0" />
+</feature>
Added: trunk/cdi/features/org.jboss.tools.cdi.seam.tests.feature/license.html
===================================================================
--- trunk/cdi/features/org.jboss.tools.cdi.seam.tests.feature/license.html
(rev 0)
+++ trunk/cdi/features/org.jboss.tools.cdi.seam.tests.feature/license.html 2011-08-03
07:12:15 UTC (rev 33531)
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<html>
+
+<body>
+<p>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
+Lesser General Public License, and/or certain other open source
+licenses. For precise licensing details, consult the corresponding
+source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive,
+Raleigh NC 27606 USA.
+</p>
+</body>
+</html>
\ No newline at end of file
Added: trunk/cdi/features/org.jboss.tools.cdi.seam.tests.feature/pom.xml
===================================================================
--- trunk/cdi/features/org.jboss.tools.cdi.seam.tests.feature/pom.xml
(rev 0)
+++ trunk/cdi/features/org.jboss.tools.cdi.seam.tests.feature/pom.xml 2011-08-03 07:12:15
UTC (rev 33531)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.jboss.tools.cdi</groupId>
+ <artifactId>features</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.cdi.features</groupId>
+ <artifactId>org.jboss.tools.cdi.seam.tests.feature</artifactId>
+
+ <packaging>eclipse-feature</packaging>
+</project>
Added: trunk/cdi/features/org.jboss.tools.cdi.tests.feature/.cvsignore
===================================================================
--- trunk/cdi/features/org.jboss.tools.cdi.tests.feature/.cvsignore
(rev 0)
+++ trunk/cdi/features/org.jboss.tools.cdi.tests.feature/.cvsignore 2011-08-03 07:12:15
UTC (rev 33531)
@@ -0,0 +1 @@
+build.xml
Added: trunk/cdi/features/org.jboss.tools.cdi.tests.feature/build.properties
===================================================================
--- trunk/cdi/features/org.jboss.tools.cdi.tests.feature/build.properties
(rev 0)
+++ trunk/cdi/features/org.jboss.tools.cdi.tests.feature/build.properties 2011-08-03
07:12:15 UTC (rev 33531)
@@ -0,0 +1,3 @@
+bin.includes = feature.xml,\
+ feature.properties,\
+ license.html
Added: trunk/cdi/features/org.jboss.tools.cdi.tests.feature/feature.properties
===================================================================
--- trunk/cdi/features/org.jboss.tools.cdi.tests.feature/feature.properties
(rev 0)
+++ trunk/cdi/features/org.jboss.tools.cdi.tests.feature/feature.properties 2011-08-03
07:12:15 UTC (rev 33531)
@@ -0,0 +1,26 @@
+featureName=CDI Tests
+featureProvider=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+# "description" property - description of the feature
+description=CDI Tests
+
+# "licenseURL" property - URL of the "Feature License"
+# do not translate value - just change to point to a locale-specific HTML page
+licenseURL=license.html
+
+# START NON-TRANSLATABLE
+# "license" property - text of the "Feature Update License"
+# should be plain text version of license agreement pointed to be "licenseURL"
+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
+Lesser General Public License, and/or certain other open source
+licenses. For precise licensing details, consult the corresponding
+source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive,
+Raleigh NC 27606 USA.
+# END NON-TRANSLATABLE
+########### end of license property ##########################################
+
\ No newline at end of file
Added: trunk/cdi/features/org.jboss.tools.cdi.tests.feature/feature.xml
===================================================================
--- trunk/cdi/features/org.jboss.tools.cdi.tests.feature/feature.xml
(rev 0)
+++ trunk/cdi/features/org.jboss.tools.cdi.tests.feature/feature.xml 2011-08-03 07:12:15
UTC (rev 33531)
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature id="org.jboss.tools.cdi.tests.feature"
label="%featureName" version="1.2.0.qualifier"
provider-name="%featureProvider">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <requires>
+ <import plugin="org.junit" version="3.8.1"
match="compatible" />
+ <import plugin="org.eclipse.core.runtime" version="3.3.0"
match="compatible" />
+ <import plugin="org.eclipse.core.resources" version="3.3.0"
match="compatible" />
+ <import plugin="org.eclipse.ant.core" version="3.1.100"
match="compatible" />
+ <import plugin="org.eclipse.core.resources" version="3.2.0"
match="compatible" />
+ <import plugin="org.eclipse.core.runtime" version="3.2.0"
match="compatible" />
+ <import plugin="org.eclipse.debug.core" version="3.2.0"
match="compatible" />
+ </requires>
+
+ <plugin id="org.jboss.tools.cdi.bot.test" download-size="0"
install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.cdi.core.test" download-size="0"
install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.cdi.text.ext.test" download-size="0"
install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.cdi.ui.test" download-size="0"
install-size="0" version="0.0.0" />
+
+</feature>
Added: trunk/cdi/features/org.jboss.tools.cdi.tests.feature/license.html
===================================================================
--- trunk/cdi/features/org.jboss.tools.cdi.tests.feature/license.html
(rev 0)
+++ trunk/cdi/features/org.jboss.tools.cdi.tests.feature/license.html 2011-08-03 07:12:15
UTC (rev 33531)
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<html>
+
+<body>
+<p>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
+Lesser General Public License, and/or certain other open source
+licenses. For precise licensing details, consult the corresponding
+source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive,
+Raleigh NC 27606 USA.
+</p>
+</body>
+</html>
\ No newline at end of file
Added: trunk/cdi/features/org.jboss.tools.cdi.tests.feature/pom.xml
===================================================================
--- trunk/cdi/features/org.jboss.tools.cdi.tests.feature/pom.xml
(rev 0)
+++ trunk/cdi/features/org.jboss.tools.cdi.tests.feature/pom.xml 2011-08-03 07:12:15 UTC
(rev 33531)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.jboss.tools.cdi</groupId>
+ <artifactId>features</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.cdi.features</groupId>
+ <artifactId>org.jboss.tools.cdi.tests.feature</artifactId>
+
+ <packaging>eclipse-feature</packaging>
+</project>
Modified: trunk/cdi/features/pom.xml
===================================================================
--- trunk/cdi/features/pom.xml 2011-08-03 07:11:54 UTC (rev 33530)
+++ trunk/cdi/features/pom.xml 2011-08-03 07:12:15 UTC (rev 33531)
@@ -13,7 +13,9 @@
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.cdi.feature</module>
+ <module>org.jboss.tools.cdi.tests.feature</module>
<module>org.jboss.tools.cdi.seam.feature</module>
+ <module>org.jboss.tools.cdi.seam.tests.feature</module>
</modules>
</project>
Modified: trunk/cdi/site/site.xml
===================================================================
--- trunk/cdi/site/site.xml 2011-08-03 07:11:54 UTC (rev 33530)
+++ trunk/cdi/site/site.xml 2011-08-03 07:12:15 UTC (rev 33531)
@@ -11,5 +11,11 @@
<feature url="features/org.jboss.tools.cdi.seam.feature_0.0.0.jar"
id="org.jboss.tools.cdi.seam.feature" version="0.0.0">
<category name="JBoss Tools cdi Nightly Build Update Site"/>
</feature>
+ <feature url="features/org.jboss.tools.cdi.tests.feature_0.0.0.jar"
id="org.jboss.tools.cdi.tests.feature" version="0.0.0">
+ <category name="JBoss Tools cdi Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.tools.cdi.seam.tests.feature_0.0.0.jar"
id="org.jboss.tools.cdi.seam.tests.feature" version="0.0.0">
+ <category name="JBoss Tools cdi Nightly Build Update Site"/>
+ </feature>
</site>
Modified: trunk/cdi/tests/pom.xml
===================================================================
--- trunk/cdi/tests/pom.xml 2011-08-03 07:11:54 UTC (rev 33530)
+++ trunk/cdi/tests/pom.xml 2011-08-03 07:12:15 UTC (rev 33531)
@@ -12,15 +12,16 @@
<packaging>pom</packaging>
<modules>
+ <module>org.jboss.tools.cdi.bot.test</module>
<module>org.jboss.tools.cdi.core.test</module>
- <module>org.jboss.tools.cdi.text.ext.test</module>
- <module>org.jboss.tools.cdi.ui.test</module>
- <module>org.jboss.tools.cdi.seam.core.test</module>
- <module>org.jboss.tools.cdi.seam.solder.core.test</module>
<module>org.jboss.tools.cdi.seam.config.core.test</module>
<module>org.jboss.tools.cdi.seam.config.ui.test</module>
+ <module>org.jboss.tools.cdi.seam.core.test</module>
<module>org.jboss.tools.cdi.seam.faces.core.test</module>
+ <module>org.jboss.tools.cdi.seam.solder.core.test</module>
<module>org.jboss.tools.cdi.seam.text.ext.test</module>
+ <module>org.jboss.tools.cdi.text.ext.test</module>
+ <module>org.jboss.tools.cdi.ui.test</module>
</modules>
</project>