aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/META-INF
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2014-07-30 23:05:33 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2014-07-30 23:54:24 +0200
commit9b157c6dabf10c1125234215afc72d3f0a60fb44 (patch)
treeefc5292851e341dbdad2e565e7cca4d554c6fc67 /org.eclipse.jgit/META-INF
parent3a161ac467d431313d92b02700ecb6118f3b5925 (diff)
downloadjgit-9b157c6dabf10c1125234215afc72d3f0a60fb44.tar.gz
jgit-9b157c6dabf10c1125234215afc72d3f0a60fb44.zip
Mark package org.eclipse.jgit.gitrepo.internal as x-internal
It's an internal package which isn't part of the API. Mark it x-internal to silence @since tag warnings which are only raised for new API. Bug: 440757 Change-Id: Id05deaca43f135cd1bfe83cf1f29787cbbdbecac Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit/META-INF')
-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 7f2ace0f86..210316b6a1 100644
--- a/org.eclipse.jgit/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit/META-INF/MANIFEST.MF
@@ -48,7 +48,7 @@ Export-Package: org.eclipse.jgit.api;version="3.5.0";
org.eclipse.jgit.gitrepo;version="3.5.0";
uses:="org.eclipse.jgit.api,
org.eclipse.jgit.lib",
- org.eclipse.jgit.gitrepo.internal;version="3.5.0",
+ org.eclipse.jgit.gitrepo.internal;version="3.5.0";x-internal:=true,
org.eclipse.jgit.ignore;version="3.5.0",
org.eclipse.jgit.internal;version="3.5.0";x-friends:="org.eclipse.jgit.test,org.eclipse.jgit.http.test",
org.eclipse.jgit.internal.storage.dfs;version="3.5.0";x-friends:="org.eclipse.jgit.test",