Source code file content

Revision: 70 (of 70)

Added Eclipse Java project settings to ignore
» Project Revision History

» Checkout URL

mercurial-code-repository / ivy.xml

Size: 6673 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
-->
<ivy-module
  version="2.0"
>
  <info
    organisation="org.leaf"
    module="Wembed"
    revision="1.0"
  >
    <license
      name="LGPL"
      url="http://www.gnu.org/copyleft/lesser.html" />
    <description
      homepage="http://kenai.com/projects/wembed/"
    >
      Wembed, an embedded servlet container web application launcher.
    </description>
  </info>

  <configurations>
    <conf
      name="build-common" />
    <conf
      name="build-jetty" />
    <conf
      name="build-tomcat" />
    <conf
      name="build-resin" />
    <conf
      name="build-tst" />
    <conf
      name="build-tst-www" />
    <conf
      name="installer" />
  </configurations>

  <dependencies>
    <!-- SERVER APPLICATION REQUIRED LIBRARIES -->
    <dependency
      org="log4j"
      name="log4j"
      rev="1.2.15"
      conf="build-common->master" />
    <dependency
      org="org.eclipse.jdt"
      name="core"
      rev="3.1.1"
      conf="build-common->master" />

    <!-- JETTY -->
    <dependency
      org="org.mortbay.jetty"
      name="jetty"
      rev="6.1.7"
      conf="build-jetty->master" />
    <dependency
      org="org.mortbay.jetty"
      name="jetty-util"
      rev="6.1.7"
      conf="build-jetty->master,runtime" />
    <dependency
      org="org.mortbay.jetty"
      name="jetty-naming"
      rev="6.1.7"
      conf="build-jetty->master,runtime"
    >
      <exclude
        org="javax.mail"
        module="mail"
        name="*"
        type="*"
        ext="*"
        conf=""
        matcher="exact" />
    </dependency>
    <dependency
      org="org.mortbay.jetty"
      name="jetty-plus"
      rev="6.1.7"
      conf="build-jetty->master"
    />
    <dependency
      org="org.mortbay.jetty"
      name="jsp-2.1"
      rev="6.1.7"
      conf="build-jetty->master,runtime"
    >
      <exclude
        org="ant"
        module="ant"
        name="*"
        type="*"
        ext="*"
        conf=""
        matcher="exact" />
      <exclude
        org="org.eclipse.jdt"
        module="core"
        name="*"
        type="*"
        ext="*"
        conf=""
        matcher="exact" />
    </dependency>

    <!-- TOMCAT -->
    <dependency
      org="tomcat"
      name="catalina"
      rev="5.5.23"
      conf="build-tomcat->master" />
    <dependency
      org="tomcat"
      name="tomcat-coyote"
      rev="5.5.23"
      conf="build-tomcat->master" />
    <dependency
      org="tomcat"
      name="tomcat-http"
      rev="5.5.23"
      conf="build-tomcat->master" />
    <dependency
      org="tomcat"
      name="tomcat-util"
      rev="5.5.23"
      conf="build-tomcat->master" />
    <dependency
      org="tomcat"
      name="naming-resources"
      rev="5.5.23"
      conf="build-tomcat->master" />
    <dependency
      org="tomcat"
      name="naming-factory"
      rev="5.5.23"
      conf="build-tomcat->master" />
    <dependency
      org="tomcat"
      name="servlet-api"
      rev="5.5.23"
      conf="build-tomcat->master" />
    <dependency
      org="tomcat"
      name="jsp-api"
      rev="5.5.23"
      conf="build-tomcat->master" />
    <dependency
      org="tomcat"
      name="servlets-default"
      rev="5.5.23"
      conf="build-tomcat->master" />
    <dependency
      org="tomcat"
      name="jasper-compiler"
      rev="5.5.23"
      conf="build-tomcat->master" />
    <dependency
      org="tomcat"
      name="jasper-compiler"
      rev="5.5.23"
      conf="build-tomcat->master" />
    <dependency
      org="tomcat"
      name="jasper-runtime"
      rev="5.5.23"
      conf="build-tomcat->master" />
    <dependency
      org="commons-el"
      name="commons-el"
      rev="1.0"
      conf="build-tomcat->master" />
    <dependency
      org="commons-modeler"
      name="commons-modeler"
      rev="2.0.1"
      conf="build-tomcat->master" />
    <dependency
      org="commons-logging"
      name="commons-logging"
      rev="1.1.1"
      conf="build-tomcat->master" />

    <!-- RESIN -->
    <dependency
      org="com.caucho"
      name="resin"
      rev="4.0.0"
      conf="build-resin->master" />
    <dependency
      org="com.caucho"
      name="resin-javaee"
      rev="4.0.0"
      conf="build-resin->master" />
    <dependency
      org="com.caucho"
      name="resin-hessian"
      rev="4.0.0"
      conf="build-resin->master" />
    <dependency
      org="org.osgi"
      name="osgi_R4_core"
      rev="1.0"
      conf="build-resin->master" />

    <!-- TESTS REQUIRED ARTIFACTS -->
    <dependency
      org="junit"
      name="junit"
      rev="4.3.1"
      conf="build-tst->master" />
    <dependency
      org="net.sourceforge.htmlunit"
      name="htmlunit"
      rev="1.14"
      conf="build-tst->master,runtime" />

    <!-- TESTS WEB REQUIRED ARTIFACTS -->
    <dependency
      org="c3p0"
      name="c3p0"
      rev="0.9.1.2"
      conf="build-tst-www->master" />
    <dependency
      org="hsqldb"
      name="hsqldb"
      rev="1.8.0.7"
      conf="build-tst-www->master" />

    <!-- INSTALLER CREATION REQUIRED ARTIFACTS -->
    <dependency
      org="org.codehaus.izpack"
      name="izpack-standalone-compiler"
      rev="4.2.1"
      conf="installer->master" />
  </dependencies>
</ivy-module>
  • Mysql
  • Glassfish
  • Jruby
  • Rails
  • Nblogo
Terms of Use; Privacy Policy;
© 2010, Oracle Corporation and/or its affiliates
(revision 20120518.3c65429)
 
 
Close
loading
Please Confirm
Close