Skip to content

Commit

Permalink
Update package for store
Browse files Browse the repository at this point in the history
  • Loading branch information
Danang Galuh Tegar Prasetyo committed Jun 27, 2020
1 parent 8bde409 commit 10c17f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
hs_err_pid*
/build/
/dist
/store

.DS_Store
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
-->
<target name="package-for-store" depends="jar">
<property name="store.jar.name" value="Infest-Customer"/>
<property name="store.jar.name" value="Infest Customer"/>
<property name="store.dir" value="store"/>
<property name="store.jar" value="${store.dir}/${store.jar.name}.jar"/>
<echo message="Packaging ${application.title} into a single JAR at ${store.jar}"/>
Expand Down

0 comments on commit 10c17f5

Please sign in to comment.