From 2f5934ba656008f949876a2a664c152345b8208b Mon Sep 17 00:00:00 2001 From: micmath Date: Thu, 24 Feb 2011 17:09:38 +0000 Subject: [PATCH] Updated package.json to include new svn repo. git-svn-id: https://jsdoc.googlecode.com/svn/trunk/@10 d5942f49-e6af-b5c1-9d01-85772c7ca168 --- README.md | 1 + build.xml | 61 +++++++++++++++++++----------------- build/templates/package.json | 19 ++++++----- 3 files changed, 45 insertions(+), 36 deletions(-) diff --git a/README.md b/README.md index 445470ab..54c7df3a 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ See --- Project Documentation: +Subversion Mirror: License ------- diff --git a/build.xml b/build.xml index 35ec0685..191991dc 100644 --- a/build.xml +++ b/build.xml @@ -1,34 +1,38 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + + @@ -59,8 +63,9 @@ + - - + + \ No newline at end of file diff --git a/build/templates/package.json b/build/templates/package.json index 746ac786..3a39d8d9 100644 --- a/build/templates/package.json +++ b/build/templates/package.json @@ -7,27 +7,30 @@ "licenses": [ { "type": "Apache 2.0", - "url": "http://www.apache.org/licenses/LICENSE-2.0" + "url": "http://www.apache.org/licenses/LICENSE-2.0" } ], "repositories": [ { "type": "git", - "url": "http://github.com/micmath/JSDoc" + "url": "git://github.com/micmath/jsdoc.git" + }, + { + "type": "svn", + "url": "https://jsdoc.googlecode.com/svn/trunk" } ], + "bugs": "http://code.google.com/p/jsdoc/issues/list", "contributors" : [ { - "name": "Michael Mathews", - "email": "micmath@gmail.com", - "web": "http://micmath.ws" + "name": "Michael Mathews", + "email": "micmath@gmail.com" } ], "maintainers": [ { - "name": "Michael Mathews", - "email": "micmath@gmail.com", - "web": "http://micmath.ws" + "name": "Michael Mathews", + "email": "micmath@gmail.com" } ] }