Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 06af80: Fixing bug where ICEFiles is directly referenced i...

  Branch: refs/heads/master
  Home:   https://github.com/eclipse/ice
  Commit: 06af8073319d53c460eefbe06ed44f303ce64df4
      https://github.com/eclipse/ice/commit/06af8073319d53c460eefbe06ed44f303ce64df4
  Author: Alex McCaskey <mccaskeyaj@xxxxxxxx>
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/action/JobLaunchAction.java
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/jobLauncher/JobLauncher.java

  Log Message:
  -----------
  Fixing bug where ICEFiles is directly referenced in the JobLaunchAction.
Added a projectSpaceDir key to the execDictionary, whose value is set in
JobLaunchAction.fillActionDataMap() with
project.getLocation().toOSString(). Documentation updated on
JobLaunchAction to detail this addition and inform clients that it
expects the projectSpaceDir key.

Signed-off-by: Alex McCaskey <mccaskeyaj@xxxxxxxx>



Back to the top