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" } ] }