You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-dev@incubator.apache.org by Xavier Hanin <xa...@gmail.com> on 2007/06/22 09:38:30 UTC

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, maartenc@apache.org <ma...@apache.org> 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/ivy_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=549622
>
> ==============================================================================
> ---
> incubator/ivy/core/trunk/src/java/org/apache/ivy/plugins/repository/vfs/ivy_vfs.xml
> (original)
> +++
> incubator/ivy/core/trunk/src/java/org/apache/ivy/plugins/repository/vfs/ivy_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/