Author: nickboldt
Date: 2011-09-29 12:43:24 -0400 (Thu, 29 Sep 2011)
New Revision: 35160
Added:
trunk/bpel/features/org.jboss.tools.bpel.source.feature/pom.xml
trunk/bpel/features/org.jboss.tools.bpel.test.source.feature/
trunk/bpel/features/org.jboss.tools.bpel.test.source.feature/.cvsignore
trunk/bpel/features/org.jboss.tools.bpel.test.source.feature/.project
trunk/bpel/features/org.jboss.tools.bpel.test.source.feature/build.properties
trunk/bpel/features/org.jboss.tools.bpel.test.source.feature/feature.properties
trunk/bpel/features/org.jboss.tools.bpel.test.source.feature/feature.xml
trunk/bpel/features/org.jboss.tools.bpel.test.source.feature/license.html
trunk/bpel/features/org.jboss.tools.bpel.test.source.feature/pom.xml
Removed:
trunk/bpel/features/org.jboss.tools.bpel.tests.source.feature/.cvsignore
trunk/bpel/features/org.jboss.tools.bpel.tests.source.feature/.project
trunk/bpel/features/org.jboss.tools.bpel.tests.source.feature/build.properties
trunk/bpel/features/org.jboss.tools.bpel.tests.source.feature/feature.properties
trunk/bpel/features/org.jboss.tools.bpel.tests.source.feature/feature.xml
trunk/bpel/features/org.jboss.tools.bpel.tests.source.feature/license.html
Modified:
trunk/bpel/features/org.jboss.tools.bpel.source.feature/feature.properties
trunk/bpel/features/org.jboss.tools.bpel.source.feature/feature.xml
trunk/bpel/features/org.jboss.tools.bpel.source.feature/license.html
trunk/bpel/features/pom.xml
trunk/bpel/site/site.xml
Log:
https://issues.jboss.org/browse/JBDS-1810 fix source features and add missing features to
update site
Modified: trunk/bpel/features/org.jboss.tools.bpel.source.feature/feature.properties
===================================================================
--- trunk/bpel/features/org.jboss.tools.bpel.source.feature/feature.properties 2011-09-29
16:21:03 UTC (rev 35159)
+++ trunk/bpel/features/org.jboss.tools.bpel.source.feature/feature.properties 2011-09-29
16:43:24 UTC (rev 35160)
@@ -6,7 +6,7 @@
updateSiteName=JBossTools Update Site
# "description" property - description of the feature
-description=JBoss BPEL Editor SDK
+description=JBoss BPEL Editor source
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
Modified: trunk/bpel/features/org.jboss.tools.bpel.source.feature/feature.xml
===================================================================
--- trunk/bpel/features/org.jboss.tools.bpel.source.feature/feature.xml 2011-09-29
16:21:03 UTC (rev 35159)
+++ trunk/bpel/features/org.jboss.tools.bpel.source.feature/feature.xml 2011-09-29
16:43:24 UTC (rev 35160)
@@ -20,5 +20,6 @@
%license
</license>
- <includes id="org.jboss.tools.bpel.source.feature"
version="0.0.0"/>
+ <plugin id="org.jboss.tools.bpel.runtimes.source"
download-size="0" install-size="0" version="0.0.0"/>
+
</feature>
Modified: trunk/bpel/features/org.jboss.tools.bpel.source.feature/license.html
===================================================================
--- trunk/bpel/features/org.jboss.tools.bpel.source.feature/license.html 2011-09-29
16:21:03 UTC (rev 35159)
+++ trunk/bpel/features/org.jboss.tools.bpel.source.feature/license.html 2011-09-29
16:43:24 UTC (rev 35160)
@@ -11,4 +11,4 @@
Raleigh NC 27606 USA.
</p>
</body>
-</html>
\ No newline at end of file
+</html>
Added: trunk/bpel/features/org.jboss.tools.bpel.source.feature/pom.xml
===================================================================
--- trunk/bpel/features/org.jboss.tools.bpel.source.feature/pom.xml
(rev 0)
+++ trunk/bpel/features/org.jboss.tools.bpel.source.feature/pom.xml 2011-09-29 16:43:24
UTC (rev 35160)
@@ -0,0 +1,14 @@
+<?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.bpel</groupId>
+ <artifactId>features</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.bpel.features</groupId>
+ <artifactId>org.jboss.tools.bpel.source.feature</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Copied: trunk/bpel/features/org.jboss.tools.bpel.test.source.feature/.cvsignore (from rev
35159, trunk/bpel/features/org.jboss.tools.bpel.tests.source.feature/.cvsignore)
===================================================================
--- trunk/bpel/features/org.jboss.tools.bpel.test.source.feature/.cvsignore
(rev 0)
+++ trunk/bpel/features/org.jboss.tools.bpel.test.source.feature/.cvsignore 2011-09-29
16:43:24 UTC (rev 35160)
@@ -0,0 +1 @@
+build.xml
Copied: trunk/bpel/features/org.jboss.tools.bpel.test.source.feature/.project (from rev
35159, trunk/bpel/features/org.jboss.tools.bpel.tests.source.feature/.project)
===================================================================
--- trunk/bpel/features/org.jboss.tools.bpel.test.source.feature/.project
(rev 0)
+++ trunk/bpel/features/org.jboss.tools.bpel.test.source.feature/.project 2011-09-29
16:43:24 UTC (rev 35160)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.bpel.test.source.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>
Copied: trunk/bpel/features/org.jboss.tools.bpel.test.source.feature/build.properties
(from rev 35159,
trunk/bpel/features/org.jboss.tools.bpel.tests.source.feature/build.properties)
===================================================================
--- trunk/bpel/features/org.jboss.tools.bpel.test.source.feature/build.properties
(rev 0)
+++
trunk/bpel/features/org.jboss.tools.bpel.test.source.feature/build.properties 2011-09-29
16:43:24 UTC (rev 35160)
@@ -0,0 +1,3 @@
+bin.includes = feature.xml,\
+ feature.properties,\
+ license.html
Copied: trunk/bpel/features/org.jboss.tools.bpel.test.source.feature/feature.properties
(from rev 35159,
trunk/bpel/features/org.jboss.tools.bpel.tests.source.feature/feature.properties)
===================================================================
--- trunk/bpel/features/org.jboss.tools.bpel.test.source.feature/feature.properties
(rev 0)
+++
trunk/bpel/features/org.jboss.tools.bpel.test.source.feature/feature.properties 2011-09-29
16:43:24 UTC (rev 35160)
@@ -0,0 +1,27 @@
+# properties file for org.jboss.tools.bpel.*.test*
+featureName=JBoss Tools - Tests - JBoss BPEL Editor 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 - JBoss BPEL Editor source
+
+# "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 ##########################################
+
Copied: trunk/bpel/features/org.jboss.tools.bpel.test.source.feature/feature.xml (from rev
35159, trunk/bpel/features/org.jboss.tools.bpel.tests.source.feature/feature.xml)
===================================================================
--- trunk/bpel/features/org.jboss.tools.bpel.test.source.feature/feature.xml
(rev 0)
+++ trunk/bpel/features/org.jboss.tools.bpel.test.source.feature/feature.xml 2011-09-29
16:43:24 UTC (rev 35160)
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.bpel.test.source.feature"
+ label="%featureName"
+ version="1.0.0.qualifier"
+ provider-name="%featureProvider"
+ image="eclipse_update_120.jpg">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <requires>
+ <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.apache.ant"/>
+ <import plugin="org.eclipse.ant.core" version="3.1.100"
match="compatible"/>
+
+ <import plugin="org.eclipse.ui"/>
+ <import plugin="org.eclipse.ui.ide"/>
+ <import plugin="org.eclipse.ui.ide.application"/>
+
+ <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.equinox.app"/>
+ <import plugin="org.eclipse.debug.core" version="3.2.0"
match="compatible"/>
+ <import plugin="org.junit" version="3.8.2"
match="greaterOrEqual"/>
+ </requires>
+
+ <plugin id="org.jboss.tools.bpel.ui.test.source"
download-size="0" install-size="0" version="0.0.0"/>
+ <plugin id="org.jboss.tools.bpel.ui.bot.test.source"
download-size="0" install-size="0" version="0.0.0"/>
+
+</feature>
Copied: trunk/bpel/features/org.jboss.tools.bpel.test.source.feature/license.html (from
rev 35159, trunk/bpel/features/org.jboss.tools.bpel.tests.source.feature/license.html)
===================================================================
--- trunk/bpel/features/org.jboss.tools.bpel.test.source.feature/license.html
(rev 0)
+++ trunk/bpel/features/org.jboss.tools.bpel.test.source.feature/license.html 2011-09-29
16:43:24 UTC (rev 35160)
@@ -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>
Added: trunk/bpel/features/org.jboss.tools.bpel.test.source.feature/pom.xml
===================================================================
--- trunk/bpel/features/org.jboss.tools.bpel.test.source.feature/pom.xml
(rev 0)
+++ trunk/bpel/features/org.jboss.tools.bpel.test.source.feature/pom.xml 2011-09-29
16:43:24 UTC (rev 35160)
@@ -0,0 +1,14 @@
+<?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.bpel</groupId>
+ <artifactId>features</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.bpel.features</groupId>
+ <artifactId>org.jboss.tools.bpel.test.source.feature</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Deleted: trunk/bpel/features/org.jboss.tools.bpel.tests.source.feature/.cvsignore
===================================================================
--- trunk/bpel/features/org.jboss.tools.bpel.tests.source.feature/.cvsignore 2011-09-29
16:21:03 UTC (rev 35159)
+++ trunk/bpel/features/org.jboss.tools.bpel.tests.source.feature/.cvsignore 2011-09-29
16:43:24 UTC (rev 35160)
@@ -1 +0,0 @@
-build.xml
Deleted: trunk/bpel/features/org.jboss.tools.bpel.tests.source.feature/.project
===================================================================
--- trunk/bpel/features/org.jboss.tools.bpel.tests.source.feature/.project 2011-09-29
16:21:03 UTC (rev 35159)
+++ trunk/bpel/features/org.jboss.tools.bpel.tests.source.feature/.project 2011-09-29
16:43:24 UTC (rev 35160)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.jboss.tools.bpel.tests.source.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/bpel/features/org.jboss.tools.bpel.tests.source.feature/build.properties
===================================================================
---
trunk/bpel/features/org.jboss.tools.bpel.tests.source.feature/build.properties 2011-09-29
16:21:03 UTC (rev 35159)
+++
trunk/bpel/features/org.jboss.tools.bpel.tests.source.feature/build.properties 2011-09-29
16:43:24 UTC (rev 35160)
@@ -1,3 +0,0 @@
-bin.includes = feature.xml,\
- feature.properties,\
- license.html
Deleted: trunk/bpel/features/org.jboss.tools.bpel.tests.source.feature/feature.properties
===================================================================
---
trunk/bpel/features/org.jboss.tools.bpel.tests.source.feature/feature.properties 2011-09-29
16:21:03 UTC (rev 35159)
+++
trunk/bpel/features/org.jboss.tools.bpel.tests.source.feature/feature.properties 2011-09-29
16:43:24 UTC (rev 35160)
@@ -1,27 +0,0 @@
-# properties file for org.jboss.tools.bpel.*.test*
-featureName=JBoss Tools - Tests - JBoss BPEL Editor 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 - JBoss BPEL Editor SDK (includes sources and
dependencies)
-
-# "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 ##########################################
-
Deleted: trunk/bpel/features/org.jboss.tools.bpel.tests.source.feature/feature.xml
===================================================================
--- trunk/bpel/features/org.jboss.tools.bpel.tests.source.feature/feature.xml 2011-09-29
16:21:03 UTC (rev 35159)
+++ trunk/bpel/features/org.jboss.tools.bpel.tests.source.feature/feature.xml 2011-09-29
16:43:24 UTC (rev 35160)
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.jboss.tools.bpel.tests.source.feature"
- label="%featureName"
- version="1.0.0.qualifier"
- provider-name="%featureProvider"
- image="eclipse_update_120.jpg">
-
- <description>
- %description
- </description>
-
- <copyright>
- %copyright
- </copyright>
-
- <license url="%licenseURL">
- %license
- </license>
-
- <requires>
- <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.apache.ant"/>
- <import plugin="org.eclipse.ant.core" version="3.1.100"
match="compatible"/>
-
- <import plugin="org.eclipse.ui"/>
- <import plugin="org.eclipse.ui.ide"/>
- <import plugin="org.eclipse.ui.ide.application"/>
-
- <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.equinox.app"/>
- <import plugin="org.eclipse.debug.core" version="3.2.0"
match="compatible"/>
- <import plugin="org.junit" version="3.8.2"
match="greaterOrEqual"/>
- </requires>
-
- <plugin
- id="org.jboss.tools.bpel.ui.test.source"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
-</feature>
Deleted: trunk/bpel/features/org.jboss.tools.bpel.tests.source.feature/license.html
===================================================================
--- trunk/bpel/features/org.jboss.tools.bpel.tests.source.feature/license.html 2011-09-29
16:21:03 UTC (rev 35159)
+++ trunk/bpel/features/org.jboss.tools.bpel.tests.source.feature/license.html 2011-09-29
16:43:24 UTC (rev 35160)
@@ -1,14 +0,0 @@
-<!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>
Modified: trunk/bpel/features/pom.xml
===================================================================
--- trunk/bpel/features/pom.xml 2011-09-29 16:21:03 UTC (rev 35159)
+++ trunk/bpel/features/pom.xml 2011-09-29 16:43:24 UTC (rev 35160)
@@ -13,7 +13,9 @@
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.bpel.feature</module>
+ <module>org.jboss.tools.bpel.source.feature</module>
<module>org.jboss.tools.bpel.test.feature</module>
+ <module>org.jboss.tools.bpel.test.source.feature</module>
</modules>
</project>
Modified: trunk/bpel/site/site.xml
===================================================================
--- trunk/bpel/site/site.xml 2011-09-29 16:21:03 UTC (rev 35159)
+++ trunk/bpel/site/site.xml 2011-09-29 16:43:24 UTC (rev 35160)
@@ -5,11 +5,12 @@
<category-def label="JBoss Tools bpel Nightly Build Update Site"
name="JBoss Tools bpel Nightly Build Update Site">
<description>JBoss Tools bpel Nightly Build Update Site: contains all features in
this build.</description>
</category-def>
- <!-- OLD JBT feature has been replaced by
Eclipse.org version
<feature url="features/org.jboss.tools.bpel.feature_0.0.0.jar"
id="org.jboss.tools.bpel.feature" version="0.0.0">
<category name="JBoss Tools bpel Nightly Build Update Site"/>
</feature>
- -->
+ <feature url="features/org.jboss.tools.bpel.source.feature_0.0.0.jar"
id="org.jboss.tools.bpel.source.feature" version="0.0.0">
+ <category name="JBoss Tools bpel Nightly Build Update Site"/>
+ </feature>
<feature url="features/org.eclipse.bpel.feature_0.0.0.jar"
id="org.eclipse.bpel.feature" version="0.0.0">
<category name="JBoss Tools bpel Nightly Build Update Site"/>
</feature>
@@ -25,5 +26,8 @@
<feature url="features/org.jboss.tools.bpel.test.feature_0.0.0.jar"
id="org.jboss.tools.bpel.test.feature" version="0.0.0">
<category name="JBoss Tools bpel Nightly Build Update Site"/>
</feature>
+ <feature url="features/org.jboss.tools.bpel.test.source.feature_0.0.0.jar"
id="org.jboss.tools.bpel.test.source.feature" version="0.0.0">
+ <category name="JBoss Tools bpel Nightly Build Update Site"/>
+ </feature>
</site>