Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Khouzam2014-05-28 18:57:33 +0000
committerMarc Khouzam2014-06-17 15:33:37 +0000
commitce9b270a386cfed3a1eaa2d97a0bf08721e5b912 (patch)
tree0d9fb3a29157592f310ff2a8a993c6c91754b2f4 /xlc/org.eclipse.cdt.xlc.feature
parent16037a5f38845acb7194d12d70ba0ed6b5d04b90 (diff)
downloadorg.eclipse.cdt-ce9b270a386cfed3a1eaa2d97a0bf08721e5b912.tar.gz
org.eclipse.cdt-ce9b270a386cfed3a1eaa2d97a0bf08721e5b912.tar.xz
org.eclipse.cdt-ce9b270a386cfed3a1eaa2d97a0bf08721e5b912.zip
Bug 435998 - Get rid of all "eclipse_update_120.jpg" files in CDT
features Change-Id: I52a71e62f8161990657e96ef52403fd7f69698a2 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/27499
Diffstat (limited to 'xlc/org.eclipse.cdt.xlc.feature')
-rw-r--r--xlc/org.eclipse.cdt.xlc.feature/build.properties3
-rw-r--r--xlc/org.eclipse.cdt.xlc.feature/eclipse_update_120.jpgbin21695 -> 0 bytes
-rw-r--r--xlc/org.eclipse.cdt.xlc.feature/feature.xml3
-rw-r--r--xlc/org.eclipse.cdt.xlc.feature/sourceTemplateFeature/eclipse_update_120.jpgbin21695 -> 0 bytes
4 files changed, 2 insertions, 4 deletions
diff --git a/xlc/org.eclipse.cdt.xlc.feature/build.properties b/xlc/org.eclipse.cdt.xlc.feature/build.properties
index 4dcb7f36807..80d4880ad85 100644
--- a/xlc/org.eclipse.cdt.xlc.feature/build.properties
+++ b/xlc/org.eclipse.cdt.xlc.feature/build.properties
@@ -9,6 +9,5 @@
# IBM Corporation - initial API and implementation
###############################################################################
bin.includes = feature.xml,\
- feature.properties,\
- eclipse_update_120.jpg
+ feature.properties
root = rootfiles
diff --git a/xlc/org.eclipse.cdt.xlc.feature/eclipse_update_120.jpg b/xlc/org.eclipse.cdt.xlc.feature/eclipse_update_120.jpg
deleted file mode 100644
index bfdf708ad61..00000000000
--- a/xlc/org.eclipse.cdt.xlc.feature/eclipse_update_120.jpg
+++ /dev/null
Binary files differ
diff --git a/xlc/org.eclipse.cdt.xlc.feature/feature.xml b/xlc/org.eclipse.cdt.xlc.feature/feature.xml
index 1850c24d180..aaa55c69033 100644
--- a/xlc/org.eclipse.cdt.xlc.feature/feature.xml
+++ b/xlc/org.eclipse.cdt.xlc.feature/feature.xml
@@ -6,8 +6,7 @@
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0"
- plugin="org.eclipse.cdt.managedbuilder.xlc.core"
- image="eclipse_update_120.jpg">
+ plugin="org.eclipse.cdt.managedbuilder.xlc.core">
<description>
%description
diff --git a/xlc/org.eclipse.cdt.xlc.feature/sourceTemplateFeature/eclipse_update_120.jpg b/xlc/org.eclipse.cdt.xlc.feature/sourceTemplateFeature/eclipse_update_120.jpg
deleted file mode 100644
index bfdf708ad61..00000000000
--- a/xlc/org.eclipse.cdt.xlc.feature/sourceTemplateFeature/eclipse_update_120.jpg
+++ /dev/null
Binary files differ

Back to the top