Made it work with Eclipse and updated relevant info

This commit is contained in:
fangyidong
2012-02-06 01:46:05 +00:00
parent cd9a018c87
commit f3dabf2a92
6 changed files with 35 additions and 27 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="**/.svn|**/.svn/**/*" kind="src" output="build/main" path="src"/>
<classpathentry excluding="**/.svn|**/.svn/**/*" kind="src" output="build/test" path="test"/>
<classpathentry kind="src" path="src/main/java"/>
<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.junit.JUNIT_CONTAINER/3.8.1"/>
<classpathentry kind="output" path="build/main"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>json.simple</name>
<name>json-simple</name>
<comment></comment>
<projects>
</projects>

View File

@@ -0,0 +1,3 @@
#Mon Feb 06 00:32:07 CST 2012
eclipse.preferences.version=1
encoding/<project>=UTF-8

View File

@@ -1,2 +1,3 @@
Yidong Fang
Chris Nokleberg
Dave Hughes

View File

@@ -1,5 +1,9 @@
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)
* Supports stoppable SAX-like content handler for streaming of JSON text
* Added JSONStreamAware to support streaming JSON text

View File

@@ -1 +1 @@
1.1
1.1.1