This file contains hidden or 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
| { | |
| "lastModified": 1413144431, | |
| "name_lc": "dashboard template", | |
| "state": { | |
| "widgets": { | |
| "box_25": { | |
| "params": { | |
| "imgUrl": "", | |
| "borderColor": "rgba(220, 220, 220, 0.2)", | |
| "backgroundColor": "rgba(220, 220, 220, 0.2)", |
This file contains hidden or 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
| { | |
| "lastModified": 1413149207, | |
| "name_lc": "dashboard template (1280)", | |
| "state": { | |
| "widgets": { | |
| "box_25": { | |
| "params": { | |
| "imgUrl": "", | |
| "borderColor": "rgba(220, 220, 220, 0.2)", | |
| "backgroundColor": "rgba(220, 220, 220, 0.2)", |
This file contains hidden or 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
| <target name="deploy" description="Deploys all package components to dev org"> | |
| <!-- stop scheduled job --> | |
| <executeAnonymous username="${de.username}" password="${de.password}"><![CDATA[ | |
| for (SObject j : [SELECT Id FROM CronTrigger]) System.abortJob(j.Id); | |
| ]]></executeAnonymous> | |
| <!-- upload code --> | |
| <sf:deploy | |
| username="${de.username}" | |
| password="${de.password}" |