Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2010-09-15 23:02:53 +0000
committerMatthias Sohn2010-09-15 23:02:53 +0000
commit2920fcdde831c45cfb53ce8f030c1fff9128ba62 (patch)
tree5797092986a83fb68270a52bf7c8e12318731931 /org.eclipse.jgit.http.server/META-INF/MANIFEST.MF
parentcc5b3f3473a11ea82d20310901ae82f348c878cd (diff)
downloadjgit-2920fcdde831c45cfb53ce8f030c1fff9128ba62.tar.gz
jgit-2920fcdde831c45cfb53ce8f030c1fff9128ba62.tar.xz
jgit-2920fcdde831c45cfb53ce8f030c1fff9128ba62.zip
JGit 0.9.3v0.9.3
Change-Id: I114106f3286c36f7d5e136748a7e5130f4da163f Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.http.server/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.jgit.http.server/META-INF/MANIFEST.MF24
1 files changed, 12 insertions, 12 deletions
diff --git a/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF
index 07865fcf8c..f5b2d92f98 100644
--- a/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF
@@ -2,22 +2,22 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.jgit.http.server
-Bundle-Version: 0.9.2.qualifier
+Bundle-Version: 0.9.3
Bundle-Localization: plugin
Bundle-Vendor: %provider_name
Export-Package:
- org.eclipse.jgit.http.server;version="0.9.2",
- org.eclipse.jgit.http.server.glue;version="0.9.2",
- org.eclipse.jgit.http.server.resolver;version="0.9.2"
+ org.eclipse.jgit.http.server;version="0.9.3",
+ org.eclipse.jgit.http.server.glue;version="0.9.3",
+ org.eclipse.jgit.http.server.resolver;version="0.9.3"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: javax.servlet;version="[2.5.0,3.0.0)",
javax.servlet.http;version="[2.5.0,3.0.0)",
- org.eclipse.jgit.errors;version="[0.9.2,0.10.0)",
- org.eclipse.jgit.lib;version="[0.9.2,0.10.0)",
- org.eclipse.jgit.nls;version="[0.9.2,0.10.0)",
- org.eclipse.jgit.revwalk;version="[0.9.2,0.10.0)",
- org.eclipse.jgit.storage.file;version="[0.9.2,0.10.0)",
- org.eclipse.jgit.transport;version="[0.9.2,0.10.0)",
- org.eclipse.jgit.util;version="[0.9.2,0.10.0)",
- org.eclipse.jgit.util.io;version="[0.9.2,0.10.0)"
+ org.eclipse.jgit.errors;version="[0.9.3,0.10.0)",
+ org.eclipse.jgit.lib;version="[0.9.3,0.10.0)",
+ org.eclipse.jgit.nls;version="[0.9.3,0.10.0)",
+ org.eclipse.jgit.revwalk;version="[0.9.3,0.10.0)",
+ org.eclipse.jgit.storage.file;version="[0.9.3,0.10.0)",
+ org.eclipse.jgit.transport;version="[0.9.3,0.10.0)",
+ org.eclipse.jgit.util;version="[0.9.3,0.10.0)",
+ org.eclipse.jgit.util.io;version="[0.9.3,0.10.0)"

Back to the top