I want to provide plugins for various frameworks. This should be in some auxiliary or alternative build src though. I don't think it belongs where I put it. . . . No one should need a framework to use the cache, but to build the plugins its necessary. What's the best way to accomplish this?
Aaron > -----Original Message----- > From: Daniel Rall [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 28, 2004 7: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]
