~ubuntu-branches/ubuntu/precise/commons-httpclient/precise-updates

« back to all changes in this revision

Viewing changes to src/examples/InteractiveAuthenticationExample.java

  • Committer: Bazaar Package Importer
  • Author(s): Kumar Appaiah
  • Date: 2008-04-18 13:25:36 UTC
  • mfrom: (3.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080418132536-404lhdow885492ho
Tags: 3.1-2
* debian/watch:
  + Update to reflect new upstream mirror structure.
    (Closes: #459995)
* debian/control:
  + Update my e-mail address to akumar@debian.org.
  + Standards Version is now 3.7.3.
  + Use Vcs-Svn and Vcs-Browser in place of XS-Vcs-*.
  + Depend on ant 1.6.5 and above, instead of 1.6.5-1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//httpclient/src/examples/InteractiveAuthenticationExample.java,v 1.2 2004/02/22 18:08:45 olegk Exp $
3
 
 * $Revision: 155418 $
4
 
 * $Date: 2005-02-26 08:01:52 -0500 (Sat, 26 Feb 2005) $
 
3
 * $Revision: 480424 $
 
4
 * $Date: 2006-11-29 06:56:49 +0100 (Wed, 29 Nov 2006) $
5
5
 * ====================================================================
6
6
 *
7
 
 *  Copyright 1999-2004 The Apache Software Foundation
8
 
 *
9
 
 *  Licensed under the Apache License, Version 2.0 (the "License");
10
 
 *  you may not use this file except in compliance with the License.
11
 
 *  You may obtain a copy of the License at
 
7
 *  Licensed to the Apache Software Foundation (ASF) under one or more
 
8
 *  contributor license agreements.  See the NOTICE file distributed with
 
9
 *  this work for additional information regarding copyright ownership.
 
10
 *  The ASF licenses this file to You under the Apache License, Version 2.0
 
11
 *  (the "License"); you may not use this file except in compliance with
 
12
 *  the License.  You may obtain a copy of the License at
12
13
 *
13
14
 *      http://www.apache.org/licenses/LICENSE-2.0
14
15
 *