Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 67d391: Adding javafx plugins to mac launch config

  Branch: refs/heads/next
  Home:   https://github.com/eclipse/ice
  Commit: 67d3919bc33697a22b1e2d278b46813fed5a85e0
      https://github.com/eclipse/ice/commit/67d3919bc33697a22b1e2d278b46813fed5a85e0
  Author: amccaskey <mccaskeyaj@xxxxxxxx>
  Date:   2016-02-24 (Wed, 24 Feb 2016)

  Changed paths:
    M org.eclipse.ice.repository/ice.macosx_product.launch

  Log Message:
  -----------
  Adding javafx plugins to mac launch config

If you run ICE from with ICE and then try to clone ICE again, the javafx
bundles don't build correctly due to the fact that you aren't launching
the product but rather the launch config. Added javafx bundles to the
mac launch config to fix this.

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


  Commit: ea2bd045d6437961bc5dcca753f75cf1aad4a354
      https://github.com/eclipse/ice/commit/ea2bd045d6437961bc5dcca753f75cf1aad4a354
  Author: amccaskey <mccaskeyaj@xxxxxxxx>
  Date:   2016-02-24 (Wed, 24 Feb 2016)

  Changed paths:
    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/actions/ICECloneHandler.java
    M org.eclipse.ice.developer/src/org/eclipse/ice/developer/menu/ICEExtensionContributionFactory.java

  Log Message:
  -----------
  Setup GitCloneHandler to import all Eclipse projects by default.

Also set it up to show the Progress View when invoked. Added some code
categories to the developer menu schema. 

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


Compare: https://github.com/eclipse/ice/compare/c2c034110710...ea2bd045d643

Back to the top