You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2006/03/30 10:32:01 UTC

svn commit: r390034 [2/2] - in /cocoon/trunk/blocks: ./ cocoon-faces/ cocoon-faces/cocoon-faces-impl/ cocoon-faces/cocoon-faces-impl/src/ cocoon-faces/cocoon-faces-impl/src/main/ cocoon-faces/cocoon-faces-impl/src/main/java/ cocoon-faces/cocoon-faces-i...

Propchange: cocoon/trunk/blocks/cocoon-itext/cocoon-itext-impl/src/main/java/org/apache/
------------------------------------------------------------------------------
    eol-style = native

Propchange: cocoon/trunk/blocks/cocoon-itext/cocoon-itext-impl/src/main/java/org/apache/cocoon/
------------------------------------------------------------------------------
    eol-style = native

Propchange: cocoon/trunk/blocks/cocoon-itext/cocoon-itext-impl/src/main/java/org/apache/cocoon/serialization/
------------------------------------------------------------------------------
    eol-style = native

Propchange: cocoon/trunk/blocks/cocoon-itext/cocoon-itext-impl/src/main/java/org/apache/cocoon/serialization/iTextSerializer.java
------------------------------------------------------------------------------
    eol-style = native

Propchange: cocoon/trunk/blocks/cocoon-itext/cocoon-itext-impl/src/main/resources/
------------------------------------------------------------------------------
    eol-style = native

Propchange: cocoon/trunk/blocks/cocoon-itext/cocoon-itext-impl/src/main/resources/META-INF/
------------------------------------------------------------------------------
    eol-style = native

Propchange: cocoon/trunk/blocks/cocoon-itext/cocoon-itext-impl/src/main/resources/META-INF/legacy/
------------------------------------------------------------------------------
    eol-style = native

Propchange: cocoon/trunk/blocks/cocoon-itext/cocoon-itext-impl/src/main/resources/META-INF/legacy/sitemap-additions/
------------------------------------------------------------------------------
    eol-style = native

Propchange: cocoon/trunk/blocks/cocoon-itext/cocoon-itext-impl/src/main/resources/META-INF/legacy/sitemap-additions/cocoon-itext.xconf
------------------------------------------------------------------------------
    eol-style = native

Propchange: cocoon/trunk/blocks/cocoon-itext/cocoon-itext-impl/src/main/resources/META-INF/legacy/xconf/
------------------------------------------------------------------------------
    eol-style = native

Propchange: cocoon/trunk/blocks/cocoon-itext/cocoon-itext-impl/src/main/resources/META-INF/legacy/xconf/cocoon-itext.xconf
------------------------------------------------------------------------------
    eol-style = native

Propchange: cocoon/trunk/blocks/cocoon-itext/cocoon-itext-sample/
------------------------------------------------------------------------------
    eol-style = native

Added: cocoon/trunk/blocks/cocoon-itext/cocoon-itext-sample/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/blocks/cocoon-itext/cocoon-itext-sample/pom.xml?rev=390034&view=auto
==============================================================================
--- cocoon/trunk/blocks/cocoon-itext/cocoon-itext-sample/pom.xml (added)
+++ cocoon/trunk/blocks/cocoon-itext/cocoon-itext-sample/pom.xml Thu Mar 30 00:31:37 2006
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2006 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!--+
+    | @version $Id:$
+    +-->
+<project
+  xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  
+  <modelVersion>4.0.0</modelVersion>  
+  
+  <parent>
+    <groupId>org.apache.cocoon</groupId>
+    <artifactId>cocoon-itext</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+  
+  <groupId>org.apache.cocoon</groupId>
+  <artifactId>cocoon-itext-sample</artifactId>
+  <version>1.0-SNAPSHOT</version>
+    
+  <packaging>jar</packaging>
+  <name>itext Block Samples</name>
+  <description></description>
+  
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-itext-impl</artifactId>
+      <version>1.0-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
+
+</project>

Propchange: cocoon/trunk/blocks/cocoon-itext/cocoon-itext-sample/pom.xml
------------------------------------------------------------------------------
    eol-style = native

Propchange: cocoon/trunk/blocks/cocoon-itext/cocoon-itext-sample/pom.xml
------------------------------------------------------------------------------
    svn:executable = *

Propchange: cocoon/trunk/blocks/cocoon-itext/cocoon-itext-sample/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: cocoon/trunk/blocks/cocoon-itext/cocoon-itext-sample/src/
------------------------------------------------------------------------------
    eol-style = native

Propchange: cocoon/trunk/blocks/cocoon-itext/cocoon-itext-sample/src/main/
------------------------------------------------------------------------------
    eol-style = native

Propchange: cocoon/trunk/blocks/cocoon-itext/cocoon-itext-sample/src/main/resources/
------------------------------------------------------------------------------
    eol-style = native

Propchange: cocoon/trunk/blocks/cocoon-itext/cocoon-itext-sample/src/main/resources/COB-INF/
------------------------------------------------------------------------------
    eol-style = native

Propchange: cocoon/trunk/blocks/cocoon-itext/cocoon-itext-sample/src/main/resources/COB-INF/cache-test/
------------------------------------------------------------------------------
    eol-style = native

Propchange: cocoon/trunk/blocks/cocoon-itext/cocoon-itext-sample/src/main/resources/COB-INF/cache-test/xsp-sample-to-itext.xsl
------------------------------------------------------------------------------
    eol-style = native

Propchange: cocoon/trunk/blocks/cocoon-itext/cocoon-itext-sample/src/main/resources/COB-INF/itext.xsamples
------------------------------------------------------------------------------
    eol-style = native

Propchange: cocoon/trunk/blocks/cocoon-itext/cocoon-itext-sample/src/main/resources/COB-INF/itext.xsamples
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: cocoon/trunk/blocks/cocoon-itext/cocoon-itext-sample/src/main/resources/COB-INF/misc/
------------------------------------------------------------------------------
    eol-style = native

Propchange: cocoon/trunk/blocks/cocoon-itext/cocoon-itext-sample/src/main/resources/COB-INF/misc/minimal.itext.xml
------------------------------------------------------------------------------
    eol-style = native

Modified: cocoon/trunk/blocks/cocoon-itext/cocoon-itext-sample/src/main/resources/COB-INF/misc/samples.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/blocks/cocoon-itext/cocoon-itext-sample/src/main/resources/COB-INF/misc/samples.xml?rev=390034&r1=389840&r2=390034&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-itext/cocoon-itext-sample/src/main/resources/COB-INF/misc/samples.xml (original)
+++ cocoon/trunk/blocks/cocoon-itext/cocoon-itext-sample/src/main/resources/COB-INF/misc/samples.xml Thu Mar 30 00:31:37 2006
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- CVS $Id: samples.xml,v 1.7 2004/04/22 12:26:00 vgritsenko Exp $ -->
+<!-- CVS $Id$ -->
 <samples xmlns:xlink="http://www.w3.org/1999/xlink" name="iText Block Samples">
 
     <group name="Back">

Propchange: cocoon/trunk/blocks/cocoon-itext/cocoon-itext-sample/src/main/resources/COB-INF/misc/samples.xml
------------------------------------------------------------------------------
    eol-style = native

Modified: cocoon/trunk/blocks/cocoon-itext/cocoon-itext-sample/src/main/resources/COB-INF/sitemap.xmap
URL: http://svn.apache.org/viewcvs/cocoon/trunk/blocks/cocoon-itext/cocoon-itext-sample/src/main/resources/COB-INF/sitemap.xmap?rev=390034&r1=389840&r2=390034&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-itext/cocoon-itext-sample/src/main/resources/COB-INF/sitemap.xmap (original)
+++ cocoon/trunk/blocks/cocoon-itext/cocoon-itext-sample/src/main/resources/COB-INF/sitemap.xmap Thu Mar 30 00:31:37 2006
@@ -18,7 +18,7 @@
 <!--+
     | iText block samples sitemap
     |
-    | CVS $Id: sitemap.xmap,v 1.4 2004/04/17 07:18:47 antonio Exp $
+    | CVS $Id$
     +-->
 
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">

Propchange: cocoon/trunk/blocks/cocoon-itext/cocoon-itext-sample/src/main/resources/COB-INF/sitemap.xmap
------------------------------------------------------------------------------
    eol-style = native

Added: cocoon/trunk/blocks/cocoon-itext/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/blocks/cocoon-itext/pom.xml?rev=390034&view=auto
==============================================================================
--- cocoon/trunk/blocks/cocoon-itext/pom.xml (added)
+++ cocoon/trunk/blocks/cocoon-itext/pom.xml Thu Mar 30 00:31:37 2006
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2006 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!--+
+    | @version $Id:$
+    +-->
+<project
+  xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  
+  <parent>
+    <groupId>org.apache.cocoon</groupId>
+    <artifactId>cocoon-blocks</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+  
+  <modelVersion>4.0.0</modelVersion>
+  
+  <groupId>org.apache.cocoon</groupId>
+  <artifactId>cocoon-itext</artifactId>
+  <version>1.0-SNAPSHOT</version>
+    
+  <packaging>pom</packaging>
+  
+  <name>itext Block</name>
+
+  <description></description>
+  
+  <modules>
+    <module>cocoon-itext-impl</module>
+    <module>cocoon-itext-sample</module>
+  </modules>
+</project>

Propchange: cocoon/trunk/blocks/cocoon-itext/pom.xml
------------------------------------------------------------------------------
    eol-style = native

Propchange: cocoon/trunk/blocks/cocoon-itext/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: cocoon/trunk/blocks/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/blocks/pom.xml?rev=390034&r1=390033&r2=390034&view=diff
==============================================================================
--- cocoon/trunk/blocks/pom.xml (original)
+++ cocoon/trunk/blocks/pom.xml Thu Mar 30 00:31:37 2006
@@ -34,6 +34,6 @@
   <version>1.0-SNAPSHOT</version>
   <description></description>
   <modules>
-    <module>cocoon-faces</module>
+    <module>cocoon-itext</module>
   </modules>
 </project>