-
Notifications
You must be signed in to change notification settings - Fork 7
/
build.properties
29 lines (24 loc) · 986 Bytes
/
build.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
# build.properties
#
# For server URL properties...
# Use 'https://login.salesforce.com' for production or developer edition.
# Use 'https://test.salesforce.com for sandbox.
# Specify the login credentials for the Salesforce development organization
sf.dev.username =
sf.dev.password =
sf.dev.token =
sf.dev.url = https://login.salesforce.com
# Specify the login credentials for the Salesforce staging/test organization
sf.test.username =
sf.test.password =
sf.test.token =
sf.test.url = https://login.salesforce.com
# Specify the login credentials for the Salesforce production/packaging organization
sf.prod.username =
sf.prod.password =
sf.prod.token =
sf.prod.url = https://login.salesforce.com
#sf.pkgName = <Insert comma separated package names to be retrieved>
#sf.zipFile = <Insert path of the zipfile to be retrieved>
#sf.metadataType = CustomObject
# If your network requires an HTTP proxy, see http://ant.apache.org/manual/proxy.html for configuration.