Richard S. Hall | 6fe36b4 | 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}/build.properties"/> |
| 22 | <caches defaultCacheDir="${cache.dir}" /> |
| 23 | |
| 24 | <settings defaultResolver="local" circularDependencyStrategy="error" /> |
| 25 | |
| 26 | <classpath file="${sigil-ivy-plugin.jar}" /> |
David Morgan Spenser Savage | 9d4ffdd | 2009-07-14 16:00:10 +0000 | [diff] [blame] | 27 | <typedef name="sigil-parser" classname="org.apache.felix.sigil.ivy.SigilParser" /> |
| 28 | <typedef name="sigil" classname="org.apache.felix.sigil.ivy.SigilResolver" /> |
Richard S. Hall | 6fe36b4 | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 29 | |
| 30 | <parsers> |
| 31 | <sigil-parser config="${ivy.settings.dir}/sigil-repos.properties" |
| 32 | quiet="true"/> |
| 33 | </parsers> |
| 34 | |
| 35 | <resolvers> |
| 36 | <sigil name="sigil" |
| 37 | config="${ivy.settings.dir}/sigil-repos.properties" |
| 38 | extractBCP="true"/> |
| 39 | |
| 40 | <filesystem name="local"> |
| 41 | <ivy pattern="${repository.dir}/local/[module]-[revision].xml" /> |
| 42 | <artifact pattern="${repository.dir}/local/[artifact]-[revision].[ext]" /> |
| 43 | </filesystem> |
| 44 | |
| 45 | <filesystem name="shared"> |
| 46 | <ivy pattern="${repository.dir}/shared/[module]-[revision].xml" /> |
| 47 | <artifact pattern="${repository.dir}/shared/[module]/[artifact]-[revision].[ext]" /> |
| 48 | </filesystem> |
| 49 | </resolvers> |
| 50 | |
| 51 | <modules> |
| 52 | <module organisation="sigil" resolver="sigil"/> |
| 53 | </modules> |
| 54 | </ivysettings> |