Changes between Version 204 and Version 205 of Plugins


Ignore:
Timestamp:
2008-04-17T11:58:19+02:00 (18 years ago)
Author:
framm
Comment:

style fix

Legend:

Unmodified
Added
Removed
Modified
  • Plugins

    v204 v205  
    55Column version should contain a version number if and only if the plugins manifest contain the attribute 'Plugin-Version' matching the version number string on this site. Under Linux, you can check out the josm/dist directory from SVN and run
    66
    7   for i in *jar; do echo $i `unzip -c $i META-INF/MANIFEST.MF|grep Plugin-Version|cut -d: -f2`; done
     7{{{  for i in *jar; do echo $i `unzip -c $i META-INF/MANIFEST.MF|grep Plugin-Version|cut -d: -f2`; done }}}
    88
    99to display the "Plugin-Version" strings for each .jar file.