[Idrs-commit] CVS: Idrs/dev build.xml,1.11,1.12
Brought to you by:
bigman921
|
From: Marc B. <big...@us...> - 2004-08-22 05:17:56
|
Update of /cvsroot/idrs/Idrs/dev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13680 Modified Files: build.xml Log Message: First pass at integration with Axis Index: build.xml =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/build.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** build.xml 9 Sep 2002 21:27:42 -0000 1.11 --- build.xml 22 Aug 2004 05:17:42 -0000 1.12 *************** *** 15,21 **** <target depends="init" description="Compiles updated sources into into classes directory based on the libraries in the lib directory except idrs.jar" name="build"> ! <javac destdir="${classes}" includes="net/sourceforge/**" srcdir="${src}"> <classpath> <pathelement location="${lib}/servlet.jar"/> <pathelement location="${lib}/xerces.jar"/> <pathelement location="${lib}/xerces.jar"/> --- 15,25 ---- <target depends="init" description="Compiles updated sources into into classes directory based on the libraries in the lib directory except idrs.jar" name="build"> ! <javac destdir="${classes}" includes="net/sourceforge/**" srcdir="${src}" debug="yes"> <classpath> <pathelement location="${lib}/servlet.jar"/> + <pathelement location="${lib}/jboss-j2ee.jar"/> + <pathelement location="${lib}/jaxrpc.jar"/> + <pathelement location="${lib}/saaj.jar"/> + <pathelement location="${lib}/axis.jar"/> <pathelement location="${lib}/xerces.jar"/> <pathelement location="${lib}/xerces.jar"/> |