Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 79903 invoked by uid 500); 4 Mar 2001 03:27:26 -0000 Delivered-To: apmail-jakarta-tomcat-cvs@apache.org Received: (qmail 79900 invoked by uid 1052); 4 Mar 2001 03:27:26 -0000 Date: 4 Mar 2001 03:27:26 -0000 Message-ID: <20010304032726.79899.qmail@apache.org> From: costin@apache.org To: jakarta-tomcat-cvs@apache.org Subject: cvs commit: jakarta-tomcat build.xml costin 01/03/03 19:27:26 Modified: . build.xml Log: Implement the proposed change in lib/ organization. lib/apps will contain jars shared by web applications ( prev. "share" ) lib/common will contain jars shared by the container and web applications ( same as CLASSPATH ) lib/container will contain jars visible and used by the container ( previously lib/ ) In lib we keep the executable jars used to start/stop tomcat. Also, integrate this into the prepare target, and generate the jars in the final place ( instead of copy/move ) Another change is the split of jasper into jasper-runtime and jasper. Runtime is all you need to run Jsps, jasper is the compiler. The utils are also split in "core_util" - i.e. what's needed in the core, and "tomcat_util" - other utils used by various modules. This makes clear what are the dependencies, and will allow finer permissions. Revision Changes Path 1.119 +68 -43 jakarta-tomcat/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat/build.xml,v retrieving revision 1.118 retrieving revision 1.119 diff -u -r1.118 -r1.119 --- build.xml 2001/02/19 19:45:11 1.118 +++ build.xml 2001/03/04 03:27:25 1.119 @@ -47,6 +47,9 @@ + + + @@ -72,19 +75,33 @@ - - - - - - + + + + + + + + + + - + @@ -111,10 +128,20 @@ - + + + + + + + + + - @@ -158,11 +185,12 @@ + - + @@ -187,7 +215,7 @@ - @@ -209,7 +237,7 @@ - @@ -231,7 +259,7 @@ - @@ -263,7 +291,7 @@ @@ -290,9 +318,26 @@ - + + + + + + + + + + + + @@ -387,9 +432,12 @@ - - - + + + @@ -443,29 +491,6 @@ - - - - - - - - - - - - -