graxml-commit Mailing List for GraXML (Page 22)
Brought to you by:
hrivnac
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
(1) |
Apr
(5) |
May
(6) |
Jun
(2) |
Jul
|
Aug
(12) |
Sep
(32) |
Oct
(41) |
Nov
(16) |
Dec
(21) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(10) |
Feb
(10) |
Mar
(3) |
Apr
(3) |
May
(10) |
Jun
(12) |
Jul
|
Aug
|
Sep
(11) |
Oct
|
Nov
|
Dec
|
2007 |
Jan
(169) |
Feb
(17) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(5) |
Oct
(100) |
Nov
(14) |
Dec
(10) |
2008 |
Jan
(37) |
Feb
(4) |
Mar
(10) |
Apr
(73) |
May
(22) |
Jun
(8) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Julius H. <hr...@us...> - 2006-01-17 15:16:17
|
Update of /cvsroot/graxml/Graphics/GraXML/ant In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15184 Modified Files: build.xml Log Message: WebStart enabled Index: build.xml =================================================================== RCS file: /cvsroot/graxml/Graphics/GraXML/ant/build.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** build.xml 17 Jan 2006 15:08:22 -0000 1.7 --- build.xml 17 Jan 2006 15:16:08 -0000 1.8 *************** *** 285,314 **** </signjar> <copy todir="${user.home}/WWW/Activities/Packages/WebStart"> ! <fileset file="${src}/*jnlp"/> ! <fileset file="${CyberX3D.core}"/> ! <fileset file="${Colt.core}"/> ! <fileset file="${JLFGR.core}"/> ! <fileset file="${BeanShell.core}"/> ! <fileset file="${Xerces.API}"/> ! <fileset file="${Xerces.Impl}"/> ! <fileset file="${Log4J.core}"/> ! <fileset file="${FreeHEP.Hep3D}"/> ! <fileset file="${FreeHEP.J3D}"/> ! <fileset file="${Java3D.core}"/> ! <fileset file="${Java3D.utils}"/> ! <fileset file="${Java3D.vecmath}"/> ! <fileset file="${Java3D.bool}"/> ! <fileset file="${AGDD.core}"/> ! <fileset file="${GDML.core}"/> ! <fileset file="${JiveEvent.core}"/> ! <fileset file="${JAXP.api}"/> ! <fileset file="${JAXB.api}"/> ! <fileset file="${JAXB.libs}"/> ! <fileset file="${JAXB.impl}"/> ! <fileset file="${JAXB.xjc}"/> ! <fileset file="${JWSDP.namespace}"/> ! <fileset file="${JWSDP.relax}"/> ! <fileset file="${JWSDP.qname}"/> ! <fileset file="${JWSDP.xsd}"/> </copy> </target> --- 285,290 ---- </signjar> <copy todir="${user.home}/WWW/Activities/Packages/WebStart"> ! <fileset file="${src}/*.jnlp"/> ! <fileset file="${lib}/*.jar"/> </copy> </target> |
From: Julius H. <hr...@us...> - 2006-01-17 15:08:34
|
Update of /cvsroot/graxml/Graphics/GraXML/ant In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13446 Modified Files: build.xml Log Message: WebStart enabled Index: build.xml =================================================================== RCS file: /cvsroot/graxml/Graphics/GraXML/ant/build.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** build.xml 17 Jan 2006 14:57:43 -0000 1.6 --- build.xml 17 Jan 2006 15:08:22 -0000 1.7 *************** *** 194,238 **** <target name="dist" ! depends="init" description="Create complete distribution"> <ant antfile="${config.db}/standard.xml" target="standard.dist" inheritRefs="true"/> - <delete file="${build}/keystore"/> - <exec executable="${java.home}/../bin/keytool"> - <arg line="-genkey -dname 'cn=Julius Hrivnac, ou=IS, o=LAL, c=F' -alias graxml -keypass prakrsno -keystore ${build}/keystore -storepass prakrsno -validity 180"/> - </exec> - <signjar alias="graxml" - keystore="${build}/keystore" - keypass="prakrsno" - storepass="prakrsno"> - <fileset file="${lib}/*.jar"/> - </signjar> - <copy todir="${user.home}/WWW/Activities/Packages/WebStart"> - <fileset file="${src}/*jnlp"/> - <fileset file="${CyberX3D.core}"/> - <fileset file="${Colt.core}"/> - <fileset file="${JLFGR.core}"/> - <fileset file="${BeanShell.core}"/> - <fileset file="${Xerces.API}"/> - <fileset file="${Xerces.Impl}"/> - <fileset file="${Log4J.core}"/> - <fileset file="${FreeHEP.Hep3D}"/> - <fileset file="${FreeHEP.J3D}"/> - <fileset file="${Java3D.core}"/> - <fileset file="${Java3D.utils}"/> - <fileset file="${Java3D.vecmath}"/> - <fileset file="${Java3D.bool}"/> - <fileset file="${AGDD.core}"/> - <fileset file="${GDML.core}"/> - <fileset file="${JiveEvent.core}"/> - <fileset file="${JAXP.api}"/> - <fileset file="${JAXB.api}"/> - <fileset file="${JAXB.libs}"/> - <fileset file="${JAXB.impl}"/> - <fileset file="${JAXB.xjc}"/> - <fileset file="${JWSDP.namespace}"/> - <fileset file="${JWSDP.relax}"/> - <fileset file="${JWSDP.qname}"/> - <fileset file="${JWSDP.xsd}"/> - </copy> </target> --- 194,200 ---- <target name="dist" ! depends="copy,jar,doc" description="Create complete distribution"> <ant antfile="${config.db}/standard.xml" target="standard.dist" inheritRefs="true"/> </target> *************** *** 312,315 **** --- 274,315 ---- if="local"> <ant antfile="${config.db}/standard.xml" target="standard.post" inheritRefs="true"/> + <delete file="${build}/keystore"/> + <exec executable="${java.home}/../bin/keytool"> + <arg line="-genkey -dname 'cn=Julius Hrivnac, ou=IS, o=LAL, c=F' -alias graxml -keypass prakrsno -keystore ${build}/keystore -storepass prakrsno -validity 180"/> + </exec> + <signjar alias="graxml" + keystore="${build}/keystore" + keypass="prakrsno" + storepass="prakrsno"> + <fileset file="${lib}/*.jar"/> + </signjar> + <copy todir="${user.home}/WWW/Activities/Packages/WebStart"> + <fileset file="${src}/*jnlp"/> + <fileset file="${CyberX3D.core}"/> + <fileset file="${Colt.core}"/> + <fileset file="${JLFGR.core}"/> + <fileset file="${BeanShell.core}"/> + <fileset file="${Xerces.API}"/> + <fileset file="${Xerces.Impl}"/> + <fileset file="${Log4J.core}"/> + <fileset file="${FreeHEP.Hep3D}"/> + <fileset file="${FreeHEP.J3D}"/> + <fileset file="${Java3D.core}"/> + <fileset file="${Java3D.utils}"/> + <fileset file="${Java3D.vecmath}"/> + <fileset file="${Java3D.bool}"/> + <fileset file="${AGDD.core}"/> + <fileset file="${GDML.core}"/> + <fileset file="${JiveEvent.core}"/> + <fileset file="${JAXP.api}"/> + <fileset file="${JAXB.api}"/> + <fileset file="${JAXB.libs}"/> + <fileset file="${JAXB.impl}"/> + <fileset file="${JAXB.xjc}"/> + <fileset file="${JWSDP.namespace}"/> + <fileset file="${JWSDP.relax}"/> + <fileset file="${JWSDP.qname}"/> + <fileset file="${JWSDP.xsd}"/> + </copy> </target> |
From: Julius H. <hr...@us...> - 2006-01-17 14:57:54
|
Update of /cvsroot/graxml/Graphics/GraXML/src/net/hep/graphics/GraXML/doc-files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10989/src/net/hep/graphics/GraXML/doc-files Modified Files: Guide.html Log Message: WebStart enabled Index: Guide.html =================================================================== RCS file: /cvsroot/graxml/Graphics/GraXML/src/net/hep/graphics/GraXML/doc-files/Guide.html,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Guide.html 7 Oct 2005 15:54:16 -0000 1.8 --- Guide.html 17 Jan 2006 14:57:44 -0000 1.9 *************** *** 21,24 **** --- 21,25 ---- <li><a href="#AFS%20Instalation">Running from AFS</a></li> <li><a href="#Local%20Instalation">Local Instalation</a></li> + <li><a href="#WebStart">Using WebStart</a></li> <li><a href="#Command-Line%20Options">Command-Line Options</a></li> <li><a href="#Scripting%20Interface">Scripting Interface</a></li> *************** *** 155,158 **** --- 156,171 ---- </p> + <hr> + <h2>Using <a name="WebStart"></a>WebStart</h2> + <p> + To run GraXML directly from the Web (on Linux machine using Java 1.5), one has to click on the + <a href="http://home.cern.ch/hrivnac/Activities/Packages/WebStart/GraXML.jnlp">GraXML WebStart</a> + link. Correctly configured Web Browsers will start GraXML automaticaly, otherwise following + command should be used on the downloaded file: + <pre><tt><font color="#990000"> + javaws GraXML.jnlp + </font></tt></pre> + </p> + <hr> <h2><a name="Command-Line Options"></a>Command-Line Options</h2> *************** *** 883,886 **** --- 896,900 ---- <ul> <li>Color can be explicitely set from a specific builder.</li> + <li>GraXML can be started using WebStart.</li> </ul> <li>Bug fixes:</li> |
From: Julius H. <hr...@us...> - 2006-01-17 14:57:53
|
Update of /cvsroot/graxml/Graphics/GraXML/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10989/src Modified Files: index.html Added Files: GraXML-JAXB.jnlp GraXML.jnlp Log Message: WebStart enabled --- NEW FILE: GraXML.jnlp --- <?xml version="1.0" encoding="utf-8"?> <jnlp spec="1.0+" codebase="http://home.cern.ch/hrivnac/Activities/Packages/WebStart" href="GraXML.jnlp"> <information> <title>GraXML</title> <vendor>J.Hrivnac</vendor> <homepage href="http://home.cern.ch/hrivnac/Activities/Packages/GraXML"/> <description kind="tooltip">Framework for manipulation and visualisation of geometrical objects in space.</description> <description kind="one-line">Framework for manipulation and visualisation of geometrical objects in space.</description> <description kind="short">Framework for manipulation and visualisation of geometrical objects in space.</description> <icon href="http://home.cern.ch/hrivnac/Activities/Packages/GraXML/JavaDoc/net/hep/graphics/GraXML/doc-files/logo.gif"/> <icon kind="splash" href="http://home.cern.ch/hrivnac/Activities/Packages/GraXML/JavaDoc/net/hep/graphics/GraXML/doc-files/logo.gif"/> <offline-allowed/> </information> <security> <all-permissions/> </security> <resources> <j2se version="1.5+"/> <jar href="AGDD.jar"/> <jar href="colt.jar"/> <jar href="freehep-hep3d.jar"/> <jar href="jlfgr.jar"/> <jar href="relaxngDatatype.jar"/> <jar href="xml-apis.jar"/> <jar href="bool.jar"/> <jar href="freehep-j3d.jar"/> <jar href="jax-qname.jar"/> <jar href="log4j-1.2.8.jar"/> <jar href="xsdlib.jar"/> <jar href="bsh-2.0b1.jar"/> <jar href="cx3djava100a.jar"/> <jar href="GDML.jar"/> <jar href="GraXML.jar" main="true"/> <jar href="GraXMLDisplay.exe.jar"/> <jar href="JiveEvent.jar"/> <jar href="namespace.jar"/> <jar href="xercesImpl.jar"/> <extension href="http://download.java.net/media/java3d/webstart/release/java3d-1.3-latest.jnlp"/> <extension href="http://home.cern.ch/hrivnac/Activities/Packages/WebStart/GraXML-JAXB.jnlp"/> </resources> <application-desc main-class="net.hep.graphics.GraXML.FrontEnd.GraXML"/> </jnlp> --- NEW FILE: GraXML-JAXB.jnlp --- <?xml version="1.0" encoding="utf-8"?> <jnlp spec="1.0+" codebase="http://home.cern.ch/hrivnac/Activities/Packages/WebStart" href="GraXML-JAXB.jnlp"> <information> <title>GraXML-JAXB</title> <vendor>J.Hrivnac</vendor> <homepage href="http://home.cern.ch/hrivnac/Activities/Packages/GraXML"/> <description kind="tooltip">GraXML supporting libraries: JSXB, JAXP.</description> <description kind="one-line">GraXML supporting libraries: JSXB, JAXP.</description> <description kind="short">GraXML supporting libraries: JSXB, JAXP.</description> <icon href="http://home.cern.ch/hrivnac/Activities/Packages/GraXML/JavaDoc/net/hep/graphics/GraXML/doc-files/logo.gif"/> <icon kind="splash" href="http://home.cern.ch/hrivnac/Activities/Packages/GraXML/JavaDoc/net/hep/graphics/GraXML/doc-files/logo.gif"/> <offline-allowed/> </information> <security> <all-permissions/> </security> <resources> <j2se version="1.4+"/> <jar href="jaxb-api.jar"/> <jar href="jaxb-impl.jar"/> <jar href="jaxb-libs.jar"/> <jar href="jaxb-xjc.jar"/> <jar href="jaxp-api.jar"/> </resources> <component-desc/> </jnlp> Index: index.html =================================================================== RCS file: /cvsroot/graxml/Graphics/GraXML/src/index.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** index.html 30 Mar 2005 20:35:34 -0000 1.3 --- index.html 17 Jan 2006 14:57:44 -0000 1.4 *************** *** 18,21 **** --- 18,23 ---- <ul> <li><a href="JavaDoc/net/hep/graphics/GraXML/doc-files/Guide.html">Users Guide</a></li> + <li><a href="http://home.cern.ch/hrivnac/Activities/Packages/WebStart/GraXML.jnlp">WebStart</a> (run using <code>javaws</code> command).</li> + <li>The latest <a href="http://home.cern.ch/hrivnac/Activities/Packages/GraXML-dist.tar.gz">full distribution</a> (ready to run).</li> <li><a href="Gallery">Gallery</a></li> <li>Documentation: *************** *** 29,38 **** <li>Geometric Model libraries: <ul> ! <li><a href="http://hrivnac.home.cern.ch/hrivnac/Activities/Packages/AGDD/">AGDD</a></li> ! <li><a href="http://hrivnac.home.cern.ch/hrivnac/Activities/Packages/GDML/">GDML</a></li> ! <li><a href="http://hrivnac.home.cern.ch/hrivnac/Activities/Packages/JiveEvent/">JiveEvent</a></li> </ul> </li> - <li>The latest <a href="http://hrivnac.home.cern.ch/hrivnac/Activities/Packages/GraXML-dist.tar.gz">full distribution</a> (ready to run).</li> <li><a href="https://sourceforge.net/projects/graxml">SourceForge</a> page for <ul> --- 31,39 ---- <li>Geometric Model libraries: <ul> ! <li><a href="http://.home.cern.ch/hrivnac/Activities/Packages/AGDD/">AGDD</a></li> ! <li><a href="http://.home.cern.ch/hrivnac/Activities/Packages/GDML/">GDML</a></li> ! <li><a href="http://.home.cern.ch/hrivnac/Activities/Packages/JiveEvent/">JiveEvent</a></li> </ul> </li> <li><a href="https://sourceforge.net/projects/graxml">SourceForge</a> page for <ul> *************** *** 47,52 **** </table> <hr> ! <img width="0" height="0" src="http://hrivnac.home.cern.ch/hrivnac/cgi-bin/record.pl?page=GraXML"> ! <address><a href="http://home.cern.ch/~hrivnac">J.Hrivnac</a>, @BUILD@</address> </body> </html> --- 48,53 ---- </table> <hr> ! <img width="0" height="0" src="http://home.cern.ch/hrivnac/cgi-bin/record.pl?page=GraXML"> ! <address><a href="http://home.cern.ch/hrivnac">J.Hrivnac</a>, @BUILD@</address> </body> </html> |
From: Julius H. <hr...@us...> - 2006-01-17 14:57:52
|
Update of /cvsroot/graxml/Graphics/GraXML/ant In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10989/ant Modified Files: build.xml Log Message: WebStart enabled Index: build.xml =================================================================== RCS file: /cvsroot/graxml/Graphics/GraXML/ant/build.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** build.xml 23 Nov 2005 16:17:00 -0000 1.5 --- build.xml 17 Jan 2006 14:57:43 -0000 1.6 *************** *** 194,200 **** <target name="dist" ! depends="copy,jar,doc" description="Create complete distribution"> <ant antfile="${config.db}/standard.xml" target="standard.dist" inheritRefs="true"/> </target> --- 194,238 ---- <target name="dist" ! depends="init" description="Create complete distribution"> <ant antfile="${config.db}/standard.xml" target="standard.dist" inheritRefs="true"/> + <delete file="${build}/keystore"/> + <exec executable="${java.home}/../bin/keytool"> + <arg line="-genkey -dname 'cn=Julius Hrivnac, ou=IS, o=LAL, c=F' -alias graxml -keypass prakrsno -keystore ${build}/keystore -storepass prakrsno -validity 180"/> + </exec> + <signjar alias="graxml" + keystore="${build}/keystore" + keypass="prakrsno" + storepass="prakrsno"> + <fileset file="${lib}/*.jar"/> + </signjar> + <copy todir="${user.home}/WWW/Activities/Packages/WebStart"> + <fileset file="${src}/*jnlp"/> + <fileset file="${CyberX3D.core}"/> + <fileset file="${Colt.core}"/> + <fileset file="${JLFGR.core}"/> + <fileset file="${BeanShell.core}"/> + <fileset file="${Xerces.API}"/> + <fileset file="${Xerces.Impl}"/> + <fileset file="${Log4J.core}"/> + <fileset file="${FreeHEP.Hep3D}"/> + <fileset file="${FreeHEP.J3D}"/> + <fileset file="${Java3D.core}"/> + <fileset file="${Java3D.utils}"/> + <fileset file="${Java3D.vecmath}"/> + <fileset file="${Java3D.bool}"/> + <fileset file="${AGDD.core}"/> + <fileset file="${GDML.core}"/> + <fileset file="${JiveEvent.core}"/> + <fileset file="${JAXP.api}"/> + <fileset file="${JAXB.api}"/> + <fileset file="${JAXB.libs}"/> + <fileset file="${JAXB.impl}"/> + <fileset file="${JAXB.xjc}"/> + <fileset file="${JWSDP.namespace}"/> + <fileset file="${JWSDP.relax}"/> + <fileset file="${JWSDP.qname}"/> + <fileset file="${JWSDP.xsd}"/> + </copy> </target> |
From: Julius H. <hr...@us...> - 2005-12-23 12:48:51
|
Update of /cvsroot/graxml/DetDescr/AGDD/src/net/hep/AGDD/Schema In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28752/net/hep/AGDD/Schema Modified Files: AGDD.xsd Log Message: schema should be in the current directory Index: AGDD.xsd =================================================================== RCS file: /cvsroot/graxml/DetDescr/AGDD/src/net/hep/AGDD/Schema/AGDD.xsd,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** AGDD.xsd 23 Nov 2005 16:13:10 -0000 1.6 --- AGDD.xsd 23 Dec 2005 12:48:42 -0000 1.7 *************** *** 2,5 **** --- 2,8 ---- <!-- $Log$ + Revision 1.7 2005/12/23 12:48:42 hrivnac + schema should be in the current directory + Revision 1.6 2005/11/23 16:13:10 hrivnac media and colors added, buildingBlock added *************** *** 62,66 **** <xs:import namespace="http://www.w3.org/XML/1998/namespace" ! schemaLocation="http://www.w3.org/2001/xml.xsd"/> <xs:annotation><xs:documentation> --- 65,69 ---- <xs:import namespace="http://www.w3.org/XML/1998/namespace" ! schemaLocation="xml.xsd"/> <xs:annotation><xs:documentation> |
From: Julius H. <hr...@us...> - 2005-12-23 12:48:51
|
Update of /cvsroot/graxml/DetDescr/AGDD/src/net/hep/AGDD/GeometricModel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28752/net/hep/AGDD/GeometricModel Modified Files: AGDDBuilder.java Log Message: schema should be in the current directory Index: AGDDBuilder.java =================================================================== RCS file: /cvsroot/graxml/DetDescr/AGDD/src/net/hep/AGDD/GeometricModel/AGDDBuilder.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** AGDDBuilder.java 5 Dec 2005 15:21:44 -0000 1.4 --- AGDDBuilder.java 23 Dec 2005 12:48:42 -0000 1.5 *************** *** 30,33 **** --- 30,36 ---- * <pre> * $Log$ + * Revision 1.5 2005/12/23 12:48:42 hrivnac + * schema should be in the current directory + * * Revision 1.4 2005/12/05 15:21:44 hrivnac * Schema inside model jar *************** *** 159,163 **** private static String _jaxb = "net.hep.AGDD.JAXB"; ! private static String _schema = "net/hep/AGDD/Schema/AGDD.xsd"; /** Zero vector. */ --- 162,166 ---- private static String _jaxb = "net.hep.AGDD.JAXB"; ! private static String _schema = "AGDD.xsd"; /** Zero vector. */ |
From: Julius H. <hr...@us...> - 2005-12-23 12:47:55
|
Update of /cvsroot/graxml/DetDescr/AGDD/ant In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28643 Modified Files: ToDo.txt build.xml Log Message: schema should be in the current directory Index: ToDo.txt =================================================================== RCS file: /cvsroot/graxml/DetDescr/AGDD/ant/ToDo.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ToDo.txt 6 Oct 2005 15:35:40 -0000 1.2 --- ToDo.txt 23 Dec 2005 12:47:47 -0000 1.3 *************** *** 1,2 **** --- 1,5 ---- + Data directory ? + + - for all "instanceof" do "else" (also in GDML) - test of units (also in GDML) Index: build.xml =================================================================== RCS file: /cvsroot/graxml/DetDescr/AGDD/ant/build.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** build.xml 5 Dec 2005 15:21:44 -0000 1.8 --- build.xml 23 Dec 2005 12:47:47 -0000 1.9 *************** *** 132,136 **** <jar jarfile="${lib}/${name}.jar" update="true"> <fileset dir="${src}" includes="log4j.properties"/> - <fileset dir="${src}" includes="net/hep/AGDD/Schema/AGDD.xsd"/> <fileset dir="${build}" includes="**/bgm.ser"/> <fileset dir="${build}" includes="**/*.properties"/> --- 132,135 ---- |
From: Julius H. <hr...@us...> - 2005-12-23 11:09:52
|
Update of /cvsroot/graxml/DetDescr/GDML/src/net/hep/geant4/GDML/Test/data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11096/net/hep/geant4/GDML/Test/data Modified Files: Booleans.gdml Parametrisations.gdml Replications.gdml Rotations.gdml Solids.gdml Log Message: schema should be in the current directory Index: Replications.gdml =================================================================== RCS file: /cvsroot/graxml/DetDescr/GDML/src/net/hep/geant4/GDML/Test/data/Replications.gdml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Replications.gdml 30 Mar 2005 13:51:17 -0000 1.1 --- Replications.gdml 23 Dec 2005 11:09:41 -0000 1.2 *************** *** 3,6 **** --- 3,9 ---- <!-- $Log$ + Revision 1.2 2005/12/23 11:09:41 hrivnac + schema should be in the current directory + Revision 1.1 2005/03/30 13:51:17 hrivnac GDML added *************** *** 24,28 **** <gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ! xsi:noNamespaceSchemaLocation="gdml_2.0.xsd"> <define> --- 27,31 ---- <gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ! xsi:noNamespaceSchemaLocation="gdml.xsd"> <define> Index: Parametrisations.gdml =================================================================== RCS file: /cvsroot/graxml/DetDescr/GDML/src/net/hep/geant4/GDML/Test/data/Parametrisations.gdml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Parametrisations.gdml 30 Mar 2005 13:51:16 -0000 1.1 --- Parametrisations.gdml 23 Dec 2005 11:09:41 -0000 1.2 *************** *** 3,6 **** --- 3,9 ---- <!-- $Log$ + Revision 1.2 2005/12/23 11:09:41 hrivnac + schema should be in the current directory + Revision 1.1 2005/03/30 13:51:16 hrivnac GDML added *************** *** 21,25 **** <gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ! xsi:noNamespaceSchemaLocation="gdml_2.0.xsd"> <define> --- 24,28 ---- <gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ! xsi:noNamespaceSchemaLocation="gdml.xsd"> <define> Index: Booleans.gdml =================================================================== RCS file: /cvsroot/graxml/DetDescr/GDML/src/net/hep/geant4/GDML/Test/data/Booleans.gdml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Booleans.gdml 30 Mar 2005 13:51:16 -0000 1.1 --- Booleans.gdml 23 Dec 2005 11:09:41 -0000 1.2 *************** *** 3,6 **** --- 3,9 ---- <!-- $Log$ + Revision 1.2 2005/12/23 11:09:41 hrivnac + schema should be in the current directory + Revision 1.1 2005/03/30 13:51:16 hrivnac GDML added *************** *** 33,37 **** <gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ! xsi:noNamespaceSchemaLocation="gdml_2.0.xsd"> <define> --- 36,40 ---- <gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ! xsi:noNamespaceSchemaLocation="gdml.xsd"> <define> Index: Rotations.gdml =================================================================== RCS file: /cvsroot/graxml/DetDescr/GDML/src/net/hep/geant4/GDML/Test/data/Rotations.gdml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Rotations.gdml 30 Mar 2005 13:51:17 -0000 1.1 --- Rotations.gdml 23 Dec 2005 11:09:41 -0000 1.2 *************** *** 3,6 **** --- 3,9 ---- <!-- $Log$ + Revision 1.2 2005/12/23 11:09:41 hrivnac + schema should be in the current directory + Revision 1.1 2005/03/30 13:51:17 hrivnac GDML added *************** *** 21,25 **** <gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ! xsi:noNamespaceSchemaLocation="gdml_2.0.xsd"> <define> --- 24,28 ---- <gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ! xsi:noNamespaceSchemaLocation="gdml.xsd"> <define> Index: Solids.gdml =================================================================== RCS file: /cvsroot/graxml/DetDescr/GDML/src/net/hep/geant4/GDML/Test/data/Solids.gdml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Solids.gdml 30 Mar 2005 13:51:17 -0000 1.1 --- Solids.gdml 23 Dec 2005 11:09:41 -0000 1.2 *************** *** 3,6 **** --- 3,9 ---- <!-- $Log$ + Revision 1.2 2005/12/23 11:09:41 hrivnac + schema should be in the current directory + Revision 1.1 2005/03/30 13:51:17 hrivnac GDML added *************** *** 45,49 **** <gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ! xsi:noNamespaceSchemaLocation="gdml_2.0.xsd"> <define> --- 48,52 ---- <gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ! xsi:noNamespaceSchemaLocation="gdml.xsd"> <define> |
From: Julius H. <hr...@us...> - 2005-12-23 11:09:52
|
Update of /cvsroot/graxml/DetDescr/GDML/src/net/hep/geant4/GDML/Test/data/external In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11096/net/hep/geant4/GDML/Test/data/external Modified Files: lhcbfull.gdml lhcbnobool.gdml test.gdml test1.gdml test2.gdml test3.gdml Log Message: schema should be in the current directory Index: lhcbnobool.gdml =================================================================== RCS file: /cvsroot/graxml/DetDescr/GDML/src/net/hep/geant4/GDML/Test/data/external/lhcbnobool.gdml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lhcbnobool.gdml 30 Mar 2005 13:51:17 -0000 1.1 --- lhcbnobool.gdml 23 Dec 2005 11:09:42 -0000 1.2 *************** *** 1,4 **** <?xml version="1.0" encoding="UTF-8" ?> ! <gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/scratch/witoldp/GDML/GDMLSchema/gdml_2.0.xsd" > <define> <position name="VeloStationslvPuStationdetPu0inVeloStationslvPuStationp" unit="mm" x="0" y="0" z="-1.51" /> --- 1,4 ---- <?xml version="1.0" encoding="UTF-8" ?> ! <gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/scratch/witoldp/GDML/GDMLSchema/gdml.xsd" > <define> <position name="VeloStationslvPuStationdetPu0inVeloStationslvPuStationp" unit="mm" x="0" y="0" z="-1.51" /> Index: test2.gdml =================================================================== RCS file: /cvsroot/graxml/DetDescr/GDML/src/net/hep/geant4/GDML/Test/data/external/test2.gdml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** test2.gdml 30 Mar 2005 13:51:18 -0000 1.1 --- test2.gdml 23 Dec 2005 11:09:42 -0000 1.2 *************** *** 1,4 **** <?xml version="1.0" encoding="UTF-8" ?> ! <gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../GDMLSchema/gdml_2.0.xsd" > <define> <position name="TrackerinWorldpos" unit="mm" x="0" y="0" z="0" /> --- 1,4 ---- <?xml version="1.0" encoding="UTF-8" ?> ! <gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../GDMLSchema/gdml.xsd" > <define> <position name="TrackerinWorldpos" unit="mm" x="0" y="0" z="0" /> Index: lhcbfull.gdml =================================================================== RCS file: /cvsroot/graxml/DetDescr/GDML/src/net/hep/geant4/GDML/Test/data/external/lhcbfull.gdml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lhcbfull.gdml 30 Mar 2005 13:51:17 -0000 1.1 --- lhcbfull.gdml 23 Dec 2005 11:09:41 -0000 1.2 *************** *** 1,4 **** <?xml version="1.0" encoding="UTF-8" ?> ! <gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/scratch/witoldp/GDML/GDMLSchema/gdml_2.0.xsd" > <define> <position name="VeloStationslvPuStationdetPu0inVeloStationslvPuStationp" unit="mm" x="0" y="0" z="-1.51" /> --- 1,4 ---- <?xml version="1.0" encoding="UTF-8" ?> ! <gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/scratch/witoldp/GDML/GDMLSchema/gdml.xsd" > <define> <position name="VeloStationslvPuStationdetPu0inVeloStationslvPuStationp" unit="mm" x="0" y="0" z="-1.51" /> Index: test.gdml =================================================================== RCS file: /cvsroot/graxml/DetDescr/GDML/src/net/hep/geant4/GDML/Test/data/external/test.gdml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** test.gdml 30 Mar 2005 13:51:18 -0000 1.1 --- test.gdml 23 Dec 2005 11:09:42 -0000 1.2 *************** *** 2,6 **** <gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ! xsi:noNamespaceSchemaLocation="../../GDMLSchema/gdml_2.0.xsd"> <define> <constant name="HALFPI" value="pi/2."/> --- 2,6 ---- <gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ! xsi:noNamespaceSchemaLocation="../../GDMLSchema/gdml.xsd"> <define> <constant name="HALFPI" value="pi/2."/> Index: test1.gdml =================================================================== RCS file: /cvsroot/graxml/DetDescr/GDML/src/net/hep/geant4/GDML/Test/data/external/test1.gdml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** test1.gdml 30 Mar 2005 13:51:18 -0000 1.1 --- test1.gdml 23 Dec 2005 11:09:42 -0000 1.2 *************** *** 2,6 **** <gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ! xsi:noNamespaceSchemaLocation="../../GDMLSchema/gdml_2.0.xsd"> <define> <constant name="HALFPI" value="pi/2."/> --- 2,6 ---- <gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ! xsi:noNamespaceSchemaLocation="../../GDMLSchema/gdml.xsd"> <define> <constant name="HALFPI" value="pi/2."/> Index: test3.gdml =================================================================== RCS file: /cvsroot/graxml/DetDescr/GDML/src/net/hep/geant4/GDML/Test/data/external/test3.gdml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** test3.gdml 30 Mar 2005 13:51:18 -0000 1.1 --- test3.gdml 23 Dec 2005 11:09:42 -0000 1.2 *************** *** 1,4 **** <?xml version="1.0" encoding="UTF-8" ?> ! <gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../GDMLSchema/gdml_2.0.xsd" > <define> <position name="Target0inWorldpos" unit="mm" x="0" y="0" z="0" /> --- 1,4 ---- <?xml version="1.0" encoding="UTF-8" ?> ! <gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../GDMLSchema/gdml.xsd" > <define> <position name="Target0inWorldpos" unit="mm" x="0" y="0" z="0" /> |
From: Julius H. <hr...@us...> - 2005-12-23 11:09:49
|
Update of /cvsroot/graxml/DetDescr/GDML/src/net/hep/geant4/GDML/GeometricModel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11096/net/hep/geant4/GDML/GeometricModel Modified Files: GDMLBuilder.java Log Message: schema should be in the current directory Index: GDMLBuilder.java =================================================================== RCS file: /cvsroot/graxml/DetDescr/GDML/src/net/hep/geant4/GDML/GeometricModel/GDMLBuilder.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** GDMLBuilder.java 5 Dec 2005 15:21:26 -0000 1.3 --- GDMLBuilder.java 23 Dec 2005 11:09:41 -0000 1.4 *************** *** 25,28 **** --- 25,31 ---- * <pre> * $Log$ + * Revision 1.4 2005/12/23 11:09:41 hrivnac + * schema should be in the current directory + * * Revision 1.3 2005/12/05 15:21:26 hrivnac * Schema inside model jar *************** *** 199,203 **** private static String _jaxb = "net.hep.geant4.GDML.JAXB"; ! private static String _schema = "net/hep/geant4/GDML/Schema/gdml.xsd"; /** Zero vector. */ --- 202,206 ---- private static String _jaxb = "net.hep.geant4.GDML.JAXB"; ! private static String _schema = "gdml.xsd"; /** Zero vector. */ |
From: Julius H. <hr...@us...> - 2005-12-23 00:19:46
|
Update of /cvsroot/graxml/DetDescr/GDML/ant In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5872 Modified Files: build.xml Log Message: schema should be in the current directory Index: build.xml =================================================================== RCS file: /cvsroot/graxml/DetDescr/GDML/ant/build.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** build.xml 5 Dec 2005 15:21:26 -0000 1.5 --- build.xml 23 Dec 2005 00:19:38 -0000 1.6 *************** *** 127,131 **** <jar jarfile="${lib}/${name}.jar" update="true"> <fileset dir="${src}" includes="log4j.properties"/> - <fileset dir="${src}" includes="net/hep/geant4/GDML/Schema/*xsd"/> <fileset dir="${build}" includes="**/bgm.ser"/> <fileset dir="${build}" includes="**/*.properties"/> --- 127,130 ---- |
From: Julius H. <hr...@us...> - 2005-12-23 00:19:29
|
Update of /cvsroot/graxml/Graphics/JiveEvent/src/net/hep/atlas/graphics/JiveEvent/GeometricModel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5798/net/hep/atlas/graphics/JiveEvent/GeometricModel Modified Files: JiveEventBuilder.java Log Message: schema should be in the current directory Index: JiveEventBuilder.java =================================================================== RCS file: /cvsroot/graxml/Graphics/JiveEvent/src/net/hep/atlas/graphics/JiveEvent/GeometricModel/JiveEventBuilder.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** JiveEventBuilder.java 5 Dec 2005 15:21:02 -0000 1.3 --- JiveEventBuilder.java 23 Dec 2005 00:19:21 -0000 1.4 *************** *** 21,24 **** --- 21,27 ---- * <pre> * $Log$ + * Revision 1.4 2005/12/23 00:19:21 hrivnac + * schema should be in the current directory + * * Revision 1.3 2005/12/05 15:21:02 hrivnac * Schema inside model jar *************** *** 77,81 **** } ! private static String _schema = "net/hep/atlas/graphics/JiveEvent/Schema/event.xsd"; private PDG _pdg; --- 80,84 ---- } ! private static String _schema = "event.xsd"; private PDG _pdg; |
From: Julius H. <hr...@us...> - 2005-12-23 00:19:14
|
Update of /cvsroot/graxml/Graphics/JiveEvent/ant In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5729 Modified Files: build.xml Log Message: schema should be in the current directory Index: build.xml =================================================================== RCS file: /cvsroot/graxml/Graphics/JiveEvent/ant/build.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** build.xml 5 Dec 2005 15:21:02 -0000 1.5 --- build.xml 23 Dec 2005 00:19:05 -0000 1.6 *************** *** 127,131 **** <jar jarfile="${lib}/${name}.jar" update="true"> <fileset dir="${src}" includes="log4j.properties"/> - <fileset dir="${src}" includes="net/hep/atlas/graphics/JiveEvent/Schema/event.xsd"/> <fileset dir="${src}" includes="net/hep/atlas/graphics/JiveEvent/GeometricModel/pdg.xml"/> <fileset dir="${build}" includes="**/bgm.ser"/> --- 127,130 ---- |
From: Julius H. <hr...@us...> - 2005-12-23 00:18:32
|
Update of /cvsroot/graxml/Graphics/GraXML/src/net/hep/graphics/GraXML In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5601/net/hep/graphics/GraXML Modified Files: MasterBuilder.java Log Message: schema should be in the current directory Index: MasterBuilder.java =================================================================== RCS file: /cvsroot/graxml/Graphics/GraXML/src/net/hep/graphics/GraXML/MasterBuilder.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** MasterBuilder.java 5 Dec 2005 15:19:03 -0000 1.4 --- MasterBuilder.java 23 Dec 2005 00:18:24 -0000 1.5 *************** *** 60,63 **** --- 60,66 ---- * <pre> * $Log$ + * Revision 1.5 2005/12/23 00:18:24 hrivnac + * schema should be in the current directory + * * Revision 1.4 2005/12/05 15:19:03 hrivnac * Schema inside model jar *************** *** 234,238 **** // Set Parser Properties saxParser.setProperty("http://java.sun.com/xml/jaxp/properties/schemaLanguage", "http://www.w3.org/2001/XMLSchema"); ! saxParser.setProperty("http://java.sun.com/xml/jaxp/properties/schemaSource", getClass().getClassLoader().getResourceAsStream(schema())); // Get Reader XMLReader xmlReader = saxParser.getXMLReader(); --- 237,241 ---- // Set Parser Properties saxParser.setProperty("http://java.sun.com/xml/jaxp/properties/schemaLanguage", "http://www.w3.org/2001/XMLSchema"); ! saxParser.setProperty("http://java.sun.com/xml/jaxp/properties/schemaSource", schema()); // Get Reader XMLReader xmlReader = saxParser.getXMLReader(); |
From: Julius H. <hr...@us...> - 2005-12-20 23:54:51
|
Update of /cvsroot/graxml/DetDescr/AGDD/src/net/hep/AGDD/Test/data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7838/Test/data Removed Files: StandardColors.agdd StandardMaterials.agdd StandardMedia.agdd Log Message: standard includes moved --- StandardColors.agdd DELETED --- --- StandardMaterials.agdd DELETED --- --- StandardMedia.agdd DELETED --- |
From: Julius H. <hr...@us...> - 2005-12-20 23:54:51
|
Update of /cvsroot/graxml/DetDescr/AGDD/src/net/hep/AGDD/Data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7838/Data Modified Files: StandardColors.agdd StandardMaterials.agdd Added Files: StandardMedia.agdd Log Message: standard includes moved Index: StandardColors.agdd =================================================================== RCS file: /cvsroot/graxml/DetDescr/AGDD/src/net/hep/AGDD/Data/StandardColors.agdd,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** StandardColors.agdd 10 Oct 2005 23:23:40 -0000 1.5 --- StandardColors.agdd 20 Dec 2005 23:54:43 -0000 1.6 *************** *** 3,6 **** --- 3,12 ---- <!-- $Log$ + Revision 1.6 2005/12/20 23:54:43 hrivnac + standard includes moved + + Revision 1.2 2005/12/20 23:48:40 hrivnac + fix + Revision 1.5 2005/10/10 23:23:40 hrivnac dtd fix *************** *** 27,30 **** --- 33,38 ---- <color name="parametrised" rgb="red; green; blue"/> + <color name="random" rgb="256 * Math.random(); 256 * Math.random(); 256 * Math.random()"/> + <color name="randomTransparent" rgb="256 * Math.random(); 256 * Math.random(); 256 * Math.random()" transparency="0.5"/> <color name="black" rgb=" 0; 0; 0"/> Index: StandardMaterials.agdd =================================================================== RCS file: /cvsroot/graxml/DetDescr/AGDD/src/net/hep/AGDD/Data/StandardMaterials.agdd,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** StandardMaterials.agdd 7 Oct 2005 15:53:46 -0000 1.3 --- StandardMaterials.agdd 20 Dec 2005 23:54:43 -0000 1.4 *************** *** 3,6 **** --- 3,12 ---- <!-- $Log$ + Revision 1.4 2005/12/20 23:54:43 hrivnac + standard includes moved + + Revision 1.1 2005/11/23 16:13:10 hrivnac + media and colors added, buildingBlock added + Revision 1.3 2005/10/07 15:53:46 hrivnac Colors introduced --- NEW FILE: StandardMedia.agdd --- <?xml version="1.0" encoding="UTF-8"?> <!-- AGDD Standard Media (to use with XInclude) --> <!-- $Log: StandardMedia.agdd,v $ Revision 1.1 2005/12/20 23:54:43 hrivnac standard includes moved Revision 1.1 2005/11/23 16:13:10 hrivnac media and colors added, buildingBlock added --> <!-- @version $Id: StandardMedia.agdd,v 1.1 2005/12/20 23:54:43 hrivnac Exp $ --> <!-- @author Jul...@ce... --> <media version="$Id: StandardMedia.agdd,v 1.1 2005/12/20 23:54:43 hrivnac Exp $" date="2005-11-23" author="Julius Hrivnac" DTD_version="v7"> <medium name="active" material="Iron" color="random" sensitive="true" parameters=""/> <medium name="passive" material="Lead" color="randomTransparent" sensitive="false" parameters=""/> </media> |
From: Julius H. <hr...@us...> - 2005-12-20 23:48:48
|
Update of /cvsroot/graxml/DetDescr/AGDD/src/net/hep/AGDD/Test/data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6375/net/hep/AGDD/Test/data Modified Files: StandardColors.agdd Log Message: fix Index: StandardColors.agdd =================================================================== RCS file: /cvsroot/graxml/DetDescr/AGDD/src/net/hep/AGDD/Test/data/StandardColors.agdd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** StandardColors.agdd 23 Nov 2005 16:13:10 -0000 1.1 --- StandardColors.agdd 20 Dec 2005 23:48:40 -0000 1.2 *************** *** 3,8 **** <!-- $Log$ ! Revision 1.1 2005/11/23 16:13:10 hrivnac ! media and colors added, buildingBlock added Revision 1.5 2005/10/10 23:23:40 hrivnac --- 3,8 ---- <!-- $Log$ ! Revision 1.2 2005/12/20 23:48:40 hrivnac ! fix Revision 1.5 2005/10/10 23:23:40 hrivnac *************** *** 29,33 **** <!-- Standards ================================================================ --> ! <color name="parametrised" rgb="red; green; blue"/> <color name="random" rgb="256 * Math.random(); 256 * Math.random(); 256 * Math.random()"/> <color name="randomTransparent" rgb="256 * Math.random(); 256 * Math.random(); 256 * Math.random()" transparency="0.5"/> --- 29,33 ---- <!-- Standards ================================================================ --> ! <color name="parametrised" rgb="red; green; blue"/> <color name="random" rgb="256 * Math.random(); 256 * Math.random(); 256 * Math.random()"/> <color name="randomTransparent" rgb="256 * Math.random(); 256 * Math.random(); 256 * Math.random()" transparency="0.5"/> |
From: Julius H. <hr...@us...> - 2005-12-06 13:25:48
|
Update of /cvsroot/graxml/Graphics/JiveEvent/src/net/hep/atlas/graphics/JiveEvent/Test/data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19219/net/hep/atlas/graphics/JiveEvent/Test/data Modified Files: TileOnly.xml test_eventFast.xml Log Message: xml files don't need dtd Index: test_eventFast.xml =================================================================== RCS file: /cvsroot/graxml/Graphics/JiveEvent/src/net/hep/atlas/graphics/JiveEvent/Test/data/test_eventFast.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** test_eventFast.xml 30 Mar 2005 13:10:57 -0000 1.1 --- test_eventFast.xml 6 Dec 2005 13:25:39 -0000 1.2 *************** *** 1,6 **** <?xml version="1.0"?> <?ATLAS Release: "5.0.0"?> - <!DOCTYPE Event SYSTEM "event.dtd"> - <Event version="5.3.0"> --- 1,4 ---- Index: TileOnly.xml =================================================================== RCS file: /cvsroot/graxml/Graphics/JiveEvent/src/net/hep/atlas/graphics/JiveEvent/Test/data/TileOnly.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TileOnly.xml 30 Mar 2005 13:10:57 -0000 1.1 --- TileOnly.xml 6 Dec 2005 13:25:39 -0000 1.2 *************** *** 1,5 **** <?xml version="1.0"?> <?ATLAS Release: "6.4.0"?> - <!DOCTYPE Event SYSTEM "event.dtd"> --- 1,4 ---- |
From: Julius H. <hr...@us...> - 2005-12-05 15:22:06
|
Update of /cvsroot/graxml/DetDescr/AGDD/ant In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31756/ant Modified Files: build.xml Log Message: Schema inside model jar Index: build.xml =================================================================== RCS file: /cvsroot/graxml/DetDescr/AGDD/ant/build.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** build.xml 7 Oct 2005 19:07:18 -0000 1.7 --- build.xml 5 Dec 2005 15:21:44 -0000 1.8 *************** *** 132,135 **** --- 132,136 ---- <jar jarfile="${lib}/${name}.jar" update="true"> <fileset dir="${src}" includes="log4j.properties"/> + <fileset dir="${src}" includes="net/hep/AGDD/Schema/AGDD.xsd"/> <fileset dir="${build}" includes="**/bgm.ser"/> <fileset dir="${build}" includes="**/*.properties"/> |
From: Julius H. <hr...@us...> - 2005-12-05 15:21:55
|
Update of /cvsroot/graxml/DetDescr/AGDD/src/net/hep/AGDD/GeometricModel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31756/src/net/hep/AGDD/GeometricModel Modified Files: AGDDBuilder.java Log Message: Schema inside model jar Index: AGDDBuilder.java =================================================================== RCS file: /cvsroot/graxml/DetDescr/AGDD/src/net/hep/AGDD/GeometricModel/AGDDBuilder.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** AGDDBuilder.java 23 Nov 2005 16:13:10 -0000 1.3 --- AGDDBuilder.java 5 Dec 2005 15:21:44 -0000 1.4 *************** *** 30,33 **** --- 30,36 ---- * <pre> * $Log$ + * Revision 1.4 2005/12/05 15:21:44 hrivnac + * Schema inside model jar + * * Revision 1.3 2005/11/23 16:13:10 hrivnac * media and colors added, buildingBlock added *************** *** 156,160 **** private static String _jaxb = "net.hep.AGDD.JAXB"; ! private static String _schema = "AGDD.xsd"; /** Zero vector. */ --- 159,163 ---- private static String _jaxb = "net.hep.AGDD.JAXB"; ! private static String _schema = "net/hep/AGDD/Schema/AGDD.xsd"; /** Zero vector. */ |
From: Julius H. <hr...@us...> - 2005-12-05 15:21:38
|
Update of /cvsroot/graxml/DetDescr/GDML/src/net/hep/geant4/GDML/GeometricModel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31683/src/net/hep/geant4/GDML/GeometricModel Modified Files: GDMLBuilder.java Log Message: Schema inside model jar Index: GDMLBuilder.java =================================================================== RCS file: /cvsroot/graxml/DetDescr/GDML/src/net/hep/geant4/GDML/GeometricModel/GDMLBuilder.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** GDMLBuilder.java 23 Nov 2005 16:15:16 -0000 1.2 --- GDMLBuilder.java 5 Dec 2005 15:21:26 -0000 1.3 *************** *** 25,28 **** --- 25,31 ---- * <pre> * $Log$ + * Revision 1.3 2005/12/05 15:21:26 hrivnac + * Schema inside model jar + * * Revision 1.2 2005/11/23 16:15:16 hrivnac * xsd should be known *************** *** 196,200 **** private static String _jaxb = "net.hep.geant4.GDML.JAXB"; ! private static String _schema = "gdml.xsd"; /** Zero vector. */ --- 199,203 ---- private static String _jaxb = "net.hep.geant4.GDML.JAXB"; ! private static String _schema = "net/hep/geant4/GDML/Schema/gdml.xsd"; /** Zero vector. */ |
From: Julius H. <hr...@us...> - 2005-12-05 15:21:35
|
Update of /cvsroot/graxml/DetDescr/GDML/ant In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31683/ant Modified Files: build.xml Log Message: Schema inside model jar Index: build.xml =================================================================== RCS file: /cvsroot/graxml/DetDescr/GDML/ant/build.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** build.xml 12 Aug 2005 09:26:44 -0000 1.4 --- build.xml 5 Dec 2005 15:21:26 -0000 1.5 *************** *** 127,130 **** --- 127,131 ---- <jar jarfile="${lib}/${name}.jar" update="true"> <fileset dir="${src}" includes="log4j.properties"/> + <fileset dir="${src}" includes="net/hep/geant4/GDML/Schema/*xsd"/> <fileset dir="${build}" includes="**/bgm.ser"/> <fileset dir="${build}" includes="**/*.properties"/> |
From: Julius H. <hr...@us...> - 2005-12-05 15:21:14
|
Update of /cvsroot/graxml/Graphics/JiveEvent/ant In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31579/ant Modified Files: build.xml Log Message: Schema inside model jar Index: build.xml =================================================================== RCS file: /cvsroot/graxml/Graphics/JiveEvent/ant/build.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** build.xml 12 Aug 2005 09:25:57 -0000 1.4 --- build.xml 5 Dec 2005 15:21:02 -0000 1.5 *************** *** 127,130 **** --- 127,131 ---- <jar jarfile="${lib}/${name}.jar" update="true"> <fileset dir="${src}" includes="log4j.properties"/> + <fileset dir="${src}" includes="net/hep/atlas/graphics/JiveEvent/Schema/event.xsd"/> <fileset dir="${src}" includes="net/hep/atlas/graphics/JiveEvent/GeometricModel/pdg.xml"/> <fileset dir="${build}" includes="**/bgm.ser"/> |
From: Julius H. <hr...@us...> - 2005-12-05 15:21:14
|
Update of /cvsroot/graxml/Graphics/JiveEvent/src/net/hep/atlas/graphics/JiveEvent/GeometricModel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31579/src/net/hep/atlas/graphics/JiveEvent/GeometricModel Modified Files: JiveEventBuilder.java Log Message: Schema inside model jar Index: JiveEventBuilder.java =================================================================== RCS file: /cvsroot/graxml/Graphics/JiveEvent/src/net/hep/atlas/graphics/JiveEvent/GeometricModel/JiveEventBuilder.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** JiveEventBuilder.java 23 Nov 2005 16:15:55 -0000 1.2 --- JiveEventBuilder.java 5 Dec 2005 15:21:02 -0000 1.3 *************** *** 21,24 **** --- 21,27 ---- * <pre> * $Log$ + * Revision 1.3 2005/12/05 15:21:02 hrivnac + * Schema inside model jar + * * Revision 1.2 2005/11/23 16:15:55 hrivnac * xsd should be known *************** *** 74,78 **** } ! private static String _schema = "event.xsd"; private PDG _pdg; --- 77,81 ---- } ! private static String _schema = "net/hep/atlas/graphics/JiveEvent/Schema/event.xsd"; private PDG _pdg; |