Ignore:
Timestamp:
2010-05-06T10:24:22+12:00 (14 years ago)
Author:
ak19
Message:

Upgraded the technology used in mat-colbuild.bat and mat-colbuild-download.bat and also tidied up these files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/mat/trunk/src/org/greenstone/mat/servlet/MatServlet.java

    r22041 r22042  
    3939    private String proxyHostContent = "";
    4040    private String proxyPortContent = "";
    41     //private String collection_creator = "";
     41    private String collection_creator = "";
    4242    private String proxyUserName= "";
    4343    private String proxyUserPassword = "";
     
    561561        alist.add(collectDir);
    562562        alist.add(logFile);
    563         //alist.add(collection_creator);
     563        alist.add(collection_creator);
    564564        alist.add(proxy_settings);
    565565        String[] arrays = new String[alist.size()];
Note: See TracChangeset for help on using the changeset viewer.