Author: tv
Date: Sat Mar 31 18:43:55 2012
New Revision: 1307870
URL: http://svn.apache.org/viewvc?rev=1307870&view=rev
Log:
Avoid name clash with maven plugins.html
Added:
commons/proper/jcs/branches/generics-interface/xdocs/JCSPlugins.xml
(contents, props changed)
- copied, changed from r1307867,
commons/proper/jcs/branches/generics-interface/xdocs/Plugins.xml
Removed:
commons/proper/jcs/branches/generics-interface/xdocs/Plugins.xml
Modified:
commons/proper/jcs/branches/generics-interface/src/site/site.xml
commons/proper/jcs/branches/generics-interface/xdocs/getting_started/intro.xml
commons/proper/jcs/branches/generics-interface/xdocs/index.xml
Modified: commons/proper/jcs/branches/generics-interface/src/site/site.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jcs/branches/generics-interface/src/site/site.xml?rev=1307870&r1=1307869&r2=1307870&view=diff
==============================================================================
--- commons/proper/jcs/branches/generics-interface/src/site/site.xml (original)
+++ commons/proper/jcs/branches/generics-interface/src/site/site.xml Sat Mar 31
18:43:55 2012
@@ -40,7 +40,7 @@
<menu name="Getting Started">
<item name="Overview" href="/getting_started/intro.html" />
<item name="Basic JCS Config" href="/BasicJCSConfiguration.html" />
- <item name="Plugin Overview" href="/Plugins.html" />
+ <item name="Plugin Overview" href="/JCSPlugins.html" />
<item name="Basic Web Example" href="/UsingJCSBasicWeb.html" />
</menu>
@@ -52,7 +52,7 @@
<item name="Region Properties" href="/RegionProperties.html" />
<item name="Basic Web Example" href="/UsingJCSBasicWeb.html" />
</item>
- <item name="Auxiliary" href="/Plugins.html" collapse="true">
+ <item name="Auxiliary" href="/JCSPlugins.html" collapse="true">
<item name="Cache Event Logging"
href="/CacheEventLogging.html" />
<item name="Indexed Disk Cache"
href="/IndexedDiskAuxCache.html" />
<item name="Indexed Disk Properties"
href="/IndexedDiskCacheProperties.html" />
Copied: commons/proper/jcs/branches/generics-interface/xdocs/JCSPlugins.xml
(from r1307867,
commons/proper/jcs/branches/generics-interface/xdocs/Plugins.xml)
URL:
http://svn.apache.org/viewvc/commons/proper/jcs/branches/generics-interface/xdocs/JCSPlugins.xml?p2=commons/proper/jcs/branches/generics-interface/xdocs/JCSPlugins.xml&p1=commons/proper/jcs/branches/generics-interface/xdocs/Plugins.xml&r1=1307867&r2=1307870&rev=1307870&view=diff
==============================================================================
(empty)
Propchange: commons/proper/jcs/branches/generics-interface/xdocs/JCSPlugins.xml
------------------------------------------------------------------------------
cvs2svn:cvs-rev = 1.2
Propchange: commons/proper/jcs/branches/generics-interface/xdocs/JCSPlugins.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: commons/proper/jcs/branches/generics-interface/xdocs/JCSPlugins.xml
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Modified:
commons/proper/jcs/branches/generics-interface/xdocs/getting_started/intro.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jcs/branches/generics-interface/xdocs/getting_started/intro.xml?rev=1307870&r1=1307869&r2=1307870&view=diff
==============================================================================
---
commons/proper/jcs/branches/generics-interface/xdocs/getting_started/intro.xml
(original)
+++
commons/proper/jcs/branches/generics-interface/xdocs/getting_started/intro.xml
Sat Mar 31 18:43:55 2012
@@ -69,7 +69,7 @@
Disk Cache, for example, allows you to swap
items onto
disk when a memory threshold is reached. You
can read
more about the available auxiliaries
- <a href="../Plugins.html">HERE</a>
+ <a href="../JCSPlugins.html">HERE</a>
.
</p>
</section>
Modified: commons/proper/jcs/branches/generics-interface/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jcs/branches/generics-interface/xdocs/index.xml?rev=1307870&r1=1307869&r2=1307870&view=diff
==============================================================================
--- commons/proper/jcs/branches/generics-interface/xdocs/index.xml (original)
+++ commons/proper/jcs/branches/generics-interface/xdocs/index.xml Sat Mar 31
18:43:55 2012
@@ -63,7 +63,7 @@
<section name="JCS is a Composite Cache">
<p>
The foundation of JCS is the Composite Cache,
which is the
- <a href="Plugins.html">pluggable</a>
+ <a href="JCSPlugins.html">pluggable</a>
controller for a cache region. Four types of
caches can be plugged
into the Composite Cache for any given region:
(1) Memory, (2) Disk,
(3) Lateral, and (4) Remote. The Composite
Cache orchestrates access