Author: nickboldt
Date: 2011-08-02 20:15:47 -0400 (Tue, 02 Aug 2011)
New Revision: 33482
Added:
trunk/flow/features/org.jboss.tools.flow.common.test.feature/
trunk/flow/features/org.jboss.tools.flow.common.test.feature/.cvsignore
trunk/flow/features/org.jboss.tools.flow.common.test.feature/build.properties
trunk/flow/features/org.jboss.tools.flow.common.test.feature/feature.properties
trunk/flow/features/org.jboss.tools.flow.common.test.feature/feature.xml
trunk/flow/features/org.jboss.tools.flow.common.test.feature/license.html
trunk/flow/features/org.jboss.tools.flow.common.test.feature/pom.xml
Modified:
trunk/flow/features/pom.xml
trunk/flow/pom.xml
trunk/flow/site/site.xml
Log:
JBIDE-8734 publish test feature and/or bot test plugin(s)
Added: trunk/flow/features/org.jboss.tools.flow.common.test.feature/.cvsignore
===================================================================
--- trunk/flow/features/org.jboss.tools.flow.common.test.feature/.cvsignore
(rev 0)
+++ trunk/flow/features/org.jboss.tools.flow.common.test.feature/.cvsignore 2011-08-03
00:15:47 UTC (rev 33482)
@@ -0,0 +1 @@
+build.xml
Added: trunk/flow/features/org.jboss.tools.flow.common.test.feature/build.properties
===================================================================
--- trunk/flow/features/org.jboss.tools.flow.common.test.feature/build.properties
(rev 0)
+++
trunk/flow/features/org.jboss.tools.flow.common.test.feature/build.properties 2011-08-03
00:15:47 UTC (rev 33482)
@@ -0,0 +1,3 @@
+bin.includes = feature.xml,\
+ feature.properties,\
+ license.html
Added: trunk/flow/features/org.jboss.tools.flow.common.test.feature/feature.properties
===================================================================
--- trunk/flow/features/org.jboss.tools.flow.common.test.feature/feature.properties
(rev 0)
+++
trunk/flow/features/org.jboss.tools.flow.common.test.feature/feature.properties 2011-08-03
00:15:47 UTC (rev 33482)
@@ -0,0 +1,27 @@
+# properties file for org.jboss.tools.flow.common.*.test*
+featureName=flow.common Tests
+featureProvider=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+# "description" property - description of the feature
+description=flow.common 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/flow/features/org.jboss.tools.flow.common.test.feature/feature.xml
===================================================================
--- trunk/flow/features/org.jboss.tools.flow.common.test.feature/feature.xml
(rev 0)
+++ trunk/flow/features/org.jboss.tools.flow.common.test.feature/feature.xml 2011-08-03
00:15:47 UTC (rev 33482)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature id="org.jboss.tools.flow.common.test.feature"
label="%featureName" version="0.0.1.qualifier"
provider-name="%featureProvider">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <plugin id="org.jboss.tools.flow.common.test" download-size="0"
install-size="0" version="0.0.0" />
+</feature>
Added: trunk/flow/features/org.jboss.tools.flow.common.test.feature/license.html
===================================================================
--- trunk/flow/features/org.jboss.tools.flow.common.test.feature/license.html
(rev 0)
+++ trunk/flow/features/org.jboss.tools.flow.common.test.feature/license.html 2011-08-03
00:15:47 UTC (rev 33482)
@@ -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/flow/features/org.jboss.tools.flow.common.test.feature/pom.xml
===================================================================
--- trunk/flow/features/org.jboss.tools.flow.common.test.feature/pom.xml
(rev 0)
+++ trunk/flow/features/org.jboss.tools.flow.common.test.feature/pom.xml 2011-08-03
00:15:47 UTC (rev 33482)
@@ -0,0 +1,12 @@
+<?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.flow</groupId>
+ <artifactId>features</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.flow.common.features</groupId>
+ <artifactId>org.jboss.tools.flow.common.tests.feature</artifactId>
+ <packaging>eclipse-feature</packaging>
+</project>
Modified: trunk/flow/features/pom.xml
===================================================================
--- trunk/flow/features/pom.xml 2011-08-03 00:15:34 UTC (rev 33481)
+++ trunk/flow/features/pom.xml 2011-08-03 00:15:47 UTC (rev 33482)
@@ -14,6 +14,7 @@
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.flow.common.feature</module>
+ <module>org.jboss.tools.flow.common.test.feature</module>
</modules>
</project>
Modified: trunk/flow/pom.xml
===================================================================
--- trunk/flow/pom.xml 2011-08-03 00:15:34 UTC (rev 33481)
+++ trunk/flow/pom.xml 2011-08-03 00:15:47 UTC (rev 33482)
@@ -14,9 +14,9 @@
<name>flow.all</name>
<packaging>pom</packaging>
<modules>
- <module>features</module>
<module>plugins</module>
<module>tests</module>
+ <module>features</module>
<module>site</module>
</modules>
</project>
Modified: trunk/flow/site/site.xml
===================================================================
--- trunk/flow/site/site.xml 2011-08-03 00:15:34 UTC (rev 33481)
+++ trunk/flow/site/site.xml 2011-08-03 00:15:47 UTC (rev 33482)
@@ -8,5 +8,8 @@
<feature url="features/org.jboss.tools.flow.common.feature_0.0.0.jar"
id="org.jboss.tools.flow.common.feature" version="0.0.0">
<category name="JBoss Tools flow Nightly Build Update Site"/>
</feature>
+ <feature url="features/org.jboss.tools.flow.common.test.feature_0.0.0.jar"
id="org.jboss.tools.flow.common.test.feature" version="0.0.0">
+ <category name="JBoss Tools flow Nightly Build Update Site"/>
+ </feature>
</site>