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.ui/build.properties
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.ui/build.properties')
-rw-r--r--org.eclipse.debug.ui/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/build.properties b/org.eclipse.debug.ui/build.properties
index 6cf5232a6..22014dc1a 100644
--- a/org.eclipse.debug.ui/build.properties
+++ b/org.eclipse.debug.ui/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2006 IBM Corporation and others.
+# Copyright (c) 2000, 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
@@ -19,3 +19,4 @@ bin.includes = icons/,\
source.. = ui/
src.includes = about.html,\
schema/
+output.. = bin/

Back to the top