Skip to content

Commit

Permalink
Merge branch 'master' into mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
maxaf committed Aug 25, 2010
2 parents 99106e1 + 903acb1 commit c4d507a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 107 deletions.
8 changes: 4 additions & 4 deletions casbah-core/src/main/scala/DeprecatedTypeAliases.scala
Expand Up @@ -19,7 +19,7 @@
*
*/

import com.novus.casbah.Imports._
//import com.novus.casbah.Imports._

/**
* BRIDGE CODE.
Expand Down Expand Up @@ -75,7 +75,7 @@ package com.novus.casbah {
type MongoCursor = com.novus.casbah.MongoCursor

@deprecated("The com.novus.casbah.mongodb package has been deprecated in favor of com.novus.casbah; please update your code accordingly.")
type MongoCursorWrapper[A <: DBObject] = com.novus.casbah.MongoCursorWrapper[A]
type MongoCursorWrapper[A <: com.mongodb.DBObject] = com.novus.casbah.MongoCursorWrapper[A]

@deprecated("The com.novus.casbah.mongodb package has been deprecated in favor of com.novus.casbah; please update your code accordingly.")
type MongoDB = com.novus.casbah.MongoDB
Expand All @@ -92,10 +92,10 @@ package com.novus.casbah {
type MongoDBObjectBuilder = com.novus.casbah.commons.MongoDBObjectBuilder

@deprecated("The com.novus.casbah.mongodb package has been deprecated in favor of com.novus.casbah; please update your code accordingly.")
type MongoTypedCollection[A <: DBObject] = com.novus.casbah.MongoTypedCollection[A]
type MongoTypedCollection[A <: com.mongodb.DBObject] = com.novus.casbah.MongoTypedCollection[A]

@deprecated("The com.novus.casbah.mongodb package has been deprecated in favor of com.novus.casbah; please update your code accordingly.")
type MongoTypedCursor[A <: DBObject] = com.novus.casbah.MongoTypedCursor[A]
type MongoTypedCursor[A <: com.mongodb.DBObject] = com.novus.casbah.MongoTypedCursor[A]
}
package mongodb {
package object conversions {
Expand Down
103 changes: 0 additions & 103 deletions old_tests/ConversionSpec.scala

This file was deleted.

0 comments on commit c4d507a

Please sign in to comment.