Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] b753e3: Finished connecting the XMLMaterialsDatabase up to...

  Branch: refs/heads/jay/reflectivity
  Home:   https://github.com/eclipse/ice
  Commit: b753e3ae2ac81d185f3651c083cc0e4c481acd24
      https://github.com/eclipse/ice/commit/b753e3ae2ac81d185f3651c083cc0e4c481acd24
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/ICEObject/IElementSource.java
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/ICEObject/ListComponent.java
    M src/org.eclipse.ice.materials/META-INF/MANIFEST.MF
    M src/org.eclipse.ice.materials/src/org/eclipse/ice/materials/IMaterialsDatabase.java
    A src/org.eclipse.ice.materials/src/org/eclipse/ice/materials/MaterialWritableTableFormat.java
    M src/org.eclipse.ice.materials/src/org/eclipse/ice/materials/XMLMaterialsDatabase.java
    M src/org.eclipse.ice.reflectivity/src/org/eclipse/ice/reflectivity/ReflectivityModel.java
    M tests/org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/ListComponentTester.java
    M tests/org.eclipse.ice.item.test/src/org/eclipse/ice/item/test/FakeMaterialsDatabase.java
    M tests/org.eclipse.ice.materials.test/META-INF/MANIFEST.MF
    A tests/org.eclipse.ice.materials.test/src/org/eclipse/ice/materials/test/MaterialWritableTableFormatTester.java
    M tests/org.eclipse.ice.materials.test/src/org/eclipse/ice/materials/test/XMLMaterialDatabaseTester.java
    M tests/org.eclipse.ice.reflectivity.test/META-INF/MANIFEST.MF
    M tests/org.eclipse.ice.reflectivity.test/src/org/eclipse/ice/reflectivity/test/ReflectivityModelTester.java

  Log Message:
  -----------
  Finished connecting the XMLMaterialsDatabase up to the ReflectivityModel
and provided the IElementSource implementation to connect it to the
ListComponent. Updated and added tests as needed.

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



Back to the top