From 0ca105a502a5edb0abf1c344772426a6184f20cb Mon Sep 17 00:00:00 2001 From: Robin Rosenberg Date: Fri, 16 Dec 2011 01:01:36 +0100 Subject: Enforce the use of Java5 API:s only (with a few exceptions) This only works with Eclipse 3.6 and newer and requires installation of new package. Documentation is not very good, but there is a blog about it here: http://eclipseandjazz.blogspot.com/2011/10/of-invalid-references-to-system.html API checking is especially useful on OS X where Java5 is not readily available. Change-Id: I3c0ad460874a21c073f5ac047146cbf5d31992b4 Signed-off-by: Matthias Sohn --- org.eclipse.jgit.http.server/.project | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'org.eclipse.jgit.http.server/.project') diff --git a/org.eclipse.jgit.http.server/.project b/org.eclipse.jgit.http.server/.project index 24bd8442e9..4a369a62f7 100644 --- a/org.eclipse.jgit.http.server/.project +++ b/org.eclipse.jgit.http.server/.project @@ -20,9 +20,15 @@ + + org.eclipse.pde.api.tools.apiAnalysisBuilder + + + org.eclipse.jdt.core.javanature org.eclipse.pde.PluginNature + org.eclipse.pde.api.tools.apiAnalysisNature -- cgit v1.2.3