Skip to content

Commit

Permalink
Updating plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
karma4u101 committed Dec 26, 2012
1 parent 8e63f7b commit 46df67f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
Expand Up @@ -8,10 +8,10 @@ libraryDependencies <+= sbtVersion(v => v match {
})

//Uncoment this line to enable the sbt idea plugin
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.0.0")
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.2.0")

//Uncoment this line to enable the sbt eclipse plugin
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.0-RC1")
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.1")

//Uncoment this line to enable the sbt ensime plugin
addSbtPlugin("org.ensime" % "ensime-sbt-cmd" % "0.1.0")
7 changes: 2 additions & 5 deletions src/main/webapp/templates-hidden/_resources.html
Expand Up @@ -20,14 +20,11 @@
<res name="Documentation" lang="en" default="true"><i class="icon-book icon"></i> Bootstrap Docs</res>
<res name="Documentation" lang="sv"><i class="icon-book icon"></i> Bootstrap Dock</res>

<res name="UDDLabel" lang="en" default="true"><i class="icon-user "></i></res>
<res name="UDDLabel" lang="sv"><i class="icon-user "></i></res>

<res name="DDLabel1" lang="en" default="true"><i class="icon-list"></i> Content</res>
<res name="DDLabel1" lang="sv"><i class="icon-list"></i> Innehåll</res>

<res name="DDLabel2" lang="en" default="true"><i class="icon-list"></i> Some other Content</res>
<res name="DDLabel2" lang="sv"><i class="icon-list"></i> Något annat Innehåll</res>
<res name="DDLabel2" lang="en" default="true"><i class="icon-user "></i></res>
<res name="DDLabel2" lang="sv"><i class="icon-user "></i></res>

<res name="DDLabel3" lang="en" default="true"><i class="icon-list"></i> Another Drop down</res>
<res name="DDLabel3" lang="sv"><i class="icon-list"></i> En annan drop down</res>
Expand Down

0 comments on commit 46df67f

Please sign in to comment.