get rid of annoying $Log$ keywords
authormh <mh>
Wed, 27 Nov 2002 07:46:34 +0000 (07:46 +0000)
committermh <mh>
Wed, 27 Nov 2002 07:46:34 +0000 (07:46 +0000)
source/mir/misc/FileHandlerException.java
source/mir/misc/FileHandlerUserException.java
source/mircoders/module/ModuleContent.java

index 625df0e..ebbcfd0 100755 (executable)
@@ -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
  *
  */
 
index 28b306c..80d207a 100755 (executable)
@@ -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
  *
index 1eb9946..d66d0cf 100755 (executable)
@@ -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
  *
  */