Not at all, man. First thing I did when I started working on JCS was rip the tomcat specific code right out, because I'm not using tomcat.
If someone is, great. They should be able to get the Tomcat enhancement files for JCS... but I don't think it should be part of the core package. -Travis Savo -----Original Message----- From: Daniel Rall [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 28, 2004 5:41 PM To: Turbine JCS Developers List Subject: Re: cvs commit: jakarta-turbine-jcs project.xml [EMAIL PROTECTED] wrote: ... > --- project.xml 21 Apr 2004 05:46:51 -0000 1.27 > +++ project.xml 28 Apr 2004 04:05:10 -0000 1.28 > @@ -138,6 +138,11 @@ > <version>1.0.b2</version> > <url>http://xml.apache.org/commons/</url> > </dependency> > + <dependency> > + <id>struts</id> > + <version>1.1</version> > + <jar>struts-1.1.jar</jar> > + </dependency> > </dependencies> > <build> > <sourceDirectory>src/java</sourceDirectory> Am I the only one who thinks that a web application framework is a rather odd dependency for a caching system? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
