Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing Kinetic #143

Merged
merged 1 commit into from
Jul 23, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion FoBo/FoBo/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ libraryDependencies ++= {
"net.liftmodules" %% ("fobo-api" + "_" + liftEdition.value) % version.value % "compile" ::
"net.liftmodules" %% ("fobo-pace" + "_" + liftEdition.value) % version.value % "compile" ::
"net.liftmodules" %% ("fobo-jquery" + "_" + liftEdition.value) % version.value % "compile" ::
"net.liftmodules" %% ("fobo-kineticjs" + "_" + liftEdition.value) % version.value % "compile" ::
"net.liftmodules" %% ("fobo-angularjs" + "_" + liftEdition.value) % version.value % "compile" ::
"net.liftmodules" %% ("fobo-highlightjs" + "_" + liftEdition.value) % version.value % "compile" ::
"net.liftmodules" %% ("fobo-font-awesome" + "_" + liftEdition.value) % version.value % "compile" ::
Expand Down
39 changes: 0 additions & 39 deletions FoBo/FoBo/src/main/scala/net/liftmodules/fobo/fobo.scala
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ package net.liftmodules
* - Bootstrap v3.x series [v3.0.1, v3.1.1, v3.2.0, v3.3.5, v3.3.6, v3.3.7] [[net.liftmodules.fobobs]]
* - Bootstrap v2.x series [v2.3.2] [[net.liftmodules.fobotb]]
* - Font Awesome [v3.2.1, v4.0.3, v4.1.0, v4.3.0, v4.5.0] [[net.liftmodules.fobofa]]
* - Kinetic JS [v5.1.0] [[net.liftmodules.FoBoKi]]
* - Google Code Prettify [vJun2011] [[net.liftmodules.fobogcp]]
* - Highlight JS [v9.3.0] [[net.liftmodules.fobohl]]
* - Pace [v0.4.15, v1.0.2] [[net.liftmodules.fobopa]]
Expand Down Expand Up @@ -797,25 +796,6 @@ package object fobo {
net.liftmodules.fobojq.Toolkit.JQuery172
}

/*===Kinetic Toolkit===============================================================*/

/**
* Enable usage FoBo's KineticJS API and resources version 5․1․0 in your bootstrap liftweb Boot.
* @version 5.1.0
*
* '''Example:'''
*
* {{{
* import net.liftmodules.fobo
* :
* fobo.Toolkit.init=fobo.Toolkit.KineticJS510
* }}}
*
*/
case object KineticJS510 extends Toolkit {
net.liftmodules.FoBoKi.Toolkit.KineticJS510
}

/*===Pace Toolkit===============================================================*/

/**
Expand Down Expand Up @@ -1712,25 +1692,6 @@ package object fobo {
net.liftmodules.fobojq.Resource.JQuery172
}

/*===Kinetic Resource===============================================================*/

/**
* Enable usage FoBo's KineticJS resources version 5․1․0 in your bootstrap liftweb Boot.
* @version 5.1.0
*
* '''Example:'''
*
* {{{
* import net.liftmodules.fobo
* :
* fobo.Resource.init=fobo.Resource.KineticJS510
* }}}
*
*/
case object KineticJS510 extends Resource {
net.liftmodules.FoBoKi.Resource.KineticJS510
}

/*===Pace Resource===============================================================*/
/**
* Enable usage of FoBo's Pace resources version 1․0․2 in your bootstrap liftweb Boot.
Expand Down
24 changes: 0 additions & 24 deletions FoBo/FoBo/src/test/scala/net/liftmodules/fobo/FoBoSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1204,30 +1204,6 @@ object FoBoSpec extends Specification {
}
}

/*================= KineticJS ====================================*/

//KineticJS510
"With fobo.Toolkit.init set to fobo.Toolkit.KineticJS510 the ResourceServer" should {
"allow fobo/kinetic.js" in {
allowToolkitInit(fobo.Toolkit.KineticJS510, "fobo" :: "kinetic.js" :: Nil) must_== true
}
"rewrit fobo/kinetic.js to fobo/kinetic/5.1.0/js/kineti.min.js" in {
rewriteToolkitInit(fobo.Toolkit.KineticJS510,
"fobo" :: "kinetic.js" :: Nil) must_==
List("fobo", "kinetic", "5.1.0", "js", "kinetic.min.js")
}
}

"With fobo.Resource.init set to fobo.Resource.KineticJS510 the ResourceServer" should {
"allow fobo/kinetic.js" in {
allowResource(fobo.Resource.KineticJS510, "fobo" :: "kinetic.js" :: Nil) must_== true
}
"rewrit fobo/kinetic.js to fobo/kinetic/5.1.0/js/kineti.min.js" in {
rewriteResource(fobo.Resource.KineticJS510, "fobo" :: "kinetic.js" :: Nil) must_==
List("fobo", "kinetic", "5.1.0", "js", "kinetic.min.js")
}
}

/*===Highlight ===============================================================*/

//HighlightJS930
Expand Down
5 changes: 0 additions & 5 deletions Kinetic/KineticJS-API/.gitignore

This file was deleted.

45 changes: 0 additions & 45 deletions Kinetic/KineticJS-API/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions Kinetic/KineticJS-API/build.sbt

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions Kinetic/KineticJS-Res/.gitignore

This file was deleted.

22 changes: 0 additions & 22 deletions Kinetic/KineticJS-Res/LICENSE.txt

This file was deleted.

62 changes: 0 additions & 62 deletions Kinetic/KineticJS-Res/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions Kinetic/KineticJS-Res/build.sbt

This file was deleted.

Loading