Index: data_nodist/launcher
===================================================================
--- data_nodist/launcher	(nonexistent)
+++ data_nodist/launcher	(working copy)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+java -jar $SNAP/josm-custom.jar

Property changes on: data_nodist/launcher
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: snapcraft.yaml
===================================================================
--- snapcraft.yaml	(nonexistent)
+++ snapcraft.yaml	(working copy)
@@ -0,0 +1,26 @@
+name: josm
+version: 0.git
+summary: An openstreetmap editor
+description: Edit openstreetmap data
+confinement: strict
+grade: stable
+
+apps:
+ josm:
+   command: usr/bin/launcher
+
+parts:
+    local:
+        plugin: ant
+        source: .
+        install: |
+            cp -a dist/josm-custom.jar $SNAPCRAFT_PART_INSTALL/
+    launcher:
+        plugin: dump
+        source: ./data_nodist
+        organize:
+            launcher: usr/bin/launcher
+        prime:
+            - usr
+
+          
\ No newline at end of file
