JAL-3026 adds org.json.simple to srcjars and jsonsimple-site.zip
authorhansonr <hansonr@stolaf.edu>
Tue, 3 Jul 2018 19:16:28 +0000 (20:16 +0100)
committerhansonr <hansonr@stolaf.edu>
Tue, 3 Jul 2018 19:16:28 +0000 (20:16 +0100)
commit2feb01ad1b8b7122f6f965301c670c75e891bc03
tree15fac1b705eb6f67fb59b40d14f941a627c36c68
parent142aa9d5e26f4e397dd188101caa5549bb40fc06
JAL-3026 adds org.json.simple to srcjars and jsonsimple-site.zip
25 files changed:
.gitignore
.j2s
.project
.settings/org.eclipse.jdt.core.prefs
.settings/org.eclipse.jdt.ui.prefs
build-site.xml
build-zip-jars.xml
libjs/jsonsimple-site.zip [new file with mode: 0644]
libjs/log4j-site.zip
src/org/jibble/epsgraphics/EpsDocument.java [changed mode: 0755->0644]
src/org/jibble/epsgraphics/EpsException.java [changed mode: 0755->0644]
src/org/jibble/epsgraphics/EpsGraphics2D.java [changed mode: 0755->0644]
srcjar/org/json/simple/ItemList.java [new file with mode: 0644]
srcjar/org/json/simple/JSONArray.java [new file with mode: 0644]
srcjar/org/json/simple/JSONAware.java [new file with mode: 0644]
srcjar/org/json/simple/JSONObject.java [new file with mode: 0644]
srcjar/org/json/simple/JSONStreamAware.java [new file with mode: 0644]
srcjar/org/json/simple/JSONValue.java [new file with mode: 0644]
srcjar/org/json/simple/README.txt [new file with mode: 0644]
srcjar/org/json/simple/parser/ContainerFactory.java [new file with mode: 0644]
srcjar/org/json/simple/parser/ContentHandler.java [new file with mode: 0644]
srcjar/org/json/simple/parser/JSONParser.java [new file with mode: 0644]
srcjar/org/json/simple/parser/ParseException.java [new file with mode: 0644]
srcjar/org/json/simple/parser/Yylex.java [new file with mode: 0644]
srcjar/org/json/simple/parser/Yytoken.java [new file with mode: 0644]