mirror of
https://github.com/fangyidong/json-simple.git
synced 2025-12-06 23:40:52 +03:00
Made it work with Eclipse and updated relevant info
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<classpath>
|
<classpath>
|
||||||
<classpathentry excluding="**/.svn|**/.svn/**/*" kind="src" output="build/main" path="src"/>
|
<classpathentry kind="src" path="src/main/java"/>
|
||||||
<classpathentry excluding="**/.svn|**/.svn/**/*" kind="src" output="build/test" path="test"/>
|
<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3.8.1"/>
|
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3.8.1"/>
|
||||||
<classpathentry kind="output" path="build/main"/>
|
<classpathentry kind="output" path="target/classes"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|||||||
2
.project
2
.project
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<projectDescription>
|
<projectDescription>
|
||||||
<name>json.simple</name>
|
<name>json-simple</name>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
<projects>
|
<projects>
|
||||||
</projects>
|
</projects>
|
||||||
|
|||||||
3
.settings/org.eclipse.core.resources.prefs
Normal file
3
.settings/org.eclipse.core.resources.prefs
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#Mon Feb 06 00:32:07 CST 2012
|
||||||
|
eclipse.preferences.version=1
|
||||||
|
encoding/<project>=UTF-8
|
||||||
@@ -1,2 +1,3 @@
|
|||||||
Yidong Fang
|
Yidong Fang
|
||||||
Chris Nokleberg
|
Chris Nokleberg
|
||||||
|
Dave Hughes
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
ChangeLog
|
ChangeLog
|
||||||
|
|
||||||
|
Version 1.1.1 (2012/01/29)
|
||||||
|
* Supports OSGi
|
||||||
|
* Accepts a java.util.Map parameter in constructor of JSONObject
|
||||||
|
|
||||||
Version 1.1 (2009/01/23)
|
Version 1.1 (2009/01/23)
|
||||||
* Supports stoppable SAX-like content handler for streaming of JSON text
|
* Supports stoppable SAX-like content handler for streaming of JSON text
|
||||||
* Added JSONStreamAware to support streaming JSON text
|
* Added JSONStreamAware to support streaming JSON text
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
1.1
|
1.1.1
|
||||||
|
|||||||
Reference in New Issue
Block a user