Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 36c6ba: Fixed messed up product id.

  Branch: refs/heads/jay/reflectivity
  Home:   https://github.com/eclipse/ice
  Commit: 36c6ba850d0b18ae52d96475c7ccb7ea704adbc7
      https://github.com/eclipse/ice/commit/36c6ba850d0b18ae52d96475c7ccb7ea704adbc7
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2016-03-25 (Fri, 25 Mar 2016)

  Changed paths:
    M org.eclipse.ice.product/advMat/ice.materials.product
    M org.eclipse.ice.product/advMat/ice.materials.product_linux.launch
    M org.eclipse.ice.reflectivity.ui/plugin.xml

  Log Message:
  -----------
  Fixed messed up product id.

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


  Commit: 251a5efc9baae7377bb22b58ca9886158b0ac8ca
      https://github.com/eclipse/ice/commit/251a5efc9baae7377bb22b58ca9886158b0ac8ca
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2016-03-26 (Sat, 26 Mar 2016)

  Changed paths:
    M org.eclipse.ice.product/advMat/ice.materials.product_linux.launch
    M org.eclipse.ice.reflectivity.ui/reflectivityModelFragment.e4xmi
    M org.eclipse.ice.target.mars/mars.target

  Log Message:
  -----------
  Added teh model spy to the target and materials run config.

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


  Commit: f5a284a88ae805604c8324040c14a9ee61394880
      https://github.com/eclipse/ice/commit/f5a284a88ae805604c8324040c14a9ee61394880
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2016-03-27 (Sun, 27 Mar 2016)

  Changed paths:
    M org.eclipse.ice.materials.ui/plugin.xml
    M org.eclipse.ice.product/advMat/ice.materials.product_linux.launch
    M org.eclipse.ice.reflectivity.ui/META-INF/MANIFEST.MF
    M org.eclipse.ice.reflectivity.ui/plugin.xml
    M org.eclipse.ice.reflectivity.ui/reflectivityModelFragment.e4xmi
    M org.eclipse.ice.reflectivity.ui/src/org/eclipse/ice/reflectivity/ui/TaskLaunchHandler.java
    M org.eclipse.ice.target.mars/mars.target

  Log Message:
  -----------
  Fixed launch button with e4 extensions. Added more spies to target.

The reflectivity launcher now posts its button to the toolbar using E4
instead of 3.x. This seemed like a better way to handle dependency
injection to get the client OSGi service. Note that getting the toolbar
button requires adding a trimContribution and getting it to stay in one
place requires setting position to after=additions.

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


Compare: https://github.com/eclipse/ice/compare/39b00035dc1b...f5a284a88ae8

Back to the top