[jboss-cvs] repository.jboss.com/jboss/cache/2.0.0.BETA1 ...
Brian Stansberry
brian.stansberry at jboss.com
Fri Mar 2 10:00:04 EST 2007
User: bstansberry
Date: 07/03/02 10:00:04
Added: jboss/cache/2.0.0.BETA1 README.txt component-info.xml
Log:
Add JBC 2.0.0.BETA1
Revision Changes Path
1.1 date: 2007/03/02 15:00:04; author: bstansberry; state: Exp;repository.jboss.com/jboss/cache/2.0.0.BETA1/README.txt
Index: README.txt
===================================================================
$Id: README.txt,v 1.1 2007/03/02 15:00:04 bstansberry Exp $
NAME: JBossCache
VERSION: 2.0.0.BETA1
PROJECT: http://www.jboss.com/products/jbosscache
PURPOSE: Used by Clustering in JBossAS
1.1 date: 2007/03/02 15:00:04; author: bstansberry; state: Exp;repository.jboss.com/jboss/cache/2.0.0.BETA1/component-info.xml
Index: component-info.xml
===================================================================
<project name="jboss-cache-component-info">
<!-- ============================================================ -->
<!-- jboss/cache -->
<!-- ============================================================ -->
<component id="jboss/cache"
version="2.0.0.BETA1"
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