Author: marcusb-guest Date: 2007-11-22 11:51:07 +0000 (Thu, 22 Nov 2007) New Revision: 4805
Removed: trunk/tomcat5.5/build/RELEASE-PLAN-5.0.txt trunk/tomcat5.5/build/RELEASE-PLAN-5.5.txt trunk/tomcat5.5/build/resources/log4j.properties trunk/tomcat5.5/connectors/jk/jkstatus/dist/ trunk/tomcat5.5/connectors/jk/native/iis/Makefile.vc trunk/tomcat5.5/connectors/procrun/bin/tomcat5.exe trunk/tomcat5.5/connectors/procrun/bin/tomcat5w.exe trunk/tomcat5.5/jasper/README.txt Log: Delete files left over from previous upstream version. Deleted: trunk/tomcat5.5/build/RELEASE-PLAN-5.0.txt =================================================================== --- trunk/tomcat5.5/build/RELEASE-PLAN-5.0.txt 2007-11-22 09:57:24 UTC (rev 4804) +++ trunk/tomcat5.5/build/RELEASE-PLAN-5.0.txt 2007-11-22 11:51:07 UTC (rev 4805) @@ -1,70 +0,0 @@ -$Id: RELEASE-PLAN-5.0.txt 304450 2003-08-04 08:17:02Z remm $ - - Release Plan for Apache Tomcat 5.0 - ================================== - - -Introduction: ------------- - -This document is a release plan for the final release of Apache Tomcat 5.0. - -The goal of the Apache Tomcat 5.0 final release is to provide a stable -container that supports 100% of the mandatory requirements of the Servlet 2.4 -and JSP 2.0 specifications, as well as to improve and add many useful -additional features on top of the existing Apache Tomcat 4.1.x releases. - -Apache Tomcat 5.0 includes the following major new features over -Apache Tomcat 4.1: - - * Performance optimizations and reduced garbage collection - * Refactored application deployer, with an optional standalone deployer - allowing validation and compilation of a web application before putting - it in production - * Complete server monitoring using JMX and the manager web application - * Scalability and reliability enhancements - * Improved Taglibs handling, including advanced pooling and tag plugins - * Improved platform integration, with native Windows and Unix wrappers - * Embedding of Tomcat using JMX - * Expanded documentation - -Apache Tomcat 5.0 will use the build numbering and release process first used -in the Apache HTTPd 2.0.x project. -Milestone builds, numbered 5.0.x, will be released as needed and will -recieve a stability rating after a one week testing period. The rating can be -either: Alpha, Beta, or Stable. - -This Release Plan proposes the following prospective target dates -for stability: - - Middle of August, 2003 - ---------------------- - -Tomcat 5.0 should reach Beta status by this date. - - Servlet 2.4 and JSP 2.0 Final Specification Releases (expected by 09/2003) - ---------------------------------------------------- - -At least another Beta rated release should be made simultaneous to the release -of the specification. - - Two to four weeks after Final Specification Releases - ---------------------------------------------------- - -Best effort should be made for Tomcat 5.0 to reach Stable status as soon as -possible after the specification releases. However, it should be pointed out -that wide testing cannot occur before the specifications are released, so -a Stable release should only be made after a period of time. - -In order to complete a first Stable release, all outstanding Bugzilla bug -reports against Tomcat 5.0 above NORMAL severity need to be fixed or deferred -for later releases. - -This Release Plan proposes the following classification of current outstanding -bug reports in the bug tracking system, sorted by component and their ID -numbers in our bug tracking system at: - -http://nagoya.apache.org/bugzilla/ - -Please review the bug reports, and their severity accordingly. - Deleted: trunk/tomcat5.5/build/RELEASE-PLAN-5.5.txt =================================================================== --- trunk/tomcat5.5/build/RELEASE-PLAN-5.5.txt 2007-11-22 09:57:24 UTC (rev 4804) +++ trunk/tomcat5.5/build/RELEASE-PLAN-5.5.txt 2007-11-22 11:51:07 UTC (rev 4805) @@ -1,59 +0,0 @@ -$Id: RELEASE-PLAN-5.5.txt 304598 2004-08-23 17:26:09Z remm $ - - Release Plan for Apache Tomcat 5.5 - ================================== - - -Introduction: ------------- - -This document is a release plan for the final release of Apache Tomcat 5.5. - -The goal of the Apache Tomcat 5.5 final release is to provide a stable -container that supports 100% of the mandatory requirements of the Servlet 2.4 -and JSP 2.0 specifications, as well as to improve and add many useful -additional features on top of the existing Apache Tomcat 5.0.x releases. - -Apache Tomcat 5.5 includes the following major new features over -Apache Tomcat 5.0: - - * Performance optimizations and startup time improvements - * Refactored application deployer - * Faster JSP compiler with in memory loading of depedencies, powered by - Eclipse JDT - * Dependencies repackaging - * Streamlined configuration (datasources and web application defaults) - * Support for J2SE JRE 5.0 - * New native connector for Apache 2, based on mod_proxy - -Apache Tomcat 5.5 will use the build numbering and release process first used -in the Apache HTTPd 2.0.x project. -Milestone builds, numbered 5.5.x, will be released as needed and will -recieve a stability rating after a one week testing period. The rating can be -either: Alpha, Beta, or Stable. - -This Release Plan proposes the following prospective target dates -for stability: - - August 30, 2004 - --------------- - -Tomcat 5.5.0 should be tagged by this date. - - End of September, 2003 - ---------------------- - -Tomcat 5.5 should reach beta status by then. - -In order to complete a first Stable release, all outstanding Bugzilla bug -reports against Tomcat 5.5 above NORMAL severity need to be fixed or deferred -for later releases. - -This Release Plan proposes the following classification of current outstanding -bug reports in the bug tracking system, sorted by component and their ID -numbers in our bug tracking system at: - -http://nagoya.apache.org/bugzilla/ - -Please review the bug reports, and their severity accordingly. - Deleted: trunk/tomcat5.5/build/resources/log4j.properties =================================================================== --- trunk/tomcat5.5/build/resources/log4j.properties 2007-11-22 09:57:24 UTC (rev 4804) +++ trunk/tomcat5.5/build/resources/log4j.properties 2007-11-22 11:51:07 UTC (rev 4805) @@ -1,9 +0,0 @@ -log4j.rootCategory=info, stdout - -log4j.appender.stdout=org.apache.log4j.ConsoleAppender -log4j.appender.stdout.layout.ConversionPattern=%r [%t] %-5p\: %-15c{2} - %m%n -log4j.appender.stdout.layout=org.apache.log4j.PatternLayout - -#log4j.category.org.apache.catalina=info - -#log4j.category.org.apache.jasper.compiler.Compiler=debug Deleted: trunk/tomcat5.5/connectors/jk/native/iis/Makefile.vc =================================================================== --- trunk/tomcat5.5/connectors/jk/native/iis/Makefile.vc 2007-11-22 09:57:24 UTC (rev 4804) +++ trunk/tomcat5.5/connectors/jk/native/iis/Makefile.vc 2007-11-22 11:51:07 UTC (rev 4805) @@ -1,286 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on isapi.dsp -!IF "$(CFG)" == "" -CFG=isapi - Win32 Release -!MESSAGE No configuration specified. Defaulting to isapi - Win32 Release. -!ENDIF - -!IF "$(CFG)" != "isapi - Win32 Release" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Makefile.vc" CFG="isapi - Win32 Release" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "isapi - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe -OUTDIR=.\Release -INTDIR=.\Release -# Begin Custom Macros -OutDir=.\Release -# End Custom Macros - -ALL : "$(OUTDIR)\isapi_redirect.dll" - - -CLEAN : - [EMAIL PROTECTED] "$(INTDIR)\isapi_redirector_src.idb" - [EMAIL PROTECTED] "$(INTDIR)\isapi_redirector_src.pdb" - [EMAIL PROTECTED] "$(INTDIR)\jk_ajp12_worker.obj" - [EMAIL PROTECTED] "$(INTDIR)\jk_ajp13.obj" - [EMAIL PROTECTED] "$(INTDIR)\jk_ajp13_worker.obj" - [EMAIL PROTECTED] "$(INTDIR)\jk_ajp14.obj" - [EMAIL PROTECTED] "$(INTDIR)\jk_ajp14_worker.obj" - [EMAIL PROTECTED] "$(INTDIR)\jk_ajp_common.obj" - [EMAIL PROTECTED] "$(INTDIR)\jk_connect.obj" - [EMAIL PROTECTED] "$(INTDIR)\jk_context.obj" - [EMAIL PROTECTED] "$(INTDIR)\jk_isapi_plugin.obj" - [EMAIL PROTECTED] "$(INTDIR)\jk_jni_worker.obj" - [EMAIL PROTECTED] "$(INTDIR)\jk_lb_worker.obj" - [EMAIL PROTECTED] "$(INTDIR)\jk_map.obj" - [EMAIL PROTECTED] "$(INTDIR)\jk_md5.obj" - [EMAIL PROTECTED] "$(INTDIR)\jk_msg_buff.obj" - [EMAIL PROTECTED] "$(INTDIR)\jk_nwmain.obj" - [EMAIL PROTECTED] "$(INTDIR)\jk_pool.obj" - [EMAIL PROTECTED] "$(INTDIR)\jk_shm.obj" - [EMAIL PROTECTED] "$(INTDIR)\jk_sockbuf.obj" - [EMAIL PROTECTED] "$(INTDIR)\jk_status.obj" - [EMAIL PROTECTED] "$(INTDIR)\jk_uri_worker_map.obj" - [EMAIL PROTECTED] "$(INTDIR)\jk_util.obj" - [EMAIL PROTECTED] "$(INTDIR)\jk_worker.obj" - [EMAIL PROTECTED] "$(OUTDIR)\isapi_redirect.dll" - [EMAIL PROTECTED] "$(OUTDIR)\isapi_redirect.exp" - [EMAIL PROTECTED] "$(OUTDIR)\isapi_redirect.lib" - [EMAIL PROTECTED] "$(OUTDIR)\isapi_redirect.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\isapi.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib advapi32.lib ws2_32.lib mswsock.lib strsafe.lib /nologo /base:"0x6A6B0000" /dll /incremental:no /pdb:"$(OUTDIR)\isapi_redirect.pdb" /debug /machine:I386 /def:".\isapi.def" /out:"$(OUTDIR)\isapi_redirect.dll" /implib:"$(OUTDIR)\isapi_redirect.lib" -DEF_FILE= \ - ".\isapi.def" -LINK32_OBJS= \ - "$(INTDIR)\jk_ajp12_worker.obj" \ - "$(INTDIR)\jk_ajp13.obj" \ - "$(INTDIR)\jk_ajp13_worker.obj" \ - "$(INTDIR)\jk_ajp14.obj" \ - "$(INTDIR)\jk_ajp14_worker.obj" \ - "$(INTDIR)\jk_ajp_common.obj" \ - "$(INTDIR)\jk_connect.obj" \ - "$(INTDIR)\jk_context.obj" \ - "$(INTDIR)\jk_isapi_plugin.obj" \ - "$(INTDIR)\jk_jni_worker.obj" \ - "$(INTDIR)\jk_lb_worker.obj" \ - "$(INTDIR)\jk_map.obj" \ - "$(INTDIR)\jk_md5.obj" \ - "$(INTDIR)\jk_msg_buff.obj" \ - "$(INTDIR)\jk_nwmain.obj" \ - "$(INTDIR)\jk_pool.obj" \ - "$(INTDIR)\jk_shm.obj" \ - "$(INTDIR)\jk_sockbuf.obj" \ - "$(INTDIR)\jk_status.obj" \ - "$(INTDIR)\jk_uri_worker_map.obj" \ - "$(INTDIR)\jk_util.obj" \ - "$(INTDIR)\jk_worker.obj" - -"$(OUTDIR)\isapi_redirect.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -CPP_PROJ=/nologo /MD /W3 /Zi /O2 /I "..\common" /I "$(JAVA_HOME)\include" /I "$(JAVA_HOME)\include\win32" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "ISAPI_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\isapi_redirector_src" /FD /c - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 - -!IF "$(NO_EXTERNAL_DEPS)" != "1" -!IF EXISTS("isapi.dep") -!INCLUDE "isapi.dep" -!ELSE -!MESSAGE Warning: cannot find "isapi.dep" -!ENDIF -!ENDIF - - -!IF "$(CFG)" == "isapi - Win32 Release" -SOURCE=..\common\jk_ajp12_worker.c - -"$(INTDIR)\jk_ajp12_worker.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\common\jk_ajp13.c - -"$(INTDIR)\jk_ajp13.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\common\jk_ajp13_worker.c - -"$(INTDIR)\jk_ajp13_worker.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\common\jk_ajp14.c - -"$(INTDIR)\jk_ajp14.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\common\jk_ajp14_worker.c - -"$(INTDIR)\jk_ajp14_worker.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\common\jk_ajp_common.c - -"$(INTDIR)\jk_ajp_common.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\common\jk_connect.c - -"$(INTDIR)\jk_connect.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\common\jk_context.c - -"$(INTDIR)\jk_context.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=.\jk_isapi_plugin.c - -"$(INTDIR)\jk_isapi_plugin.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=..\common\jk_jni_worker.c - -"$(INTDIR)\jk_jni_worker.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\common\jk_lb_worker.c - -"$(INTDIR)\jk_lb_worker.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\common\jk_map.c - -"$(INTDIR)\jk_map.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\common\jk_md5.c - -"$(INTDIR)\jk_md5.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\common\jk_msg_buff.c - -"$(INTDIR)\jk_msg_buff.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\common\jk_nwmain.c - -"$(INTDIR)\jk_nwmain.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\common\jk_pool.c - -"$(INTDIR)\jk_pool.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\common\jk_shm.c - -"$(INTDIR)\jk_shm.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\common\jk_sockbuf.c - -"$(INTDIR)\jk_sockbuf.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\common\jk_status.c - -"$(INTDIR)\jk_status.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\common\jk_uri_worker_map.c - -"$(INTDIR)\jk_uri_worker_map.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\common\jk_util.c - -"$(INTDIR)\jk_util.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\common\jk_worker.c - -"$(INTDIR)\jk_worker.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - - -!ENDIF - Deleted: trunk/tomcat5.5/connectors/procrun/bin/tomcat5.exe =================================================================== (Binary files differ) Deleted: trunk/tomcat5.5/connectors/procrun/bin/tomcat5w.exe =================================================================== (Binary files differ) Deleted: trunk/tomcat5.5/jasper/README.txt =================================================================== --- trunk/tomcat5.5/jasper/README.txt 2007-11-22 09:57:24 UTC (rev 4804) +++ trunk/tomcat5.5/jasper/README.txt 2007-11-22 11:51:07 UTC (rev 4805) @@ -1,24 +0,0 @@ -This project is a rewrite of Jasper for tomcat 4.x. - -1. Main goals: - - * Cleanup of the current Jasper. - * Use for RI work for JSP 1.3 - * Use for optimization work for generated servlet codes. - -2. Status - - * Main jasper engine (parser, attribute validates, code generator) - basically complete. - -3. Todo - - * Rewrite attribute parser for better spec comformance. - * More cleanup, especially jspc parts. - * Added large file option. - * Error messages. - * JSR045 support - * Expression language support (JSP1.3) - * Optimizations, optimizations, and optimizations - - _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

