Code Search for Developers
 
 
  

ivy.xml from SmartFrog at Krugle


Show ivy.xml syntax highlighted

<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>
<ivy-module version="1.4" 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="ivy/ivy.xsd"
    >
  <info organisation="org.smartfrog" module="sf-antbuild">
    <license name="LGPL"/>
    <ivyauthor name="Hewlett-Packard" url="http://www.smartfrog.org"/>
    <description>Smartfrog build tree</description>
  </info>
  <!-- define our configurations -->
  <configurations defaultconfmapping="default">
    <conf name="default" extends="master,runtime"/>
    <conf name="build" visibility="private"
        description="artifacts needed to build the application"/>
    <conf name="compile" visibility="private"
        description="artifacts needed to compile the application"/>
    <conf name="test" extends="compile"
        description="the classpath needed to run tests"/>
    <conf name="runtime"
        description="runtime artifacts"/>    
    <conf name="full" description="full filesystem image with all artifacts"/>
    <conf name="minimal" description="minimal filesystem image with enough of a layout for other things to install"/>
    <conf name="redist" description="redistributables excluding smartfrog artifacts"/>
    <conf name="source" description="complete source tree of smartfrog"/>
    <conf name="master" description="contains the artifact but no dependencies"/>
    <conf name="redist" description="redistributables excluding smartfrog artifacts"/>
    <conf name="documentation"
          description="all documentation artifacts"/>

  </configurations>
  <publications>
    <artifact conf="minimal" name="sf-antbuild-minimal" type="zip"/>
    <artifact conf="minimal" name="sf-antbuild-minimal" type="tar"/>
    <artifact conf="full" name="sf-antbuild-full" type="zip"/>
    <artifact conf="full" name="sf-antbuild-full" type="tar"/>
    <artifact conf="source" name="sf-antbuild-src" type="zip"/>
  </publications>
  <dependencies>
    <dependency org="org.smartfrog"
        name="smartfrog"
        changing="true"
        rev="latest.integration"
        conf="build->default"/>
  </dependencies>
</ivy-module>



See more files for this project here

SmartFrog

SmartFrog (Smart Framework for Object Groups) is a framework for configuring and automatically activating distributed applications. \r\nThe SmartFrog framework is released under LGPL license.\r\nMore info at: www.smartfrog.org

Project homepage: http://sourceforge.net/projects/smartfrog
Programming language(s): Java,XML
License: other

  antlib/
    checkstyle/
      antlr.jar
      checkstyle-4.0-beta5.jar
      checkstyle-optional-4.0-beta5.jar
      commons-beanutils-core.jar
      commons-cli.jar
      commons-collections.jar
      commons-logging.jar
    core/
      ant-contrib.jar
      maven-artifact-ant-2.0.2-dep.jar
  doc/
    ivy.ppt
    third_generation_build_process.sxw
  ivy/
    lib/
      ivy-1.4.1.jar
      ivy-2.0.0-alpha-2.jar
    configurations.xml
    ivy-doc.xsl
    ivy.xsd
    ivyconf.xml
  repository/
    berkeleydb/
      je/
        3.2.23/
          je-3.2.23.jar
          je-3.2.23.pom
    javax.jms/
      jms/
        1.1/
          jms-1.1.jar
          jms-1.1.pom
    jetty/
      jasper-compiler/
        4.2.24/
          jasper-compiler-4.2.24.jar
          jasper-compiler-4.2.24.jar.md5
          jasper-compiler-4.2.24.pom
          jasper-compiler-4.2.24.pom.md5
      jasper-runtime/
        4.2.24/
          jasper-runtime-4.2.24.jar
          jasper-runtime-4.2.24.jar.md5
          jasper-runtime-4.2.24.pom
          jasper-runtime-4.2.24.pom.md5
      jetty/
        4.2.24/
          jetty-4.2.24.jar
          jetty-4.2.24.jar.md5
          jetty-4.2.24.pom
          jetty-4.2.24.pom.md5
    kizoom/
      collections-generic/
        4.0.1/
          collections-generic-4.0.1.jar
          collections-generic-4.0.1.pom
      jmockextensions/
        20061027/
          jmockextensions-20061027.jar
          jmockextensions-20061027.pom
      lift/
        20061027/
          lift-20061027.jar
          lift-20061027.pom
    mom4j/
      mom4j/
        1.1/
          mom4j-1.1.jar
          mom4j-1.1.pom
      mom4j-client/
        1.1/
          mom4j-client-1.1.jar
          mom4j-client-1.1.pom
    saxon/
      saxon/
        8.1.1/
          saxon-8.1.1.jar
          saxon-8.1.1.pom
    solid/
      solid-datastore-helper/
        06.00.1001/
          solid-datastore-helper-06.00.1001.jar
      solid-jdbc-driver/
        06.00.1001/
          solid-jdbc-driver-06.00.1001.jar
    xindice/
      xindice/
        1.0/
          xindice-1.0.jar
          xindice-1.0.pom
        1.1/
          xindice-1.1.jar
          xindice-1.1.pom
    xmldb/
      xmldb-api/
      xmldb-common/
      xmldb-xupdate/
    readme.txt
  xml/
    checkstyle/
    checkstyle.xml
    classpaths.xml
    compile-and-jar-mixin.xml
    core.xml
    daemon.xml
    dist.xml
    gui.xml
    ivy-mixin.xml
    javadoc-mixin.xml
    m2.xml
    macros-mixin.xml
    maven-v4_0_0.xsd
    rpm.xml
    security-mixin.xml
    sftasks.xml
    state.xml
    systemtest.xml
    unittest.xml
  .svnignore
  build.xml
  ivy.xml