Skip to content

Commit

Permalink
Merge pull request #5 from karakasis/small_dev_tweaks
Browse files Browse the repository at this point in the history
add .gitignore, add jfoenix jar to lib, point properties to jfoenix in lib
  • Loading branch information
karakasis authored Jan 7, 2019
2 parents 170f094 + 99bae9f commit 61388f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
build/
dist/
.DS_Store

Binary file added lib/jfoenix-8.0.8.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ excludes=
file.reference.appdirs-1.0.1.jar=lib\\appdirs-1.0.1.jar
file.reference.controlsfx-8.40.14.jar=lib\\controlsfx-8.40.14.jar
file.reference.gson-2.8.5.jar=lib\\gson-2.8.5.jar
file.reference.jfoenix-8.0.7.jar=C:\\Users\\Christos\\Documents\\NetBeansProjects\\jfoenix-8.0.7.jar
file.reference.jfoenix-8.0.8.jar=lib\\jfoenix-8.0.8.jar
file.reference.jna-4.5.0.jar=lib\\jna-4.5.0.jar
file.reference.jna-platform-4.1.0.jar=lib\\jna-platform-4.1.0.jar
file.reference.jnativehook-2.1.0.jar=lib\\jnativehook-2.1.0.jar
Expand All @@ -45,7 +45,7 @@ jar.archive.disabled=true
jar.compress=false
javac.classpath=\
${javafx.classpath.extension}:\
${file.reference.jfoenix-8.0.7.jar}:\
${file.reference.jfoenix-8.0.8.jar}:\
${file.reference.json-20180813.jar}:\
${file.reference.appdirs-1.0.1.jar}:\
${file.reference.slf4j-api-1.7.25.jar}:\
Expand Down

0 comments on commit 61388f7

Please sign in to comment.