summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md22
-rw-r--r--org.eclipse.jgit.test/.project3
2 files changed, 3 insertions, 22 deletions
diff --git a/README.md b/README.md
index 333fa289ff..9aca10f54a 100644
--- a/README.md
+++ b/README.md
@@ -18,10 +18,6 @@ there, but the automated builds use Maven.
All portions of JGit are covered by the EDL. Absolutely no GPL,
LGPL or EPL contributions are accepted within this package.
-- org.eclipse.jgit.java7
-
- Extensions for users of Java 7.
-
- org.eclipse.jgit.ant
Ant tasks based on JGit.
@@ -59,10 +55,6 @@ Tests
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.pgm.test
- org.eclipse.jgit.http.test
@@ -73,11 +65,9 @@ Tests
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
dirty.
@@ -153,12 +143,6 @@ Package Features
* Assorted set of command line utilities. Mostly for ad-hoc testing of jgit
log, glog, fetch etc.
-- org.eclipse.jgit.java7/
-
- * Support for symbolic links.
-
- * Optimizations for reading file system attributes
-
- org.eclipse.jgit.ant/
* Ant tasks
diff --git a/org.eclipse.jgit.test/.project b/org.eclipse.jgit.test/.project
index a7ac51e419..80bb7dab4f 100644
--- a/org.eclipse.jgit.test/.project
+++ b/org.eclipse.jgit.test/.project
@@ -2,9 +2,6 @@
<projectDescription>
<name>org.eclipse.jgit.test</name>
<comment></comment>
- <projects>
- <project>org.eclipse.jgit.java7</project>
- </projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>