You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2005/10/05 11:31:53 UTC

svn commit: r295027 - in /cocoon/blocks/scratchpad/trunk: WEB-INF/xconf/ java/org/apache/cocoon/components/source/impl/ samples/ samples/sources/

Author: vgritsenko
Date: Wed Oct  5 02:31:41 2005
New Revision: 295027

URL: http://svn.apache.org/viewcvs?rev=295027&view=rev
Log:
moved to core

Removed:
    cocoon/blocks/scratchpad/trunk/WEB-INF/xconf/cocoon-scratchpad-zip-source.xconf
    cocoon/blocks/scratchpad/trunk/java/org/apache/cocoon/components/source/impl/ZipSource.java
    cocoon/blocks/scratchpad/trunk/java/org/apache/cocoon/components/source/impl/ZipSourceFactory.java
    cocoon/blocks/scratchpad/trunk/samples/sources/
Modified:
    cocoon/blocks/scratchpad/trunk/samples/scratchpad-samples.xml

Modified: cocoon/blocks/scratchpad/trunk/samples/scratchpad-samples.xml
URL: http://svn.apache.org/viewcvs/cocoon/blocks/scratchpad/trunk/samples/scratchpad-samples.xml?rev=295027&r1=295026&r2=295027&view=diff
==============================================================================
--- cocoon/blocks/scratchpad/trunk/samples/scratchpad-samples.xml (original)
+++ cocoon/blocks/scratchpad/trunk/samples/scratchpad-samples.xml Wed Oct  5 02:31:41 2005
@@ -103,13 +103,6 @@
     </sample>
   </group>
 
-  <group name="Sources">
-    <sample name="Simple ZIP source example" href="sources/simple-zip.xml">Read file from ZIP archive</sample>
-    <sample name="OpenOffice - content.xml" href="sources/simple-swx.xml">
-        Use again the ZIP source getting a zipped file as OpenOffice files are ZIP archives
-    </sample>
-  </group>  
-
   <group name="WebServices with Flowscript">
     <sample name="Random quote webservice" href="flow-webservices/randomQuoteWebService">
       Remote service returns an xsd string that is mapped to a Javascript string.<br/>