Re: 5.5.28 release candidate
On 25.07.2009 01:44, sebb wrote: > On 24/07/2009, Filip Hanik - Dev Lists wrote: > Likewise, the file tomcat-users.xml looks wrong - it says that there > is no user with the manager role, yet it contains the following entry: > > IMHO this would be a release blocker. Of course if it is only a packaging problem, we can still fix for 28. Regards, Rainer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r797772 - /tomcat/container/tc5.5.x/webapps/admin/images/Thumbs.db
Author: kkolinko Date: Sat Jul 25 14:18:05 2009 New Revision: 797772 URL: http://svn.apache.org/viewvc?rev=797772&view=rev Log: Remove the Thumbs.db file (i.e. the MS Windows images cache temporary file). It should not have been put into Subversion. Removed: tomcat/container/tc5.5.x/webapps/admin/images/Thumbs.db - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: 5.5.28 release candidate
2009/7/25 Rainer Jung : > On 25.07.2009 01:44, sebb wrote: >> On 24/07/2009, Filip Hanik - Dev Lists wrote: >> >> The server.xml file in the EXE is different from the one in the bin >> file and appears to be an old version. >> >> Likewise, the file tomcat-users.xml looks wrong - it says that there >> is no user with the manager role, yet it contains the following entry: >> >> > > IMHO this would be a release blocker. > > Of course if it is only a packaging problem, we can still fix for 28. > > Regards, > > Rainer > No, it is a known feature. It is there for I do not know how many releases. It is observed by those who clicked through the EXE installer without paying attention. One page of the installer asks you about user name and password, and you end up with in your tomcat-users.xml, as those are the default values. I consider that a serious problem, and would like at least to make that installation step optional, but I have not yet found time for it. Patches are welcome. --- Regarding the other questions: > There is no .zip version of apache-tomcat-5.5.28-fulldocs.tar.gz Yes, there is how it is. Those are the files that are to be published on tomcat.apache.org. There is no zip version of it, and it is not planned to create one. > The source archives contain the file > container/webapps/admin/images/Thumbs.db > which does not belong in the archive. That file is stored in Subversion, thus it belong to the release. I removed it from SVN in rev.797772 - I think it is trivial. > Also, the file > container/modules/storeconfig-ha/test/conf/catalina.keystore > Looks like a packaging error - perhaps accidental EOL conversion? Yes, if there is a difference, it is a bug. Thank you for noticing, +1 to fix it. Not a showstopper though. > There are no NOTICE or LICENSE files in the top-level of the source archives. Those are in the build folder. The same in 5.5.27 and earlier. Maybe we can copy them into the root folder (as well as "build.xml" from build/resources that is copied to the root folder as well as to tomcat-docs). I think it can be fixed. > The binary archives contain the files > bin/jsvc.tar.gz > bin/tomcat-native.tar.gz > which appears to be source code only. That is because those components have to be compiled by a C/C++ compiler on the target platform. > When the EXE is unpacked, there is no RELEASE-NOTES file in the > top-level directory where one would expect to find it. The default web application has a link to the RELEASE-NOTES. Also, EXE installer displays them (instead of a Readme) after installation. I, personally, am +1 to include a second copy of RELEASE-NOTES in the root folder, though maybe others will object. The archive will be larger (having a duplicate copy of a file). It is true, though, as sebb once wrote, that RELEASE-NOTES contains clearly visible Tomcat version number, and you can see it there, if it is in the root folder, even if you replaced the ROOT webapp. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: 5.5.28 release candidate
On 25.07.2009 16:47, Konstantin Kolinko wrote: > 2009/7/25 Rainer Jung : >> On 25.07.2009 01:44, sebb wrote: >>> On 24/07/2009, Filip Hanik - Dev Lists wrote: >>> >>> The server.xml file in the EXE is different from the one in the bin >>> file and appears to be an old version. >>> >>> Likewise, the file tomcat-users.xml looks wrong - it says that there >>> is no user with the manager role, yet it contains the following entry: >>> >>> >> IMHO this would be a release blocker. >> >> Of course if it is only a packaging problem, we can still fix for 28. >> >> Regards, >> >> Rainer >> > > No, it is a known feature. It is there for I do not know how many releases. It > is observed by those who clicked through the EXE installer without paying > attention. One page of the installer asks you about user name and password, > and you end up with > > in your tomcat-users.xml, as those are the default values. > > I consider that a serious problem, and would like at least to make > that installation > step optional, but I have not yet found time for it. > > Patches are welcome. Thanks for clarification Konstantin. I haven't used the installer for a long time. If it's no regression, then it's no blocker. Regards, Rainer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: 5.5.28 release candidate
On 25/07/2009, Rainer Jung wrote: > On 25.07.2009 01:44, sebb wrote: > > On 24/07/2009, Filip Hanik - Dev Lists wrote: > > > Likewise, the file tomcat-users.xml looks wrong - it says that there > > is no user with the manager role, yet it contains the following entry: > > > > > > > IMHO this would be a release blocker. IMO the different server.xml files are a potential release blocker - the differences include changes to the names of parameters in the comments, so at least one of the files must have incorrect information. Extract from diff: - clusterName = a descriptive name for your cluster, can be anything + name = a descriptive name for your cluster, can be anything ... - mcastBindAddress = bind the multicast socket to a specific address + mcastBindAddr = bind the multicast socket to a specific address Note that neither of the versions of the file actually includes examples using name/clusterName or mcastBindAddress/mcastBindAddr, which also ought to be corrected. > Of course if it is only a packaging problem, we can still fix for 28. > > Regards, > > > Rainer > > > - > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > > - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Adding thumbs.db to svn:ignore?
I intend to add thumbs.db Thumbs.db to svn:ignore in any images folder we have in the webapps to prevent having it appearing again unintentionally. I would set the property for trunk and all release branches we maintain. Any objections? Regards, Rainer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: Adding thumbs.db to svn:ignore?
Rainer Jung wrote: > I intend to add > > thumbs.db > Thumbs.db > > to svn:ignore in any images folder we have in the webapps to prevent > having it appearing again unintentionally. > > I would set the property for trunk and all release branches we maintain. > > Any objections? None at all. +1. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: Adding thumbs.db to svn:ignore?
2009/7/25 Rainer Jung : > I intend to add > > thumbs.db > Thumbs.db > > to svn:ignore in any images folder we have in the webapps to prevent > having it appearing again unintentionally. +1 for build/resources and other folders if those contain images as well > > I would set the property for trunk and all release branches we maintain. > > Any objections? > > Regards, > > Rainer > I think that those are to be added to the global-ignores setting in the Subversion configuration of those running it on Windows. You can do it e.g. from the configuration dialog of TortoiseSVN (the "General" page of it). Though I am as well OK with adding them to svn:ignore. That won't hurt. That is my +1. > thumbs.db > Thumbs.db According to http://svnbook.red-bean.com/en/1.5/svn.advanced.props.special.ignore.html you can write that as [Tt]humbs.db or, generalizing it, [Tt][Hh][Uu][Mm][Bb][Ss].[Dd][Bb] Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 47452] Patch for build.xml - javadoc classpath and junit formatter
https://issues.apache.org/bugzilla/show_bug.cgi?id=47452 Sebb changed: What|Removed |Added Attachment #23905|0 |1 is obsolete|| --- Comment #1 from Sebb 2009-07-25 09:59:15 PST --- Created an attachment (id=24038) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24038) Add formatter to JUnit tests; exclude duplicate CheckOutThreadTest New version of patch to fix all junit tests. Also excludes CheckOutThreadTest from last test otherwise it runs twice -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r797803 - in /tomcat: build/tc5.5.x/resources/ connectors/trunk/jk/native/iis/installer/ connectors/trunk/jk/xdocs/images/ connectors/trunk/jni/native/os/win32/ connectors/trunk/jni/xdocs/
Author: rjung Date: Sat Jul 25 17:25:12 2009 New Revision: 797803 URL: http://svn.apache.org/viewvc?rev=797803&view=rev Log: Add thumbnail databases to svn ignore for all tc5.5.x (and related) folders containing images. Modified: tomcat/build/tc5.5.x/resources/ (props changed) tomcat/connectors/trunk/jk/native/iis/installer/ (props changed) tomcat/connectors/trunk/jk/xdocs/images/ (props changed) tomcat/connectors/trunk/jni/native/os/win32/ (props changed) tomcat/connectors/trunk/jni/xdocs/images/ (props changed) tomcat/container/tc5.5.x/modules/groupcom/doc/ (props changed) tomcat/container/tc5.5.x/webapps/ROOT/ (props changed) tomcat/container/tc5.5.x/webapps/admin/images/ (props changed) tomcat/container/tc5.5.x/webapps/docs/appdev/sample/web/images/ (props changed) tomcat/container/tc5.5.x/webapps/docs/images/ (props changed) tomcat/container/tc5.5.x/webapps/webdav/ (props changed) Propchange: tomcat/build/tc5.5.x/resources/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 17:25:12 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/connectors/trunk/jk/native/iis/installer/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 17:25:12 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/connectors/trunk/jk/xdocs/images/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 17:25:12 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/connectors/trunk/jni/native/os/win32/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 17:25:12 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/connectors/trunk/jni/xdocs/images/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 17:25:12 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/container/tc5.5.x/modules/groupcom/doc/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 17:25:12 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/container/tc5.5.x/webapps/ROOT/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 17:25:12 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/container/tc5.5.x/webapps/admin/images/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 17:25:12 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/container/tc5.5.x/webapps/docs/appdev/sample/web/images/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 17:25:12 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/container/tc5.5.x/webapps/docs/images/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 17:25:12 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/container/tc5.5.x/webapps/webdav/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 17:25:12 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r797813 - in /tomcat/archive/tc4.1.x/trunk: connectors/jk/native/iis/installer/ connectors/jk/xdocs/images/ connectors/jni/native/os/win32/ connectors/jni/xdocs/images/ container/catalina/
Author: rjung Date: Sat Jul 25 18:19:53 2009 New Revision: 797813 URL: http://svn.apache.org/viewvc?rev=797813&view=rev Log: Add thumbnail databases to svn ignore for all tc4.1.x (and related) folders containing images. Modified: tomcat/archive/tc4.1.x/trunk/connectors/jk/native/iis/installer/ (props changed) tomcat/archive/tc4.1.x/trunk/connectors/jk/xdocs/images/ (props changed) tomcat/archive/tc4.1.x/trunk/connectors/jni/native/os/win32/ (props changed) tomcat/archive/tc4.1.x/trunk/connectors/jni/xdocs/images/ (props changed) tomcat/archive/tc4.1.x/trunk/container/catalina/docs/ (props changed) tomcat/archive/tc4.1.x/trunk/container/catalina/docs/dev/ (props changed) tomcat/archive/tc4.1.x/trunk/container/catalina/docs/dev/xdocs/images/ (props changed) tomcat/archive/tc4.1.x/trunk/container/resources/ (props changed) tomcat/archive/tc4.1.x/trunk/container/webapps/ROOT/ (props changed) tomcat/archive/tc4.1.x/trunk/container/webapps/admin/images/ (props changed) tomcat/archive/tc4.1.x/trunk/container/webapps/examples/images/ (props changed) tomcat/archive/tc4.1.x/trunk/container/webapps/tomcat-docs/appdev/sample/web/images/ (props changed) tomcat/archive/tc4.1.x/trunk/container/webapps/tomcat-docs/images/ (props changed) tomcat/archive/tc4.1.x/trunk/container/webapps/webdav/ (props changed) Propchange: tomcat/archive/tc4.1.x/trunk/connectors/jk/native/iis/installer/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:19:53 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/archive/tc4.1.x/trunk/connectors/jk/xdocs/images/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:19:53 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/archive/tc4.1.x/trunk/connectors/jni/native/os/win32/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:19:53 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/archive/tc4.1.x/trunk/connectors/jni/xdocs/images/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:19:53 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/archive/tc4.1.x/trunk/container/catalina/docs/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:19:53 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/archive/tc4.1.x/trunk/container/catalina/docs/dev/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:19:53 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/archive/tc4.1.x/trunk/container/catalina/docs/dev/xdocs/images/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:19:53 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/archive/tc4.1.x/trunk/container/resources/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:19:53 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/archive/tc4.1.x/trunk/container/webapps/ROOT/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:19:53 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/archive/tc4.1.x/trunk/container/webapps/admin/images/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:19:53 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/archive/tc4.1.x/trunk/container/webapps/examples/images/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:19:53 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/archive/tc4.1.x/trunk/container/webapps/tomcat-docs/appdev/sample/web/images/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:19:53 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/archive/tc4.1.x/trunk/container/webapps/tomcat-docs/images/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:19:53 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/archive/tc4.1.x/trunk/container/webapps/webdav/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:19:53 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db --
svn commit: r797815 - in /tomcat: connectors/branches/native/1.1.x/jni/native/os/win32/ tc6.0.x/trunk/java/javax/servlet/jsp/tagext/doc-files/ tc6.0.x/trunk/res/ tc6.0.x/trunk/webapps/ROOT/ tc6.0.x/tr
Author: rjung Date: Sat Jul 25 18:27:32 2009 New Revision: 797815 URL: http://svn.apache.org/viewvc?rev=797815&view=rev Log: Add thumbnail databases to svn ignore for all tc6.0.x (and related) folders containing images. Modified: tomcat/connectors/branches/native/1.1.x/jni/native/os/win32/ (props changed) tomcat/tc6.0.x/trunk/java/javax/servlet/jsp/tagext/doc-files/ (props changed) tomcat/tc6.0.x/trunk/res/ (props changed) tomcat/tc6.0.x/trunk/webapps/ROOT/ (props changed) tomcat/tc6.0.x/trunk/webapps/docs/appdev/sample/web/images/ (props changed) tomcat/tc6.0.x/trunk/webapps/docs/images/ (props changed) tomcat/tc6.0.x/trunk/webapps/docs/tribes/ (props changed) tomcat/tc6.0.x/trunk/webapps/examples/jsp/images/ (props changed) tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/jspx/ (props changed) tomcat/tc6.0.x/trunk/webapps/examples/servlets/images/ (props changed) tomcat/tc6.0.x/trunk/webapps/host-manager/images/ (props changed) tomcat/tc6.0.x/trunk/webapps/manager/images/ (props changed) Propchange: tomcat/connectors/branches/native/1.1.x/jni/native/os/win32/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:27:32 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/tc6.0.x/trunk/java/javax/servlet/jsp/tagext/doc-files/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:27:32 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/tc6.0.x/trunk/res/ -- --- svn:ignore (original) +++ svn:ignore Sat Jul 25 18:27:32 2009 @@ -1 +1,3 @@ manifest.tmp +thumbs.db +Thumbs.db Propchange: tomcat/tc6.0.x/trunk/webapps/ROOT/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:27:32 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/tc6.0.x/trunk/webapps/docs/appdev/sample/web/images/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:27:32 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/tc6.0.x/trunk/webapps/docs/images/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:27:32 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/tc6.0.x/trunk/webapps/docs/tribes/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:27:32 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/tc6.0.x/trunk/webapps/examples/jsp/images/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:27:32 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/tc6.0.x/trunk/webapps/examples/jsp/jsp2/jspx/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:27:32 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/tc6.0.x/trunk/webapps/examples/servlets/images/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:27:32 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/tc6.0.x/trunk/webapps/host-manager/images/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:27:32 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/tc6.0.x/trunk/webapps/manager/images/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:27:32 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r797818 - in /tomcat/trunk: java/javax/servlet/jsp/tagext/doc-files/ res/ webapps/ROOT/ webapps/docs/appdev/sample/web/images/ webapps/docs/images/ webapps/docs/tribes/ webapps/examples/js
Author: rjung Date: Sat Jul 25 18:34:46 2009 New Revision: 797818 URL: http://svn.apache.org/viewvc?rev=797818&view=rev Log: Add thumbnail databases to svn ignore for all trunk (and related) folders containing images. Modified: tomcat/trunk/java/javax/servlet/jsp/tagext/doc-files/ (props changed) tomcat/trunk/res/ (props changed) tomcat/trunk/webapps/ROOT/ (props changed) tomcat/trunk/webapps/docs/appdev/sample/web/images/ (props changed) tomcat/trunk/webapps/docs/images/ (props changed) tomcat/trunk/webapps/docs/tribes/ (props changed) tomcat/trunk/webapps/examples/jsp/images/ (props changed) tomcat/trunk/webapps/examples/jsp/jsp2/jspx/ (props changed) tomcat/trunk/webapps/examples/servlets/images/ (props changed) tomcat/trunk/webapps/host-manager/images/ (props changed) tomcat/trunk/webapps/manager/images/ (props changed) Propchange: tomcat/trunk/java/javax/servlet/jsp/tagext/doc-files/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:34:46 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/trunk/res/ -- --- svn:ignore (original) +++ svn:ignore Sat Jul 25 18:34:46 2009 @@ -1 +1,3 @@ manifest.tmp +thumbs.db +Thumbs.db Propchange: tomcat/trunk/webapps/ROOT/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:34:46 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/trunk/webapps/docs/appdev/sample/web/images/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:34:46 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/trunk/webapps/docs/images/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:34:46 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/trunk/webapps/docs/tribes/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:34:46 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/trunk/webapps/examples/jsp/images/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:34:46 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/trunk/webapps/examples/jsp/jsp2/jspx/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:34:46 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/trunk/webapps/examples/servlets/images/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:34:46 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/trunk/webapps/host-manager/images/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:34:46 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db Propchange: tomcat/trunk/webapps/manager/images/ -- --- svn:ignore (added) +++ svn:ignore Sat Jul 25 18:34:46 2009 @@ -0,0 +1,2 @@ +thumbs.db +Thumbs.db - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org