Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-01-27 00:43:24 +0000
committerChristian Halstrick2015-02-10 08:14:48 +0000
commit6c1f7393882baf8464859136a70199ea96fcae0f (patch)
tree5338cb5159d49d6440cb3ba9dca565e884f2c2ae /README.md
parent77030a5e94a90cfae223acc477c216603cf3f149 (diff)
downloadjgit-6c1f7393882baf8464859136a70199ea96fcae0f.tar.gz
jgit-6c1f7393882baf8464859136a70199ea96fcae0f.tar.xz
jgit-6c1f7393882baf8464859136a70199ea96fcae0f.zip
Move console classes to pgm bundle
Since we updated minimum Java version to Java 7 the console bundle doesn't need to be a separate bundle anymore. Move the contained classes to the pgm bundle which is using these classes. Change-Id: If8e6f2d7405fdfe6f4b178673b4ccf99c67d4b64 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/README.md b/README.md
index 7a350fabba..5a729fd910 100644
--- a/README.md
+++ b/README.md
@@ -30,11 +30,6 @@ there, but the automated builds use Maven.
Support for exporting to various archive formats (zip etc).
-- org.eclipse.jgit.console
-
- Support for reading passwords from the console without
- echoing them. Requires Java 6.
-
- org.eclipse.jgit.http.apache
Apache httpclient support
@@ -172,10 +167,6 @@ Package Features
* Support for Zip/Tar and other formats
-- org.eclipse.jgit.console/
-
- * Reads passwords from the console
-
- org.eclipse.http.*/
* HTTP client and server support

Back to the top