From: mh Date: Wed, 27 Nov 2002 07:46:34 +0000 (+0000) Subject: get rid of annoying $Log$ keywords X-Git-Tag: BEFORE_MERGE_1_1~458 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=94098e6ddf696ac88a233c9c1a8be25a2c58e32e;p=mir.git get rid of annoying $Log$ keywords --- diff --git a/source/mir/misc/FileHandlerException.java b/source/mir/misc/FileHandlerException.java index 625df0ed..ebbcfd0f 100755 --- a/source/mir/misc/FileHandlerException.java +++ b/source/mir/misc/FileHandlerException.java @@ -35,27 +35,8 @@ import java.lang.*; /* * - * @version $Revision: 1.2 $ - * @author $Author: mh $ - * - * $Log: FileHandlerException.java,v $ - * Revision 1.2 2002/11/04 04:35:21 mh - * merge media InputStream changes from MIR_1_0 branch - * - * Revision 1.1.2.1 2002/11/01 05:38:20 mh - * Converted media Interface to use streams (Java IO) instead of byte buffers of - * the entire uplaoded files. These saves loads of unecessary memory use. JAI - * still consumes quite a bit though. - * - * A new temporary file (for JAI) parameter is necessary and is in the config.properties file. - * - * A nice side effect of this work is the FileHandler interface which is - * basically a call back mechanism for WebdbMultipartRequest which allows the - * uploaded file to handled by different classes. For example, for a media - * upload, the content-type, etc.. needs to be determined, but if say the - * FileEditor had a feature to upload static files... another handler wood be - * needed. Right now only the MediaRequest handler exists. - * + * @version $Id: FileHandlerException.java,v 1.3 2002/11/27 07:46:34 mh Exp $ + * @author mh, mir-coders * */ diff --git a/source/mir/misc/FileHandlerUserException.java b/source/mir/misc/FileHandlerUserException.java index 28b306c5..80d207a1 100755 --- a/source/mir/misc/FileHandlerUserException.java +++ b/source/mir/misc/FileHandlerUserException.java @@ -37,10 +37,13 @@ import java.lang.*; * differentiates itself from a bug in that it * represents a probable user error * - * @version $Revision: 1.2 $ - * @author $Author: mh $ + * @version $Id: FileHandlerUserException.java,v 1.3 2002/11/27 07:46:34 mh Exp $ + * @author mh * * $Log: FileHandlerUserException.java,v $ + * Revision 1.3 2002/11/27 07:46:34 mh + * get rid of annoying $Log$ keywords + * * Revision 1.2 2002/11/04 04:35:21 mh * merge media InputStream changes from MIR_1_0 branch * diff --git a/source/mircoders/module/ModuleContent.java b/source/mircoders/module/ModuleContent.java index 1eb99461..d66d0cf6 100755 --- a/source/mircoders/module/ModuleContent.java +++ b/source/mircoders/module/ModuleContent.java @@ -49,28 +49,9 @@ import mircoders.storage.*; /* * ContentObjekt - * - * @version $Id: ModuleContent.java,v 1.9 2002/11/04 04:35:22 mh Exp $ - * - * @author RK - * - * $Log: ModuleContent.java,v $ - * Revision 1.9 2002/11/04 04:35:22 mh - * merge media InputStream changes from MIR_1_0 branch - * - * Revision 1.7.4.3 2002/11/01 05:38:20 mh - * Converted media Interface to use streams (Java IO) instead of byte buffers of - * the entire uplaoded files. These saves loads of unecessary memory use. JAI - * still consumes quite a bit though. - * - * A new temporary file (for JAI) parameter is necessary and is in the config.properties file. - * - * A nice side effect of this work is the FileHandler interface which is - * basically a call back mechanism for WebdbMultipartRequest which allows the - * uploaded file to handled by different classes. For example, for a media - * upload, the content-type, etc.. needs to be determined, but if say the - * FileEditor had a feature to upload static files... another handler wood be - * needed. Right now only the MediaRequest handler exists. + * @version $Id: ModuleContent.java,v 1.10 2002/11/27 07:48:02 mh Exp $ * + * @author RK, mir-coders * */