source: osm/applications/editors/josm/dist/getversions@ 8913

Last change on this file since 8913 was 8913, checked in by stoecker, 16 years ago

updated

  • Property svn:executable set to *
File size: 226 bytes
Line 
1for i in *jar; do echo $i@ `unzip -c $i META-INF/MANIFEST.MF|grep Plugin-Date|cut "-d " -f2`@`unzip -c $i META-INF/MANIFEST.MF|grep Plugin-Version|cut -d: -f2`; done |perl -ne 'chomp;s/\r//; printf "%30s %28s %s\n",split "@"'
Note: See TracBrowser for help on using the repository browser.