You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2005/09/23 16:49:33 UTC

svn commit: r291132 - /incubator/jackrabbit/trunk/contrib/jcr-server/webdav/project.xml

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>



Re: Questestion regarding: ...... svn commit: r291132 - /incubator/jackrabbit/trunk/contrib/jcr-server/webdav/project.xml

Posted by Jukka Zitting <ju...@zitting.name>.
Hi,

Tobias Bocanegra wrote:
> angela is right. the webdav server should only depend on commons. the
> commons jar is built (and installed) in the modules/commons
> subproject.

Ah, you are correct. I'll switch the dependency to point to the new 
commons module. The commit was a quick fix to the problem reported 
earlier today, and I didn't think too much about it. :-)

BR,

Jukka Zitting

Re: Questestion regarding: ...... svn commit: r291132 - /incubator/jackrabbit/trunk/contrib/jcr-server/webdav/project.xml

Posted by Tobias Bocanegra <to...@day.com>.
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 <an...@day.com> 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
>
>
>
> jukka@apache.org 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

-----------------------------------------< tobias.bocanegra@day.com >---
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 >---

Re: Questestion regarding: ...... svn commit: r291132 - /incubator/jackrabbit/trunk/contrib/jcr-server/webdav/project.xml

Posted by Angela Schreiber <an...@day.com>.
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



jukka@apache.org 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>
> 
>