Author: thorsten
Date: Tue Sep 30 00:49:34 2008
New Revision: 700375

URL: http://svn.apache.org/viewvc?rev=700375&view=rev
Log:
FOR-1118
Massive rewrite of the plugin.
Merging the dispatcher (based on StAX) where recent work has taken place with 
the forrest based plugin.
Removing obsolete classes and the obsolete standalone version of the dispatcher.

The dispatcherTransformer is broken with this commit. PLEASE use r700363 if you 
need the transformer working.

Will now connect the transformer with the new core code.

Added:
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/lib/axiom-LICENSE.txt
      - copied unchanged from r700365, 
forrest/branches/dispatcher_rewrite/dispatcher/lib/axiom-LICENSE.txt
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/lib/axiom-api-1.2.6.jar
      - copied unchanged from r700365, 
forrest/branches/dispatcher_rewrite/dispatcher/lib/axiom-api-1.2.6.jar
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/lib/axiom-impl-1.2.6.jar
      - copied unchanged from r700365, 
forrest/branches/dispatcher_rewrite/dispatcher/lib/axiom-impl-1.2.6.jar
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/lib/geronimo-stax-api_1.0_spec-1.0.1.jar
      - copied unchanged from r700365, 
forrest/branches/dispatcher_rewrite/dispatcher/lib/geronimo-stax-api_1.0_spec-1.0.1.jar
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/lib/geronimo-stax-api_1.0_spec.license.txt
      - copied unchanged from r700365, 
forrest/branches/dispatcher_rewrite/dispatcher/lib/geronimo-stax-api_1.0_spec.license.txt
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/lib/jaxen-1.1.1.jar
      - copied unchanged from r700365, 
forrest/branches/dispatcher_rewrite/dispatcher/lib/jaxen-1.1.1.jar
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/lib/jaxen-LICENSE.txt
      - copied unchanged from r700365, 
forrest/branches/dispatcher_rewrite/dispatcher/lib/jaxen-LICENSE.txt
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/lib/junit-4.5.jar
      - copied unchanged from r700365, 
forrest/branches/dispatcher_rewrite/dispatcher/lib/junit-4.5.jar
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/lib/junit-4.5.jar.license.html
      - copied unchanged from r700365, 
forrest/branches/dispatcher_rewrite/dispatcher/lib/junit-4.5.jar.license.html
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/lib/log4j-1.2.14.license.txt
      - copied unchanged from r700365, 
forrest/branches/dispatcher_rewrite/dispatcher/lib/log4j-1.2.14.license.txt
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/lib/wstx-asl-3.2.7.jar
      - copied unchanged from r700365, 
forrest/branches/dispatcher_rewrite/dispatcher/lib/wstx-asl-3.2.7.jar
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/lib/wstx-asl-3.2.7.jar.license.txt
      - copied unchanged from r700365, 
forrest/branches/dispatcher_rewrite/dispatcher/lib/wstx-asl-3.2.7.jar.license.txt
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/documentation/resources/diagrams/
      - copied from r700365, 
forrest/branches/dispatcher_rewrite/dispatcher/docu/diagrams/
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/log4j.properties
   (with props)
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/api/
      - copied from r700365, 
forrest/branches/dispatcher_rewrite/dispatcher/java/org/apache/forrest/dispatcher/api/
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/config/
      - copied from r700365, 
forrest/branches/dispatcher_rewrite/dispatcher/java/org/apache/forrest/dispatcher/config/
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/exception/
      - copied from r700365, 
forrest/branches/dispatcher_rewrite/dispatcher/java/org/apache/forrest/dispatcher/exception/
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/factories/
      - copied from r700365, 
forrest/branches/dispatcher_rewrite/dispatcher/java/org/apache/forrest/dispatcher/factories/
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/
      - copied from r700365, 
forrest/branches/dispatcher_rewrite/dispatcher/java/org/apache/forrest/dispatcher/impl/
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/utils/
      - copied from r700365, 
forrest/branches/dispatcher_rewrite/dispatcher/java/org/apache/forrest/dispatcher/utils/
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/testing/
      - copied from r700365, 
forrest/branches/dispatcher_rewrite/dispatcher/testing/
Removed:
    forrest/branches/dispatcher_rewrite/dispatcher/
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/lib/readme.txt
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/ContractBean.java
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/ContractBeanDOMImpl.java
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/DispatcherException.java
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/DispatcherHelper.java
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/lenya/
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/util/

Added: 
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/log4j.properties
URL: 
http://svn.apache.org/viewvc/forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/log4j.properties?rev=700375&view=auto
==============================================================================
--- 
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/log4j.properties
 (added)
+++ 
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/log4j.properties
 Tue Sep 30 00:49:34 2008
@@ -0,0 +1,29 @@
+# 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.
+
+log4j.rootLogger=DEBUG,stdout, logfile
+
+log4j.appender.stdout=org.apache.log4j.ConsoleAppender
+log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
+log4j.appender.stdout.layout.ConversionPattern=%d %p [%c] - <%m>%n
+
+log4j.appender.logfile=org.apache.log4j.RollingFileAppender
+log4j.appender.logfile.File=log.txt
+log4j.appender.logfile.MaxFileSize=512KB
+# Keep three backup files.
+log4j.appender.logfile.MaxBackupIndex=3
+# Pattern to output: date priority [category] - message
+log4j.appender.logfile.layout=org.apache.log4j.PatternLayout
+log4j.appender.logfile.layout.ConversionPattern=%d %p [%c] - %m%n
\ No newline at end of file

Propchange: 
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/log4j.properties
------------------------------------------------------------------------------
    svn:eol-style = native