OK, I'll take care of that. Xavier
On 6/22/07, Gilles Scokart <[EMAIL PROTECTED]> wrote:
+1 Gilles > -----Original Message----- > From: Maarten Coene [mailto:[EMAIL PROTECTED] > Sent: vendredi 22 juin 2007 11:48 > To: [email protected] > Subject: Re: use default settings? (was Re: svn commit: r549622 - in > /incubator/ivy/core/trunk: ./ > src/java/org/apache/ivy/plugins/repository/vfs/) > > ok for me > > Maarten > > ----- Original Message ---- > From: Xavier Hanin <[EMAIL PROTECTED]> > To: [email protected] > Sent: Friday, June 22, 2007 11:38:30 AM > Subject: use default settings? (was Re: svn commit: r549622 - in > /incubator/ivy/core/trunk: ./ > src/java/org/apache/ivy/plugins/repository/vfs/) > > On 6/21/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > Author: maartenc > > Date: Thu Jun 21 14:41:21 2007 > > New Revision: 549622 > > > > URL: http://svn.apache.org/viewvc?view=rev&rev=549622 > > Log: > > IMPROVEMENT: Upgraded VFS dependency to 1.0 and removed dependency on > > VFS-sandbox (IVY-498) > > [...] > > Modified: incubator/ivy/core/trunk/ivysettings.xml > > URL: > > > http://svn.apache.org/viewvc/incubator/ivy/core/trunk/ivysettings.xml?view > =diff&rev=549622&r1=549621&r2=549622 > > > > > ========================================================================== > ==== > > --- incubator/ivy/core/trunk/ivysettings.xml (original) > > +++ incubator/ivy/core/trunk/ivysettings.xml Thu Jun 21 14:41:21 2007 > > @@ -20,26 +20,6 @@ > > <include url="${ivy.default.conf.dir}/ivysettings-local.xml"/> > > <settings defaultResolver="public" /> > > <resolvers> > > - <chain name="public" returnFirst="true"> > > - <ibiblio name="ibiblio" m2compatible="true"/> > > - <url name="ivy" namespace="ivyrep-ns"> > > - <ivy pattern=" > > http://ivyrep.jayasoft.org/[organisation]/[module]/ivy-[revision].xml "/> > > - <artifact pattern=" > > > http://ivyrep.jayasoft.org/[organisation]/[module]/[revision]/[artifact].[ > ext] > > "/> > > - </url> > > - </chain> > > + <ibiblio name="public" m2compatible="true"/> > > </resolvers> > > - <namespaces> > > - <namespace name="ivyrep-ns"> > > - <rule> > > - <fromsystem> > > - <src org="commons-vfs|slide" /> > > - <dest org="apache"/> > > - </fromsystem> > > - <tosystem> > > - <src module="(.*)"/> > > - <dest org="$m1"/> > > - </tosystem> > > - </rule> > > - </namespace> > > - </namespaces> > > </ivysettings> > > > It seems we are now using something very similar to default settings. > Should > we remove the settings file and use default one? I'm +1 to use default > settings. > > Xavier > > Modified: > > > incubator/ivy/core/trunk/src/java/org/apache/ivy/plugins/repository/vfs/iv > y_vfs.xml > > URL: > > > http://svn.apache.org/viewvc/incubator/ivy/core/trunk/src/java/org/apache/ > ivy/plugins/repository/vfs/ivy_vfs.xml?view=diff&rev=549622&r1=549621&r2=5 > 49622 > > > > > ========================================================================== > ==== > > --- > > > incubator/ivy/core/trunk/src/java/org/apache/ivy/plugins/repository/vfs/iv > y_vfs.xml > > (original) > > +++ > > > incubator/ivy/core/trunk/src/java/org/apache/ivy/plugins/repository/vfs/iv > y_vfs.xml > > Thu Jun 21 14:41:21 2007 > > @@ -39,14 +39,6 @@ > > <if-available class-name=" > > org.apache.commons.httpclient.HttpClient"/> > > </provider> > > --> > > - <provider class-name=" > > org.apache.ivy.plugins.repository.vfs.IvyWebdavFileProvider"> > > - <scheme name="webdav"/> > > - <if-available class- > name="org.apache.webdav.lib.WebdavResource"/> > > - <if-available class-name=" > > org.apache.commons.httpclient.HttpClient"/> > > - </provider> > > - <provider class-name=" > > org.apache.commons.vfs.provider.temp.TemporaryFileProvider"> > > - <scheme name="tmp"/> > > - </provider> > > > > <provider class-name=" > > org.apache.commons.vfs.provider.sftp.SftpFileProvider"> > > <scheme name="sftp"/> > > > > > > > > > -- > Xavier Hanin - Independent Java Consultant > Manage your dependencies with Ivy! > http://incubator.apache.org/ivy/ > > > > > > > __________________________________________________________________________ > __________ > Finding fabulous fares is fun. > Let Yahoo! FareChase search your favorite travel sites to find flight and > hotel bargains. > http://farechase.yahoo.com/promo-generic-14795097
-- Xavier Hanin - Independent Java Consultant Manage your dependencies with Ivy! http://incubator.apache.org/ivy/
