moved cookie.impl to impl.cookie

git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@503525 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Roland Weber 2007-02-05 01:15:08 +00:00
parent 7e49b65c5b
commit e9b784a8ef
28 changed files with 31 additions and 31 deletions

View File

@ -28,7 +28,7 @@
* <http://www.apache.org/>.
*
*/
package org.apache.http.cookie.impl;
package org.apache.http.impl.cookie;
import org.apache.http.cookie.Cookie;
import org.apache.http.cookie.CookieAttributeHandler;

View File

@ -29,7 +29,7 @@
*
*/
package org.apache.http.cookie.impl;
package org.apache.http.impl.cookie;
import java.util.ArrayList;
import java.util.HashMap;

View File

@ -28,7 +28,7 @@
* <http://www.apache.org/>.
*
*/
package org.apache.http.cookie.impl;
package org.apache.http.impl.cookie;
import org.apache.http.cookie.Cookie;
import org.apache.http.cookie.MalformedCookieException;

View File

@ -28,7 +28,7 @@
* <http://www.apache.org/>.
*
*/
package org.apache.http.cookie.impl;
package org.apache.http.impl.cookie;
import org.apache.http.cookie.Cookie;
import org.apache.http.cookie.CookieAttributeHandler;

View File

@ -28,7 +28,7 @@
* <http://www.apache.org/>.
*
*/
package org.apache.http.cookie.impl;
package org.apache.http.impl.cookie;
import org.apache.http.cookie.Cookie;
import org.apache.http.cookie.CookieOrigin;

View File

@ -28,7 +28,7 @@
* <http://www.apache.org/>.
*
*/
package org.apache.http.cookie.impl;
package org.apache.http.impl.cookie;
import java.util.Date;

View File

@ -28,7 +28,7 @@
* <http://www.apache.org/>.
*
*/
package org.apache.http.cookie.impl;
package org.apache.http.impl.cookie;
import org.apache.http.cookie.Cookie;
import org.apache.http.cookie.CookieAttributeHandler;

View File

@ -28,7 +28,7 @@
* <http://www.apache.org/>.
*
*/
package org.apache.http.cookie.impl;
package org.apache.http.impl.cookie;
import org.apache.http.cookie.Cookie;
import org.apache.http.cookie.CookieOrigin;

View File

@ -29,7 +29,7 @@
*
*/
package org.apache.http.cookie.impl;
package org.apache.http.impl.cookie;
import org.apache.http.Header;
import org.apache.http.HeaderElement;

View File

@ -29,7 +29,7 @@
*
*/
package org.apache.http.cookie.impl;
package org.apache.http.impl.cookie;
import org.apache.http.cookie.CookieSpec;
import org.apache.http.cookie.CookieSpecFactory;

View File

@ -29,7 +29,7 @@
*
*/
package org.apache.http.cookie.impl;
package org.apache.http.impl.cookie;
import java.util.Iterator;

View File

@ -28,7 +28,7 @@
* <http://www.apache.org/>.
*
*/
package org.apache.http.cookie.impl;
package org.apache.http.impl.cookie;
import java.util.StringTokenizer;

View File

@ -29,7 +29,7 @@
*
*/
package org.apache.http.cookie.impl;
package org.apache.http.impl.cookie;
import org.apache.http.Header;
import org.apache.http.HeaderElement;

View File

@ -29,7 +29,7 @@
*
*/
package org.apache.http.cookie.impl;
package org.apache.http.impl.cookie;
import org.apache.http.cookie.CookieSpec;
import org.apache.http.cookie.CookieSpecFactory;

View File

@ -28,7 +28,7 @@
* <http://www.apache.org/>.
*
*/
package org.apache.http.cookie.impl;
package org.apache.http.impl.cookie;
import org.apache.http.cookie.Cookie;
import org.apache.http.cookie.CookieAttributeHandler;

View File

@ -29,7 +29,7 @@
*
*/
package org.apache.http.cookie.impl;
package org.apache.http.impl.cookie;
import java.util.Arrays;

View File

@ -29,7 +29,7 @@
*
*/
package org.apache.http.cookie.impl;
package org.apache.http.impl.cookie;
import org.apache.http.cookie.CookieSpec;
import org.apache.http.cookie.CookieSpecFactory;

View File

@ -28,7 +28,7 @@
* <http://www.apache.org/>.
*
*/
package org.apache.http.cookie.impl;
package org.apache.http.impl.cookie;
import org.apache.http.cookie.Cookie;
import org.apache.http.cookie.CookieOrigin;

View File

@ -31,7 +31,7 @@
package org.apache.http.client;
import org.apache.http.cookie.TestAllCookie;
import org.apache.http.cookie.impl.TestAllCookieImpl;
import org.apache.http.impl.cookie.TestAllCookieImpl;
import org.apache.http.conn.ssl.TestAllSSL;
import org.apache.http.impl.client.TestAllHttpClientImpl;

View File

@ -30,10 +30,10 @@
package org.apache.http.cookie;
import org.apache.http.cookie.impl.BrowserCompatSpec;
import org.apache.http.cookie.impl.BrowserCompatSpecFactory;
import org.apache.http.cookie.impl.NetscapeDraftSpecFactory;
import org.apache.http.cookie.impl.RFC2109SpecFactory;
import org.apache.http.impl.cookie.BrowserCompatSpec;
import org.apache.http.impl.cookie.BrowserCompatSpecFactory;
import org.apache.http.impl.cookie.NetscapeDraftSpecFactory;
import org.apache.http.impl.cookie.RFC2109SpecFactory;
import org.apache.http.cookie.params.CookieSpecParams;
import org.apache.http.impl.params.DefaultHttpParams;
import org.apache.http.params.HttpParams;

View File

@ -28,7 +28,7 @@
*
*/
package org.apache.http.cookie.impl;
package org.apache.http.impl.cookie;
import java.io.IOException;
import java.util.Iterator;

View File

@ -28,7 +28,7 @@
*
*/
package org.apache.http.cookie.impl;
package org.apache.http.impl.cookie;
import junit.framework.*;

View File

@ -28,7 +28,7 @@
*
*/
package org.apache.http.cookie.impl;
package org.apache.http.impl.cookie;
import java.text.DateFormat;
import java.text.SimpleDateFormat;

View File

@ -28,7 +28,7 @@
*
*/
package org.apache.http.cookie.impl;
package org.apache.http.impl.cookie;
import java.util.Date;

View File

@ -28,7 +28,7 @@
*
*/
package org.apache.http.cookie.impl;
package org.apache.http.impl.cookie;
import org.apache.http.Header;
import org.apache.http.cookie.Cookie;

View File

@ -28,7 +28,7 @@
*
*/
package org.apache.http.cookie.impl;
package org.apache.http.impl.cookie;
import org.apache.http.Header;
import org.apache.http.cookie.Cookie;

View File

@ -28,7 +28,7 @@
*
*/
package org.apache.http.cookie.impl;
package org.apache.http.impl.cookie;
import junit.framework.Test;
import junit.framework.TestCase;

View File

@ -28,7 +28,7 @@
*
*/
package org.apache.http.cookie.impl;
package org.apache.http.impl.cookie;
import junit.framework.Test;
import junit.framework.TestCase;