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

Brian Stansberry brian.stansberry at jboss.com
Fri Nov 17 12:52:11 EST 2006


  User: bstansberry
  Date: 06/11/17 12:52:11

  Added:       jboss/cache/2.0.0.ALPHA1   README.txt component-info.xml
  Log:
  Add JBoss Cache 2.0.0.ALPHA1
  
  Revision  Changes    Path
  1.1      date: 2006/11/17 17:52:11;  author: bstansberry;  state: Exp;repository.jboss.com/jboss/cache/2.0.0.ALPHA1/README.txt
  
  Index: README.txt
  ===================================================================
  
  $Id: README.txt,v 1.1 2006/11/17 17:52:11 bstansberry Exp $
  
  NAME:    JBossCache
  VERSION: 2.0.0.ALPHA1
  PROJECT: http://www.jboss.com/products/jbosscache
  PURPOSE: Used by Clustering in JBossAS, HTTP session replication
  
  
  
  
  1.1      date: 2006/11/17 17:52:11;  author: bstansberry;  state: Exp;repository.jboss.com/jboss/cache/2.0.0.ALPHA1/component-info.xml
  
  Index: component-info.xml
  ===================================================================
  <project name="jboss-cache-component-info">
  
     <!-- ============================================================ -->
     <!-- jboss/cache                                                      -->
     <!-- ============================================================ -->
  
     <component id="jboss/cache"
                version="2.0.0.snapshot"
                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>
  
  
  



More information about the jboss-cvs-commits mailing list