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 c5c00d8 commit 562c505
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@ This module provides image-related utilities.

---


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


---
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -2,7 +2,7 @@ name := "imaging"

liftVersion <<= liftVersion ?? "2.4"

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

organization := "net.liftmodules"

Expand Down
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.liftweb {
package net.liftmodules {
package imaging {

import java.awt.{Graphics, RenderingHints, Transparency}
Expand Down
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.liftweb
package net.liftmodules
package imaging


Expand All @@ -28,6 +28,7 @@ import org.apache.sanselan.ImageFormat
import org.apache.sanselan.formats.jpeg.JpegImageMetadata
import org.apache.sanselan.formats.tiff.constants.TiffTagConstants

import net.liftweb._
import common.{Box, Full, Empty}
import util.Helpers

Expand Down
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.liftweb
package net.liftmodules
package imaging


Expand Down

0 comments on commit 562c505

Please sign in to comment.