Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] c95a9f: Reworked the EclipseUIWidgetFactory to use the bui...

  Branch: refs/heads/next
  Home:   https://github.com/eclipse/ice
  Commit: c95a9fb2c6990f8dbb12d6473484cac8497ce71a
      https://github.com/eclipse/ice/commit/c95a9fb2c6990f8dbb12d6473484cac8497ce71a
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-12-28 (Mon, 28 Dec 2015)

  Changed paths:
    M org.eclipse.ice.client.widgets.moose/META-INF/MANIFEST.MF
    R org.eclipse.ice.client.widgets.moose/OSGI-INF/MOOSEEditorComponent.xml
    M org.eclipse.ice.client.widgets.moose/build.properties
    M org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/EclipseUIWidgetFactory.java
    M org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/IFormWidgetBuilder.java
    M org.eclipse.ice.io/META-INF/MANIFEST.MF
    R org.eclipse.ice.io/OSGI-INF/HdfIOFactory.xml
    R org.eclipse.ice.io/OSGI-INF/HdfIORegistry.xml
    M org.eclipse.ice.io/build.properties
    M org.eclipse.ice.reflectivity.ui/META-INF/MANIFEST.MF
    R org.eclipse.ice.reflectivity.ui/OSGI-INF/ReflectivityModelComponent.xml
    M org.eclipse.ice.reflectivity.ui/build.properties
    M org.eclipse.ice.repository/ice.product
    M org.eclipse.ice.repository/ice.product_linux.launch

  Log Message:
  -----------
  Reworked the EclipseUIWidgetFactory to use the builder extension.

Refactored the EclipseUIWidgetFactory so that it will pull extensions
from the IFormWidgetBuilder extension point in addition to exposing the
registration operation on its interface. I also cleaned up the OSGi
component files that were hanging around for form builders. I cleaned up
some old HDF5 component files too. I removed unneeded auto-launched
bundles from the product too.

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


  Commit: 7a636d0956b33f36b81d046fc5efd7a76dae6792
      https://github.com/eclipse/ice/commit/7a636d0956b33f36b81d046fc5efd7a76dae6792
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-12-28 (Mon, 28 Dec 2015)

  Changed paths:
    A org.eclipse.ice.ui.swtbot.test/MOOSETester.launch
    A org.eclipse.ice.ui.swtbot.test/MaterialsDatabaseTester.launch
    A org.eclipse.ice.ui.swtbot.test/ReflectivityModelTester.launch
    A org.eclipse.ice.ui.swtbot.test/VIBEKeyValuePairTester.launch
    A org.eclipse.ice.ui.swtbot.test/VIBELauncher.launch
    A org.eclipse.ice.ui.swtbot.test/VIBEModel.launch
    M org.eclipse.ice.ui.swtbot.test/src/org/eclipse/ice/ui/swtbot/test/MOOSETester.java
    M org.eclipse.ice.ui.swtbot.test/src/org/eclipse/ice/ui/swtbot/test/MaterialsDatabaseTester.java
    M org.eclipse.ice.ui.swtbot.test/src/org/eclipse/ice/ui/swtbot/test/ReflectivityModelTester.java

  Log Message:
  -----------
  Merge branch 'next' of https://github.com/eclipse/ice into next


Compare: https://github.com/eclipse/ice/compare/5b3deaa73958...7a636d0956b3

Back to the top