[jboss-cvs] repository.jboss.com/jboss/cache/2.0.0.DR1 ...

Ben Wang bwang at jboss.com
Tue Sep 26 10:28:58 EDT 2006


  User: bwang   
  Date: 06/09/26 10:28:58

  Added:       jboss/cache/2.0.0.DR1   README.txt component-info.xml
  Log:
  Added
  
  Revision  Changes    Path
  1.1      date: 2006/09/26 14:28:58;  author: bwang;  state: Exp;repository.jboss.com/jboss/cache/2.0.0.DR1/README.txt
  
  Index: README.txt
  ===================================================================
  
  $Id: README.txt,v 1.1 2006/09/26 14:28:58 bwang Exp $
  
  NAME:    JBossCache
  VERSION: 2.0.0.DR1
  PROJECT: http://www.jboss.com/products/jbosscache
  PURPOSE: Used by Clustering in JBossAS, HTTP session replication
  
  
  
  
  1.1      date: 2006/09/26 14:28:58;  author: bwang;  state: Exp;repository.jboss.com/jboss/cache/2.0.0.DR1/component-info.xml
  
  Index: component-info.xml
  ===================================================================
  <project name="jboss-cache-component-info">
  
     <!-- ============================================================ -->
     <!-- jboss/cache                                                      -->
     <!-- ============================================================ -->
  
     <component id="jboss/cache"
                version="2.0.0.DR1"
                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="jboss-cache.jar"/>
        <artifact id="pojocache.jar"/>
        <export>
           <include input="jboss-cache.jar"/>
           <include input="pojocache.jar"/>
        </export>
     </component>
  </project>
  
  
  



More information about the jboss-cvs-commits mailing list