Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 1b9a09: Moved the XMLPersistenceProvider.getJAXBProviders(...

  Branch: refs/heads/jay/projectSupport
  Home:   https://github.com/eclipse/ice
  Commit: 1b9a09a5ec8d53d80bd32c335f2224a3dd842879
      https://github.com/eclipse/ice/commit/1b9a09a5ec8d53d80bd32c335f2224a3dd842879
  Author: Menghan Li <menghanli723@xxxxxxxxx>
  Date:   2015-10-21 (Wed, 21 Oct 2015)

  Changed paths:
    M .DS_Store
    A native/org.eclipse.ice.reactor.sfr.native.test/Debug/makefile
    A native/org.eclipse.ice.reactor.sfr.native.test/Debug/objects.mk
    A native/org.eclipse.ice.reactor.sfr.native.test/Debug/sources.mk
    A native/org.eclipse.ice.reactor.sfr.native.test/Debug/subdir.mk
    A native/org.eclipse.ice.reactor.sfr.native/Debug/assembly/subdir.mk
    A native/org.eclipse.ice.reactor.sfr.native/Debug/makefile
    A native/org.eclipse.ice.reactor.sfr.native/Debug/objects.mk
    A native/org.eclipse.ice.reactor.sfr.native/Debug/sources.mk
    A native/org.eclipse.ice.reactor.sfr.native/Debug/subdir.mk
    M org.eclipse.ice.core/src/org/eclipse/ice/core/internal/Core.java
    M org.eclipse.ice.datastructures.test/META-INF/MANIFEST.MF
    A org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/IJAXBClassProviderTester.java
    M org.eclipse.ice.datastructures/.classpath
    M org.eclipse.ice.datastructures/.settings/org.eclipse.jdt.core.prefs
    M org.eclipse.ice.datastructures/META-INF/MANIFEST.MF
    M org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/jaxbclassprovider/IJAXBClassProvider.java
    M org.eclipse.ice.persistence.xml/src/org/eclipse/ice/persistence/xml/XMLPersistenceExtensionFactory.java
    A org.eclipse.ice.usud/Debug/makefile
    A org.eclipse.ice.usud/Debug/objects.mk
    A org.eclipse.ice.usud/Debug/sources.mk
    A org.eclipse.ice.usud/Debug/src/subdir.mk

  Log Message:
  -----------
  Moved the XMLPersistenceProvider.getJAXBProviders()operation.

I moved this operation to be a static interface operation on
IJAXBClassProvider, which will remove the requirements for the
XMLPersistenceProvider

Signed-off-by: Menghan Li <menghanli723@xxxxxxxxx>


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

  Changed paths:
    M org.eclipse.ice.core/src/org/eclipse/ice/core/internal/Core.java
    M org.eclipse.ice.datastructures.test/.classpath
    M org.eclipse.ice.datastructures.test/META-INF/MANIFEST.MF
    A org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/IJAXBClassProviderTester.java
    M org.eclipse.ice.datastructures/.classpath
    M org.eclipse.ice.datastructures/.settings/org.eclipse.jdt.core.prefs
    M org.eclipse.ice.datastructures/META-INF/MANIFEST.MF
    M org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/jaxbclassprovider/IJAXBClassProvider.java
    M org.eclipse.ice.persistence.xml/src/org/eclipse/ice/persistence/xml/XMLPersistenceExtensionFactory.java

  Log Message:
  -----------
  Merged the IJAXBClassProvider changes from @menghanli.

Menghan's commit included autogenerated make files that are not needed,
so I removed them. Here getJAXBProviders() operation has a bug in it
too, which I will fix in the next commit. We still need a bug # for this
work too.

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


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

  Changed paths:
    M org.eclipse.ice.datastructures/plugin.xml
    M org.eclipse.ice.datastructures/schema/jaxbClassProvider.exsd
    M org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/jaxbclassprovider/IJAXBClassProvider.java

  Log Message:
  -----------
  Bug 479184 - Fixed bug in the provider id.

I fixed the messed up provider id in the IJAXBClassProvider. I also
renamed the extension point and added documentation to the schema.

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


  Commit: 56e9752fc463cc94717adf61043f0e5b2fa29dcd
      https://github.com/eclipse/ice/commit/56e9752fc463cc94717adf61043f0e5b2fa29dcd
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-10-22 (Thu, 22 Oct 2015)

  Changed paths:
    M org.eclipse.ice.datastructures.test/.settings/org.eclipse.jdt.core.prefs
    M org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/IJAXBClassProviderTester.java
    M org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/jaxbclassprovider/IJAXBClassProvider.java

  Log Message:
  -----------
  Bug 479184 - Fixed settings problem after merger.

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


Compare: https://github.com/eclipse/ice/compare/2aa50f3b4e71...56e9752fc463

Back to the top