Skip to content

A java command line tool to convert a .properties file to a Zimlet config_template.xml

License

Notifications You must be signed in to change notification settings

Zimbra-Community/prop2xml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prop2xml

A java command line tool to convert a .properties file to a Zimlet config_template.xml

usage

java -jar prop2xml.jar rootelem /tmp/newconfig.properties /tmp/config_template.xml

input

 /tmp/newconfig.properties
 key=value

output

/tmp/config_template.xml
<?xml version="1.0" encoding="UTF-8"?>
<!--
DO NOT MANUALLY CHANGE THIS FILE
Please read the documentation.
-->
<zimletConfig name="rootelem" version="1.0"><global>
<property name="key">value</property>
</global></zimletConfig>

About

A java command line tool to convert a .properties file to a Zimlet config_template.xml

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published