<project name="jboss-cache-component-info">

   <!-- ============================================================ -->
   <!-- jboss/cache                                                      -->
   <!-- ============================================================ -->

   <component id="jboss/cache"
              version="2.0.0.ALPHA2"
              licenseType="lgpl"
              projectHome="http://www.jboss.org/products/jbosscache"
              description="JBoss Cache is a product designed to cache 
              frequently accessed Java objects in order to dramatically improve 
              the performance of e-business applications."
   >
      <artifact id="jbosscache.jar"/>
      <artifact id="pojocache.jar"/>
      <export>
         <include input="jbosscache.jar"/>
         <include input="pojocache.jar"/>
      </export>
   </component>
</project>
