remm 2002/10/26 07:27:13
Modified: . build.xml
Log:
- Remove taglibs and commons checkouts. (Ideally), we should have only binary
dependencies on these, right ?
Revision Changes Path
1.50 +0 -6 jakarta-tomcat-5/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- build.xml 26 Oct 2002 14:23:12 -0000 1.49
+++ build.xml 26 Oct 2002 14:27:13 -0000 1.50
@@ -902,16 +902,10 @@
command="checkout -P jakarta-tomcat-jasper"
dest=".."/>
<cvs cvsroot="${cvsroot}" quiet="true"
- command="checkout -P jakarta-commons"
- dest=".."/>
- <cvs cvsroot="${cvsroot}" quiet="true"
command="checkout -P jakarta-tomcat-connectors"
dest=".."/>
<cvs cvsroot="${cvsroot}" quiet="true"
command="checkout -P jakarta-servletapi-5"
- dest=".."/>
- <cvs cvsroot="${cvsroot}" quiet="true"
- command="checkout -P jakarta-taglibs"
dest=".."/>
</target>
--
To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>