Skip to content

Commit 70c5e1f

Browse files
committed
removing non-essential information from the flow definition xml
changed up the names of the flows
1 parent 75b383b commit 70c5e1f

File tree

34 files changed

+50
-24
lines changed

34 files changed

+50
-24
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ releases/
99
.classpath
1010
.project
1111
gradle-local.properties
12-
/quick-start/environment.properties
13-
/quick-start/assetInstallTime.properties
12+
environment.properties
13+
assetInstallTime.properties
1414
/quick-start/input
1515
/quick-start/plugins
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
<?xml version="1.0" ?><flow xmlns="http://marklogic.com/hub-in-a-box"><name>final</name><entity>Patients</entity><type>conformance</type><complexity>simple</complexity><data-format>application/xml</data-format><plugins></plugins></flow>
1+
<?xml version="1.0" ?>
2+
<flow xmlns="http://marklogic.com/data-hub">
3+
<complexity>simple</complexity>
4+
<data-format>application/xml</data-format>
5+
<plugins></plugins>
6+
</flow>
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
<?xml version="1.0" ?><flow xmlns="http://marklogic.com/hub-in-a-box"><name>hl7</name><entity>Patients</entity><type>input</type><complexity>simple</complexity><data-format>application/xml</data-format><plugins></plugins></flow>
1+
<?xml version="1.0" ?>
2+
<flow xmlns="http://marklogic.com/data-hub">
3+
<complexity>simple</complexity>
4+
<data-format>application/xml</data-format>
5+
<plugins></plugins>
6+
</flow>
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
<?xml version="1.0" ?><flow xmlns="http://marklogic.com/hub-in-a-box"><name>nppes</name><entity>patientrecords</entity><type>input</type><complexity>simple</complexity><data-format>application/xml</data-format><plugins></plugins></flow>
1+
<?xml version="1.0" ?>
2+
<flow xmlns="http://marklogic.com/data-hub">
3+
<complexity>simple</complexity>
4+
<data-format>application/xml</data-format>
5+
<plugins></plugins>
6+
</flow>

0 commit comments

Comments
 (0)