]> git.pld-linux.org Git - packages/tomcat.git/commitdiff
- dropped java-commons{pool,dbcp} Rs/BRs. Our tomcat was not accessing thes
authorpawelz <pawelz@pld-linux.org>
Fri, 4 Dec 2009 14:35:48 +0000 (14:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  files during build, and they were not included in tomcat's CLASSPATH. I'm
  using few instances of tomcat from PLD packages long enough to be sure, that
  these jars are not required.

Changed files:
    tomcat.spec -> 1.143

tomcat.spec

index b680d360f315e04c9430abce2604cbe002f1d6e6..cd62cba2f95c9469a3b1043fed6e243b45913266 100644 (file)
@@ -1,7 +1,3 @@
-# TODO:
-# - verify if java-commons-dbcp and java-commons-pool are really required
-#   or build-required. (Note that java-commons-{dbcp,pool}-tomcat5 ARE
-#   required).
 
 # Conditional build:
 %bcond_without javadoc         # skip building javadocs
@@ -47,9 +43,7 @@ BuildRequires:        ant-trax
 BuildRequires: eclipse-jdt >= 3.2
 BuildRequires: java-commons-collections >= 0:2.0
 BuildRequires: java-commons-daemon >= 1.0
-BuildRequires: java-commons-dbcp >= 0:1.1
 BuildRequires: java-commons-dbcp-tomcat5 >= 0:1.1
-BuildRequires: java-commons-pool
 BuildRequires: java-commons-pool-tomcat5
 %if %{with webservices}
 BuildRequires: java(JSR109)
@@ -67,9 +61,7 @@ Requires(pre):        /usr/sbin/useradd
 Requires:      %{name}-jasper = %{epoch}:%{version}-%{release}
 Requires:      java-jdbc-mysql
 Requires:      java-servletapi = %{epoch}:%{version}-%{release}
-Requires:      java-commons-dbcp >= 0:1.1
 Requires:      java-commons-dbcp-tomcat5 >= 0:1.1
-Requires:      java-commons-pool
 Requires:      java-commons-pool-tomcat5
 Requires:      java-sun-jre >= 1.2
 Requires:      jaxp_parser_impl
This page took 0.057906 seconds and 4 git commands to generate.