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:
Ulrik Sandberg
2007-01-12 13:51:02 +00:00
parent 0138ccf8c1
commit 426a077d0a
9 changed files with 21 additions and 21 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;