JBoss Tools SVN: r33475 - in trunk/ws/features: org.jboss.tools.ws.tests.feature and 1 other directory.
by jbosstools-commits@lists.jboss.org
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>
13 years, 5 months
JBoss Tools SVN: r33474 - trunk/archives/tests/org.jboss.ide.eclipse.archives.test.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2011-08-02 19:03:09 -0400 (Tue, 02 Aug 2011)
New Revision: 33474
Modified:
trunk/archives/tests/org.jboss.ide.eclipse.archives.test/
Log:
output is added to svn:ignore
Property changes on: trunk/archives/tests/org.jboss.ide.eclipse.archives.test
___________________________________________________________________
Modified: svn:ignore
- target
buildlog.latest.txt
bin
build
*.class
tmp
+ target
buildlog.latest.txt
bin
build
*.class
tmp
output
13 years, 5 months
JBoss Tools SVN: r33473 - in trunk/ws: site and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-08-02 17:31:01 -0400 (Tue, 02 Aug 2011)
New Revision: 33473
Modified:
trunk/ws/features/pom.xml
trunk/ws/site/site.xml
trunk/ws/tests/pom.xml
Log:
JBIDE-8734 publish test feature and/or bot test plugin(s)
Modified: trunk/ws/features/pom.xml
===================================================================
--- trunk/ws/features/pom.xml 2011-08-02 21:30:48 UTC (rev 33472)
+++ trunk/ws/features/pom.xml 2011-08-02 21:31:01 UTC (rev 33473)
@@ -15,6 +15,7 @@
<modules>
<module>org.jboss.tools.ws.feature</module>
<module>org.jboss.tools.ws.jaxrs.feature</module>
+ <module>org.jboss.tools.ws.tests.feature</module>
</modules>
</project>
Modified: trunk/ws/site/site.xml
===================================================================
--- trunk/ws/site/site.xml 2011-08-02 21:30:48 UTC (rev 33472)
+++ trunk/ws/site/site.xml 2011-08-02 21:31:01 UTC (rev 33473)
@@ -11,5 +11,8 @@
<feature url="features/org.jboss.tools.ws.jaxrs.feature_0.0.0.jar" id="org.jboss.tools.ws.jaxrs.feature" version="0.0.0">
<category name="JBoss Tools ws Nightly Build Update Site"/>
</feature>
+ <feature url="features/org.jboss.tools.ws.tests.feature_0.0.0.jar" id="org.jboss.tools.ws.tests.feature" version="0.0.0">
+ <category name="JBoss Tools ws Nightly Build Update Site"/>
+ </feature>
</site>
Modified: trunk/ws/tests/pom.xml
===================================================================
--- trunk/ws/tests/pom.xml 2011-08-02 21:30:48 UTC (rev 33472)
+++ trunk/ws/tests/pom.xml 2011-08-02 21:31:01 UTC (rev 33473)
@@ -17,6 +17,7 @@
<module>org.jboss.tools.ws.creation.core.test</module>
<module>org.jboss.tools.ws.ui.test</module>
<module>org.jboss.tools.ws.jaxrs.core.test</module>
+ <module>org.jboss.tools.ws.ui.bot.test</module>
</modules>
</project>
13 years, 5 months
JBoss Tools SVN: r33472 - in trunk/usage: site and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-08-02 17:30:48 -0400 (Tue, 02 Aug 2011)
New Revision: 33472
Modified:
trunk/usage/pom.xml
trunk/usage/site/site.xml
Log:
JBIDE-8734 publish test feature and/or bot test plugin(s)
Modified: trunk/usage/pom.xml
===================================================================
--- trunk/usage/pom.xml 2011-08-02 21:30:37 UTC (rev 33471)
+++ trunk/usage/pom.xml 2011-08-02 21:30:48 UTC (rev 33472)
@@ -14,10 +14,10 @@
<name>usage.all</name>
<packaging>pom</packaging>
<modules>
+ <module>plugins</module>
+ <module>tests</module>
<module>features</module>
- <module>plugins</module>
<module>site</module>
- <module>tests</module>
</modules>
</project>
Modified: trunk/usage/site/site.xml
===================================================================
--- trunk/usage/site/site.xml 2011-08-02 21:30:37 UTC (rev 33471)
+++ trunk/usage/site/site.xml 2011-08-02 21:30:48 UTC (rev 33472)
@@ -8,5 +8,8 @@
<feature url="features/org.jboss.tools.usage.feature_0.0.0.jar" id="org.jboss.tools.usage.feature" version="0.0.0">
<category name="JBoss Tools Usage Reporting Nightly Build Update Site"/>
</feature>
+ <feature url="features/org.jboss.tools.usage.test.feature_0.0.0.jar" id="org.jboss.tools.usage.test.feature" version="0.0.0">
+ <category name="JBoss Tools Usage Reporting Nightly Build Update Site"/>
+ </feature>
</site>
13 years, 5 months
JBoss Tools SVN: r33471 - trunk/hibernatetools/plugins/org.hibernate.eclipse.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-08-02 17:30:37 -0400 (Tue, 02 Aug 2011)
New Revision: 33471
Added:
trunk/hibernatetools/plugins/org.hibernate.eclipse/.gitignore
Log:
.gitignore file
Added: trunk/hibernatetools/plugins/org.hibernate.eclipse/.gitignore
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse/.gitignore (rev 0)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse/.gitignore 2011-08-02 21:30:37 UTC (rev 33471)
@@ -0,0 +1 @@
+org.hibernate.eclipse.jar
13 years, 5 months
JBoss Tools SVN: r33470 - trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-08-02 17:30:25 -0400 (Tue, 02 Aug 2011)
New Revision: 33470
Added:
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui/.gitignore
Log:
.gitignore file
Added: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui/.gitignore
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui/.gitignore (rev 0)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui/.gitignore 2011-08-02 21:30:25 UTC (rev 33470)
@@ -0,0 +1 @@
+org.jboss.tools.hibernate.ui.jar
13 years, 5 months
JBoss Tools SVN: r33469 - trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-08-02 17:30:13 -0400 (Tue, 02 Aug 2011)
New Revision: 33469
Added:
trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/.gitignore
Log:
.gitignore file
Added: trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/.gitignore
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/.gitignore (rev 0)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/.gitignore 2011-08-02 21:30:13 UTC (rev 33469)
@@ -0,0 +1 @@
+org.hibernate.eclipse.mapper.jar
13 years, 5 months
JBoss Tools SVN: r33468 - trunk/hibernatetools/plugins/org.hibernate.eclipse.help.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-08-02 17:30:01 -0400 (Tue, 02 Aug 2011)
New Revision: 33468
Added:
trunk/hibernatetools/plugins/org.hibernate.eclipse.help/.gitignore
Log:
.gitignore file
Added: trunk/hibernatetools/plugins/org.hibernate.eclipse.help/.gitignore
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.help/.gitignore (rev 0)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.help/.gitignore 2011-08-02 21:30:01 UTC (rev 33468)
@@ -0,0 +1 @@
+help.jar
13 years, 5 months
JBoss Tools SVN: r33467 - trunk/hibernatetools/plugins/org.hibernate.eclipse.console.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-08-02 17:29:49 -0400 (Tue, 02 Aug 2011)
New Revision: 33467
Added:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/.gitignore
Log:
.gitignore file
Added: trunk/hibernatetools/plugins/org.hibernate.eclipse.console/.gitignore
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.console/.gitignore (rev 0)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.console/.gitignore 2011-08-02 21:29:49 UTC (rev 33467)
@@ -0,0 +1 @@
+org.hibernate.eclipse.console.jar
13 years, 5 months
JBoss Tools SVN: r33466 - trunk/bpel/plugins/org.eclipse.bpel.wsil.model.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-08-02 17:29:38 -0400 (Tue, 02 Aug 2011)
New Revision: 33466
Added:
trunk/bpel/plugins/org.eclipse.bpel.wsil.model/.gitignore
Log:
.gitignore file
Added: trunk/bpel/plugins/org.eclipse.bpel.wsil.model/.gitignore
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.wsil.model/.gitignore (rev 0)
+++ trunk/bpel/plugins/org.eclipse.bpel.wsil.model/.gitignore 2011-08-02 21:29:38 UTC (rev 33466)
@@ -0,0 +1 @@
+wsli-model.jar
13 years, 5 months