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
parentae653995bb4a5d051a906dbddf7188c42c5e1617 (diff)
downloadeclipse.platform.debug-6843de3894ee6d54ceecf90e84eef99bd032a447.tar.gz
eclipse.platform.debug-6843de3894ee6d54ceecf90e84eef99bd032a447.tar.xz
eclipse.platform.debug-6843de3894ee6d54ceecf90e84eef99bd032a447.zip
Fix warnings in build.properties
-rw-r--r--org.eclipse.debug.core/.settings/org.eclipse.pde.prefs14
-rw-r--r--org.eclipse.debug.core/build.properties3
-rw-r--r--org.eclipse.debug.examples.core/build.properties9
-rw-r--r--org.eclipse.debug.examples.ui/build.properties8
-rw-r--r--org.eclipse.debug.ui/.settings/org.eclipse.pde.prefs14
-rw-r--r--org.eclipse.debug.ui/build.properties3
6 files changed, 38 insertions, 13 deletions
diff --git a/org.eclipse.debug.core/.settings/org.eclipse.pde.prefs b/org.eclipse.debug.core/.settings/org.eclipse.pde.prefs
index e3108cba6..06466d6c2 100644
--- a/org.eclipse.debug.core/.settings/org.eclipse.pde.prefs
+++ b/org.eclipse.debug.core/.settings/org.eclipse.pde.prefs
@@ -1,17 +1,29 @@
-#Tue Jan 30 11:38:38 CST 2007
+#Mon Dec 14 12:02:07 CST 2009
+compilers.f.unresolved-features=1
+compilers.f.unresolved-plugins=1
compilers.incompatible-environment=1
compilers.p.build=1
+compilers.p.build.missing.output=1
compilers.p.deprecated=1
+compilers.p.discouraged-class=1
compilers.p.illegal-att-value=0
+compilers.p.internal=1
compilers.p.missing-packages=0
+compilers.p.missing-version-export-package=2
+compilers.p.missing-version-import-package=2
+compilers.p.missing-version-require-bundle=2
compilers.p.no-required-att=0
compilers.p.not-externalized-att=1
compilers.p.unknown-attribute=0
compilers.p.unknown-class=0
compilers.p.unknown-element=0
+compilers.p.unknown-identifier=1
compilers.p.unknown-resource=0
compilers.p.unresolved-ex-points=0
compilers.p.unresolved-import=0
compilers.p.unused-element-or-attribute=1
+compilers.s.create-docs=false
+compilers.s.doc-folder=doc
+compilers.s.open-tags=1
compilers.use-project=true
eclipse.preferences.version=1
diff --git a/org.eclipse.debug.core/build.properties b/org.eclipse.debug.core/build.properties
index 826d036e5..192bc8445 100644
--- a/org.eclipse.debug.core/build.properties
+++ b/org.eclipse.debug.core/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
@@ -17,3 +17,4 @@ bin.includes = .options,\
source.. = core/
src.includes = about.html,\
schema/
+output.. = bin/
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
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/
diff --git a/org.eclipse.debug.ui/.settings/org.eclipse.pde.prefs b/org.eclipse.debug.ui/.settings/org.eclipse.pde.prefs
index 7686374ed..b0993eaf9 100644
--- a/org.eclipse.debug.ui/.settings/org.eclipse.pde.prefs
+++ b/org.eclipse.debug.ui/.settings/org.eclipse.pde.prefs
@@ -1,17 +1,29 @@
-#Tue Jan 30 11:38:16 CST 2007
+#Mon Dec 14 12:01:57 CST 2009
+compilers.f.unresolved-features=1
+compilers.f.unresolved-plugins=1
compilers.incompatible-environment=1
compilers.p.build=1
+compilers.p.build.missing.output=1
compilers.p.deprecated=1
+compilers.p.discouraged-class=1
compilers.p.illegal-att-value=0
+compilers.p.internal=1
compilers.p.missing-packages=0
+compilers.p.missing-version-export-package=2
+compilers.p.missing-version-import-package=2
+compilers.p.missing-version-require-bundle=2
compilers.p.no-required-att=0
compilers.p.not-externalized-att=1
compilers.p.unknown-attribute=0
compilers.p.unknown-class=1
compilers.p.unknown-element=1
+compilers.p.unknown-identifier=1
compilers.p.unknown-resource=1
compilers.p.unresolved-ex-points=0
compilers.p.unresolved-import=0
compilers.p.unused-element-or-attribute=1
+compilers.s.create-docs=false
+compilers.s.doc-folder=doc
+compilers.s.open-tags=1
compilers.use-project=true
eclipse.preferences.version=1
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