Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2011-12-01 14:25:16 +0000
committerMarkus Keller2011-12-01 14:25:16 +0000
commit5309f891746df490a79704260acb45b204959d1c (patch)
treeec44e439d3576288c92326795067fd0b104f1da9 /org.eclipse.jdt.annotation/build.properties
parent5b3d2a7a7b908a813dba32010c5062cefdc3aba0 (diff)
downloadeclipse.jdt.core-5309f891746df490a79704260acb45b204959d1c.tar.gz
eclipse.jdt.core-5309f891746df490a79704260acb45b204959d1c.tar.xz
eclipse.jdt.core-5309f891746df490a79704260acb45b204959d1c.zip
Bug 186342: [compiler][null] Using annotations for null checking
- copied project settings from jdt.core and adjusted to 1.5 - added API Tools builder
Diffstat (limited to 'org.eclipse.jdt.annotation/build.properties')
-rw-r--r--org.eclipse.jdt.annotation/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.jdt.annotation/build.properties b/org.eclipse.jdt.annotation/build.properties
index 66c12ad915..3a59f1d5e3 100644
--- a/org.eclipse.jdt.annotation/build.properties
+++ b/org.eclipse.jdt.annotation/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2011 Stephan Herrmann.
+# Copyright (c) 2011 Stephan Herrmann 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
@@ -7,6 +7,7 @@
#
# Contributors:
# Stephan Herrmann - initial API and implementation
+# IBM Corporation - bug fixes
###############################################################################
source.. = src/
bin.includes = META-INF/,\

Back to the top