diff options
author | Kevin Barnes | 2006-01-18 20:54:16 +0000 |
---|---|---|
committer | Kevin Barnes | 2006-01-18 20:54:16 +0000 |
commit | 8915ee74280e60250b975c4d990bab9f79e93ad0 (patch) | |
tree | 92fc6696715cec72ed898762231b65df542dda15 /org.eclipse.debug.ui/build.properties | |
parent | b9c31085fdd20248d0d40a485bb91246e21a7455 (diff) | |
download | eclipse.platform.debug-8915ee74280e60250b975c4d990bab9f79e93ad0.tar.gz eclipse.platform.debug-8915ee74280e60250b975c4d990bab9f79e93ad0.tar.xz eclipse.platform.debug-8915ee74280e60250b975c4d990bab9f79e93ad0.zip |
Bug 123163 - AsynchronousTreeViewer should use SWT.VIRTUAL.
Diffstat (limited to 'org.eclipse.debug.ui/build.properties')
-rw-r--r-- | org.eclipse.debug.ui/build.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/build.properties b/org.eclipse.debug.ui/build.properties index 10a4ee194..e17542238 100644 --- a/org.eclipse.debug.ui/build.properties +++ b/org.eclipse.debug.ui/build.properties @@ -13,7 +13,8 @@ bin.includes = icons/,\ plugin.properties,\ .,\ about.html,\ - META-INF/ + META-INF/,\ + .options source.. = ui/ src.includes = about.html,\ |