| <!-- |
| 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. |
| --> |
| <ivy-module version="2.0"> |
| <info organisation="org.apache.solr" module="example"/> |
| <configurations> |
| <conf name="jetty" description="jetty jars"/> |
| <conf name="jsp" description="jsp jar"/> |
| <conf name="start" description="start.jar"/> |
| </configurations> |
| |
| <dependencies> |
| <dependency org="org.mortbay.jetty" name="servlet-api" rev="2.5-20081211" transitive="false" conf="jetty->default"/> |
| <dependency org="org.mortbay.jetty" name="jetty-util" rev="6.1.26-patched-JETTY-1340" transitive="false" conf="jetty->default"> |
| <artifact name="jetty-util" type="jar" url="http://cloud.github.com/downloads/rmuir/jetty6-unicode/jetty-util-6.1.26-patched-JETTY-1340.jar"/> |
| </dependency> |
| <dependency org="org.mortbay.jetty" name="jetty" rev="6.1.26-patched-JETTY-1340" transitive="false" conf="jetty->default"> |
| <artifact name="jetty" type="jar" url="http://cloud.github.com/downloads/rmuir/jetty6-unicode/jetty-6.1.26-patched-JETTY-1340.jar"/> |
| </dependency> |
| <dependency org="org.mortbay.jetty" name="jsp-2.1-glassfish" rev="2.1.v20091210" transitive="false" conf="jsp->default"/> |
| <dependency org="org.mortbay.jetty" name="jsp-api-2.1-glassfish" rev="2.1.v20091210" transitive="false" conf="jsp->default"/> |
| <dependency org="org.mortbay.jetty" name="jsp-2.1-jetty" rev="6.1.26" transitive="false" conf="jsp->default"/> |
| <dependency org="org.eclipse.jdt" name="core" rev="3.1.1" transitive="false" conf="jsp->default"/> |
| <dependency org="org.mortbay.jetty" name="start" rev="6.1.26" transitive="false" conf="start->default"/> |
| <exclude org="*" ext="*" matcher="regexp" type="${ivy.exclude.types}"/> |
| </dependencies> |
| </ivy-module> |