From 8b9766768eec0c0438448d5504499e9a924e6d9e Mon Sep 17 00:00:00 2001 From: "nosslived@gmail.com" Date: Fri, 13 Jan 2012 10:51:29 +0000 Subject: [PATCH] Added maven pom, and updated Ant build.xml to use upcoming maven directory structure. --- build.xml | 20 +++++++++++--------- pom.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 9 deletions(-) create mode 100644 pom.xml diff --git a/build.xml b/build.xml index a14dcb0..c46d3a9 100644 --- a/build.xml +++ b/build.xml @@ -1,32 +1,34 @@ - - + + + + - + - + - + - - diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..6fc1e92 --- /dev/null +++ b/pom.xml @@ -0,0 +1,40 @@ + + 4.0.0 + com.googlecode.json-simple + json-simple + jar + JSON.simple + 1.1.1 + A simple Java toolkit for JSON + http://code.google.com/p/json-simple/ + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + Yidong + Yidong Fang + + architect + developer + + +8 + + + + scm:svn:http://json-simple.googlecode.com/svn/trunk/ + scm:svn:http://json-simple.googlecode.com/svn/trunk/ + http://json-simple.googlecode.com/svn/trunk/ + + + + junit + junit + 4.10 + + + +