diff --git a/build.dev.branch1.properties b/build.dev.branch1.properties new file mode 100644 index 0000000..08cd580 --- /dev/null +++ b/build.dev.branch1.properties @@ -0,0 +1,11 @@ +## build.properties +sf.username = madhav+cidf14dev1@gmail.com +sf.password = satyasai12rb1nzYxDgNYBgIQfOkJTKiK +sf.serverurl = https://login.salesforce.com +sf.maxPoll = 600 + +## settings to change in branch properties +## copy the build.master.properties to build.[branch].properties +sf.runallTests = true +sf.checkOnly = true +build.cmd = DeployAndCheckOnly \ No newline at end of file diff --git a/src/classes/WarehouseDataInstall.cls b/src/classes/WarehouseDataInstall.cls index 22e1a2d..1f580ae 100644 --- a/src/classes/WarehouseDataInstall.cls +++ b/src/classes/WarehouseDataInstall.cls @@ -1,3 +1,4 @@ +//added a comment public with sharing class WarehouseDataInstall { public WarehouseDataInstall() {}