Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2009-08-31 20:25:48 +0000
committerAndrew Niefer2009-08-31 20:25:48 +0000
commit1119fba6c9d641130b98231b8393b33f1e9c8948 (patch)
tree78d06f0ed5a8e33cd59e94f22e5470954b146c17 /bundles/org.eclipse.equinox.executable/build.properties
parent5b4bca2d62c47abad9609bfcb2261a03960f3433 (diff)
downloadrt.equinox.framework-1119fba6c9d641130b98231b8393b33f1e9c8948.tar.gz
rt.equinox.framework-1119fba6c9d641130b98231b8393b33f1e9c8948.tar.xz
rt.equinox.framework-1119fba6c9d641130b98231b8393b33f1e9c8948.zip
bug 278220 - executable feature should not contain icons for solaris.x86v20090831
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/build.properties')
-rw-r--r--bundles/org.eclipse.equinox.executable/build.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.executable/build.properties b/bundles/org.eclipse.equinox.executable/build.properties
index d30c7a1d4..0c0aa94da 100644
--- a/bundles/org.eclipse.equinox.executable/build.properties
+++ b/bundles/org.eclipse.equinox.executable/build.properties
@@ -23,6 +23,6 @@ bin.includes = bin/,\
eclipse_update_120.jpg
#Bug 139066 Launcher feature should not contain icons and splash screen
-bin.excludes=bin/**/Eclipse.icns,bin/**/icon.xpm,bin/**/sparc/*.pm,bin/**/splash.bmp
+bin.excludes=bin/**/Eclipse.icns,bin/**/icon.xpm,bin/**/*.pm,bin/**/splash.bmp
# If we need to regenerate the build.xml, this line must be included at the end of the gather.bin.parts target.
# <move file="${feature.base}/features/org.eclipse.platform.launchers_3.1.0/target.build.properties" tofile="${feature.base}/features/org.eclipse.platform.launchers_3.1.0/build.properties"/>

Back to the top