forked from D-Net/dnet-hadoop
change the position of value and description elements in the workflow definition
This commit is contained in:
parent
abcbebcbb4
commit
05a99cfb61
|
@ -28,8 +28,8 @@
|
||||||
</property>
|
</property>
|
||||||
<property>
|
<property>
|
||||||
<name>dbSchema</name>
|
<name>dbSchema</name>
|
||||||
<description>the database schema according to the D-Net infrastructure (beta or production)</description>
|
|
||||||
<value>beta</value>
|
<value>beta</value>
|
||||||
|
<description>the database schema according to the D-Net infrastructure (beta or production)</description>
|
||||||
</property>
|
</property>
|
||||||
<property>
|
<property>
|
||||||
<name>mongoURL</name>
|
<name>mongoURL</name>
|
||||||
|
|
Loading…
Reference in New Issue