Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 1 | <?xml version="1.0"> |
| 2 | <!-- |
| 3 | Licensed to the Apache Software Foundation (ASF) under one |
| 4 | or more contributor license agreements. See the NOTICE file |
| 5 | distributed with this work for additional information |
| 6 | regarding copyright ownership. The ASF licenses this file |
| 7 | to you under the Apache License, Version 2.0 (the |
| 8 | "License"); you may not use this file except in compliance |
| 9 | with the License. You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, |
| 14 | software distributed under the License is distributed on an |
| 15 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | KIND, either express or implied. See the License for the |
| 17 | specific language governing permissions and limitations |
| 18 | under the License. |
| 19 | --> |
| 20 | <ivysettings> |
| 21 | <properties file="${ivy.settings.dir}/ivysettings.properties"/> |
| 22 | <settings defaultResolver="sigil-libs"/> |
| 23 | |
| 24 | <!--<caches defaultCacheDir="${ivy.settings.dir}/ivy-cache" /> |
| 25 | --> |
| 26 | <caches default="mycache" checkUpToDate="false"> |
| 27 | <cache name="mycache" basedir="${ivy.settings.dir}/ivy-cache" useOrigin="true"/> |
| 28 | </caches> |
| 29 | |
| 30 | <classpath file="${ivy.settings.dir}/../../../target/sigil-ivy-plugin.jar" /> |
David Morgan Spencer Savage | 8ec5a4c | 2009-07-14 15:59:46 +0000 | [diff] [blame] | 31 | <typedef name="sigil-parser" classname="org.apache.felix.sigil.ivy.SigilParser" /> |
| 32 | <typedef name="sigil" classname="org.apache.felix.sigil.ivy.SigilResolver" /> |
Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 33 | |
| 34 | <parsers> |
| 35 | <sigil-parser/> |
| 36 | </parsers> |
| 37 | |
| 38 | <resolvers> |
| 39 | <sigil name="sigil-libs" config="${ivy.settings.dir}/sigil-repos.properties" /> |
| 40 | <filesystem name="projects"> |
| 41 | <ivy pattern="${repository.dir}/[module]-[revision].xml" /> |
| 42 | <artifact pattern="${repository.dir}/[artifact]-[revision].[ext]" /> |
| 43 | </filesystem> |
| 44 | </resolvers> |
| 45 | <modules> |
| 46 | <module organisation="org.apache" name="dependee" resolver="projects"/> |
| 47 | </modules> |
| 48 | </ivysettings> |