[infinispan-commits] Infinispan SVN: r1235 - trunk/core/src/main/release.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Mon Nov 30 07:12:33 EST 2009


Author: manik.surtani at jboss.com
Date: 2009-11-30 07:12:33 -0500 (Mon, 30 Nov 2009)
New Revision: 1235

Added:
   trunk/core/src/main/release/README-Modules.txt
Removed:
   trunk/core/src/main/release/README-libs.txt
Log:
README explaining jar dependencies

Copied: trunk/core/src/main/release/README-Modules.txt (from rev 1234, trunk/core/src/main/release/README-libs.txt)
===================================================================
--- trunk/core/src/main/release/README-Modules.txt	                        (rev 0)
+++ trunk/core/src/main/release/README-Modules.txt	2009-11-30 12:12:33 UTC (rev 1235)
@@ -0,0 +1,6 @@
+Infinispan requires 'infinispan-core.jar' as well as all libraries in the 'lib' directory to be on your classpath, or
+packaged with your deployment.
+
+This distribution also ships with a number of optional modules, in the 'modules' directory.  If you wish to use one or
+more of these modules, you will also need the module's jar file and all of its dependencies ('modules/MODULE_NAME/lib')
+to be on your classpath, in addition to the jars mentioned earlier.


Property changes on: trunk/core/src/main/release/README-Modules.txt
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Deleted: trunk/core/src/main/release/README-libs.txt
===================================================================
--- trunk/core/src/main/release/README-libs.txt	2009-11-30 11:56:50 UTC (rev 1234)
+++ trunk/core/src/main/release/README-libs.txt	2009-11-30 12:12:33 UTC (rev 1235)
@@ -1,21 +0,0 @@
-JARs included in the distribution
-
-REQUIRED JARs
--------------
-
-The following JARs are REQUIRED for the proper operation of Infinispan, in addition to the infinispan-core.jar file:
-
-* jcip-annotations.jar - (http://jcip.net) - Annotations used to assert concurrency behaviour of internal classes.
-
-* jgroups.jar (http://jgroups.org) - Group communications library that is the backbone of Infinispan's replication.
-  Necessary even when the cache is run in LOCAL mode.
-
-* jboss-common-core.jar - JBoss utilities used by Infinispan.  Version 2.0.5.GA or above needed if run with JDK 6.
-
-* jboss-logging-spi.jar - Required by jboss-common-core.
-
-* jta.jar - JTA interfaces.  Not needed if these are provided elsewhere, e.g., an application server.
-
-Further, each additional module that you use - for example, cachestore/jdbc or tree - may have additional dependencies.
-
-  
\ No newline at end of file



More information about the infinispan-commits mailing list