Author: thorsten
Date: Wed Oct 15 05:35:47 2008
New Revision: 704890

URL: http://svn.apache.org/viewvc?rev=704890&view=rev
Log:
Cleaning cocoon-block implementation from legacy files. Extending pom to use 
the same java files as we do in the main plugin. Adding a note that the block 
is just a starting point/example to get started with disptacher development in 
cocoon-2.2. The user will need to provide his/her own contracts and themes.

Added:
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/cocoon-2.2-block/HEADSUP.txt
   (with props)
Removed:
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/cocoon-2.2-block/src/main/resources/COB-INF/demo/
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/cocoon-2.2-block/src/main/resources/COB-INF/resource/external/
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/cocoon-2.2-block/src/main/resources/COB-INF/resource/internal/
Modified:
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/cocoon-2.2-block/pom.xml

Added: 
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/cocoon-2.2-block/HEADSUP.txt
URL: 
http://svn.apache.org/viewvc/forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/cocoon-2.2-block/HEADSUP.txt?rev=704890&view=auto
==============================================================================
--- 
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/cocoon-2.2-block/HEADSUP.txt
 (added)
+++ 
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/cocoon-2.2-block/HEADSUP.txt
 Wed Oct 15 05:35:47 2008
@@ -0,0 +1,5 @@
+Please note that this is a limited (stripped down) version of the dispatcher
+as cocoon-2.2 block. The forrest contracts mostly assume xdocs input however
+that is not the default case in a coocon-2.2 based application.   
+
+That is why you find only a couple of contracts that should serve as example.
\ No newline at end of file

Propchange: 
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/cocoon-2.2-block/HEADSUP.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: 
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/cocoon-2.2-block/pom.xml
URL: 
http://svn.apache.org/viewvc/forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/cocoon-2.2-block/pom.xml?rev=704890&r1=704889&r2=704890&view=diff
==============================================================================
--- 
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/cocoon-2.2-block/pom.xml
 (original)
+++ 
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/cocoon-2.2-block/pom.xml
 Wed Oct 15 05:35:47 2008
@@ -29,10 +29,15 @@
   <name>dispatcher</name>
   <groupId>org.apache.forrest</groupId>
   <artifactId>dispatcher</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.1-SNAPSHOT</version>
 
   <dependencies>
     <dependency>
+      <groupId>org.apache.ws.commons.axiom</groupId>
+      <artifactId>axiom-impl</artifactId>
+      <version>1.2.6</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-core</artifactId>
       <version>2.2.0-RC3-SNAPSHOT</version>
@@ -65,6 +70,7 @@
   </dependencies>
 
   <build>
+    <sourceDirectory>../java</sourceDirectory>
     <plugins>
       <plugin>
         <groupId>org.apache.cocoon</groupId>