From c7242f2b74893ec828fb5b82019022ffd650c7f2 Mon Sep 17 00:00:00 2001 From: Ches Martin Date: Fri, 15 Apr 2016 04:04:09 +0700 Subject: [PATCH] Remove remnants of ls metadata publishing ls is unmaintained (#179) and since #186 we've removed the configuration to publish metadata there. Seems there's no longer a need to keep around the sbt plugin and old metadata, then. --- app/src/main/ls/0.3.2.json | 27 ------------------ app/src/main/ls/0.4.0.json | 30 -------------------- app/src/main/ls/0.4.1.json | 30 -------------------- app/src/main/ls/0.4.2.json | 30 -------------------- app/src/main/ls/0.4.4.json | 30 -------------------- app/src/main/ls/0.4.5.json | 30 -------------------- app/src/main/ls/0.5.3.json | 33 ---------------------- app/src/main/ls/0.6.0.json | 37 ------------------------- app/src/main/ls/0.6.7.json | 49 --------------------------------- app/src/main/ls/0.6.8.json | 49 --------------------------------- build.sbt | 1 - library/src/main/ls/0.4.1.json | 26 ----------------- library/src/main/ls/0.4.2.json | 26 ----------------- library/src/main/ls/0.4.4.json | 26 ----------------- library/src/main/ls/0.4.5.json | 26 ----------------- library/src/main/ls/0.5.3.json | 33 ---------------------- library/src/main/ls/0.6.0.json | 33 ---------------------- library/src/main/ls/0.6.7.json | 41 --------------------------- plugin/src/main/ls/0.3.2.json | 27 ------------------ plugin/src/main/ls/0.4.0.json | 30 -------------------- plugin/src/main/ls/0.4.1.json | 30 -------------------- plugin/src/main/ls/0.4.2.json | 30 -------------------- plugin/src/main/ls/0.4.4.json | 30 -------------------- plugin/src/main/ls/0.4.5.json | 30 -------------------- plugin/src/main/ls/0.6.0.json | 29 ------------------- plugin/src/main/ls/0.6.7.json | 37 ------------------------- project/plugins.sbt | 7 ----- project/scripted.sbt | 1 + scaffold/src/main/ls/0.5.3.json | 25 ----------------- scaffold/src/main/ls/0.6.0.json | 25 ----------------- scaffold/src/main/ls/0.6.7.json | 25 ----------------- 31 files changed, 1 insertion(+), 882 deletions(-) delete mode 100644 app/src/main/ls/0.3.2.json delete mode 100644 app/src/main/ls/0.4.0.json delete mode 100644 app/src/main/ls/0.4.1.json delete mode 100644 app/src/main/ls/0.4.2.json delete mode 100644 app/src/main/ls/0.4.4.json delete mode 100644 app/src/main/ls/0.4.5.json delete mode 100644 app/src/main/ls/0.5.3.json delete mode 100644 app/src/main/ls/0.6.0.json delete mode 100644 app/src/main/ls/0.6.7.json delete mode 100644 app/src/main/ls/0.6.8.json delete mode 100644 library/src/main/ls/0.4.1.json delete mode 100644 library/src/main/ls/0.4.2.json delete mode 100644 library/src/main/ls/0.4.4.json delete mode 100644 library/src/main/ls/0.4.5.json delete mode 100644 library/src/main/ls/0.5.3.json delete mode 100644 library/src/main/ls/0.6.0.json delete mode 100644 library/src/main/ls/0.6.7.json delete mode 100644 plugin/src/main/ls/0.3.2.json delete mode 100644 plugin/src/main/ls/0.4.0.json delete mode 100644 plugin/src/main/ls/0.4.1.json delete mode 100644 plugin/src/main/ls/0.4.2.json delete mode 100644 plugin/src/main/ls/0.4.4.json delete mode 100644 plugin/src/main/ls/0.4.5.json delete mode 100644 plugin/src/main/ls/0.6.0.json delete mode 100644 plugin/src/main/ls/0.6.7.json delete mode 100644 project/plugins.sbt create mode 100644 project/scripted.sbt delete mode 100644 scaffold/src/main/ls/0.5.3.json delete mode 100644 scaffold/src/main/ls/0.6.0.json delete mode 100644 scaffold/src/main/ls/0.6.7.json diff --git a/app/src/main/ls/0.3.2.json b/app/src/main/ls/0.3.2.json deleted file mode 100644 index cdede6ce..00000000 --- a/app/src/main/ls/0.3.2.json +++ /dev/null @@ -1,27 +0,0 @@ - -{ - "organization":"net.databinder", - "name":"giter8", - "version":"0.3.2", - "description":"Command line tool to apply templates defined on github", - "site":"", - "tags":[], - "docs":"", - "licenses": [], - "resolvers": ["http://scala-tools.org/repo-releases"], - "dependencies": [{ - "organization":"org.clapper", - "name": "scalasti", - "version": "0.5.5" - },{ - "organization":"org.scala-tools.sbt", - "name": "launcher-interface_2.9.1", - "version": "0.11.2" - },{ - "organization":"net.databinder", - "name": "dispatch-lift-json", - "version": "0.8.5" - }], - "scalas": ["2.9.1"], - "sbt": false -} \ No newline at end of file diff --git a/app/src/main/ls/0.4.0.json b/app/src/main/ls/0.4.0.json deleted file mode 100644 index 52b131e3..00000000 --- a/app/src/main/ls/0.4.0.json +++ /dev/null @@ -1,30 +0,0 @@ - -{ - "organization":"net.databinder.giter8", - "name":"giter8", - "version":"0.4.0", - "description":"Command line tool to apply templates defined on github", - "site":"https://github.com/n8han/giter8", - "tags":[], - "docs":"", - "licenses": [{ - "name": "LGPL v3", - "url": "http://www.gnu.org/licenses/lgpl.txt" - }], - "resolvers": ["http://scala-tools.org/repo-releases"], - "dependencies": [{ - "organization":"org.clapper", - "name": "scalasti", - "version": "0.5.5" - },{ - "organization":"org.scala-tools.sbt", - "name": "launcher-interface_2.9.1", - "version": "0.11.2" - },{ - "organization":"net.databinder", - "name": "dispatch-lift-json", - "version": "0.8.5" - }], - "scalas": ["2.9.1"], - "sbt": false -} \ No newline at end of file diff --git a/app/src/main/ls/0.4.1.json b/app/src/main/ls/0.4.1.json deleted file mode 100644 index 3d7f0f6d..00000000 --- a/app/src/main/ls/0.4.1.json +++ /dev/null @@ -1,30 +0,0 @@ - -{ - "organization":"net.databinder.giter8", - "name":"giter8", - "version":"0.4.1", - "description":"Command line tool to apply templates defined on github", - "site":"https://github.com/n8han/giter8", - "tags":[], - "docs":"", - "licenses": [{ - "name": "LGPL v3", - "url": "http://www.gnu.org/licenses/lgpl.txt" - }], - "resolvers": ["http://scala-tools.org/repo-releases"], - "dependencies": [{ - "organization":"org.clapper", - "name": "scalasti", - "version": "0.5.5" - },{ - "organization":"org.scala-tools.sbt", - "name": "launcher-interface_2.9.1", - "version": "0.11.2" - },{ - "organization":"net.databinder", - "name": "dispatch-lift-json", - "version": "0.8.5" - }], - "scalas": ["2.9.1"], - "sbt": false -} \ No newline at end of file diff --git a/app/src/main/ls/0.4.2.json b/app/src/main/ls/0.4.2.json deleted file mode 100644 index 430d4b5e..00000000 --- a/app/src/main/ls/0.4.2.json +++ /dev/null @@ -1,30 +0,0 @@ - -{ - "organization":"net.databinder.giter8", - "name":"giter8", - "version":"0.4.2", - "description":"Command line tool to apply templates defined on github", - "site":"https://github.com/n8han/giter8", - "tags":[], - "docs":"", - "licenses": [{ - "name": "LGPL v3", - "url": "http://www.gnu.org/licenses/lgpl.txt" - }], - "resolvers": ["http://scala-tools.org/repo-releases"], - "dependencies": [{ - "organization":"org.clapper", - "name": "scalasti", - "version": "0.5.5" - },{ - "organization":"org.scala-tools.sbt", - "name": "launcher-interface_2.9.1", - "version": "0.11.2" - },{ - "organization":"net.databinder", - "name": "dispatch-lift-json", - "version": "0.8.5" - }], - "scalas": ["2.9.1"], - "sbt": false -} \ No newline at end of file diff --git a/app/src/main/ls/0.4.4.json b/app/src/main/ls/0.4.4.json deleted file mode 100644 index d56ab35c..00000000 --- a/app/src/main/ls/0.4.4.json +++ /dev/null @@ -1,30 +0,0 @@ - -{ - "organization":"net.databinder.giter8", - "name":"giter8", - "version":"0.4.4", - "description":"Command line tool to apply templates defined on github", - "site":"https://github.com/n8han/giter8", - "tags":[], - "docs":"", - "licenses": [{ - "name": "LGPL v3", - "url": "http://www.gnu.org/licenses/lgpl.txt" - }], - "resolvers": ["http://scala-tools.org/repo-releases"], - "dependencies": [{ - "organization":"org.clapper", - "name": "scalasti", - "version": "0.5.5" - },{ - "organization":"org.scala-tools.sbt", - "name": "launcher-interface_2.9.1", - "version": "0.11.2" - },{ - "organization":"net.databinder", - "name": "dispatch-lift-json", - "version": "0.8.5" - }], - "scalas": ["2.9.1"], - "sbt": false -} \ No newline at end of file diff --git a/app/src/main/ls/0.4.5.json b/app/src/main/ls/0.4.5.json deleted file mode 100644 index e6891110..00000000 --- a/app/src/main/ls/0.4.5.json +++ /dev/null @@ -1,30 +0,0 @@ - -{ - "organization":"net.databinder.giter8", - "name":"giter8", - "version":"0.4.5", - "description":"Command line tool to apply templates defined on github", - "site":"https://github.com/n8han/giter8", - "tags":[], - "docs":"", - "licenses": [{ - "name": "LGPL v3", - "url": "http://www.gnu.org/licenses/lgpl.txt" - }], - "resolvers": ["https://oss.sonatype.org/content/repositories/releases"], - "dependencies": [{ - "organization":"org.clapper", - "name": "scalasti", - "version": "0.5.5" - },{ - "organization":"org.scala-sbt", - "name": "launcher-interface_2.9.1", - "version": "0.11.3" - },{ - "organization":"net.databinder", - "name": "dispatch-lift-json", - "version": "0.8.5" - }], - "scalas": ["2.9.1"], - "sbt": false -} \ No newline at end of file diff --git a/app/src/main/ls/0.5.3.json b/app/src/main/ls/0.5.3.json deleted file mode 100644 index c092da25..00000000 --- a/app/src/main/ls/0.5.3.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "organization" : "net.databinder.giter8", - "name" : "giter8", - "version" : "0.5.3", - "description" : "Command line tool to apply templates defined on github", - "site" : "https://github.com/n8han/giter8", - "tags" : [ ], - "docs" : "", - "resolvers" : [ "https://oss.sonatype.org/content/repositories/releases" ], - "dependencies" : [ { - "organization" : "org.clapper", - "name" : "scalasti", - "version" : "0.5.8" - }, { - "organization" : "jline", - "name" : "jline", - "version" : "1.0" - }, { - "organization" : "org.scala-sbt", - "name" : "launcher-interface", - "version" : "0.12.1" - }, { - "organization" : "org.eclipse.jgit", - "name" : "org.eclipse.jgit", - "version" : "1.3.0.201202151440-r" - } ], - "scalas" : [ "2.9.1" ], - "licenses" : [ { - "name" : "LGPL v3", - "url" : "http://www.gnu.org/licenses/lgpl.txt" - } ], - "sbt" : false -} \ No newline at end of file diff --git a/app/src/main/ls/0.6.0.json b/app/src/main/ls/0.6.0.json deleted file mode 100644 index b5349c74..00000000 --- a/app/src/main/ls/0.6.0.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "organization" : "net.databinder.giter8", - "name" : "giter8", - "version" : "0.6.0", - "description" : "Command line tool to apply templates defined on github", - "site" : "https://github.com/n8han/giter8", - "tags" : [ ], - "docs" : "", - "resolvers" : [ "https://oss.sonatype.org/content/repositories/releases" ], - "dependencies" : [ { - "organization" : "org.clapper", - "name" : "scalasti_2.9.1", - "version" : "0.5.8" - }, { - "organization" : "jline", - "name" : "jline", - "version" : "1.0" - }, { - "organization" : "org.scala-sbt", - "name" : "launcher-interface", - "version" : "0.12.1" - }, { - "organization" : "org.eclipse.jgit", - "name" : "org.eclipse.jgit", - "version" : "1.3.0.201202151440-r" - }, { - "organization" : "com.github.scopt", - "name" : "scopt", - "version" : "3.1.0" - } ], - "scalas" : [ "2.9.1" ], - "licenses" : [ { - "name" : "LGPL v3", - "url" : "http://www.gnu.org/licenses/lgpl.txt" - } ], - "sbt" : false -} \ No newline at end of file diff --git a/app/src/main/ls/0.6.7.json b/app/src/main/ls/0.6.7.json deleted file mode 100644 index d35722d5..00000000 --- a/app/src/main/ls/0.6.7.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "organization" : "net.databinder.giter8", - "name" : "giter8", - "version" : "0.6.7", - "description" : "Command line tool to apply templates defined on github", - "site" : "https://github.com/n8han/giter8", - "tags" : [ ], - "docs" : "", - "resolvers" : [ "https://oss.sonatype.org/content/repositories/releases" ], - "dependencies" : [ { - "organization" : "org.clapper", - "name" : "scalasti", - "version" : "2.0.0" - }, { - "organization" : "jline", - "name" : "jline", - "version" : "1.0" - }, { - "organization" : "org.scala-sbt", - "name" : "launcher-interface", - "version" : "0.13.5" - }, { - "organization" : "org.eclipse.jgit", - "name" : "org.eclipse.jgit", - "version" : "1.3.0.201202151440-r" - }, { - "organization" : "com.github.scopt", - "name" : "scopt", - "version" : "3.1.0" - }, { - "organization" : "net.databinder", - "name" : "dispatch-json", - "version" : "0.8.10" - }, { - "organization" : "net.databinder", - "name" : "dispatch-http", - "version" : "0.8.10" - }, { - "organization" : "org.scala-sbt", - "name" : "launcher-interface", - "version" : "0.13.5" - } ], - "scalas" : [ "2.10.4" ], - "licenses" : [ { - "name" : "LGPL v3", - "url" : "http://www.gnu.org/licenses/lgpl.txt" - } ], - "sbt" : false -} \ No newline at end of file diff --git a/app/src/main/ls/0.6.8.json b/app/src/main/ls/0.6.8.json deleted file mode 100644 index 30a4279d..00000000 --- a/app/src/main/ls/0.6.8.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "organization" : "net.databinder.giter8", - "name" : "giter8", - "version" : "0.6.8", - "description" : "Command line tool to apply templates defined on github", - "site" : "https://github.com/n8han/giter8", - "tags" : [ ], - "docs" : "", - "resolvers" : [ "https://oss.sonatype.org/content/repositories/releases" ], - "dependencies" : [ { - "organization" : "org.clapper", - "name" : "scalasti", - "version" : "2.0.0" - }, { - "organization" : "jline", - "name" : "jline", - "version" : "1.0" - }, { - "organization" : "org.scala-sbt", - "name" : "launcher-interface", - "version" : "0.13.5" - }, { - "organization" : "org.eclipse.jgit", - "name" : "org.eclipse.jgit", - "version" : "1.3.0.201202151440-r" - }, { - "organization" : "com.github.scopt", - "name" : "scopt", - "version" : "3.1.0" - }, { - "organization" : "net.databinder", - "name" : "dispatch-json", - "version" : "0.8.10" - }, { - "organization" : "net.databinder", - "name" : "dispatch-http", - "version" : "0.8.10" - }, { - "organization" : "org.scala-sbt", - "name" : "launcher-interface", - "version" : "0.13.5" - } ], - "scalas" : [ "2.10.4" ], - "licenses" : [ { - "name" : "LGPL v3", - "url" : "http://www.gnu.org/licenses/lgpl.txt" - } ], - "sbt" : false -} \ No newline at end of file diff --git a/build.sbt b/build.sbt index cf5d6605..838a4b7a 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,6 @@ lazy val root = (project in file(".")). scmInfo := Some(ScmInfo(url("https://github.com/foundweekends/giter8"), "git@github.com:foundweekends/giter8.git")) )), name := "giter8", - LsKeys.skipWrite := true, publish := (), publishLocal := () ) diff --git a/library/src/main/ls/0.4.1.json b/library/src/main/ls/0.4.1.json deleted file mode 100644 index d9721078..00000000 --- a/library/src/main/ls/0.4.1.json +++ /dev/null @@ -1,26 +0,0 @@ - -{ - "organization":"net.databinder.giter8", - "name":"giter8-lib", - "version":"0.4.1", - "description":"shared library for app and plugin", - "site":"https://github.com/n8han/giter8", - "tags":[], - "docs":"", - "licenses": [{ - "name": "LGPL v3", - "url": "http://www.gnu.org/licenses/lgpl.txt" - }], - "resolvers": ["http://scala-tools.org/repo-releases"], - "dependencies": [{ - "organization":"org.clapper", - "name": "scalasti", - "version": "0.5.5" - },{ - "organization":"me.lessis", - "name": "ls", - "version": "0.1.2-RC2" - }], - "scalas": ["2.9.1"], - "sbt": false -} \ No newline at end of file diff --git a/library/src/main/ls/0.4.2.json b/library/src/main/ls/0.4.2.json deleted file mode 100644 index 78c9a737..00000000 --- a/library/src/main/ls/0.4.2.json +++ /dev/null @@ -1,26 +0,0 @@ - -{ - "organization":"net.databinder.giter8", - "name":"giter8-lib", - "version":"0.4.2", - "description":"shared library for app and plugin", - "site":"https://github.com/n8han/giter8", - "tags":[], - "docs":"", - "licenses": [{ - "name": "LGPL v3", - "url": "http://www.gnu.org/licenses/lgpl.txt" - }], - "resolvers": ["http://scala-tools.org/repo-releases"], - "dependencies": [{ - "organization":"org.clapper", - "name": "scalasti", - "version": "0.5.5" - },{ - "organization":"me.lessis", - "name": "ls", - "version": "0.1.2-RC2" - }], - "scalas": ["2.9.1"], - "sbt": false -} \ No newline at end of file diff --git a/library/src/main/ls/0.4.4.json b/library/src/main/ls/0.4.4.json deleted file mode 100644 index d97bf96f..00000000 --- a/library/src/main/ls/0.4.4.json +++ /dev/null @@ -1,26 +0,0 @@ - -{ - "organization":"net.databinder.giter8", - "name":"giter8-lib", - "version":"0.4.4", - "description":"shared library for app and plugin", - "site":"https://github.com/n8han/giter8", - "tags":[], - "docs":"", - "licenses": [{ - "name": "LGPL v3", - "url": "http://www.gnu.org/licenses/lgpl.txt" - }], - "resolvers": ["http://scala-tools.org/repo-releases"], - "dependencies": [{ - "organization":"org.clapper", - "name": "scalasti", - "version": "0.5.5" - },{ - "organization":"me.lessis", - "name": "ls", - "version": "0.1.2-RC2" - }], - "scalas": ["2.9.1"], - "sbt": false -} \ No newline at end of file diff --git a/library/src/main/ls/0.4.5.json b/library/src/main/ls/0.4.5.json deleted file mode 100644 index a98100d9..00000000 --- a/library/src/main/ls/0.4.5.json +++ /dev/null @@ -1,26 +0,0 @@ - -{ - "organization":"net.databinder.giter8", - "name":"giter8-lib", - "version":"0.4.5", - "description":"shared library for app and plugin", - "site":"https://github.com/n8han/giter8", - "tags":[], - "docs":"", - "licenses": [{ - "name": "LGPL v3", - "url": "http://www.gnu.org/licenses/lgpl.txt" - }], - "resolvers": ["https://oss.sonatype.org/content/repositories/releases"], - "dependencies": [{ - "organization":"org.clapper", - "name": "scalasti", - "version": "0.5.5" - },{ - "organization":"me.lessis", - "name": "ls", - "version": "0.1.2-RC2" - }], - "scalas": ["2.9.1"], - "sbt": false -} \ No newline at end of file diff --git a/library/src/main/ls/0.5.3.json b/library/src/main/ls/0.5.3.json deleted file mode 100644 index 3ca6d237..00000000 --- a/library/src/main/ls/0.5.3.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "organization" : "net.databinder.giter8", - "name" : "giter8-lib", - "version" : "0.5.3", - "description" : "shared library for app and plugin", - "site" : "https://github.com/n8han/giter8", - "tags" : [ ], - "docs" : "", - "resolvers" : [ "https://oss.sonatype.org/content/repositories/releases" ], - "dependencies" : [ { - "organization" : "org.clapper", - "name" : "scalasti", - "version" : "0.5.8" - }, { - "organization" : "jline", - "name" : "jline", - "version" : "1.0" - }, { - "organization" : "me.lessis", - "name" : "ls", - "version" : "0.1.2-RC2" - }, { - "organization" : "commons-io", - "name" : "commons-io", - "version" : "2.4" - } ], - "scalas" : [ "2.9.1" ], - "licenses" : [ { - "name" : "LGPL v3", - "url" : "http://www.gnu.org/licenses/lgpl.txt" - } ], - "sbt" : false -} \ No newline at end of file diff --git a/library/src/main/ls/0.6.0.json b/library/src/main/ls/0.6.0.json deleted file mode 100644 index 8f72cc62..00000000 --- a/library/src/main/ls/0.6.0.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "organization" : "net.databinder.giter8", - "name" : "giter8-lib", - "version" : "0.6.0", - "description" : "shared library for app and plugin", - "site" : "https://github.com/n8han/giter8", - "tags" : [ ], - "docs" : "", - "resolvers" : [ "https://oss.sonatype.org/content/repositories/releases" ], - "dependencies" : [ { - "organization" : "org.clapper", - "name" : "scalasti_2.9.1", - "version" : "0.5.8" - }, { - "organization" : "jline", - "name" : "jline", - "version" : "1.0" - }, { - "organization" : "me.lessis", - "name" : "ls_2.9.1", - "version" : "0.1.2-RC2" - }, { - "organization" : "commons-io", - "name" : "commons-io", - "version" : "2.4" - } ], - "scalas" : [ "2.9.1" ], - "licenses" : [ { - "name" : "LGPL v3", - "url" : "http://www.gnu.org/licenses/lgpl.txt" - } ], - "sbt" : false -} \ No newline at end of file diff --git a/library/src/main/ls/0.6.7.json b/library/src/main/ls/0.6.7.json deleted file mode 100644 index 382fd083..00000000 --- a/library/src/main/ls/0.6.7.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "organization" : "net.databinder.giter8", - "name" : "giter8-lib", - "version" : "0.6.7", - "description" : "shared library for app and plugin", - "site" : "https://github.com/n8han/giter8", - "tags" : [ ], - "docs" : "", - "resolvers" : [ "https://oss.sonatype.org/content/repositories/releases" ], - "dependencies" : [ { - "organization" : "org.clapper", - "name" : "scalasti", - "version" : "2.0.0" - }, { - "organization" : "jline", - "name" : "jline", - "version" : "1.0" - }, { - "organization" : "me.lessis", - "name" : "ls", - "version" : "0.1.3" - }, { - "organization" : "net.databinder.dispatch", - "name" : "dispatch-core", - "version" : "0.11.2" - }, { - "organization" : "commons-io", - "name" : "commons-io", - "version" : "2.4" - }, { - "organization" : "org.codehaus.plexus", - "name" : "plexus-archiver", - "version" : "2.2" - } ], - "scalas" : [ "2.10.4" ], - "licenses" : [ { - "name" : "LGPL v3", - "url" : "http://www.gnu.org/licenses/lgpl.txt" - } ], - "sbt" : false -} \ No newline at end of file diff --git a/plugin/src/main/ls/0.3.2.json b/plugin/src/main/ls/0.3.2.json deleted file mode 100644 index 9a8dc535..00000000 --- a/plugin/src/main/ls/0.3.2.json +++ /dev/null @@ -1,27 +0,0 @@ - -{ - "organization":"net.databinder", - "name":"giter8-plugin", - "version":"0.3.2", - "description":"sbt 0.11 plugin for testing giter8 templates", - "site":"", - "tags":[], - "docs":"", - "licenses": [], - "resolvers": ["http://scala-tools.org/repo-releases"], - "dependencies": [{ - "organization":"org.clapper", - "name": "scalasti", - "version": "0.5.5" - },{ - "organization":"org.scala-tools.sbt", - "name": "sbt_2.9.1", - "version": "0.11.2" - },{ - "organization":"org.scala-tools.sbt", - "name": "scripted-plugin", - "version": "0.11.2" - }], - "scalas": ["2.9.1"], - "sbt": true -} \ No newline at end of file diff --git a/plugin/src/main/ls/0.4.0.json b/plugin/src/main/ls/0.4.0.json deleted file mode 100644 index a2110746..00000000 --- a/plugin/src/main/ls/0.4.0.json +++ /dev/null @@ -1,30 +0,0 @@ - -{ - "organization":"net.databinder.giter8", - "name":"giter8-plugin", - "version":"0.4.0", - "description":"sbt 0.11 plugin for testing giter8 templates", - "site":"https://github.com/n8han/giter8", - "tags":[], - "docs":"", - "licenses": [{ - "name": "LGPL v3", - "url": "http://www.gnu.org/licenses/lgpl.txt" - }], - "resolvers": ["http://scala-tools.org/repo-releases"], - "dependencies": [{ - "organization":"org.clapper", - "name": "scalasti", - "version": "0.5.5" - },{ - "organization":"org.scala-tools.sbt", - "name": "sbt_2.9.1", - "version": "0.11.2" - },{ - "organization":"org.scala-tools.sbt", - "name": "scripted-plugin", - "version": "0.11.2" - }], - "scalas": ["2.9.1"], - "sbt": true -} \ No newline at end of file diff --git a/plugin/src/main/ls/0.4.1.json b/plugin/src/main/ls/0.4.1.json deleted file mode 100644 index a1d8fd24..00000000 --- a/plugin/src/main/ls/0.4.1.json +++ /dev/null @@ -1,30 +0,0 @@ - -{ - "organization":"net.databinder.giter8", - "name":"giter8-plugin", - "version":"0.4.1", - "description":"sbt 0.11 plugin for testing giter8 templates", - "site":"https://github.com/n8han/giter8", - "tags":[], - "docs":"", - "licenses": [{ - "name": "LGPL v3", - "url": "http://www.gnu.org/licenses/lgpl.txt" - }], - "resolvers": ["http://scala-tools.org/repo-releases"], - "dependencies": [{ - "organization":"org.clapper", - "name": "scalasti", - "version": "0.5.5" - },{ - "organization":"org.scala-tools.sbt", - "name": "sbt_2.9.1", - "version": "0.11.2" - },{ - "organization":"org.scala-tools.sbt", - "name": "scripted-plugin", - "version": "0.11.2" - }], - "scalas": ["2.9.1"], - "sbt": true -} \ No newline at end of file diff --git a/plugin/src/main/ls/0.4.2.json b/plugin/src/main/ls/0.4.2.json deleted file mode 100644 index bac3812e..00000000 --- a/plugin/src/main/ls/0.4.2.json +++ /dev/null @@ -1,30 +0,0 @@ - -{ - "organization":"net.databinder.giter8", - "name":"giter8-plugin", - "version":"0.4.2", - "description":"sbt 0.11 plugin for testing giter8 templates", - "site":"https://github.com/n8han/giter8", - "tags":[], - "docs":"", - "licenses": [{ - "name": "LGPL v3", - "url": "http://www.gnu.org/licenses/lgpl.txt" - }], - "resolvers": ["http://scala-tools.org/repo-releases"], - "dependencies": [{ - "organization":"org.clapper", - "name": "scalasti", - "version": "0.5.5" - },{ - "organization":"org.scala-tools.sbt", - "name": "sbt_2.9.1", - "version": "0.11.2" - },{ - "organization":"org.scala-tools.sbt", - "name": "scripted-plugin", - "version": "0.11.2" - }], - "scalas": ["2.9.1"], - "sbt": true -} \ No newline at end of file diff --git a/plugin/src/main/ls/0.4.4.json b/plugin/src/main/ls/0.4.4.json deleted file mode 100644 index 2308f453..00000000 --- a/plugin/src/main/ls/0.4.4.json +++ /dev/null @@ -1,30 +0,0 @@ - -{ - "organization":"net.databinder.giter8", - "name":"giter8-plugin", - "version":"0.4.4", - "description":"sbt 0.11 plugin for testing giter8 templates", - "site":"https://github.com/n8han/giter8", - "tags":[], - "docs":"", - "licenses": [{ - "name": "LGPL v3", - "url": "http://www.gnu.org/licenses/lgpl.txt" - }], - "resolvers": ["http://scala-tools.org/repo-releases"], - "dependencies": [{ - "organization":"org.clapper", - "name": "scalasti", - "version": "0.5.5" - },{ - "organization":"org.scala-tools.sbt", - "name": "sbt_2.9.1", - "version": "0.11.2" - },{ - "organization":"org.scala-tools.sbt", - "name": "scripted-plugin", - "version": "0.11.2" - }], - "scalas": ["2.9.1"], - "sbt": true -} \ No newline at end of file diff --git a/plugin/src/main/ls/0.4.5.json b/plugin/src/main/ls/0.4.5.json deleted file mode 100644 index 40f042fb..00000000 --- a/plugin/src/main/ls/0.4.5.json +++ /dev/null @@ -1,30 +0,0 @@ - -{ - "organization":"net.databinder.giter8", - "name":"giter8-plugin", - "version":"0.4.5", - "description":"sbt 0.11 plugin for testing giter8 templates", - "site":"https://github.com/n8han/giter8", - "tags":[], - "docs":"", - "licenses": [{ - "name": "LGPL v3", - "url": "http://www.gnu.org/licenses/lgpl.txt" - }], - "resolvers": ["https://oss.sonatype.org/content/repositories/releases"], - "dependencies": [{ - "organization":"org.clapper", - "name": "scalasti", - "version": "0.5.5" - },{ - "organization":"org.scala-sbt", - "name": "sbt_2.9.1", - "version": "0.11.3" - },{ - "organization":"org.scala-sbt", - "name": "scripted-plugin", - "version": "0.11.3" - }], - "scalas": ["2.9.1"], - "sbt": true -} \ No newline at end of file diff --git a/plugin/src/main/ls/0.6.0.json b/plugin/src/main/ls/0.6.0.json deleted file mode 100644 index 91a02b30..00000000 --- a/plugin/src/main/ls/0.6.0.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "organization" : "net.databinder.giter8", - "name" : "giter8-plugin", - "version" : "0.6.0", - "description" : "sbt plugin for testing giter8 templates", - "site" : "https://github.com/n8han/giter8", - "tags" : [ ], - "docs" : "", - "resolvers" : [ "https://oss.sonatype.org/content/repositories/releases" ], - "dependencies" : [ { - "organization" : "org.clapper", - "name" : "scalasti_2.9.1", - "version" : "0.5.8" - }, { - "organization" : "jline", - "name" : "jline", - "version" : "1.0" - }, { - "organization" : "org.scala-sbt", - "name" : "scripted-plugin", - "version" : "0.12.1" - } ], - "scalas" : [ "2.9.1" ], - "licenses" : [ { - "name" : "LGPL v3", - "url" : "http://www.gnu.org/licenses/lgpl.txt" - } ], - "sbt" : true -} \ No newline at end of file diff --git a/plugin/src/main/ls/0.6.7.json b/plugin/src/main/ls/0.6.7.json deleted file mode 100644 index 7d9c6756..00000000 --- a/plugin/src/main/ls/0.6.7.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "organization" : "net.databinder.giter8", - "name" : "giter8-plugin", - "version" : "0.6.7", - "description" : "sbt plugin for testing giter8 templates", - "site" : "https://github.com/n8han/giter8", - "tags" : [ ], - "docs" : "", - "resolvers" : [ "https://oss.sonatype.org/content/repositories/releases" ], - "dependencies" : [ { - "organization" : "org.clapper", - "name" : "scalasti", - "version" : "2.0.0" - }, { - "organization" : "jline", - "name" : "jline", - "version" : "1.0" - }, { - "organization" : "org.scala-sbt", - "name" : "scripted-sbt", - "version" : "0.13.5" - }, { - "organization" : "org.scala-sbt", - "name" : "sbt-launch", - "version" : "0.13.5" - }, { - "organization" : "org.scala-sbt", - "name" : "scripted-plugin", - "version" : "0.13.5" - } ], - "scalas" : [ "2.10.4" ], - "licenses" : [ { - "name" : "LGPL v3", - "url" : "http://www.gnu.org/licenses/lgpl.txt" - } ], - "sbt" : true -} \ No newline at end of file diff --git a/project/plugins.sbt b/project/plugins.sbt deleted file mode 100644 index 9af645b6..00000000 --- a/project/plugins.sbt +++ /dev/null @@ -1,7 +0,0 @@ -resolvers ++= Seq( - "less is" at "http://repo.lessis.me", - "coda" at "http://repo.codahale.com" -) - -addSbtPlugin("me.lessis" % "ls-sbt" % "0.1.3") -libraryDependencies += "org.scala-sbt" % "scripted-plugin" % sbtVersion.value diff --git a/project/scripted.sbt b/project/scripted.sbt new file mode 100644 index 00000000..c693c139 --- /dev/null +++ b/project/scripted.sbt @@ -0,0 +1 @@ +libraryDependencies += "org.scala-sbt" % "scripted-plugin" % sbtVersion.value diff --git a/scaffold/src/main/ls/0.5.3.json b/scaffold/src/main/ls/0.5.3.json deleted file mode 100644 index da9e13f3..00000000 --- a/scaffold/src/main/ls/0.5.3.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "organization" : "net.databinder.giter8", - "name" : "giter8-scaffold", - "version" : "0.5.3", - "description" : "sbt 0.11 plugin for scaffolding giter8 templates", - "site" : "https://github.com/n8han/giter8", - "tags" : [ ], - "docs" : "", - "resolvers" : [ "https://oss.sonatype.org/content/repositories/releases" ], - "dependencies" : [ { - "organization" : "org.clapper", - "name" : "scalasti", - "version" : "0.5.8" - }, { - "organization" : "jline", - "name" : "jline", - "version" : "1.0" - } ], - "scalas" : [ "2.9.1" ], - "licenses" : [ { - "name" : "LGPL v3", - "url" : "http://www.gnu.org/licenses/lgpl.txt" - } ], - "sbt" : true -} \ No newline at end of file diff --git a/scaffold/src/main/ls/0.6.0.json b/scaffold/src/main/ls/0.6.0.json deleted file mode 100644 index 956f88b1..00000000 --- a/scaffold/src/main/ls/0.6.0.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "organization" : "net.databinder.giter8", - "name" : "giter8-scaffold", - "version" : "0.6.0", - "description" : "sbt 0.11 plugin for scaffolding giter8 templates", - "site" : "https://github.com/n8han/giter8", - "tags" : [ ], - "docs" : "", - "resolvers" : [ "https://oss.sonatype.org/content/repositories/releases" ], - "dependencies" : [ { - "organization" : "org.clapper", - "name" : "scalasti_2.9.1", - "version" : "0.5.8" - }, { - "organization" : "jline", - "name" : "jline", - "version" : "1.0" - } ], - "scalas" : [ "2.9.1" ], - "licenses" : [ { - "name" : "LGPL v3", - "url" : "http://www.gnu.org/licenses/lgpl.txt" - } ], - "sbt" : true -} \ No newline at end of file diff --git a/scaffold/src/main/ls/0.6.7.json b/scaffold/src/main/ls/0.6.7.json deleted file mode 100644 index 2955fe3e..00000000 --- a/scaffold/src/main/ls/0.6.7.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "organization" : "net.databinder.giter8", - "name" : "giter8-scaffold", - "version" : "0.6.7", - "description" : "sbt plugin for scaffolding giter8 templates", - "site" : "https://github.com/n8han/giter8", - "tags" : [ ], - "docs" : "", - "resolvers" : [ "https://oss.sonatype.org/content/repositories/releases" ], - "dependencies" : [ { - "organization" : "org.clapper", - "name" : "scalasti", - "version" : "2.0.0" - }, { - "organization" : "jline", - "name" : "jline", - "version" : "1.0" - } ], - "scalas" : [ "2.10.4" ], - "licenses" : [ { - "name" : "LGPL v3", - "url" : "http://www.gnu.org/licenses/lgpl.txt" - } ], - "sbt" : true -} \ No newline at end of file