Changeset 11951


Ignore:
Timestamp:
2006-06-20T14:44:52+12:00 (18 years ago)
Author:
mdewsnip
Message:

Added a call to JarTools.initialise() to fix unzipping the metadata.zip file. By Shaoqun.

File:
1 edited

Legend:

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

    r11662 r11951  
    7171    public void init()
    7272    {
     73    JarTools.initialise(this);
     74
    7375    // Check if the user has agreed to the requested security settings
    7476    try {
     
    213215    }
    214216
    215     // !! TO DO: Test this !!
    216217    JarTools.extractFromJar(jar_zip_fname, dst_dir, true);
    217218    ZipTools.unzipFile(dst_dir + jar_zip_fname, dst_dir);
Note: See TracChangeset for help on using the changeset viewer.