costin 02/04/08 13:00:37 Modified: . build.xml Log: Forgot one jar, resources. XXX Must fix the bugs that prevent putting the whole tomcat_util.jar in common, check that all utils are 'safe', and move them. Same for common-logging. Revision Changes Path 1.168 +11 -0 jakarta-tomcat/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat/build.xml,v retrieving revision 1.167 retrieving revision 1.168 diff -u -r1.167 -r1.168 --- build.xml 8 Apr 2002 19:44:28 -0000 1.167 +++ build.xml 8 Apr 2002 20:00:37 -0000 1.168 @@ -300,6 +300,17 @@ </fileset> </jar> + <jar jarfile="${tomcat.build}/lib/common/connector_util.jar"> + <fileset dir="${jakarta-tomcat-connectors}/util/build/classes"> + <include name="org/apache/tomcat/util/collections/**"/> + <include name="org/apache/tomcat/util/http/**"/> + <include name="org/apache/tomcat/util/buf/**"/> + <include name="org/apache/tomcat/util/res/**"/> + <!-- All resource must go to common, bug in StringManager/ResourceBundle --> + <include name="org/apache/tomcat/util/**/*.properties"/> + </fileset> + </jar> + <jar jarfile="${tomcat.build}/lib/container/tomcat_util.jar" > <fileset dir="${tomcat.build}/classes"> <include name="org/apache/tomcat/util/**"/>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>