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/04/04 20:32:15 UTC

svn commit: r160078 - in cocoon/trunk: src/webapp/samples/hello-world/samples.xml tools/targets/samples-build.xml

Author: vgritsenko
Date: Mon Apr  4 11:32:14 2005
New Revision: 160078

URL: http://svn.apache.org/viewcvs?view=rev&rev=160078
Log:
fix hello.wml, restore hello.ps

Modified:
    cocoon/trunk/src/webapp/samples/hello-world/samples.xml
    cocoon/trunk/tools/targets/samples-build.xml

Modified: cocoon/trunk/src/webapp/samples/hello-world/samples.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/src/webapp/samples/hello-world/samples.xml?view=diff&r1=160077&r2=160078
==============================================================================
--- cocoon/trunk/src/webapp/samples/hello-world/samples.xml (original)
+++ cocoon/trunk/src/webapp/samples/hello-world/samples.xml Mon Apr  4 11:32:14 2005
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- CVS $Id: samples.xml,v 1.17 2004/06/11 21:38:10 vgritsenko Exp $ -->
+<!-- CVS $Id$ -->
 
 <samples name="Hello, World!">
 
@@ -120,6 +120,9 @@
    </sample>
    <sample name="PDF" href="../blocks/fop/hello.pdf">
     Hello from the fop block in Portable Document Format.
+   </sample>
+   <sample name="PS" href="../blocks/fop/hello.ps">
+    Hello from the fop block in PostScript format.
    </sample>
    <sample name="PDF" href="../blocks/itext/hello.pdf">
     Another hello in Portable Document Format, from the itext block.

Modified: cocoon/trunk/tools/targets/samples-build.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/tools/targets/samples-build.xml?view=diff&r1=160077&r2=160078
==============================================================================
--- cocoon/trunk/tools/targets/samples-build.xml (original)
+++ cocoon/trunk/tools/targets/samples-build.xml Mon Apr  4 11:32:14 2005
@@ -45,7 +45,6 @@
         <exclude name="**/*.png"/>
         <!-- filtering breaks UTF-8 files -->
         <exclude name="i18n/**"/>
-        <exclude name="hello-world/style/**"/>
       </fileset>
     </copy>