angela is right. the webdav server should only depend on commons. the commons jar is built (and installed) in the modules/commons subproject.
On 9/23/05, Angela Schreiber <[EMAIL PROTECTED]> wrote: > hi jukka > > are your sure, this is correct? i was forced to remove any > dependency to the jackrabbit-general part in the jcr-server... > and i'm not so happy, that you reintroduced it now. > > didn't tobi create a commons-module that allow contributions > to retrieve the commons-jar only? i thought that was for > this exact purpose. i'm i misleaded? > > thanks > angela > > > > [EMAIL PROTECTED] wrote: > > Author: jukka > > Date: Fri Sep 23 07:49:30 2005 > > New Revision: 291132 > > > > URL: http://svn.apache.org/viewcvs?rev=291132&view=rev > > Log: > > jcr-server/webdav: Switch dependencies back to non-splitted Jackrabbit. > > > > Modified: > > incubator/jackrabbit/trunk/contrib/jcr-server/webdav/project.xml > > > > Modified: incubator/jackrabbit/trunk/contrib/jcr-server/webdav/project.xml > > URL: > > http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/jcr-server/webdav/project.xml?rev=291132&r1=291131&r2=291132&view=diff > > ============================================================================== > > --- incubator/jackrabbit/trunk/contrib/jcr-server/webdav/project.xml > > (original) > > +++ incubator/jackrabbit/trunk/contrib/jcr-server/webdav/project.xml Fri > > Sep 23 07:49:30 2005 > > @@ -31,12 +31,7 @@ > > <dependencies> > > <dependency> > > <groupId>jackrabbit</groupId> > > - <artifactId>jackrabbit-api</artifactId> > > - <version>${jackrabbit.build.version.jackrabbit}</version> > > - </dependency> > > - <dependency> > > - <groupId>jackrabbit</groupId> > > - <artifactId>jackrabbit-commons</artifactId> > > + <artifactId>jackrabbit</artifactId> > > <version>${jackrabbit.build.version.jackrabbit}</version> > > </dependency> > > <dependency> > > > > > > -- toby -----------------------------------------< [EMAIL PROTECTED] >--- Tobias Bocanegra, Day Management AG, Barfuesserplatz 6, CH - 4001 Basel T +41 61 226 98 98, F +41 61 226 98 97 -----------------------------------------------< http://www.day.com >---
