stable

Clone or download

Read-only

Refactoring: extract workflow content in a dedicated RNC file

This is part of story #13243 Import/export workflow simple mode via XML No functional change here. The tracker-definition.rnc file is big, so I moved the workflow content in a dedicated rnc file. It will ease the addition of new content for workflow content. Change-Id: Ic72e1fd4aed49762d3d5e6a16ee0863ee45e7db8

Modified Files

Name
M Makefile +1 −1 Go to diff View file
M plugins/tracker/www/resources/tracker-definition.rnc +1 −100 Go to diff View file
M plugins/tracker/www/resources/tracker-definition.rng +1 −190 Go to diff View file
A plugins/tracker/www/resources/workflow.rnc +99 −0 Go to diff View file
A plugins/tracker/www/resources/workflow.rng +193 −0 Go to diff View file
M src/common/xml/resources/project/tracker-definition.rng +1 −190 Go to diff View file
A src/common/xml/resources/project/workflow.rng +193 −0 Go to diff View file