-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding the libraries to the local directory.
- Loading branch information
1 parent
b3fe7b7
commit e9515b0
Showing
19 changed files
with
28 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="src" path="src/main/java"/> | ||
<classpathentry kind="lib" path="gradle/wrapper/gradle-wrapper.jar"/> | ||
<classpathentry kind="src" path="src/main/resources"/> | ||
<classpathentry kind="lib" path="libs/JCSG.jar"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | ||
<classpathentry combineaccessrules="false" kind="src" path="/JCSG"/> | ||
<classpathentry kind="lib" path="/usr/share/java/openjfx/jre/lib/ext/jfxrt.jar"/> | ||
<classpathentry kind="lib" path="/usr/share/java/openjfx/jre/lib/jfxswt.jar"/> | ||
<classpathentry kind="lib" path="/usr/share/java/slf4j-api.jar"/> | ||
<classpathentry kind="lib" path="/home/hephaestus/.gradle/caches/modules-2/files-2.1/org.controlsfx/controlsfx/8.0.6/99ce7332cb7645c8caaeb116efe4b35437368e48/controlsfx-8.0.6.jar"/> | ||
<classpathentry kind="lib" path="/home/hephaestus/.gradle/caches/modules-2/files-2.1/org.reactfx/reactfx/2.0-M2u1/4fba1a31a30601dba7d1510f523cf3de8d48f9cc/reactfx-2.0-M2u1.jar"/> | ||
<classpathentry kind="lib" path="/home/hephaestus/.gradle/caches/modules-2/files-2.1/commons-io/commons-io/2.4/b1b6ea3b7e4aa4f492509a4952029cd8e48019ad/commons-io-2.4.jar"/> | ||
<classpathentry kind="lib" path="/home/hephaestus/.gradle/caches/modules-2/files-2.1/org.fxmisc.richtext/richtextfx/0.5.1/99bed37c9e514ee0614fbe12fff1d6f5614224f8/richtextfx-0.5.1.jar"/> | ||
<classpathentry kind="lib" path="/home/hephaestus/.gradle/caches/modules-2/files-2.1/org.codehaus.groovy/groovy/2.3.7/7f861930f522cdceb7dbe0e2ff554b2483d96c91/groovy-2.3.7.jar"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> | ||
<classpathentry kind="lib" path="libs/richtextfx-0.6.jar"/> | ||
<classpathentry kind="lib" path="/NRSDK/lib_addons/vecmath.jar"/> | ||
<classpathentry kind="lib" path="libs/groovy-2.3.7.jar"/> | ||
<classpathentry kind="lib" path="libs/jfxrt.jar"/> | ||
<classpathentry kind="lib" path="libs/jfxswt.jar"/> | ||
<classpathentry kind="lib" path="libs/commons-io-2.4.jar"/> | ||
<classpathentry kind="lib" path="libs/controlsfx-8.0.6.jar"/> | ||
<classpathentry kind="lib" path="libs/reactfx-2.0-M2u1.jar"/> | ||
<classpathentry kind="lib" path="libs/easybind-1.0.3.jar"/> | ||
<classpathentry kind="lib" path="libs/flowless-0.4.jar"/> | ||
<classpathentry kind="lib" path="libs/undofx-1.1.jar"/> | ||
<classpathentry kind="lib" path="libs/wellbehavedfx-0.1.jar"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#Wed Feb 11 14:57:31 EST 2015 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 | ||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve | ||
org.eclipse.jdt.core.compiler.compliance=1.8 | ||
org.eclipse.jdt.core.compiler.debug.lineNumber=generate | ||
org.eclipse.jdt.core.compiler.debug.localVariable=generate | ||
org.eclipse.jdt.core.compiler.debug.sourceFile=generate | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.source=1.8 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters