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 11:50:58 UTC

svn commit: r390047 [2/2] - in /cocoon/trunk/blocks: ./ cocoon-serializers/ cocoon-serializers/cocoon-serializers-impl/ cocoon-serializers/cocoon-serializers-impl/src/ cocoon-serializers/cocoon-serializers-impl/src/main/ cocoon-serializers/cocoon-seria...

Added: cocoon/trunk/blocks/cocoon-stx/cocoon-stx-impl/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/blocks/cocoon-stx/cocoon-stx-impl/pom.xml?rev=390047&view=auto
==============================================================================
--- cocoon/trunk/blocks/cocoon-stx/cocoon-stx-impl/pom.xml (added)
+++ cocoon/trunk/blocks/cocoon-stx/cocoon-stx-impl/pom.xml Thu Mar 30 01:50:46 2006
@@ -0,0 +1,41 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 2005 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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:fo="http://www.w3.org/1999/XSL/Format" 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-stx</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.cocoon</groupId>
+  <artifactId>cocoon-stx-impl</artifactId>
+  <version>1.0-SNAPSHOT</version>
+  <packaging>jar</packaging>
+  <name>stx Block Implementation</name>
+  <description/>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-core</artifactId>
+      <version>2.2.0-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
+</project>

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

Propchange: cocoon/trunk/blocks/cocoon-stx/cocoon-stx-impl/pom.xml
------------------------------------------------------------------------------
    svn:executable = *

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

Propchange: cocoon/trunk/blocks/cocoon-stx/cocoon-stx-impl/src/
------------------------------------------------------------------------------
    eol-style = native

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

Propchange: cocoon/trunk/blocks/cocoon-stx/cocoon-stx-impl/src/main/java/
------------------------------------------------------------------------------
    eol-style = native

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

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

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

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

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

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

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

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

Added: cocoon/trunk/blocks/cocoon-stx/cocoon-stx-sample/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/blocks/cocoon-stx/cocoon-stx-sample/pom.xml?rev=390047&view=auto
==============================================================================
--- cocoon/trunk/blocks/cocoon-stx/cocoon-stx-sample/pom.xml (added)
+++ cocoon/trunk/blocks/cocoon-stx/cocoon-stx-sample/pom.xml Thu Mar 30 01:50:46 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-stx</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+  
+  <groupId>org.apache.cocoon</groupId>
+  <artifactId>cocoon-stx-sample</artifactId>
+  <version>1.0-SNAPSHOT</version>
+    
+  <packaging>jar</packaging>
+  <name>stx Block Samples</name>
+  <description></description>
+  
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-stx-impl</artifactId>
+      <version>1.0-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
+
+</project>

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

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

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

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

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

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

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

Propchange: cocoon/trunk/blocks/cocoon-stx/cocoon-stx-sample/src/main/resources/COB-INF/data.xml
------------------------------------------------------------------------------
    eol-style = native

Modified: cocoon/trunk/blocks/cocoon-stx/cocoon-stx-sample/src/main/resources/COB-INF/hello.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/blocks/cocoon-stx/cocoon-stx-sample/src/main/resources/COB-INF/hello.xml?rev=390047&r1=389840&r2=390047&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-stx/cocoon-stx-sample/src/main/resources/COB-INF/hello.xml (original)
+++ cocoon/trunk/blocks/cocoon-stx/cocoon-stx-sample/src/main/resources/COB-INF/hello.xml Thu Mar 30 01:50:46 2006
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- CVS: $Id: hello.xml,v 1.2 2004/03/06 02:26:01 antonio Exp $ -->
+<!-- CVS: $Id$ -->
 
 <page>
  <title>Hello</title>

Propchange: cocoon/trunk/blocks/cocoon-stx/cocoon-stx-sample/src/main/resources/COB-INF/hello.xml
------------------------------------------------------------------------------
    eol-style = native

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

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

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

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

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

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

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

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

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

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

Added: cocoon/trunk/blocks/cocoon-stx/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/blocks/cocoon-stx/pom.xml?rev=390047&view=auto
==============================================================================
--- cocoon/trunk/blocks/cocoon-stx/pom.xml (added)
+++ cocoon/trunk/blocks/cocoon-stx/pom.xml Thu Mar 30 01:50:46 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-stx</artifactId>
+  <version>1.0-SNAPSHOT</version>
+    
+  <packaging>pom</packaging>
+  
+  <name>stx Block</name>
+
+  <description></description>
+  
+  <modules>
+    <module>cocoon-stx-impl</module>
+    <module>cocoon-stx-sample</module>
+  </modules>
+</project>

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

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

Modified: cocoon/trunk/blocks/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/blocks/pom.xml?rev=390047&r1=390046&r2=390047&view=diff
==============================================================================
--- cocoon/trunk/blocks/pom.xml (original)
+++ cocoon/trunk/blocks/pom.xml Thu Mar 30 01:50:46 2006
@@ -34,6 +34,6 @@
   <version>1.0-SNAPSHOT</version>
   <description></description>
   <modules>
-    <module>cocoon-scratchpad</module>
+    <module>cocoon-stx</module>
   </modules>
 </project>