diff --git a/NOTICE b/NOTICE new file mode 100644 index 000000000..59536b942 --- /dev/null +++ b/NOTICE @@ -0,0 +1,26 @@ +Graph.scala is copied from sbt and is distributed under the following license: + +Copyright (c) 2008, 2009, 2010 Steven Blundy, Josh Cough, Mark Harrah, Stuart Roebuck, Tony Sloane, Vesa Vilhonen, Jason Zaugg +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/project.sbt b/project.sbt index e02b3dacf..e38108c21 100644 --- a/project.sbt +++ b/project.sbt @@ -15,4 +15,4 @@ licenses in GlobalScope += "Apache License 2.0" -> url("https://github.com/jrudo (LsKeys.docsUrl in LsKeys.lsync) <<= homepage (description in LsKeys.lsync) := - "An sbt plugin which allows to create a graphml file from the dependencies of the project." + "An sbt plugin to visualize dependencies of your build." diff --git a/src/main/ls/0.6.0.json b/src/main/ls/0.6.0.json new file mode 100644 index 000000000..89d9a2c6c --- /dev/null +++ b/src/main/ls/0.6.0.json @@ -0,0 +1,17 @@ +{ + "organization":"net.virtual-void", + "name":"sbt-dependency-graph", + "version":"0.6.0", + "description":"An sbt plugin to visualize dependencies of your build.", + "site":"http://github.com/jrudolph/sbt-dependency-graph", + "tags":["dependency","graph","sbt-plugin","sbt"], + "docs":"http://github.com/jrudolph/sbt-dependency-graph", + "licenses": [{ + "name": "Apache License 2.0", + "url": "https://github.com/jrudolph/sbt-dependency-graph/raw/master/LICENSE" + }], + "resolvers": ["https://oss.sonatype.org/content/repositories/releases"], + "dependencies": [], + "scalas": ["2.9.1"], + "sbt": true +} \ No newline at end of file