Source code file content
mercurial-code-repository / ivysettings.xml
Size: 1905 bytes, 1 line
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
* Wembed, an embedded servlet container web application launcher. *
Copyright (C) 2008 Universidad de las Islas Baleares(UIB), * Cra.
Valldemossa, km 7.5 * 07071 Palma de Mallorca(Illes Balears) * Espaņa * This
software is the confidential intellectual property of * the UIB; it is
copyrighted and licensed, not sold. * This program is free software; you can
redistribute it and/or modify * it under the terms of the GNU Lesser General
Public License as published by * the Free Software Foundation; either
version 2.1 of the License, or * (at your option) any later version. * *
This program is distributed in the hope that it will be useful, * but
WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public
License for more details. * * You should have received a copy of the GNU
Lesser General Public License * along with this program; if not, write to
the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
-->
<ivysettings>
<settings
defaultResolver="chained" />
<include
url="${ivy.default.settings.dir}/ivysettings-public.xml" />
<include
url="${ivy.default.settings.dir}/ivysettings-shared.xml" />
<include
url="${ivy.default.settings.dir}/ivysettings-local.xml" />
<include
url="${ivy.default.settings.dir}/ivysettings-main-chain.xml" />
<include
url="${ivy.default.settings.dir}/ivysettings-default-chain.xml" />
<resolvers>
<chain
name="chained">
<ibiblio
name="ibiblio"
m2compatible="true" />
<ibiblio
name="caucho"
root="http://caucho.com/m2/"
m2compatible="true" />
</chain>
</resolvers>
</ivysettings>





