]> source.dussan.org Git - jgit.git/commit
Move FormatActivator.start()/stop() to a separate class 69/13369/1
authorJonathan Nieder <jrn@google.com>
Wed, 29 May 2013 19:33:44 +0000 (12:33 -0700)
committerJonathan Nieder <jrn@google.com>
Wed, 29 May 2013 19:34:04 +0000 (12:34 -0700)
commit679382fb201c39d3db5e37ecd42b7da37d54b947
tree56ed6ed229b85d826c7f644087964f4a31eeb3ef
parent658401c8ef2e82d5c29e7597df05d303559273be
Move FormatActivator.start()/stop() to a separate class

This makes the functionality of registering all formats from the
org.eclipse.jgit.archive package available in contexts where
FormatActivator cannot be built because the OSGi core framework is not
readily available to build against.

Change-Id: If8e3487e933783a7e12f8e1838cbfe0b5862ce80
org.eclipse.jgit.archive/src/org/eclipse/jgit/archive/ArchiveFormats.java [new file with mode: 0644]
org.eclipse.jgit.archive/src/org/eclipse/jgit/archive/FormatActivator.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Archive.java