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