diff options
author | Silenio Quarti | 2013-03-07 15:58:40 +0000 |
---|---|---|
committer | Silenio Quarti | 2013-03-07 15:58:40 +0000 |
commit | ff54d13b51a8adb13dd3c83857ae74c1b27d17b5 (patch) | |
tree | ac9f78d214c46f85390a5999c4dfebc5a6638923 /bundles/org.eclipse.swt/build.properties | |
parent | b76decdda2aff36d926293d1567c3b04f7c91d1c (diff) | |
download | eclipse.platform.swt-ff54d13b51a8adb13dd3c83857ae74c1b27d17b5.tar.gz eclipse.platform.swt-ff54d13b51a8adb13dd3c83857ae74c1b27d17b5.tar.xz eclipse.platform.swt-ff54d13b51a8adb13dd3c83857ae74c1b27d17b5.zip |
Bug 402552 - [CBI] org.eclipse.swt_*.jar files too big: contain whole SWT source project
Diffstat (limited to 'bundles/org.eclipse.swt/build.properties')
-rw-r--r-- | bundles/org.eclipse.swt/build.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/build.properties b/bundles/org.eclipse.swt/build.properties index 0bb1205a74..4f575969bf 100644 --- a/bundles/org.eclipse.swt/build.properties +++ b/bundles/org.eclipse.swt/build.properties @@ -9,6 +9,7 @@ # IBM Corporation - initial API and implementation ############################################################################### custom = true +bin.includes = plugin.properties,about.html,about_files/,META-INF/ # Don't want to generate an org.eclipse.swt.source bundle, all the source will be in fragment source bundles generateSourceBundle=false |