[GraXML-commit] DetDescr/AGDD/src/net/hep/AGDD/Test JAXB.java,1.2,1.3
Brought to you by:
hrivnac
From: Julius H. <hr...@us...> - 2005-11-23 16:13:18
|
Update of /cvsroot/graxml/DetDescr/AGDD/src/net/hep/AGDD/Test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13594/net/hep/AGDD/Test Modified Files: JAXB.java Log Message: media and colors added, buildingBlock added Index: JAXB.java =================================================================== RCS file: /cvsroot/graxml/DetDescr/AGDD/src/net/hep/AGDD/Test/JAXB.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** JAXB.java 7 Oct 2005 15:53:47 -0000 1.2 --- JAXB.java 23 Nov 2005 16:13:10 -0000 1.3 *************** *** 19,22 **** --- 19,25 ---- * <pre> * $Log$ + * Revision 1.3 2005/11/23 16:13:10 hrivnac + * media and colors added, buildingBlock added + * * Revision 1.2 2005/10/07 15:53:47 hrivnac * Colors introduced *************** *** 49,53 **** // Get definitions and loop over them log.info("DTD Version: " + agdd.getDTDVersion()); ! List sections = agdd.getMaterialsOrColormapOrSection(); for (Object s : sections) { if (s instanceof SectionType) { --- 52,56 ---- // Get definitions and loop over them log.info("DTD Version: " + agdd.getDTDVersion()); ! List sections = agdd.getMediaOrMaterialsOrColormap(); for (Object s : sections) { if (s instanceof SectionType) { |