JBoss Tools SVN: r33534 - trunk/download.jboss.org/jbosstools/builds/cascade.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-08-03 03:23:13 -0400 (Wed, 03 Aug 2011)
New Revision: 33534
Modified:
trunk/download.jboss.org/jbosstools/builds/cascade/swimlanes.txt
Log:
portlet now depends on seam
Modified: trunk/download.jboss.org/jbosstools/builds/cascade/swimlanes.txt
===================================================================
--- trunk/download.jboss.org/jbosstools/builds/cascade/swimlanes.txt 2011-08-03 07:14:15 UTC (rev 33533)
+++ trunk/download.jboss.org/jbosstools/builds/cascade/swimlanes.txt 2011-08-03 07:23:13 UTC (rev 33534)
@@ -1,4 +1,4 @@
-Revised swimlanes, as implemented in 3.2_stable_branch and 3.3_trunk jobs, 2011/06/15
+Revised swimlanes, as implemented in 3.2_stable_branch and 3.3_trunk jobs, 2011/08/03
------------------------
@@ -33,6 +33,7 @@
forge -> [none]
examples -> portlet, jst
teiid, runtime -> tests
+portlet -> seam
tptp [REMOVED]
13 years, 5 months
JBoss Tools SVN: r33533 - in trunk/maven/features: org.jboss.tools.maven.tests.feature and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-08-03 03:14:15 -0400 (Wed, 03 Aug 2011)
New Revision: 33533
Added:
trunk/maven/features/org.jboss.tools.maven.tests.feature/
trunk/maven/features/org.jboss.tools.maven.tests.feature/.cvsignore
trunk/maven/features/org.jboss.tools.maven.tests.feature/build.properties
trunk/maven/features/org.jboss.tools.maven.tests.feature/feature.properties
trunk/maven/features/org.jboss.tools.maven.tests.feature/feature.xml
trunk/maven/features/org.jboss.tools.maven.tests.feature/license.html
trunk/maven/features/org.jboss.tools.maven.tests.feature/pom.xml
Log:
JBIDE-8734 publish test feature and/or bot test plugin(s)
Added: trunk/maven/features/org.jboss.tools.maven.tests.feature/.cvsignore
===================================================================
--- trunk/maven/features/org.jboss.tools.maven.tests.feature/.cvsignore (rev 0)
+++ trunk/maven/features/org.jboss.tools.maven.tests.feature/.cvsignore 2011-08-03 07:14:15 UTC (rev 33533)
@@ -0,0 +1 @@
+build.xml
Added: trunk/maven/features/org.jboss.tools.maven.tests.feature/build.properties
===================================================================
--- trunk/maven/features/org.jboss.tools.maven.tests.feature/build.properties (rev 0)
+++ trunk/maven/features/org.jboss.tools.maven.tests.feature/build.properties 2011-08-03 07:14:15 UTC (rev 33533)
@@ -0,0 +1,3 @@
+bin.includes = feature.xml,\
+ feature.properties,\
+ license.html
Added: trunk/maven/features/org.jboss.tools.maven.tests.feature/feature.properties
===================================================================
--- trunk/maven/features/org.jboss.tools.maven.tests.feature/feature.properties (rev 0)
+++ trunk/maven/features/org.jboss.tools.maven.tests.feature/feature.properties 2011-08-03 07:14:15 UTC (rev 33533)
@@ -0,0 +1,27 @@
+# properties file for org.jboss.tools.maven.*.test*
+featureName=maven Tests
+featureProvider=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+# "description" property - description of the feature
+description=maven 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/maven/features/org.jboss.tools.maven.tests.feature/feature.xml
===================================================================
--- trunk/maven/features/org.jboss.tools.maven.tests.feature/feature.xml (rev 0)
+++ trunk/maven/features/org.jboss.tools.maven.tests.feature/feature.xml 2011-08-03 07:14:15 UTC (rev 33533)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature id="org.jboss.tools.maven.tests.feature" label="%featureName" version="1.2.0.qualifier" provider-name="%featureProvider">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <plugin id="org.jboss.tools.maven.ui.bot.test" download-size="0" install-size="0" version="0.0.0" />
+</feature>
Added: trunk/maven/features/org.jboss.tools.maven.tests.feature/license.html
===================================================================
--- trunk/maven/features/org.jboss.tools.maven.tests.feature/license.html (rev 0)
+++ trunk/maven/features/org.jboss.tools.maven.tests.feature/license.html 2011-08-03 07:14:15 UTC (rev 33533)
@@ -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/maven/features/org.jboss.tools.maven.tests.feature/pom.xml
===================================================================
--- trunk/maven/features/org.jboss.tools.maven.tests.feature/pom.xml (rev 0)
+++ trunk/maven/features/org.jboss.tools.maven.tests.feature/pom.xml 2011-08-03 07:14:15 UTC (rev 33533)
@@ -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.maven</groupId>
+ <artifactId>features</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.maven.features</groupId>
+ <artifactId>org.jboss.tools.maven.tests.feature</artifactId>
+
+ <packaging>eclipse-feature</packaging>
+</project>
13 years, 5 months
JBoss Tools SVN: r33532 - in trunk/maven: site and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-08-03 03:12:28 -0400 (Wed, 03 Aug 2011)
New Revision: 33532
Modified:
trunk/maven/features/pom.xml
trunk/maven/site/site.xml
Log:
JBIDE-8734 publish test feature and/or bot test plugin(s)
Modified: trunk/maven/features/pom.xml
===================================================================
--- trunk/maven/features/pom.xml 2011-08-03 07:12:15 UTC (rev 33531)
+++ trunk/maven/features/pom.xml 2011-08-03 07:12:28 UTC (rev 33532)
@@ -20,6 +20,7 @@
<module>org.jboss.tools.maven.hibernate.feature</module>
<module>org.jboss.tools.maven.portlet.feature</module>
<module>org.jboss.tools.maven.project.examples.feature</module>
+ <module>org.jboss.tools.maven.tests.feature</module>
</modules>
</project>
Modified: trunk/maven/site/site.xml
===================================================================
--- trunk/maven/site/site.xml 2011-08-03 07:12:15 UTC (rev 33531)
+++ trunk/maven/site/site.xml 2011-08-03 07:12:28 UTC (rev 33532)
@@ -26,4 +26,7 @@
<feature url="features/org.jboss.tools.maven.project.examples.feature_0.0.0.jar" id="org.jboss.tools.maven.project.examples.feature" version="0.0.0">
<category name="JBoss Tools maven Nightly Build Update Site"/>
</feature>
+ <feature url="features/org.jboss.tools.maven.tests.feature_0.0.0.jar" id="org.jboss.tools.maven.tests.feature" version="0.0.0">
+ <category name="JBoss Tools maven Nightly Build Update Site"/>
+ </feature>
</site>
13 years, 5 months
JBoss Tools SVN: r33531 - in trunk/cdi: features/org.jboss.tools.cdi.seam.tests.feature and 3 other directories.
by jbosstools-commits@lists.jboss.org
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>
13 years, 5 months
JBoss Tools SVN: r33530 - in trunk/examples: site and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-08-03 03:11:54 -0400 (Wed, 03 Aug 2011)
New Revision: 33530
Modified:
trunk/examples/features/org.jboss.tools.project.examples.test.feature/feature.xml
trunk/examples/site/site.xml
Log:
JBIDE-8734 publish test feature and/or bot test plugin(s)
Modified: trunk/examples/features/org.jboss.tools.project.examples.test.feature/feature.xml
===================================================================
--- trunk/examples/features/org.jboss.tools.project.examples.test.feature/feature.xml 2011-08-03 07:11:41 UTC (rev 33529)
+++ trunk/examples/features/org.jboss.tools.project.examples.test.feature/feature.xml 2011-08-03 07:11:54 UTC (rev 33530)
@@ -1,27 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.jboss.tools.project.examples.test.feature"
- label="Project Examples Test Suite Feature"
- version="1.2.1.qualifier"
- provider-name="JBoss by Red Hat">
+<feature id="org.jboss.tools.project.examples.test.feature" label="Project Examples Test Suite Feature" version="1.2.1.qualifier" provider-name="JBoss by Red Hat">
- <description>
+ <description>
%description
</description>
- <copyright>
+ <copyright>
%copyright
</copyright>
- <license url="%licenseURL">
+ <license url="%licenseURL">
%license
</license>
- <plugin
- id="org.jboss.tools.project.examples.test"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
+ <plugin id="org.jboss.tools.project.examples.test" download-size="0" install-size="0" version="0.0.0" unpack="false" />
</feature>
Modified: trunk/examples/site/site.xml
===================================================================
--- trunk/examples/site/site.xml 2011-08-03 07:11:41 UTC (rev 33529)
+++ trunk/examples/site/site.xml 2011-08-03 07:11:54 UTC (rev 33530)
@@ -11,5 +11,8 @@
<feature url="features/org.jboss.tools.community.project.examples.feature_0.0.0.jar" id="org.jboss.tools.community.project.examples.feature" version="0.0.0">
<category name="JBoss Tools examples Nightly Build Update Site"/>
</feature>
+ <feature url="features/org.jboss.tools.project.examples.test.feature_0.0.0.jar" id="org.jboss.tools.project.examples.test.feature" version="0.0.0">
+ <category name="JBoss Tools examples Nightly Build Update Site"/>
+ </feature>
</site>
13 years, 5 months
JBoss Tools SVN: r33529 - in trunk/portlet: site and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-08-03 03:11:41 -0400 (Wed, 03 Aug 2011)
New Revision: 33529
Modified:
trunk/portlet/features/org.jboss.tools.portlet.test.feature/feature.xml
trunk/portlet/site/site.xml
Log:
JBIDE-8734 publish test feature and/or bot test plugin(s)
Modified: trunk/portlet/features/org.jboss.tools.portlet.test.feature/feature.xml
===================================================================
--- trunk/portlet/features/org.jboss.tools.portlet.test.feature/feature.xml 2011-08-03 07:11:29 UTC (rev 33528)
+++ trunk/portlet/features/org.jboss.tools.portlet.test.feature/feature.xml 2011-08-03 07:11:41 UTC (rev 33529)
@@ -1,26 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.jboss.tools.portlet.test.feature"
- label="Portlet Test Suite Feature"
- version="1.2.0.qualifier">
+<feature id="org.jboss.tools.portlet.test.feature" label="Portlet Test Suite Feature" version="1.2.0.qualifier">
- <description url="http://www.example.com/description">
+ <description url="http://www.example.com/description">
[Enter Feature Description here.]
</description>
- <copyright url="http://www.example.com/copyright">
+ <copyright url="http://www.example.com/copyright">
[Enter Copyright Description here.]
</copyright>
- <license url="http://www.example.com/license">
+ <license url="http://www.example.com/license">
[Enter License Description here.]
</license>
- <plugin
- id="org.jboss.tools.portlet.core.test"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
+ <plugin id="org.jboss.tools.portlet.core.test" download-size="0" install-size="0" version="0.0.0" unpack="false" />
</feature>
Modified: trunk/portlet/site/site.xml
===================================================================
--- trunk/portlet/site/site.xml 2011-08-03 07:11:29 UTC (rev 33528)
+++ trunk/portlet/site/site.xml 2011-08-03 07:11:41 UTC (rev 33529)
@@ -8,5 +8,8 @@
<feature url="features/org.jboss.tools.portlet.feature_0.0.0.jar" id="org.jboss.tools.portlet.feature" version="0.0.0">
<category name="JBoss Tools portlet Nightly Build Update Site"/>
</feature>
+ <feature url="features/org.jboss.tools.portlet.test.feature_0.0.0.jar" id="org.jboss.tools.portlet.test.feature" version="0.0.0">
+ <category name="JBoss Tools portlet Nightly Build Update Site"/>
+ </feature>
</site>
13 years, 5 months
JBoss Tools SVN: r33528 - in trunk/runtime: site and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-08-03 03:11:29 -0400 (Wed, 03 Aug 2011)
New Revision: 33528
Modified:
trunk/runtime/features/org.jboss.tools.runtime.test.feature/feature.xml
trunk/runtime/site/site.xml
Log:
JBIDE-8734 publish test feature and/or bot test plugin(s)
Modified: trunk/runtime/features/org.jboss.tools.runtime.test.feature/feature.xml
===================================================================
--- trunk/runtime/features/org.jboss.tools.runtime.test.feature/feature.xml 2011-08-03 07:11:16 UTC (rev 33527)
+++ trunk/runtime/features/org.jboss.tools.runtime.test.feature/feature.xml 2011-08-03 07:11:29 UTC (rev 33528)
@@ -1,26 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.jboss.tools.runtime.test.feature"
- label="Feature"
- version="1.3.0.qualifier">
+<feature id="org.jboss.tools.runtime.test.feature" label="Feature" version="1.3.0.qualifier">
- <description>
+ <description>
%description
</description>
- <copyright>
+ <copyright>
%copyright
</copyright>
- <license url="%licenseURL">
+ <license url="%licenseURL">
%license
</license>
- <plugin
- id="org.jboss.tools.runtime.test"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
+ <plugin id="org.jboss.tools.runtime.test" download-size="0" install-size="0" version="0.0.0" unpack="false" />
</feature>
Modified: trunk/runtime/site/site.xml
===================================================================
--- trunk/runtime/site/site.xml 2011-08-03 07:11:16 UTC (rev 33527)
+++ trunk/runtime/site/site.xml 2011-08-03 07:11:29 UTC (rev 33528)
@@ -3,6 +3,11 @@
<description>
To install these features, point Eclipse at this site.
</description>
+ <category-def name="JBoss Tools runtime Nightly Build Update Site" label="JBoss Tools runtime Nightly Build Update Site">
+ <description>
+ JBoss Tools runtime Nightly Build Update Site: contains all features in this build.
+ </description>
+ </category-def>
<feature url="features/org.jboss.tools.runtime.feature_0.0.0.jar" id="org.jboss.tools.runtime.feature" version="0.0.0">
<category name="JBoss Tools runtime Nightly Build Update Site"/>
</feature>
@@ -21,9 +26,7 @@
<feature url="features/org.jboss.tools.runtime.seam.detector.feature_0.0.0.jar" id="org.jboss.tools.runtime.seam.detector.feature" version="0.0.0">
<category name="JBoss Tools runtime Nightly Build Update Site"/>
</feature>
- <category-def name="JBoss Tools runtime Nightly Build Update Site" label="JBoss Tools runtime Nightly Build Update Site">
- <description>
- JBoss Tools runtime Nightly Build Update Site: contains all features in this build.
- </description>
- </category-def>
+ <feature url="features/org.jboss.tools.runtime.test.feature_0.0.0.jar" id="org.jboss.tools.runtime.test.feature" version="0.0.0">
+ <category name="JBoss Tools runtime Nightly Build Update Site"/>
+ </feature>
</site>
13 years, 5 months
JBoss Tools SVN: r33527 - in trunk/struts/features: org.jboss.tools.struts.tests.feature and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-08-03 03:11:16 -0400 (Wed, 03 Aug 2011)
New Revision: 33527
Added:
trunk/struts/features/org.jboss.tools.struts.tests.feature/
trunk/struts/features/org.jboss.tools.struts.tests.feature/.cvsignore
trunk/struts/features/org.jboss.tools.struts.tests.feature/build.properties
trunk/struts/features/org.jboss.tools.struts.tests.feature/feature.properties
trunk/struts/features/org.jboss.tools.struts.tests.feature/feature.xml
trunk/struts/features/org.jboss.tools.struts.tests.feature/license.html
trunk/struts/features/org.jboss.tools.struts.tests.feature/pom.xml
Log:
JBIDE-8734 publish test feature and/or bot test plugin(s)
Added: trunk/struts/features/org.jboss.tools.struts.tests.feature/.cvsignore
===================================================================
--- trunk/struts/features/org.jboss.tools.struts.tests.feature/.cvsignore (rev 0)
+++ trunk/struts/features/org.jboss.tools.struts.tests.feature/.cvsignore 2011-08-03 07:11:16 UTC (rev 33527)
@@ -0,0 +1 @@
+build.xml
Added: trunk/struts/features/org.jboss.tools.struts.tests.feature/build.properties
===================================================================
--- trunk/struts/features/org.jboss.tools.struts.tests.feature/build.properties (rev 0)
+++ trunk/struts/features/org.jboss.tools.struts.tests.feature/build.properties 2011-08-03 07:11:16 UTC (rev 33527)
@@ -0,0 +1,3 @@
+bin.includes = feature.xml,\
+ feature.properties,\
+ license.html
Added: trunk/struts/features/org.jboss.tools.struts.tests.feature/feature.properties
===================================================================
--- trunk/struts/features/org.jboss.tools.struts.tests.feature/feature.properties (rev 0)
+++ trunk/struts/features/org.jboss.tools.struts.tests.feature/feature.properties 2011-08-03 07:11:16 UTC (rev 33527)
@@ -0,0 +1,27 @@
+# properties file for org.jboss.tools.struts.*.test*
+featureName=struts Tests
+featureProvider=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+# "description" property - description of the feature
+description=struts 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/struts/features/org.jboss.tools.struts.tests.feature/feature.xml
===================================================================
--- trunk/struts/features/org.jboss.tools.struts.tests.feature/feature.xml (rev 0)
+++ trunk/struts/features/org.jboss.tools.struts.tests.feature/feature.xml 2011-08-03 07:11:16 UTC (rev 33527)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature id="org.jboss.tools.struts.tests.feature" label="%featureName" version="3.3.0.qualifier" provider-name="%featureProvider">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <plugin id="org.jboss.tools.struts.text.ext.test" download-size="0" install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.struts.ui.bot.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" />
+</feature>
Added: trunk/struts/features/org.jboss.tools.struts.tests.feature/license.html
===================================================================
--- trunk/struts/features/org.jboss.tools.struts.tests.feature/license.html (rev 0)
+++ trunk/struts/features/org.jboss.tools.struts.tests.feature/license.html 2011-08-03 07:11:16 UTC (rev 33527)
@@ -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/struts/features/org.jboss.tools.struts.tests.feature/pom.xml
===================================================================
--- trunk/struts/features/org.jboss.tools.struts.tests.feature/pom.xml (rev 0)
+++ trunk/struts/features/org.jboss.tools.struts.tests.feature/pom.xml 2011-08-03 07:11:16 UTC (rev 33527)
@@ -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.struts</groupId>
+ <artifactId>features</artifactId>
+ <version>3.3.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.struts.features</groupId>
+ <artifactId>org.jboss.tools.struts.tests.feature</artifactId>
+
+ <packaging>eclipse-feature</packaging>
+</project>
13 years, 5 months
JBoss Tools SVN: r33526 - in trunk/forge: features and 5 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-08-03 03:11:01 -0400 (Wed, 03 Aug 2011)
New Revision: 33526
Added:
trunk/forge/features/org.jboss.tools.forge.tests.feature/
trunk/forge/features/org.jboss.tools.forge.tests.feature/.cvsignore
trunk/forge/features/org.jboss.tools.forge.tests.feature/build.properties
trunk/forge/features/org.jboss.tools.forge.tests.feature/feature.properties
trunk/forge/features/org.jboss.tools.forge.tests.feature/feature.xml
trunk/forge/features/org.jboss.tools.forge.tests.feature/license.html
trunk/forge/features/org.jboss.tools.forge.tests.feature/pom.xml
trunk/forge/tests/org.jboss.tools.forge.core.test/pom.xml
trunk/forge/tests/org.jboss.tools.forge.ui.test/pom.xml
trunk/forge/tests/pom.xml
Modified:
trunk/forge/features/pom.xml
trunk/forge/pom.xml
trunk/forge/site/site.xml
Log:
JBIDE-8734 publish test feature and/or bot test plugin(s)
Added: trunk/forge/features/org.jboss.tools.forge.tests.feature/.cvsignore
===================================================================
--- trunk/forge/features/org.jboss.tools.forge.tests.feature/.cvsignore (rev 0)
+++ trunk/forge/features/org.jboss.tools.forge.tests.feature/.cvsignore 2011-08-03 07:11:01 UTC (rev 33526)
@@ -0,0 +1 @@
+build.xml
Added: trunk/forge/features/org.jboss.tools.forge.tests.feature/build.properties
===================================================================
--- trunk/forge/features/org.jboss.tools.forge.tests.feature/build.properties (rev 0)
+++ trunk/forge/features/org.jboss.tools.forge.tests.feature/build.properties 2011-08-03 07:11:01 UTC (rev 33526)
@@ -0,0 +1,3 @@
+bin.includes = feature.xml,\
+ feature.properties,\
+ license.html
Added: trunk/forge/features/org.jboss.tools.forge.tests.feature/feature.properties
===================================================================
--- trunk/forge/features/org.jboss.tools.forge.tests.feature/feature.properties (rev 0)
+++ trunk/forge/features/org.jboss.tools.forge.tests.feature/feature.properties 2011-08-03 07:11:01 UTC (rev 33526)
@@ -0,0 +1,27 @@
+# properties file for org.jboss.tools.forge.*.test*
+featureName=forge Tests
+featureProvider=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+# "description" property - description of the feature
+description=forge 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/forge/features/org.jboss.tools.forge.tests.feature/feature.xml
===================================================================
--- trunk/forge/features/org.jboss.tools.forge.tests.feature/feature.xml (rev 0)
+++ trunk/forge/features/org.jboss.tools.forge.tests.feature/feature.xml 2011-08-03 07:11:01 UTC (rev 33526)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature id="org.jboss.tools.forge.tests.feature" label="%featureName" version="1.0.0.qualifier" provider-name="%featureProvider">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <plugin id="org.jboss.tools.forge.core.test" download-size="0" install-size="0" version="0.0.0" />
+ <plugin id="org.jboss.tools.forge.ui.test" download-size="0" install-size="0" version="0.0.0" />
+</feature>
Added: trunk/forge/features/org.jboss.tools.forge.tests.feature/license.html
===================================================================
--- trunk/forge/features/org.jboss.tools.forge.tests.feature/license.html (rev 0)
+++ trunk/forge/features/org.jboss.tools.forge.tests.feature/license.html 2011-08-03 07:11:01 UTC (rev 33526)
@@ -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/forge/features/org.jboss.tools.forge.tests.feature/pom.xml
===================================================================
--- trunk/forge/features/org.jboss.tools.forge.tests.feature/pom.xml (rev 0)
+++ trunk/forge/features/org.jboss.tools.forge.tests.feature/pom.xml 2011-08-03 07:11:01 UTC (rev 33526)
@@ -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.forge</groupId>
+ <artifactId>features</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.forge.features</groupId>
+ <artifactId>org.jboss.tools.forge.tests.feature</artifactId>
+
+ <packaging>eclipse-feature</packaging>
+</project>
Modified: trunk/forge/features/pom.xml
===================================================================
--- trunk/forge/features/pom.xml 2011-08-03 07:10:38 UTC (rev 33525)
+++ trunk/forge/features/pom.xml 2011-08-03 07:11:01 UTC (rev 33526)
@@ -14,6 +14,7 @@
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.forge.feature</module>
+ <module>org.jboss.tools.forge.tests.feature</module>
</modules>
</project>
Modified: trunk/forge/pom.xml
===================================================================
--- trunk/forge/pom.xml 2011-08-03 07:10:38 UTC (rev 33525)
+++ trunk/forge/pom.xml 2011-08-03 07:11:01 UTC (rev 33526)
@@ -14,8 +14,9 @@
<name>forge.all</name>
<packaging>pom</packaging>
<modules>
+ <module>plugins</module>
+ <module>tests</module>
<module>features</module>
- <module>plugins</module>
<module>site</module>
</modules>
</project>
Modified: trunk/forge/site/site.xml
===================================================================
--- trunk/forge/site/site.xml 2011-08-03 07:10:38 UTC (rev 33525)
+++ trunk/forge/site/site.xml 2011-08-03 07:11:01 UTC (rev 33526)
@@ -8,4 +8,7 @@
<feature url="features/org.jboss.tools.forge.feature_0.0.0.jar" id="org.jboss.tools.forge.feature" version="0.0.0">
<category name="JBoss Tools Forge Nightly Build Update Site"/>
</feature>
+ <feature url="features/org.jboss.tools.forge.tests.feature_0.0.0.jar" id="org.jboss.tools.forge.tests.feature" version="0.0.0">
+ <category name="JBoss Tools Forge Nightly Build Update Site"/>
+ </feature>
</site>
Added: trunk/forge/tests/org.jboss.tools.forge.core.test/pom.xml
===================================================================
--- trunk/forge/tests/org.jboss.tools.forge.core.test/pom.xml (rev 0)
+++ trunk/forge/tests/org.jboss.tools.forge.core.test/pom.xml 2011-08-03 07:11:01 UTC (rev 33526)
@@ -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.forge</groupId>
+ <artifactId>tests</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.forge.tests</groupId>
+ <artifactId>org.jboss.tools.forge.core.test</artifactId>
+
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/forge/tests/org.jboss.tools.forge.ui.test/pom.xml
===================================================================
--- trunk/forge/tests/org.jboss.tools.forge.ui.test/pom.xml (rev 0)
+++ trunk/forge/tests/org.jboss.tools.forge.ui.test/pom.xml 2011-08-03 07:11:01 UTC (rev 33526)
@@ -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.forge</groupId>
+ <artifactId>tests</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.forge.tests</groupId>
+ <artifactId>org.jboss.tools.forge.ui.test</artifactId>
+
+ <packaging>eclipse-plugin</packaging>
+</project>
Copied: trunk/forge/tests/pom.xml (from rev 33525, trunk/forge/features/pom.xml)
===================================================================
--- trunk/forge/tests/pom.xml (rev 0)
+++ trunk/forge/tests/pom.xml 2011-08-03 07:11:01 UTC (rev 33526)
@@ -0,0 +1,20 @@
+<project
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>forge</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.forge</groupId>
+ <artifactId>tests</artifactId>
+
+ <name>forge.tests</name>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.tools.forge.core.test</module>
+ <module>org.jboss.tools.forge.ui.test</module>
+ </modules>
+</project>
+
13 years, 5 months