Support for "private" builds
This commit is contained in:
parent
c4b3887846
commit
a9fe17440a
8 changed files with 70 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue