[Idrs-commit] CVS: Idrs/dev build.xml,1.12,1.13
Brought to you by:
bigman921
|
From: Marc B. <big...@us...> - 2004-08-29 04:50:40
|
Update of /cvsroot/idrs/Idrs/dev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11199 Modified Files: build.xml Log Message: * Removed "proprietary" xml binding * Added support for JAXB * Added "fields" tag, so that if the fields are not known ahead of time, they may be iterated over * updated some copyrights Index: build.xml =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/build.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** build.xml 22 Aug 2004 05:17:42 -0000 1.12 --- build.xml 29 Aug 2004 04:50:30 -0000 1.13 *************** *** 27,30 **** --- 27,37 ---- <pathelement location="${lib}/bsh-core-1.2b3.jar"/> <pathelement location="${lib}/commons-pool.jar"/> + <pathelement location="${lib}/xsdlib.jar"/> + <pathelement location="${lib}/relaxngDatatype.jar"/> + <pathelement location="${lib}/namespace.jar"/> + <pathelement location="${lib}/jax-qname.jar"/> + <pathelement location="${lib}/jaxb-libs.jar"/> + <pathelement location="${lib}/jaxb-impl.jar"/> + <pathelement location="${lib}/jaxb-api.jar"/> </classpath> </javac> |