Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] f3f806: Added ICE XML Content Type.

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

  Changed paths:
    M org.eclipse.ice.client.test/src/org/eclipse/ice/client/test/ClientTester.java
    M org.eclipse.ice.client/META-INF/MANIFEST.MF
    M org.eclipse.ice.client/src/org/eclipse/ice/client/internal/Client.java
    M org.eclipse.ice.client/src/org/eclipse/ice/iclient/IClient.java
    M org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/FormTester.java
    M org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/ICEObject/ICEJAXBHandler.java
    A org.eclipse.ice.persistence.xml.test/src/org/eclipse/ice/persistence/xml/test/XMLFormContentDescriberTester.java
    A org.eclipse.ice.persistence.xml.test/src/org/eclipse/ice/persistence/xml/test/XMLPersistenceExtensionFactoryTester.java
    A org.eclipse.ice.persistence.xml.test/src/org/eclipse/ice/persistence/xml/test/XMLPersistenceProviderTester.java
    R org.eclipse.ice.persistence.xml.test/src/xmlpp/test/XMLPersistenceExtensionFactoryTester.java
    R org.eclipse.ice.persistence.xml.test/src/xmlpp/test/XMLPersistenceProviderTester.java
    M org.eclipse.ice.persistence.xml/plugin.xml
    A org.eclipse.ice.persistence.xml/src/org/eclipse/ice/persistence/xml/XMLFormContentDescriber.java

  Log Message:
  -----------
  Added ICE XML Content Type.

Started refactoring the client to properly load Items. Added an XML
content type and describer for loading forms. Cleaned up various and
sundry things around the platform.

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


  Commit: ad4214297d6d9e560d9a782115d314e2018b47c8
      https://github.com/eclipse/ice/commit/ad4214297d6d9e560d9a782115d314e2018b47c8
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-10-07 (Wed, 07 Oct 2015)

  Changed paths:
    M org.eclipse.ice.client/plugin.xml
    M org.eclipse.ice.persistence.xml/plugin.xml
    M org.eclipse.ice.repository/ice.product_linux.launch

  Log Message:
  -----------
  Fixed file associations for ICE XML files.

ICE XML files will now be filtered through our custom XML content
describer and into a new editor that is... dun dun dun... really the ICE
client just extending the EditorPart class! The nerve! The audacity! The
terribly wonderful style of it all!

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


Compare: https://github.com/eclipse/ice/compare/a7a1604c9bf6...ad4214297d6d

Back to the top