diff --git a/etc/build/build.xml b/etc/build/build.xml deleted file mode 100644 index dd4542c7c..000000000 --- a/etc/build/build.xml +++ /dev/null @@ -1,537 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - window.PROXY_URL = window.PROXY_URL || 'https://viewer.diagrams.net/proxy'; - window.STYLE_PATH = window.STYLE_PATH || 'https://viewer.diagrams.net/styles'; - window.SHAPES_PATH = window.SHAPES_PATH || 'https://viewer.diagrams.net/shapes'; - window.STENCIL_PATH = window.STENCIL_PATH || 'https://viewer.diagrams.net/stencils'; - window.DRAW_MATH_URL = window.DRAW_MATH_URL || 'https://viewer.diagrams.net/math/es5'; - window.GRAPH_IMAGE_PATH = window.GRAPH_IMAGE_PATH || 'https://viewer.diagrams.net/img'; - window.mxImageBasePath = window.mxImageBasePath || 'https://viewer.diagrams.net/mxgraph/images'; - window.mxBasePath = window.mxBasePath || 'https://viewer.diagrams.net/mxgraph/'; - window.mxLoadStylesheets = window.mxLoadStylesheets || false; - - - - - - - - - - Graph.prototype.defaultThemes['default-style2'] = mxUtils.parseXml(` - - - - `).documentElement; - Graph.prototype.defaultThemes['darkTheme'] = Graph.prototype.defaultThemes['default-style2']; - - - - - - - - mxResources.parse(` - - - - `); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - (function() - { - Editor.initMath(); - GraphViewer.initCss(); - - if (window.onDrawioViewerLoad != null) - { - window.onDrawioViewerLoad(); - } - else - { - GraphViewer.processElements(); - } - })(); - - - - - - - - - - - - - - - mxStencilRegistry.allowEval = false; - - (function() - { - try - { - if (Editor.enableServiceWorker) - { - navigator.serviceWorker.register('/service-worker.js'); - } - } - catch (e) - { - if (window.console != null) - { - console.error(e); - } - } - })(); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -