diff options
author | Markus Duft | 2012-09-12 09:18:19 -0400 |
---|---|---|
committer | Markus Duft | 2012-09-12 09:18:19 -0400 |
commit | 0b46425a186cd16a4b6e5f9e1aa5de9fbc47b941 (patch) | |
tree | d7a2e3d1dbd0af3adb7fc81754b09e2cfb293ad1 | |
parent | f6d0474bba2c3f8c1bd0a92ea77d43abc40c54a6 (diff) | |
download | egit-0b46425a186cd16a4b6e5f9e1aa5de9fbc47b941.zip egit-0b46425a186cd16a4b6e5f9e1aa5de9fbc47b941.tar.gz egit-0b46425a186cd16a4b6e5f9e1aa5de9fbc47b941.tar.xz |
Fix a missing closing quote in the MANIFEST.MF
The closing quote was missing. Actually it's strange that nobody
complains about this...
Change-Id: Ia7283f1a72f17b160fec2ce40270de9df302a0e6
-rw-r--r-- | org.eclipse.egit.core/META-INF/MANIFEST.MF | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.egit.core/META-INF/MANIFEST.MF b/org.eclipse.egit.core/META-INF/MANIFEST.MF index 46cebff..cbc482b 100644 --- a/org.eclipse.egit.core/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.core/META-INF/MANIFEST.MF @@ -42,5 +42,5 @@ Import-Package: org.eclipse.jgit.api;version="[2.1.0,2.2.0)", org.eclipse.jgit.treewalk;version="[2.1.0,2.2.0)", org.eclipse.jgit.treewalk.filter;version="[2.1.0,2.2.0)", org.eclipse.jgit.util;version="[2.1.0,2.2.0)", - org.eclipse.jgit.util.io;version="[2.1.0,2.2.0) + org.eclipse.jgit.util.io;version="[2.1.0,2.2.0)" |