You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2006/04/07 15:47:54 UTC

svn commit: r392290 - in /cocoon/trunk/blocks/cocoon-cron: ./ cocoon-cron-impl/src/main/resources/samples/ cocoon-cron-sample/ cocoon-cron-sample/src/ cocoon-cron-sample/src/main/ cocoon-cron-sample/src/main/resources/ cocoon-cron-sample/src/main/resou...

Author: cziegeler
Date: Fri Apr  7 06:47:51 2006
New Revision: 392290

URL: http://svn.apache.org/viewcvs?rev=392290&view=rev
Log:
Add cron  samples

Added:
    cocoon/trunk/blocks/cocoon-cron/cocoon-cron-sample/
    cocoon/trunk/blocks/cocoon-cron/cocoon-cron-sample/pom.xml   (with props)
    cocoon/trunk/blocks/cocoon-cron/cocoon-cron-sample/src/
    cocoon/trunk/blocks/cocoon-cron/cocoon-cron-sample/src/main/
    cocoon/trunk/blocks/cocoon-cron/cocoon-cron-sample/src/main/resources/
    cocoon/trunk/blocks/cocoon-cron/cocoon-cron-sample/src/main/resources/COB-INF/
      - copied from r392277, cocoon/trunk/blocks/cocoon-cron/cocoon-cron-impl/src/main/resources/samples/
Removed:
    cocoon/trunk/blocks/cocoon-cron/cocoon-cron-impl/src/main/resources/samples/
Modified:
    cocoon/trunk/blocks/cocoon-cron/pom.xml

Added: cocoon/trunk/blocks/cocoon-cron/cocoon-cron-sample/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/blocks/cocoon-cron/cocoon-cron-sample/pom.xml?rev=392290&view=auto
==============================================================================
--- cocoon/trunk/blocks/cocoon-cron/cocoon-cron-sample/pom.xml (added)
+++ cocoon/trunk/blocks/cocoon-cron/cocoon-cron-sample/pom.xml Fri Apr  7 06:47:51 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-cron</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+  
+  <groupId>org.apache.cocoon</groupId>
+  <artifactId>cocoon-cron-sample</artifactId>
+  <version>1.0-SNAPSHOT</version>
+    
+  <packaging>jar</packaging>
+  <name>cron Block Samples</name>
+  <description></description>
+  
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-cron-impl</artifactId>
+      <version>1.0-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
+
+</project>

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

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

Modified: cocoon/trunk/blocks/cocoon-cron/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/blocks/cocoon-cron/pom.xml?rev=392290&r1=392289&r2=392290&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-cron/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-cron/pom.xml Fri Apr  7 06:47:51 2006
@@ -32,5 +32,6 @@
   <version>1.0-SNAPSHOT</version>
   <modules>
     <module>cocoon-cron-impl</module>
+    <module>cocoon-cron-sample</module>
   </modules>
 </project>