Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 8d95a9: Re-adding a Windows launch configuration so that p...

  Branch: refs/heads/jordan/hdf-refactor
  Home:   https://github.com/eclipse/ice
  Commit: 8d95a981ec65e0fa3dbe0e4de487e13af8140483
      https://github.com/eclipse/ice/commit/8d95a981ec65e0fa3dbe0e4de487e13af8140483
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-09-01 (Tue, 01 Sep 2015)

  Changed paths:
    A org.eclipse.ice.repository/ice.product_WINDOWS.launch

  Log Message:
  -----------
  Re-adding a Windows launch configuration so that people stop messing up
the Linux one.

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


  Commit: 7b8a50d27e42443218e2ae03415461a22d4a466e
      https://github.com/eclipse/ice/commit/7b8a50d27e42443218e2ae03415461a22d4a466e
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-09-01 (Tue, 01 Sep 2015)

  Changed paths:
    R org.eclipse.ice.repository/ice.product.launch
    A org.eclipse.ice.repository/ice.product_linux.launch

  Log Message:
  -----------
  Fixed the Linux launch configuration and renamed it as such.

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


  Commit: 997bd7474d3f0d1085f5882c7f2ddc6836db66b3
      https://github.com/eclipse/ice/commit/997bd7474d3f0d1085f5882c7f2ddc6836db66b3
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-09-01 (Tue, 01 Sep 2015)

  Changed paths:
    R org.eclipse.ice.repository/ice.product.launch
    A org.eclipse.ice.repository/ice.product_WINDOWS.launch
    A org.eclipse.ice.repository/ice.product_linux.launch

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/next' into jordan/hdf-refactor


  Commit: aac35f00dbddefbb42e7209459cf3890ab713acf
      https://github.com/eclipse/ice/commit/aac35f00dbddefbb42e7209459cf3890ab713acf
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-09-02 (Wed, 02 Sep 2015)

  Changed paths:
    M org.eclipse.ice.reactor.perspective/META-INF/MANIFEST.MF
    R org.eclipse.ice.reactor.perspective/OSGI-INF/ReactorClientHolder.xml
    M org.eclipse.ice.reactor.perspective/src/org/eclipse/ice/reactor/perspective/internal/ReactorClientHolder.java

  Log Message:
  -----------
  Fixed process of getting the client in the reactors.perspective bundle.

The client is no longer available through OSGi but instead is available
through Eclipse extensions. This commit removes the OSGi configuration
for the reactor.perspective bundle's client holder and updates the class
to fetch the ICE client through the extensions as is done in the new
item wizard.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


Compare: https://github.com/eclipse/ice/compare/6f7ed28acd84...aac35f00dbdd

Back to the top