source:
osm/applications/editors/josm/dist/getversions@
9117
Last change on this file since 9117 was 8913, checked in by , 17 years ago | |
---|---|
|
|
File size: 226 bytes |
Line | |
---|---|
1 | for 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.