moved from helma.mime to helma.util.mime package

to reduce number of top level packages.
This commit is contained in:
hns 2001-08-31 12:06:15 +00:00
parent 24e8ef6b1e
commit 4da2834955
11 changed files with 11 additions and 11 deletions

View file

@ -3,7 +3,7 @@
// (c) COPYRIGHT MIT, INRIA and Keio, 1999
// Please first read the full copyright statement in file COPYRIGHT.html
package helma.mime;
package helma.util.mime;
import java.util.*;
import java.io.*;

View file

@ -3,7 +3,7 @@
// (c) COPYRIGHT MIT and INRIA, 1996.
// Please first read the full copyright statement in file COPYRIGHT.html
package helma.mime;
package helma.util.mime;
import java.io.*;

View file

@ -3,7 +3,7 @@
// (c) COPYRIGHT MIT and INRIA, 1996.
// Please first read the full copyright statement in file COPYRIGHT.html
package helma.mime;
package helma.util.mime;
import java.io.*;
import java.util.*;

View file

@ -3,7 +3,7 @@
// (c) COPYRIGHT MIT and INRIA, 1996.
// Please first read the full copyright statement in file COPYRIGHT.html
package helma.mime;
package helma.util.mime;
/**
* A Mime header factory, that will build instances of the MimeHeaders class

View file

@ -3,7 +3,7 @@
// (c) COPYRIGHT MIT and INRIA, 1996.
// Please first read the full copyright statement in file COPYRIGHT.html
package helma.mime;
package helma.util.mime;
import java.util.*;
import java.io.* ;

View file

@ -3,7 +3,7 @@
// (c) COPYRIGHT MIT and INRIA, 1996.
// Please first read the full copyright statement in file COPYRIGHT.html
package helma.mime;
package helma.util.mime;
public class MimeParserException extends Exception {

View file

@ -3,7 +3,7 @@
// (c) COPYRIGHT MIT and INRIA, 1996.
// Please first read the full copyright statement in file COPYRIGHT.html
package helma.mime;
package helma.util.mime;
/**
* This class is used by the MimeParser, to create new MIME message holders.

View file

@ -3,7 +3,7 @@
// (c) COPYRIGHT MIT and INRIA, 1996.
// Please first read the full copyright statement in file COPYRIGHT.html
package helma.mime;
package helma.util.mime;
import java.util.*;
import java.io.*;

View file

@ -3,7 +3,7 @@
// (c) COPYRIGHT MIT and INRIA, 1996.
// Please first read the full copyright statement in file COPYRIGHT.html
package helma.mime;
package helma.util.mime;
public class MimeTypeFormatException extends Exception {

View file

@ -3,7 +3,7 @@
// (c) COPYRIGHT MIT and INRIA, 1996.
// Please first read the full copyright statement in file COPYRIGHT.html
package helma.mime;
package helma.util.mime;
import java.io.* ;

View file

@ -3,7 +3,7 @@
// (c) COPYRIGHT MIT and INRIA, 1998.
// Please first read the full copyright statement in file COPYRIGHT.html
package helma.mime;
package helma.util.mime;
import java.util.Hashtable;