Changeset 17976 in josm
- Timestamp:
- 2021-07-10T16:40:47+02:00 (4 years ago)
- Location:
- trunk
- Files:
-
- 1 edited
- 6 moved
-
README (modified) (2 diffs)
-
native/Dockerfile (moved) (moved from trunk/Dockerfile )
-
native/docker-test.bat (moved) (moved from trunk/docker-test.bat )
-
native/docker-test.sh (moved) (moved from trunk/docker-test.sh )
-
native/josm-latest.jnlp (moved) (moved from trunk/josm-latest.jnlp )
-
native/josm.jnlp (moved) (moved from trunk/josm.jnlp )
-
native/snapcraft.yaml (moved) (moved from trunk/snapcraft.yaml ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r17884 r17976 62 62 - eclipse/ preconfigured Eclipse configuration files 63 63 - netbeans/ preconfigured Netbeans project 64 - josm.jnlp Java Web Start launcher file (used on the website for the tested version)65 - josm-latest.jnlp Java Web Start launcher file (used on the website for the latest version)66 64 - LICENSE the JOSM license terms 67 65 - native/ OS-specific files … … 70 68 - macosx/ files needed to create the MacOS package 71 69 - windows/ files needed to create the Windows installer 70 - josm.jnlp Java Web Start launcher file (used on the website for the tested version) 71 - josm-latest.jnlp Java Web Start launcher file (used on the website for the latest version) 72 72 - nodist/ files not included in JOSM binary 73 73 - data/ data files that are useful for development, but not distributed -
trunk/native/snapcraft.yaml
r17975 r17976 16 16 confinement: strict 17 17 grade: devel 18 icon: linux/tested/usr/share/icons/hicolor/128x128/apps/josm.png 18 icon: native/linux/tested/usr/share/icons/hicolor/128x128/apps/josm.png 19 19 20 20 apps: … … 31 31 source: . 32 32 install: | 33 cp -a linux/tested/usr/share/applications/josm.desktop $SNAPCRAFT_PART_INSTALL/ 33 cp -a native/linux/tested/usr/share/applications/josm.desktop $SNAPCRAFT_PART_INSTALL/ 34 34 cat<<'EOF' > $SNAPCRAFT_PART_INSTALL/josm-launch 35 35 #!/bin/sh
Note:
See TracChangeset
for help on using the changeset viewer.
