forked from carrot2/carrot2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocal.properties.example
87 lines (59 loc) · 2.85 KB
/
local.properties.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
#
# An example properties file for Carrot2 3.0
# Copy this file to local.properties and modify to suit your environment.
#
#######################################################################################
# QA and other tools.
#
# None of these tools are required for code compilation. Most of them provide QA
# reports or are needed for tests.
# Base path to the compilation/ QA tools.
tools.dir=${carrot2.master.basedir}/.tools
# Clover for Ant. Generate test coverage reports (license required).
clover.home=${tools.dir}/clover-ant-4.0.3
clover.enabled=false
# PMD. Required to generate code duplication reports.
pmd.home=${tools.dir}/pmd-4.2.5
# FindBugs. Required for static code analysis.
findbugs.home=${tools.dir}/findbugs-3.0.1
# DocBook documentation resources. Specify the location of DocBook XSL
# (the xsl-ns variant) and DocBook DTD 5.0.
docbook.xsl.dir=${tools.dir}/docbook/stylesheet/docbook-xsl-ns
docbook.dtd.dir=${tools.dir}/docbook/schema/dtd/5.0
# Webapp web-tests: Canoo webtest home directory.
cargo.home=${tools.dir}/cargo-0.9
# Webapp web-tests: Canoo webtest home directory.
webtest.home=${tools.dir}/webtest-3.0
# Webapp web-tests: Apache Tomcat home.
tomcat.home=${tools.dir}/apache-tomcat-6.0.32
# To see a GUI progress indicator when running webtests, uncomment the property below.
wt.headless=true
#######################################################################################
# Workbench (Eclipse RCP)
# Workbench PDE Build and tests. Note the unusual layout of folders below --
# they have the distribution version name and an /eclipse *subfolder*.
target.platform=${tools.dir}/rcp/4.4.1
eclipse.home=${target.platform}/eclipse
# Workbench distribution (locally built). Your local platform by default, but can
# be overriden. Possible values: [win32|linux|macosx], [win32|gtk|cocoa], [x86_64|x86]
# configs=macosx,cocoa,x86_64
# archivesFormat=macosx,cocoa,x86_64 - dir
#######################################################################################
# Properties controlling test execution.
# Enables tests that require external APIs. Some of these may not be enabled from public IPs.
tests.externalservices=false
# Enables longer tests and intensifies randomized tests (more iterations, more data).
tests.nightly=false
# To run tests requiring Carrot2 XML feed URLs, set the base URL here.
# Leave undefined to skip these tests.
# carrot2.xml.feed.url.base=
#######################################################################################
# Miscellaneous
# Distribution url for links in the DocBook documentation.
# dist.url=
# JavaDoc url for links in the DocBook documentation.
# javadoc.url=
#######################################################################################
# solr checkouts for backcompat testing
solr.checkout.1.4.x=${tools.dir}/solr/branch-1.4
solr.checkout.3.1.x=${tools.dir}/solr/branch-3.x/solr