From: fhanik Date: Fri, 8 Jul 2011 15:34:18 +0000 (+0000) Subject: Change eol-style and add link to jdbc-pool on the documentation home page X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=005bc0953b354b079f0fe42cf14b5641983f0fd0;p=tomcat7.0 Change eol-style and add link to jdbc-pool on the documentation home page git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1144358 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/jdbc-pool/pom.xml b/modules/jdbc-pool/pom.xml index 0e50832cf..203340ed2 100644 --- a/modules/jdbc-pool/pom.xml +++ b/modules/jdbc-pool/pom.xml @@ -1,140 +1,140 @@ - - 4.0.0 - - - org.apache - apache - 9 - - - org.apache.tomcat - jdbc-pool - 1.2-SNAPSHOT - jar - - jdbc-pool - http://people.apache.org/~fhanik/jdbc-pool/ - - - UTF-8 - - - - - Development List - dev-subscribe@tomcat.apache.org - dev-unsubscribe@tomcat.apache.org - dev@tomcat.apache.org - - - Users List - users-subscribe@tomcat.apache.org - users-unsubscribe@tomcat.apache.org - users@tomcat.apache.org - - - - - scm:svn:https://svn.apache.org/repos/asf/tomcat/trunk/modules/jdbc-pool - scm:svn:https://svn.apache.org/repos/asf/tomcat/trunk/modules/jdbc-pool - http://svn.apache.org/viewvc/tomcat/trunk/modules/jdbc-pool - - - - - org.apache.tomcat - juli - 6.0.32 - - - junit - junit - 3.8.1 - test - - - org.apache.tomcat - dbcp - 6.0.32 - test - - - com.h2database - h2 - 1.3.152 - test - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.6 - 1.6 - true - true - true - true - - - - org.apache.maven.plugins - maven-jar-plugin - - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.2 - - - sign-artifacts - verify - - sign - - - - - - org.apache.maven.plugins - maven-eclipse-plugin - 2.5.1 - - true - true - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - - jar - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - attach-javadocs - - jar - - - - - - - + + 4.0.0 + + + org.apache + apache + 9 + + + org.apache.tomcat + jdbc-pool + 1.2-SNAPSHOT + jar + + jdbc-pool + http://people.apache.org/~fhanik/jdbc-pool/ + + + UTF-8 + + + + + Development List + dev-subscribe@tomcat.apache.org + dev-unsubscribe@tomcat.apache.org + dev@tomcat.apache.org + + + Users List + users-subscribe@tomcat.apache.org + users-unsubscribe@tomcat.apache.org + users@tomcat.apache.org + + + + + scm:svn:https://svn.apache.org/repos/asf/tomcat/trunk/modules/jdbc-pool + scm:svn:https://svn.apache.org/repos/asf/tomcat/trunk/modules/jdbc-pool + http://svn.apache.org/viewvc/tomcat/trunk/modules/jdbc-pool + + + + + org.apache.tomcat + juli + 6.0.32 + + + junit + junit + 3.8.1 + test + + + org.apache.tomcat + dbcp + 6.0.32 + test + + + com.h2database + h2 + 1.3.152 + test + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.6 + 1.6 + true + true + true + true + + + + org.apache.maven.plugins + maven-jar-plugin + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.2 + + + sign-artifacts + verify + + sign + + + + + + org.apache.maven.plugins + maven-eclipse-plugin + 2.5.1 + + true + true + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + + diff --git a/webapps/docs/index.xml b/webapps/docs/index.xml index aedcdce33..a9a525344 100644 --- a/webapps/docs/index.xml +++ b/webapps/docs/index.xml @@ -133,6 +133,8 @@ Apache Tomcat 7, and using many of the Apache Tomcat features.

Running Tomcat as a service on Microsoft Windows.
  • Windows Authentication - Configuring Tomcat to use integrated Windows authentication.
  • +
  • High Concurrency JDBC Pool - + Configuring Tomcat to use an alternative JDBC pool.