Project

General

Profile

« Previous | Next » 

Revision 51

Added by Matt Jones over 24 years ago

changed package name to edu.ucsb.nceas.metacat.*

View differences:

MetaCatServlet.java
1
/**
2
 *        Name: MetaCatServlet.java
3
 *     Purpose: A Class that implements a metadata catalog as a java Servlet
4
 *   Copyright: 2000 Regents of the University of California and the
5
 *              National Center for Ecological Analysis and Synthesis
6
 *     Authors: Matt Jones
7
 * 
8
 *     Version: '$Id$'
9
 */
10

  
11
package edu.ucsb.nceas.metacat;
12

  
1 13
import java.io.PrintWriter;
2 14
import java.io.IOException;
3 15
import java.io.Reader;

Also available in: Unified diff