diff options
author | Robin Rosenberg <robin.rosenberg@dewire.com> | 2011-12-16 01:01:36 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2011-12-16 01:01:36 +0100 |
commit | 0ca105a502a5edb0abf1c344772426a6184f20cb (patch) | |
tree | 0a9b3962a1a4b10caf9179525b503c7960082666 /org.eclipse.jgit.http.test/.project | |
parent | 78ebffd5f4a65a098a2a41b241747c54905be63d (diff) | |
download | jgit-0ca105a502a5edb0abf1c344772426a6184f20cb.tar.gz jgit-0ca105a502a5edb0abf1c344772426a6184f20cb.zip |
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 <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.http.test/.project')
-rw-r--r-- | org.eclipse.jgit.http.test/.project | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.jgit.http.test/.project b/org.eclipse.jgit.http.test/.project index b686ff7a24..a70c364961 100644 --- a/org.eclipse.jgit.http.test/.project +++ b/org.eclipse.jgit.http.test/.project @@ -20,9 +20,15 @@ <arguments> </arguments> </buildCommand> + <buildCommand> + <name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> <nature>org.eclipse.pde.PluginNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature> </natures> </projectDescription> |