From 4a9651ac697c1d64be33737b6f810143afd923fc Mon Sep 17 00:00:00 2001 From: John Arthorne Date: Fri, 27 Jul 2012 13:07:41 -0400 Subject: Bug 378853 - Remove feature image from our features --- .../build.properties | 5 ++--- .../eclipse_update_120.jpg | Bin 21695 -> 0 bytes .../org.eclipse.equinox.p2.core.feature/feature.xml | 1 - .../sourceTemplateFeature/build.properties | 3 +-- .../sourceTemplateFeature/eclipse_update_120.jpg | Bin 21695 -> 0 bytes .../build.properties | 5 ++--- .../eclipse_update_120.jpg | Bin 21695 -> 0 bytes .../org.eclipse.equinox.p2.extras.feature/feature.xml | 1 - .../org.eclipse.equinox.p2.rcp.feature/build.properties | 5 ++--- .../eclipse_update_120.jpg | Bin 21695 -> 0 bytes features/org.eclipse.equinox.p2.rcp.feature/feature.xml | 1 - .../org.eclipse.equinox.p2.user.ui/build.properties | 5 ++--- .../eclipse_update_120.jpg | Bin 21695 -> 0 bytes features/org.eclipse.equinox.p2.user.ui/feature.xml | 1 - .../sourceTemplateFeature/build.properties | 5 ++--- .../sourceTemplateFeature/eclipse_update_120.jpg | Bin 21695 -> 0 bytes 16 files changed, 11 insertions(+), 21 deletions(-) delete mode 100644 features/org.eclipse.equinox.p2.core.feature/eclipse_update_120.jpg delete mode 100644 features/org.eclipse.equinox.p2.discovery.feature/sourceTemplateFeature/eclipse_update_120.jpg delete mode 100644 features/org.eclipse.equinox.p2.extras.feature/eclipse_update_120.jpg delete mode 100644 features/org.eclipse.equinox.p2.rcp.feature/eclipse_update_120.jpg delete mode 100644 features/org.eclipse.equinox.p2.user.ui/eclipse_update_120.jpg delete mode 100644 features/org.eclipse.equinox.p2.user.ui/sourceTemplateFeature/eclipse_update_120.jpg diff --git a/features/org.eclipse.equinox.p2.core.feature/build.properties b/features/org.eclipse.equinox.p2.core.feature/build.properties index 6e95a6ac0..9771439ae 100644 --- a/features/org.eclipse.equinox.p2.core.feature/build.properties +++ b/features/org.eclipse.equinox.p2.core.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 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 deleted file mode 100644 index bfdf708ad..000000000 Binary files a/features/org.eclipse.equinox.p2.core.feature/eclipse_update_120.jpg and /dev/null differ diff --git a/features/org.eclipse.equinox.p2.core.feature/feature.xml b/features/org.eclipse.equinox.p2.core.feature/feature.xml index ec57f645b..193fc3015 100644 --- a/features/org.eclipse.equinox.p2.core.feature/feature.xml +++ b/features/org.eclipse.equinox.p2.core.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"> diff --git a/features/org.eclipse.equinox.p2.discovery.feature/sourceTemplateFeature/build.properties b/features/org.eclipse.equinox.p2.discovery.feature/sourceTemplateFeature/build.properties index 0e90d7970..fe4a73b56 100644 --- a/features/org.eclipse.equinox.p2.discovery.feature/sourceTemplateFeature/build.properties +++ b/features/org.eclipse.equinox.p2.discovery.feature/sourceTemplateFeature/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2008, 2010 IBM Corporation and others. +# Copyright (c) 2008, 2012 IBM Corporation 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,7 +10,6 @@ ############################################################################### bin.includes =\ epl-v10.html,\ -eclipse_update_120.jpg,\ feature.xml,\ feature.properties,\ license.html diff --git a/features/org.eclipse.equinox.p2.discovery.feature/sourceTemplateFeature/eclipse_update_120.jpg b/features/org.eclipse.equinox.p2.discovery.feature/sourceTemplateFeature/eclipse_update_120.jpg deleted file mode 100644 index bfdf708ad..000000000 Binary files a/features/org.eclipse.equinox.p2.discovery.feature/sourceTemplateFeature/eclipse_update_120.jpg and /dev/null differ diff --git a/features/org.eclipse.equinox.p2.extras.feature/build.properties b/features/org.eclipse.equinox.p2.extras.feature/build.properties index 70e046762..cbdb5a8e4 100644 --- a/features/org.eclipse.equinox.p2.extras.feature/build.properties +++ b/features/org.eclipse.equinox.p2.extras.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.extras.feature/eclipse_update_120.jpg b/features/org.eclipse.equinox.p2.extras.feature/eclipse_update_120.jpg deleted file mode 100644 index bfdf708ad..000000000 Binary files a/features/org.eclipse.equinox.p2.extras.feature/eclipse_update_120.jpg and /dev/null differ diff --git a/features/org.eclipse.equinox.p2.extras.feature/feature.xml b/features/org.eclipse.equinox.p2.extras.feature/feature.xml index 3bb06f72f..f617ce7f5 100644 --- a/features/org.eclipse.equinox.p2.extras.feature/feature.xml +++ b/features/org.eclipse.equinox.p2.extras.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"> 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 Binary files a/features/org.eclipse.equinox.p2.rcp.feature/eclipse_update_120.jpg and /dev/null 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"> diff --git a/features/org.eclipse.equinox.p2.user.ui/build.properties b/features/org.eclipse.equinox.p2.user.ui/build.properties index 33ddf03b7..86681f464 100644 --- a/features/org.eclipse.equinox.p2.user.ui/build.properties +++ b/features/org.eclipse.equinox.p2.user.ui/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2008, 2011 IBM Corporation and others. +# Copyright (c) 2008, 2012 IBM Corporation 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 @@ -9,5 +9,4 @@ # IBM Corporation - initial API and implementation ############################################################################### bin.includes = feature.xml,\ - feature.properties,\ - eclipse_update_120.jpg \ No newline at end of file + feature.properties \ No newline at end of file diff --git a/features/org.eclipse.equinox.p2.user.ui/eclipse_update_120.jpg b/features/org.eclipse.equinox.p2.user.ui/eclipse_update_120.jpg deleted file mode 100644 index bfdf708ad..000000000 Binary files a/features/org.eclipse.equinox.p2.user.ui/eclipse_update_120.jpg and /dev/null differ diff --git a/features/org.eclipse.equinox.p2.user.ui/feature.xml b/features/org.eclipse.equinox.p2.user.ui/feature.xml index 485aa7f8b..7afe699de 100644 --- a/features/org.eclipse.equinox.p2.user.ui/feature.xml +++ b/features/org.eclipse.equinox.p2.user.ui/feature.xml @@ -4,7 +4,6 @@ label="%featureName" version="2.2.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.user.ui/sourceTemplateFeature/build.properties b/features/org.eclipse.equinox.p2.user.ui/sourceTemplateFeature/build.properties index b5672da6a..f84277df0 100644 --- a/features/org.eclipse.equinox.p2.user.ui/sourceTemplateFeature/build.properties +++ b/features/org.eclipse.equinox.p2.user.ui/sourceTemplateFeature/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2008, 2011 IBM Corporation and others. +# Copyright (c) 2008, 2012 IBM Corporation 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,8 +10,7 @@ ############################################################################### bin.includes =\ feature.xml,\ -feature.properties,\ -eclipse_update_120.jpg +feature.properties generate.feature@org.eclipse.equinox.p2.extras.feature.source=org.eclipse.equinox.p2.extras.feature generate.feature@org.eclipse.equinox.p2.rcp.feature.source=org.eclipse.equinox.p2.rcp.feature diff --git a/features/org.eclipse.equinox.p2.user.ui/sourceTemplateFeature/eclipse_update_120.jpg b/features/org.eclipse.equinox.p2.user.ui/sourceTemplateFeature/eclipse_update_120.jpg deleted file mode 100644 index bfdf708ad..000000000 Binary files a/features/org.eclipse.equinox.p2.user.ui/sourceTemplateFeature/eclipse_update_120.jpg and /dev/null differ -- cgit v1.2.3