Skip to content

Commit

Permalink
Switched to using sbt-site to publish changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dragos committed Oct 29, 2012
1 parent 122a64e commit ac8fa2a
Show file tree
Hide file tree
Showing 202 changed files with 25 additions and 6 deletions.
7 changes: 7 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
site.settings

ghpages.settings

site.sphinxSupport()

git.remoteRepo := "git@github.com:scala-ide/docs.git"
9 changes: 9 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
resolvers += Resolver.url("sbt-plugin-releases", new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/"))(Resolver.ivyStylePatterns)

resolvers += "sonatype-releases" at "https://oss.sonatype.org/service/local/repositories/releases/content/"

resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"

addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "0.6.0")

addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.5.0")
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion changelog.rst → src/sphinx/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Changelog
------------------------------

M2 (released: 2012-09-13)
...............
.........................

* Add semantic highlighting for object members in type params - `#1001209`_
* Added semantic highlighting in context bounds, tuple/function literals, structural types, path-dependent types, `etc`_
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 8 additions & 5 deletions dev/roadmap.rst → src/sphinx/dev/roadmap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,17 @@ __ http://scala-ide.org/docs/helium/features/source-generators/index.html
__ http://scala-ide-portfolio.assembla.com/spaces/scala-ide/tickets/1001018
__ http://scala-ide.org/download/ecosystem.html

**Milestone 3** - December 2012

* Hardening the Scala debugger |progress|

**Helium release**

* Eclipse Juno (4.2) support - *Eric Molitor* - `#1000988`__ |progress|
* Full support for Find References - *Typesafe team* - `#1000868`__
* Improve dependency tracking - *Typesafe team* - `#1000869`__
* Performance improvements in the editor (`#1001156`__)

__ http://www.assembla.com/spaces/scala-ide/tickets/1000988
__ http://www.assembla.com/spaces/scala-ide/tickets/1000868
__ http://www.assembla.com/spaces/scala-ide/tickets/1000869

__ https://scala-ide-portfolio.assembla.com/spaces/scala-ide/tickets/1001156

**Not aligned**

Expand All @@ -95,6 +96,7 @@ __ https://github.com/kaptoxic/scala-ide-insynth-integration/
Lithium (next major release)
-------------------------------

* Full support for Find References - *Typesafe team* - `#1000868`__
* Create an abstraction layer with the Scala compiler - *Typesafe team* - `#1000861`__, `#1000862`__
* Use the Scala model for the Outline view - *Typesafe team* - `#1000863`__
* Create a real Scala Editor (with all completion, indentation, formatting, ... support) - *Typesafe team* - `#1000860`__
Expand All @@ -103,6 +105,7 @@ Lithium (next major release)
* Add support Call Hierarchy - *Typesafe team* - `#1000872`__
* Finalize the API in Scala IDE - *Typesafe team* - `#1000873`__

__ http://www.assembla.com/spaces/scala-ide/tickets/1000868
__ http://www.assembla.com/spaces/scala-ide/tickets/1000861
__ http://www.assembla.com/spaces/scala-ide/tickets/1000862
__ http://www.assembla.com/spaces/scala-ide/tickets/1000863
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.

0 comments on commit ac8fa2a

Please sign in to comment.