Changes between Version 204 and Version 205 of Plugins
- Timestamp:
- 2008-04-17T11:58:19+02:00 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Plugins
v204 v205 5 5 Column 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 6 6 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 }}} 8 8 9 9 to display the "Plugin-Version" strings for each .jar file.
