Ignore:
Timestamp:
2003-07-15T14:17:08+12:00 (21 years ago)
Author:
jmt12
Message:

Major CDM rewrite so it uses DOM.

Location:
trunk/gli/src/org/greenstone/gatherer/util
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/util/EmailAddress.java

    r4674 r4933  
    66 * University of Waikato, New Zealand.
    77 *
    8  * <BR><BR>
    9  *
    108 * Author: John Thompson, Greenstone Digital Library, University of Waikato
    119 *
    12  * <BR><BR>
    13  *
    1410 * Copyright (C) 1999 New Zealand Digital Library Project
    15  *
    16  * <BR><BR>
    1711 *
    1812 * This program is free software; you can redistribute it and/or modify
     
    2115 * (at your option) any later version.
    2216 *
    23  * <BR><BR>
    24  *
    2517 * This program is distributed in the hope that it will be useful,
    2618 * but WITHOUT ANY WARRANTY; without even the implied warranty of
    2719 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    2820 * GNU General Public License for more details.
    29  *
    30  * <BR><BR>
    3121 *
    3222 * You should have received a copy of the GNU General Public License
     
    3525 *########################################################################
    3626 */
    37 
    38  
    39 
    40 
    41 
    42 
    43 /* GPL_HEADER */
    4427package org.greenstone.gatherer.util;
    45 /**************************************************************************************
    46  * Title:        Gatherer
    47  * Description:  The Gatherer: a tool for gathering and enriching a digital collection.
    48  * Company:      The University of Waikato
    49  * Written:      03/05/02
    50  * Revised:      04/10/02 - Commented
    51  **************************************************************************************/
     28
    5229import java.awt.BorderLayout;
    5330import java.awt.Color;
     
    6239import org.greenstone.gatherer.Gatherer;
    6340/** This class wraps an email address, separating address and host, and providing a pretty printer.
    64  * @author John Thompson
    65  * @version 2.3
     41 * @author John Thompson, Greenstone Digital Library, University of Waikato
     42 * @version 2.3d
    6643 */
    6744public class EmailAddress {
  • trunk/gli/src/org/greenstone/gatherer/util/Utility.java

    r4806 r4933  
    280280        OutputFormat f = new OutputFormat(document);
    281281        f.setIndenting(true);
    282         f.setLineWidth(256);
     282        f.setLineWidth(0);
    283283        f.setPreserveSpace(false);
    284284        // Create the necessary writer stream for serialization.
     
    792792    catch (Exception error) {
    793793        if(noisey) {
     794        error.printStackTrace();
    794795        Gatherer.printStackTrace(error);
    795796        }
Note: See TracChangeset for help on using the changeset viewer.