Author: marcusb-guest Date: 2006-10-17 12:26:02 +0000 (Tue, 17 Oct 2006) New Revision: 2622
Added: tags/tomcat5/RELEASE_5_0_30-12/ tags/tomcat5/RELEASE_5_0_30-12/debian/changelog tags/tomcat5/RELEASE_5_0_30-12/debian/control Removed: tags/tomcat5/RELEASE_5_0_30-12/debian/changelog tags/tomcat5/RELEASE_5_0_30-12/debian/control Log: Tag release. Copied: tags/tomcat5/RELEASE_5_0_30-12 (from rev 2618, trunk/tomcat5) Deleted: tags/tomcat5/RELEASE_5_0_30-12/debian/changelog =================================================================== --- trunk/tomcat5/debian/changelog 2006-10-16 13:12:10 UTC (rev 2618) +++ tags/tomcat5/RELEASE_5_0_30-12/debian/changelog 2006-10-17 12:26:02 UTC (rev 2622) @@ -1,152 +0,0 @@ -tomcat5 (5.0.30-11) unstable; urgency=low - - * debian/control: removed apache-utils version and added alternative - apache2-utils (that provide the virtual apache-utils package) (closes: - #361277). - * debian/tomcat5.init: added Sun's jdk path as provided by sun-java5-bin - package (closes: #386394). I also added IBM's packages. - * added a patch for the recursive tag files modification (closes: - #355240). - - -- Arnaud Vandyck <[EMAIL PROTECTED]> Thu, 14 Sep 2006 13:49:19 +0200 - -tomcat5 (5.0.30-10) unstable; urgency=low - - * debian/patches/30_memory-leak_368864.patch: New patch to fix - OutOfMemoryError issue (Closes: #368864). Thanks to Steinar H. - Gunderson for the patch. - * debian/rules: Build with java-gcj-compat (Closes: #375883). - * debian/control: Moved cdbs and debhelper to Build-Depends. - * debian/control: Build-Depends-Indep on java-gcj-compat-dev. - * debian/tomcat4-admin.postinst, debian/tomcat4-admin.prerm, - debian/tomcat4-webapps.postinst, debian/tomcat4-webapps.prerm: - Use invoke-rc.d instead of calling /etc/init.d/tomcat5 directly. - * Updated Standards-Version to 3.7.2. - * Added myself to the Uploaders field. - - -- Michael Koch <[EMAIL PROTECTED]> Sat, 1 Jul 2006 13:32:19 +0000 - -tomcat5 (5.0.30-9) unstable; urgency=low - - * kaffe compiler transition - + Remove build.compiler jikes property - + Modify tomcat5.init to use default compiler instead of jikes - * Fix spelling error in README.Debian (closes: #346573) - - -- Wolfgang Baer <[EMAIL PROTECTED]> Tue, 17 Jan 2006 11:50:52 +0100 - -tomcat5 (5.0.30-8) unstable; urgency=low - - * Correct description to refer to tomcat5-webapps (closes: #336984) - * Test in tomcat5.init for JDK like environment so we are sure - java-gcj-compat-dev is installed and used (closes: #337270) - - -- Wolfgang Baer <[EMAIL PROTECTED]> Mon, 7 Nov 2005 19:17:58 +0100 - -tomcat5 (5.0.30-7) unstable; urgency=low - - * Move to main - upload with orig.tar.gz included - * Works with kaffe (>= 2:1.1.6-3) and java-gcj-compat-dev (>= 1.0.41-1) - + changed debian/control accordingly - + adjusted tomcat5.init file - * Removed libcommons-httpclient-java build-dep - not needed - * Fixed URL in JSP example (closes: #327790) - * Updated tomcat5.default - - -- Wolfgang Baer <[EMAIL PROTECTED]> Thu, 06 Oct 2005 21:59:36 +0200 - -tomcat5 (5.0.30-6) unstable; urgency=low - - * Move commons-fileupload jar from common/lib to server/lib - * Copy fixed struts-config.xml during install over the old one. The fixed - one is taken from upstream (published at download location) - * Tomcat5 has a new context file handling. The xml files with the context of - a webapp needs to be put into conf/[Engine name]/[Host name] whereas the - default engine which serves the admin webapp has to be called "Catalina": - + Create conf/Catalina/localhost directory during install - + Deploy the context files for the webapps into this directory - (closes: #315038) - + Added NEWS.Debian file to inform about moving context files to new - context directory hierarchy. - * Install the jsp/servlet examples (closes: #325508, #325507, #326126) - * Added unzip to build-deps (needed to unzip example webapps) - * Cleaned up debian/rules a bit - * libcommons-launcher-java dependency added in last upload (closes: #324041) - * Works with latest kaffe vm (closes: #320845) - added versioned dependency - * Changed depends to j2sdk1.3 | j2sdk1.4 | j2sdk1.5 | kaffe - * Removed depends on j2sdk1.3 | j2sdk1.4 | j2sdk1.5 | kaffe | java-compiler - as the above depends already includes an java-compiler as JDKs - * Removed note in description about non-free JDKs - kaffe works and the - info is superceded by the existance of java-package - * Updated *.policy files to match new jars and fixed typos - * As tomcat5 is now functional we can close the whishlist bugs for - packaging tomcat5 (closes: #222876, #267741) - * Disable commons-daemon copy/build - not available on all platforms - + Added patch 15_dont_copy_daemon.patch - + Removed related stuff from debian/rules and debian/control - * Removed classpath entry from MF and added jars directly to setclasspath.sh - + Patch 01_remove_classpath_manifest_a.patch removes the entry - + Patch 01_remove_classpath_manifest_b.patch adds it to setclasspath.sh - * Fixed typo CALALINA in README.Debian - * Fixed lintian warning in tomcat5.postinst - * Extended JDK_DIRS and enabled Security Manager for non-free JDKs - * Build documentation through commandline xslt processing - + Patch 03_fix_doc_stylesheet.patch to fix stylsheet variable definition - + Added xsltproc to build-deps and process docs in debian/rules - + Moved RELEASE-NOTES to webapps/ROOT where it belongs - + Added tomcat-docs.xml context definition to allow linking and also - starting tomcat5 without tomcat5-webapps installed (removed linking - for tomcat-docs from server.xml) - * Added myself to uploaders - - * Upload sponsored by Petter Reinholdtsen - - -- Wolfgang Baer <[EMAIL PROTECTED]> Wed, 07 Sep 2005 17:25:44 +0200 - -tomcat5 (5.0.30-5) unstable; urgency=low - - * debian/control (libtomcat5-java: Depends): added - libcommons-launcher-java - - -- Arnaud Vandyck <[EMAIL PROTECTED]> Sat, 20 Aug 2005 10:34:05 +0200 - -tomcat5 (5.0.30-4) unstable; urgency=low - - * upload to unstable - * debian/control: ant transition: change the dep from libant1.6-java to - ant - * debian/libtomcat5-java.links: added some links and corrected ant once - * updated to libcommons-collection3-java - - -- Arnaud Vandyck <[EMAIL PROTECTED]> Fri, 19 Aug 2005 16:06:27 +0200 - -tomcat5 (5.0.30-3) experimental; urgency=low - - * Added libapache2-mod-jk to suggests, missing libcommons-el-java - to libtomcat5-java build-depends - * Fixed/Added links in libtomcat5-java (jsp-api/commons-el jars added) - * Changed JDK dirs (as generated by java-package), enabled security - manager and therefore put kaffe as last jdk (currently has problems) - * Fixed typo in ant.properties to correctly include logging-api.jar - and fixed libtomcat5-java accordingly - * Fixed servlet-api link in tomcat5-webapps.links and included needed - jsp-api link - * Standards-Version 3.6.2 - no changes required - * Build-Deps to Build-Dep-Indep to fix linitan warning - - -- Wolfgang Baer <[EMAIL PROTECTED]> Wed, 29 Jun 2005 22:32:49 +0200 - -tomcat5 (5.0.30-2) experimental; urgency=low - - * libtomcat5-java: does not provide commons-logging-api and - commons-daemon but use symlink to /usr/share/java. Now, tomcat5 can - start with non-free jdks (but it does not run with free one at the - moment for me) (closes: #315038) - - -- Arnaud Vandyck <[EMAIL PROTECTED]> Tue, 21 Jun 2005 12:44:21 +0200 - -tomcat5 (5.0.30-1) experimental; urgency=low - - * Initial release release based on tomcat4 package by Stefan Gybas. - - -- Arnaud Vandyck <[EMAIL PROTECTED]> Sat, 11 Jun 2005 17:00:35 +0200 Copied: tags/tomcat5/RELEASE_5_0_30-12/debian/changelog (from rev 2621, trunk/tomcat5/debian/changelog) =================================================================== --- tags/tomcat5/RELEASE_5_0_30-12/debian/changelog (rev 0) +++ tags/tomcat5/RELEASE_5_0_30-12/debian/changelog 2006-10-17 12:26:02 UTC (rev 2622) @@ -0,0 +1,160 @@ +tomcat5 (5.0.30-12) unstable; urgency=low + + * debian/control: Don't build-depend on obsolete libsaxpath-java + (Closes: #392768). + * debian/control: Add myself to Uploaders. + + -- Marcus Better <[EMAIL PROTECTED]> Tue, 17 Oct 2006 10:19:28 +0200 + +tomcat5 (5.0.30-11) unstable; urgency=low + + * debian/control: removed apache-utils version and added alternative + apache2-utils (that provide the virtual apache-utils package) (closes: + #361277). + * debian/tomcat5.init: added Sun's jdk path as provided by sun-java5-bin + package (closes: #386394). I also added IBM's packages. + * added a patch for the recursive tag files modification (closes: + #355240). + + -- Arnaud Vandyck <[EMAIL PROTECTED]> Thu, 14 Sep 2006 13:49:19 +0200 + +tomcat5 (5.0.30-10) unstable; urgency=low + + * debian/patches/30_memory-leak_368864.patch: New patch to fix + OutOfMemoryError issue (Closes: #368864). Thanks to Steinar H. + Gunderson for the patch. + * debian/rules: Build with java-gcj-compat (Closes: #375883). + * debian/control: Moved cdbs and debhelper to Build-Depends. + * debian/control: Build-Depends-Indep on java-gcj-compat-dev. + * debian/tomcat4-admin.postinst, debian/tomcat4-admin.prerm, + debian/tomcat4-webapps.postinst, debian/tomcat4-webapps.prerm: + Use invoke-rc.d instead of calling /etc/init.d/tomcat5 directly. + * Updated Standards-Version to 3.7.2. + * Added myself to the Uploaders field. + + -- Michael Koch <[EMAIL PROTECTED]> Sat, 1 Jul 2006 13:32:19 +0000 + +tomcat5 (5.0.30-9) unstable; urgency=low + + * kaffe compiler transition + + Remove build.compiler jikes property + + Modify tomcat5.init to use default compiler instead of jikes + * Fix spelling error in README.Debian (closes: #346573) + + -- Wolfgang Baer <[EMAIL PROTECTED]> Tue, 17 Jan 2006 11:50:52 +0100 + +tomcat5 (5.0.30-8) unstable; urgency=low + + * Correct description to refer to tomcat5-webapps (closes: #336984) + * Test in tomcat5.init for JDK like environment so we are sure + java-gcj-compat-dev is installed and used (closes: #337270) + + -- Wolfgang Baer <[EMAIL PROTECTED]> Mon, 7 Nov 2005 19:17:58 +0100 + +tomcat5 (5.0.30-7) unstable; urgency=low + + * Move to main - upload with orig.tar.gz included + * Works with kaffe (>= 2:1.1.6-3) and java-gcj-compat-dev (>= 1.0.41-1) + + changed debian/control accordingly + + adjusted tomcat5.init file + * Removed libcommons-httpclient-java build-dep - not needed + * Fixed URL in JSP example (closes: #327790) + * Updated tomcat5.default + + -- Wolfgang Baer <[EMAIL PROTECTED]> Thu, 06 Oct 2005 21:59:36 +0200 + +tomcat5 (5.0.30-6) unstable; urgency=low + + * Move commons-fileupload jar from common/lib to server/lib + * Copy fixed struts-config.xml during install over the old one. The fixed + one is taken from upstream (published at download location) + * Tomcat5 has a new context file handling. The xml files with the context of + a webapp needs to be put into conf/[Engine name]/[Host name] whereas the + default engine which serves the admin webapp has to be called "Catalina": + + Create conf/Catalina/localhost directory during install + + Deploy the context files for the webapps into this directory + (closes: #315038) + + Added NEWS.Debian file to inform about moving context files to new + context directory hierarchy. + * Install the jsp/servlet examples (closes: #325508, #325507, #326126) + * Added unzip to build-deps (needed to unzip example webapps) + * Cleaned up debian/rules a bit + * libcommons-launcher-java dependency added in last upload (closes: #324041) + * Works with latest kaffe vm (closes: #320845) - added versioned dependency + * Changed depends to j2sdk1.3 | j2sdk1.4 | j2sdk1.5 | kaffe + * Removed depends on j2sdk1.3 | j2sdk1.4 | j2sdk1.5 | kaffe | java-compiler + as the above depends already includes an java-compiler as JDKs + * Removed note in description about non-free JDKs - kaffe works and the + info is superceded by the existance of java-package + * Updated *.policy files to match new jars and fixed typos + * As tomcat5 is now functional we can close the whishlist bugs for + packaging tomcat5 (closes: #222876, #267741) + * Disable commons-daemon copy/build - not available on all platforms + + Added patch 15_dont_copy_daemon.patch + + Removed related stuff from debian/rules and debian/control + * Removed classpath entry from MF and added jars directly to setclasspath.sh + + Patch 01_remove_classpath_manifest_a.patch removes the entry + + Patch 01_remove_classpath_manifest_b.patch adds it to setclasspath.sh + * Fixed typo CALALINA in README.Debian + * Fixed lintian warning in tomcat5.postinst + * Extended JDK_DIRS and enabled Security Manager for non-free JDKs + * Build documentation through commandline xslt processing + + Patch 03_fix_doc_stylesheet.patch to fix stylsheet variable definition + + Added xsltproc to build-deps and process docs in debian/rules + + Moved RELEASE-NOTES to webapps/ROOT where it belongs + + Added tomcat-docs.xml context definition to allow linking and also + starting tomcat5 without tomcat5-webapps installed (removed linking + for tomcat-docs from server.xml) + * Added myself to uploaders + + * Upload sponsored by Petter Reinholdtsen + + -- Wolfgang Baer <[EMAIL PROTECTED]> Wed, 07 Sep 2005 17:25:44 +0200 + +tomcat5 (5.0.30-5) unstable; urgency=low + + * debian/control (libtomcat5-java: Depends): added + libcommons-launcher-java + + -- Arnaud Vandyck <[EMAIL PROTECTED]> Sat, 20 Aug 2005 10:34:05 +0200 + +tomcat5 (5.0.30-4) unstable; urgency=low + + * upload to unstable + * debian/control: ant transition: change the dep from libant1.6-java to + ant + * debian/libtomcat5-java.links: added some links and corrected ant once + * updated to libcommons-collection3-java + + -- Arnaud Vandyck <[EMAIL PROTECTED]> Fri, 19 Aug 2005 16:06:27 +0200 + +tomcat5 (5.0.30-3) experimental; urgency=low + + * Added libapache2-mod-jk to suggests, missing libcommons-el-java + to libtomcat5-java build-depends + * Fixed/Added links in libtomcat5-java (jsp-api/commons-el jars added) + * Changed JDK dirs (as generated by java-package), enabled security + manager and therefore put kaffe as last jdk (currently has problems) + * Fixed typo in ant.properties to correctly include logging-api.jar + and fixed libtomcat5-java accordingly + * Fixed servlet-api link in tomcat5-webapps.links and included needed + jsp-api link + * Standards-Version 3.6.2 - no changes required + * Build-Deps to Build-Dep-Indep to fix linitan warning + + -- Wolfgang Baer <[EMAIL PROTECTED]> Wed, 29 Jun 2005 22:32:49 +0200 + +tomcat5 (5.0.30-2) experimental; urgency=low + + * libtomcat5-java: does not provide commons-logging-api and + commons-daemon but use symlink to /usr/share/java. Now, tomcat5 can + start with non-free jdks (but it does not run with free one at the + moment for me) (closes: #315038) + + -- Arnaud Vandyck <[EMAIL PROTECTED]> Tue, 21 Jun 2005 12:44:21 +0200 + +tomcat5 (5.0.30-1) experimental; urgency=low + + * Initial release release based on tomcat4 package by Stefan Gybas. + + -- Arnaud Vandyck <[EMAIL PROTECTED]> Sat, 11 Jun 2005 17:00:35 +0200 Deleted: tags/tomcat5/RELEASE_5_0_30-12/debian/control =================================================================== --- trunk/tomcat5/debian/control 2006-10-16 13:12:10 UTC (rev 2618) +++ tags/tomcat5/RELEASE_5_0_30-12/debian/control 2006-10-17 12:26:02 UTC (rev 2622) @@ -1,70 +0,0 @@ -Source: tomcat5 -Section: web -Priority: optional -Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Stefan Gybas <[EMAIL PROTECTED]>, Arnaud Vandyck <[EMAIL PROTECTED]>, Wolfgang Baer <[EMAIL PROTECTED]>, Michael Koch <[EMAIL PROTECTED]> -Build-Depends: cdbs (>= 0.4.8), debhelper (>= 4.2.30) -Build-Depends-Indep: java-gcj-compat-dev, ant, libregexp-java, libcommons-beanutils-java, libcommons-collections3-java, libcommons-fileupload-java (>= 1.0-1), libcommons-digester-java, libcommons-logging-java, libcommons-modeler-java (>= 1.1-1), libmx4j-java, libcommons-dbcp-java, libstruts1.2-java, libgnujaf-java, libgnumail-java, liblog4j1.2-java, libxerces2-java, libxalan2-java, junit, libsaxpath-java, libjaxen-java, libcommons-el-java, libjessie-java, libcommons-launcher-java, unzip, xsltproc -Standards-Version: 3.7.2 - -Package: tomcat5 -Architecture: all -Depends: kaffe (>= 2:1.1.6-3) | java-gcj-compat-dev (>= 1.0.41-1) | java2-runtime, libtomcat5-java (>= ${Source-Version}), adduser (>= 3.34), apache2-utils | apache-utils | apache2-common -Suggests: java-virtual-machine, libapache-mod-jk | libapache2-mod-jk, tomcat5-webapps, tomcat5-admin -Description: Java Servlet 2.4 engine with JSP 2.0 support - Apache Tomcat 5 is the reference implementation for the Java Servlet 2.4 - and JavaServer Pages (JSP) 2.0 specification from the Apache Jakarta project. - . - This package just contains the startup scripts for Tomcat 5. No documentation - or web applications (webapps) are included here, please install the - tomcat5-webapps package if you want them. - . - For more information about Tomcat please take a look at the Tomcat - home page at http://jakarta.apache.org/tomcat/index.html. - . - The official Servlet 2.4 and JSP 2.0 specifications can be found at - http://java.sun.com/products/servlet/ and http://java.sun.com/products/jsp/ - -Package: libtomcat5-java -Architecture: all -Depends: libxerces2-java, libservlet2.4-java, libcommons-el-java, ant, libregexp-java, libcommons-beanutils-java, libcommons-collections3-java, libcommons-digester-java, libcommons-fileupload-java (>= 1.0-1), libcommons-logging-java, libcommons-modeler-java (>= 1.1-1), libmx4j-java, libcommons-dbcp-java, libcommons-launcher-java -Suggests: tomcat5 -Description: Java Servlet engine -- core libraries - Apache Tomcat 5 is the reference implementation for the Java Servlet 2.4 - and JavaServer Pages (JSP) 2.0 specification from the Apache Jakarta project. - . - This package contains the Tomcat core classes which can be used by other - Java applications to embed Tomcat. If you want to run Tomcat you need to - install the tomcat5 package. - . - For more information about Tomcat please take a look at the Tomcat - home page at http://jakarta.apache.org/tomcat/index.html. - -Package: tomcat5-webapps -Architecture: all -Depends: tomcat5 (>= ${Source-Version}) -Description: Java Servlet engine -- documentation and example web applications - Apache Tomcat 5 is the reference implementation for the Java Servlet 2.4 - and JavaServer Pages (JSP) 2.0 specification from the Apache Jakarta project. - . - This package contains the HTML documentation and some web applications - (webapps) that were bundled with Tomcat 5: - * examples: Example servlets and JSP pages with source code - * tomcat-docs: HTML documentation for Tomcat - * webdav: WebDAV access to local files (e.g. using cadaver) - . - For more information about Tomcat please take a look at the Tomcat - home page at http://jakarta.apache.org/tomcat/index.html. - -Package: tomcat5-admin -Architecture: all -Depends: tomcat5 (>= ${Source-Version}), libstruts1.2-java -Description: Java Servlet engine -- admin web interfaces - Apache Tomcat 5 is the reference implementation for the Java Servlet 2.4 - and JavaServer Pages (JSP) 2.0 specification from the Apache Jakarta project. - . - This package contains two administrative web interfaces as admin and - manager web applications (webapps). - . - For more information about Tomcat please take a look at the Tomcat - home page at http://jakarta.apache.org/tomcat/index.html. Copied: tags/tomcat5/RELEASE_5_0_30-12/debian/control (from rev 2621, trunk/tomcat5/debian/control) =================================================================== --- tags/tomcat5/RELEASE_5_0_30-12/debian/control (rev 0) +++ tags/tomcat5/RELEASE_5_0_30-12/debian/control 2006-10-17 12:26:02 UTC (rev 2622) @@ -0,0 +1,70 @@ +Source: tomcat5 +Section: web +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Stefan Gybas <[EMAIL PROTECTED]>, Arnaud Vandyck <[EMAIL PROTECTED]>, Wolfgang Baer <[EMAIL PROTECTED]>, Michael Koch <[EMAIL PROTECTED]>, Marcus Better <[EMAIL PROTECTED]> +Build-Depends: cdbs (>= 0.4.8), debhelper (>= 4.2.30) +Build-Depends-Indep: java-gcj-compat-dev, ant, libregexp-java, libcommons-beanutils-java, libcommons-collections3-java, libcommons-fileupload-java (>= 1.0-1), libcommons-digester-java, libcommons-logging-java, libcommons-modeler-java (>= 1.1-1), libmx4j-java, libcommons-dbcp-java, libstruts1.2-java, libgnujaf-java, libgnumail-java, liblog4j1.2-java, libxerces2-java, libxalan2-java, junit, libjaxen-java, libcommons-el-java, libjessie-java, libcommons-launcher-java, unzip, xsltproc +Standards-Version: 3.7.2 + +Package: tomcat5 +Architecture: all +Depends: kaffe (>= 2:1.1.6-3) | java-gcj-compat-dev (>= 1.0.41-1) | java2-runtime, libtomcat5-java (>= ${Source-Version}), adduser (>= 3.34), apache2-utils | apache-utils | apache2-common +Suggests: java-virtual-machine, libapache-mod-jk | libapache2-mod-jk, tomcat5-webapps, tomcat5-admin +Description: Java Servlet 2.4 engine with JSP 2.0 support + Apache Tomcat 5 is the reference implementation for the Java Servlet 2.4 + and JavaServer Pages (JSP) 2.0 specification from the Apache Jakarta project. + . + This package just contains the startup scripts for Tomcat 5. No documentation + or web applications (webapps) are included here, please install the + tomcat5-webapps package if you want them. + . + For more information about Tomcat please take a look at the Tomcat + home page at http://jakarta.apache.org/tomcat/index.html. + . + The official Servlet 2.4 and JSP 2.0 specifications can be found at + http://java.sun.com/products/servlet/ and http://java.sun.com/products/jsp/ + +Package: libtomcat5-java +Architecture: all +Depends: libxerces2-java, libservlet2.4-java, libcommons-el-java, ant, libregexp-java, libcommons-beanutils-java, libcommons-collections3-java, libcommons-digester-java, libcommons-fileupload-java (>= 1.0-1), libcommons-logging-java, libcommons-modeler-java (>= 1.1-1), libmx4j-java, libcommons-dbcp-java, libcommons-launcher-java +Suggests: tomcat5 +Description: Java Servlet engine -- core libraries + Apache Tomcat 5 is the reference implementation for the Java Servlet 2.4 + and JavaServer Pages (JSP) 2.0 specification from the Apache Jakarta project. + . + This package contains the Tomcat core classes which can be used by other + Java applications to embed Tomcat. If you want to run Tomcat you need to + install the tomcat5 package. + . + For more information about Tomcat please take a look at the Tomcat + home page at http://jakarta.apache.org/tomcat/index.html. + +Package: tomcat5-webapps +Architecture: all +Depends: tomcat5 (>= ${Source-Version}) +Description: Java Servlet engine -- documentation and example web applications + Apache Tomcat 5 is the reference implementation for the Java Servlet 2.4 + and JavaServer Pages (JSP) 2.0 specification from the Apache Jakarta project. + . + This package contains the HTML documentation and some web applications + (webapps) that were bundled with Tomcat 5: + * examples: Example servlets and JSP pages with source code + * tomcat-docs: HTML documentation for Tomcat + * webdav: WebDAV access to local files (e.g. using cadaver) + . + For more information about Tomcat please take a look at the Tomcat + home page at http://jakarta.apache.org/tomcat/index.html. + +Package: tomcat5-admin +Architecture: all +Depends: tomcat5 (>= ${Source-Version}), libstruts1.2-java +Description: Java Servlet engine -- admin web interfaces + Apache Tomcat 5 is the reference implementation for the Java Servlet 2.4 + and JavaServer Pages (JSP) 2.0 specification from the Apache Jakarta project. + . + This package contains two administrative web interfaces as admin and + manager web applications (webapps). + . + For more information about Tomcat please take a look at the Tomcat + home page at http://jakarta.apache.org/tomcat/index.html. _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

