Changeset 13330


Ignore:
Timestamp:
2006-11-24T13:57:05+13:00 (17 years ago)
Author:
mdewsnip
Message:

Removed the stuff about plugins.dat and classifiers.dat, since these files no longer exist.

Location:
trunk/gli
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/makejar.bat

    r11801 r13330  
    134134    set optional=%optional% collect.zip
    135135)
    136 if exist classifiers.dat (
    137     set optional=%optional% classifiers.dat
    138 )
    139 if exist plugins.dat (
    140     set optional=%optional% plugins.dat
    141 )
    142136
    143137:: Recreate the metadata.zip file (contains the GLI metadata directory)
  • trunk/gli/makejar.sh

    r12287 r13330  
    6060    optional="$optional collect.zip"
    6161fi
    62 if [ -f classifiers.dat ]; then
    63     optional="$optional classifiers.dat"
    64 fi
    65 if [ -f plugins.dat ]; then
    66     optional="$optional plugins.dat"
    67 fi
    6862
    6963# Recreate the metadata.zip file (contains the GLI metadata directory)
Note: See TracChangeset for help on using the changeset viewer.