diff options
author | Christian Halstrick <christian.halstrick@sap.com> | 2016-07-05 09:05:59 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-09-20 10:58:20 +0200 |
commit | e4e39a6d05b846b0b1f4cd42894bbdf950b37554 (patch) | |
tree | b0875bd790efe302bbc6bc18c961ab5fd6b845f9 /org.eclipse.jgit/META-INF | |
parent | bcb5a431a51703c31ce9d9c1f933e7f00a463021 (diff) | |
download | jgit-e4e39a6d05b846b0b1f4cd42894bbdf950b37554.tar.gz jgit-e4e39a6d05b846b0b1f4cd42894bbdf950b37554.zip |
Move AtomicObjectOutputStream to lfs/internal
The class AtomicObjectOutputStream should be available to all lfs
related classes, not only to the server side. Move the class from
org.eclipse.jgit.lfs.server.fs to org.eclipse.jgit.lfs.internal to
achieve that.
Change-Id: I028e1c9ec7c21f316340b21d558b9a6b77e2060d
Diffstat (limited to 'org.eclipse.jgit/META-INF')
-rw-r--r-- | org.eclipse.jgit/META-INF/MANIFEST.MF | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/META-INF/MANIFEST.MF b/org.eclipse.jgit/META-INF/MANIFEST.MF index 829edd56c4..a1304da297 100644 --- a/org.eclipse.jgit/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit/META-INF/MANIFEST.MF @@ -69,7 +69,7 @@ Export-Package: org.eclipse.jgit.annotations;version="4.6.0", org.eclipse.jgit.junit, org.eclipse.jgit.junit.http, org.eclipse.jgit.http.server, - org.eclipse.jgit.lfs.server, + org.eclipse.jgit.lfs, org.eclipse.jgit.pgm, org.eclipse.jgit.pgm.test", org.eclipse.jgit.internal.storage.pack;version="4.6.0";x-friends:="org.eclipse.jgit.junit,org.eclipse.jgit.test,org.eclipse.jgit.pgm", |