Author: nickboldt
Date: 2008-11-21 20:20:06 -0500 (Fri, 21 Nov 2008)
New Revision: 11962
Modified:
trunk/birt/features/org.jboss.tools.birt.feature/feature.properties
trunk/birt/features/org.jboss.tools.birt.feature/feature.xml
Log:
[JBIDE-3239] add birt.integration.wtp.feature to contain birt.integration.wtp.ui plugin,
copied to update site (like xulrunner)
Modified: trunk/birt/features/org.jboss.tools.birt.feature/feature.properties
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.feature/feature.properties 2008-11-22
01:19:38 UTC (rev 11961)
+++ trunk/birt/features/org.jboss.tools.birt.feature/feature.properties 2008-11-22
01:20:06 UTC (rev 11962)
@@ -22,7 +22,7 @@
# "updateSiteName" property - label for the update site
updateSiteName=JBossTools Update Site
-birtUpdateSiteName=Business Intellegence and Reporting Tool (BIRT) Updates
+birtUpdateSiteName=Business Intelligence and Reporting Tools (BIRT) Updates
# "description" property - description of the feature
description=JBoss BIRT Integration
Modified: trunk/birt/features/org.jboss.tools.birt.feature/feature.xml
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.feature/feature.xml 2008-11-22 01:19:38 UTC
(rev 11961)
+++ trunk/birt/features/org.jboss.tools.birt.feature/feature.xml 2008-11-22 01:20:06 UTC
(rev 11962)
@@ -1,52 +1,52 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.jboss.tools.birt.feature"
- label="%featureName"
- version="1.0.0"
- provider-name="%providerName"
- plugin="org.jboss.tools.birt.oda.ui">
-
- <description>
- %description
- </description>
-
- <copyright>
- %copyright
- </copyright>
-
- <license url="%licenseURL">
- %license
- </license>
-
- <url>
- <update label="%updateSiteName"
url="http://download.jboss.org/jbosstools/updates/stable"/>
- <discovery label="%birtUpdateSiteName"
url="http://download.eclipse.org/birt/update-site/2.3"/>
- </url>
-
- <requires>
- <import feature="org.eclipse.birt"
version="2.3.1.v20080630-7N7Y7AAYdlIXLgz-SLsyMQ21x2fI"/>
- <import feature="org.eclipse.birt.integration.wtp"
version="2.3.1.v20080630-4518s733I3J5E"/>
- </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"/>
-
-</feature>
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.birt.feature"
+ label="%featureName"
+ version="1.0.0"
+ provider-name="%providerName"
+ plugin="org.jboss.tools.birt.oda.ui">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <url>
+ <update label="%updateSiteName"
url="http://download.jboss.org/jbosstools/updates/stable"/>
+ <discovery label="%birtUpdateSiteName"
url="http://download.eclipse.org/birt/update-site/2.3"/>
+ </url>
+
+ <requires>
+ <import feature="org.eclipse.birt" version="2.3.1"/>
+ <import feature="org.jboss.tools.birt.integration.wtp.feature"/>
+ </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"/>
+
+</feature>