source: trunk/dev/bin/script/UNJAR-FOR-EXPEDITEE-APPLET.sh@ 493

Last change on this file since 493 was 493, checked in by davidb, 11 years ago

Scripts developed to support the generate of the files needed to run Expeditee and Apollo as Applets

  • Property svn:executable set to *
File size: 188 bytes
Line 
1#!/bin/bash
2
3cd unjarred-for-expeditee-applet
4
5find ../releases/jars -name "*.jar" \
6 -exec jar xvf {} \; -print
7
8/bin/rm -rf manifest.mf META-INF LICENSE* README* CONTRIBUTORS.*
9
10cd ..
Note: See TracBrowser for help on using the repository browser.