Skip to content

Commit

Permalink
update for sfdx beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Polcyn committed Jun 28, 2017
1 parent aa6c56e commit 270ec5d
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 58 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
.project
.settings
/admin_profile
/browser_tests
/destructiveChanges.xml
/installdeploy
/installedPackages
/org_unpackaged
/packaged
/src.orig
/test_results.json
/test_results.xml
/test_results_junit.xml
/uninstall
/uninstallsrc
Expand Down
19 changes: 9 additions & 10 deletions orgs/beta.json
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"
]
}
}
}
21 changes: 10 additions & 11 deletions orgs/dev.json
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"
]
}
}
}
21 changes: 10 additions & 11 deletions orgs/feature.json
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"
]
}
}
}
19 changes: 9 additions & 10 deletions orgs/release.json
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"
]
}
}
}
10 changes: 10 additions & 0 deletions sfdx-project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"packageDirectories": [
{
"path": "src",
"default": true
}
],
"namespace": "npe03",
"sourceApiVersion": "36.0"
}
10 changes: 0 additions & 10 deletions sfdx-workspace.json

This file was deleted.

6 changes: 0 additions & 6 deletions workspace-config.json

This file was deleted.

0 comments on commit 270ec5d

Please sign in to comment.