Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jpazvd committed Apr 14, 2020
2 parents e97075e + 9348e2e commit f1ffdea
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/w/wbopendata.ado
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
*******************************************************************************
* wbopendata
*! v 16.2 13Apr2020 by Joao Pedro Azevedo
* create option metadataoffline
* generates SORUCEID and TOPICID metadata in local installation
* 71 sthlp files are generated and 15mb of documentation is created
*! v 16.2.1 14Apr2020 by Joao Pedro Azevedo
* add flow check before runing _query.ado / _query.ado should not run if
* metadataoffline option is selected.
*******************************************************************************

program def wbopendata, rclass
Expand Down Expand Up @@ -110,6 +109,9 @@ local indicator `indicators'
if ("`metadataoffline'" == "metadataoffline") {

noi _update_wbopendata, update force all
local update "update"
local force "force"
local all "all"
break

}
Expand Down Expand Up @@ -305,6 +307,10 @@ end


**********************************************************************************
* v 16.2 13Apr2020 by Joao Pedro Azevedo
* create option metadataoffline
* generates SORUCEID and TOPICID metadata in local installation
* 71 sthlp files are generated and 15mb of documentation is created
* v 16.1 12Apr2020 by Joao Pedro Azevedo
* remove metadata of SOURCID and TOPICSID from the main dissemination package
* v 16.0.1 31Oct2019 by Joao Pedro Azevedo
Expand Down

0 comments on commit f1ffdea

Please sign in to comment.