Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] a5c015: Finished first implementation loadItem(IFile) oper...

  Branch: refs/heads/jay/projectSupport
  Home:   https://github.com/eclipse/ice
  Commit: a5c01570e66bd25be4390acaaa50ca201be496f4
      https://github.com/eclipse/ice/commit/a5c01570e66bd25be4390acaaa50ca201be496f4
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-10-18 (Sun, 18 Oct 2015)

  Changed paths:
    M org.eclipse.ice.client.test/src/org/eclipse/ice/client/test/ClientTester.java
    M org.eclipse.ice.client.test/src/org/eclipse/ice/client/test/FakeCore.java
    M org.eclipse.ice.client/src/org/eclipse/ice/client/internal/Client.java
    M org.eclipse.ice.client/src/org/eclipse/ice/client/internal/RemoteCoreProxy.java
    M org.eclipse.ice.core.test/META-INF/MANIFEST.MF
    M org.eclipse.ice.core.test/src/org/eclipse/ice/core/test/CoreTester.java
    A org.eclipse.ice.core.test/src/org/eclipse/ice/core/test/FakeIFile.java
    M org.eclipse.ice.core.test/src/org/eclipse/ice/core/test/FakePersistenceProvider.java
    M org.eclipse.ice.core.test/src/org/eclipse/ice/core/test/ItemManagerTester.java
    M org.eclipse.ice.core/src/org/eclipse/ice/core/iCore/ICore.java
    M org.eclipse.ice.core/src/org/eclipse/ice/core/internal/Core.java
    M org.eclipse.ice.core/src/org/eclipse/ice/core/internal/itemmanager/ItemManager.java
    M org.eclipse.ice.persistence.xml/src/org/eclipse/ice/persistence/xml/XMLPersistenceProvider.java

  Log Message:
  -----------
  Finished first implementation loadItem(IFile) operations and tests.

Updated the client, core, the ItemManager and associated tests to
support and test the ability to loadItems from IFiles. This has not been
tested in the product yet and there are some obvious bugs to work out.
This is just the initial cut of the code.

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


  Commit: 001f87dcc229b6793cffe28710490fcad4f8a594
      https://github.com/eclipse/ice/commit/001f87dcc229b6793cffe28710490fcad4f8a594
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-10-18 (Sun, 18 Oct 2015)

  Changed paths:
    M org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEFormEditor.java

  Log Message:
  -----------
  Cleaned up a print statement.

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


Compare: https://github.com/eclipse/ice/compare/f98d2f64fc01...001f87dcc229

Back to the top