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/06 16:58:43 UTC

svn commit: r553916 - in /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-sample: pom.xml rcl.properties

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 @@
 <!--+
     | @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>  
-  <packaging>jar</packaging>  
-  
+<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-forms-sample</artifactId>
   <version>1.0.0-SNAPSHOT</version>
   <name>Cocoon Forms Block Samples</name>
-  
+
   <dependencies>
     <dependency>
       <groupId>org.apache.cocoon</groupId>
@@ -42,12 +43,20 @@
     </dependency>
     <dependency>
       <groupId>org.apache.cocoon</groupId>
-      <artifactId>cocoon-samples-style-default</artifactId>
+      <artifactId>cocoon-template-impl</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.cocoon</groupId>
-      <artifactId>cocoon-template-impl</artifactId>
+      <artifactId>cocoon-batik-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-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