Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 19429 invoked from network); 6 Jul 2007 14:59:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jul 2007 14:59:05 -0000 Received: (qmail 11120 invoked by uid 500); 6 Jul 2007 14:59:07 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 11059 invoked by uid 500); 6 Jul 2007 14:59:07 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 11048 invoked by uid 99); 6 Jul 2007 14:59:07 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jul 2007 07:59:07 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jul 2007 07:59:04 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id BCF3E1A981A; Fri, 6 Jul 2007 07:58:43 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r553916 - in /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample: pom.xml rcl.properties Date: Fri, 06 Jul 2007 14:58:43 -0000 To: cvs@cocoon.apache.org From: reinhard@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070706145843.BCF3E1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: reinhard Date: Fri Jul 6 07:58:42 2007 New Revision: 553916 URL: http://svn.apache.org/viewvc?view=rev&rev=553916 Log: - configure reloading classloader goal - enable captcha sample by adding cocoon-batik-impl as dependency Added: cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/rcl.properties (with props) Modified: cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/pom.xml Modified: cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/pom.xml URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/pom.xml?view=diff&rev=553916&r1=553915&r2=553916 ============================================================================== --- cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/pom.xml (original) +++ cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/pom.xml Fri Jul 6 07:58:42 2007 @@ -20,21 +20,22 @@ - - - 4.0.0 - jar - + + + 4.0.0 + jar + cocoon-blocks-modules org.apache.cocoon 5-SNAPSHOT - ../../pom.xml + ../../pom.xml cocoon-forms-sample 1.0.0-SNAPSHOT Cocoon Forms Block Samples - + org.apache.cocoon @@ -42,12 +43,20 @@ org.apache.cocoon - cocoon-samples-style-default + cocoon-template-impl org.apache.cocoon - cocoon-template-impl + cocoon-batik-impl + + + org.apache.cocoon + cocoon-servlet-service-components + + + org.apache.cocoon + cocoon-samples-style-default - + Added: cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/rcl.properties URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/rcl.properties?view=auto&rev=553916 ============================================================================== --- cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/rcl.properties (added) +++ cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/rcl.properties Fri Jul 6 07:58:42 2007 @@ -0,0 +1,20 @@ +# +# 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.forms.sample.servlet%classes-dir=./target/classes + +org.apache.cocoon.forms.impl.servlet%classes-dir=../cocoon-forms-impl/target/classes +%exclude-lib=org.apache.cocoon:cocoon-forms-impl \ No newline at end of file Propchange: cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/rcl.properties ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/rcl.properties ------------------------------------------------------------------------------ svn:keywords = Id Propchange: cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample/rcl.properties ------------------------------------------------------------------------------ svn:mime-type = text/plain