-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from SalesforceFoundation/feature/sfdx-beta
SFDX beta
- Loading branch information
Showing
8 changed files
with
60 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,27 @@ | ||
.*.swp | ||
.DS_Store | ||
.appcloud | ||
.externalToolBuilders | ||
.project | ||
.settings | ||
build.properties | ||
salesforce.schema | ||
Referenced Packages | ||
/destructiveChanges.xml | ||
/admin_profile | ||
/uninstall | ||
/uninstallsrc | ||
/browser_tests | ||
/destructiveChanges.xml | ||
/installdeploy | ||
/installedPackages | ||
/org_unpackaged | ||
/packaged | ||
/src.orig | ||
/test_results.json | ||
/test_results.xml | ||
/test_results_junit.xml | ||
/uninstall | ||
/uninstallsrc | ||
/unpackaged/*/*/*.zip | ||
/unpackaged/namespaced_zipped | ||
/unpackaged/zipped | ||
/unpackaged_stage | ||
/packaged | ||
/test_results.json | ||
/test_results_junit.xml | ||
/venv | ||
.*.swp | ||
Referenced Packages | ||
build.properties | ||
salesforce.schema |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
{ | ||
"Company": "Affiliations - Beta Test Org", | ||
"Country": "US", | ||
"LastName": "Belvedere", | ||
"Email": "[email protected]", | ||
"Edition": "Developer", | ||
"OrgPreferences" : { | ||
"DisableParallelApexTesting" : true, | ||
"S1DesktopEnabled" : true, | ||
"ChatterEnabled" : true | ||
"edition": "Developer", | ||
"orgName": "Affiliations - Beta Test Org", | ||
"orgPreferences": { | ||
"enabled": [ | ||
"ChatterEnabled", | ||
"S1DesktopEnabled", | ||
"DisableParallelApexTesting" | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
{ | ||
"Company": "Affiliations - Dev Workspace", | ||
"Country": "US", | ||
"LastName": "Belvedere", | ||
"Email": "[email protected]", | ||
"Edition": "Developer", | ||
"OrgPreferences" : { | ||
"DisableParallelApexTesting" : true, | ||
"S1DesktopEnabled" : true, | ||
"Translation" : true, | ||
"ChatterEnabled" : true | ||
"edition": "Developer", | ||
"orgName": "Affiliations - Dev Workspace", | ||
"orgPreferences": { | ||
"enabled": [ | ||
"ChatterEnabled", | ||
"Translation", | ||
"S1DesktopEnabled", | ||
"DisableParallelApexTesting" | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
{ | ||
"Company": "Affiliations - Feature Test Org", | ||
"Country": "US", | ||
"LastName": "Belvedere", | ||
"Email": "[email protected]", | ||
"Edition": "Developer", | ||
"OrgPreferences" : { | ||
"DisableParallelApexTesting" : true, | ||
"S1DesktopEnabled" : true, | ||
"Translation" : true, | ||
"ChatterEnabled" : true | ||
"edition": "Developer", | ||
"orgName": "Affiliations - Feature Test Org", | ||
"orgPreferences": { | ||
"enabled": [ | ||
"ChatterEnabled", | ||
"Translation", | ||
"S1DesktopEnabled", | ||
"DisableParallelApexTesting" | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
{ | ||
"Company": "Affiliations - Release Test Org", | ||
"Country": "US", | ||
"LastName": "Belvedere", | ||
"Email": "[email protected]", | ||
"Edition": "Developer", | ||
"OrgPreferences" : { | ||
"DisableParallelApexTesting" : true, | ||
"S1DesktopEnabled" : true, | ||
"ChatterEnabled" : true | ||
"edition": "Developer", | ||
"orgName": "Affiliations - Release Test Org", | ||
"orgPreferences": { | ||
"enabled": [ | ||
"ChatterEnabled", | ||
"S1DesktopEnabled", | ||
"DisableParallelApexTesting" | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"packageDirectories": [ | ||
{ | ||
"path": "src", | ||
"default": true | ||
} | ||
], | ||
"namespace": "", | ||
"sourceApiVersion": "36.0" | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.