~ubuntu-branches/ubuntu/lucid/libstruts1.2-java/lucid

« back to all changes in this revision

Viewing changes to build.properties.sample.download

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2006-04-24 12:14:23 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060424121423-naev53qigqgks0sa
Tags: 1.2.9-1
New upstream  release Fixes  three security  problems: CVE-2006-1546,
CVE-2006-1547,  CVE-2006-1548  (closes:  #360551),  thanks  to  Moritz
Muehlenhoff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -----------------------------------------------------------------------------
 
2
# build.properties.sample.download
 
3
#
 
4
# This is an example "build.properties" file, used to customize building Struts
 
5
# for your local environment.  Make any changes you need, and rename this file
 
6
# to "build.properties" in the same directory that contains the Struts
 
7
# "build.xml" file.
 
8
#
 
9
# This version automatically downloads all the required jars - EXCEPT for cactus
 
10
# and the JDBC jar.
 
11
# Chose your cactus by un-commenting ONE set of cactus properties.
 
12
#
 
13
#
 
14
# Using this version of the sample build.properties file, you need to run the 
 
15
# "download-dependencies" target as well as the actual target.
 
16
#
 
17
# For example to test:  $ant download-dependencies test.junit
 
18
#                       $ant download-dependencies test.tomcat.41
 
19
#                       $ant download-dependencies test.tomcat.50
 
20
# For example to build: $ant download-dependencies dist
 
21
#
 
22
# $Id: build.properties.sample.download 178799 2005-05-27 17:00:16Z niallp $
 
23
# -----------------------------------------------------------------------------
 
24
 
 
25
# apache.home - Where precompiled jar files from Apache live.
 
26
apache.home=D:/Java/Programs/Apache
 
27
 
 
28
# -----------------------------------------
 
29
# JDBC 2.0 jar
 
30
# -----------------------------------------
 
31
# The JAR file containing the JDBC 2.0 Optional Package extensions API
 
32
# (javax.sql).  This file will automatically be added to your class path
 
33
# when you compile Struts
 
34
#
 
35
# This file is necessary when compiling Struts under the JDK 1.3.  It
 
36
# is not necessary when compiling with  the JDK 1.4 and higher, as 
 
37
# "javax.sql.*" is included with the JDK since 1.4.
 
38
#
 
39
# This file can be obtained from:
 
40
# http://java.sun.com/products/jdbc/download.html
 
41
jdbc20ext.jar=../../../Java/Programs/sun/jdbc2_0-stdext.jar
 
42
 
 
43
# ==========================================
 
44
# Choose your Cactus!
 
45
# (un-comment only one set of cacuts properties)
 
46
# ==========================================
 
47
 
 
48
# -----------------------------------------
 
49
# J2EE 1.2 (Servlet 2.2)
 
50
# -----------------------------------------
 
51
# --- Cactus 12-1.3 ---
 
52
# cactus.home=${apache.home}/jakarta-cactus-12-1.3
 
53
# cactus.jspRedirector=web/test/jspRedirector.jsp
 
54
# cactus.servertest.class=org.apache.cactus.ant.RunServerTestsTask
 
55
 
 
56
# --- Cactus 12-1.4 ---
 
57
# cactus.home=${apache.home}/jakarta-cactus-12-1.4
 
58
# cactus.servertest.class=org.apache.cactus.ant.RunServerTestsTask
 
59
 
 
60
# --- Cactus 12-1.4.1 ---
 
61
# cactus.home=${apache.home}/jakarta-cactus-12-1.4.1
 
62
# cactus.servertest.class=org.apache.cactus.ant.RunServerTestsTask
 
63
 
 
64
# --- Cactus 12-1.6.1 ---
 
65
# cactus.home=${apache.home}/jakarta-cactus-12-1.6.1
 
66
 
 
67
# --- Cactus 12-1.7 ---
 
68
# cactus.home=${apache.home}/jakarta-cactus-12-1.7
 
69
 
 
70
# -----------------------------------------
 
71
# J2EE 1.3 (Servlet 2.3)
 
72
# -----------------------------------------
 
73
# --- Cactus 13-1.3 ---
 
74
# cactus.home=${apache.home}/jakarta-cactus-13-1.3
 
75
# cactus.jspRedirector=web/test/jspRedirector.jsp
 
76
# cactus.servertest.class=org.apache.cactus.ant.RunServerTestsTask
 
77
 
 
78
# --- Cactus 13-1.4 ---
 
79
# cactus.home=${apache.home}/jakarta-cactus-13-1.4
 
80
# cactus.servertest.class=org.apache.cactus.ant.RunServerTestsTask
 
81
 
 
82
# --- Cactus 13-1.4.1 ---
 
83
# cactus.home=${apache.home}/jakarta-cactus-13-1.4.1
 
84
# cactus.servertest.class=org.apache.cactus.ant.RunServerTestsTask
 
85
 
 
86
# --- Cactus 13-1.6.1 ---
 
87
# cactus.home=${apache.home}/jakarta-cactus-13-1.6.1
 
88
 
 
89
# --- Cactus 13-1.7 ---
 
90
# cactus.home=${apache.home}/jakarta-cactus-13-1.7
 
91
 
 
92
# -----------------------------------------
 
93
# Servlet engine locations for the tests
 
94
# -----------------------------------------
 
95
 
 
96
# Note: If you don't want to run the test on a given servlet engine, just
 
97
#       comment it's home property. For example, if you don't want to run the
 
98
#       tests on Tomcat 4.0, comment the "tomcat.home.40" property.
 
99
 
 
100
#tomcat.home.33 = ${apache.home}/jakarta-tomcat-3.3.1
 
101
#tomcat.home.40 = ${apache.home}/jakarta-tomcat-4.0.6
 
102
tomcat.home.41 = ${apache.home}/jakarta-tomcat-4.1.29
 
103
tomcat.home.50 = ${apache.home}/Tomcat 5.0
 
104
# use value of tomcat.home.41 to set equivalent property for Maven-Cactus plug-in
 
105
cactus.home.tomcat4x=${tomcat.home.41}