You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by se...@apache.org on 2008/03/29 00:39:50 UTC

svn commit: r642435 [2/5] - in /jakarta/cactus/trunk: ./ build-tools/ build-tools/src/main/resources/build-tools/ cactus-maven-skin/ cactus-maven-skin/src/main/resources/css/ cactus-site/ cactus-site/src/changes/ cactus-site/src/site/ cactus-site/src/s...

Modified: jakarta/cactus/trunk/cactus-site/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/cactus-site/pom.xml?rev=642435&r1=642434&r2=642435&view=diff
==============================================================================
--- jakarta/cactus/trunk/cactus-site/pom.xml (original)
+++ jakarta/cactus/trunk/cactus-site/pom.xml Fri Mar 28 16:39:13 2008
@@ -1,305 +1,305 @@
-<?xml version="1.0"?>
-<!--
-	Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.   
--->
-<project>
-	<parent>
-		<groupId>org.apache.cactus</groupId>
-    <artifactId>cactus</artifactId>
-		<version>1.8.0-SNAPSHOT</version>
-	</parent>
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.apache.cactus</groupId>
-	<artifactId>cactus-site</artifactId>
-	<packaging>pom</packaging>
-	
-	
-	<name>Apache Cactus</name>
-	<description>Cactus framework for testing your server-side code</description>
-	<url>http://jakarta.apache.org/cactus/</url>
-		
-	<organization>
-		<name>Apache Software Foundation</name>
-		<url>http://www.apache.org/</url>
-	</organization>
-	
-	<inceptionYear>2001</inceptionYear>
-	
-  <scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/cactus/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/cactus/trunk/</developerConnection>
-    <tag>HEAD</tag>
-	</scm>
-	
-  <issueManagement>
-		<system>jira</system>
-		<url>https://issues.apache.org/jira/browse/CACTUS</url>
-	</issueManagement>
-
-	<distributionManagement>
-			<site>
-				<id>cactus.apache.org</id>
-				<url>scp://people.apache.org/www/jakarta.apache.org/cactus/1.8.0</url>
-			</site>
-	</distributionManagement>	
-	<mailingLists>
-		<mailingList>
-			<name>Cactus User List</name>
-			<subscribe>cactus-user-subscribe@jakarta.apache.org</subscribe>
-			<unsubscribe>cactus-user-unsubscribe@jakarta.apache.org</unsubscribe>
-			<archive>http://www.mail-archive.com/cactus-user@jakarta.apache.org/</archive>
-		</mailingList>
-		<mailingList>
-			<name>Cactus Developer List</name>
-			<subscribe>cactus-dev-subscribe@jakarta.apache.org</subscribe>
-			<unsubscribe>cactus-dev-unsubscribe@jakarta.apache.org</unsubscribe>
-			<archive>http://www.mail-archive.com/cactus-dev@jakarta.apache.org/</archive>
-		</mailingList>
-	</mailingLists>
-
-	<developers>
-		<developer>
-			<name>Vincent Massol</name>
-			<id>vmassol</id>
-			<email>vmassol@apache.org</email>
-			<organization>XWiki</organization>
-		</developer>
-		<developer>
-			<name>Jari Worsley</name>
-			<id>jariw</id>
-			<email>jariw@hyperlink-interactive.co.uk</email>
-			<organization/>
-		</developer>
-		<developer>
-			<name>Nicholas Lesiecki</name>
-			<id>ndlesiecki</id>
-			<email>ndlesiecki@yahoo.com</email>
-			<organization/>
-		</developer>
-		<developer>
-			<name>Julien Ruaux</name>
-			<id>jruaux</id>
-			<email>jruaux@octo.com</email>
-			<organization>Octo Technology</organization>
-		</developer>
-		<developer>
-			<name>Christopher Lenz</name>
-			<id>cmlenz</id>
-			<email>cmlenz@gmx.de</email>
-			<organization/>
-		</developer>
-		<developer>
-			<name>Felipe Leme</name>
-			<id>felipeal</id>
-			<email>cactus@felipeal.net</email>
-			<organization>Falcon Informatica</organization>
-		</developer>
-		<developer>
-			<name>Nicolas Chalumeau</name>
-			<id>nchalumeau</id>
-			<email>nchalumeau@apache.org</email>
-			<organization>Simecom</organization>
-		</developer>
-		<developer>
-			<name>Petar Tahchiev</name>
-			<id>ptahchiev</id>
-			<email>ptahchiev@apache.org</email>
-			<organization>Sofia University</organization>
-		</developer>
-	</developers>
-	
-	<contributors>
-		<contributor>
-			<name>Eric Pugh</name>
-			<email>EPugh@upstate.com</email>
-		</contributor>
-		<contributor>
-			<name>Michael Gaffney</name>
-			<email>michael.gaffney@panacya.com</email>
-		</contributor>
-		<contributor>
-			<name>Archimedes Trajano</name>
-			<email>trajano@yahoo.com</email>
-			<url>http://www.trajano.net/</url>
-		</contributor>
-		<contributor>
-			<name>Philip Aston</name>
-			<email>paston@bea.com</email>
-		</contributor>
-		<contributor>
-			<name>Cedric Chabanois</name>
-			<email>cchabanois@ifrance.com</email>
-		</contributor>
-		<contributor>
-			<name>Bob Davison</name>
-			<email>Bob.Davison@reuters.com</email>
-		</contributor>
-    <contributor>
-			<name>Julien Dubois</name>
-			<email>julien@julien-dubois.com</email>
-		</contributor>
-    <contributor>
-			<name>Andrew B Forman</name>
-			<email>andrew.forman@wcom.com</email>
-		</contributor>
-		<contributor>
-			<name>Jerome Grelier</name>
-			<email>jgrelier@octo.com</email>
-		</contributor>
-		<contributor>
-			<name>Magnus Grimsell</name>
-			<email>grimsell@apache.org</email>
-		</contributor>
-		<contributor>
-			<name>Atsushi Hasegawa</name>
-			<email>ahasegawa@borland.com</email>
-		</contributor>
-		<contributor>
-			<name>Todd Idler</name>
-			<email>Todd_Idler@jdedwards.com</email>
-		</contributor>
-		<contributor>
-			<name>Kaarle Kaila</name>
-			<email>kaarle.kaila@iki.fi</email>
-		</contributor>
-		<contributor>
-			<name>Robert Leftwich</name>
-			<email>digital@ix.net.au</email>
-		</contributor>
-		<contributor>
-			<name>Jason Robertson</name>
-			<email>Jason.Robertson@acs-inc.com</email>
-		</contributor>
-  	<contributor>
-			<name>Matt Sullivan</name>
-			<email>-</email>
-		</contributor>
-		<contributor>
-			<name>Kazuhito Suguri</name>
-			<email>suguri.kazuhito@lab.ntt.co.jp</email>
-		</contributor>
-		<contributor>
-			<name>Kunal Vaishnav</name>
-			<email>Kunal_Vaishnav@jdedwards.com</email>
-		</contributor>
-		<contributor>
-			<name>Hudson Wong</name>
-			<email>hudsoncwwong@yahoo.com</email>
-		</contributor>
-		<contributor>
-			<name>Peter Wong</name>
-			<email>pwong@sct.com</email>
-		</contributor>
-		<contributor>
-			<name>Sean Zhang</name>
-			<email>sean.zhang@verizon.com</email>
-		</contributor>
-		
-	</contributors>
-  
-	<reporting>
-		<plugins>
-			<!--plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-changes-plugin</artifactId>
-				<reportSets>
-					<reportSet>
-						<id>dual-report</id>
-						<configuration>
-							<type>range</type>
-							<range>30</range>
-						</configuration>
-						<reports>
-							<report>changelog</report>
-							<report>file-activity</report>
-						</reports>
-					</reportSet>
-				</reportSets>
-			</plugin-->
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-site-plugin</artifactId>
-				<version>2.0-beta-6</version>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-changes-plugin</artifactId>
-				<reportSets>
-					<reportSet>
-						<reports>
-							<report>changes-report</report>
-						</reports>
-					</reportSet>
-				</reportSets>
-			</plugin>
-		</plugins>
-  </reporting>
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-changes-plugin</artifactId>
-				<executions>
-					<execution>
-						<goals>
-							<goal>announcement-generate</goal>
-						</goals>
-						<id>announcement-generate</id>
-					</execution>
-					<execution>
-						<goals>
-							<goal>announcement-mail</goal>
-						</goals>
-						<id>announcement-mail</id>
-					</execution>
-				</executions>
-				<configuration>
-					<smtpHost>mail.yourhost.com</smtpHost>
-					<smtpPort implementation="java.lang.Integer">25</smtpPort>
-					<toAddresses>
-						<toAddress implementation="java.lang.String">dev@cactus.org</toAddress>
-						<toAddress implementation="java.lang.String">anothersomeone@email.com</toAddress>
-					</toAddresses>
-				</configuration>
-			</plugin>
-			<plugin>
-    		<groupId>org.codehaus.mojo</groupId>
-    		<artifactId>xml-maven-plugin</artifactId>
-    		<version>1.0-beta-2</version>
-    		<executions>
-      			<execution>
-      			<phase>site:deploy</phase>
-       				<goals>
-          				<goal>transform</goal>
-        			</goals>
-      			</execution>
-    		</executions>
-    		<configuration>
-      			<transformationSets>
-        			<transformationSet>
-          				<dir>src/site/news</dir>
-          				<stylesheet>src/site/stylesheets/rdf2document.xsl</stylesheet>
-          				<outputDir>src/site/xdoc/</outputDir>
-        			</transformationSet>
-      			</transformationSets>
-   				<extension>xml</extension>
-    		</configuration>
-      </plugin>
-		</plugins>
-	</build>
-</project>
+<?xml version="1.0"?>
+<!--
+	Licensed to the Apache Software Foundation (ASF) under one
+	or more contributor license agreements.  See the NOTICE file
+	distributed with this work for additional information
+	regarding copyright ownership.  The ASF licenses this file
+	to you under the Apache License, Version 2.0 (the
+	"License"); you may not use this file except in compliance
+	with the License.  You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
+	Unless required by applicable law or agreed to in writing,
+	software distributed under the License is distributed on an
+	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	KIND, either express or implied.  See the License for the
+	specific language governing permissions and limitations
+	under the License.   
+-->
+<project>
+	<parent>
+		<groupId>org.apache.cactus</groupId>
+    <artifactId>cactus</artifactId>
+		<version>1.8.0-SNAPSHOT</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.cactus</groupId>
+	<artifactId>cactus-site</artifactId>
+	<packaging>pom</packaging>
+	
+	
+	<name>Apache Cactus</name>
+	<description>Cactus framework for testing your server-side code</description>
+	<url>http://jakarta.apache.org/cactus/</url>
+		
+	<organization>
+		<name>Apache Software Foundation</name>
+		<url>http://www.apache.org/</url>
+	</organization>
+	
+	<inceptionYear>2001</inceptionYear>
+	
+  <scm>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/cactus/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/cactus/trunk/</developerConnection>
+    <tag>HEAD</tag>
+	</scm>
+	
+  <issueManagement>
+		<system>jira</system>
+		<url>https://issues.apache.org/jira/browse/CACTUS</url>
+	</issueManagement>
+
+	<distributionManagement>
+			<site>
+				<id>cactus.apache.org</id>
+				<url>scp://people.apache.org/www/jakarta.apache.org/cactus/1.8.0</url>
+			</site>
+	</distributionManagement>	
+	<mailingLists>
+		<mailingList>
+			<name>Cactus User List</name>
+			<subscribe>cactus-user-subscribe@jakarta.apache.org</subscribe>
+			<unsubscribe>cactus-user-unsubscribe@jakarta.apache.org</unsubscribe>
+			<archive>http://www.mail-archive.com/cactus-user@jakarta.apache.org/</archive>
+		</mailingList>
+		<mailingList>
+			<name>Cactus Developer List</name>
+			<subscribe>cactus-dev-subscribe@jakarta.apache.org</subscribe>
+			<unsubscribe>cactus-dev-unsubscribe@jakarta.apache.org</unsubscribe>
+			<archive>http://www.mail-archive.com/cactus-dev@jakarta.apache.org/</archive>
+		</mailingList>
+	</mailingLists>
+
+	<developers>
+		<developer>
+			<name>Vincent Massol</name>
+			<id>vmassol</id>
+			<email>vmassol@apache.org</email>
+			<organization>XWiki</organization>
+		</developer>
+		<developer>
+			<name>Jari Worsley</name>
+			<id>jariw</id>
+			<email>jariw@hyperlink-interactive.co.uk</email>
+			<organization/>
+		</developer>
+		<developer>
+			<name>Nicholas Lesiecki</name>
+			<id>ndlesiecki</id>
+			<email>ndlesiecki@yahoo.com</email>
+			<organization/>
+		</developer>
+		<developer>
+			<name>Julien Ruaux</name>
+			<id>jruaux</id>
+			<email>jruaux@octo.com</email>
+			<organization>Octo Technology</organization>
+		</developer>
+		<developer>
+			<name>Christopher Lenz</name>
+			<id>cmlenz</id>
+			<email>cmlenz@gmx.de</email>
+			<organization/>
+		</developer>
+		<developer>
+			<name>Felipe Leme</name>
+			<id>felipeal</id>
+			<email>cactus@felipeal.net</email>
+			<organization>Falcon Informatica</organization>
+		</developer>
+		<developer>
+			<name>Nicolas Chalumeau</name>
+			<id>nchalumeau</id>
+			<email>nchalumeau@apache.org</email>
+			<organization>Simecom</organization>
+		</developer>
+		<developer>
+			<name>Petar Tahchiev</name>
+			<id>ptahchiev</id>
+			<email>ptahchiev@apache.org</email>
+			<organization>Sofia University</organization>
+		</developer>
+	</developers>
+	
+	<contributors>
+		<contributor>
+			<name>Eric Pugh</name>
+			<email>EPugh@upstate.com</email>
+		</contributor>
+		<contributor>
+			<name>Michael Gaffney</name>
+			<email>michael.gaffney@panacya.com</email>
+		</contributor>
+		<contributor>
+			<name>Archimedes Trajano</name>
+			<email>trajano@yahoo.com</email>
+			<url>http://www.trajano.net/</url>
+		</contributor>
+		<contributor>
+			<name>Philip Aston</name>
+			<email>paston@bea.com</email>
+		</contributor>
+		<contributor>
+			<name>Cedric Chabanois</name>
+			<email>cchabanois@ifrance.com</email>
+		</contributor>
+		<contributor>
+			<name>Bob Davison</name>
+			<email>Bob.Davison@reuters.com</email>
+		</contributor>
+    <contributor>
+			<name>Julien Dubois</name>
+			<email>julien@julien-dubois.com</email>
+		</contributor>
+    <contributor>
+			<name>Andrew B Forman</name>
+			<email>andrew.forman@wcom.com</email>
+		</contributor>
+		<contributor>
+			<name>Jerome Grelier</name>
+			<email>jgrelier@octo.com</email>
+		</contributor>
+		<contributor>
+			<name>Magnus Grimsell</name>
+			<email>grimsell@apache.org</email>
+		</contributor>
+		<contributor>
+			<name>Atsushi Hasegawa</name>
+			<email>ahasegawa@borland.com</email>
+		</contributor>
+		<contributor>
+			<name>Todd Idler</name>
+			<email>Todd_Idler@jdedwards.com</email>
+		</contributor>
+		<contributor>
+			<name>Kaarle Kaila</name>
+			<email>kaarle.kaila@iki.fi</email>
+		</contributor>
+		<contributor>
+			<name>Robert Leftwich</name>
+			<email>digital@ix.net.au</email>
+		</contributor>
+		<contributor>
+			<name>Jason Robertson</name>
+			<email>Jason.Robertson@acs-inc.com</email>
+		</contributor>
+  	<contributor>
+			<name>Matt Sullivan</name>
+			<email>-</email>
+		</contributor>
+		<contributor>
+			<name>Kazuhito Suguri</name>
+			<email>suguri.kazuhito@lab.ntt.co.jp</email>
+		</contributor>
+		<contributor>
+			<name>Kunal Vaishnav</name>
+			<email>Kunal_Vaishnav@jdedwards.com</email>
+		</contributor>
+		<contributor>
+			<name>Hudson Wong</name>
+			<email>hudsoncwwong@yahoo.com</email>
+		</contributor>
+		<contributor>
+			<name>Peter Wong</name>
+			<email>pwong@sct.com</email>
+		</contributor>
+		<contributor>
+			<name>Sean Zhang</name>
+			<email>sean.zhang@verizon.com</email>
+		</contributor>
+		
+	</contributors>
+  
+	<reporting>
+		<plugins>
+			<!--plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-changes-plugin</artifactId>
+				<reportSets>
+					<reportSet>
+						<id>dual-report</id>
+						<configuration>
+							<type>range</type>
+							<range>30</range>
+						</configuration>
+						<reports>
+							<report>changelog</report>
+							<report>file-activity</report>
+						</reports>
+					</reportSet>
+				</reportSets>
+			</plugin-->
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-site-plugin</artifactId>
+				<version>2.0-beta-6</version>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-changes-plugin</artifactId>
+				<reportSets>
+					<reportSet>
+						<reports>
+							<report>changes-report</report>
+						</reports>
+					</reportSet>
+				</reportSets>
+			</plugin>
+		</plugins>
+  </reporting>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-changes-plugin</artifactId>
+				<executions>
+					<execution>
+						<goals>
+							<goal>announcement-generate</goal>
+						</goals>
+						<id>announcement-generate</id>
+					</execution>
+					<execution>
+						<goals>
+							<goal>announcement-mail</goal>
+						</goals>
+						<id>announcement-mail</id>
+					</execution>
+				</executions>
+				<configuration>
+					<smtpHost>mail.yourhost.com</smtpHost>
+					<smtpPort implementation="java.lang.Integer">25</smtpPort>
+					<toAddresses>
+						<toAddress implementation="java.lang.String">dev@cactus.org</toAddress>
+						<toAddress implementation="java.lang.String">anothersomeone@email.com</toAddress>
+					</toAddresses>
+				</configuration>
+			</plugin>
+			<plugin>
+    		<groupId>org.codehaus.mojo</groupId>
+    		<artifactId>xml-maven-plugin</artifactId>
+    		<version>1.0-beta-2</version>
+    		<executions>
+      			<execution>
+      			<phase>site:deploy</phase>
+       				<goals>
+          				<goal>transform</goal>
+        			</goals>
+      			</execution>
+    		</executions>
+    		<configuration>
+      			<transformationSets>
+        			<transformationSet>
+          				<dir>src/site/news</dir>
+          				<stylesheet>src/site/stylesheets/rdf2document.xsl</stylesheet>
+          				<outputDir>src/site/xdoc/</outputDir>
+        			</transformationSet>
+      			</transformationSets>
+   				<extension>xml</extension>
+    		</configuration>
+      </plugin>
+		</plugins>
+	</build>
+</project>

Propchange: jakarta/cactus/trunk/cactus-site/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/changes/changes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/news/news.rdf
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/resources/news.rdf
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/stylesheets/rdf2document.xsl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/cactusname.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/changes_archive.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/downloads.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/features.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/getting_started.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/goals.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/how_it_works.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/how_it_works_uml.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/howto_migration.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/howto_sample.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/ant/howto_ant_cactus.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/ant/howto_ant_install.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/ant/howto_ant_primer.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/ant/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/ant/navigation.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/ant/task_cactifyear.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/ant/task_cactifywar.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/ant/task_cactus.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/ant/task_resin.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/ant/task_runservertests.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/ant/task_webxmlmerge.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/eclipse/development.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/eclipse/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/eclipse/navigation.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/eclipse/runner_plugin.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/eclipse/webapp_plugin.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/howto_ide.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/howto_ide_jbuilder4.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/howto_ide_jbuilder5.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/howto_ide_vajava_tomcat.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/howto_ide_vajava_wte.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/howto_junitee.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/howto_tomcat.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/integration_browser.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/integration_jetty.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/manual/howto_classpath.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/manual/howto_config.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/manual/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/manual/navigation.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/maven/changes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/maven/features.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/maven/goals.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/maven/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/maven/installing.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/maven/navigation.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/maven/properties.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/maven/tasks.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/maven/using.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/navigation.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/javadoc.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/license.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/mailinglist.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/mock_vs_cactus.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/navigation.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/news-2001.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/news-2002.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/news-2003.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: jakarta/cactus/trunk/cactus-site/src/site/xdoc/news.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/cactus-site/src/site/xdoc/news.xml?rev=642435&r1=642434&r2=642435&view=diff
==============================================================================
--- jakarta/cactus/trunk/cactus-site/src/site/xdoc/news.xml (original)
+++ jakarta/cactus/trunk/cactus-site/src/site/xdoc/news.xml Fri Mar 28 16:39:13 2008
@@ -1,90 +1,90 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<document id="news" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
-<properties>
-<title>Jakarta Cactus News</title>
-</properties>
-<body>
-<section name="Archives">
-<ul>
-<li>
-<a href="news-2003.html">2003 news 
-                archives</a>
-</li>
-<li>
-<a href="news-2002.html">2002 news 
-                archives</a>
-</li>
-<li>
-<a href="news-2001.html">2001 news 
-               archives</a>
-</li>
-</ul>
-</section>
-<section name="News and Events">
-<a href="./news.rdf">
-<img src="images/rss.png"/></a>
-<table>
-  <tr>
-    <th>2005-07-12</th>
-    <td>Cactus 1.7.1 has been released. Full details can be found in the
-      <a href="http://jakarta.apache.org/cactus/1.7.1/ANNOUNCEMENT.txt">release announcement</a>.</td></tr>
-  <tr>
-    <th>2005-04-14</th>
-    <td>Cactus now has a nice
-      <a href="http://jakarta.apache.org/cactus/images/cactusbanner.gif">banner</a>
-      <img src="http://jakarta.apache.org/cactus/images/cactusbanner.gif"/>that you can use on your web site if you wish to show your support to the Cactus project. Thanks Eoghan for the design.</td></tr>
-  <tr>
-    <th>2005-04-13</th>
-    <td>Our previous logo was nice and we thank Lyonel Thouvenot for designing it. However change is good and Eoghan McIlwaine has designed a
-      <a href="http://jakarta.apache.org/cactus/images/logos/eoghan2.jpg">new logo</a>for us! Thanks Eoghan.</td></tr>
-  <tr>
-    <th>2005-01-28</th>
-    <td>Cactus 1.7 has been released. Full details can be found in the
-      <a href="http://jakarta.apache.org/cactus/1.7/ANNOUNCEMENT.txt">release announcement</a>.</td></tr>
-  <tr>
-    <th>2005-01-07</th>
-    <td>Christian Sell has started a new framework called
-      <a href="http://appserverunit.dev.java.net/">AppServerUnit</a>. Its principle seems very similar to Cactus in that it also uses a server interception approach in order to run JUnit test cases on the server side. It focuses only on EJB and has some client side tools to create test-instrumented EARs.</td></tr>
-  <tr>
-    <th>2004-12-10</th>
-    <td>Olexiy Prohorenko has published a nice tutorial
-      <a href="http://today.java.net/pub/a/today/2004/12/09/testejb.html">article</a>explaining how to use Cactus to test EJBs.</td></tr>
-  <tr>
-    <th>2004-11-23</th>
-    <td>Piran Montford has created a Cactus extension to help
-      <a href="http://www.onwhichsubject.com/DynaCactus/">use Cactus with ATG Dynamo</a>.</td></tr>
-  <tr>
-    <th>2004-08-26</th>
-    <td>The
-      <a href="http://cargo.codehaus.org">Cargo</a>project has just started.  The goal is to extract the code to start/stop/configure containers from the Cactus Ant  integration and make it a standalone project.</td></tr>
-  <tr>
-    <th>2004-08-26</th>
-    <td>Julien explains
-      <a href="http://www.oracle.com/technology/pub/articles/server_side_unit_tests.html">how  to test struts application with Cactus</a>.</td></tr>
-  <tr>
-    <th>2004-05-21</th>
-    <td>
-      <a href="http://www.javagen.com/jam.jsp">JAM</a>is a modular Ant  toolkit for developing and testing Java/J2EE applications. JAM supports EJB  and Servlet/JSP development using XDoclet, JUnit, Cactus, Maven, Castor and  MDA/UML code generation on various J2EE servers including JBoss. There is a tutorial showing
-      <a href="http://www.javagen.com/autopkTutorial.jsp">how  to test EJBs with Cactus</a>. For more information see also the
-      <a href="http://www.theserverside.com/news/thread.tss?thread_id=26054">release  information</a>.</td></tr>
-  <tr>
-    <th>2004-05-08</th>
-    <td>Cactus 1.6.1 has been released. Full details can be found in the
-      <a href="http://jakarta.apache.org/cactus/1.6.1/ANNOUNCEMENT.txt">release announcement</a>.</td></tr>
-  <tr>
-    <th>2004-05-08</th>
-    <td>Cactus 1.6 has been released. Full details can be found in the
-      <a href="http://jakarta.apache.org/cactus/1.6/ANNOUNCEMENT.txt">release announcement</a>.</td></tr>
-  <anchor id="substring-after(link, '#')"/>
-  <tr>
-    <th>2004-02-13</th>
-    <td>Vincent is proposing a
-      <a href="http://blogs.codehaus.org/people/vmassol/archives/000520_cactus_v2_architecture_proposal.html">new  architecture</a>for Cactus v2. We have set up a
-      <a href="http://wiki.apache.org/jakarta-cactus/Cactus2Proposal">wiki  page</a>to discuss it. There is some start at implementing it in Cactus CVS in  the
-      <a href="http://cvs.apache.org/viewcvs.cgi/jakarta-cactus/scratchpad/cactus2">scratchpad</a>area.</td></tr>
-  <tr>
-    <th>2004-02-13</th>
-    <td>There is now a new
-      <a href="http://wiki.apache.org/jakarta-cactus/">Cactus wiki</a>. This new wiki is based on MoinMoin. All changes go to the cactus-dev mailing list.</td></tr></table></section></body>
-
-</document>
+<?xml version="1.0" encoding="UTF-8"?>
+<document id="news" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+<properties>
+<title>Jakarta Cactus News</title>
+</properties>
+<body>
+<section name="Archives">
+<ul>
+<li>
+<a href="news-2003.html">2003 news 
+                archives</a>
+</li>
+<li>
+<a href="news-2002.html">2002 news 
+                archives</a>
+</li>
+<li>
+<a href="news-2001.html">2001 news 
+               archives</a>
+</li>
+</ul>
+</section>
+<section name="News and Events">
+<a href="./news.rdf">
+<img src="images/rss.png"/></a>
+<table>
+  <tr>
+    <th>2005-07-12</th>
+    <td>Cactus 1.7.1 has been released. Full details can be found in the
+      <a href="http://jakarta.apache.org/cactus/1.7.1/ANNOUNCEMENT.txt">release announcement</a>.</td></tr>
+  <tr>
+    <th>2005-04-14</th>
+    <td>Cactus now has a nice
+      <a href="http://jakarta.apache.org/cactus/images/cactusbanner.gif">banner</a>
+      <img src="http://jakarta.apache.org/cactus/images/cactusbanner.gif"/>that you can use on your web site if you wish to show your support to the Cactus project. Thanks Eoghan for the design.</td></tr>
+  <tr>
+    <th>2005-04-13</th>
+    <td>Our previous logo was nice and we thank Lyonel Thouvenot for designing it. However change is good and Eoghan McIlwaine has designed a
+      <a href="http://jakarta.apache.org/cactus/images/logos/eoghan2.jpg">new logo</a>for us! Thanks Eoghan.</td></tr>
+  <tr>
+    <th>2005-01-28</th>
+    <td>Cactus 1.7 has been released. Full details can be found in the
+      <a href="http://jakarta.apache.org/cactus/1.7/ANNOUNCEMENT.txt">release announcement</a>.</td></tr>
+  <tr>
+    <th>2005-01-07</th>
+    <td>Christian Sell has started a new framework called
+      <a href="http://appserverunit.dev.java.net/">AppServerUnit</a>. Its principle seems very similar to Cactus in that it also uses a server interception approach in order to run JUnit test cases on the server side. It focuses only on EJB and has some client side tools to create test-instrumented EARs.</td></tr>
+  <tr>
+    <th>2004-12-10</th>
+    <td>Olexiy Prohorenko has published a nice tutorial
+      <a href="http://today.java.net/pub/a/today/2004/12/09/testejb.html">article</a>explaining how to use Cactus to test EJBs.</td></tr>
+  <tr>
+    <th>2004-11-23</th>
+    <td>Piran Montford has created a Cactus extension to help
+      <a href="http://www.onwhichsubject.com/DynaCactus/">use Cactus with ATG Dynamo</a>.</td></tr>
+  <tr>
+    <th>2004-08-26</th>
+    <td>The
+      <a href="http://cargo.codehaus.org">Cargo</a>project has just started.  The goal is to extract the code to start/stop/configure containers from the Cactus Ant  integration and make it a standalone project.</td></tr>
+  <tr>
+    <th>2004-08-26</th>
+    <td>Julien explains
+      <a href="http://www.oracle.com/technology/pub/articles/server_side_unit_tests.html">how  to test struts application with Cactus</a>.</td></tr>
+  <tr>
+    <th>2004-05-21</th>
+    <td>
+      <a href="http://www.javagen.com/jam.jsp">JAM</a>is a modular Ant  toolkit for developing and testing Java/J2EE applications. JAM supports EJB  and Servlet/JSP development using XDoclet, JUnit, Cactus, Maven, Castor and  MDA/UML code generation on various J2EE servers including JBoss. There is a tutorial showing
+      <a href="http://www.javagen.com/autopkTutorial.jsp">how  to test EJBs with Cactus</a>. For more information see also the
+      <a href="http://www.theserverside.com/news/thread.tss?thread_id=26054">release  information</a>.</td></tr>
+  <tr>
+    <th>2004-05-08</th>
+    <td>Cactus 1.6.1 has been released. Full details can be found in the
+      <a href="http://jakarta.apache.org/cactus/1.6.1/ANNOUNCEMENT.txt">release announcement</a>.</td></tr>
+  <tr>
+    <th>2004-05-08</th>
+    <td>Cactus 1.6 has been released. Full details can be found in the
+      <a href="http://jakarta.apache.org/cactus/1.6/ANNOUNCEMENT.txt">release announcement</a>.</td></tr>
+  <anchor id="substring-after(link, '#')"/>
+  <tr>
+    <th>2004-02-13</th>
+    <td>Vincent is proposing a
+      <a href="http://blogs.codehaus.org/people/vmassol/archives/000520_cactus_v2_architecture_proposal.html">new  architecture</a>for Cactus v2. We have set up a
+      <a href="http://wiki.apache.org/jakarta-cactus/Cactus2Proposal">wiki  page</a>to discuss it. There is some start at implementing it in Cactus CVS in  the
+      <a href="http://cvs.apache.org/viewcvs.cgi/jakarta-cactus/scratchpad/cactus2">scratchpad</a>area.</td></tr>
+  <tr>
+    <th>2004-02-13</th>
+    <td>There is now a new
+      <a href="http://wiki.apache.org/jakarta-cactus/">Cactus wiki</a>. This new wiki is based on MoinMoin. All changes go to the cactus-dev mailing list.</td></tr></table></section></body>
+
+</document>

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/news.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/apis.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/build_result.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/coding_conventions.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/contributors.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/coverage.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/howto_build.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/logos.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/release_checklist.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/users.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/resources/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/resources/resources_books.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/resources/resources_cactus.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/resources/resources_testing.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/resources/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/sitemap.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/webalizer.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/writing/howto_ejb.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/writing/howto_ejb_j2eeri.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/writing/howto_httpunit.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/writing/howto_jsp.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/writing/howto_security.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/writing/howto_testcase.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/writing/howto_testcase_filter.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/writing/howto_testcase_jsp.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/writing/howto_testcase_servlet.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/writing/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/cactus-src-assembly.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/descriptors/licenses/NOTICE
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/descriptors/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/README
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/Cookie.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/HttpSessionCookie.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/JspTestCase.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/Request.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/ServletTestCase.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/ServletTestSuite.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/ServletURL.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/WebRequest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/WebResponse.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/client/authentication/AbstractAuthentication.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/client/authentication/Authentication.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/client/authentication/BasicAuthentication.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/client/authentication/FormAuthentication.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/AbstractCactusTestCase.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/AbstractTestSuite.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/BaseWebRequest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/CactusTestCase.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/HttpServiceDefinition.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/RequestDirectives.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/ServiceEnumeration.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/WebRequestImpl.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/WebTestResult.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/client/AssertionFailedErrorWrapper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/client/ClientException.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/client/ClientTestCaseCaller.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/client/ParsingException.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/client/ServletExceptionWrapper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/client/WebResponseObjectFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/client/WebTestResultParser.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/client/connector/http/AutoReadHttpURLConnection.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/client/connector/http/ConnectionHelper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/client/connector/http/DefaultHttpClient.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/client/connector/http/HttpClientConnectionHelper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/client/connector/http/HttpProtocolHandler.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/client/connector/http/HttpProtocolState.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/client/connector/http/HttpUtil.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/configuration/AbstractWebConfiguration.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/configuration/BaseConfiguration.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/configuration/Configuration.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/configuration/ConfigurationInitializer.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/configuration/DefaultJspConfiguration.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/configuration/DefaultServletConfiguration.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/configuration/JspConfiguration.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/configuration/ServletConfiguration.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/configuration/Version.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/configuration/WebConfiguration.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/server/AbstractWebImplicitObjects.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/server/AbstractWebTestCaller.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/server/AbstractWebTestController.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/server/JspImplicitObjects.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/server/JspTestCaller.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/server/JspTestController.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/server/ServerTestCaseCaller.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/server/ServletImplicitObjects.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/server/ServletTestCaller.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/server/ServletTestController.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/server/ServletUtil.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/server/WebImplicitObjects.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/server/runner/WebappTestRunner.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/server/runner/WebappTestSuiteLoader.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/server/runner/XMLConstants.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/server/runner/XMLFormatter.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/server/runner/XMLTransformer.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/util/ClassLoaderUtils.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/util/CookieUtil.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/util/IoUtil.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/util/JUnitVersionHelper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/util/StringUtil.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/util/TestCaseImplementChecker.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/util/TestCaseImplementError.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/util/UniqueGenerator.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/util/UrlUtil.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/server/AbstractHttpServletRequestWrapper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/server/AbstractPageContextWrapper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/server/AbstractServletConfigWrapper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/server/AbstractServletContextWrapper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/server/JspTestRedirector.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/server/RequestDispatcherWrapper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/server/ServletTestRedirector.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/server/runner/ServletTestRunner.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/spi/client/ResponseObjectFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/spi/client/connector/ProtocolHandler.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/spi/client/connector/ProtocolState.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/spi/server/ImplicitObjects.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/spi/server/TestController.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/util/ChainedException.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/util/ChainedRuntimeException.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/test/java/org/apache/cactus/TestNoNameTestCase.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/test/java/org/apache/cactus/TestServletURL.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/test/java/org/apache/cactus/TestShareAll.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/test/java/org/apache/cactus/TestWebRequest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/test/java/org/apache/cactus/internal/AbstractTestAbstractCactusTestCase.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/test/java/org/apache/cactus/internal/TestAbstractCactusTestCase.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/test/java/org/apache/cactus/internal/TestWebTestResult.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/test/java/org/apache/cactus/internal/client/TestWebTestResultParser.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/test/java/org/apache/cactus/internal/server/TestServletUtil.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/test/java/org/apache/cactus/internal/server/runner/TestXMLFormatter.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/test/java/org/apache/cactus/internal/util/TestCookieUtil.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/test/java/org/apache/cactus/internal/util/TestIoUtil.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/test/java/org/apache/cactus/internal/util/TestJUnitVersionHelper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/test/java/org/apache/cactus/internal/util/TestStringUtil.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/test/java/org/apache/cactus/internal/util/TestTestCaseImplementChecker.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/test/java/org/apache/cactus/internal/util/TestUniqueGenerator.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/test/java/org/apache/cactus/internal/util/TestUrlUtil.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/test/java/org/apache/cactus/mock/MockHttpURLConnection.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-12-13-14/src/test/java/org/apache/cactus/server/runner/TestServletTestRunner.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/FilterTestCase.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/extension/jetty/Jetty5xTestSetup.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/extension/jsp/JspTagLifecycle.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/AbstractCactusTestCase.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/AbstractTestSuite.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/BaseWebRequest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/CactusTestCase.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/HttpServiceDefinition.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/RequestDirectives.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/ServiceEnumeration.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/WebRequestImpl.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/WebTestResult.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/client/AssertionFailedErrorWrapper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/client/ClientException.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/client/ClientTestCaseCaller.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/client/ParsingException.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/client/ServletExceptionWrapper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/client/WebResponseObjectFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/client/WebTestResultParser.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/client/connector/http/AutoReadHttpURLConnection.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/client/connector/http/ConnectionHelper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/client/connector/http/DefaultHttpClient.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/client/connector/http/HttpClientConnectionHelper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/client/connector/http/HttpProtocolHandler.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/client/connector/http/HttpProtocolState.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/client/connector/http/HttpUtil.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/configuration/AbstractWebConfiguration.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/configuration/BaseConfiguration.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/configuration/Configuration.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/configuration/ConfigurationInitializer.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/configuration/DefaultFilterConfiguration.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/configuration/DefaultJspConfiguration.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/configuration/DefaultServletConfiguration.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/configuration/FilterConfiguration.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/configuration/JspConfiguration.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/configuration/ServletConfiguration.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/configuration/Version.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/configuration/WebConfiguration.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/server/AbstractWebImplicitObjects.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/server/AbstractWebTestCaller.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/server/AbstractWebTestController.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/server/FilterImplicitObjects.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/server/FilterTestCaller.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/server/FilterTestController.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/server/JspImplicitObjects.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/server/JspTestCaller.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/server/JspTestController.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/server/ServerTestCaseCaller.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/server/ServletImplicitObjects.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/server/ServletTestCaller.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/server/ServletTestController.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/server/ServletUtil.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/server/WebImplicitObjects.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/server/runner/WebappTestRunner.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/server/runner/WebappTestSuiteLoader.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/server/runner/XMLConstants.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/server/runner/XMLFormatter.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/server/runner/XMLTransformer.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/util/ClassLoaderUtils.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/util/CookieUtil.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/util/IoUtil.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/util/JUnitVersionHelper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/util/StringUtil.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/util/TestCaseImplementChecker.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/util/TestCaseImplementError.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/util/UniqueGenerator.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/internal/util/UrlUtil.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/server/AbstractHttpServletRequestWrapper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/server/AbstractHttpServletRequestWrapper23.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/server/AbstractPageContextWrapper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/cactus/trunk/framework/framework-13-14/src/main/java/org/apache/cactus/server/AbstractPageContextWrapper23.java
------------------------------------------------------------------------------
    svn:eol-style = native



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