[Ejtools-cvs] CVS: applications/management lib.ext.properties,1.1,1.2 lib.properties,1.1,1.2 module.
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-04-30 21:14:32
|
Update of /cvsroot/ejtools/applications/management In directory usw-pr-cvs1:/tmp/cvs-serv6827/applications/management Modified Files: lib.ext.properties lib.properties module.properties webapp.properties Log Message: Add version tag Index: lib.ext.properties =================================================================== RCS file: /cvsroot/ejtools/applications/management/lib.ext.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lib.ext.properties 22 Apr 2002 17:39:43 -0000 1.1 --- lib.ext.properties 30 Apr 2002 21:14:30 -0000 1.2 *************** *** 1,2 **** --- 1,7 ---- + # + # Librairies to be put into the lib/ext directory + # + # $Revision$ + # ${jboss.client.root}/*.jar ${jboss.jmx.root}/*.jar Index: lib.properties =================================================================== RCS file: /cvsroot/ejtools/applications/management/lib.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lib.properties 22 Apr 2002 17:39:58 -0000 1.1 --- lib.properties 30 Apr 2002 21:14:30 -0000 1.2 *************** *** 1,2 **** --- 1,7 ---- + # + # Librairies to be put into the lib directory + # + # $Revision$ + # ${apache.log4j.root}/*.jar ${dreambean.awt.root}/*.jar Index: module.properties =================================================================== RCS file: /cvsroot/ejtools/applications/management/module.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** module.properties 22 Apr 2002 17:40:48 -0000 1.1 --- module.properties 30 Apr 2002 21:14:30 -0000 1.2 *************** *** 1,2 **** --- 1,7 ---- + # + # Module Properties + # + # $Revision$ + # version.major=1 version.minor=0 Index: webapp.properties =================================================================== RCS file: /cvsroot/ejtools/applications/management/webapp.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** webapp.properties 24 Apr 2002 20:10:42 -0000 1.2 --- webapp.properties 30 Apr 2002 21:14:30 -0000 1.3 *************** *** 1,2 **** --- 1,7 ---- + # + # Librairies to be put into the WEB-INF/lib directory + # + # $Revision$ + # ${apache.crimson.root}/*.jar ${apache.log4j.root}/*.jar |