Author: nickboldt
Date: 2011-08-02 19:41:16 -0400 (Tue, 02 Aug 2011)
New Revision: 33475
Added:
trunk/ws/features/org.jboss.tools.ws.tests.feature/
trunk/ws/features/org.jboss.tools.ws.tests.feature/.cvsignore
trunk/ws/features/org.jboss.tools.ws.tests.feature/build.properties
trunk/ws/features/org.jboss.tools.ws.tests.feature/feature.properties
trunk/ws/features/org.jboss.tools.ws.tests.feature/feature.xml
trunk/ws/features/org.jboss.tools.ws.tests.feature/license.html
trunk/ws/features/org.jboss.tools.ws.tests.feature/pom.xml
Log:
JBIDE-8734 publish test feature and/or bot test plugin(s)
Added: trunk/ws/features/org.jboss.tools.ws.tests.feature/.cvsignore
===================================================================
--- trunk/ws/features/org.jboss.tools.ws.tests.feature/.cvsignore
(rev 0)
+++ trunk/ws/features/org.jboss.tools.ws.tests.feature/.cvsignore 2011-08-02 23:41:16 UTC
(rev 33475)
@@ -0,0 +1 @@
+build.xml
Added: trunk/ws/features/org.jboss.tools.ws.tests.feature/build.properties
===================================================================
--- trunk/ws/features/org.jboss.tools.ws.tests.feature/build.properties
(rev 0)
+++ trunk/ws/features/org.jboss.tools.ws.tests.feature/build.properties 2011-08-02
23:41:16 UTC (rev 33475)
@@ -0,0 +1,3 @@
+bin.includes = feature.xml,\
+ feature.properties,\
+ license.html
Added: trunk/ws/features/org.jboss.tools.ws.tests.feature/feature.properties
===================================================================
--- trunk/ws/features/org.jboss.tools.ws.tests.feature/feature.properties
(rev 0)
+++ trunk/ws/features/org.jboss.tools.ws.tests.feature/feature.properties 2011-08-02
23:41:16 UTC (rev 33475)
@@ -0,0 +1,27 @@
+# properties file for org.jboss.tools.ws.*.test*
+featureName=WS Tests
+featureProvider=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+# "description" property - description of the feature
+description=WS 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/ws/features/org.jboss.tools.ws.tests.feature/feature.xml
===================================================================
--- trunk/ws/features/org.jboss.tools.ws.tests.feature/feature.xml
(rev 0)
+++ trunk/ws/features/org.jboss.tools.ws.tests.feature/feature.xml 2011-08-02 23:41:16 UTC
(rev 33475)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature id="org.jboss.tools.ws.tests.feature"
label="%featureName" version="1.2.2.qualifier"
provider-name="%featureProvider">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <plugin id="org.jboss.tools.ws.core.test" download-size="0"
install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.ws.creation.core.test"
download-size="0" install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.ws.jaxrs.core.test" download-size="0"
install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.ws.ui.bot.test" download-size="0"
install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.ws.ui.test" download-size="0"
install-size="0" version="0.0.0" />
+</feature>
Added: trunk/ws/features/org.jboss.tools.ws.tests.feature/license.html
===================================================================
--- trunk/ws/features/org.jboss.tools.ws.tests.feature/license.html
(rev 0)
+++ trunk/ws/features/org.jboss.tools.ws.tests.feature/license.html 2011-08-02 23:41:16
UTC (rev 33475)
@@ -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/ws/features/org.jboss.tools.ws.tests.feature/pom.xml
===================================================================
--- trunk/ws/features/org.jboss.tools.ws.tests.feature/pom.xml
(rev 0)
+++ trunk/ws/features/org.jboss.tools.ws.tests.feature/pom.xml 2011-08-02 23:41:16 UTC
(rev 33475)
@@ -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.ws</groupId>
+ <artifactId>features</artifactId>
+ <version>1.2.2-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.ws.features</groupId>
+ <artifactId>org.jboss.tools.ws.tests.feature</artifactId>
+
+ <packaging>eclipse-feature</packaging>
+</project>