Author: niallp Date: Sun Aug 5 14:16:01 2007 New Revision: 562966 URL: http://svn.apache.org/viewvc?view=rev&rev=562966 Log: Set eol-style property to native
Modified: commons/proper/dbcp/trunk/src/site/site.xml (contents, props changed) Modified: commons/proper/dbcp/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/src/site/site.xml?view=diff&rev=562966&r1=562965&r2=562966 ============================================================================== --- commons/proper/dbcp/trunk/src/site/site.xml (original) +++ commons/proper/dbcp/trunk/src/site/site.xml Sun Aug 5 14:16:01 2007 @@ -1,51 +1,51 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> - <!-- - 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. - --> -<!DOCTYPE org.apache.commons.menus SYSTEM 'http://commons.apache.org/build/maven-build.dtd'> -<project name="DBCP"> - <bannerRight> - <name>Commons Math</name> - <src>/images/dbcp-logo-white.png</src> - <href>/index.html</href> - </bannerRight> - <body> - <menu name="Commons DBCP"> - <item name="Overview" href="/index.html" /> - <item name="Configuration" href="/configuration.html" /> - <item name="Javadoc (1.2.2 release)" href="http://commons.apache.org/dbcp/api-1.2.2/index.html"/> - <item name="Javadoc (1.3-SNAPSHOT)" href="apidocs/index.html"/> - <item name="Developers Guide" href="/guide/index.html" collapse="true"> - <item name="JNDI Howto" href="/guide/jndi-howto.html"/> - <item name="Class Diagrams" href="/guide/classdiagrams.html"/> - <item name="Sequence Diagrams" href="/guide/sequencediagrams.html"/> - </item> - <item name="Examples" href="http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/doc/"/> - <item name="Downloads" href="/downloads.html"/> - <item name="Wiki" href="http://wiki.apache.org/commons/DBCP"/> - </menu> - - <menu name="Development"> - <item name="History" href="/changes-report.html"/> - <item name="Building" href="/building.html"/> - <item name="Mailing lists" href="/mail-lists.html"/> - <item name="Issue Tracking" href="/issue-tracking.html"/> - <item name="Team" href="/team-list.html"/> - <item name="Source repository" href="cvs-usage.html"/> - </menu> - - </body> -</project> +<?xml version="1.0" encoding="ISO-8859-1"?> + <!-- + 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. + --> +<!DOCTYPE org.apache.commons.menus SYSTEM 'http://commons.apache.org/build/maven-build.dtd'> +<project name="DBCP"> + <bannerRight> + <name>Commons Math</name> + <src>/images/dbcp-logo-white.png</src> + <href>/index.html</href> + </bannerRight> + <body> + <menu name="Commons DBCP"> + <item name="Overview" href="/index.html" /> + <item name="Configuration" href="/configuration.html" /> + <item name="Javadoc (1.2.2 release)" href="http://commons.apache.org/dbcp/api-1.2.2/index.html"/> + <item name="Javadoc (1.3-SNAPSHOT)" href="apidocs/index.html"/> + <item name="Developers Guide" href="/guide/index.html" collapse="true"> + <item name="JNDI Howto" href="/guide/jndi-howto.html"/> + <item name="Class Diagrams" href="/guide/classdiagrams.html"/> + <item name="Sequence Diagrams" href="/guide/sequencediagrams.html"/> + </item> + <item name="Examples" href="http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/doc/"/> + <item name="Downloads" href="/downloads.html"/> + <item name="Wiki" href="http://wiki.apache.org/commons/DBCP"/> + </menu> + + <menu name="Development"> + <item name="History" href="/changes-report.html"/> + <item name="Building" href="/building.html"/> + <item name="Mailing lists" href="/mail-lists.html"/> + <item name="Issue Tracking" href="/issue-tracking.html"/> + <item name="Team" href="/team-list.html"/> + <item name="Source repository" href="cvs-usage.html"/> + </menu> + + </body> +</project> Propchange: commons/proper/dbcp/trunk/src/site/site.xml ------------------------------------------------------------------------------ svn:eol-style = native