Skip to content

Commit

Permalink
Repackage: net.liftweb => net.liftmodules
Browse files Browse the repository at this point in the history
  • Loading branch information
d6y committed May 28, 2012
1 parent f7877fb commit 9ae73ce
Show file tree
Hide file tree
Showing 38 changed files with 54 additions and 42 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Provides:
* tree
* uploadprogress

**Note:** The module package changed from `net.liftweb.widgets` to `net.liftmodules.widgets` in May 2012. Please consider this when referencing documentation written before that date.

---

Quick start for users
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "widgets"

liftVersion <<= liftVersion ?? "2.4"

version <<= liftVersion apply { _ + "-1.0-SNAPSHOT" }
version <<= liftVersion apply { _ + "-1.1-SNAPSHOT" }

organization := "net.liftmodules"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.liftweb {
package net.liftmodules {
package widgets {
package autocomplete {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.liftweb
package net.liftmodules
package widgets
package calendars

Expand All @@ -23,6 +23,7 @@ import java.util.Calendar._

import xml._

import net.liftweb._
import common.Box
import util.Helpers._

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.liftweb {
package net.liftmodules {
package widgets {
package calendars {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.liftweb {
package net.liftmodules {
package widgets {
package calendars {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@
* limitations under the License.
*/

package net.liftweb
package net.liftmodules
package widgets
package calendars

import java.text.SimpleDateFormat
import java.util.Calendar
import java.util.Calendar._

import net.liftweb._
import common._
import util._
import http.js._
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.liftweb
package net.liftmodules
package widgets
package calendars

Expand All @@ -23,6 +23,7 @@ import Calendar._

import xml._

import net.liftweb._
import common.Box
import util.Helpers._
import http.LiftRules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.liftweb {
package net.liftmodules {
package widgets {
package calendars {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
* limitations under the License.
*/

package net.liftweb
package net.liftmodules
package widgets
package flot

import xml.{NodeSeq, Unparsed}

import net.liftweb._
import common._
import util._
import Helpers._
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.liftweb {
package net.liftmodules {
package widgets {
package flot {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.liftweb {
package net.liftmodules {
package widgets {
package flot {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.liftweb {
package net.liftmodules {
package widgets {
package flot {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.liftweb {
package net.liftmodules {
package widgets {
package flot {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.liftweb {
package net.liftmodules {
package widgets {
package flot {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.liftweb {
package net.liftmodules {
package widgets {
package flot {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.liftweb {
package net.liftmodules {
package widgets {
package gravatar {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.liftweb
package net.liftmodules
package widgets
package logchanger

Expand All @@ -23,6 +23,7 @@ import xml.transform._

import org.slf4j.LoggerFactory

import net.liftweb._
import common._
import http._
import js._
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.liftweb {
package net.liftmodules {
package widgets {
package menu {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.liftweb {
package net.liftmodules {
package widgets {
package rssfeed {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.liftweb {
package net.liftmodules {
package widgets {
package sparklines {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.liftweb {
package net.liftmodules {
package widgets {
package sparklines {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.liftweb {
package net.liftmodules {
package widgets {
package tablesorter {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.liftweb {
package net.liftmodules {
package widgets {
package tree {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
* limitations under the License.
*/

package net.liftweb
package net.liftmodules
package widgets
package uploadprogress

import xml.NodeSeq

import net.liftweb._
import common.{Box,Empty,Full}
import http._
import js.JsCmds._
Expand Down
16 changes: 9 additions & 7 deletions src/test/scala/bootstrap/liftweb/Boot.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ import _root_.net.liftweb.http._
import _root_.net.liftweb.sitemap._
import _root_.net.liftweb.sitemap.Loc._
import Helpers._
import _root_.net.liftweb.widgets.calendars._
import _root_.net.liftweb.widgets.autocomplete._
import _root_.net.liftweb.widgets.tree.TreeView
import _root_.net.liftweb.widgets.menu.MenuWidget
import _root_.net.liftweb.widgets.sparklines.Sparklines
import _root_.net.liftweb.widgets.tablesorter.TableSorter
import _root_.net.liftweb.widgets.uploadprogress.UploadProgress

import _root_.net.liftmodules._
import widgets.calendars._
import widgets.autocomplete._
import widgets.tree.TreeView
import widgets.menu.MenuWidget
import widgets.sparklines.Sparklines
import widgets.tablesorter.TableSorter
import widgets.uploadprogress.UploadProgress

import _root_.webapptest.snippet.UploadProgressDemo

Expand Down
4 changes: 3 additions & 1 deletion src/test/scala/webapptest/snippet/AutoCompleteDemo.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ import _root_.scala.xml.{NodeSeq, Text}
import _root_.net.liftweb.http._
import _root_.net.liftweb.common._
import _root_.net.liftweb.util._
import _root_.net.liftweb.widgets.autocomplete._
import _root_.net.liftweb.util.Helpers._
import _root_.net.liftweb.http.{S, RequestVar}

import _root_.net.liftmodules.widgets.autocomplete._


object posted extends RequestVar[Box[String]](Empty)

class AutoCompleteDemo {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import _root_.net.liftweb.http.js._
import _root_.java.util.{Calendar, Locale}
import _root_.java.util.Calendar._

import _root_.net.liftweb.widgets.calendars.{CalendarDayView, DayViewMeta, CalendarItem, CalendarType}
import _root_.net.liftmodules.widgets.calendars.{CalendarDayView, DayViewMeta, CalendarItem, CalendarType}

class CalendarDayViewDemo {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import _root_.net.liftweb.http.js._
import _root_.java.util.Calendar
import _root_.java.util.Calendar._

import _root_.net.liftweb.widgets.calendars._
import _root_.net.liftmodules.widgets.calendars._


class CalendarMonthViewDemo {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import _root_.net.liftweb.http.js._
import _root_.java.util.{Calendar, Locale}
import _root_.java.util.Calendar._

import _root_.net.liftweb.widgets.calendars._
import _root_.net.liftmodules.widgets.calendars._

class CalendarWeekViewDemo {

Expand Down
2 changes: 1 addition & 1 deletion src/test/scala/webapptest/snippet/GravatarDemo.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package webapptest {
package snippet {

import _root_.scala.xml.NodeSeq
import _root_.net.liftweb.widgets.gravatar.Gravatar
import _root_.net.liftmodules.widgets.gravatar.Gravatar

class GravatarDemo {

Expand Down
2 changes: 1 addition & 1 deletion src/test/scala/webapptest/snippet/MenuSnippet.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package webapptest {
package snippet {

import _root_.scala.xml.NodeSeq
import _root_.net.liftweb.widgets.menu._
import _root_.net.liftmodules.widgets.menu._

class MenuSnippet {

Expand Down
2 changes: 1 addition & 1 deletion src/test/scala/webapptest/snippet/RSSFeedDemo.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package webapptest {
package snippet {

import _root_.scala.xml.NodeSeq
import _root_.net.liftweb.widgets.rssfeed.RSSFeed
import _root_.net.liftmodules.widgets.rssfeed.RSSFeed

class RSSFeedDemo {
def render(xhtml: NodeSeq) :NodeSeq = {
Expand Down
2 changes: 1 addition & 1 deletion src/test/scala/webapptest/snippet/SparklinesDemo.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import _root_.net.liftweb.http.js._
import JE._
import JsCmds._

import _root_.net.liftweb.widgets.sparklines.{Sparklines, SparklineStyle}
import _root_.net.liftmodules.widgets.sparklines.{Sparklines, SparklineStyle}

class SparklinesDemo {

Expand Down
2 changes: 1 addition & 1 deletion src/test/scala/webapptest/snippet/TableSorterDemo.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package snippet {
import _root_.scala.xml.{NodeSeq, Text}
import _root_.net.liftweb.http.SHtml._
import _root_.net.liftweb.util.Helpers._
import _root_.net.liftweb.widgets.tablesorter.{TableSorter, DisableSorting, Sorting, Sorter}
import _root_.net.liftmodules.widgets.tablesorter.{TableSorter, DisableSorting, Sorting, Sorter}

class TableSorterDemo {

Expand Down
2 changes: 1 addition & 1 deletion src/test/scala/webapptest/snippet/TreeViewDemo.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import _root_.net.liftweb.http.js._
import JE._
import JsCmds._

import _root_.net.liftweb.widgets.tree.{TreeView, Tree}
import _root_.net.liftmodules.widgets.tree.{TreeView, Tree}

class TreeViewDemo {

Expand Down
2 changes: 1 addition & 1 deletion src/test/scala/webapptest/snippet/UploadProgressDemo.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import _root_.net.liftweb.util._
import _root_.net.liftweb.util.Helpers._
import _root_.net.liftweb.http.js._
import _root_.net.liftweb.http.js.JsCmds._
import _root_.net.liftweb.widgets.uploadprogress.UploadProgress
import _root_.net.liftmodules.widgets.uploadprogress.UploadProgress

/**
* This is a pure example class - nothing more.
Expand Down

0 comments on commit 9ae73ce

Please sign in to comment.