Support for "private" builds

This commit is contained in:
Jeff Parsons 2016-04-14 14:24:52 -07:00
commit a9fe17440a
8 changed files with 70 additions and 4 deletions

View file

@ -218,6 +218,7 @@ function parseXML(sXML, sXMLFile, idMachine, sParms, fResolve, display, done)
done(sXML, xmlDoc);
};
if (sXML) {
if (PRIVATE) sXML = sXML.replace(/\/library.xml/, "/private/library.xml");
if (fResolve) {
resolveXML(sXML, display, buildXML);
return;