Skip to content
Snippets Groups Projects
  1. Nov 03, 2009
    • Shawn Pearce's avatar
      Create JUnit test utilities for JGit derived sources · 49aac325
      Shawn Pearce authored
      
      The LocalDiskRepositoryTestCase class is derived from the current
      RepositoryTestCase code and is meant for application (or our own)
      tests to subclass and access temporary repositories on the local
      client disk.
      
      Change-Id: Idff096cea40a7b2b56a90fb5de179ba61ea3a0eb
      Signed-off-by: default avatarShawn O. Pearce <spearce@spearce.org>
      49aac325
    • Shawn Pearce's avatar
      Delete obsolete JarLinkUtil · a9519858
      Shawn Pearce authored
      
      Since we are now using the maven-shade-plugin to flatten out our
      dependencies into a single stand-alone JAR we no longer need to
      use our own command line utility.
      
      Change-Id: I057c782cc66c44f11ed2ff2b4b4ca9cc82c7426a
      Signed-off-by: default avatarShawn O. Pearce <spearce@spearce.org>
      a9519858
    • Shawn Pearce's avatar
      Refactor our Maven build to be modular · dad52baa
      Shawn Pearce authored
      
      Drop our simple and stupid jgit.sh and instead rely upon Maven
      for the command line based build.  Maven is relatively simple to
      download and install, and doesn't require the entire Eclipse IDE.
      
      To avoid too much refactoring of the current code we reuse the
      existing src/ directory within each plugin, and treat each of
      the existing OSGI bundles as one Maven artifact.
      
      The command line wrapper jgit.sh no longer works in the uncompiled
      state, as we don't know where to obtain our JSch or args4j from.
      Developers will now need to compile it with `mvn package`, or run
      our Main class from within an IDE which has the proper classpath.
      
      Bug: 291265
      Change-Id: I355e95fa92fa7502651091d2b651be6917a26805
      Signed-off-by: default avatarShawn O. Pearce <spearce@spearce.org>
      dad52baa
    • Shawn Pearce's avatar
      Switch pgm, test to proper plugin projects · 5b89088f
      Shawn Pearce authored
      
      This way we depend upon the MANIFEST.MF to define our classpath
      and our build will act more like any other OSGI bundle build.
      
      Change-Id: I9e1f1f5a0bccb0ab0e39e49b75fb400fea446619
      Signed-off-by: default avatarShawn O. Pearce <spearce@spearce.org>
      5b89088f
  2. Nov 01, 2009
    • Shawn Pearce's avatar
      Correct location of AmazonS3 command line client · e4fc3c35
      Shawn Pearce authored
      
      This code belongs inside of the org.eclipse.jgit.pgm bundle
      so it is executable from the command line.
      
      In af5cb5ced938 ("Move AmazonS3 command line utility to jgit-pgm")
      I accidentally moved this class into the wrong directory, probably
      during some sort of rebase when I tried to pull this commit out of
      its original position in an abanonded Maven refactoring series.
      
      Change-Id: I19adafa87b70586dd44040e9dfce30f3d482ed28
      Signed-off-by: default avatarShawn O. Pearce <spearce@spearce.org>
      e4fc3c35
  3. Oct 31, 2009
  4. Oct 28, 2009
  5. Oct 16, 2009
  6. Oct 12, 2009
  7. Oct 08, 2009
  8. Oct 07, 2009
  9. Oct 05, 2009
  10. Oct 02, 2009
  11. Oct 01, 2009
  12. Sep 30, 2009
  13. Sep 29, 2009
Loading