Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2009-12-14 18:23:08 +0000
committerDarin Wright2009-12-14 18:23:08 +0000
commit97c9b36b439160e36bd197e4c9ed29134da6c193 (patch)
tree2e58917fde2661c2e2a01e70c0e8aff7e815bc2b /org.eclipse.ui.externaltools/build.properties
parent6843de3894ee6d54ceecf90e84eef99bd032a447 (diff)
downloadeclipse.platform.debug-97c9b36b439160e36bd197e4c9ed29134da6c193.tar.gz
eclipse.platform.debug-97c9b36b439160e36bd197e4c9ed29134da6c193.tar.xz
eclipse.platform.debug-97c9b36b439160e36bd197e4c9ed29134da6c193.zip
Fix warnings in build.properties
Diffstat (limited to 'org.eclipse.ui.externaltools/build.properties')
-rw-r--r--org.eclipse.ui.externaltools/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.ui.externaltools/build.properties b/org.eclipse.ui.externaltools/build.properties
index 6f02b6f8a..c21f4c355 100644
--- a/org.eclipse.ui.externaltools/build.properties
+++ b/org.eclipse.ui.externaltools/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2005 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/,\
about.html,\
.,\
META-INF/
+output.. = bin/

Back to the top