[jbosstools-commits] JBoss Tools SVN: r35487 - in trunk/tests: features/org.jboss.tools.test.feature and 3 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Oct 7 17:54:51 EDT 2011


Author: nickboldt
Date: 2011-10-07 17:54:51 -0400 (Fri, 07 Oct 2011)
New Revision: 35487

Added:
   trunk/tests/features/org.jboss.tools.test.source.feature/
   trunk/tests/features/org.jboss.tools.test.source.feature/build.properties
   trunk/tests/features/org.jboss.tools.test.source.feature/feature.properties
   trunk/tests/features/org.jboss.tools.test.source.feature/feature.xml
   trunk/tests/features/org.jboss.tools.test.source.feature/license.html
   trunk/tests/features/org.jboss.tools.test.source.feature/pom.xml
Removed:
   trunk/tests/features/org.jboss.tools.test.sdk.feature/.project
   trunk/tests/features/org.jboss.tools.test.sdk.feature/build.properties
   trunk/tests/features/org.jboss.tools.test.sdk.feature/feature.xml
Modified:
   trunk/tests/features/org.jboss.tools.test.feature/feature.xml
   trunk/tests/features/org.jboss.tools.test.feature/pom.xml
   trunk/tests/features/pom.xml
   trunk/tests/site/site.xml
Log:
JBIDE-8838 add source plugins/features to tests component

Modified: trunk/tests/features/org.jboss.tools.test.feature/feature.xml
===================================================================
--- trunk/tests/features/org.jboss.tools.test.feature/feature.xml	2011-10-07 21:36:58 UTC (rev 35486)
+++ trunk/tests/features/org.jboss.tools.test.feature/feature.xml	2011-10-07 21:54:51 UTC (rev 35487)
@@ -1,14 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<feature
-      id="org.jboss.tools.test.feature"
-      label="JBoss Tools - Tests - Tests Framework"
-      version="3.2.0.qualifier">
+<feature id="org.jboss.tools.test.feature" label="JBoss Tools - Tests - Tests Framework" version="3.2.0.qualifier">
 
-   <description url="http://www.jboss.org/tools">
+	<description url="http://www.jboss.org/tools">
       JBoss Tools - Tests - Tests Framework
    </description>
 
-   <copyright>
+	<copyright>
       Copyright (c) 2007-2011 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,7 @@
 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.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.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" />
 </feature>

Modified: trunk/tests/features/org.jboss.tools.test.feature/pom.xml
===================================================================
--- trunk/tests/features/org.jboss.tools.test.feature/pom.xml	2011-10-07 21:36:58 UTC (rev 35486)
+++ trunk/tests/features/org.jboss.tools.test.feature/pom.xml	2011-10-07 21:54:51 UTC (rev 35487)
@@ -8,6 +8,5 @@
 	</parent>
 	<groupId>org.jboss.tools.tests.features</groupId>
 	<artifactId>org.jboss.tools.test.feature</artifactId>
-	
 	<packaging>eclipse-feature</packaging>
 </project>

Deleted: trunk/tests/features/org.jboss.tools.test.sdk.feature/.project
===================================================================
--- trunk/tests/features/org.jboss.tools.test.sdk.feature/.project	2011-10-07 21:36:58 UTC (rev 35486)
+++ trunk/tests/features/org.jboss.tools.test.sdk.feature/.project	2011-10-07 21:54:51 UTC (rev 35487)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.jboss.tools.test.sdk.feature</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.pde.FeatureBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.pde.FeatureNature</nature>
-	</natures>
-</projectDescription>

Deleted: trunk/tests/features/org.jboss.tools.test.sdk.feature/build.properties
===================================================================
--- trunk/tests/features/org.jboss.tools.test.sdk.feature/build.properties	2011-10-07 21:36:58 UTC (rev 35486)
+++ trunk/tests/features/org.jboss.tools.test.sdk.feature/build.properties	2011-10-07 21:54:51 UTC (rev 35487)
@@ -1 +0,0 @@
-bin.includes = feature.xml

Deleted: trunk/tests/features/org.jboss.tools.test.sdk.feature/feature.xml
===================================================================
--- trunk/tests/features/org.jboss.tools.test.sdk.feature/feature.xml	2011-10-07 21:36:58 UTC (rev 35486)
+++ trunk/tests/features/org.jboss.tools.test.sdk.feature/feature.xml	2011-10-07 21:54:51 UTC (rev 35487)
@@ -1,351 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
-      id="org.jboss.tools.test.sdk.feature"
-      label="JBoss Tools - Tests - All JBossTools Tests (Deprecated?)"
-      version="3.2.0.qualifier">
-
-   <description url="http://www.example.com/description">
-      [Enter Feature Description here.]
-   </description>
-
-   <copyright url="http://www.example.com/copyright">
-      [Enter Copyright Description here.]
-   </copyright>
-
-   <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.
-   </license>
-
-   <plugin
-         id="org.eclipse.ant.optional.junit"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         fragment="true"/>
-
-   <plugin
-         id="org.eclipse.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.common.model.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.common.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.common.verification.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.jsf.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.jsf.text.ext.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.jsf.verification.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.jst.web.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.vpe.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.vpe.base.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.jst.web.ui.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.seam.core.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.seam.ui.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.vpe.xulrunner.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.jsf.vpe.richfaces.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.jsf.vpe.facelets.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.jsf.vpe.jsf.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.jsf.vpe.seam.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.struts.vpe.struts.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.common.model.ui.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.jst.jsp.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.vpe.ui.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.vpe.html.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.vpe.jsp.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.jsf.vpe.myfaces.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.common.el.core.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.ws.core.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"
-         unpack="false"/>
-
-   <plugin
-         id="org.jboss.tools.ws.ui.bot.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.jmx.core.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.jsf.ui.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.seam.pages.xml.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.common.verification.ui.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-   <plugin
-         id="org.jboss.tools.jsf.vpe.jstl.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.jmx.ui.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         fragment="true"/>
-
-   <plugin
-         id="org.jboss.tools.jst.web.kb.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.jst.css.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.jsf.ui.bot.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-   <plugin
-         id="org.jboss.tools.jst.ui.bot.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-   <plugin
-         id="org.jboss.tools.seam.ui.bot.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-   <plugin
-         id="org.jboss.tools.vpe.ui.bot.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-   <plugin
-         id="org.jboss.tools.jst.ui.firstrun.bot.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-   <plugin
-         id="org.jboss.tools.ui.bot.ext"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-   <plugin
-         id="org.jboss.tools.ui.bot.ext.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-   <plugin
-         id="org.jboss.tools.struts.ui.bot.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-   <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"/>
-
-   <plugin
-         id="org.jboss.tools.jsf.vpe.jbpm.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.jst.jsp.base.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-   <plugin
-         id="org.jboss.tools.seam.base.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-</feature>

Added: trunk/tests/features/org.jboss.tools.test.source.feature/build.properties
===================================================================
--- trunk/tests/features/org.jboss.tools.test.source.feature/build.properties	                        (rev 0)
+++ trunk/tests/features/org.jboss.tools.test.source.feature/build.properties	2011-10-07 21:54:51 UTC (rev 35487)
@@ -0,0 +1,3 @@
+bin.includes = feature.xml,\
+               feature.properties,\
+               license.html

Added: trunk/tests/features/org.jboss.tools.test.source.feature/feature.properties
===================================================================
--- trunk/tests/features/org.jboss.tools.test.source.feature/feature.properties	                        (rev 0)
+++ trunk/tests/features/org.jboss.tools.test.source.feature/feature.properties	2011-10-07 21:54:51 UTC (rev 35487)
@@ -0,0 +1,47 @@
+###############################################################################
+# Copyright (c) 2010-2011 Red Hat, Inc. and others.
+# All rights reserved. This program and the accompanying materials 
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+# 
+# Contributors:
+#     JBoss by Red Hat - Initial implementation.
+##############################################################################
+# feature.properties
+# contains externalized strings for feature.xml
+# "%foo" in feature.xml corresponds to the key "foo" in this file
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file should be translated.
+
+# "featureName" property - name of the feature
+featureName= JBoss Tools - Tests - Tests Framework source
+featureProvider=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+# "description" property - description of the feature
+description= JBoss Tools - Tests - Tests Framework source
+
+copyright=JBoss, Home of Professional Open Source\n\
+Copyright JBoss by Red Hat, and individual contributors as indicated\n\
+by the @authors tag, 2011. See the copyright.txt in the distribution\n\
+for a full listing of individual contributors.
+
+# "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 ##########################################

Added: trunk/tests/features/org.jboss.tools.test.source.feature/feature.xml
===================================================================
--- trunk/tests/features/org.jboss.tools.test.source.feature/feature.xml	                        (rev 0)
+++ trunk/tests/features/org.jboss.tools.test.source.feature/feature.xml	2011-10-07 21:54:51 UTC (rev 35487)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature id="org.jboss.tools.test.source.feature" label="%featureName" version="3.2.0.qualifier" provider-name="%featureProvider">
+
+	<description>
+      %description
+   </description>
+
+	<copyright>
+      JBoss, Home of Professional Open Source
+Copyright (c) 2011 Red Hat, Inc., and individual contributors as indicated
+by the @authors tag. See the copyright.txt in the distribution
+for a full listing of individual contributors.
+   </copyright>
+
+	<license url="%licenseURL">
+      %license
+   </license>
+
+	<plugin id="org.jboss.tools.tests.source" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.ui.bot.ext.source" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.ui.bot.ext.test.source" download-size="0" install-size="0" version="0.0.0" />
+</feature>

Added: trunk/tests/features/org.jboss.tools.test.source.feature/license.html
===================================================================
--- trunk/tests/features/org.jboss.tools.test.source.feature/license.html	                        (rev 0)
+++ trunk/tests/features/org.jboss.tools.test.source.feature/license.html	2011-10-07 21:54:51 UTC (rev 35487)
@@ -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

Copied: trunk/tests/features/org.jboss.tools.test.source.feature/pom.xml (from rev 35486, trunk/tests/features/org.jboss.tools.test.feature/pom.xml)
===================================================================
--- trunk/tests/features/org.jboss.tools.test.source.feature/pom.xml	                        (rev 0)
+++ trunk/tests/features/org.jboss.tools.test.source.feature/pom.xml	2011-10-07 21:54:51 UTC (rev 35487)
@@ -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.tests</groupId>
+		<artifactId>features</artifactId>
+		<version>3.2.0-SNAPSHOT</version>
+	</parent>
+	<groupId>org.jboss.tools.tests.features</groupId>
+	<artifactId>org.jboss.tools.test.source.feature</artifactId>
+	<packaging>eclipse-feature</packaging>
+</project>

Modified: trunk/tests/features/pom.xml
===================================================================
--- trunk/tests/features/pom.xml	2011-10-07 21:36:58 UTC (rev 35486)
+++ trunk/tests/features/pom.xml	2011-10-07 21:54:51 UTC (rev 35487)
@@ -13,5 +13,6 @@
 	<packaging>pom</packaging>
 	<modules>
 		<module>org.jboss.tools.test.feature</module>
+		<module>org.jboss.tools.test.source.feature</module>
 	</modules>
 </project>

Modified: trunk/tests/site/site.xml
===================================================================
--- trunk/tests/site/site.xml	2011-10-07 21:36:58 UTC (rev 35486)
+++ trunk/tests/site/site.xml	2011-10-07 21:54:51 UTC (rev 35487)
@@ -8,5 +8,8 @@
 	<feature url="features/org.jboss.tools.test.feature_0.0.0.jar" id="org.jboss.tools.test.feature" version="0.0.0">
 		<category name="JBoss Tools tests Nightly Build Update Site"/>
 	</feature>
+	<feature url="features/org.jboss.tools.test.source.feature_0.0.0.jar" id="org.jboss.tools.test.source.feature" version="0.0.0">
+		<category name="JBoss Tools tests Nightly Build Update Site"/>
+	</feature>
 
 </site>



More information about the jbosstools-commits mailing list