Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

The update.rdf file is used to facilitate updates to Modules. The location of the update.rdf file must be placed in the config.xml under the updateURLtag.

The update.rdf should look similar to the following:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//OpenMRS//DTD OpenMRS Update 1.0//EN" "http://resources.openmrs.org/doctype/update-1.0.dtd">

<update configVersion="1.0">
<moduleId>formEntry</moduleId>
<currentVersion>1.0</currentVersion>
<downloadURL> https://modules.openmrs.org/modules/formentry/formentry-1.0.omod </downloadURL>
</update>
  • No labels