IN PROGRESS - issue LDAP-33: Remove package dependency cycle between ldap.core and ldap.support
http://opensource.atlassian.com/projects/spring/browse/LDAP-33
This commit is contained in:
@@ -14,9 +14,9 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.ldap.support.filter;
|
||||
package org.springframework.ldap.filter;
|
||||
|
||||
import org.springframework.ldap.support.filter.AbstractFilter;
|
||||
import org.springframework.ldap.filter.AbstractFilter;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
|
||||
@@ -14,10 +14,10 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.ldap.support.filter;
|
||||
package org.springframework.ldap.filter;
|
||||
|
||||
import org.springframework.ldap.support.filter.AndFilter;
|
||||
import org.springframework.ldap.support.filter.EqualsFilter;
|
||||
import org.springframework.ldap.filter.AndFilter;
|
||||
import org.springframework.ldap.filter.EqualsFilter;
|
||||
|
||||
import com.gargoylesoftware.base.testing.EqualsTester;
|
||||
|
||||
|
||||
@@ -14,9 +14,9 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.ldap.support.filter;
|
||||
package org.springframework.ldap.filter;
|
||||
|
||||
import org.springframework.ldap.support.filter.EqualsFilter;
|
||||
import org.springframework.ldap.filter.EqualsFilter;
|
||||
|
||||
import com.gargoylesoftware.base.testing.EqualsTester;
|
||||
|
||||
|
||||
@@ -14,9 +14,9 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.ldap.support.filter;
|
||||
package org.springframework.ldap.filter;
|
||||
|
||||
import org.springframework.ldap.support.filter.GreaterThanOrEqualsFilter;
|
||||
import org.springframework.ldap.filter.GreaterThanOrEqualsFilter;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
|
||||
@@ -14,9 +14,9 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.ldap.support.filter;
|
||||
package org.springframework.ldap.filter;
|
||||
|
||||
import org.springframework.ldap.support.filter.LessThanOrEqualsFilter;
|
||||
import org.springframework.ldap.filter.LessThanOrEqualsFilter;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
|
||||
@@ -14,9 +14,9 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.ldap.support.filter;
|
||||
package org.springframework.ldap.filter;
|
||||
|
||||
import org.springframework.ldap.support.filter.LikeFilter;
|
||||
import org.springframework.ldap.filter.LikeFilter;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
|
||||
@@ -14,10 +14,10 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.ldap.support.filter;
|
||||
package org.springframework.ldap.filter;
|
||||
|
||||
import org.springframework.ldap.support.filter.EqualsFilter;
|
||||
import org.springframework.ldap.support.filter.NotFilter;
|
||||
import org.springframework.ldap.filter.EqualsFilter;
|
||||
import org.springframework.ldap.filter.NotFilter;
|
||||
|
||||
import com.gargoylesoftware.base.testing.EqualsTester;
|
||||
|
||||
|
||||
@@ -14,10 +14,10 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.ldap.support.filter;
|
||||
package org.springframework.ldap.filter;
|
||||
|
||||
import org.springframework.ldap.support.filter.EqualsFilter;
|
||||
import org.springframework.ldap.support.filter.OrFilter;
|
||||
import org.springframework.ldap.filter.EqualsFilter;
|
||||
import org.springframework.ldap.filter.OrFilter;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
|
||||
@@ -14,9 +14,9 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.ldap.support.filter;
|
||||
package org.springframework.ldap.filter;
|
||||
|
||||
import org.springframework.ldap.support.filter.WhitespaceWildcardsFilter;
|
||||
import org.springframework.ldap.filter.WhitespaceWildcardsFilter;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user