Skip to content

Commit e21c24c

Browse files
committed
Add another name to flux command "stream-to-xml"
This name points to SimpleXmlEncoder. Keeping the old name for compatibility reasons. See #308.
1 parent fb844ea commit e21c24c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

metafacture-xml/src/main/resources/flux-commands.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
handle-cg-xml org.metafacture.xml.CGXmlHandler
1717
handle-generic-xml org.metafacture.xml.GenericXmlHandler
1818
stream-to-xml org.metafacture.xml.SimpleXmlEncoder
19+
encode-xml org.metafacture.xml.SimpleXmlEncoder
1920
decode-xml org.metafacture.xml.XmlDecoder
2021
split-xml-elements org.metafacture.xml.XmlElementSplitter
2122
write-xml-files org.metafacture.xml.XmlFilenameWriter

0 commit comments

Comments
 (0)