jgit/org.eclipse.jgit.pgm.test
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
..
.settings Harmonize the JDT settings within JGit 2012-11-16 10:25:45 -08:00
META-INF Extend the FS class for Java7 2013-05-04 02:01:56 +02:00
src/org/eclipse/jgit Add the no-commit option to MergeCommand 2013-04-04 15:11:49 +02:00
tst/org/eclipse/jgit/pgm Fix line endings 2013-05-03 16:19:07 +02:00
.classpath Allow to write tests with CLI syntax 2012-04-18 18:57:36 +02:00
.gitignore Allow to write tests with CLI syntax 2012-04-18 18:57:36 +02:00
.project Allow to write tests with CLI syntax 2012-04-18 18:57:36 +02:00
about.html Allow to write tests with CLI syntax 2012-04-18 18:57:36 +02:00
build.properties Allow to write tests with CLI syntax 2012-04-18 18:57:36 +02:00
org.eclipse.jgit.pgm--All-Tests (Java7).launch Extend the FS class for Java7 2013-05-04 02:01:56 +02:00
org.eclipse.jgit.pgm--All-Tests.launch Extend the FS class for Java7 2013-05-04 02:01:56 +02:00
plugin.properties Fix plugin provider names to conform with release train requirement 2013-04-08 23:05:36 +02:00
pom.xml Extend the FS class for Java7 2013-05-04 02:01:56 +02:00