Skip to content

Commit

Permalink
compiling war
Browse files Browse the repository at this point in the history
  • Loading branch information
ddtxra committed Jun 15, 2015
1 parent e5c087d commit 52fa54a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified sparql-playground.war
Binary file not shown.
2 changes: 1 addition & 1 deletion start-nextprot.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java -Dserver.port=7777 -jar sparql-playground.war nextprot
java -Dserver.port=7777 -Drepository.type=native -jar sparql-playground.war nextprot
2 changes: 1 addition & 1 deletion start-nextprot.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java -Dserver.port=7777 -jar sparql-playground.war nextprot
java -Dserver.port=7777 -Drepository.type=native -jar sparql-playground.war nextprot

0 comments on commit 52fa54a

Please sign in to comment.