forked from danieljpeter/salesforceMetadataBackup
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.properties
More file actions
18 lines (15 loc) · 717 Bytes
/
build.properties
File metadata and controls
18 lines (15 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# build.properties
#
# Specify the login credentials for the desired Salesforce organization
sf.username = <salesforce username>
sf.password = <salesforce password + token>
sf.dir = /home/dreamforce/sfMetadata
#sf.pkgName = <Insert comma separated package names to be retrieved>
#sf.zipFile = <Insert path of the zipfile to be retrieved>
#sf.metadataType = ApexClass
# Use 'https://login.salesforce.com' for production or developer edition (the default if not specified).
# Use 'https://test.salesforce.com for sandbox.
#sf.serverurl = https://login.salesforce.com
sf.serverurl = https://na9.salesforce.com
# If your network requires an HTTP proxy, see http://ant.apache.org/manual/proxy.html for configuration.
#