Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Halstrick2016-07-05 07:05:59 +0000
committerMatthias Sohn2016-09-20 08:58:20 +0000
commite4e39a6d05b846b0b1f4cd42894bbdf950b37554 (patch)
treeb0875bd790efe302bbc6bc18c961ab5fd6b845f9 /org.eclipse.jgit/META-INF/MANIFEST.MF
parentbcb5a431a51703c31ce9d9c1f933e7f00a463021 (diff)
downloadjgit-e4e39a6d05b846b0b1f4cd42894bbdf950b37554.tar.gz
jgit-e4e39a6d05b846b0b1f4cd42894bbdf950b37554.tar.xz
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/MANIFEST.MF')
-rw-r--r--org.eclipse.jgit/META-INF/MANIFEST.MF2
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",

Back to the top