~testplan-team/testplan/source-collection

« back to all changes in this revision

Viewing changes to commons-httpclient-3.1/build.properties.sample

  • Committer: edA-qa mort-ora-y
  • Date: 2009-01-28 15:36:51 UTC
  • Revision ID: eda-qa@disemia.com-20090128153651-u4uzd035zyjea16j
adding httpclient

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# ===================================================================
 
2
# Sample build.properties file
 
3
#
 
4
# Make a copy this file named "build.properties",
 
5
# and customize it to your environment and preferences.
 
6
#
 
7
# $Id: build.properties.sample 190382 2005-06-13 10:58:56Z oglueck $
 
8
# ===================================================================
 
9
 
 
10
# ===================================================================
 
11
# Classpath Settings
 
12
# ===================================================================
 
13
 
 
14
# The base directory for libraries used by HttpClient
 
15
lib.dir=./lib
 
16
 
 
17
# Required compile and runtime dependencies.
 
18
commons-logging.jar=${lib.dir}/commons-logging.jar
 
19
commons-codec.jar=${lib.dir}/commons-codec.jar
 
20
 
 
21
# Required to compile and run the unit tests.
 
22
junit.jar=${lib.dir}/junit.jar
 
23
 
 
24
# A JSSE implementation (see http://java.sun.com/products/jsse):
 
25
# Required to compile, only needed at runtime if you're using HTTPS.
 
26
# A JCE implementation (see http://java.sun.com/products/jce):
 
27
# Required to compile, only needed at runtime if you're using NTLM.
 
28
 
 
29
# Both JSSE and JCE are expected to be present and configured in 
 
30
# the JDK/JRE
 
31
 
 
32
# ===================================================================
 
33
# Test Properties - used to configure the test cases
 
34
# ===================================================================
 
35
 
 
36
#  - indicates which log writer to use (optional)
 
37
 
 
38
httpclient.test.log=org.apache.commons.logging.impl.SimpleLog
 
39
#httpclient.test.log=org.apache.commons.logging.impl.Log4JCategoryLog
 
40
#httpclient.test.log=org.apache.commons.logging.impl.NoOpLog
 
41
maven.username=yourASFid
 
42
maven.repo.asf.privatekey=/home/myuser/.ssh/id_dsa