Skip to content
Snippets Groups Projects
  1. May 28, 2010
  2. Apr 05, 2010
    • Robin Rosenberg's avatar
      JGit plugin not compatible with Eclipse 3.4 · fa4c3fe4
      Robin Rosenberg authored
      
      The JSch bundle in Eclipse 3.4 does not export its packages with
      version numbers. Use Require-Bundle on version 0.1.37 that comes
      with Eclipse 3.4
      
      There is no 0.1.37 in the maven repositories so the pom still refers
      to 0.1.41 so the build can get the compile time dependencies right.
      
      Bug: 308031
      CQ: 3904 jsch Version: 0.1.37 (using Orbit CQ2014)
      
      Change-Id: I12eba86bfbe584560c213882ebba58bf1f9fa0c1
      Signed-off-by: default avatarRobin Rosenberg <robin.rosenberg@dewire.com>
      fa4c3fe4
  3. Mar 19, 2010
  4. Mar 11, 2010
    • Shawn Pearce's avatar
      IP Log: Update initial contribution CQ 3448 · 48af6a5f
      Shawn Pearce authored
      
      This has been approved for use under the EDL.
      
      Change-Id: I9142d8e7d53533f97f85c21b90ff93ee566564b5
      Signed-off-by: default avatarShawn O. Pearce <spearce@spearce.org>
      48af6a5f
    • Shawn Pearce's avatar
      eclipse-iplog: Skip the initial contribution · 4a73596c
      Shawn Pearce authored
      
      The initial contribution was handled through a CQ, and does not need
      to be reported as an individual bug record in the project's IP log.
      Its an odd corner case that the EMO IP team doesn't want to see,
      even though its technically a contribution written by at least
      some non-committers.
      
      The project.skipCommit variable can now be used to mask out any
      particular change from the IP log.  Currently within JGit we want
      to mask only the initial commit, but others could be masked if the
      need arises.
      
      Change-Id: I598e08137ddc5913284471ee2aa545f4df685023
      Signed-off-by: default avatarShawn O. Pearce <spearce@spearce.org>
      4a73596c
  5. Jan 29, 2010
    • Shawn Pearce's avatar
      Generate an Eclipse IP log with jgit eclipse-iplog · 1e48c338
      Shawn Pearce authored
      
      The new plugin contains the bulk of the logic to scan a Git repository,
      and query IPZilla, in order to produce an XML formatted IP log for the
      requested revision of any Git based project.  This plugin is suitable
      for embedding into a servlet container, or into the Eclipse workbench.
      
      The command line pgm package knows how to invoke this plugin through
      the eclipse-iplog subcommand, permitting storage of the resulting
      log as a local XML file.
      
      Change-Id: If01d9d98d07096db6980292bd5f91618c55d00be
      Signed-off-by: default avatarShawn O. Pearce <spearce@spearce.org>
      1e48c338
Loading