Browse Source
The maven 2 build for jgit source bundle didn't create a correct OSGi version string, instead of org.eclipse.jgit.source_0.10.0.<timestamp> the generated OSGi version was org.eclipse.jgit.source_0.10.0.SNAPSHOT This caused trouble when trying to install it from p2 repository. Bug: 327616 Change-Id: Ic27c763ae9a4bcbb5bd6ed9562cd98bb4da3386b Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>stable-0.10
Matthias Sohn
14 years ago
3 changed files with 59 additions and 35 deletions
@ -0,0 +1,8 @@ |
|||||||
|
Manifest-Version: 1.0 |
||||||
|
Bundle-ManifestVersion: 2 |
||||||
|
Bundle-Name: org.eclipse.jgit - Sources |
||||||
|
Bundle-SymbolicName: org.eclipse.jgit.source;singleton:=true |
||||||
|
Bundle-Vendor: Eclipse.org - JGit |
||||||
|
Bundle-Version: 0.10.0.qualifier |
||||||
|
Eclipse-SourceBundle: org.eclipse.jgit;version="0.10.0.qualifier";roots="." |
||||||
|
|
Loading…
Reference in new issue