Changeset 9094


Ignore:
Timestamp:
2005-02-18T11:31:34+13:00 (19 years ago)
Author:
mdewsnip
Message:

Removed classes/metadata.zip file and now recreate it in the makejar.sh script when it is required.

Location:
trunk/gli
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/makejar.sh

    r8254 r9094  
    6868    optional="$optional plugins.dat"
    6969fi
    70  
     70
     71# Recreate the metadata.zip file (contains the GLI metadata directory)
     72rm -f metadata.zip
     73zip -r metadata.zip metadata >/dev/null
     74
    7175# Jar everything up
    72 jar cf GLI.jar .java.policy $optional help \
     76jar cf GLI.jar .java.policy metadata.zip $optional help \
    7377    -C classes dictionary.properties -C classes dictionary_es.properties \
    7478    -C classes dictionary_fr.properties -C classes dictionary_ru.properties \
    75     -C classes feedback.properties -C classes metadata.zip \
    76     -C classes images -C classes xml \
     79    -C classes feedback.properties -C classes images -C classes xml \
    7780    -C jar com -C jar de -C jar javax -C jar org
    7881
Note: See TracChangeset for help on using the changeset viewer.