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 2007/07/02 08:44:03 UTC

svn commit: r552416 - in /cocoon/trunk/blocks/cocoon-template/cocoon-template-sample: pom.xml rcl.properties

Author: reinhard
Date: Sun Jul  1 23:44:02 2007
New Revision: 552416

URL: http://svn.apache.org/viewvc?view=rev&rev=552416
Log:
- configuration for the Cocoon Maven plugin RCL goal

Added:
    cocoon/trunk/blocks/cocoon-template/cocoon-template-sample/rcl.properties   (with props)
Modified:
    cocoon/trunk/blocks/cocoon-template/cocoon-template-sample/pom.xml

Modified: cocoon/trunk/blocks/cocoon-template/cocoon-template-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-template/cocoon-template-sample/pom.xml?view=diff&rev=552416&r1=552415&r2=552416
==============================================================================
--- cocoon/trunk/blocks/cocoon-template/cocoon-template-sample/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-template/cocoon-template-sample/pom.xml Sun Jul  1 23:44:02 2007
@@ -20,27 +20,35 @@
 <!--+
     | @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">
+<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>
   <packaging>jar</packaging>
-    
+
   <parent>
     <artifactId>cocoon-blocks-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
     <version>5-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>    
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>cocoon-template-sample</artifactId>
   <version>1.0.0-SNAPSHOT</version>
   <name>Cocoon Template Block Samples</name>
-  
+
   <dependencies>
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-template-impl</artifactId>
-      
+    </dependency>
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-servlet-service-components</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-samples-style-default</artifactId>
     </dependency>
   </dependencies>
-  
+
 </project>

Added: cocoon/trunk/blocks/cocoon-template/cocoon-template-sample/rcl.properties
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-template/cocoon-template-sample/rcl.properties?view=auto&rev=552416
==============================================================================
--- cocoon/trunk/blocks/cocoon-template/cocoon-template-sample/rcl.properties (added)
+++ cocoon/trunk/blocks/cocoon-template/cocoon-template-sample/rcl.properties Sun Jul  1 23:44:02 2007
@@ -0,0 +1,17 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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.
+#
+org.apache.cocoon.template.sample.servlet%classes-dir=./target/classes
\ No newline at end of file

Propchange: cocoon/trunk/blocks/cocoon-template/cocoon-template-sample/rcl.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/trunk/blocks/cocoon-template/cocoon-template-sample/rcl.properties
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: cocoon/trunk/blocks/cocoon-template/cocoon-template-sample/rcl.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain