-
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.
- Loading branch information
Chris Polcyn
committed
Jun 28, 2017
1 parent
aa6c56e
commit 270ec5d
Showing
8 changed files
with
50 additions
and
58 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
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": "Recurring Donations - Beta Test Org", | ||
"Country": "US", | ||
"LastName": "Belvedere", | ||
"Email": "[email protected]", | ||
"Edition": "Developer", | ||
"OrgPreferences" : { | ||
"DisableParallelApexTesting" : true, | ||
"S1DesktopEnabled" : true, | ||
"ChatterEnabled" : true | ||
"edition": "Developer", | ||
"orgName": "Recurring Donations - 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": "Recurring Donations - Dev Workspace", | ||
"Country": "US", | ||
"LastName": "Belvedere", | ||
"Email": "[email protected]", | ||
"Edition": "Developer", | ||
"OrgPreferences" : { | ||
"DisableParallelApexTesting" : true, | ||
"S1DesktopEnabled" : true, | ||
"Translation" : true, | ||
"ChatterEnabled" : true | ||
"edition": "Developer", | ||
"orgName": "Recurring Donations - 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": "Recurring Donations - Feature Test Org", | ||
"Country": "US", | ||
"LastName": "Belvedere", | ||
"Email": "[email protected]", | ||
"Edition": "Developer", | ||
"OrgPreferences" : { | ||
"DisableParallelApexTesting" : true, | ||
"S1DesktopEnabled" : true, | ||
"Translation" : true, | ||
"ChatterEnabled" : true | ||
"edition": "Developer", | ||
"orgName": "Recurring Donations - 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": "Recurring Donations - Release Test Org", | ||
"Country": "US", | ||
"LastName": "Belvedere", | ||
"Email": "[email protected]", | ||
"Edition": "Developer", | ||
"OrgPreferences" : { | ||
"DisableParallelApexTesting" : true, | ||
"S1DesktopEnabled" : true, | ||
"ChatterEnabled" : true | ||
"edition": "Developer", | ||
"orgName": "Recurring Donations - 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": "npe03", | ||
"sourceApiVersion": "36.0" | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.