-
Notifications
You must be signed in to change notification settings - Fork 3
/
copy-to-my.ant.properties
39 lines (36 loc) · 1.41 KB
/
copy-to-my.ant.properties
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
# Copy this file to 'my.ant.properties'.
#
# To set a property remove the comment character at the beginning of the line, and
# change the value after the equals sign.
#
# Not all properties need to be set for the tools to work. Some already have a default
# value that is defined elsewhere in the tools, so a new value only needs to be added
# when overriding these values. Also, if some part of the build process is not being
# used (such as uploading documentation to Google AppSpot), then the corresponding
# parameters don't need to be set.
#
# Google Code Project
#
#gc.username = <your user name>
#gc.password = <your password>
#
# Google App Engine
#
#gae.username = <your user name>
#gae.password = <your password>
#gae.host = <your host>
#gae.port = 8080
#gae.windows.install.dir = C:/Progra~1/Google/google_appengine
#
# Selenium RC parameters
#
# Browsers to be used for testing need to be referenced here. If a browser is not on the default
# path then it will need to be referenced explicitly.
#
# MAC OS paths will look something like this:
#selenium-rc.browsers = *firefox3 /Applications/Firefox3.6.app/Contents/MacOS/firefox-bin
#selenium-rc.params = -firefoxProfileTemplate 'path/to/profile'
#
# Windows paths will look something like this:
#selenium-rc.browsers = *firefox3 c:/Program Files/Mozilla Firefox/firefox.exe
#selenium-rc.params = -firefoxProfileTemplate 'path/to/profile'