mirror of
https://github.com/fangyidong/json-simple.git
synced 2025-12-08 08:20:53 +03:00
Removed output directories. Updated pom to set character encoding used to UTF8.
Moved directories into maven structure: src/org/->src/main/java/org/ test/org/->src/test/java/org/
This commit is contained in:
Binary file not shown.
15
pom.xml
15
pom.xml
@@ -13,6 +13,9 @@
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||
</license>
|
||||
</licenses>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>Yidong</id>
|
||||
@@ -30,11 +33,11 @@
|
||||
<url>http://json-simple.googlecode.com/svn/trunk/</url>
|
||||
</scm>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.10</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.10</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user