[prev in list] [next in list] [prev in thread] [next in thread] 

List:       turbine-dev
Subject:    svn commit: r264148 [2/10] - in
From:       henning () apache ! org
Date:       2005-08-29 14:26:59
Message-ID: 20050829142918.67598.qmail () minotaur ! apache ! org
[Download RAW message or body]

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/roleConfiguration.xml
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/roleConfiguration.xml?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/roleConfiguration.xml \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/roleConfiguration.xml Mon \
Aug 29 07:21:04 2005 @@ -1,3 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed 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.
+-->
 <!-- ======================================================================== -->
 <!--                                                                          -->
 <!--  Role Configuration for Avalon Components                                -->

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/Log4j.properties
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/Log4j.properties?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/Log4j.properties \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/Log4j.properties Mon \
Aug 29 07:21:04 2005 @@ -1,3 +1,17 @@
+# Copyright 2001-2005 The Apache Software Foundation.
+#
+# Licensed 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.
+
 # ------------------------------------------------------------------------
 #
 # Logging Configuration for the Template Service tests.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/TemplateService.properties
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/TemplateService.properties?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/TemplateService.properties \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/TemplateService.properties \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,17 @@
+# Copyright 2001-2005 The Apache Software Foundation.
+#
+# Licensed 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.
+
 # -------------------------------------------------------------------
 # $Id$
 #

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/TorqueTest.properties
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/TorqueTest.properties?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/TorqueTest.properties \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/TorqueTest.properties \
Mon Aug 29 07:21:04 2005 @@ -6,27 +6,25 @@
 #
 # ------------------------------------------------------------------------
 
+# Copyright 2001-2005 The Apache Software Foundation.
 #
-# Copyright 2001-2004 The Apache Software Foundation.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
+# Licensed 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
+#     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.
-#
 
 torque.applicationRoot = .
 
-#torque.defaults.pool.defaultMaxActive=30
-#torque.defaults.pool.testOnBorrow=true
-#torque.defaults.pool.validationQuery=SELECT 1
+# torque.defaults.pool.defaultMaxActive=30
+# torque.defaults.pool.testOnBorrow=true
+# torque.defaults.pool.validationQuery=SELECT 1
 
 torque.defaults.connection.user = sa
 torque.defaults.connection.password =
@@ -45,6 +43,6 @@
 torque.dsfactory.default.connection.url =	jdbc:hsqldb:.
 
 
-#torque.dsfactory.default.factory= \
org.apache.torque.dsfactory.SharedPoolDataSourceFactory +# \
torque.dsfactory.default.factory= \
org.apache.torque.dsfactory.SharedPoolDataSourceFactory  
 

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/TurbineAvalonService.properties
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/TurbineAvalonService.properties?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/TurbineAvalonService.properties \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/TurbineAvalonService.properties \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,17 @@
+# Copyright 2001-2005 The Apache Software Foundation.
+#
+# Licensed 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.
+
 # -------------------------------------------------------------------
 # $Id$
 #

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/TurbineComponentService.properties
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/co \
nf/test/TurbineComponentService.properties?rev=264148&r1=264147&r2=264148&view=diff \
                ==============================================================================
                
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/TurbineComponentService.properties \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/TurbineComponentService.properties \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,17 @@
+# Copyright 2001-2005 The Apache Software Foundation.
+#
+# Licensed 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.
+
 # -------------------------------------------------------------------
 # $Id$
 #

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/TurbineConfiguration.xml
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/TurbineConfiguration.xml?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/TurbineConfiguration.xml \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/TurbineConfiguration.xml \
Mon Aug 29 07:21:04 2005 @@ -1,4 +1,19 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed 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.
+-->
 
 <configuration>
   <xml fileName="conf/test/TurbineResources.xml"/>

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/TurbineResources.properties
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/TurbineResources.properties?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/TurbineResources.properties \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/TurbineResources.properties \
Mon Aug 29 07:21:04 2005 @@ -8,21 +8,19 @@
 #
 # -------------------------------------------------------------------
 
+# Copyright 2001-2005 The Apache Software Foundation.
 #
-# Copyright 2001-2004 The Apache Software Foundation.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
+# Licensed 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
+#     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.
-#
 
 # -------------------------------------------------------------------
 #
@@ -195,7 +193,7 @@
 #
 # Default: SessionValidator
 
-#action.sessionvalidator=sessionvalidator.TemplateSessionValidator
+# action.sessionvalidator=sessionvalidator.TemplateSessionValidator
 #
 # Use this setting if you want your application to display the Login Screen
 # as first action and does not allow any operation before the user has
@@ -278,7 +276,7 @@
 # -------------------------------------------------------------------
 services.AvalonComponentService.classname=org.apache.turbine.services.avaloncomponent.TurbineAvalonComponentService
  services.CryptoService.classname=org.apache.turbine.services.crypto.TurbineCryptoService
                
-#services.ComponentService.classname=org.apache.turbine.services.component.TurbineComponentService
 +# services.ComponentService.classname=org.apache.turbine.services.component.TurbineComponentService
  services.FactoryService.classname=org.apache.turbine.services.factory.TurbineFactoryService
  services.PoolService.classname=org.apache.turbine.services.pool.TurbinePoolService
 services.RunDataService.classname=org.apache.turbine.services.rundata.TurbineRunDataService
 @@ -286,7 +284,7 @@
 services.AssemblerBrokerService.classname=org.apache.turbine.services.assemblerbroker.TurbineAssemblerBrokerService
  services.GlobalCacheService.classname=org.apache.turbine.services.cache.TurbineGlobalCacheService
  services.PullService.classname=org.apache.turbine.services.pull.TurbinePullService
-#services.IntakeService.classname=org.apache.turbine.services.intake.TurbineIntakeService
 +# services.IntakeService.classname=org.apache.turbine.services.intake.TurbineIntakeService
  services.TemplateService.classname=org.apache.turbine.services.template.TurbineTemplateService
  services.VelocityService.classname=org.apache.turbine.services.velocity.TurbineVelocityService
  services.UploadService.classname=org.apache.turbine.services.upload.TurbineUploadService
 @@ -426,7 +424,7 @@
 tool.request.page=org.apache.turbine.util.template.HtmlPageAttributes
 tool.request.content=org.apache.turbine.services.pull.tools.ContentTool
 
-#This pull tool is to allow for easy formatting of Date object into Strings
+# This pull tool is to allow for easy formatting of Date object into Strings
 tool.request.dateFormatter=org.apache.turbine.services.pull.util.DateFormatter
 
 # Use this tool if you need a place to store data that will persist between
@@ -434,11 +432,11 @@
 tool.session.sessionData=org.apache.turbine.services.pull.util.SessionData
 
 # These are intake tools.
-#tool.request.om=org.apache.turbine.om.OMTool
+# tool.request.om=org.apache.turbine.om.OMTool
 tool.request.intake=org.apache.turbine.services.intake.IntakeTool
 
 # This is a tool that allows access to the scheduler service.
-#tool.request.scheduler=org.apache.turbine.services.SchedulerTool
+# tool.request.scheduler=org.apache.turbine.services.SchedulerTool
 
 #
 # The content tool can put its URIs through the Servlet container,
@@ -484,7 +482,7 @@
 services.VelocityService.default.layout.template = Default.vm
 
 services.VelocityService.runtime.log=/logs/velocity.log
-#services.VelocityService.input.encoding=UTF-8
+# services.VelocityService.input.encoding=UTF-8
 
 #
 # Class Path Loader, Turbine jar
@@ -620,7 +618,7 @@
 
 # Class specific capacities used instead of the default if specified.
 #
-#services.PoolService.pool.capacity.org.apache.turbine.services.rundata.DefaultTurbineRunData=512
 +# services.PoolService.pool.capacity.org.apache.turbine.services.rundata.DefaultTurbineRunData=512
  
 # -------------------------------------------------------------------
 #
@@ -632,7 +630,7 @@
 #
 # Example: org.foo.bar.MyClassLoader, org.ack.joe.YourClassLoader
 #
-#services.FactoryService.class.loaders=
+# services.FactoryService.class.loaders=
 
 # Customized factories to be used instead of the default factory.
 # E.g. to instantiate XML parsers, SSL sockets, etc., which require
@@ -648,11 +646,11 @@
 # services.FactoryService.factory.javax.xml.parsers.SAXParser=org.foo.xml.SaxParserFactory
  # services.FactoryService.factory.java.net.ServerSocket=org.foo.net.SslServerSocketFactory
  
-#--------------------------------------------------------------------
+# --------------------------------------------------------------------
 #
 # P A R A M E T E R  P A R S E R
 #
-#--------------------------------------------------------------------
+# --------------------------------------------------------------------
 #
 # This variable controls the case folding applied to URL variable
 # names.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/TurbineResources.xml
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/TurbineResources.xml?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/TurbineResources.xml \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/TurbineResources.xml \
Mon Aug 29 07:21:04 2005 @@ -1,4 +1,19 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed 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.
+-->
 
 <XmlConfiguration>
   <module>

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/commons-logging.properties
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/commons-logging.properties?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/commons-logging.properties \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/commons-logging.properties \
Mon Aug 29 07:21:04 2005 @@ -1,4 +1,17 @@
+# Copyright 2001-2005 The Apache Software Foundation.
+#
+# Licensed 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.commons.logging.Log = org.apache.commons.logging.impl.Log4JLogger
-#org.apache.commons.logging.Log = org.apache.commons.logging.impl.SimpleLog
+# org.apache.commons.logging.Log = org.apache.commons.logging.impl.SimpleLog
 
 

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/componentTorqueConfiguration.xml
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/co \
nf/test/componentTorqueConfiguration.xml?rev=264148&r1=264147&r2=264148&view=diff \
                ==============================================================================
                
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/componentTorqueConfiguration.xml \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/componentTorqueConfiguration.xml \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed 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.
+-->
 <!-- This configuration file for Avalon components is used for testing the \
TorqueComponent -->  
 <componentConfig>

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/create-db.sql
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/create-db.sql?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/create-db.sql \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/create-db.sql Mon Aug \
29 07:21:04 2005 @@ -1,3 +1,16 @@
+-- Copyright 2001-2005 The Apache Software Foundation.
+--
+-- Licensed 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.
 alter table turbine_user_group_role drop constraint FK576574BAF73AEE0F;
 alter table turbine_user_group_role drop constraint FK576574BA1E2E76DB;
 alter table turbine_user_group_role drop constraint FK576574BA52119584;

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/roleTorqueConfiguration.xml
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/roleTorqueConfiguration.xml?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/roleTorqueConfiguration.xml \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/test/roleTorqueConfiguration.xml \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed 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.
+-->
 <!-- This configuration file for Avalon components is used for testing the \
TorqueComponent -->  
 <role-list>

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/turbine-checkstyle.xml
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/turbine-checkstyle.xml?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/turbine-checkstyle.xml \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/turbine-checkstyle.xml Mon \
Aug 29 07:21:04 2005 @@ -1,21 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-/*
- * Copyright 2001-2004 The Apache Software Foundation.
- *
- * Licensed 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.
- */
- -->
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed 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.
+-->
 
 <!DOCTYPE module PUBLIC
     "-//Puppy Crawl//DTD Check Configuration 1.1//EN"

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/maven.xml
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/maven.xml?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/maven.xml (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/maven.xml Mon Aug 29 07:21:04 \
2005 @@ -1,22 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
-/*
- * Copyright 2001-2004 The Apache Software Foundation.
- *
- * Licensed 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.
- */
- -->
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed 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.
+-->
 
 <!-- ======================================================================== -->
 <!--                                                                          -->

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.properties?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.properties (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.properties Mon Aug 29 \
07:21:04 2005 @@ -1,7 +1,6 @@
-# -------------------------------------------------------------------
-# Copyright 2001-2004 The Apache Software Foundation
+# Copyright 2001-2005 The Apache Software Foundation.
 #
-# Licensed under the Apache License, Version 2.0 (the "License");
+# Licensed 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
 #
@@ -12,7 +11,6 @@
 # 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.
-# -------------------------------------------------------------------
 
 # -------------------------------------------------------------------
 # P R O J E C T  P R O P E R T I E S
@@ -23,17 +21,17 @@
 # to do site or installation specific changes to the project build.
 # -------------------------------------------------------------------
 
-#========================================================================
+# ========================================================================
 #
 # Maven building and deploy. These settings are for deployment to www.apache.org.
 # If you are not an Turbine committer, you can safely ignore these. :-)
 #
-#========================================================================
+# ========================================================================
 maven.repo.remote=http://www.ibiblio.org/maven/,http://www.apache.org/dist/java-repository/
  maven.remote.group=apcvs
 
 maven.checkstyle.format = turbine
-#maven.home = ${user.home}/maven
+# maven.home = ${user.home}/maven
 
 # display the date on the site
 maven.xdoc.date = left

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.xml?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.xml (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.xml Mon Aug 29 07:21:04 \
2005 @@ -1,22 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
-/*
- * Copyright 2001-2004 The Apache Software Foundation.
- *
- * Licensed 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.
- */
- -->
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed 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.
+-->
 
 <project>
   <pomVersion>3</pomVersion>

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/dtd/database.dtd
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/dtd/database.dtd?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/dtd/database.dtd (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/dtd/database.dtd Mon Aug 29 \
07:21:04 2005 @@ -1,4 +1,19 @@
 <!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed 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.
+-->
+<!--
     Torque XML database schema DTD
     $Id$
 -->

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/dtd/intake.dtd
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/dtd/intake.dtd?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/dtd/intake.dtd (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/dtd/intake.dtd Mon Aug 29 \
07:21:04 2005 @@ -1,4 +1,19 @@
 <!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed 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.
+-->
+<!--
     Intake XML input constraints DTD
     $Id$
 -->

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/java/lang/Bytes.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/java/lang/Bytes.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/java/lang/Bytes.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/java/lang/Bytes.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.java.lang;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/java/security/MD5.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/java/security/MD5.java?rev=264148&r1=264147&r2=264148&view=diff \
                ==============================================================================
                
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/java/security/MD5.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/java/security/MD5.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.java.security;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/java/security/MessageDigest.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/java/security/MessageDigest.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/java/security/MessageDigest.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/java/security/MessageDigest.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.java.security;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/Turbine.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/Turbine.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/Turbine.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/Turbine.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/TurbineConstants.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/TurbineConstants.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/TurbineConstants.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/TurbineConstants.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/Action.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/Action.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/Action.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/Action.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/ActionEvent.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/ActionEvent.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/ActionEvent.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/ActionEvent.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/ActionLoader.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/ActionLoader.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/ActionLoader.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/ActionLoader.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/Assembler.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/Assembler.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/Assembler.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/Assembler.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/GenericLoader.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/GenericLoader.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/GenericLoader.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/GenericLoader.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/Layout.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/Layout.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/Layout.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/Layout.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/LayoutLoader.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/LayoutLoader.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/LayoutLoader.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/LayoutLoader.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/Loader.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/Loader.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/Loader.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/Loader.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/Navigation.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/Navigation.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/Navigation.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/Navigation.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/NavigationLoader.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/NavigationLoader.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/NavigationLoader.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/NavigationLoader.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/Page.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/Page.java?rev=264148&r1=264147&r2=264148&view=diff \
                ==============================================================================
                
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/Page.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/Page.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/PageLoader.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/PageLoader.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/PageLoader.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/PageLoader.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/ScheduledJob.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/ScheduledJob.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/ScheduledJob.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/ScheduledJob.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.
@@ -15,8 +15,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
-// Turbine Scheduler Classes
 
 import org.apache.turbine.services.schedule.JobEntry;
 

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/ScheduledJobLoader.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/ScheduledJobLoader.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/ScheduledJobLoader.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/ScheduledJobLoader.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/Screen.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/Screen.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/Screen.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/Screen.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/ScreenLoader.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/ScreenLoader.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/ScreenLoader.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/ScreenLoader.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/AccessController.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/actions/AccessController.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/AccessController.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/AccessController.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules.actions;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/DefaultAction.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/actions/DefaultAction.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/DefaultAction.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/DefaultAction.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules.actions;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.
@@ -15,8 +15,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
-// Turbine Modules
 
 import org.apache.turbine.modules.Action;
 import org.apache.turbine.util.RunData;

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/InitContextsAction.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/actions/InitContextsAction.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/InitContextsAction.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/InitContextsAction.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules.actions;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/LoginUser.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/actions/LoginUser.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/LoginUser.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/LoginUser.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules.actions;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/LogoutUser.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/actions/LogoutUser.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/LogoutUser.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/LogoutUser.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules.actions;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/VelocityAction.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/actions/VelocityAction.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/VelocityAction.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/VelocityAction.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules.actions;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/VelocitySecureAction.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/actions/VelocitySecureAction.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/VelocitySecureAction.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/VelocitySecureAction.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules.actions;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/package.html
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/actions/package.html?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/package.html \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/package.html \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,18 @@
+<!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed 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.
+-->
 <html>
 <head>
 <!-- head part is ignored -->

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/sessionvalidator/DefaultSessionValidator.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/actions/sessionvalidator/DefaultSessionValidator.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/sessionvalidator/DefaultSessionValidator.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/sessionvalidator/DefaultSessionValidator.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules.actions.sessionvalidator;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/sessionvalidator/SessionValidator.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/actions/sessionvalidator/SessionValidator.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/sessionvalidator/SessionValidator.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/sessionvalidator/SessionValidator.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules.actions.sessionvalidator;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/sessionvalidator/TemplateSecureSessionValidator.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/actions/sessionvalidator/TemplateSecureSessionValidator.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/sessionvalidator/TemplateSecureSessionValidator.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/sessionvalidator/TemplateSecureSessionValidator.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules.actions.sessionvalidator;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/sessionvalidator/TemplateSessionValidator.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/actions/sessionvalidator/TemplateSessionValidator.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/sessionvalidator/TemplateSessionValidator.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/sessionvalidator/TemplateSessionValidator.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules.actions.sessionvalidator;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/sessionvalidator/package.html
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/actions/sessionvalidator/package.html?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/sessionvalidator/package.html \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/actions/sessionvalidator/package.html \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,18 @@
+<!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed 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.
+-->
 <html>
 <head>
 <!-- head part is ignored -->

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/layouts/DefaultLayout.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/layouts/DefaultLayout.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/layouts/DefaultLayout.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/layouts/DefaultLayout.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules.layouts;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/layouts/DirectResponseLayout.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/layouts/DirectResponseLayout.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/layouts/DirectResponseLayout.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/layouts/DirectResponseLayout.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules.layouts;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/layouts/JspLayout.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/layouts/JspLayout.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/layouts/JspLayout.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/layouts/JspLayout.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules.layouts;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/layouts/VelocityDirectLayout.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/layouts/VelocityDirectLayout.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/layouts/VelocityDirectLayout.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/layouts/VelocityDirectLayout.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules.layouts;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/layouts/VelocityECSLayout.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/layouts/VelocityECSLayout.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/layouts/VelocityECSLayout.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/layouts/VelocityECSLayout.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules.layouts;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/layouts/VelocityOnlyLayout.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/layouts/VelocityOnlyLayout.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/layouts/VelocityOnlyLayout.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/layouts/VelocityOnlyLayout.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules.layouts;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/layouts/VelocityXslLayout.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/layouts/VelocityXslLayout.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/layouts/VelocityXslLayout.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/layouts/VelocityXslLayout.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules.layouts;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/layouts/package.html
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/layouts/package.html?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/layouts/package.html \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/layouts/package.html \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,18 @@
+<!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed 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.
+-->
 <html>
 <head>
 <!-- head part is ignored -->

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/navigations/BaseJspNavigation.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/navigations/BaseJspNavigation.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/navigations/BaseJspNavigation.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/navigations/BaseJspNavigation.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules.navigations;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/navigations/DefaultBottomNavigation.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/navigations/DefaultBottomNavigation.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/navigations/DefaultBottomNavigation.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/navigations/DefaultBottomNavigation.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules.navigations;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/navigations/DefaultTopNavigation.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/navigations/DefaultTopNavigation.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/navigations/DefaultTopNavigation.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/navigations/DefaultTopNavigation.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules.navigations;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/navigations/TemplateNavigation.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/navigations/TemplateNavigation.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/navigations/TemplateNavigation.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/navigations/TemplateNavigation.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules.navigations;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/navigations/VelocityNavigation.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/navigations/VelocityNavigation.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/navigations/VelocityNavigation.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/navigations/VelocityNavigation.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules.navigations;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/navigations/package.html
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/navigations/package.html?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/navigations/package.html \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/navigations/package.html \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,18 @@
+<!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed 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.
+-->
 <html>
 <head>
 <!-- head part is ignored -->

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/package.html
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/package.html?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/package.html \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/package.html \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,18 @@
+<!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed 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.
+-->
 <html>
 <head>
 <!-- head part is ignored -->

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/pages/DefaultPage.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/pages/DefaultPage.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/pages/DefaultPage.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/pages/DefaultPage.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules.pages;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/pages/JspPage.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/pages/JspPage.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/pages/JspPage.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/pages/JspPage.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules.pages;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/pages/TemplatePage.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/pages/TemplatePage.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/pages/TemplatePage.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/pages/TemplatePage.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules.pages;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/pages/VelocityPage.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/pages/VelocityPage.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/pages/VelocityPage.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/pages/VelocityPage.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules.pages;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/pages/package.html
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/pages/package.html?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/pages/package.html \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/pages/package.html \
Mon Aug 29 07:21:04 2005 @@ -1,3 +1,18 @@
+<!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed 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.
+-->
 <html>
 <head>
 <!-- head part is ignored -->

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/screens/BaseJspScreen.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/screens/BaseJspScreen.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/screens/BaseJspScreen.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/screens/BaseJspScreen.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules.screens;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/screens/Error.java
                
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/sr \
c/java/org/apache/turbine/modules/screens/Error.java?rev=264148&r1=264147&r2=264148&view=diff
 ==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/screens/Error.java \
                (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/screens/Error.java \
Mon Aug 29 07:21:04 2005 @@ -1,7 +1,7 @@
 package org.apache.turbine.modules.screens;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic