Skip to content

Commit

Permalink
add .gitignore, add jfoenix jar to lib, point properties to jfoenix i…
Browse files Browse the repository at this point in the history
…n lib
  • Loading branch information
kyungbaek committed Jan 7, 2019
1 parent 170f094 commit 99bae9f
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 99bae9f

Please sign in to comment.