Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2009-12-14 18:04:17 +0000
committerDarin Wright2009-12-14 18:04:17 +0000
commit6843de3894ee6d54ceecf90e84eef99bd032a447 (patch)
tree870cd4241c5feaa50a7bb85e574a5681624442fb /org.eclipse.debug.examples.core
parentae653995bb4a5d051a906dbddf7188c42c5e1617 (diff)
downloadeclipse.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.core')
-rw-r--r--org.eclipse.debug.examples.core/build.properties9
1 files changed, 5 insertions, 4 deletions
diff --git a/org.eclipse.debug.examples.core/build.properties b/org.eclipse.debug.examples.core/build.properties
index f50444bad..ebe0689d6 100644
--- a/org.eclipse.debug.examples.core/build.properties
+++ b/org.eclipse.debug.examples.core/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2005, 2007 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
@@ -8,7 +8,9 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
-source.. = src/
+source.. = src/,\
+ src_ant/,\
+ pdavm/src/
output.. = bin/
bin.includes = plugin.xml,\
pdavm/,\
@@ -17,5 +19,4 @@ bin.includes = plugin.xml,\
.,\
readme.html,\
samples/
-src.includes = about.html,\
- src/
+src.includes = about.html

Back to the top