buildframework/helium/config/ivy/ivy.xml
changeset 1 be27ed110b50
child 217 0f5e3a7fb6af
equal deleted inserted replaced
0:044383f39525 1:be27ed110b50
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!-- 
       
     3 ============================================================================ 
       
     4 Name        : ivy.xml 
       
     5 Part of     : Helium 
       
     6 
       
     7 Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     8 All rights reserved.
       
     9 This component and the accompanying materials are made available
       
    10 under the terms of the License "Eclipse Public License v1.0"
       
    11 which accompanies this distribution, and is available
       
    12 at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    13 
       
    14 Initial Contributors:
       
    15 Nokia Corporation - initial contribution.
       
    16 
       
    17 Contributors:
       
    18 
       
    19 Description:
       
    20 
       
    21 ============================================================================
       
    22 -->
       
    23 <ivy-module version="1.0">
       
    24 
       
    25     <info organisation="S60_SAM"
       
    26           module="helium"
       
    27           revision="2.32"
       
    28           status="integration"
       
    29           publication="">
       
    30         <license name="Nokia" url="http://www.my.org/mymodule/mylicense.html"/>
       
    31         <ivyauthor name="Helium team" url="http://helium.nmp.nokia.com/"/>
       
    32         <repository name="Helium" url="http://www.jayasoft.fr/org/ivyrep/" pattern="[organisation]/[module]/ivy-[revision].xml" ivys="true" artifacts="false"/>
       
    33         <description homepage="http://www.my.org/mymodule/">
       
    34         </description>
       
    35     </info>
       
    36 
       
    37     <configurations>
       
    38         <conf name="core" description="Core Helium tools from SymSEE."/>
       
    39         <conf name="subcon" extends="core" description="Helium libraries for SF and Nokia."/>
       
    40         <conf name="core_install" extends="subcon" description="Core Helium libraries."/>
       
    41         <conf name="product" extends="core" description="Product build libraries."/>
       
    42         <conf name="ido" extends="core" description="IDO build tools from SymSEE."/>
       
    43         <conf name="sf_install" description="SF build libraries."/>
       
    44         <conf name="ido_install" extends="ido" description="IDO build libraries."/>
       
    45         <conf name="internal" extends="ido" description="Internal libraries."/>
       
    46     </configurations>
       
    47     
       
    48     <publications/>
       
    49     
       
    50     <dependencies defaultconfmapping="core->default;subcon->default;core_install->default;ido_install->default;sf_install->default">
       
    51         <!-- Core dependencies -->
       
    52         <dependency org="SWEPT" name="ant" rev="1.7" conf="core"/>
       
    53         <dependency org="SWEPT" name="java" rev="1.6" conf="core"/>
       
    54         <dependency org="SWEPT" name="perl" rev="5.6.1" conf="core"/>
       
    55         <dependency org="SWEPT" name="python" rev="2.5" conf="core"/>
       
    56 
       
    57         <!-- Dependency for product builds -->
       
    58         <dependency org="SWEPT" name="unzip" rev="5.40" conf="product->default"/>
       
    59         
       
    60         <!-- IDO dependencies -->
       
    61         <dependency org="SWEPT" name="7zip" rev="4" conf="ido->default"/>
       
    62         <dependency org="SWEPT" name="ccm" rev="6.5" conf="ido->default"/>
       
    63         <dependency org="SWEPT" name="codescanner" rev="[2.0,2.1]" conf="ido->default"/>
       
    64         <dependency org="SWEPT" name="java13" rev="1.3.1" conf="ido->default"/>
       
    65         <dependency org="SWEPT" name="sbs" rev="2.4" conf="ido->default"/>
       
    66         
       
    67         <!-- These dependencies are not in Ibiblio Maven2 so they need to be referenced explicitly by url -->
       
    68         <dependency org="python" name="eggs_subcon" rev="1.0" conf="subcon"/>
       
    69         <dependency org="java" name="jars_subcon" rev="1.0" conf="subcon"/>
       
    70         <dependency org="python" name="eggs" rev="1.0" conf="core_install"/>
       
    71         <dependency org="java" name="jars" rev="1.0" conf="core_install"/>
       
    72         
       
    73         <!-- Dependencies in Ibiblio Maven2 -->
       
    74         <!-- License: Apache 2.0 -->
       
    75         <dependency org="commons-collections" name="commons-collections" rev="3.2" transitive="false" conf="subcon"/>
       
    76         <!-- License: Apache 2.0 -->
       
    77         <dependency org="commons-configuration" name="commons-configuration" rev="1.5" transitive="false" conf="subcon"/>
       
    78         <!-- License: Apache 2.0 -->
       
    79         <dependency org="commons-lang" name="commons-lang" rev="2.4" transitive="false" conf="subcon"/>
       
    80         <!-- License: Apache 2.0 -->
       
    81         <dependency org="commons-logging" name="commons-logging" rev="1.1.1" transitive="false" conf="subcon"/>
       
    82         <!-- License: Apache 2.0 -->
       
    83         <dependency org="ant-contrib" name="ant-contrib" rev="1.0b2" transitive="false" conf="subcon"/>
       
    84         <!-- License: Apache 2.0 -->
       
    85         <dependency org="bsf" name="bsf" rev="2.4.0" transitive="false" conf="subcon"/>
       
    86         <!-- License: Dom4j -->
       
    87         <dependency org="dom4j" name="dom4j" rev="1.6.1" transitive="false" conf="subcon"/>
       
    88         <!-- License: BSD and CDDL -->
       
    89         <dependency org="org.freemarker" name="freemarker" rev="2.3.13" transitive="false" conf="subcon"/>
       
    90         <!-- License: Apache 1.1 and BSD -->
       
    91         <dependency org="net.sourceforge.fmpp" name="fmpp" rev="0.9.13" transitive="false" conf="subcon"/>
       
    92         <!-- License: Apache 2.0 -->
       
    93         <dependency org="commons-codec" name="commons-codec" rev="1.3" transitive="false" conf="subcon"/>
       
    94         <!-- License: Apache 1.1 -->
       
    95         <dependency org="commons-discovery" name="commons-discovery" rev="0.2" transitive="false" conf="subcon"/>
       
    96         <!-- License: Apache 2.0 -->
       
    97         <dependency org="commons-httpclient" name="commons-httpclient" rev="3.1" transitive="false" conf="subcon"/>
       
    98         <!-- License: Apache 2.0 -->
       
    99         <dependency org="commons-io" name="commons-io" rev="1.4" transitive="false" conf="subcon"/>
       
   100         <!-- License: Apache 2.0 -->
       
   101         <dependency org="commons-jxpath" name="commons-jxpath" rev="1.2" transitive="false" conf="subcon"/>
       
   102         <!-- License: Apache 2.0 -->
       
   103         <dependency org="org.apache.ant" name="ant-antunit" rev="1.0" transitive="false" conf="subcon"/>
       
   104         <!-- License: BSD -->
       
   105         <dependency org="asm" name="asm" rev="2.2.1" transitive="false" conf="subcon"/>
       
   106         <!-- License: BSD -->
       
   107         <dependency org="jsch" name="jsch" rev="0.1.29" transitive="false" conf="subcon"/>
       
   108         <!-- License: Apache 2.0 -->
       
   109         <dependency org="log4j" name="log4j" rev="1.2.9" transitive="false" conf="subcon"/>
       
   110         <!-- License: Apache 1.1 -->
       
   111         <dependency org="oro" name="oro" rev="2.0.8" transitive="false" conf="subcon"/>
       
   112         <!-- License: Common Public License Version 1.0 -->
       
   113         <dependency org="wsdl4j" name="wsdl4j" rev="1.5.1" transitive="false" conf="subcon"/>
       
   114         <dependency org="jaxen" name="jaxen" rev="1.1.1" transitive="false" conf="subcon"/>
       
   115         <!-- License: BSD -->
       
   116         <dependency org="xmlunit" name="xmlunit" rev="1.2" transitive="false" conf="subcon"/>
       
   117         <!-- License: BSD, CDDL -->
       
   118         <dependency org="javax.mail" name="mail" rev="1.4.1" transitive="false" conf="subcon"/>
       
   119         <!-- License: Apache 1.1 -->
       
   120         <dependency org="velocity" name="velocity-dep" rev="1.3.1" transitive="false" conf="subcon"/>
       
   121         <!-- License: Common Public License Version 1.0 -->
       
   122         <dependency org="junit" name="junit" rev="4.5" transitive="false" conf="subcon"/>
       
   123         <!-- License: Apache 2.0 -->
       
   124         <dependency org="xalan" name="xalan" rev="2.7.1" transitive="false" conf="subcon"/>
       
   125         <!-- License: Apache 2.0 -->
       
   126         <dependency org="xalan" name="serializer" rev="2.7.1" transitive="false" conf="subcon"/>
       
   127         <!-- License: Common Public License Version 1.0 -->
       
   128         <dependency org="emma" name="emma" rev="2.0.5312" transitive="false" conf="subcon"/>
       
   129         <!-- License: Common Public License Version 1.0 -->
       
   130         <dependency org="emma" name="emma_ant" rev="2.0.5312" transitive="false" conf="subcon"/>
       
   131         <!-- License: Apache 2.0 -->
       
   132         <dependency org="org.apache.maven.scm" name="maven-scm-api" rev="1.1" transitive="false" conf="subcon"/>
       
   133         <!-- License: Apache 2.0 -->
       
   134         <dependency org="org.apache.maven.scm" name="maven-scm-provider-hg" rev="1.1" transitive="false" conf="subcon"/>
       
   135         <!-- License: Apache 2.0 -->
       
   136         <dependency org="org.codehaus.plexus" name="plexus-utils" rev="1.5.6" transitive="false" conf="subcon"/>
       
   137         
       
   138         <dependency org="asm" name="asm-tree" rev="2.2.1" transitive="false" conf="core_install"/>
       
   139         <dependency org="axis" name="axis" rev="latest.integration" transitive="false" conf="core_install"/>
       
   140         <dependency org="xml-apis" name="xml-apis" rev="latest.integration" transitive="false" conf="core_install"/>
       
   141         <dependency org="javax.xml" name="jaxrpc" rev="latest.integration" transitive="false" conf="core_install"/>
       
   142         <dependency org="checkstyle" name="checkstyle" rev="4.4" conf="internal"/>        
       
   143         <!-- License: BSD -->
       
   144         <dependency org="javax.xml.soap" name="saaj-api" rev="1.3" transitive="false" conf="core_install"/>
       
   145         
       
   146         <!--
       
   147         sun.mail
       
   148         <dependency org="" name="dsn" rev="latest.integration" transitive="false" conf="core_install"/>
       
   149         <dependency org="" name="smtp" rev="latest.integration" transitive="false" conf="core_install"/>
       
   150         -->
       
   151         
       
   152         <!-- Installed using installer -->
       
   153         <!-- License: MIT -->
       
   154         <dependency org="java" name="jep" rev="2.3-java6" transitive="false" conf="subcon"/>
       
   155         
       
   156         <!-- License: LGPL, W3C -->
       
   157         <dependency org="java" name="xincluder" rev="1.0d11" transitive="false" conf="subcon"/>
       
   158         
       
   159         <!-- IDO continous integration package -->
       
   160         <dependency org="java" name="cruisecontrol" rev="2.8.2" conf="ido_install"/>
       
   161         
       
   162         <dependency org="java" name="cruisecontrol" rev="2.8.2" conf="sf_install"/>
       
   163     </dependencies>
       
   164     
       
   165 </ivy-module>
       
   166 
       
   167