Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 97384 invoked from network); 12 Dec 2007 11:00:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Dec 2007 11:00:18 -0000 Received: (qmail 45937 invoked by uid 500); 12 Dec 2007 11:00:07 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 45900 invoked by uid 500); 12 Dec 2007 11:00:07 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 45891 invoked by uid 99); 12 Dec 2007 11:00:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Dec 2007 03:00:07 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Wed, 12 Dec 2007 10:59:45 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 42BC71A983A; Wed, 12 Dec 2007 02:59:49 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r603554 - in /forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher: ./ src/ src/main/ src/main/java/ src/main/resources/ src/main/resources/COB-INF/ src/main/resources/COB-INF/demo/ src/main/resources/COB-INF/flow/ src/main/resources/COB-I... Date: Wed, 12 Dec 2007 10:59:48 -0000 To: svn@forrest.apache.org From: thorsten@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071212105949.42BC71A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: thorsten Date: Wed Dec 12 02:59:46 2007 New Revision: 603554 URL: http://svn.apache.org/viewvc?rev=603554&view=rev Log: Adding empty dispatcher block Added: forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/ forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/pom.xml (with props) forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/rcl.properties (with props) forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/ forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/ forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/java/ forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/ forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/ forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/demo/ forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/demo/welcome.xml (with props) forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/demo/welcome.xslt (with props) forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/flow/ forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/flow/spring-bean.js (with props) forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/resource/ forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/resource/external/ forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/resource/external/README.txt (with props) forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/resource/internal/ forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/resource/internal/README.txt (with props) forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/sitemap.xmap (with props) forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/META-INF/ forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/META-INF/cocoon/ forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/META-INF/cocoon/spring/ forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/META-INF/cocoon/spring/servlet-service.xml (with props) Added: forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/pom.xml URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/pom.xml?rev=603554&view=auto ============================================================================== --- forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/pom.xml (added) +++ forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/pom.xml Wed Dec 12 02:59:46 2007 @@ -0,0 +1,111 @@ + + + + + + 4.0.0 + jar + + dispatcher + org.apache.forrest + dispatcher + 1.0-SNAPSHOT + + + + org.apache.cocoon + cocoon-core + 2.2.0-RC2 + + + org.apache.cocoon + cocoon-servlet-service-components + 1.0.0-RC1 + + + org.apache.cocoon + cocoon-template-impl + 1.0.0-RC2 + + + org.apache.cocoon + cocoon-flowscript-impl + 1.0.0-RC2 + + + + + + + org.apache.cocoon + cocoon-maven-plugin + 1.0.0-M1 + + + rcl + compile + + rcl + + + + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.5 + + + + 8888 + 30000 + + + ${project.build.directory}/rcl/webapp + / + + + org.apache.cocoon.mode + dev + + + + + + maven-jar-plugin + 2.1 + + + + ${pom.artifactId} + + + + + + maven-eclipse-plugin + 2.4 + + + + + Propchange: forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/rcl.properties URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/rcl.properties?rev=603554&view=auto ============================================================================== --- forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/rcl.properties (added) +++ forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/rcl.properties Wed Dec 12 02:59:46 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.forrest.dispatcher.service%classes-dir=./target/classes \ No newline at end of file Propchange: forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/rcl.properties ------------------------------------------------------------------------------ svn:eol-style = native Added: forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/demo/welcome.xml URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/demo/welcome.xml?rev=603554&view=auto ============================================================================== --- forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/demo/welcome.xml (added) +++ forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/demo/welcome.xml Wed Dec 12 02:59:46 2007 @@ -0,0 +1,23 @@ + + + +

Apache Cocoon: Welcome

+

This block org.apache.forrest:dispatcher was created by the Cocoon block archetype.

+

+

Link to the output of a simple Flowscript that accesses a Spring bean.

+
\ No newline at end of file Propchange: forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/demo/welcome.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/demo/welcome.xslt URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/demo/welcome.xslt?rev=603554&view=auto ============================================================================== --- forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/demo/welcome.xslt (added) +++ forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/demo/welcome.xslt Wed Dec 12 02:59:46 2007 @@ -0,0 +1,31 @@ + + + + + + + + Apache Cocoon: Welcome! + + + + + + + + Propchange: forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/demo/welcome.xslt ------------------------------------------------------------------------------ svn:eol-style = native Added: forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/flow/spring-bean.js URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/flow/spring-bean.js?rev=603554&view=auto ============================================================================== --- forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/flow/spring-bean.js (added) +++ forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/flow/spring-bean.js Wed Dec 12 02:59:46 2007 @@ -0,0 +1,28 @@ +/* + * 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. + */ +// +// @version $Id: demo.js 448451 2006-09-21 04:04:16Z crossley $ +// + +function demo() { + var demoBean = cocoon.getComponent("demo"); + cocoon.sendPage("screens/spring-bean", + { + "message" : demoBean.message + } + ); +} Propchange: forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/flow/spring-bean.js ------------------------------------------------------------------------------ svn:eol-style = native Added: forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/resource/external/README.txt URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/resource/external/README.txt?rev=603554&view=auto ============================================================================== --- forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/resource/external/README.txt (added) +++ forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/resource/external/README.txt Wed Dec 12 02:59:46 2007 @@ -0,0 +1,7 @@ +This is a dummy file provided to avoid Maven archetype plugin's limitation. + +Archetype plugin does not create empty directory structure: +"At this point one can only specify individual files to be created but not empty directories." +(http://maven.apache.org/plugins/maven-archetype-plugin/examples/archetype.html) + +You can safely remove this file at any time. \ No newline at end of file Propchange: forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/resource/external/README.txt ------------------------------------------------------------------------------ svn:eol-style = native Added: forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/resource/internal/README.txt URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/resource/internal/README.txt?rev=603554&view=auto ============================================================================== --- forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/resource/internal/README.txt (added) +++ forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/resource/internal/README.txt Wed Dec 12 02:59:46 2007 @@ -0,0 +1,7 @@ +This is a dummy file provided to avoid Maven archetype plugin's limitation. + +Archetype plugin does not create empty directory structure: +"At this point one can only specify individual files to be created but not empty directories." +(http://maven.apache.org/plugins/maven-archetype-plugin/examples/archetype.html) + +You can safely remove this file at any time. \ No newline at end of file Propchange: forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/resource/internal/README.txt ------------------------------------------------------------------------------ svn:eol-style = native Added: forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/sitemap.xmap URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/sitemap.xmap?rev=603554&view=auto ============================================================================== --- forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/sitemap.xmap (added) +++ forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/sitemap.xmap Wed Dec 12 02:59:46 2007 @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + Propchange: forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/sitemap.xmap ------------------------------------------------------------------------------ svn:eol-style = native Added: forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/META-INF/cocoon/spring/servlet-service.xml URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/META-INF/cocoon/spring/servlet-service.xml?rev=603554&view=auto ============================================================================== --- forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/META-INF/cocoon/spring/servlet-service.xml (added) +++ forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/META-INF/cocoon/spring/servlet-service.xml Wed Dec 12 02:59:46 2007 @@ -0,0 +1,33 @@ + + + + + + + + + + Propchange: forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/META-INF/cocoon/spring/servlet-service.xml ------------------------------------------------------------------------------ svn:eol-style = native