Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] eab44b: Fixed the name of FileHandlerFactory.

  Branch: refs/heads/jay/MarkIII
  Home:   https://github.com/eclipse/ice
  Commit: eab44b8478ee2c9662a03b4ae511a3d15f4eade5
      https://github.com/eclipse/ice/commit/eab44b8478ee2c9662a03b4ae511a3d15f4eade5
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2019-09-05 (Thu, 05 Sep 2019)

  Changed paths:
    A org.eclipse.ice.commands/src/main/java/org/eclipse/ice/commands/FileHandlerFactory.java
    R org.eclipse.ice.commands/src/main/java/org/eclipse/ice/commands/IFileHandlerFactory.java
    M org.eclipse.ice.commands/src/test/java/org/eclipse/ice/tests/commands/IFileHandlerFactoryTest.java

  Log Message:
  -----------
  Fixed the name of FileHandlerFactory.

Signed-off-by: Jay Jay Billings <billingsjj@xxxxxxxx>


  Commit: 1de5c2aeae68512a4b7532521c56ff65fa46c1f8
      https://github.com/eclipse/ice/commit/1de5c2aeae68512a4b7532521c56ff65fa46c1f8
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2019-09-05 (Thu, 05 Sep 2019)

  Changed paths:
    M org.eclipse.ice.commands/src/main/java/org/eclipse/ice/commands/FileHandlerFactory.java
    M org.eclipse.ice.commands/src/test/java/org/eclipse/ice/tests/commands/IFileHandlerFactoryTest.java

  Log Message:
  -----------
  Changed method name to FileHandlerFactory.getFileHandler.

Signed-off-by: Jay Jay Billings <billingsjj@xxxxxxxx>


  Commit: 0d27acdd40c2b7d77e0c50317a9d6ae4cb688e77
      https://github.com/eclipse/ice/commit/0d27acdd40c2b7d77e0c50317a9d6ae4cb688e77
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2019-09-05 (Thu, 05 Sep 2019)

  Changed paths:
    M org.eclipse.ice.workflow/.classpath
    M org.eclipse.ice.workflow/.project
    M org.eclipse.ice.workflow/.settings/org.eclipse.jdt.core.prefs
    M org.eclipse.ice.workflow/pom.xml
    M org.eclipse.ice.workflow/src/main/java/org/eclipse/ice/workflow/TaskTest.java
    M org.eclipse.ice.workflow/src/main/java/org/eclipse/ice/workflow/WorkflowEngine.java

  Log Message:
  -----------
  Hooked FileHandler up to the workflow code.

Signed-off-by: Jay Jay Billings <billingsjj@xxxxxxxx>


Compare: https://github.com/eclipse/ice/compare/b8978ae85242...0d27acdd40c2


Back to the top