[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[ice-build] [eclipse/ice] 523c1c: Updated the way the Client gets the IWidgetFactory...
|
Branch: refs/heads/next
Home: https://github.com/eclipse/ice
Commit: 523c1c654de688362f86bbe3119c0c00e9b10880
https://github.com/eclipse/ice/commit/523c1c654de688362f86bbe3119c0c00e9b10880
Author: Jay Jay Billings <billingsjj@xxxxxxxx>
Date: 2015-12-28 (Mon, 28 Dec 2015)
Changed paths:
A org.eclipse.ice.client.test/src/org/eclipse/ice/client/test/IWidgetFactoryTester.java
M org.eclipse.ice.client.widgets/META-INF/MANIFEST.MF
R org.eclipse.ice.client.widgets/OSGI-INF/eclipseWidgetsComponent.xml
M org.eclipse.ice.client.widgets/build.properties
M org.eclipse.ice.client.widgets/plugin.xml
M org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/IFormWidgetBuilder.java
R org.eclipse.ice.client/OSGI-INF/clientComponent.xml
M org.eclipse.ice.client/build.properties
M org.eclipse.ice.client/plugin.xml
M org.eclipse.ice.client/src/org/eclipse/ice/client/internal/Client.java
M org.eclipse.ice.client/src/org/eclipse/ice/iclient/uiwidgets/IWidgetFactory.java
M pom.xml
Log Message:
-----------
Updated the way the Client gets the IWidgetFactory.
I updated the Client so that it retrieves the IWidgetFactory using a
static interface method that accesses the Extension Registry. I have
removed several unused components too and made minor adjustments to
other files as required, such as removing files from build.properties. I
fixed a bug in the build that would miss test files that ended in
Test.java instead of Tester.java. I also added an existence test for
IWidgetFactory.getWidgetFactories().
Signed-off-by: Jay Jay Billings <billingsjj@xxxxxxxx>