Changeset 12184


Ignore:
Timestamp:
2006-07-13T09:33:56+12:00 (18 years ago)
Author:
kjdon
Message:

removed last sql references

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/service/BerryBasket.java

    r12033 r12184  
    11/*
    22 *    BerryBasket.java
    3  *    Copyright (C) 2004 New Zealand Digital Library, http://www.nzdl.org
     3 *    Copyright (C) 2006 New Zealand Digital Library, http://www.nzdl.org
    44 *
    55 *    This program is free software; you can redistribute it and/or modify
     
    3232import org.greenstone.gsdl3.util.GSXML;
    3333import org.greenstone.gsdl3.util.GSPath;
    34 import org.greenstone.gsdl3.gs3build.database.SQLConnection;
    35 import org.greenstone.gsdl3.gs3build.database.GS3SQLConnectionFactory;
    3634
    3735import java.net.InetAddress;
     
    4947    extends ServiceRack {
    5048
    51     protected static final String DATABASE_NAME = "berry_basket";
    52    
    5349    // the services on offer
    5450    // these strings must match what is found in the properties file
Note: See TracChangeset for help on using the changeset viewer.