Skip to content

Commit

Permalink
JSON http post input
Browse files Browse the repository at this point in the history
  • Loading branch information
automenta committed Mar 31, 2017
1 parent e921210 commit eef2e0c
Show file tree
Hide file tree
Showing 10 changed files with 448 additions and 338 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ cache/
dependency-reduced-pom.xml

.idea/
dist/

*.iml
/src/main/resources/public/nbproject/private/
6 changes: 6 additions & 0 deletions package.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh
# run this after: mvn package
rm -Rf dist
mkdir -p dist/src/main/resources
mv target/spimedb-1.0.one-jar.jar dist/
cp -R src/main/resources/public dist/src/main/resources
Loading

0 comments on commit eef2e0c

Please sign in to comment.