You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2013/08/25 16:17:28 UTC

svn commit: r1517295 [2/15] - in /commons/proper/jcs/trunk: ./ auxiliary-builds/javagroups/src/java/org/apache/commons/ auxiliary-builds/javagroups/src/java/org/apache/jcs/auxiliary/javagroups/ auxiliary-builds/javagroups/src/test/org/apache/commons/ a...

Modified: commons/proper/jcs/trunk/auxiliary-builds/javagroups/src/java/org/apache/jcs/auxiliary/javagroups/JavaGroupsCache.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/auxiliary-builds/javagroups/src/java/org/apache/jcs/auxiliary/javagroups/JavaGroupsCache.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/auxiliary-builds/javagroups/src/java/org/apache/jcs/auxiliary/javagroups/JavaGroupsCache.java (original)
+++ commons/proper/jcs/trunk/auxiliary-builds/javagroups/src/java/org/apache/jcs/auxiliary/javagroups/JavaGroupsCache.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.auxiliary.javagroups;
+package org.apache.commons.jcs.auxiliary.javagroups;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -21,12 +21,12 @@ package org.apache.jcs.auxiliary.javagro
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.apache.jcs.auxiliary.AuxiliaryCache;
-import org.apache.jcs.engine.CacheConstants;
-import org.apache.jcs.engine.CacheElement;
-import org.apache.jcs.engine.behavior.ICacheElement;
-import org.apache.jcs.engine.behavior.ICacheType;
-import org.apache.jcs.engine.control.CompositeCache;
+import org.apache.commons.jcs.auxiliary.AuxiliaryCache;
+import org.apache.commons.jcs.engine.CacheConstants;
+import org.apache.commons.jcs.engine.CacheElement;
+import org.apache.commons.jcs.engine.behavior.ICacheElement;
+import org.apache.commons.jcs.engine.behavior.ICacheType;
+import org.apache.commons.jcs.engine.control.CompositeCache;
 import org.javagroups.Channel;
 import org.javagroups.Message;
 import org.javagroups.View;

Modified: commons/proper/jcs/trunk/auxiliary-builds/javagroups/src/java/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheAttributes.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/auxiliary-builds/javagroups/src/java/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheAttributes.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/auxiliary-builds/javagroups/src/java/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheAttributes.java (original)
+++ commons/proper/jcs/trunk/auxiliary-builds/javagroups/src/java/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheAttributes.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.auxiliary.javagroups;
+package org.apache.commons.jcs.auxiliary.javagroups;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -19,7 +19,7 @@ package org.apache.jcs.auxiliary.javagro
  * under the License.
  */
 
-import org.apache.jcs.auxiliary.AuxiliaryCacheAttributes;
+import org.apache.commons.jcs.auxiliary.AuxiliaryCacheAttributes;
 
 /**
  * Attributes used by {@link JavaGroupsCacheFactory#createCache} to configure

Modified: commons/proper/jcs/trunk/auxiliary-builds/javagroups/src/java/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheFactory.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/auxiliary-builds/javagroups/src/java/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheFactory.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/auxiliary-builds/javagroups/src/java/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheFactory.java (original)
+++ commons/proper/jcs/trunk/auxiliary-builds/javagroups/src/java/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheFactory.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.auxiliary.javagroups;
+package org.apache.commons.jcs.auxiliary.javagroups;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -19,11 +19,11 @@ package org.apache.jcs.auxiliary.javagro
  * under the License.
  */
 
-import org.apache.jcs.auxiliary.AuxiliaryCacheFactory;
-import org.apache.jcs.auxiliary.AuxiliaryCache;
-import org.apache.jcs.auxiliary.AuxiliaryCacheAttributes;
-import org.apache.jcs.engine.control.CompositeCacheManager;
-import org.apache.jcs.engine.control.CompositeCache;
+import org.apache.commons.jcs.auxiliary.AuxiliaryCacheFactory;
+import org.apache.commons.jcs.auxiliary.AuxiliaryCache;
+import org.apache.commons.jcs.auxiliary.AuxiliaryCacheAttributes;
+import org.apache.commons.jcs.engine.control.CompositeCacheManager;
+import org.apache.commons.jcs.engine.control.CompositeCache;
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 import org.javagroups.ChannelFactory;

Modified: commons/proper/jcs/trunk/auxiliary-builds/javagroups/src/test/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheTest.ccf
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/auxiliary-builds/javagroups/src/test/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheTest.ccf?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/auxiliary-builds/javagroups/src/test/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheTest.ccf (original)
+++ commons/proper/jcs/trunk/auxiliary-builds/javagroups/src/test/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheTest.ccf Sun Aug 25 14:17:11 2013
@@ -15,14 +15,14 @@
 # specific language governing permissions and limitations
 # under the License.
 jcs.default = JG
-jcs.default.elementattributes = org.apache.jcs.engine.ElementAttributes
+jcs.default.elementattributes = org.apache.commons.jcs.engine.ElementAttributes
 jcs.default.elementattributes.IsEternal = true
 jcs.default.elementattributes.MaxLifeSeconds = 60
 jcs.default.elementattributes.IsSpool = true
 jcs.default.elementattributes.IsRemote = true
 jcs.default.elementattributes.IsLateral = true
 
-jcs.auxiliary.JG = org.apache.jcs.auxiliary.javagroups.JavaGroupsCacheFactory
-jcs.auxiliary.JG.attributes = org.apache.jcs.auxiliary.javagroups.JavaGroupsCacheAttributes
+jcs.auxiliary.JG = org.apache.commons.jcs.auxiliary.javagroups.JavaGroupsCacheFactory
+jcs.auxiliary.JG.attributes = org.apache.commons.jcs.auxiliary.javagroups.JavaGroupsCacheAttributes
 jcs.auxiliary.JG.attributes.ChannelFactoryClassName = org.javagroups.JChannelFactory
 jcs.auxiliary.JG.attributes.ChannelProperties = UDP(mcast_addr=224.0.0.100;mcast_port=7501):PING:FD:STABLE:NAKACK:UNICAST:FRAG:FLUSH:GMS:VIEW_ENFORCER:QUEUE

Modified: commons/proper/jcs/trunk/auxiliary-builds/javagroups/src/test/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/auxiliary-builds/javagroups/src/test/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheTest.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/auxiliary-builds/javagroups/src/test/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheTest.java (original)
+++ commons/proper/jcs/trunk/auxiliary-builds/javagroups/src/test/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheTest.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.auxiliary.javagroups;
+package org.apache.commons.jcs.auxiliary.javagroups;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -19,8 +19,8 @@ package org.apache.jcs.auxiliary.javagro
  * under the License.
  */
 
-import org.apache.jcs.engine.control.CompositeCacheManager;
-import org.apache.jcs.access.CacheAccess;
+import org.apache.commons.jcs.engine.control.CompositeCacheManager;
+import org.apache.commons.jcs.access.CacheAccess;
 import org.javagroups.log.Tracer;
 import org.javagroups.log.Trace;
 

Modified: commons/proper/jcs/trunk/auxiliary-builds/javagroups/src/test/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheWithGetTest.ccf
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/auxiliary-builds/javagroups/src/test/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheWithGetTest.ccf?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/auxiliary-builds/javagroups/src/test/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheWithGetTest.ccf (original)
+++ commons/proper/jcs/trunk/auxiliary-builds/javagroups/src/test/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheWithGetTest.ccf Sun Aug 25 14:17:11 2013
@@ -15,15 +15,15 @@
 # specific language governing permissions and limitations
 # under the License.
 jcs.default = JG
-jcs.default.elementattributes = org.apache.jcs.engine.ElementAttributes
+jcs.default.elementattributes = org.apache.commons.jcs.engine.ElementAttributes
 jcs.default.elementattributes.IsEternal = true
 jcs.default.elementattributes.MaxLifeSeconds = 60
 jcs.default.elementattributes.IsSpool = true
 jcs.default.elementattributes.IsRemote = true
 jcs.default.elementattributes.IsLateral = true
 
-jcs.auxiliary.JG = org.apache.jcs.auxiliary.javagroups.JavaGroupsCacheFactory
-jcs.auxiliary.JG.attributes = org.apache.jcs.auxiliary.javagroups.JavaGroupsCacheAttributes
+jcs.auxiliary.JG = org.apache.commons.jcs.auxiliary.javagroups.JavaGroupsCacheFactory
+jcs.auxiliary.JG.attributes = org.apache.commons.jcs.auxiliary.javagroups.JavaGroupsCacheAttributes
 jcs.auxiliary.JG.attributes.ChannelFactoryClassName = org.javagroups.JChannelFactory
 jcs.auxiliary.JG.attributes.ChannelProperties = UDP(mcast_addr=224.0.0.100;mcast_port=7501):PING:FD:STABLE:NAKACK:UNICAST:FRAG:FLUSH:GMS:VIEW_ENFORCER:QUEUE
 jcs.auxiliary.JG.attributes.GetFromPeers = true

Modified: commons/proper/jcs/trunk/auxiliary-builds/javagroups/src/test/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheWithGetTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/auxiliary-builds/javagroups/src/test/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheWithGetTest.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/auxiliary-builds/javagroups/src/test/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheWithGetTest.java (original)
+++ commons/proper/jcs/trunk/auxiliary-builds/javagroups/src/test/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheWithGetTest.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.auxiliary.javagroups;
+package org.apache.commons.jcs.auxiliary.javagroups;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -19,8 +19,8 @@ package org.apache.jcs.auxiliary.javagro
  * under the License.
  */
 
-import org.apache.jcs.engine.control.CompositeCacheManager;
-import org.apache.jcs.access.CacheAccess;
+import org.apache.commons.jcs.engine.control.CompositeCacheManager;
+import org.apache.commons.jcs.access.CacheAccess;
 import org.javagroups.log.Tracer;
 import org.javagroups.log.Trace;
 

Modified: commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/javagroups/JavaGroupsCache.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/javagroups/JavaGroupsCache.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/javagroups/JavaGroupsCache.java (original)
+++ commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/javagroups/JavaGroupsCache.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.auxiliary.javagroups;
+package org.apache.commons.jcs.auxiliary.javagroups;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -27,17 +27,17 @@ import java.util.Vector;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.apache.jcs.auxiliary.AuxiliaryCache;
-import org.apache.jcs.engine.CacheConstants;
-import org.apache.jcs.engine.CacheElement;
-import org.apache.jcs.engine.behavior.ICacheElement;
-import org.apache.jcs.engine.behavior.ICacheType;
-import org.apache.jcs.engine.behavior.ICompositeCacheManager;
-import org.apache.jcs.engine.control.CompositeCache;
-import org.apache.jcs.engine.stats.StatElement;
-import org.apache.jcs.engine.stats.Stats;
-import org.apache.jcs.engine.stats.behavior.IStatElement;
-import org.apache.jcs.engine.stats.behavior.IStats;
+import org.apache.commons.jcs.auxiliary.AuxiliaryCache;
+import org.apache.commons.jcs.engine.CacheConstants;
+import org.apache.commons.jcs.engine.CacheElement;
+import org.apache.commons.jcs.engine.behavior.ICacheElement;
+import org.apache.commons.jcs.engine.behavior.ICacheType;
+import org.apache.commons.jcs.engine.behavior.ICompositeCacheManager;
+import org.apache.commons.jcs.engine.control.CompositeCache;
+import org.apache.commons.jcs.engine.stats.StatElement;
+import org.apache.commons.jcs.engine.stats.Stats;
+import org.apache.commons.jcs.engine.stats.behavior.IStatElement;
+import org.apache.commons.jcs.engine.stats.behavior.IStats;
 import org.jgroups.Address;
 import org.jgroups.Channel;
 import org.jgroups.MembershipListener;
@@ -393,7 +393,7 @@ public class JavaGroupsCache
     /*
      * (non-Javadoc)
      *
-     * @see org.apache.jcs.auxiliary.AuxiliaryCache#getStatistics()
+     * @see org.apache.commons.jcs.auxiliary.AuxiliaryCache#getStatistics()
      */
     public IStats getStatistics()
     {

Modified: commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheAttributes.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheAttributes.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheAttributes.java (original)
+++ commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheAttributes.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.auxiliary.javagroups;
+package org.apache.commons.jcs.auxiliary.javagroups;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -19,8 +19,8 @@ package org.apache.jcs.auxiliary.javagro
  * under the License.
  */
 
-import org.apache.jcs.auxiliary.AbstractAuxiliaryCacheAttributes;
-import org.apache.jcs.auxiliary.AuxiliaryCacheAttributes;
+import org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheAttributes;
+import org.apache.commons.jcs.auxiliary.AuxiliaryCacheAttributes;
 
 /**
  * Attributes used by {@link JavaGroupsCacheFactory#createCache}to configure an

Modified: commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheFactory.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheFactory.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheFactory.java (original)
+++ commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/javagroups/JavaGroupsCacheFactory.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.auxiliary.javagroups;
+package org.apache.commons.jcs.auxiliary.javagroups;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -21,10 +21,10 @@ package org.apache.jcs.auxiliary.javagro
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.apache.jcs.auxiliary.AuxiliaryCache;
-import org.apache.jcs.auxiliary.AuxiliaryCacheAttributes;
-import org.apache.jcs.auxiliary.AuxiliaryCacheFactory;
-import org.apache.jcs.engine.behavior.ICompositeCacheManager;
+import org.apache.commons.jcs.auxiliary.AuxiliaryCache;
+import org.apache.commons.jcs.auxiliary.AuxiliaryCacheAttributes;
+import org.apache.commons.jcs.auxiliary.AuxiliaryCacheFactory;
+import org.apache.commons.jcs.engine.behavior.ICompositeCacheManager;
 import org.jgroups.Channel;
 import org.jgroups.ChannelFactory;
 
@@ -45,8 +45,8 @@ public class JavaGroupsCacheFactory
     /*
      * (non-Javadoc)
      *
-     * @see org.apache.jcs.auxiliary.AuxiliaryCacheFactory#createCache(org.apache.jcs.auxiliary.AuxiliaryCacheAttributes,
-     *      org.apache.jcs.engine.behavior.ICompositeCacheManager)
+     * @see org.apache.commons.jcs.auxiliary.AuxiliaryCacheFactory#createCache(org.apache.commons.jcs.auxiliary.AuxiliaryCacheAttributes,
+     *      org.apache.commons.jcs.engine.behavior.ICompositeCacheManager)
      */
     public AuxiliaryCache createCache( AuxiliaryCacheAttributes iaca, ICompositeCacheManager cacheMgr )
     {

Modified: commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/LateralCacheFactory.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/LateralCacheFactory.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/LateralCacheFactory.java (original)
+++ commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/LateralCacheFactory.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.auxiliary.lateral;
+package org.apache.commons.jcs.auxiliary.lateral;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -24,12 +24,12 @@ import java.util.StringTokenizer;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.apache.jcs.auxiliary.AuxiliaryCache;
-import org.apache.jcs.auxiliary.AuxiliaryCacheAttributes;
-import org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes;
-import org.apache.jcs.auxiliary.lateral.javagroups.LateralCacheJGListener;
-import org.apache.jcs.engine.behavior.ICache;
-import org.apache.jcs.engine.behavior.ICompositeCacheManager;
+import org.apache.commons.jcs.auxiliary.AuxiliaryCache;
+import org.apache.commons.jcs.auxiliary.AuxiliaryCacheAttributes;
+import org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes;
+import org.apache.commons.jcs.auxiliary.lateral.javagroups.LateralCacheJGListener;
+import org.apache.commons.jcs.engine.behavior.ICache;
+import org.apache.commons.jcs.engine.behavior.ICompositeCacheManager;
 
 /**
  * Constructs a LateralCacheNoWaitFacade for the given configuration. Each
@@ -52,8 +52,8 @@ public class LateralCacheFactory
     /*
      * (non-Javadoc)
      *
-     * @see org.apache.jcs.auxiliary.AuxiliaryCacheFactory#createCache(org.apache.jcs.auxiliary.AuxiliaryCacheAttributes,
-     *      org.apache.jcs.engine.behavior.ICompositeCacheManager)
+     * @see org.apache.commons.jcs.auxiliary.AuxiliaryCacheFactory#createCache(org.apache.commons.jcs.auxiliary.AuxiliaryCacheAttributes,
+     *      org.apache.commons.jcs.engine.behavior.ICompositeCacheManager)
      */
     public AuxiliaryCache createCache( AuxiliaryCacheAttributes iaca, ICompositeCacheManager cacheMgr )
     {
@@ -136,8 +136,8 @@ public class LateralCacheFactory
     /*
      * (non-Javadoc)
      *
-     * @see org.apache.jcs.auxiliary.lateral.LateralCacheAbstractFactory#createListener(org.apache.jcs.auxiliary.lateral.LateralCacheAttributes,
-     *      org.apache.jcs.engine.behavior.ICompositeCacheManager)
+     * @see org.apache.commons.jcs.auxiliary.lateral.LateralCacheAbstractFactory#createListener(org.apache.commons.jcs.auxiliary.lateral.LateralCacheAttributes,
+     *      org.apache.commons.jcs.engine.behavior.ICompositeCacheManager)
      */
     public void createListener( LateralCacheAttributes lac, ICompositeCacheManager cacheMgr )
     {

Modified: commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/LateralCacheManager.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/LateralCacheManager.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/LateralCacheManager.java (original)
+++ commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/LateralCacheManager.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.auxiliary.lateral;
+package org.apache.commons.jcs.auxiliary.lateral;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -26,17 +26,17 @@ import java.util.Map;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.apache.jcs.auxiliary.AuxiliaryCache;
-import org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes;
-import org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheListener;
-import org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheManager;
-import org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheObserver;
-import org.apache.jcs.auxiliary.lateral.behavior.ICacheServiceNonLocal;
-import org.apache.jcs.auxiliary.lateral.javagroups.LateralCacheJGListener;
-import org.apache.jcs.auxiliary.lateral.javagroups.LateralJGService;
-import org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener;
-import org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPService;
-import org.apache.jcs.engine.behavior.ICompositeCacheManager;
+import org.apache.commons.jcs.auxiliary.AuxiliaryCache;
+import org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes;
+import org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheListener;
+import org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheManager;
+import org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheObserver;
+import org.apache.commons.jcs.auxiliary.lateral.behavior.ICacheServiceNonLocal;
+import org.apache.commons.jcs.auxiliary.lateral.javagroups.LateralCacheJGListener;
+import org.apache.commons.jcs.auxiliary.lateral.javagroups.LateralJGService;
+import org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener;
+import org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPService;
+import org.apache.commons.jcs.engine.behavior.ICompositeCacheManager;
 
 /**
  * Creates lateral caches. Lateral caches are primarily used for removing non
@@ -326,7 +326,7 @@ public class LateralCacheManager
     /*
      * (non-Javadoc)
      *
-     * @see org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheManager#getInstances()
+     * @see org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheManager#getInstances()
      */
     public Map getInstances()
     {
@@ -334,7 +334,7 @@ public class LateralCacheManager
     }
 
     /* (non-Javadoc)
-     * @see org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheManager#getCaches()
+     * @see org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheManager#getCaches()
      */
     public Map getCaches()
     {
@@ -343,7 +343,7 @@ public class LateralCacheManager
     }
 
     /* (non-Javadoc)
-     * @see org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheManager#fixService()
+     * @see org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheManager#fixService()
      */
     public Object fixService()
         throws IOException

Modified: commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/JGConnectionHolder.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/JGConnectionHolder.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/JGConnectionHolder.java (original)
+++ commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/JGConnectionHolder.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.auxiliary.lateral.javagroups;
+package org.apache.commons.jcs.auxiliary.lateral.javagroups;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -24,11 +24,11 @@ import java.util.HashMap;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes;
-import org.apache.jcs.auxiliary.lateral.javagroups.behavior.IJGConstants;
-import org.apache.jcs.auxiliary.lateral.javagroups.behavior.ILateralCacheJGListener;
-import org.apache.jcs.auxiliary.lateral.javagroups.utils.JGRpcOpener;
-import org.apache.jcs.auxiliary.lateral.javagroups.utils.JGSocketOpener;
+import org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes;
+import org.apache.commons.jcs.auxiliary.lateral.javagroups.behavior.IJGConstants;
+import org.apache.commons.jcs.auxiliary.lateral.javagroups.behavior.ILateralCacheJGListener;
+import org.apache.commons.jcs.auxiliary.lateral.javagroups.utils.JGRpcOpener;
+import org.apache.commons.jcs.auxiliary.lateral.javagroups.utils.JGSocketOpener;
 import org.jgroups.Channel;
 import org.jgroups.blocks.RpcDispatcher;
 

Modified: commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralCacheJGListener.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralCacheJGListener.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralCacheJGListener.java (original)
+++ commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralCacheJGListener.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.auxiliary.lateral.javagroups;
+package org.apache.commons.jcs.auxiliary.lateral.javagroups;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -25,15 +25,15 @@ import java.util.HashMap;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.apache.jcs.auxiliary.lateral.LateralCacheInfo;
-import org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes;
-import org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheListener;
-import org.apache.jcs.auxiliary.lateral.javagroups.behavior.ILateralCacheJGListener;
-import org.apache.jcs.engine.behavior.ICache;
-import org.apache.jcs.engine.behavior.ICacheElement;
-import org.apache.jcs.engine.behavior.ICompositeCacheManager;
-import org.apache.jcs.engine.control.CompositeCache;
-import org.apache.jcs.engine.control.CompositeCacheManager;
+import org.apache.commons.jcs.auxiliary.lateral.LateralCacheInfo;
+import org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes;
+import org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheListener;
+import org.apache.commons.jcs.auxiliary.lateral.javagroups.behavior.ILateralCacheJGListener;
+import org.apache.commons.jcs.engine.behavior.ICache;
+import org.apache.commons.jcs.engine.behavior.ICacheElement;
+import org.apache.commons.jcs.engine.behavior.ICompositeCacheManager;
+import org.apache.commons.jcs.engine.control.CompositeCache;
+import org.apache.commons.jcs.engine.control.CompositeCacheManager;
 
 /**
  * JavaGroups listener. Good for distributing cache data accross multiple vms on
@@ -288,7 +288,7 @@ public class LateralCacheJGListener
     /*
      * (non-Javadoc)
      *
-     * @see org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheListener#setCacheManager(org.apache.jcs.engine.behavior.ICompositeCacheManager)
+     * @see org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheListener#setCacheManager(org.apache.commons.jcs.engine.behavior.ICompositeCacheManager)
      */
     public void setCacheManager( ICompositeCacheManager cacheMgr )
     {
@@ -298,7 +298,7 @@ public class LateralCacheJGListener
     /*
      * (non-Javadoc)
      *
-     * @see org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheListener#getCacheManager()
+     * @see org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheListener#getCacheManager()
      */
     public ICompositeCacheManager getCacheManager()
     {

Modified: commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralGroupCacheJGListener.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralGroupCacheJGListener.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralGroupCacheJGListener.java (original)
+++ commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralGroupCacheJGListener.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.auxiliary.lateral.javagroups;
+package org.apache.commons.jcs.auxiliary.lateral.javagroups;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -19,11 +19,11 @@ package org.apache.jcs.auxiliary.lateral
  * under the License.
  */
 
-import org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes;
-import org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheListener;
-import org.apache.jcs.auxiliary.lateral.javagroups.behavior.ILateralCacheJGListener;
+import org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes;
+import org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheListener;
+import org.apache.commons.jcs.auxiliary.lateral.javagroups.behavior.ILateralCacheJGListener;
 
-import org.apache.jcs.engine.control.CompositeCacheManager;
+import org.apache.commons.jcs.engine.control.CompositeCacheManager;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;

Modified: commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralJGCacheFactory.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralJGCacheFactory.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralJGCacheFactory.java (original)
+++ commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralJGCacheFactory.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.auxiliary.lateral.javagroups;
+package org.apache.commons.jcs.auxiliary.lateral.javagroups;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -23,14 +23,14 @@ import java.util.ArrayList;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.apache.jcs.auxiliary.AuxiliaryCache;
-import org.apache.jcs.auxiliary.AuxiliaryCacheAttributes;
-import org.apache.jcs.auxiliary.lateral.LateralCacheAbstractFactory;
-import org.apache.jcs.auxiliary.lateral.LateralCacheAttributes;
-import org.apache.jcs.auxiliary.lateral.LateralCacheNoWait;
-import org.apache.jcs.auxiliary.lateral.LateralCacheNoWaitFacade;
-import org.apache.jcs.engine.behavior.ICache;
-import org.apache.jcs.engine.behavior.ICompositeCacheManager;
+import org.apache.commons.jcs.auxiliary.AuxiliaryCache;
+import org.apache.commons.jcs.auxiliary.AuxiliaryCacheAttributes;
+import org.apache.commons.jcs.auxiliary.lateral.LateralCacheAbstractFactory;
+import org.apache.commons.jcs.auxiliary.lateral.LateralCacheAttributes;
+import org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWait;
+import org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWaitFacade;
+import org.apache.commons.jcs.engine.behavior.ICache;
+import org.apache.commons.jcs.engine.behavior.ICompositeCacheManager;
 
 /**
  * Constructs a LateralCacheNoWaitFacade for the given configuration. Each
@@ -49,8 +49,8 @@ public class LateralJGCacheFactory
     /*
      * (non-Javadoc)
      *
-     * @see org.apache.jcs.auxiliary.AuxiliaryCacheFactory#createCache(org.apache.jcs.auxiliary.AuxiliaryCacheAttributes,
-     *      org.apache.jcs.engine.behavior.ICompositeCacheManager)
+     * @see org.apache.commons.jcs.auxiliary.AuxiliaryCacheFactory#createCache(org.apache.commons.jcs.auxiliary.AuxiliaryCacheAttributes,
+     *      org.apache.commons.jcs.engine.behavior.ICompositeCacheManager)
      */
     public AuxiliaryCache createCache( AuxiliaryCacheAttributes iaca, ICompositeCacheManager cacheMgr )
     {
@@ -77,8 +77,8 @@ public class LateralJGCacheFactory
     /*
      * (non-Javadoc)
      *
-     * @see org.apache.jcs.auxiliary.lateral.LateralCacheAbstractFactory#createListener(org.apache.jcs.auxiliary.lateral.LateralCacheAttributes,
-     *      org.apache.jcs.engine.behavior.ICompositeCacheManager)
+     * @see org.apache.commons.jcs.auxiliary.lateral.LateralCacheAbstractFactory#createListener(org.apache.commons.jcs.auxiliary.lateral.LateralCacheAttributes,
+     *      org.apache.commons.jcs.engine.behavior.ICompositeCacheManager)
      */
     public void createListener( LateralCacheAttributes lac, ICompositeCacheManager cacheMgr )
     {

Modified: commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralJGCacheManager.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralJGCacheManager.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralJGCacheManager.java (original)
+++ commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralJGCacheManager.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.auxiliary.lateral.javagroups;
+package org.apache.commons.jcs.auxiliary.lateral.javagroups;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -25,20 +25,20 @@ import java.util.Map;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.apache.jcs.auxiliary.AuxiliaryCache;
-import org.apache.jcs.auxiliary.lateral.LateralCache;
-import org.apache.jcs.auxiliary.lateral.LateralCacheAbstractManager;
-import org.apache.jcs.auxiliary.lateral.LateralCacheAttributes;
-import org.apache.jcs.auxiliary.lateral.LateralCacheMonitor;
-import org.apache.jcs.auxiliary.lateral.LateralCacheNoWait;
-import org.apache.jcs.auxiliary.lateral.LateralCacheWatchRepairable;
-import org.apache.jcs.auxiliary.lateral.ZombieLateralCacheService;
-import org.apache.jcs.auxiliary.lateral.ZombieLateralCacheWatch;
-import org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes;
-import org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheListener;
-import org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheManager;
-import org.apache.jcs.auxiliary.lateral.behavior.ICacheServiceNonLocal;
-import org.apache.jcs.engine.behavior.ICompositeCacheManager;
+import org.apache.commons.jcs.auxiliary.AuxiliaryCache;
+import org.apache.commons.jcs.auxiliary.lateral.LateralCache;
+import org.apache.commons.jcs.auxiliary.lateral.LateralCacheAbstractManager;
+import org.apache.commons.jcs.auxiliary.lateral.LateralCacheAttributes;
+import org.apache.commons.jcs.auxiliary.lateral.LateralCacheMonitor;
+import org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWait;
+import org.apache.commons.jcs.auxiliary.lateral.LateralCacheWatchRepairable;
+import org.apache.commons.jcs.auxiliary.lateral.ZombieLateralCacheService;
+import org.apache.commons.jcs.auxiliary.lateral.ZombieLateralCacheWatch;
+import org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes;
+import org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheListener;
+import org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheManager;
+import org.apache.commons.jcs.auxiliary.lateral.behavior.ICacheServiceNonLocal;
+import org.apache.commons.jcs.engine.behavior.ICompositeCacheManager;
 
 /**
  * Creates lateral caches. Lateral caches are primarily used for removing non
@@ -298,7 +298,7 @@ public class LateralJGCacheManager
     /*
      * (non-Javadoc)
      *
-     * @see org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheManager#getInstances()
+     * @see org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheManager#getInstances()
      */
     public Map getInstances()
     {
@@ -308,7 +308,7 @@ public class LateralJGCacheManager
     /*
      * (non-Javadoc)
      *
-     * @see org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheManager#fixService()
+     * @see org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheManager#fixService()
      */
     public Object fixService()
         throws IOException

Modified: commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralJGReceiver.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralJGReceiver.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralJGReceiver.java (original)
+++ commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralJGReceiver.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.auxiliary.lateral.javagroups;
+package org.apache.commons.jcs.auxiliary.lateral.javagroups;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -23,9 +23,9 @@ import java.io.IOException;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes;
-import org.apache.jcs.auxiliary.lateral.javagroups.behavior.IJGConstants;
-import org.apache.jcs.auxiliary.lateral.javagroups.behavior.ILateralCacheJGListener;
+import org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes;
+import org.apache.commons.jcs.auxiliary.lateral.javagroups.behavior.IJGConstants;
+import org.apache.commons.jcs.auxiliary.lateral.javagroups.behavior.ILateralCacheJGListener;
 import org.jgroups.Channel;
 import org.jgroups.ChannelNotConnectedException;
 import org.jgroups.Message;

Modified: commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralJGReceiverConnection.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralJGReceiverConnection.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralJGReceiverConnection.java (original)
+++ commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralJGReceiverConnection.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.auxiliary.lateral.javagroups;
+package org.apache.commons.jcs.auxiliary.lateral.javagroups;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -23,9 +23,9 @@ import java.io.Serializable;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.apache.jcs.auxiliary.lateral.LateralCacheInfo;
-import org.apache.jcs.auxiliary.lateral.LateralElementDescriptor;
-import org.apache.jcs.auxiliary.lateral.javagroups.behavior.ILateralCacheJGListener;
+import org.apache.commons.jcs.auxiliary.lateral.LateralCacheInfo;
+import org.apache.commons.jcs.auxiliary.lateral.LateralElementDescriptor;
+import org.apache.commons.jcs.auxiliary.lateral.javagroups.behavior.ILateralCacheJGListener;
 import org.jgroups.Message;
 
 /**

Modified: commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralJGSender.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralJGSender.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralJGSender.java (original)
+++ commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralJGSender.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.auxiliary.lateral.javagroups;
+package org.apache.commons.jcs.auxiliary.lateral.javagroups;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -26,12 +26,12 @@ import java.util.Vector;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.apache.jcs.auxiliary.lateral.LateralCacheInfo;
-import org.apache.jcs.auxiliary.lateral.LateralElementDescriptor;
-import org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes;
-import org.apache.jcs.auxiliary.lateral.javagroups.behavior.IJGConstants;
-import org.apache.jcs.engine.CacheElement;
-import org.apache.jcs.engine.behavior.ICacheElement;
+import org.apache.commons.jcs.auxiliary.lateral.LateralCacheInfo;
+import org.apache.commons.jcs.auxiliary.lateral.LateralElementDescriptor;
+import org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes;
+import org.apache.commons.jcs.auxiliary.lateral.javagroups.behavior.IJGConstants;
+import org.apache.commons.jcs.engine.CacheElement;
+import org.apache.commons.jcs.engine.behavior.ICacheElement;
 import org.jgroups.Channel;
 import org.jgroups.Message;
 import org.jgroups.blocks.GroupRequest;

Modified: commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralJGService.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralJGService.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralJGService.java (original)
+++ commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/LateralJGService.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.auxiliary.lateral.javagroups;
+package org.apache.commons.jcs.auxiliary.lateral.javagroups;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -27,15 +27,15 @@ import java.util.Set;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.apache.jcs.auxiliary.lateral.LateralCacheAttributes;
-import org.apache.jcs.auxiliary.lateral.LateralCacheInfo;
-import org.apache.jcs.auxiliary.lateral.LateralElementDescriptor;
-import org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes;
-import org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheObserver;
-import org.apache.jcs.auxiliary.lateral.behavior.ICacheServiceNonLocal;
-import org.apache.jcs.engine.CacheElement;
-import org.apache.jcs.engine.behavior.ICacheElement;
-import org.apache.jcs.engine.behavior.ICacheListener;
+import org.apache.commons.jcs.auxiliary.lateral.LateralCacheAttributes;
+import org.apache.commons.jcs.auxiliary.lateral.LateralCacheInfo;
+import org.apache.commons.jcs.auxiliary.lateral.LateralElementDescriptor;
+import org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes;
+import org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheObserver;
+import org.apache.commons.jcs.auxiliary.lateral.behavior.ICacheServiceNonLocal;
+import org.apache.commons.jcs.engine.CacheElement;
+import org.apache.commons.jcs.engine.behavior.ICacheElement;
+import org.apache.commons.jcs.engine.behavior.ICacheListener;
 
 /**
  * A lateral cache service implementation.

Modified: commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/behavior/IJGConstants.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/behavior/IJGConstants.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/behavior/IJGConstants.java (original)
+++ commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/behavior/IJGConstants.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.auxiliary.lateral.javagroups.behavior;
+package org.apache.commons.jcs.auxiliary.lateral.javagroups.behavior;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one

Modified: commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/behavior/ILateralCacheJGListener.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/behavior/ILateralCacheJGListener.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/behavior/ILateralCacheJGListener.java (original)
+++ commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/behavior/ILateralCacheJGListener.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.auxiliary.lateral.javagroups.behavior;
+package org.apache.commons.jcs.auxiliary.lateral.javagroups.behavior;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -22,7 +22,7 @@ package org.apache.jcs.auxiliary.lateral
 import java.io.Serializable;
 import java.io.IOException;
 
-import org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheListener;
+import org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheListener;
 
 /**
  * Listens for lateral cache event notification.

Modified: commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/utils/JGRpcOpener.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/utils/JGRpcOpener.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/utils/JGRpcOpener.java (original)
+++ commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/utils/JGRpcOpener.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.auxiliary.lateral.javagroups.utils;
+package org.apache.commons.jcs.auxiliary.lateral.javagroups.utils;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -21,8 +21,8 @@ package org.apache.jcs.auxiliary.lateral
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes;
-import org.apache.jcs.auxiliary.lateral.javagroups.behavior.ILateralCacheJGListener;
+import org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes;
+import org.apache.commons.jcs.auxiliary.lateral.javagroups.behavior.ILateralCacheJGListener;
 import org.jgroups.Channel;
 import org.jgroups.JChannel;
 import org.jgroups.blocks.RpcDispatcher;

Modified: commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/utils/JGSocketOpener.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/utils/JGSocketOpener.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/utils/JGSocketOpener.java (original)
+++ commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/auxiliary/lateral/javagroups/utils/JGSocketOpener.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.auxiliary.lateral.javagroups.utils;
+package org.apache.commons.jcs.auxiliary.lateral.javagroups.utils;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -21,7 +21,7 @@ package org.apache.jcs.auxiliary.lateral
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes;
+import org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes;
 import org.jgroups.Channel;
 import org.jgroups.ChannelFactory;
 import org.jgroups.JChannelFactory;

Modified: commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/engine/memory/lru/LHMLRUMemoryCache.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/engine/memory/lru/LHMLRUMemoryCache.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/engine/memory/lru/LHMLRUMemoryCache.java (original)
+++ commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/jcs/engine/memory/lru/LHMLRUMemoryCache.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.engine.memory.lru;
+package org.apache.commons.jcs.engine.memory.lru;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -26,15 +26,15 @@ import java.util.Map;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.apache.jcs.engine.CacheConstants;
-import org.apache.jcs.engine.CacheElement;
-import org.apache.jcs.engine.behavior.ICacheElement;
-import org.apache.jcs.engine.control.CompositeCache;
-import org.apache.jcs.engine.memory.AbstractMemoryCache;
-import org.apache.jcs.engine.control.group.GroupId;
-import org.apache.jcs.engine.control.group.GroupAttrName;
+import org.apache.commons.jcs.engine.CacheConstants;
+import org.apache.commons.jcs.engine.CacheElement;
+import org.apache.commons.jcs.engine.behavior.ICacheElement;
+import org.apache.commons.jcs.engine.control.CompositeCache;
+import org.apache.commons.jcs.engine.memory.AbstractMemoryCache;
+import org.apache.commons.jcs.engine.control.group.GroupId;
+import org.apache.commons.jcs.engine.control.group.GroupAttrName;
 
-import org.apache.jcs.engine.memory.util.MemoryElementDescriptor;
+import org.apache.commons.jcs.engine.memory.util.MemoryElementDescriptor;
 
 /**
  *  This is a test memory manager using the jdk1.4 LinkedHashMap.

Modified: commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/test-conf/log4j.properties
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/test-conf/log4j.properties?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/test-conf/log4j.properties (original)
+++ commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/test-conf/log4j.properties Sun Aug 25 14:17:11 2013
@@ -16,14 +16,14 @@
 # under the License.
 log4j.rootCategory=INFO, stdout, logfile
 
-log4j.category.org.apache.jcs=INFO
-log4j.category.org.apache.jcs.config=INFO
-log4j.category.org.apache.jcs.engine.CacheEventQueueFactory=DEBUG
-log4j.category.org.apache.jcs.auxiliary.disk=INFO
-log4j.category.org.apache.jcs.auxiliary.disk.bdbje=DEBUG
-log4j.category.org.apache.jcs.auxiliary.remote=INFO
-log4j.category.org.apache.jcs.auxiliary.lateral=INFO
-log4j.category.org.apache.jcs.utils.threadpool=INFO
+log4j.category.org.apache.commons.jcs=INFO
+log4j.category.org.apache.commons.jcs.config=INFO
+log4j.category.org.apache.commons.jcs.engine.CacheEventQueueFactory=DEBUG
+log4j.category.org.apache.commons.jcs.auxiliary.disk=INFO
+log4j.category.org.apache.commons.jcs.auxiliary.disk.bdbje=DEBUG
+log4j.category.org.apache.commons.jcs.auxiliary.remote=INFO
+log4j.category.org.apache.commons.jcs.auxiliary.lateral=INFO
+log4j.category.org.apache.commons.jcs.utils.threadpool=INFO
 
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout

Modified: commons/proper/jcs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/pom.xml (original)
+++ commons/proper/jcs/trunk/pom.xml Sun Aug 25 14:17:11 2013
@@ -25,10 +25,10 @@
      <artifactId>commons-parent</artifactId>
      <version>28</version>
   </parent>
-  <groupId>org.apache.jcs</groupId>
-  <artifactId>jcs</artifactId>
+  <groupId>org.apache.commons</groupId>
+  <artifactId>commons-jcs</artifactId>
   <packaging>jar</packaging>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0-SNAPSHOT</version>
   <name>Commons JCS</name>
   <url>http://commons.apache.org/proper/commons-jcs/</url>
   <inceptionYear>2002</inceptionYear>

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CacheChangeEvent.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CacheChangeEvent.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CacheChangeEvent.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CacheChangeEvent.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.beans;
+package org.apache.commons.jcs.yajcache.beans;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -19,8 +19,8 @@ package org.apache.jcs.yajcache.beans;
  * under the License.
  */
 
-import org.apache.jcs.yajcache.lang.annotation.*;
-import org.apache.jcs.yajcache.core.ICache;
+import org.apache.commons.jcs.yajcache.lang.annotation.*;
+import org.apache.commons.jcs.yajcache.core.ICache;
 /**
  *
  * @author Hanson Char

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CacheChangeSupport.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CacheChangeSupport.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CacheChangeSupport.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CacheChangeSupport.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.beans;
+package org.apache.commons.jcs.yajcache.beans;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -22,12 +22,12 @@ package org.apache.jcs.yajcache.beans;
 import java.util.List;
 import java.util.concurrent.CopyOnWriteArrayList;
 
-import org.apache.jcs.yajcache.lang.annotation.*;
-import org.apache.jcs.yajcache.beans.CacheChangeEvent;
-import org.apache.jcs.yajcache.beans.CacheClearEvent;
-import org.apache.jcs.yajcache.beans.CachePutEvent;
-import org.apache.jcs.yajcache.beans.CacheRemoveEvent;
-import org.apache.jcs.yajcache.core.ICache;
+import org.apache.commons.jcs.yajcache.lang.annotation.*;
+import org.apache.commons.jcs.yajcache.beans.CacheChangeEvent;
+import org.apache.commons.jcs.yajcache.beans.CacheClearEvent;
+import org.apache.commons.jcs.yajcache.beans.CachePutEvent;
+import org.apache.commons.jcs.yajcache.beans.CacheRemoveEvent;
+import org.apache.commons.jcs.yajcache.core.ICache;
 
 /**
  *

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CacheClearEvent.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CacheClearEvent.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CacheClearEvent.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CacheClearEvent.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.beans;
+package org.apache.commons.jcs.yajcache.beans;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -19,8 +19,8 @@ package org.apache.jcs.yajcache.beans;
  * under the License.
  */
 
-import org.apache.jcs.yajcache.lang.annotation.*;
-import org.apache.jcs.yajcache.core.ICache;
+import org.apache.commons.jcs.yajcache.lang.annotation.*;
+import org.apache.commons.jcs.yajcache.core.ICache;
 /**
  *
  * @author Hanson Char

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CachePutBeanCloneEvent.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CachePutBeanCloneEvent.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CachePutBeanCloneEvent.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CachePutBeanCloneEvent.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.beans;
+package org.apache.commons.jcs.yajcache.beans;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -19,8 +19,8 @@ package org.apache.jcs.yajcache.beans;
  * under the License.
  */
 
-import org.apache.jcs.yajcache.lang.annotation.*;
-import org.apache.jcs.yajcache.core.ICache;
+import org.apache.commons.jcs.yajcache.lang.annotation.*;
+import org.apache.commons.jcs.yajcache.core.ICache;
 /**
  *
  * @author Hanson Char

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CachePutBeanCopyEvent.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CachePutBeanCopyEvent.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CachePutBeanCopyEvent.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CachePutBeanCopyEvent.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.beans;
+package org.apache.commons.jcs.yajcache.beans;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -19,8 +19,8 @@ package org.apache.jcs.yajcache.beans;
  * under the License.
  */
 
-import org.apache.jcs.yajcache.lang.annotation.*;
-import org.apache.jcs.yajcache.core.ICache;
+import org.apache.commons.jcs.yajcache.lang.annotation.*;
+import org.apache.commons.jcs.yajcache.core.ICache;
 /**
  *
  * @author Hanson Char

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CachePutCopyEvent.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CachePutCopyEvent.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CachePutCopyEvent.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CachePutCopyEvent.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.beans;
+package org.apache.commons.jcs.yajcache.beans;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -19,8 +19,8 @@ package org.apache.jcs.yajcache.beans;
  * under the License.
  */
 
-import org.apache.jcs.yajcache.lang.annotation.*;
-import org.apache.jcs.yajcache.core.ICache;
+import org.apache.commons.jcs.yajcache.lang.annotation.*;
+import org.apache.commons.jcs.yajcache.core.ICache;
 /**
  *
  * @author Hanson Char

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CachePutEvent.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CachePutEvent.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CachePutEvent.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CachePutEvent.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.beans;
+package org.apache.commons.jcs.yajcache.beans;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -19,8 +19,8 @@ package org.apache.jcs.yajcache.beans;
  * under the License.
  */
 
-import org.apache.jcs.yajcache.lang.annotation.*;
-import org.apache.jcs.yajcache.core.ICache;
+import org.apache.commons.jcs.yajcache.lang.annotation.*;
+import org.apache.commons.jcs.yajcache.core.ICache;
 /**
  *
  * @author Hanson Char

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CacheRemoveEvent.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CacheRemoveEvent.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CacheRemoveEvent.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/CacheRemoveEvent.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.beans;
+package org.apache.commons.jcs.yajcache.beans;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -19,8 +19,8 @@ package org.apache.jcs.yajcache.beans;
  * under the License.
  */
 
-import org.apache.jcs.yajcache.lang.annotation.*;
-import org.apache.jcs.yajcache.core.ICache;
+import org.apache.commons.jcs.yajcache.lang.annotation.*;
+import org.apache.commons.jcs.yajcache.core.ICache;
 /**
  *
  * @author Hanson Char

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/ICacheChangeHandler.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/ICacheChangeHandler.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/ICacheChangeHandler.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/ICacheChangeHandler.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.beans;
+package org.apache.commons.jcs.yajcache.beans;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -19,7 +19,7 @@ package org.apache.jcs.yajcache.beans;
  * under the License.
  */
 
-import org.apache.jcs.yajcache.lang.annotation.*;
+import org.apache.commons.jcs.yajcache.lang.annotation.*;
 
 /**
  * Cache change beans listener/handler.

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/ICacheChangeListener.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/ICacheChangeListener.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/ICacheChangeListener.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/beans/ICacheChangeListener.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.beans;
+package org.apache.commons.jcs.yajcache.beans;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -19,8 +19,8 @@ package org.apache.jcs.yajcache.beans;
  * under the License.
  */
 
-import org.apache.jcs.yajcache.beans.CacheChangeEvent;
-import org.apache.jcs.yajcache.lang.annotation.*;
+import org.apache.commons.jcs.yajcache.beans.CacheChangeEvent;
+import org.apache.commons.jcs.yajcache.lang.annotation.*;
 
 /**
  * Cache change beans listener/handler.

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/config/PerCacheConfig.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/config/PerCacheConfig.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/config/PerCacheConfig.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/config/PerCacheConfig.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.config;
+package org.apache.commons.jcs.yajcache.config;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -21,7 +21,7 @@ package org.apache.jcs.yajcache.config;
 
 import java.io.File;
 
-import org.apache.jcs.yajcache.lang.annotation.*;
+import org.apache.commons.jcs.yajcache.lang.annotation.*;
 
 /**
  * @author Hanson Char

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/config/YajCacheConfig.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/config/YajCacheConfig.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/config/YajCacheConfig.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/config/YajCacheConfig.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.config;
+package org.apache.commons.jcs.yajcache.config;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -21,7 +21,7 @@ package org.apache.jcs.yajcache.config;
 
 import java.io.File;
 
-import org.apache.jcs.yajcache.lang.annotation.*;
+import org.apache.commons.jcs.yajcache.lang.annotation.*;
 
 /**
  * @author Hanson Char

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/core/CacheEntry.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/core/CacheEntry.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/core/CacheEntry.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/core/CacheEntry.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.core;
+package org.apache.commons.jcs.yajcache.core;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -22,7 +22,7 @@ package org.apache.jcs.yajcache.core;
 import java.util.Map;
 import org.apache.commons.lang3.builder.HashCodeBuilder;
 import org.apache.commons.lang3.builder.ToStringBuilder;
-import org.apache.jcs.yajcache.lang.annotation.*;
+import org.apache.commons.jcs.yajcache.lang.annotation.*;
 
 /**
  *

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/core/CacheManager.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/core/CacheManager.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/core/CacheManager.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/core/CacheManager.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.core;
+package org.apache.commons.jcs.yajcache.core;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -24,12 +24,12 @@ import java.util.concurrent.ConcurrentMa
 import java.util.concurrent.atomic.AtomicInteger;
 import java.util.concurrent.locks.Lock;
 import org.apache.commons.lang3.builder.ToStringBuilder;
-import org.apache.jcs.yajcache.file.CacheFileUtils;
+import org.apache.commons.jcs.yajcache.file.CacheFileUtils;
 
-import org.apache.jcs.yajcache.lang.annotation.*;
-import org.apache.jcs.yajcache.soft.SoftRefFileCache;
-import org.apache.jcs.yajcache.util.concurrent.locks.IKeyedReadWriteLock;
-import org.apache.jcs.yajcache.util.concurrent.locks.KeyedReadWriteLock;
+import org.apache.commons.jcs.yajcache.lang.annotation.*;
+import org.apache.commons.jcs.yajcache.soft.SoftRefFileCache;
+import org.apache.commons.jcs.yajcache.util.concurrent.locks.IKeyedReadWriteLock;
+import org.apache.commons.jcs.yajcache.util.concurrent.locks.KeyedReadWriteLock;
 
 /**
  * Cache Manager for getting, creating and removing named caches.

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/core/CacheType.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/core/CacheType.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/core/CacheType.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/core/CacheType.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.core;
+package org.apache.commons.jcs.yajcache.core;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -19,10 +19,10 @@ package org.apache.jcs.yajcache.core;
  * under the License.
  */
 
-import org.apache.jcs.yajcache.soft.SoftRefCache;
-import org.apache.jcs.yajcache.soft.SoftRefFileCache;
+import org.apache.commons.jcs.yajcache.soft.SoftRefCache;
+import org.apache.commons.jcs.yajcache.soft.SoftRefFileCache;
 
-import org.apache.jcs.yajcache.lang.annotation.*;
+import org.apache.commons.jcs.yajcache.lang.annotation.*;
 
 /**
  * Cache Type.

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/core/ICache.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/core/ICache.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/core/ICache.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/core/ICache.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.core;
+package org.apache.commons.jcs.yajcache.core;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -21,7 +21,7 @@ package org.apache.jcs.yajcache.core;
 
 import java.util.Map;
 
-import org.apache.jcs.yajcache.lang.annotation.*;
+import org.apache.commons.jcs.yajcache.lang.annotation.*;
 
 
 /**

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/core/ICacheSafe.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/core/ICacheSafe.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/core/ICacheSafe.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/core/ICacheSafe.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.core;
+package org.apache.commons.jcs.yajcache.core;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -20,7 +20,7 @@ package org.apache.jcs.yajcache.core;
  */
 
 import java.util.Map;
-import org.apache.jcs.yajcache.lang.annotation.*;
+import org.apache.commons.jcs.yajcache.lang.annotation.*;
 
 /**
  *

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/core/SafeCacheWrapper.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/core/SafeCacheWrapper.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/core/SafeCacheWrapper.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/core/SafeCacheWrapper.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.core;
+package org.apache.commons.jcs.yajcache.core;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -24,9 +24,9 @@ import java.util.Collection;
 import java.util.Map;
 import java.util.Set;
 import org.apache.commons.lang3.builder.ToStringBuilder;
-import org.apache.jcs.yajcache.util.BeanUtils;
-import org.apache.jcs.yajcache.util.SerializeUtils;
-import org.apache.jcs.yajcache.lang.annotation.*;
+import org.apache.commons.jcs.yajcache.util.BeanUtils;
+import org.apache.commons.jcs.yajcache.util.SerializeUtils;
+import org.apache.commons.jcs.yajcache.lang.annotation.*;
 
 
 /**

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/file/CacheFileContent.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/file/CacheFileContent.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/file/CacheFileContent.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/file/CacheFileContent.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.file;
+package org.apache.commons.jcs.yajcache.file;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -23,7 +23,7 @@ import java.io.IOException;
 import java.io.RandomAccessFile;
 import java.util.Arrays;
 
-import org.apache.jcs.yajcache.lang.annotation.*;
+import org.apache.commons.jcs.yajcache.lang.annotation.*;
 
 /**
  * Cache File Content which represents the file persistence format

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/file/CacheFileContentCorrupted.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/file/CacheFileContentCorrupted.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/file/CacheFileContentCorrupted.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/file/CacheFileContentCorrupted.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.file;
+package org.apache.commons.jcs.yajcache.file;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -22,7 +22,7 @@ package org.apache.jcs.yajcache.file;
 import java.io.IOException;
 import java.io.RandomAccessFile;
 
-import org.apache.jcs.yajcache.lang.annotation.*;
+import org.apache.commons.jcs.yajcache.lang.annotation.*;
 
 /**
  * Corrupted Cache File Content.

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/file/CacheFileContentType.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/file/CacheFileContentType.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/file/CacheFileContentType.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/file/CacheFileContentType.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.file;
+package org.apache.commons.jcs.yajcache.file;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -21,7 +21,7 @@ package org.apache.jcs.yajcache.file;
 
 import java.io.Serializable;
 import org.apache.commons.lang3.SerializationUtils;
-import org.apache.jcs.yajcache.lang.annotation.*;
+import org.apache.commons.jcs.yajcache.lang.annotation.*;
 
 /**
  * Cache File Content Type.  A cache file represents the file persistence
@@ -68,7 +68,7 @@ public enum CacheFileContentType {
             case JAVA_SERIALIZATION:
                 return SerializationUtils.serialize((Serializable)obj);
             case XML_ENCODER:
-                return org.apache.jcs.yajcache.util.BeanUtils.inst.toXmlByteArray(obj);
+                return org.apache.commons.jcs.yajcache.util.BeanUtils.inst.toXmlByteArray(obj);
             default:
                 throw new AssertionError(this);
         }
@@ -78,7 +78,7 @@ public enum CacheFileContentType {
             case JAVA_SERIALIZATION:
                 return SerializationUtils.deserialize(ba);
             case XML_ENCODER:
-                return org.apache.jcs.yajcache.util.BeanUtils.inst.fromXmlByteArray(ba);
+                return org.apache.commons.jcs.yajcache.util.BeanUtils.inst.fromXmlByteArray(ba);
             default:
                 throw new AssertionError(this);
         }

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/file/CacheFileDAO.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/file/CacheFileDAO.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/file/CacheFileDAO.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/file/CacheFileDAO.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.file;
+package org.apache.commons.jcs.yajcache.file;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -25,7 +25,7 @@ import java.io.RandomAccessFile;
 import java.util.concurrent.atomic.AtomicInteger;
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.apache.jcs.yajcache.lang.annotation.*;
+import org.apache.commons.jcs.yajcache.lang.annotation.*;
 import org.apache.commons.lang3.builder.*;
 
 

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/file/CacheFileUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/file/CacheFileUtils.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/file/CacheFileUtils.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/file/CacheFileUtils.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.file;
+package org.apache.commons.jcs.yajcache.file;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -24,8 +24,8 @@ import java.util.Arrays;
 import java.util.Collections;
 import java.util.HashSet;
 import java.util.Set;
-import org.apache.jcs.yajcache.config.YajCacheConfig;
-import org.apache.jcs.yajcache.lang.annotation.*;
+import org.apache.commons.jcs.yajcache.config.YajCacheConfig;
+import org.apache.commons.jcs.yajcache.lang.annotation.*;
 
 /**
  * Cache File Utilities.

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/CopyRightApache.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/CopyRightApache.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/CopyRightApache.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/CopyRightApache.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.lang.annotation;
+package org.apache.commons.jcs.yajcache.lang.annotation;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/CopyRightType.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/CopyRightType.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/CopyRightType.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/CopyRightType.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.lang.annotation;
+package org.apache.commons.jcs.yajcache.lang.annotation;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/Immutable.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/Immutable.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/Immutable.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/Immutable.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.lang.annotation;
+package org.apache.commons.jcs.yajcache.lang.annotation;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/Implements.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/Implements.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/Implements.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/Implements.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.lang.annotation;
+package org.apache.commons.jcs.yajcache.lang.annotation;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/JavaBean.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/JavaBean.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/JavaBean.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/JavaBean.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.lang.annotation;
+package org.apache.commons.jcs.yajcache.lang.annotation;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/NonNullable.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/NonNullable.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/NonNullable.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/NonNullable.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.lang.annotation;
+package org.apache.commons.jcs.yajcache.lang.annotation;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/TODO.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/TODO.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/TODO.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/TODO.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.lang.annotation;
+package org.apache.commons.jcs.yajcache.lang.annotation;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/TestOnly.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/TestOnly.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/TestOnly.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/TestOnly.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.lang.annotation;
+package org.apache.commons.jcs.yajcache.lang.annotation;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one

Modified: commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/ThreadSafety.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/ThreadSafety.java?rev=1517295&r1=1517294&r2=1517295&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/ThreadSafety.java (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/annotation/ThreadSafety.java Sun Aug 25 14:17:11 2013
@@ -1,4 +1,4 @@
-package org.apache.jcs.yajcache.lang.annotation;
+package org.apache.commons.jcs.yajcache.lang.annotation;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one