Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2011-03-24 13:18:41 +0000
committerDJ Houghton2011-03-24 13:18:41 +0000
commit4664e22e3a5d13b1c81fda213a3b369fe6bf6786 (patch)
treeaf6803b37bc2abf355ec42a9e21529064d2cefd8 /features
parent6b26bb09d733dec00458f6c4cddaae0a06bce8fd (diff)
downloadrt.equinox.p2-4664e22e3a5d13b1c81fda213a3b369fe6bf6786.tar.gz
rt.equinox.p2-4664e22e3a5d13b1c81fda213a3b369fe6bf6786.tar.xz
rt.equinox.p2-4664e22e3a5d13b1c81fda213a3b369fe6bf6786.zip
Bug 340848 - org.eclipse.equinox.p2.extras.feature and org.eclipse.equinox.p2.core.feature missing .jpg
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.equinox.p2.core.feature/build.properties15
-rw-r--r--features/org.eclipse.equinox.p2.core.feature/eclipse_update_120.jpgbin0 -> 21695 bytes
-rw-r--r--features/org.eclipse.equinox.p2.core.feature/feature.xml1
-rw-r--r--features/org.eclipse.equinox.p2.extras.feature/build.properties15
-rw-r--r--features/org.eclipse.equinox.p2.extras.feature/eclipse_update_120.jpgbin0 -> 21695 bytes
-rw-r--r--features/org.eclipse.equinox.p2.extras.feature/feature.xml1
6 files changed, 30 insertions, 2 deletions
diff --git a/features/org.eclipse.equinox.p2.core.feature/build.properties b/features/org.eclipse.equinox.p2.core.feature/build.properties
index b692f5f81..21d2edfa2 100644
--- a/features/org.eclipse.equinox.p2.core.feature/build.properties
+++ b/features/org.eclipse.equinox.p2.core.feature/build.properties
@@ -1,2 +1,15 @@
+###############################################################################
+# 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 \ No newline at end of file
+ feature.properties,\
+ eclipse_update_120.jpg
+
diff --git a/features/org.eclipse.equinox.p2.core.feature/eclipse_update_120.jpg b/features/org.eclipse.equinox.p2.core.feature/eclipse_update_120.jpg
new file mode 100644
index 000000000..bfdf708ad
--- /dev/null
+++ b/features/org.eclipse.equinox.p2.core.feature/eclipse_update_120.jpg
Binary files differ
diff --git a/features/org.eclipse.equinox.p2.core.feature/feature.xml b/features/org.eclipse.equinox.p2.core.feature/feature.xml
index 8999d7ce7..c3f0929b8 100644
--- a/features/org.eclipse.equinox.p2.core.feature/feature.xml
+++ b/features/org.eclipse.equinox.p2.core.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">
diff --git a/features/org.eclipse.equinox.p2.extras.feature/build.properties b/features/org.eclipse.equinox.p2.extras.feature/build.properties
index b692f5f81..21d2edfa2 100644
--- a/features/org.eclipse.equinox.p2.extras.feature/build.properties
+++ b/features/org.eclipse.equinox.p2.extras.feature/build.properties
@@ -1,2 +1,15 @@
+###############################################################################
+# 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 \ No newline at end of file
+ feature.properties,\
+ eclipse_update_120.jpg
+
diff --git a/features/org.eclipse.equinox.p2.extras.feature/eclipse_update_120.jpg b/features/org.eclipse.equinox.p2.extras.feature/eclipse_update_120.jpg
new file mode 100644
index 000000000..bfdf708ad
--- /dev/null
+++ b/features/org.eclipse.equinox.p2.extras.feature/eclipse_update_120.jpg
Binary files differ
diff --git a/features/org.eclipse.equinox.p2.extras.feature/feature.xml b/features/org.eclipse.equinox.p2.extras.feature/feature.xml
index bca0c2cdc..da8f75110 100644
--- a/features/org.eclipse.equinox.p2.extras.feature/feature.xml
+++ b/features/org.eclipse.equinox.p2.extras.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