Skip to content

Commit

Permalink
replace windows jars with macos jars for JCEF
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Nov 2, 2020
1 parent 24c0b1e commit 07c8769
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
Binary file added libraries/gluegen-rt-natives-macosx-universal.jar
Binary file not shown.
Binary file removed libraries/gluegen-rt-natives-windows-i586.jar
Binary file not shown.
Binary file modified libraries/jcef-tests.jar
Binary file not shown.
Binary file modified libraries/jcef.jar
Binary file not shown.
Binary file added libraries/jogl-all-natives-macosx-universal.jar
Binary file not shown.
Binary file removed libraries/jogl-all-natives-windows-i586.jar
Binary file not shown.
12 changes: 6 additions & 6 deletions nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ file.reference.commons-lang3-3.11.jar=libraries/commons-lang3-3.11.jar
file.reference.commons-text-1.9.jar=libraries/commons-text-1.9.jar
file.reference.derby.jar=libraries\\derby.jar
file.reference.glazedlists-1.11.0.jar=libraries/glazedlists-1.11.0.jar
file.reference.gluegen-rt-natives-windows-i586.jar=libraries\\gluegen-rt-natives-windows-i586.jar
file.reference.gluegen-rt-natives-macosx-universal.jar=libraries\\gluegen-rt-natives-macosx-universal.jar
file.reference.gluegen-rt.jar=libraries\\gluegen-rt.jar
file.reference.javax.json-1.1.4.jar=libraries/javax.json-1.1.4.jar
file.reference.jcef-tests.jar=libraries\\jcef-tests.jar
file.reference.jcef.jar=libraries\\jcef.jar
file.reference.jogl-all-natives-windows-i586.jar=libraries\\jogl-all-natives-windows-i586.jar
file.reference.jogl-all-natives-macosx-universal.jar=libraries\\jogl-all-natives-macosx-universal.jar
file.reference.jogl-all.jar=libraries\\jogl-all.jar
javac.modulepath=
javac.processormodulepath=
Expand Down Expand Up @@ -79,13 +79,13 @@ javac.classpath=\
${file.reference.commons-lang3-3.11.jar}:\
${file.reference.commons-text-1.9.jar}:\
${file.reference.javax.json-1.1.4.jar}:\
${file.reference.gluegen-rt-natives-windows-i586.jar}:\
${file.reference.derby.jar}:\
${file.reference.gluegen-rt-natives-macosx-universal.jar}:\
${file.reference.gluegen-rt.jar}:\
${file.reference.jcef-tests.jar}:\
${file.reference.jcef.jar}:\
${file.reference.jogl-all-natives-windows-i586.jar}:\
${file.reference.jogl-all.jar}:\
${file.reference.derby.jar}
${file.reference.jogl-all-natives-macosx-universal.jar}:\
${file.reference.jogl-all.jar}
javadoc.noindex=false
manifest.custom.codebase=
annotation.processing.enabled.in.editor=false
Expand Down

0 comments on commit 07c8769

Please sign in to comment.