Skip to content

Commit 0a63396

Browse files
committed
Move json-simple to core for the scenegraph package
1 parent 9d87530 commit 0a63396

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.classpath

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<classpathentry exported="true" kind="lib" path="lib/ejml-core-0.39.jar" sourcepath="libsrc/projects/core/libsrc/ejml-core-0.39-sources.jar"/>
3838
<classpathentry exported="true" kind="lib" path="lib/ejml-ddense-0.39.jar" sourcepath="libsrc/projects/core/libsrc/ejml-ddense-0.39-sources.jar"/>
3939
<classpathentry exported="true" kind="lib" path="lib/ejml-simple-0.39.jar" sourcepath="libsrc/projects/core/libsrc/ejml-simple-0.39-sources.jar"/>
40+
<classpathentry exported="true" kind="lib" path="lib/json-simple.jar" />
4041
<classpathentry kind="lib" path="liblocal/antlr-runtime.jar"/>
4142
<classpathentry kind="lib" path="liblocal/hamcrest-2.2.jar" sourcepath="libsrc/hamcrest-2.2-sources.jar"/>
4243
<classpathentry kind="lib" path="liblocal/javaruntype.jar"/>

lib/README

+7
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,13 @@ URL: https://www.slf4j.org/
434434
LAST UPDATE: 2017-01-17
435435
LAST UPDATE BY: Jason Bolton
436436

437+
------------------------------------------------------------------------
438+
json-simple.jar
439+
ORIGINAL JAR NAME:json-simple-1.1.1.jar
440+
VERSION: 1.1.1
441+
SOURCE AVAILABLE: yes (https://code.google.com/p/json-simple/)
442+
DESCRIPTION: Simple JSON library
443+
LAST UPDATE BY: Angel Chang
437444
-----------------------------------------------------------------
438445
foo.jar
439446

lib/json-simple.jar

23.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)