Author: rgardler
Date: Mon Feb 12 16:42:56 2007
New Revision: 506772

URL: http://svn.apache.org/viewvc?view=rev&rev=506772
Log:
Initial ivyconf

Added:
    forrest/branches/ivyBuild/tools/ivy/ivyconf.xml

Added: forrest/branches/ivyBuild/tools/ivy/ivyconf.xml
URL: 
http://svn.apache.org/viewvc/forrest/branches/ivyBuild/tools/ivy/ivyconf.xml?view=auto&rev=506772
==============================================================================
--- forrest/branches/ivyBuild/tools/ivy/ivyconf.xml (added)
+++ forrest/branches/ivyBuild/tools/ivy/ivyconf.xml Mon Feb 12 16:42:56 2007
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<ivyconf>
+       <property name="local.repo.dir" value="${ivy.conf.dir}/repository" />
+       <property name="ibiblio-maven2-root"
+               value="http://www.ibiblio.org/maven2/"; />
+
+       <conf defaultResolver="default" />
+       <resolvers>
+               <ivyrep name="ivyrep" ivyroot="http://ivyrep.jayasoft.org/"; />
+               <ivyrep name="ivyrepsandbox"
+                       ivyroot="http://opensvn.csie.org/ivyrepsandbox/"; />
+               <ibiblio name="apache-snapshot" m2compatible="true"
+                       
root="http://people.apache.org/maven-snapshot-repository"; />
+               <ibiblio name="apache" m2compatible="true"
+                       root="http://people.apache.org/repository";
+                       
pattern="[organisation]/[type]s/[artifact]-[revision].[ext]" />
+               <ibiblio name="ibiblio-maven2" root="${ibiblio-maven2-root}"
+                       pattern="${ibiblio-maven2-pattern}" m2compatible="true"
+                       namespace="ibiblio-maven2" />
+               <filesystem name="local">
+                       <ivy
+                               
pattern="${local.repo.dir}/[organisation]/[module]/ivy-[revision].xml" />
+                       <artifact
+                               
pattern="${local.repo.dir}/[organisation]/[module]/[type]s/[artifact]-[revision].[type]"
 />
+               </filesystem>
+
+               <chain name="default" returnFirst="true">
+                       <resolver ref="local" />
+                       <ivyrep name="apache" />
+                       <ivyrep name="apache-snapshot" />
+                       <ivyrep name="ivyrep" />
+                       <ivyrep name="ivyrepsandbox" />
+                       <ibiblio name="ibiblio-maven2" />
+               </chain>
+       </resolvers>
+</ivyconf>
\ No newline at end of file