Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 249084: Set up clone ICETests dev menu action.

  Branch: refs/heads/mccaskey/devsupport
  Home:   https://github.com/eclipse/ice
  Commit: 2490845c68cc0ac176be482e200e0be16ca4aeb3
      https://github.com/eclipse/ice/commit/2490845c68cc0ac176be482e200e0be16ca4aeb3
  Author: amccaskey <mccaskeyaj@xxxxxxxx>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M org.eclipse.ice.developer/META-INF/MANIFEST.MF
    M org.eclipse.ice.developer/plugin.xml
    M org.eclipse.ice.developer/schema/iceDevCode.exsd
    M org.eclipse.ice.developer/src/org/eclipse/ice/developer/actions/GitCloneHandler.java
    M org.eclipse.ice.developer/src/org/eclipse/ice/developer/menu/ICEExtensionContributionFactory.java

  Log Message:
  -----------
  Set up clone ICETests dev menu action. 

This commit fixes a bug where the cloned repo wasn't added to the git
repositories view. Also, it adds code to check for the user credentials
on a git repo if need be. 

Added an extension point that let's users clone the ICETests repo from
github. To acheive this, I added the ability to provide custom
parameters to a given command. The ICETests extension point uses this to
specify the clone directory as @user.home.

Signed-off-by: amccaskey <mccaskeyaj@xxxxxxxx>



Back to the top