giacomo 00/12/13 13:11:45
Modified: . Tag: xml-cocoon2 build.xml
Log:
We should not copy the servlet jar to the WEB-INF/lib directory (as stated by
Craig McClanahan)
Revision Changes Path
No revision
No revision
1.6.2.48 +1 -1 xml-cocoon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/build.xml,v
retrieving revision 1.6.2.47
retrieving revision 1.6.2.48
diff -u -r1.6.2.47 -r1.6.2.48
--- build.xml 2000/12/05 22:01:55 1.6.2.47
+++ build.xml 2000/12/13 21:11:42 1.6.2.48
@@ -318,7 +318,7 @@
<include name="*.jar"/>
<exclude name="ant*.jar"/>
<exclude name="stylebook*.jar"/>
- <!-- <exclude name="servlet*.jar"/> -->
+ <exclude name="servlet*.jar"/>
</fileset>
</copy>