Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 6d36fe: Fixed circular dependency

  Branch: refs/heads/UnifiedVizRefactor_NoReactor
  Home:   https://github.com/eclipse/ice
  Commit: 6d36fe3475b19a37e73c6415f8b518464c926702
      https://github.com/eclipse/ice/commit/6d36fe3475b19a37e73c6415f8b518464c926702
  Author: Robert Smith <SmithRW@xxxxxxxx>
  Date:   2016-01-06 (Wed, 06 Jan 2016)

  Changed paths:
    M org.eclipse.ice.client.widgets.rcp/META-INF/MANIFEST.MF
    A org.eclipse.ice.client.widgets.rcp/src/org/eclipse/ice/client/widgets/jme/AbstractController.java
    A org.eclipse.ice.client.widgets.rcp/src/org/eclipse/ice/client/widgets/jme/ViewFactory.java
    M org.eclipse.ice.client.widgets.rcp/src/org/eclipse/ice/client/widgets/reactoreditor/plant/AbstractPlantController.java
    M org.eclipse.ice.client.widgets.rcp/src/org/eclipse/ice/client/widgets/reactoreditor/plant/PlantAppState.java
    M org.eclipse.ice.client.widgets.test/.classpath
    M org.eclipse.ice.datastructures/META-INF/MANIFEST.MF
    M org.eclipse.ice.reactor.plant.test/META-INF/MANIFEST.MF
    M org.eclipse.ice.reactor.plant/META-INF/MANIFEST.MF
    M org.eclipse.ice.viz.service.jme3/META-INF/MANIFEST.MF
    M org.eclipse.ice.viz.service.jme3/src/org/eclipse/ice/viz/service/jme3/widgets/AbstractController.java

  Log Message:
  -----------
  Fixed circular dependency

Removed a circular dependency from the package hierarchy.

Signed-off-by: Robert Smith <SmithRW@xxxxxxxx>


  Commit: acadfeb9f296f4ecf8d1a4bc76d31e82ca619ffd
      https://github.com/eclipse/ice/commit/acadfeb9f296f4ecf8d1a4bc76d31e82ca619ffd
  Author: Robert Smith <SmithRW@xxxxxxxx>
  Date:   2016-01-06 (Wed, 06 Jan 2016)

  Changed paths:
    M org.eclipse.ice.client.widgets.test/.classpath
    M org.eclipse.ice.datastructures.test/.classpath

  Log Message:
  -----------
  Fixed build path 

The build path for client.widgets.test and datastructures.test had
become corrupted. Changed the library loading order to prioritize the
JRE so they could access Java classes properly. 

Signed-off-by: Robert Smith <SmithRW@xxxxxxxx>


Compare: https://github.com/eclipse/ice/compare/7cfcb00fca7d...acadfeb9f296

Back to the top