Sophie

Sophie

distrib > Mageia > 2 > i586 > media > core-release-src > by-pkgid > 9952f24b11533d948891ddca3f00d5c2 > files > 2

oscache-2.4.1-1.mga2.src.rpm

<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="http://www.jayasoft.fr/org/ivyrep/ivy-doc.xsl"?>
<ivy-module version="1.0">
    <info organisation="opensymphony" module="oscache"
          revision="2.4.1"
          status="release"
          publication="20070707120000">
        <license name="Apache" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/>
        <ivyauthor name="opensymphony" url="http://www.opensymphony.com/"/>

        <description homepage="http://www.opensymphony.com/oscache/">
			OSCache is a caching solution that includes a JSP tag library and set of classes to perform 
			fine grained dynamic caching of JSP content, servlet responses or arbitrary objects. It 
			provides both in memory and persistent on disk caches, and can allow your site to have 
			graceful error tolerance (eg if an error occurs like your db goes down, you can serve the 
			cached content so people can still surf the site almost without knowing).
        </description>
    </info>
    
    <configurations>
        <conf name="build" visibility="private"/>
        <conf name="default" description="Default configuration"/>
        <conf name="jgroups" description="JGroups integration"/>
    </configurations>

    <publications>
        <artifact name="oscache" type="jar" conf="default"/>
    </publications>
    
    <dependencies>
        <!-- build dependencies -->
        <dependency org="java" name="junit" rev="3.8.2" conf="build->*"/>
        <dependency org="java" name="servletapi4" rev="4.1.31" conf="build->*"/>
        <dependency org="java" name="jms" rev="1.1" conf="build->*"/>
        <dependency org="java" name="httpunit" rev="1.6" conf="build->*"/>
        <dependency org="java" name="junitperf" rev="1.8" conf="build->*"/>
        <dependency org="java" name="hibernate3-core" rev="3.5.6" conf="build->*" />

        <!-- oscache -->
        <dependency org="java" name="commons-logging" rev="1.1" conf="default->*"/>

        <!-- jgroups -->
        <dependency org="java" name="jgroups" rev="2.2.8" conf="jgroups->*"/>
    </dependencies>
</ivy-module>