jgit/org.eclipse.jgit.java7.test/.settings
Robin Rosenberg dd3181603e Extend the FS class for Java7
The most important difference is that in Java7 we have symbolic links
and for most operations in the work tree we want to operate on the link
itself rather than the link target, which the old File methods generally
do.

We also add support for the hidden attribute, which only makes sense
on Windows and exists, just since there are claims that Files.exists
is faster the File.exists.

A new bundle is only activated when run with a Java7 execution
environment. It is implemented as a fragment.

Tycho currently has no way to conditionally include optional features
based on the java version used to run the build, this means with this
change the jgit packaging build always needs to be run using java 7.

Change-Id: I3d6580d6fa7b22f60d7e54ab236898ed44954ffd
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2013-05-04 02:01:56 +02:00
..
org.eclipse.core.resources.prefs Extend the FS class for Java7 2013-05-04 02:01:56 +02:00
org.eclipse.core.runtime.prefs Extend the FS class for Java7 2013-05-04 02:01:56 +02:00
org.eclipse.jdt.core.prefs Extend the FS class for Java7 2013-05-04 02:01:56 +02:00
org.eclipse.jdt.ui.prefs Extend the FS class for Java7 2013-05-04 02:01:56 +02:00
org.eclipse.mylyn.tasks.ui.prefs Extend the FS class for Java7 2013-05-04 02:01:56 +02:00
org.eclipse.mylyn.team.ui.prefs Extend the FS class for Java7 2013-05-04 02:01:56 +02:00
org.eclipse.pde.api.tools.prefs Extend the FS class for Java7 2013-05-04 02:01:56 +02:00
org.eclipse.pde.core.prefs Extend the FS class for Java7 2013-05-04 02:01:56 +02:00