Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 29157 invoked from network); 13 Nov 2002 00:28:10 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 13 Nov 2002 00:28:10 -0000 Received: (qmail 9147 invoked by uid 97); 13 Nov 2002 00:29:02 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 9131 invoked by uid 97); 13 Nov 2002 00:29:02 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 9120 invoked by uid 97); 13 Nov 2002 00:29:01 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: 13 Nov 2002 00:27:43 -0000 Message-ID: <20021113002743.38894.qmail@icarus.apache.org> From: costin@apache.org To: jakarta-tomcat-catalina-cvs@apache.org Subject: cvs commit: jakarta-tomcat-catalina/catalina build.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N costin 2002/11/12 16:27:43 Modified: catalina build.xml Log: Few changes ( I really hope I didn't broke the build for other people ) to allow faster compilation and better integration with some IDEs. The build can now be customized to take place in a separate directory, and the jar will take only the files that are needed. In addition it is possible to "just" compile. Revision Changes Path 1.30 +26 -23 jakarta-tomcat-catalina/catalina/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/build.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- build.xml 24 Oct 2002 22:11:03 -0000 1.29 +++ build.xml 13 Nov 2002 00:27:43 -0000 1.30 @@ -12,6 +12,7 @@ + @@ -69,7 +70,7 @@ - + @@ -100,7 +101,7 @@ - + @@ -153,7 +154,7 @@ classpath="${commons-logging.jar}"/> + classpath="${commons-modeler.jar}:${jmx.jar}"/> @@ -434,7 +435,7 @@ - + @@ -489,7 +490,7 @@ - + @@ -584,9 +585,8 @@ - - @@ -625,7 +625,7 @@ - + @@ -835,13 +835,13 @@ - - + @@ -858,7 +858,8 @@ - + + @@ -878,7 +879,7 @@ - + @@ -886,7 +887,7 @@ - + @@ -897,7 +898,7 @@ - + @@ -906,14 +907,14 @@ - + - + @@ -921,42 +922,42 @@ - + - + - + - + - + - + @@ -1005,9 +1006,11 @@ + -- To unsubscribe, e-mail: For additional commands, e-mail: