diff options
author | Darin Wright | 2009-12-14 18:04:17 +0000 |
---|---|---|
committer | Darin Wright | 2009-12-14 18:04:17 +0000 |
commit | 6843de3894ee6d54ceecf90e84eef99bd032a447 (patch) | |
tree | 870cd4241c5feaa50a7bb85e574a5681624442fb /org.eclipse.debug.examples.ui/build.properties | |
parent | ae653995bb4a5d051a906dbddf7188c42c5e1617 (diff) | |
download | eclipse.platform.debug-6843de3894ee6d54ceecf90e84eef99bd032a447.tar.gz eclipse.platform.debug-6843de3894ee6d54ceecf90e84eef99bd032a447.tar.xz eclipse.platform.debug-6843de3894ee6d54ceecf90e84eef99bd032a447.zip |
Fix warnings in build.properties
Diffstat (limited to 'org.eclipse.debug.examples.ui/build.properties')
-rw-r--r-- | org.eclipse.debug.examples.ui/build.properties | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/org.eclipse.debug.examples.ui/build.properties b/org.eclipse.debug.examples.ui/build.properties index bac56954d..b18c60771 100644 --- a/org.eclipse.debug.examples.ui/build.properties +++ b/org.eclipse.debug.examples.ui/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2005, 2008 IBM Corporation and others. +# Copyright (c) 2005, 2009 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 @@ -16,7 +16,5 @@ bin.includes = plugin.xml,\ META-INF/,\ .,\ icons/ -src.includes = src/,\ - about.html,\ - icons/,\ - plugin.xml +src.includes = about.html,\ + icons/ |