Changeset 6101 in osm for applications/editors/josm/nsis
- Timestamp:
- 2007-12-19T19:13:07+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/nsis/josm.nsi
r6075 r6101 360 360 SetShellVarContext all 361 361 SetOutPath $APPDATA\JOSM\plugins 362 File "..\ plugins\dist\wmsplugin.jar"362 File "..\dist\wmsplugin.jar" 363 363 SectionEnd 364 364 … … 368 368 SetShellVarContext all 369 369 SetOutPath $APPDATA\JOSM\plugins 370 File "..\ plugins\dist\namefinder.jar"370 File "..\dist\namefinder.jar" 371 371 SectionEnd 372 372 … … 376 376 SetShellVarContext all 377 377 SetOutPath $APPDATA\JOSM\plugins 378 File "..\ plugins\dist\validator.jar"378 File "..\dist\validator.jar" 379 379 SectionEnd 380 380 … … 457 457 ${Switch} $LANGUAGE 458 458 ${Case} ${LANG_GERMAN} 459 File "..\ plugins\dist\lang-de.jar"459 File "..\dist\lang-de.jar" 460 460 ${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "wmsplugin,namefinder,validator,lang-de" 461 461 ${Break}
Note:
See TracChangeset
for help on using the changeset viewer.