[Ejtools-cvs] CVS: applications/deployment lib.properties,1.1,1.2
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-04-28 21:33:20
|
Update of /cvsroot/ejtools/applications/deployment In directory usw-pr-cvs1:/tmp/cvs-serv17821/applications/deployment Modified Files: lib.properties Log Message: Add the xalan lib to allow XPATH Index: lib.properties =================================================================== RCS file: /cvsroot/ejtools/applications/deployment/lib.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lib.properties 21 Apr 2002 18:49:22 -0000 1.1 --- lib.properties 28 Apr 2002 10:20:50 -0000 1.2 *************** *** 1,3 **** --- 1,5 ---- ${apache.log4j.root}/*.jar + ${apache.crimson.root}/*.jar + ${apache.xalan.root}/*.jar ${dreambean.awt.root}/*.jar ${ejtools.adwt.root}/*.jar *************** *** 5,9 **** ${ejtools.icons.root}/*.jar ${sun.j2ee.root}/*.jar ! #${sun.jmx.root}/*.jar ${sun.jsr77.root}/*.jar ${sun.jsr88.root}/*.jar --- 7,11 ---- ${ejtools.icons.root}/*.jar ${sun.j2ee.root}/*.jar ! ${sun.jaxp.root}/*.jar ${sun.jsr77.root}/*.jar ${sun.jsr88.root}/*.jar |