Author: nickboldt
Date: 2011-10-07 19:45:01 -0400 (Fri, 07 Oct 2011)
New Revision: 35495
Added:
trunk/birt/features/org.jboss.tools.birt.source.feature/
trunk/birt/features/org.jboss.tools.birt.source.feature/.project
trunk/birt/features/org.jboss.tools.birt.source.feature/build.properties
trunk/birt/features/org.jboss.tools.birt.source.feature/feature.properties
trunk/birt/features/org.jboss.tools.birt.source.feature/feature.xml
trunk/birt/features/org.jboss.tools.birt.source.feature/license.html
trunk/birt/features/org.jboss.tools.birt.source.feature/pom.xml
trunk/birt/features/org.jboss.tools.birt.test.source.feature/
trunk/birt/features/org.jboss.tools.birt.test.source.feature/.project
trunk/birt/features/org.jboss.tools.birt.test.source.feature/build.properties
trunk/birt/features/org.jboss.tools.birt.test.source.feature/feature.properties
trunk/birt/features/org.jboss.tools.birt.test.source.feature/feature.xml
trunk/birt/features/org.jboss.tools.birt.test.source.feature/license.html
trunk/birt/features/org.jboss.tools.birt.test.source.feature/pom.xml
Modified:
trunk/birt/features/org.jboss.tools.birt.feature/feature.xml
trunk/birt/features/org.jboss.tools.birt.feature/pom.xml
trunk/birt/features/org.jboss.tools.birt.test.feature/feature.xml
trunk/birt/features/org.jboss.tools.birt.test.feature/pom.xml
trunk/birt/features/pom.xml
trunk/birt/site/site.xml
Log:
JBIDE-8838 add source plugins/features to birt component
Modified: trunk/birt/features/org.jboss.tools.birt.feature/feature.xml
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.feature/feature.xml 2011-10-07 23:32:55 UTC
(rev 35494)
+++ trunk/birt/features/org.jboss.tools.birt.feature/feature.xml 2011-10-07 23:45:01 UTC
(rev 35495)
@@ -1,49 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.jboss.tools.birt.feature"
- label="%featureName"
- version="1.3.0.qualifier"
- provider-name="%providerName"
- plugin="org.jboss.tools.birt.oda.ui">
+<feature id="org.jboss.tools.birt.feature" label="%featureName"
version="1.3.0.qualifier" provider-name="%providerName"
plugin="org.jboss.tools.birt.oda.ui">
- <description>
+ <description>
%description
</description>
- <copyright>
+ <copyright>
%copyright
</copyright>
- <license url="%licenseURL">
+ <license url="%licenseURL">
%license
</license>
- <requires>
- <import feature="org.eclipse.birt" version="2.5.0"
match="greaterOrEqual"/>
- <import feature="org.eclipse.birt.integration.wtp"
version="2.5.0" match="greaterOrEqual"/>
- <import feature="org.eclipse.birt.chart" version="2.5.0"
match="greaterOrEqual"/>
- <import feature="org.eclipse.birt.chart.integration.wtp"
version="2.5.0" match="greaterOrEqual"/>
- </requires>
+ <requires>
+ <import feature="org.eclipse.birt" version="2.5.0"
match="greaterOrEqual" />
+ <import feature="org.eclipse.birt.integration.wtp"
version="2.5.0" match="greaterOrEqual" />
+ <import feature="org.eclipse.birt.chart" version="2.5.0"
match="greaterOrEqual" />
+ <import feature="org.eclipse.birt.chart.integration.wtp"
version="2.5.0" match="greaterOrEqual" />
+ </requires>
- <plugin
- id="org.jboss.tools.birt.oda"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.jboss.tools.birt.oda.ui"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.jboss.tools.birt.core"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
+ <plugin id="org.jboss.tools.birt.oda" download-size="0"
install-size="0" version="0.0.0" unpack="false" />
+ <plugin id="org.jboss.tools.birt.oda.ui" download-size="0"
install-size="0" version="0.0.0" unpack="false" />
+ <plugin id="org.jboss.tools.birt.core" download-size="0"
install-size="0" version="0.0.0" unpack="false" />
</feature>
Modified: trunk/birt/features/org.jboss.tools.birt.feature/pom.xml
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.feature/pom.xml 2011-10-07 23:32:55 UTC (rev
35494)
+++ trunk/birt/features/org.jboss.tools.birt.feature/pom.xml 2011-10-07 23:45:01 UTC (rev
35495)
@@ -8,6 +8,5 @@
</parent>
<groupId>org.jboss.tools.birt.features</groupId>
<artifactId>org.jboss.tools.birt.feature</artifactId>
-
<packaging>eclipse-feature</packaging>
</project>
Added: trunk/birt/features/org.jboss.tools.birt.source.feature/.project
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.source.feature/.project
(rev 0)
+++ trunk/birt/features/org.jboss.tools.birt.source.feature/.project 2011-10-07 23:45:01
UTC (rev 35495)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.birt.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>
Added: trunk/birt/features/org.jboss.tools.birt.source.feature/build.properties
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.source.feature/build.properties
(rev 0)
+++ trunk/birt/features/org.jboss.tools.birt.source.feature/build.properties 2011-10-07
23:45:01 UTC (rev 35495)
@@ -0,0 +1,3 @@
+bin.includes = feature.xml,\
+ feature.properties,\
+ license.html
Added: trunk/birt/features/org.jboss.tools.birt.source.feature/feature.properties
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.source.feature/feature.properties
(rev 0)
+++ trunk/birt/features/org.jboss.tools.birt.source.feature/feature.properties 2011-10-07
23:45:01 UTC (rev 35495)
@@ -0,0 +1,48 @@
+###############################################################################
+# Copyright (c) 2008-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 BIRT Integration 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 BIRT Integration
+gets incrementally updated allowing for fluent deployment for any type of Eclipse
project.
+
+copyright=JBoss, Home of Professional Open Source\n\
+Copyright JBoss by Red Hat, and individual contributors as indicated\n\
+by the @authors tag, 2006-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/birt/features/org.jboss.tools.birt.source.feature/feature.xml
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.source.feature/feature.xml
(rev 0)
+++ trunk/birt/features/org.jboss.tools.birt.source.feature/feature.xml 2011-10-07
23:45:01 UTC (rev 35495)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature id="org.jboss.tools.birt.source.feature"
label="%featureName" version="1.3.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.birt.oda.source" download-size="0"
install-size="0" version="0.0.0" unpack="false" />
+ <plugin id="org.jboss.tools.birt.oda.ui.source" download-size="0"
install-size="0" version="0.0.0" unpack="false" />
+ <plugin id="org.jboss.tools.birt.core.source" download-size="0"
install-size="0" version="0.0.0" unpack="false" />
+</feature>
Added: trunk/birt/features/org.jboss.tools.birt.source.feature/license.html
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.source.feature/license.html
(rev 0)
+++ trunk/birt/features/org.jboss.tools.birt.source.feature/license.html 2011-10-07
23:45:01 UTC (rev 35495)
@@ -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/birt/features/org.jboss.tools.birt.source.feature/pom.xml (from rev 35494,
trunk/birt/features/org.jboss.tools.birt.feature/pom.xml)
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.source.feature/pom.xml
(rev 0)
+++ trunk/birt/features/org.jboss.tools.birt.source.feature/pom.xml 2011-10-07 23:45:01
UTC (rev 35495)
@@ -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.birt</groupId>
+ <artifactId>features</artifactId>
+ <version>1.3.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.birt.features</groupId>
+ <artifactId>org.jboss.tools.birt.source.feature</artifactId>
+ <packaging>eclipse-feature</packaging>
+</project>
Modified: trunk/birt/features/org.jboss.tools.birt.test.feature/feature.xml
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.test.feature/feature.xml 2011-10-07 23:32:55
UTC (rev 35494)
+++ trunk/birt/features/org.jboss.tools.birt.test.feature/feature.xml 2011-10-07 23:45:01
UTC (rev 35495)
@@ -1,28 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.jboss.tools.birt.test.feature"
- label="%featureName"
- version="1.3.0.qualifier"
- provider-name="%providerName"
- plugin="org.jboss.tools.birt.core.test">
+<feature id="org.jboss.tools.birt.test.feature"
label="%featureName" version="1.3.0.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.birt.core.test">
- <description>
+ <description>
%description
</description>
- <copyright>
+ <copyright>
%copyright
</copyright>
- <license url="%licenseURL">
+ <license url="%licenseURL">
%license
</license>
- <plugin
- id="org.jboss.tools.birt.core.test"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
+ <plugin id="org.jboss.tools.birt.core.test" download-size="0"
install-size="0" version="0.0.0" unpack="false" />
</feature>
Modified: trunk/birt/features/org.jboss.tools.birt.test.feature/pom.xml
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.test.feature/pom.xml 2011-10-07 23:32:55 UTC
(rev 35494)
+++ trunk/birt/features/org.jboss.tools.birt.test.feature/pom.xml 2011-10-07 23:45:01 UTC
(rev 35495)
@@ -8,6 +8,5 @@
</parent>
<groupId>org.jboss.tools.birt.features</groupId>
<artifactId>org.jboss.tools.birt.test.feature</artifactId>
-
<packaging>eclipse-feature</packaging>
</project>
Added: trunk/birt/features/org.jboss.tools.birt.test.source.feature/.project
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.test.source.feature/.project
(rev 0)
+++ trunk/birt/features/org.jboss.tools.birt.test.source.feature/.project 2011-10-07
23:45:01 UTC (rev 35495)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.birt.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>
Added: trunk/birt/features/org.jboss.tools.birt.test.source.feature/build.properties
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.test.source.feature/build.properties
(rev 0)
+++
trunk/birt/features/org.jboss.tools.birt.test.source.feature/build.properties 2011-10-07
23:45:01 UTC (rev 35495)
@@ -0,0 +1,3 @@
+bin.includes = feature.xml,\
+ feature.properties,\
+ license.html
Added: trunk/birt/features/org.jboss.tools.birt.test.source.feature/feature.properties
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.test.source.feature/feature.properties
(rev 0)
+++
trunk/birt/features/org.jboss.tools.birt.test.source.feature/feature.properties 2011-10-07
23:45:01 UTC (rev 35495)
@@ -0,0 +1,47 @@
+###############################################################################
+# Copyright (c) 2008-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 BIRT Integration tests 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 BIRT Integration tests
+
+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/birt/features/org.jboss.tools.birt.test.source.feature/feature.xml
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.test.source.feature/feature.xml
(rev 0)
+++ trunk/birt/features/org.jboss.tools.birt.test.source.feature/feature.xml 2011-10-07
23:45:01 UTC (rev 35495)
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature id="org.jboss.tools.birt.test.source.feature"
label="%featureName" version="1.3.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.birt.core.test.source"
download-size="0" install-size="0" version="0.0.0"
unpack="false" />
+</feature>
Added: trunk/birt/features/org.jboss.tools.birt.test.source.feature/license.html
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.test.source.feature/license.html
(rev 0)
+++ trunk/birt/features/org.jboss.tools.birt.test.source.feature/license.html 2011-10-07
23:45:01 UTC (rev 35495)
@@ -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/birt/features/org.jboss.tools.birt.test.source.feature/pom.xml (from rev
35494, trunk/birt/features/org.jboss.tools.birt.feature/pom.xml)
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.test.source.feature/pom.xml
(rev 0)
+++ trunk/birt/features/org.jboss.tools.birt.test.source.feature/pom.xml 2011-10-07
23:45:01 UTC (rev 35495)
@@ -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.birt</groupId>
+ <artifactId>features</artifactId>
+ <version>1.3.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.birt.features</groupId>
+ <artifactId>org.jboss.tools.birt.test.source.feature</artifactId>
+ <packaging>eclipse-feature</packaging>
+</project>
Modified: trunk/birt/features/pom.xml
===================================================================
--- trunk/birt/features/pom.xml 2011-10-07 23:32:55 UTC (rev 35494)
+++ trunk/birt/features/pom.xml 2011-10-07 23:45:01 UTC (rev 35495)
@@ -13,7 +13,9 @@
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.birt.feature</module>
+ <module>org.jboss.tools.birt.source.feature</module>
<module>org.jboss.tools.birt.test.feature</module>
+ <module>org.jboss.tools.birt.test.source.feature</module>
</modules>
</project>
Modified: trunk/birt/site/site.xml
===================================================================
--- trunk/birt/site/site.xml 2011-10-07 23:32:55 UTC (rev 35494)
+++ trunk/birt/site/site.xml 2011-10-07 23:45:01 UTC (rev 35495)
@@ -8,8 +8,14 @@
<feature url="features/org.jboss.tools.birt.feature_0.0.0.jar"
id="org.jboss.tools.birt.feature" version="0.0.0">
<category name="JBoss Tools birt Nightly Build Update Site"/>
</feature>
+ <feature url="features/org.jboss.tools.birt.source.feature_0.0.0.jar"
id="org.jboss.tools.birt.source.feature" version="0.0.0">
+ <category name="JBoss Tools birt Nightly Build Update Site"/>
+ </feature>
<feature url="features/org.jboss.tools.birt.test.feature_0.0.0.jar"
id="org.jboss.tools.birt.test.feature" version="0.0.0">
<category name="JBoss Tools birt Nightly Build Update Site"/>
</feature>
+ <feature url="features/org.jboss.tools.birt.test.source.feature_0.0.0.jar"
id="org.jboss.tools.birt.test.source.feature" version="0.0.0">
+ <category name="JBoss Tools birt Nightly Build Update Site"/>
+ </feature>
</site>