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
      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
Loading