Skip to content

Commit

Permalink
Moving google code prettify and jquery to fobo sub modules/projects.
Browse files Browse the repository at this point in the history
Some build system cleanup.
  • Loading branch information
karma4u101 committed Mar 29, 2013
1 parent 5de2335 commit 0acc21e
Show file tree
Hide file tree
Showing 96 changed files with 342 additions and 6,086 deletions.
2 changes: 0 additions & 2 deletions DataTables/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ name <<= (name, liftVName) { (n, v) => n + "_" + v }

crossScalaVersions := Seq("2.10.0", "2.9.2", "2.9.1-1", "2.9.1")

logLevel := Level.Info //Level.Info.Debug

scalacOptions ++= Seq("-deprecation")

EclipseKeys.withSource := true
Expand Down
2 changes: 0 additions & 2 deletions FoBo-Less/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ version := "0.5-SNAPSHOT"

//scalaVersion := "2.9.1"

logLevel := Level.Info
//Level.Info.Debug

//#########################################################################
//#### THE LESS BUILD
Expand Down
2 changes: 0 additions & 2 deletions Font-Awesome/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ name <<= (name, liftVName) { (n, v) => n + "_" + v }

crossScalaVersions := Seq("2.10.0", "2.9.2", "2.9.1-1", "2.9.1")

logLevel := Level.Info //Level.Info.Debug

scalacOptions ++= Seq("-deprecation")

EclipseKeys.withSource := true
Expand Down
2 changes: 0 additions & 2 deletions Foundation/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ name <<= (name, liftVName) { (n, v) => n + "_" + v }

crossScalaVersions := Seq("2.10.0", "2.9.2", "2.9.1-1", "2.9.1")

logLevel := Level.Info //Level.Info.Debug

scalacOptions ++= Seq("-deprecation")

EclipseKeys.withSource := true
Expand Down
2 changes: 0 additions & 2 deletions Google-Code-Prettify/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ name <<= (name, liftVName) { (n, v) => n + "_" + v }

crossScalaVersions := Seq("2.10.0", "2.9.2", "2.9.1-1", "2.9.1")

logLevel := Level.Info //Level.Info.Debug

scalacOptions ++= Seq("-deprecation")

EclipseKeys.withSource := true
Expand Down

This file was deleted.

Loading

0 comments on commit 0acc21e

Please sign in to comment.