Changeset 7636


Ignore:
Timestamp:
2004-06-24T12:07:08+12:00 (20 years ago)
Author:
mdewsnip
Message:

GLI jar file now includes feedback.properties file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/create_distributions.pl

    r7621 r7636  
    158158    print STDERR "jarring gli...\n";
    159159    chdir(&util::filename_cat($tmpdir, "gsdl", "gli", "classes"));
    160     `jar cvfm ../GLI.jar META-INF/MANIFEST.MF dictionary*.properties images/ org/`;
     160    `jar cvfm ../GLI.jar META-INF/MANIFEST.MF *.properties images/ org/`;
    161161    chdir(&util::filename_cat($tmpdir, "gsdl", "gli"));
    162162    `clean.sh`;
Note: See TracChangeset for help on using the changeset viewer.