Browse Source

Remove references to org.eclipse.jgit.java7

The bundle org.eclipse.jgit.java7 was removed in 4.0.

Remove references to it from the README.md.

Remove reference to it from org.eclipse.jgit.test/.project, which
causes an error message when opening the project in Eclipse:

  Resource '/org.eclipse.jgit.java7' does not exist.

Change-Id: If0dbd562dcd60550bec3c0f793289474b7624bce
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
tags/v4.5.0.201609210915-r
David Pursehouse 7 years ago
parent
commit
1ce24d46a6
2 changed files with 3 additions and 22 deletions
  1. 3
    19
      README.md
  2. 0
    3
      org.eclipse.jgit.test/.project

+ 3
- 19
README.md View File

All portions of JGit are covered by the EDL. Absolutely no GPL, All portions of JGit are covered by the EDL. Absolutely no GPL,
LGPL or EPL contributions are accepted within this package. LGPL or EPL contributions are accepted within this package.


- org.eclipse.jgit.java7

Extensions for users of Java 7.

- org.eclipse.jgit.ant - org.eclipse.jgit.ant


Ant tasks based on JGit. Ant tasks based on JGit.


Unit tests for org.eclipse.jgit Unit tests for org.eclipse.jgit


- org.eclipse.jgit.java7.test

Unit tests for Java 7 specific features

- org.eclipse.jgit.ant.test - org.eclipse.jgit.ant.test
- org.eclipse.jgit.pgm.test - org.eclipse.jgit.pgm.test
- org.eclipse.jgit.http.test - org.eclipse.jgit.http.test
Warnings/Caveats Warnings/Caveats
---------------- ----------------


- Native smbolic links are supported, but only if you are using Java 7
or newer and include the org.eclipse.jgit.java7 jar/bundle in the
classpath, provided the file system supports them. For Windows you
must have Windows Vista/Windows 2008 or newer, use a
non-administrator account and have the SeCreateSymbolicLinkPrivilege.
- Native smbolic links are supported, provided the file system supports
them. For Windows you must have Windows Vista/Windows 2008 or newer,
use a non-administrator account and have the SeCreateSymbolicLinkPrivilege.


- Only the timestamp of the index is used by jgit if the index is - Only the timestamp of the index is used by jgit if the index is
dirty. dirty.
* Assorted set of command line utilities. Mostly for ad-hoc testing of jgit * Assorted set of command line utilities. Mostly for ad-hoc testing of jgit
log, glog, fetch etc. log, glog, fetch etc.


- org.eclipse.jgit.java7/

* Support for symbolic links.

* Optimizations for reading file system attributes

- org.eclipse.jgit.ant/ - org.eclipse.jgit.ant/


* Ant tasks * Ant tasks

+ 0
- 3
org.eclipse.jgit.test/.project View File

<projectDescription> <projectDescription>
<name>org.eclipse.jgit.test</name> <name>org.eclipse.jgit.test</name>
<comment></comment> <comment></comment>
<projects>
<project>org.eclipse.jgit.java7</project>
</projects>
<buildSpec> <buildSpec>
<buildCommand> <buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name> <name>org.eclipse.jdt.core.javabuilder</name>

Loading…
Cancel
Save