Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
sbt's "(package)-(scala_version)" standard now requires use of @DIST_…
Browse files Browse the repository at this point in the history
…NAME@.
  • Loading branch information
Robey Pointer committed Mar 30, 2012
1 parent 0967077 commit 8c5c2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/template/src/scripts/devel.sh
@@ -1,3 +1,3 @@
#!/bin/bash
echo "Starting birdname in development mode..."
java -server -Xmx1024m -Dstage=development -jar ./dist/birdname/birdname-@VERSION@.jar
java -server -Xmx1024m -Dstage=development -jar ./dist/birdname/@DIST_NAME@-@VERSION@.jar

0 comments on commit 8c5c2b6

Please sign in to comment.