Changeset 28806 in osm for applications/editors/josm/i18n
- Timestamp:
- 2012-10-14T15:02:27+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/i18n/launchpad.pl
r28769 r28806 32 32 warn "No argument given (try Launchpad download URL, \"bzr\", \"bzronly\", \"upload\" or \"download\")."; 33 33 system "ant"; 34 makeupload();35 34 } 36 35 elsif($ARGV[0] eq "bzr" || $ARGV[0] eq "bzronly") … … 57 56 elsif($ARGV[0] eq "approveall") 58 57 { 59 approveall(dologin()); 58 approveall(dologin()); 60 59 } 61 60 elsif($ARGV[0] eq "download") … … 78 77 system "rm -rv build/josm_trans"; 79 78 system "ant"; 80 makeupload();81 79 } 82 80
Note:
See TracChangeset
for help on using the changeset viewer.