Author: elvisisking
Date: 2009-08-19 11:49:30 -0400 (Wed, 19 Aug 2009)
New Revision: 1165
Removed:
branches/eclipse/org.jboss.dna.web.jcr.rest.client.swt.feature/feature.png
Modified:
branches/eclipse/org.jboss.dna.web.jcr.rest.client.swt.feature/build.properties
branches/eclipse/org.jboss.dna.web.jcr.rest.client.swt.feature/feature.xml
Log:
Fixed problems with feature and feature image not showing up in About dialog. Tested
update site archive in a new eclipse to make sure feature and help documents work.
Modified: branches/eclipse/org.jboss.dna.web.jcr.rest.client.swt.feature/build.properties
===================================================================
---
branches/eclipse/org.jboss.dna.web.jcr.rest.client.swt.feature/build.properties 2009-08-14
19:51:48 UTC (rev 1164)
+++
branches/eclipse/org.jboss.dna.web.jcr.rest.client.swt.feature/build.properties 2009-08-19
15:49:30 UTC (rev 1165)
@@ -1,5 +1,6 @@
bin.includes = feature.xml,\
feature.properties,\
LEGAL.txt,\
- AUTHORS.txt
+ AUTHORS.txt,\
+ feature.png
src.includes = LEGAL.txt
Deleted: branches/eclipse/org.jboss.dna.web.jcr.rest.client.swt.feature/feature.png
===================================================================
(Binary files differ)
Modified: branches/eclipse/org.jboss.dna.web.jcr.rest.client.swt.feature/feature.xml
===================================================================
--- branches/eclipse/org.jboss.dna.web.jcr.rest.client.swt.feature/feature.xml 2009-08-14
19:51:48 UTC (rev 1164)
+++ branches/eclipse/org.jboss.dna.web.jcr.rest.client.swt.feature/feature.xml 2009-08-19
15:49:30 UTC (rev 1165)
@@ -2,9 +2,13 @@
<feature
id="org.jboss.dna.web.jcr.rest.client.swt.feature"
label="%featureName"
- version="1.0.0.v20090708"
- provider-name="%featureProvider">
+ version="1.0.0.v20090819"
+ image="feature.png"
+ provider-name="%featureProvider"
+ plugin="org.jboss.dna.web.jcr.rest.client.swt">
+<!-- NOTE: above image is found in the branding plugin -->
+
<description
url="http://www.jboss.org/dna/">
%description
</description>
@@ -28,6 +32,6 @@
download-size="0"
install-size="0"
version="0.0.0"
- unpack="false"/>
+ unpack="true"/>
</feature>