Jarek Sacha
e69a0bc79e
Added links to `imagej` and `install4j` plugins
2014-05-01 09:55:59 -04:00
rschatz
13322a2d0d
added npt as new Utility Plugin
2014-05-01 09:55:53 -04:00
Zava
1cb1da5184
add sbt-one-log into Community Plugins
2014-04-28 11:57:16 +08:00
Josh Suereth
0a8d844071
Fix merge conflicts in pulling doc fixes from 0.13.1 into 0.13 branch.
2014-03-06 10:10:38 -05:00
Josh Suereth
ba8a22679a
Migrate docs to use bintray for plugins.
2014-02-21 13:19:00 -05:00
Roch Delsalle
05d96912d1
Update Community-Plugins.rst
...
sbt-scct fork / published on central with 0.13 compatibility
2014-02-12 11:02:53 +01:00
Josh Suereth
f8536ad9a5
Merge pull request #1097 from kalmanb/0.13
...
Add sbt-ctags community plugin information
2014-01-30 00:36:11 -08:00
Ngoc Dao
02a7fd8c83
Add link to xitrum-package (collects dependency .jar files for standalone Scala programs)
2014-01-27 19:16:23 +09:00
kalmanb
9af1585e8d
Add sbt-ctags community plugin information
2014-01-25 22:21:49 +13:00
Taro L. Saito
45cc2fd111
Add link to sbt-sonatype plugin
2014-01-21 22:15:11 +09:00
Jens Halm
0099b4ab55
add Laika documentation plugin to the list of community plugins
2014-01-09 08:16:32 -05:00
sam
e308cc31c7
Added sbt-scoverage to list of plugins.
2014-01-08 18:01:19 -05:00
Christian Dedie
38f44ec8ab
add flyway-sbt plugin to community plugins
2013-12-18 11:54:24 -05:00
Heikki Vesalainen
2cb4ed370c
added sbt-mode to Community-Plugins
2013-12-05 08:14:02 -05:00
Alexey Alekhin
a212fc68bf
Added literator-plugin to the list of community plugins
2013-11-28 11:01:08 -05:00
Heejong Lee
df3328edbd
add sbt-antlr4 to community plugin list
...
add sbt-antlr4 to community plugin list
2013-11-28 11:01:01 -05:00
Henri Kerola
6492fa2332
sbt-vaadin-plugin added to community plugins
2013-11-04 09:31:43 -05:00
Joachim Hofer
76965895d0
updated links for my plugins that moved to the sbt org on github, added testng plugin
2013-10-20 17:38:31 -04:00
Paolo G. Giarrusso
c8638c405c
Add aemoncannon/ensime-sbt-cmd
...
Note: I'm just a user of this plugin.
2013-09-27 06:41:37 -04:00
Eugene Yokota
1f77751888
Docs: Remove sbt-inspectr. Add Library dependency plugins section with sbt-updates.
2013-09-27 06:41:15 -04:00
Mikael Vallerie
eb884eacd1
SBT Scage Plugin added
2013-09-09 08:41:40 -04:00
Eugene Platonov
805efa9e01
add sbt-about-plugins
...
add sbt-about-plugins
2013-08-26 08:10:33 -04:00
Mark Harrah
89d15ed1f9
Use repo.scala-sbt.org everywhere to be more independent of hosting details.
2013-08-07 18:24:19 -04:00
Mark Harrah
c14179c358
Docs: custom role 'codeliteral' to allow substitutions in inline code
...
The built-in 'literal' role implements ``. It tokenizes the
literal string to attempt some particular wrapping behavior.
This puts parts of the string in different spans, each with
class='pre' and the previous docs.css had a padding for that
class. This led to excessive space within the literal string.
The custom role does no do this tokenization, but nested
inline parsing can result in multiple nodes, repeating the
problem. So, the padding for class='pre' is dropped. Ideally,
the sequence of nodes would simply be wrapped in an inline element
with class='pre' or some other proper solution that avoids having
multiple nodes.
To avoid wrapping in the middle of a literal, the 'pre' class
now has the style `white-space: pre;`.
The default role is now 'codeliteral' and the previous
uses of the built-in `` are converted to `. Some incorrectly
converted code blocks were fixed in the process.
Finally, the Global-Settings page is updated with the new location
for the global sbt directory. Due to the above changes, this could
be done without hardcoding the version.
2013-07-29 07:27:17 -04:00
David Harcombe
a05c623495
Update Community-Plugins.rst
...
Add sbt-multi-publish
2013-07-12 15:27:25 -04:00
Ian Forsey
0e7d212604
Add xsbt-coveralls-plugin to list of code coverage plugins
2013-04-15 11:12:23 -04:00
Philipp Dörfler
2d00fbc92b
sbt-fx was renamed to sbt-fxml
...
There is a similarily named plugin "sbt-javafx" which is not listed here and which I discovered afterwards
2013-03-28 21:30:28 -04:00
Philipp Dörfler
7c67ad28be
Added link to sbt-fx
2013-03-28 16:08:56 -04:00
Alois Cochard
9aa575742b
Rename xsbt-fmpp to sbt-fmpp url and add sbt-scalabuff
2013-03-15 10:23:31 -04:00
Mark Harrah
af24fa5553
Docs: fix underline length
2013-03-04 07:31:40 -05:00
Eric D. Reichert
c78fba8825
Added the tl-os-sbt-plugins to the Community-Plugins documentation.
2013-03-04 07:29:21 -05:00
Juan Manuel Caicedo Carvajal
0ca2ae5843
Updated the host name used for publishing artifacts to the community repository.
2013-02-28 08:30:45 -05:00
Jan Niehusmann
f9059849df
Fix link to sbt-git plugin
...
The old url https://github.com/sbt/sbt-git-plugin resulted in an 404 error. Changed to https://github.com/sbt/sbt-git which seems to be the correct url for that plugin.
2013-02-19 09:30:38 -05:00
Adam Warski
9d4b604513
Updating the address of the xsbt-proguard-plugin
2013-02-19 08:54:45 -05:00
Orr Sella
aa93f43381
Added sbt-stats to community plugins
2013-02-05 21:07:40 -05:00
Orr Sella
60fb5dcfd8
Added sbt-sublime to community plugins
2013-02-05 21:07:37 -05:00
Matthew Farwell
53599cc24e
Added scalastyle to community plugins
2013-01-15 08:24:39 -05:00
Mark Harrah
ce439efab3
Convert references to harrah/xsbt to sbt/sbt
2013-01-04 17:22:40 -05:00
xuwei-k
ce9b43e9bd
add some plugins and update url
2012-12-09 09:01:27 -05:00
xuwei-k
4b17d12de0
xsbt-web-plugin moved
2012-12-02 03:19:29 -05:00
Taro L. Saito
b8d111dcae
Fix typo
2012-11-20 08:32:00 -05:00
Taro L. Saito
1c4d91329e
Add a link to sbt-pack plugin
2012-11-20 08:32:00 -05:00
Mark Harrah
132e29415b
Docs: initial pass for updated task syntax, vals in .sbt, camelCase
2012-11-19 22:14:12 -05:00
James Ward
672550c923
Fixed broken URL
2012-10-26 15:07:34 -04:00
Mark Harrah
b14d616a12
Docs: use repo.scala-sbt.org on Community-Plugins page
2012-10-22 08:22:48 -04:00
Johannes Rudolph
07cba0ddf6
fix link
2012-10-10 08:10:36 -04:00
Mark Harrah
3acc17d259
doc updates, conversions, howto extension, theme from akka
2012-09-30 20:36:38 -04:00