Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2011-03-23 12:54:21 +0000
committerDJ Houghton2011-03-23 12:54:21 +0000
commit8a86e5afa5e4713bf3cf6ba524e2f9a1f9d4b3b0 (patch)
tree7ea65c9a06fb54de1f391383a9ae110d6771a7e7 /features/org.eclipse.equinox.p2.rcp.feature
parent92ed7a697cfced51f367b4a7172ab153d8c233da (diff)
downloadrt.equinox.p2-8a86e5afa5e4713bf3cf6ba524e2f9a1f9d4b3b0.tar.gz
rt.equinox.p2-8a86e5afa5e4713bf3cf6ba524e2f9a1f9d4b3b0.tar.xz
rt.equinox.p2-8a86e5afa5e4713bf3cf6ba524e2f9a1f9d4b3b0.zip
Bug 340718 - new equinox.p2.rcp.feature is missing an a .jpg file
Diffstat (limited to 'features/org.eclipse.equinox.p2.rcp.feature')
-rw-r--r--features/org.eclipse.equinox.p2.rcp.feature/build.properties14
-rw-r--r--features/org.eclipse.equinox.p2.rcp.feature/eclipse_update_120.jpgbin0 -> 21695 bytes
-rw-r--r--features/org.eclipse.equinox.p2.rcp.feature/feature.xml1
3 files changed, 14 insertions, 1 deletions
diff --git a/features/org.eclipse.equinox.p2.rcp.feature/build.properties b/features/org.eclipse.equinox.p2.rcp.feature/build.properties
index b3a611b5c..21d41116f 100644
--- a/features/org.eclipse.equinox.p2.rcp.feature/build.properties
+++ b/features/org.eclipse.equinox.p2.rcp.feature/build.properties
@@ -1,2 +1,14 @@
+###############################################################################
+# Copyright (c) 2011 EclipseSource 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:
+# EclipseSource - initial API and implementation
+# IBM Corporation - Ongoing development
+###############################################################################
bin.includes = feature.xml,\
- feature.properties
+ feature.properties,\
+ eclipse_update_120.jpg
diff --git a/features/org.eclipse.equinox.p2.rcp.feature/eclipse_update_120.jpg b/features/org.eclipse.equinox.p2.rcp.feature/eclipse_update_120.jpg
new file mode 100644
index 000000000..bfdf708ad
--- /dev/null
+++ b/features/org.eclipse.equinox.p2.rcp.feature/eclipse_update_120.jpg
Binary files differ
diff --git a/features/org.eclipse.equinox.p2.rcp.feature/feature.xml b/features/org.eclipse.equinox.p2.rcp.feature/feature.xml
index 981fc8d7f..6b7e0815c 100644
--- a/features/org.eclipse.equinox.p2.rcp.feature/feature.xml
+++ b/features/org.eclipse.equinox.p2.rcp.feature/feature.xml
@@ -4,6 +4,7 @@
label="%featureName"
version="1.0.0.qualifier"
provider-name="%providerName"
+ image="eclipse_update_120.jpg"
license-feature="org.eclipse.license"
license-feature-version="1.0.0.qualifier">

Back to the top