Skip to content

Commit

Permalink
Adding the libraries to the local directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Feb 11, 2015
1 parent b3fe7b7 commit e9515b0
Show file tree
Hide file tree
Showing 19 changed files with 28 additions and 12 deletions.
25 changes: 14 additions & 11 deletions .classpath
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>
1 change: 1 addition & 0 deletions .gradle/1.11/taskArtifacts/cache.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#Wed Feb 11 14:57:31 EST 2015
Binary file added .gradle/1.11/taskArtifacts/cache.properties.lock
Binary file not shown.
Binary file added .gradle/1.11/taskArtifacts/fileHashes.bin
Binary file not shown.
Binary file added .gradle/1.11/taskArtifacts/outputFileStates.bin
Binary file not shown.
Binary file added .gradle/1.11/taskArtifacts/taskArtifacts.bin
Binary file not shown.
12 changes: 12 additions & 0 deletions .settings/org.eclipse.jdt.core.prefs
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 added libs/commons-io-2.4.jar
Binary file not shown.
Binary file added libs/controlsfx-8.0.6.jar
Binary file not shown.
Binary file added libs/easybind-1.0.3.jar
Binary file not shown.
Binary file added libs/flowless-0.4.jar
Binary file not shown.
Binary file added libs/groovy-2.3.7.jar
Binary file not shown.
Binary file added libs/jfxrt.jar
Binary file not shown.
Binary file added libs/jfxswt.jar
Binary file not shown.
Binary file added libs/reactfx-2.0-M2u1.jar
Binary file not shown.
Binary file added libs/richtextfx-0.6.jar
Binary file not shown.
Binary file added libs/undofx-1.1.jar
Binary file not shown.
Binary file added libs/wellbehavedfx-0.1.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/java/eu/mihosoft/vrl/fxscad/MainController.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public class MainController implements Initializable {

private final Group viewGroup = new Group();

private final CodeArea codeArea = new CodeArea();
private final CodeArea codeArea = new CodeArea("");

private boolean autoCompile = true;

Expand Down

0 comments on commit e9515b0

Please sign in to comment.