[infinispan-commits] Infinispan SVN: r617 - trunk/core/src/main/resources/xslt.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Fri Jul 24 05:13:28 EDT 2009


Author: mircea.markus
Date: 2009-07-24 05:13:27 -0400 (Fri, 24 Jul 2009)
New Revision: 617

Modified:
   trunk/core/src/main/resources/xslt/ehcache16x2infinispan4x.xslt
Log:
[ISPN-37] (EHCache migration script) - added UT for EHCache1.5

Modified: trunk/core/src/main/resources/xslt/ehcache16x2infinispan4x.xslt
===================================================================
--- trunk/core/src/main/resources/xslt/ehcache16x2infinispan4x.xslt	2009-07-24 08:58:55 UTC (rev 616)
+++ trunk/core/src/main/resources/xslt/ehcache16x2infinispan4x.xslt	2009-07-24 09:13:27 UTC (rev 617)
@@ -4,7 +4,7 @@
    <xsl:output method="xml" indent="yes" version="1.0" encoding="UTF-8" omit-xml-declaration="no"/>
    <xsl:template match="/ehcache">
       <xsl:comment>
-         This XSL stylesheet is used to convert an Ehcache 1.6.x configuration into an Infinispan 4.0.x configuration.
+         This XSL stylesheet is used to convert an Ehcache 1.5.x/1.6.x configuration into an Infinispan 4.0.x configuration.
          Note that Infinispan supports JGroups only, caches are migrated to using JGroups.
          Peer discovery will also be using JGroups. Eviction policies are translated to LRU, FIFO or NONE.
       </xsl:comment>



More information about the infinispan-commits mailing list