master #11

Manually merged
claudio.atzori merged 275 commits from :master into enrichment_wfs 2020-05-11 15:14:56 +02:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 78578c3ccf - Show all commits

View File

@ -107,7 +107,7 @@
<arg>${nameNode}/${sourcePath}/organization</arg>
<arg>${nameNode}/${outputPath}/organization</arg>
</distcp>
<ok to="copy"/>
<ok to="wait"/>
<error to="Kill"/>
</action>
<action name="copy_projects">
@ -117,7 +117,7 @@
<arg>${nameNode}/${sourcePath}/project</arg>
<arg>${nameNode}/${outputPath}/project</arg>
</distcp>
<ok to="copy"/>
<ok to="wait"/>
<error to="Kill"/>
</action>
@ -128,7 +128,7 @@
<arg>${nameNode}/${sourcePath}/datasource</arg>
<arg>${nameNode}/${outputPath}/datasource</arg>
</distcp>
<ok to="copy"/>
<ok to="wait"/>
<error to="Kill"/>
</action>