Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2012-07-27 17:07:41 +0000
committerJohn Arthorne2012-07-27 17:09:29 +0000
commit4a9651ac697c1d64be33737b6f810143afd923fc (patch)
tree1d3e5c57b177a20ca41bef588d56d233e1d0094e /features/org.eclipse.equinox.p2.rcp.feature
parentf38c5fa5eca2e6f0a9c0faddda43df224f9cf917 (diff)
downloadrt.equinox.p2-4a9651ac697c1d64be33737b6f810143afd923fc.tar.gz
rt.equinox.p2-4a9651ac697c1d64be33737b6f810143afd923fc.tar.xz
rt.equinox.p2-4a9651ac697c1d64be33737b6f810143afd923fc.zip
Diffstat (limited to 'features/org.eclipse.equinox.p2.rcp.feature')
-rw-r--r--features/org.eclipse.equinox.p2.rcp.feature/build.properties5
-rw-r--r--features/org.eclipse.equinox.p2.rcp.feature/eclipse_update_120.jpgbin21695 -> 0 bytes
-rw-r--r--features/org.eclipse.equinox.p2.rcp.feature/feature.xml1
3 files changed, 2 insertions, 4 deletions
diff --git a/features/org.eclipse.equinox.p2.rcp.feature/build.properties b/features/org.eclipse.equinox.p2.rcp.feature/build.properties
index b6cf6c3dd..cbdb5a8e4 100644
--- a/features/org.eclipse.equinox.p2.rcp.feature/build.properties
+++ b/features/org.eclipse.equinox.p2.rcp.feature/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2011 EclipseSource Inc. and others.
+# Copyright (c) 2011, 2012 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
@@ -10,6 +10,5 @@
# IBM Corporation - Ongoing development
###############################################################################
bin.includes = feature.xml,\
- feature.properties,\
- eclipse_update_120.jpg
+ feature.properties
src.includes = license.html,epl-v10.html \ No newline at end of file
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
deleted file mode 100644
index bfdf708ad..000000000
--- a/features/org.eclipse.equinox.p2.rcp.feature/eclipse_update_120.jpg
+++ /dev/null
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 71769e053..a18439d80 100644
--- a/features/org.eclipse.equinox.p2.rcp.feature/feature.xml
+++ b/features/org.eclipse.equinox.p2.rcp.feature/feature.xml
@@ -4,7 +4,6 @@
label="%featureName"
version="1.1.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