Author: nickboldt
Date: 2008-11-29 00:07:22 -0500 (Sat, 29 Nov 2008)
New Revision: 12144
Modified:
trunk/birt/features/org.jboss.tools.birt.integration.wtp.feature/build.properties
trunk/birt/features/org.jboss.tools.birt.integration.wtp.feature/feature.xml
Log:
[JBIDE-3216] fix feature
Modified:
trunk/birt/features/org.jboss.tools.birt.integration.wtp.feature/build.properties
===================================================================
---
trunk/birt/features/org.jboss.tools.birt.integration.wtp.feature/build.properties 2008-11-28
20:49:04 UTC (rev 12143)
+++
trunk/birt/features/org.jboss.tools.birt.integration.wtp.feature/build.properties 2008-11-29
05:07:22 UTC (rev 12144)
@@ -1,2 +1,3 @@
bin.includes = feature.xml,\
- feature.properties
+ feature.properties,\
+ license.html
Modified: trunk/birt/features/org.jboss.tools.birt.integration.wtp.feature/feature.xml
===================================================================
---
trunk/birt/features/org.jboss.tools.birt.integration.wtp.feature/feature.xml 2008-11-28
20:49:04 UTC (rev 12143)
+++
trunk/birt/features/org.jboss.tools.birt.integration.wtp.feature/feature.xml 2008-11-29
05:07:22 UTC (rev 12144)
@@ -1,31 +1,31 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.jboss.tools.birt.integration.wtp.feature"
- label="%featureName"
- version="0.0.1"
- provider-name="%providerName">
-
- <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>
-
- <plugin
- id="org.eclipse.birt.integration.wtp.ui"
- download-size="0"
- install-size="0"
- version="0.0.0">
-
-</feature>
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.birt.integration.wtp.feature"
+ label="%featureName"
+ version="0.0.1"
+ provider-name="%providerName">
+
+ <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>
+
+ <plugin
+ id="org.eclipse.birt.integration.wtp.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+</feature>