Code Search for Developers
 
 
  

ivy.xml from SmartFrog at Krugle


Show ivy.xml syntax highlighted

<?xml version="1.0" ?>
<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>
<ivy-module version="1.0">
  <info organisation="org.smartfrog" module="sf-ant">
    <license name="LGPL"/>
    <ivyauthor name="Hewlett-Packard" url="http://www.smartfrog.org"/>
    <description>
        Component to run Ant tasks under Smartfrog
        Created 16-Nov-2006 by slo
    </description>
  </info>
<!-- FIXME: Ivy 1.4.1 buildlist bug
  <configurations defaultconfmapping="default">
    <include file="../../antbuild/ivy/configurations.xml"/>
  </configurations>
  -->
<configurations defaultconfmapping="default">
  <conf name="default" extends="master,runtime"
      description="default configuration contains artifacts and runtime dependencies"/>
  <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="daemon" visibility="private"
      description="the classpath needed to run smartfrog daemons"/>
  <conf name="test" extends="default,compile"
      description="the classpath needed to run tests"/>
  <conf name="master" description="contains the artifact but no dependencies"/>
  <conf name="redist" description="redistributals excluding smartfrog artifacts"/>
  <conf name="runtime" description="runtime but not the artifact"
      extends="redist"/>
  <conf name="documentation"
      description="all documentation artifacts"/>  
</configurations> 

  <publications>
    <!--get the artifact from our module name-->
    <artifact conf="master"/>
    <artifact name="sf-ant-javadocs" conf="documentation" ext="zip"/>
    <artifact name="sf-ant-documentation" conf="documentation" ext="zip"/>    
  </publications>
  <dependencies>
    <dependency org="org.smartfrog"
      name="smartfrog"
      changing="true"
      rev="latest.integration"
      conf="compile->services;runtime->services;daemon->services"/>
    <dependency org="org.smartfrog"
        name="sf-tasks" changing="true"
        rev="latest.integration"
        conf="build->default"/>
    <dependency org="org.smartfrog"
        name="sf-testharness"
        changing="true"
        rev="latest.integration"
        conf="test->default"/>
    <dependency org="org.apache.ant"
        name="ant"
        rev="${apache.ant.version}"
        conf="compile->default;redist->default"/>
<!--    <dependency org="org.apache.ant"
        name="ant-optional"
        rev="${apache.ant.version}"
        conf="compile->default;redist->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

  doc/
    ant_readme.pdf
    ant_readme.sxw
  lib/
  src/
    org/
      smartfrog/
        services/
          ant/
            examples/
              example.sf
            Ant.java
            AntImpl.java
            AntProject.java
            AntRuntime.java
            components.sf
            tasks.sf
            types.sf
      Version.java
      version.sf
  test/
    org/
      smartfrog/
        services/
          ant/
            test/
              system/
                properties.sf
        test/
          system/
            components/
              ant/
                AntTest.java
                ant.sf
  .svnignore
  build-postenv.properties
  build.example.properties
  build.xml
  buildRelease.xml
  ivy.xml
  parsertargets
  project-template.pom
  releaseBuild.xml
  rmitargets