Commit d5d9cd3a authored by Alexey.Golubev's avatar Alexey.Golubev Committed by Alexander.Trofimov

Изменены пути после рефакторинга.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@46999 954022d7-b5bf-4e40-9824-e11837661b57
parent 398b4872
......@@ -5,100 +5,100 @@
},
"update_src": {
"revision": "HEAD",
"src": "../OfficeWebCommon ../OfficeWebWord ../OfficeWebExcel ../OfficeWebPowerPoint"
"src": "../Common ../Word ../Excel ../PowerPoint"
},
"extract_api": {
"src": "../OfficeWebWord/WebWord/apiCommon.js",
"dst": "../OfficeWebExcel/.build/Log/apiCommonExport.js"
"src": "../Word/WebWord/apiCommon.js",
"dst": "../Excel/.build/Log/apiCommonExport.js"
},
"compile": {
"sdk": {
"src": [
"../OfficeWebCommon/Build/License.js",
"../OfficeWebCommon/docscoapisettings.js",
"../OfficeWebCommon/docscoapicommon.js",
"../OfficeWebCommon/docscoapi.js",
"../OfficeWebCommon/downloaderfiles.js",
"../OfficeWebCommon/commonDefines.js",
"../OfficeWebCommon/editorscommon.js",
"../OfficeWebCommon/NumFormat.js",
"../OfficeWebCommon/Charts/charts.js",
"../OfficeWebCommon/Charts/DrawingObjects.js",
"../OfficeWebWord/FontsFreeType/font_engine.js",
"../OfficeWebWord/FontsFreeType/FontFile.js",
"../OfficeWebWord/FontsFreeType/FontManager.js",
"../OfficeWebWord/WebWord/Drawing/Externals.js",
"../OfficeWebWord/WebWord/Drawing/Graphics.js",
"../OfficeWebWord/WebWord/Drawing/Metafile.js",
"../OfficeWebWord/WebWord/Drawing/AllFonts.js",
"../OfficeWebWord/WebWord/Drawing/GlobalLoaders.js",
"../OfficeWebWord/FontsFreeType/FontExport.js",
"../OfficeWebExcel/offlinedocs/test-workbook9/Editor.js",
"../OfficeWebExcel/offlinedocs/empty-workbook.js",
"../OfficeWebExcel/utils/utils.js",
"../OfficeWebExcel/model/clipboard.js",
"../OfficeWebExcel/model/autofilters.js",
"../OfficeWebExcel/graphics/DrawingContext.js",
"../OfficeWebExcel/graphics/pdfprinter.js",
"../OfficeWebExcel/model/CollaborativeEditing.js",
"../OfficeWebExcel/model/parserFormula.js",
"../OfficeWebExcel/model/Serialize.js",
"../OfficeWebExcel/model/WorkbookElems.js",
"../OfficeWebExcel/model/Workbook.js",
"../OfficeWebExcel/model/CellInfo.js",
"../OfficeWebExcel/model/AdvancedOptions.js",
"../OfficeWebExcel/model/History.js",
"../OfficeWebExcel/model/UndoRedo.js",
"../OfficeWebExcel/model/CellComment.js",
"../OfficeWebExcel/view/StringRender.js",
"../OfficeWebExcel/view/CellTextRender.js",
"../OfficeWebExcel/view/CellEditorView.js",
"../OfficeWebExcel/view/WorksheetView.js",
"../OfficeWebExcel/view/HandlerList.js",
"../OfficeWebExcel/view/EventsController.js",
"../OfficeWebExcel/view/WorkbookView.js",
"../OfficeWebExcel/view/scroll.js",
"../OfficeWebWord/WebWord/Editor/SerializeCommon.js",
"../OfficeWebWord/WebWord/Editor/GraphicObjects/ObjectTypes/Format.js",
"../OfficeWebCommon/Shapes/Serialize.js",
"../OfficeWebCommon/Shapes/SerializeWriter.js",
"../OfficeWebCommon/SerializeCommonWordExcel.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.common.core.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.common.annotate.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.common.context.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.common.effects.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.common.key.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.common.resizing.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.common.tooltips.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.common.zoom.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.bar.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.bipolar.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.gantt.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.hbar.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.line.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.pie.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.radar.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.rose.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.rscatter.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.scatter.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.waterfall.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.chartProperties.js",
"../OfficeWebCommon/Charts/libraries/hsv.js",
"../OfficeWebCommon/Charts/libraries/rgbcolor.js",
"../OfficeWebWord/WebWord/apiCommon.js",
"../OfficeWebExcel/.build/Log/apiCommonExport.js",
"../OfficeWebExcel/api.js",
"../OfficeWebExcel/apiDefines.js"
"../Common/Build/License.js",
"../Common/docscoapisettings.js",
"../Common/docscoapicommon.js",
"../Common/docscoapi.js",
"../Common/downloaderfiles.js",
"../Common/commonDefines.js",
"../Common/editorscommon.js",
"../Common/NumFormat.js",
"../Common/Charts/charts.js",
"../Common/Charts/DrawingObjects.js",
"../Word/FontsFreeType/font_engine.js",
"../Word/FontsFreeType/FontFile.js",
"../Word/FontsFreeType/FontManager.js",
"../Word/WebWord/Drawing/Externals.js",
"../Word/WebWord/Drawing/Graphics.js",
"../Word/WebWord/Drawing/Metafile.js",
"../Word/WebWord/Drawing/AllFonts.js",
"../Word/WebWord/Drawing/GlobalLoaders.js",
"../Word/FontsFreeType/FontExport.js",
"../Excel/offlinedocs/test-workbook9/Editor.js",
"../Excel/offlinedocs/empty-workbook.js",
"../Excel/utils/utils.js",
"../Excel/model/clipboard.js",
"../Excel/model/autofilters.js",
"../Excel/graphics/DrawingContext.js",
"../Excel/graphics/pdfprinter.js",
"../Excel/model/CollaborativeEditing.js",
"../Excel/model/parserFormula.js",
"../Excel/model/Serialize.js",
"../Excel/model/WorkbookElems.js",
"../Excel/model/Workbook.js",
"../Excel/model/CellInfo.js",
"../Excel/model/AdvancedOptions.js",
"../Excel/model/History.js",
"../Excel/model/UndoRedo.js",
"../Excel/model/CellComment.js",
"../Excel/view/StringRender.js",
"../Excel/view/CellTextRender.js",
"../Excel/view/CellEditorView.js",
"../Excel/view/WorksheetView.js",
"../Excel/view/HandlerList.js",
"../Excel/view/EventsController.js",
"../Excel/view/WorkbookView.js",
"../Excel/view/scroll.js",
"../Word/WebWord/Editor/SerializeCommon.js",
"../Word/WebWord/Editor/GraphicObjects/ObjectTypes/Format.js",
"../Common/Shapes/Serialize.js",
"../Common/Shapes/SerializeWriter.js",
"../Common/SerializeCommonWordExcel.js",
"../Common/Charts/libraries/OfficeExcel.common.core.js",
"../Common/Charts/libraries/OfficeExcel.common.annotate.js",
"../Common/Charts/libraries/OfficeExcel.common.context.js",
"../Common/Charts/libraries/OfficeExcel.common.effects.js",
"../Common/Charts/libraries/OfficeExcel.common.key.js",
"../Common/Charts/libraries/OfficeExcel.common.resizing.js",
"../Common/Charts/libraries/OfficeExcel.common.tooltips.js",
"../Common/Charts/libraries/OfficeExcel.common.zoom.js",
"../Common/Charts/libraries/OfficeExcel.bar.js",
"../Common/Charts/libraries/OfficeExcel.bipolar.js",
"../Common/Charts/libraries/OfficeExcel.gantt.js",
"../Common/Charts/libraries/OfficeExcel.hbar.js",
"../Common/Charts/libraries/OfficeExcel.line.js",
"../Common/Charts/libraries/OfficeExcel.pie.js",
"../Common/Charts/libraries/OfficeExcel.radar.js",
"../Common/Charts/libraries/OfficeExcel.rose.js",
"../Common/Charts/libraries/OfficeExcel.rscatter.js",
"../Common/Charts/libraries/OfficeExcel.scatter.js",
"../Common/Charts/libraries/OfficeExcel.waterfall.js",
"../Common/Charts/libraries/OfficeExcel.chartProperties.js",
"../Common/Charts/libraries/hsv.js",
"../Common/Charts/libraries/rgbcolor.js",
"../Word/WebWord/apiCommon.js",
"../Excel/.build/Log/apiCommonExport.js",
"../Excel/api.js",
"../Excel/apiDefines.js"
],
"dst": "../OfficeWebExcel/sdk-all.js",
"dst": "../Excel/sdk-all.js",
"externs": [
"../OfficeWebCommon/Build/Externs.js",
"../OfficeWebExcel/jquery/jquery-1.7.1.js",
"../OfficeWebExcel/jquery/jquery.mousewheel-3.0.6.js",
"../OfficeWebCommon/3rdparty/XRegExp/xregexp-all-min.js"
"../Common/Build/Externs.js",
"../Excel/jquery/jquery-1.7.1.js",
"../Excel/jquery/jquery.mousewheel-3.0.6.js",
"../Common/3rdparty/XRegExp/xregexp-all-min.js"
],
"map": "sdk-all.js.map",
"log": "../OfficeWebExcel/.build/Log",
"log": "../Excel/.build/Log",
"define": [
"ASC_DOCS_API_LOAD_COAUTHORING_SETTINGS=false",
"ASC_DOCS_API_USE_FONTS_ORIGINAL_FORMAT=true"
......@@ -106,73 +106,73 @@
},
"defines": {
"src": [
"../OfficeWebCommon/Shapes/EditorSettings.js",
"../OfficeWebCommon/commonDefines.js",
"../OfficeWebExcel/apiDefines.js"
"../Common/Shapes/EditorSettings.js",
"../Common/commonDefines.js",
"../Excel/apiDefines.js"
],
"dst": "apiDefines.min.js"
},
"source_map": {
"url": "http://localhost:8080/sdk/OfficeWebExcel"
"url": "http://localhost:8080/sdk/Excel"
}
},
"deploy": {
"copy": {
"common": {
"files": {
"<%= pkg.menu_path %>/OfficeWebExcel/model/": [
"../OfficeWebCommon/Charts/DrawingObjects.js"
"<%= pkg.menu_path %>/Excel/model/": [
"../Common/Charts/DrawingObjects.js"
]
}
},
"api": {
"files": {
"<%= pkg.menu_path %>/OfficeWebExcel/": [
"../OfficeWebExcel/api.js",
"../OfficeWebExcel/apiDefines.js",
"../OfficeWebExcel/view/EventsController.js",
"../OfficeWebExcel/view/HandlerList.js",
"../OfficeWebExcel/model/AdvancedOptions.js",
"../OfficeWebExcel/model/CellInfo.js",
"../OfficeWebExcel/model/CellComment.js",
"../OfficeWebExcel/utils/utils.js",
"../OfficeWebExcel/css/*.css"
"<%= pkg.menu_path %>/Excel/": [
"../Excel/api.js",
"../Excel/apiDefines.js",
"../Excel/view/EventsController.js",
"../Excel/view/HandlerList.js",
"../Excel/model/AdvancedOptions.js",
"../Excel/model/CellInfo.js",
"../Excel/model/CellComment.js",
"../Excel/utils/utils.js",
"../Excel/css/*.css"
]
}
},
"sdk": {
"files": {
"<%= pkg.menu_path %>/OfficeWebExcel/": "../OfficeWebExcel/sdk-all.js"
"<%= pkg.menu_path %>/Excel/": "../Excel/sdk-all.js"
}
},
"doc": {
"files": {
"<%= pkg.menu_path %>/OfficeWebExcel/offlinedocs/test-workbook9/": "../OfficeWebExcel/offlinedocs/test-workbook9/**"
"<%= pkg.menu_path %>/Excel/offlinedocs/test-workbook9/": "../Excel/offlinedocs/test-workbook9/**"
}
},
"log": {
"files": {
"<%= pkg.menu_path %>/OfficeWebExcel/": "../OfficeWebExcel/sdk-all.js.map"
"<%= pkg.menu_path %>/Excel/": "../Excel/sdk-all.js.map"
}
},
"samlpe": {
"files": {
"<%= pkg.menu_path %>/OfficeWebExcel/Spreadsheet.html": "../OfficeWebExcel/Spreadsheet.html.deploy"
"<%= pkg.menu_path %>/Excel/Spreadsheet.html": "../Excel/Spreadsheet.html.deploy"
}
},
"samlpe_files": {
"files": {
"<%= pkg.menu_path %>/OfficeWebExcel/": [
"../OfficeWebExcel/jquery/jquery-1.7.1.js",
"../OfficeWebExcel/jquery/jquery.mousewheel-3.0.6.js",
"../OfficeWebExcel/css/nav-buttons.png",
"../OfficeWebExcel/css/gradient.png"
"<%= pkg.menu_path %>/Excel/": [
"../Excel/jquery/jquery-1.7.1.js",
"../Excel/jquery/jquery.mousewheel-3.0.6.js",
"../Excel/css/nav-buttons.png",
"../Excel/css/gradient.png"
]
}
}
},
"store_log": {
"dst": "../OfficeWebExcel/.build/Log"
"dst": "../Excel/.build/Log"
}
},
"tasks": {
......
......@@ -5,99 +5,99 @@
},
"update_src": {
"revision": "HEAD",
"src": "../OfficeWebCommon ../OfficeWebWord ../OfficeWebPowerPoint"
"src": "../Common ../Word ../PowerPoint"
},
"concat_api": {
"../OfficeWebPowerPoint/api-all.js": [
"../OfficeWebPowerPoint/api.js",
"../OfficeWebPowerPoint/apiCommon.js"
"../PowerPoint/api-all.js": [
"../PowerPoint/api.js",
"../PowerPoint/apiCommon.js"
]
},
"extract_api": {
"src": "../OfficeWebPowerPoint/api-all.js",
"dst": "../OfficeWebPowerPoint/Build/Log/apiExport.js"
"src": "../PowerPoint/api-all.js",
"dst": "../PowerPoint/Build/Log/apiExport.js"
},
"compile": {
"sdk": {
"src": [
"../OfficeWebCommon/Build/License.js",
"../OfficeWebCommon/docscoapisettings.js",
"../OfficeWebCommon/docscoapicommon.js",
"../OfficeWebCommon/docscoapi.js",
"../OfficeWebCommon/wordcopypaste.js",
"../OfficeWebCommon/downloaderfiles.js",
"../OfficeWebCommon/editorscommon.js",
"../OfficeWebCommon/Shapes/Serialize.js",
"../OfficeWebCommon/Shapes/SerializeWriter.js",
"../OfficeWebWord/FontsFreeType/font_engine.js",
"../OfficeWebWord/FontsFreeType/FontFile.js",
"../OfficeWebWord/FontsFreeType/FontManager.js",
"../OfficeWebWord/WebWord/Drawing/Externals.js",
"../OfficeWebWord/WebWord/Drawing/AllFonts.js",
"../OfficeWebWord/WebWord/Drawing/GlobalLoaders.js",
"../OfficeWebPowerPoint/Drawing/ThemeLoader.js",
"../OfficeWebPowerPoint/Editor/CollaborativeEditing.js",
"../OfficeWebWord/FontsFreeType/FontExport.js",
"../OfficeWebPowerPoint/Editor/Styles.js",
"../OfficeWebPowerPoint/Editor/ParagraphContent.js",
"../OfficeWebWord/WebWord/Drawing/Metafile.js",
"../OfficeWebWord/WebWord/Drawing/GraphicsEvents.js",
"../OfficeWebWord/WebWord/Drawing/WorkEvents.js",
"../OfficeWebWord/WebWord/Drawing/Controls.js",
"../OfficeWebWord/WebWord/Drawing/Rulers.js",
"../OfficeWebPowerPoint/Editor/Table.js",
"../OfficeWebWord/WebWord/Editor/Common.js",
"../OfficeWebWord/WebWord/Editor/Sections.js",
"../OfficeWebWord/WebWord/Editor/CollaborativeEditing.js",
"../OfficeWebWord/WebWord/Drawing/scrolls/scroll.js",
"../OfficeWebPowerPoint/Editor/History.js",
"../OfficeWebPowerPoint/Editor/Paragraph.js",
"../OfficeWebPowerPoint/Editor/FlowObjects.js",
"../OfficeWebPowerPoint/Editor/DocumentContent.js",
"../OfficeWebPowerPoint/Editor/Presentation.js",
"../OfficeWebPowerPoint/Editor/SlideShowInfo.js",
"../OfficeWebPowerPoint/Editor/PresentationProperties.js",
"../OfficeWebPowerPoint/Editor/Shape.js",
"../OfficeWebPowerPoint/Editor/GraphicFrame.js",
"../OfficeWebPowerPoint/Editor/Numbering.js",
"../OfficeWebPowerPoint/Editor/TextBody.js",
"../OfficeWebPowerPoint/Editor/TableShape.js",
"../OfficeWebPowerPoint/Editor/Drawing/Geometry.js",
"../OfficeWebPowerPoint/Editor/Drawing/CreateGoemetry.js",
"../OfficeWebPowerPoint/Editor/Drawing/ColorArray.js",
"../OfficeWebPowerPoint/Editor/Drawing/Math.js",
"../OfficeWebPowerPoint/Editor/Drawing/Path.js",
"../OfficeWebPowerPoint/Editor/Drawing/ArcTo.js",
"../OfficeWebPowerPoint/Editor/Drawing/GraphicFigure.js",
"../OfficeWebPowerPoint/Editor/Drawing/Clone.js",
"../OfficeWebPowerPoint/Editor/Drawing/CImage.js",
"../OfficeWebPowerPoint/Editor/Drawing/StatesAutoShapes.js",
"../OfficeWebPowerPoint/Editor/Drawing/AutoShapesContainer.js",
"../OfficeWebPowerPoint/Editor/Drawing/Spline.js",
"../OfficeWebPowerPoint/Editor/Drawing/PolyLine.js",
"../OfficeWebPowerPoint/Editor/Drawing/PolyLine2.js",
"../OfficeWebPowerPoint/Editor/Drawing/Hit.js",
"../OfficeWebPowerPoint/Editor/Drawing/GroupShape.js",
"../OfficeWebPowerPoint/Editor/Drawing/Joined.js",
"../OfficeWebWord/WebWord/Drawing/Graphics.js",
"../OfficeWebWord/WebWord/Drawing/Overlay.js",
"../OfficeWebWord/WebWord/Drawing/ShapeDrawer.js",
"../OfficeWebPowerPoint/Drawing/DrawingDocument.js",
"../OfficeWebPowerPoint/Drawing/HtmlPage.js",
"../OfficeWebPowerPoint/Editor/Format.js",
"../OfficeWebPowerPoint/apiDefines.js",
"../OfficeWebPowerPoint/api-all.js",
"../OfficeWebPowerPoint/Build/Log/apiExport.js"
"../Common/Build/License.js",
"../Common/docscoapisettings.js",
"../Common/docscoapicommon.js",
"../Common/docscoapi.js",
"../Common/wordcopypaste.js",
"../Common/downloaderfiles.js",
"../Common/editorscommon.js",
"../Common/Shapes/Serialize.js",
"../Common/Shapes/SerializeWriter.js",
"../Word/FontsFreeType/font_engine.js",
"../Word/FontsFreeType/FontFile.js",
"../Word/FontsFreeType/FontManager.js",
"../Word/WebWord/Drawing/Externals.js",
"../Word/WebWord/Drawing/AllFonts.js",
"../Word/WebWord/Drawing/GlobalLoaders.js",
"../PowerPoint/Drawing/ThemeLoader.js",
"../PowerPoint/Editor/CollaborativeEditing.js",
"../Word/FontsFreeType/FontExport.js",
"../PowerPoint/Editor/Styles.js",
"../PowerPoint/Editor/ParagraphContent.js",
"../Word/WebWord/Drawing/Metafile.js",
"../Word/WebWord/Drawing/GraphicsEvents.js",
"../Word/WebWord/Drawing/WorkEvents.js",
"../Word/WebWord/Drawing/Controls.js",
"../Word/WebWord/Drawing/Rulers.js",
"../PowerPoint/Editor/Table.js",
"../Word/WebWord/Editor/Common.js",
"../Word/WebWord/Editor/Sections.js",
"../Word/WebWord/Editor/CollaborativeEditing.js",
"../Word/WebWord/Drawing/scrolls/scroll.js",
"../PowerPoint/Editor/History.js",
"../PowerPoint/Editor/Paragraph.js",
"../PowerPoint/Editor/FlowObjects.js",
"../PowerPoint/Editor/DocumentContent.js",
"../PowerPoint/Editor/Presentation.js",
"../PowerPoint/Editor/SlideShowInfo.js",
"../PowerPoint/Editor/PresentationProperties.js",
"../PowerPoint/Editor/Shape.js",
"../PowerPoint/Editor/GraphicFrame.js",
"../PowerPoint/Editor/Numbering.js",
"../PowerPoint/Editor/TextBody.js",
"../PowerPoint/Editor/TableShape.js",
"../PowerPoint/Editor/Drawing/Geometry.js",
"../PowerPoint/Editor/Drawing/CreateGoemetry.js",
"../PowerPoint/Editor/Drawing/ColorArray.js",
"../PowerPoint/Editor/Drawing/Math.js",
"../PowerPoint/Editor/Drawing/Path.js",
"../PowerPoint/Editor/Drawing/ArcTo.js",
"../PowerPoint/Editor/Drawing/GraphicFigure.js",
"../PowerPoint/Editor/Drawing/Clone.js",
"../PowerPoint/Editor/Drawing/CImage.js",
"../PowerPoint/Editor/Drawing/StatesAutoShapes.js",
"../PowerPoint/Editor/Drawing/AutoShapesContainer.js",
"../PowerPoint/Editor/Drawing/Spline.js",
"../PowerPoint/Editor/Drawing/PolyLine.js",
"../PowerPoint/Editor/Drawing/PolyLine2.js",
"../PowerPoint/Editor/Drawing/Hit.js",
"../PowerPoint/Editor/Drawing/GroupShape.js",
"../PowerPoint/Editor/Drawing/Joined.js",
"../Word/WebWord/Drawing/Graphics.js",
"../Word/WebWord/Drawing/Overlay.js",
"../Word/WebWord/Drawing/ShapeDrawer.js",
"../PowerPoint/Drawing/DrawingDocument.js",
"../PowerPoint/Drawing/HtmlPage.js",
"../PowerPoint/Editor/Format.js",
"../PowerPoint/apiDefines.js",
"../PowerPoint/api-all.js",
"../PowerPoint/Build/Log/apiExport.js"
],
"dst": "../OfficeWebPowerPoint/sdk-all.js",
"dst": "../PowerPoint/sdk-all.js",
"externs": [
"../OfficeWebCommon/Build/Externs.js",
"../OfficeWebWord/WebWord/Drawing/scrolls/jquery.min.js",
"../OfficeWebCommon/3rdparty/Underscore/underscore-min.js",
"../OfficeWebCommon/3rdparty/Sockjs/sockjs-0.3.min.js"
"../Common/Build/Externs.js",
"../Word/WebWord/Drawing/scrolls/jquery.min.js",
"../Common/3rdparty/Underscore/underscore-min.js",
"../Common/3rdparty/Sockjs/sockjs-0.3.min.js"
],
"map": "sdk-all.js.map",
"log": "../OfficeWebPowerPoint/Build/Log",
"log": "../PowerPoint/Build/Log",
"define": [
"ASC_DOCS_API_LOAD_COAUTHORING_SETTINGS=false",
"ASC_DOCS_API_USE_FONTS_ORIGINAL_FORMAT=true"
......@@ -105,47 +105,47 @@
},
"defines": {
"src": [
"../OfficeWebCommon/Shapes/EditorSettings.js",
"../OfficeWebPowerPoint/themes/Themes.js",
"../OfficeWebPowerPoint/apiDefines.js"
"../Common/Shapes/EditorSettings.js",
"../PowerPoint/themes/Themes.js",
"../PowerPoint/apiDefines.js"
],
"dst": "apiDefines.min.js"
},
"source_map": {
"url": "http://localhost:8080/sdk/OfficeWebPowerPoint"
"url": "http://localhost:8080/sdk/PowerPoint"
}
},
"deploy": {
"copy": {
"api": {
"files": {
"<%= pkg.menu_path %>/OfficeWebPowerPoint/": [
"../OfficeWebPowerPoint/api.js",
"../OfficeWebPowerPoint/apiCommon.js",
"../OfficeWebPowerPoint/apiDefines.js"
"<%= pkg.menu_path %>/PowerPoint/": [
"../PowerPoint/api.js",
"../PowerPoint/apiCommon.js",
"../PowerPoint/apiDefines.js"
]
}
},
"sdk": {
"files": {
"<%= pkg.menu_path %>/OfficeWebPowerPoint/": [
"../OfficeWebPowerPoint/sdk-all.js",
"../OfficeWebPowerPoint/themes/theme*/**"
"<%= pkg.menu_path %>/PowerPoint/": [
"../PowerPoint/sdk-all.js",
"../PowerPoint/themes/theme*/**"
]
}
},
"doc": {
"files": {
"<%= pkg.menu_path %>/OfficeWebPowerPoint/document/": "../OfficeWebPowerPoint/document/**"
"<%= pkg.menu_path %>/PowerPoint/document/": "../PowerPoint/document/**"
}
},
"log": {
"files": {
"<%= pkg.menu_path %>/OfficeWebPowerPoint/": [
"../OfficeWebPowerPoint/sdk-all.js.map",
"../OfficeWebPowerPoint/Build/Log/property.map",
"../OfficeWebPowerPoint/Build/Log/variable.map",
"../OfficeWebPowerPoint/Build/Log/apiExport.js"
"<%= pkg.menu_path %>/PowerPoint/": [
"../PowerPoint/sdk-all.js.map",
"../PowerPoint/Build/Log/property.map",
"../PowerPoint/Build/Log/variable.map",
"../PowerPoint/Build/Log/apiExport.js"
]
},
"options": {
......@@ -154,17 +154,17 @@
},
"sample": {
"files": {
"<%= pkg.menu_path %>/OfficeWebPowerPoint/": [
"../OfficeWebPowerPoint/Images/**",
"../OfficeWebPowerPoint/menu/**",
"../OfficeWebPowerPoint/MenuIcons/**"
"<%= pkg.menu_path %>/PowerPoint/": [
"../PowerPoint/Images/**",
"../PowerPoint/menu/**",
"../PowerPoint/MenuIcons/**"
],
"<%= pkg.menu_path %>/OfficeWebPowerPoint/index.html": "../OfficeWebPowerPoint/index.html.deploy"
"<%= pkg.menu_path %>/PowerPoint/index.html": "../PowerPoint/index.html.deploy"
}
}
},
"store_log": {
"dst": "../OfficeWebPowerPoint/Build/Log"
"dst": "../PowerPoint/Build/Log"
}
},
"tasks": {
......
......@@ -5,128 +5,128 @@
},
"update_src": {
"revision": "HEAD",
"src": "../OfficeWebCommon ../OfficeWebWord"
"src": "../Common ../Word"
},
"concat_api": {
"../OfficeWebWord/WebWord/api-all.js": [
"../OfficeWebWord/WebWord/api.js",
"../OfficeWebWord/WebWord/apiCommon.js"
"../Word/WebWord/api-all.js": [
"../Word/WebWord/api.js",
"../Word/WebWord/apiCommon.js"
]
},
"extract_api": {
"src": "../OfficeWebWord/WebWord/api-all.js",
"dst": "../OfficeWebWord/Build/Log/apiExport.js"
"src": "../Word/WebWord/api-all.js",
"dst": "../Word/Build/Log/apiExport.js"
},
"compile": {
"sdk": {
"src": [
"../OfficeWebCommon/Build/License.js",
"../OfficeWebCommon/docscoapisettings.js",
"../OfficeWebCommon/docscoapicommon.js",
"../OfficeWebCommon/docscoapi.js",
"../OfficeWebCommon/wordcopypaste.js",
"../OfficeWebCommon/downloaderfiles.js",
"../OfficeWebCommon/commonDefines.js",
"../OfficeWebCommon/editorscommon.js",
"../OfficeWebCommon/NumFormat.js",
"../OfficeWebCommon/Shapes/Serialize.js",
"../OfficeWebCommon/Shapes/SerializeWriter.js",
"../OfficeWebCommon/SerializeCommonWordExcel.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.common.core.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.common.annotate.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.common.context.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.common.effects.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.common.key.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.common.resizing.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.common.tooltips.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.common.zoom.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.bar.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.bipolar.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.gantt.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.hbar.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.line.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.pie.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.radar.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.rose.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.rscatter.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.scatter.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.waterfall.js",
"../OfficeWebCommon/Charts/libraries/OfficeExcel.chartProperties.js",
"../OfficeWebCommon/Charts/libraries/hsv.js",
"../OfficeWebCommon/Charts/libraries/rgbcolor.js",
"../OfficeWebCommon/Charts/charts.js",
"../OfficeWebCommon/Charts/DrawingObjects.js",
"../OfficeWebWord/FontsFreeType/font_engine.js",
"../OfficeWebWord/FontsFreeType/FontFile.js",
"../OfficeWebWord/FontsFreeType/FontManager.js",
"../OfficeWebWord/WebWord/Drawing/Externals.js",
"../OfficeWebWord/WebWord/Drawing/AllFonts.js",
"../OfficeWebWord/WebWord/Drawing/GlobalLoaders.js",
"../OfficeWebWord/FontsFreeType/FontExport.js",
"../OfficeWebWord/WebWord/Drawing/translations.js",
"../OfficeWebWord/WebWord/Editor/GraphicObjects/GraphicObjects.js",
"../OfficeWebWord/WebWord/Editor/GraphicObjects/GraphicPage.js",
"../OfficeWebWord/WebWord/Editor/GraphicObjects/States.js",
"../OfficeWebWord/WebWord/Editor/GraphicObjects/Math.js",
"../OfficeWebWord/WebWord/Editor/GraphicObjects/TrackGraphicObjects.js",
"../OfficeWebWord/WebWord/Editor/GraphicObjects/WrapManager.js",
"../OfficeWebWord/WebWord/Editor/GraphicObjects/Spline.js",
"../OfficeWebWord/WebWord/Editor/GraphicObjects/PolyLine.js",
"../OfficeWebWord/WebWord/Editor/GraphicObjects/ObjectTypes/WordShape.js",
"../OfficeWebWord/WebWord/Editor/GraphicObjects/ObjectTypes/WordImage.js",
"../OfficeWebWord/WebWord/Editor/GraphicObjects/ObjectTypes/WordGroupShapes.js",
"../OfficeWebWord/WebWord/Editor/GraphicObjects/ObjectTypes/Format.js",
"../OfficeWebWord/WebWord/Editor/GraphicObjects/ObjectTypes/Geometry.js",
"../OfficeWebWord/WebWord/Editor/GraphicObjects/ObjectTypes/ShapeTracks.js",
"../OfficeWebWord/WebWord/Editor/GraphicObjects/ObjectTypes/GroupTracks.js",
"../OfficeWebWord/WebWord/Editor/GraphicObjects/ObjectTypes/CreateGeometry.js",
"../OfficeWebWord/WebWord/Editor/GraphicObjects/ObjectTypes/Path.js",
"../OfficeWebWord/WebWord/Editor/CollaborativeEditing.js",
"../OfficeWebWord/WebWord/Editor/Comments.js",
"../OfficeWebWord/WebWord/Editor/History.js",
"../OfficeWebWord/WebWord/Editor/Styles.js",
"../OfficeWebWord/WebWord/Editor/DrawingObjects.js",
"../OfficeWebWord/WebWord/Editor/FlowObjects.js",
"../OfficeWebWord/WebWord/Editor/ParagraphContent.js",
"../OfficeWebWord/WebWord/Editor/Paragraph.js",
"../OfficeWebWord/WebWord/Editor/Sections.js",
"../OfficeWebWord/WebWord/Editor/Numbering.js",
"../OfficeWebWord/WebWord/Editor/HeaderFooter.js",
"../OfficeWebWord/WebWord/Editor/Document.js",
"../OfficeWebWord/WebWord/Editor/Common.js",
"../OfficeWebWord/WebWord/Editor/DocumentContent.js",
"../OfficeWebWord/WebWord/Editor/Table.js",
"../OfficeWebWord/WebWord/Editor/Serialize2.js",
"../OfficeWebWord/WebWord/Drawing/Graphics.js",
"../OfficeWebWord/WebWord/Drawing/ArcTo.js",
"../OfficeWebWord/WebWord/Drawing/Hit.js",
"../OfficeWebWord/WebWord/Drawing/ColorArray.js",
"../OfficeWebWord/WebWord/Drawing/Overlay.js",
"../OfficeWebWord/WebWord/Drawing/ShapeDrawer.js",
"../OfficeWebWord/WebWord/Drawing/Metafile.js",
"../OfficeWebWord/WebWord/Drawing/DrawingDocument.js",
"../OfficeWebWord/WebWord/Drawing/GraphicsEvents.js",
"../OfficeWebWord/WebWord/Drawing/scrolls/iscroll.js",
"../OfficeWebWord/WebWord/Drawing/WorkEvents.js",
"../OfficeWebWord/WebWord/Drawing/Controls.js",
"../OfficeWebWord/WebWord/Drawing/Rulers.js",
"../OfficeWebWord/WebWord/Drawing/HtmlPage.js",
"../OfficeWebWord/WebWord/Drawing/documentrenderer.js",
"../OfficeWebWord/WebWord/Drawing/scrolls/scroll.js",
"../OfficeWebWord/WebWord/Editor/SerializeCommon.js",
"../OfficeWebWord/WebWord/apiDefines.js",
"../OfficeWebWord/WebWord/api-all.js",
"../OfficeWebWord/Build/Log/apiExport.js"
"../Common/Build/License.js",
"../Common/docscoapisettings.js",
"../Common/docscoapicommon.js",
"../Common/docscoapi.js",
"../Common/wordcopypaste.js",
"../Common/downloaderfiles.js",
"../Common/commonDefines.js",
"../Common/editorscommon.js",
"../Common/NumFormat.js",
"../Common/Shapes/Serialize.js",
"../Common/Shapes/SerializeWriter.js",
"../Common/SerializeCommonWordExcel.js",
"../Common/Charts/libraries/OfficeExcel.common.core.js",
"../Common/Charts/libraries/OfficeExcel.common.annotate.js",
"../Common/Charts/libraries/OfficeExcel.common.context.js",
"../Common/Charts/libraries/OfficeExcel.common.effects.js",
"../Common/Charts/libraries/OfficeExcel.common.key.js",
"../Common/Charts/libraries/OfficeExcel.common.resizing.js",
"../Common/Charts/libraries/OfficeExcel.common.tooltips.js",
"../Common/Charts/libraries/OfficeExcel.common.zoom.js",
"../Common/Charts/libraries/OfficeExcel.bar.js",
"../Common/Charts/libraries/OfficeExcel.bipolar.js",
"../Common/Charts/libraries/OfficeExcel.gantt.js",
"../Common/Charts/libraries/OfficeExcel.hbar.js",
"../Common/Charts/libraries/OfficeExcel.line.js",
"../Common/Charts/libraries/OfficeExcel.pie.js",
"../Common/Charts/libraries/OfficeExcel.radar.js",
"../Common/Charts/libraries/OfficeExcel.rose.js",
"../Common/Charts/libraries/OfficeExcel.rscatter.js",
"../Common/Charts/libraries/OfficeExcel.scatter.js",
"../Common/Charts/libraries/OfficeExcel.waterfall.js",
"../Common/Charts/libraries/OfficeExcel.chartProperties.js",
"../Common/Charts/libraries/hsv.js",
"../Common/Charts/libraries/rgbcolor.js",
"../Common/Charts/charts.js",
"../Common/Charts/DrawingObjects.js",
"../Word/FontsFreeType/font_engine.js",
"../Word/FontsFreeType/FontFile.js",
"../Word/FontsFreeType/FontManager.js",
"../Word/WebWord/Drawing/Externals.js",
"../Word/WebWord/Drawing/AllFonts.js",
"../Word/WebWord/Drawing/GlobalLoaders.js",
"../Word/FontsFreeType/FontExport.js",
"../Word/WebWord/Drawing/translations.js",
"../Word/WebWord/Editor/GraphicObjects/GraphicObjects.js",
"../Word/WebWord/Editor/GraphicObjects/GraphicPage.js",
"../Word/WebWord/Editor/GraphicObjects/States.js",
"../Word/WebWord/Editor/GraphicObjects/Math.js",
"../Word/WebWord/Editor/GraphicObjects/TrackGraphicObjects.js",
"../Word/WebWord/Editor/GraphicObjects/WrapManager.js",
"../Word/WebWord/Editor/GraphicObjects/Spline.js",
"../Word/WebWord/Editor/GraphicObjects/PolyLine.js",
"../Word/WebWord/Editor/GraphicObjects/ObjectTypes/WordShape.js",
"../Word/WebWord/Editor/GraphicObjects/ObjectTypes/WordImage.js",
"../Word/WebWord/Editor/GraphicObjects/ObjectTypes/WordGroupShapes.js",
"../Word/WebWord/Editor/GraphicObjects/ObjectTypes/Format.js",
"../Word/WebWord/Editor/GraphicObjects/ObjectTypes/Geometry.js",
"../Word/WebWord/Editor/GraphicObjects/ObjectTypes/ShapeTracks.js",
"../Word/WebWord/Editor/GraphicObjects/ObjectTypes/GroupTracks.js",
"../Word/WebWord/Editor/GraphicObjects/ObjectTypes/CreateGeometry.js",
"../Word/WebWord/Editor/GraphicObjects/ObjectTypes/Path.js",
"../Word/WebWord/Editor/CollaborativeEditing.js",
"../Word/WebWord/Editor/Comments.js",
"../Word/WebWord/Editor/History.js",
"../Word/WebWord/Editor/Styles.js",
"../Word/WebWord/Editor/DrawingObjects.js",
"../Word/WebWord/Editor/FlowObjects.js",
"../Word/WebWord/Editor/ParagraphContent.js",
"../Word/WebWord/Editor/Paragraph.js",
"../Word/WebWord/Editor/Sections.js",
"../Word/WebWord/Editor/Numbering.js",
"../Word/WebWord/Editor/HeaderFooter.js",
"../Word/WebWord/Editor/Document.js",
"../Word/WebWord/Editor/Common.js",
"../Word/WebWord/Editor/DocumentContent.js",
"../Word/WebWord/Editor/Table.js",
"../Word/WebWord/Editor/Serialize2.js",
"../Word/WebWord/Drawing/Graphics.js",
"../Word/WebWord/Drawing/ArcTo.js",
"../Word/WebWord/Drawing/Hit.js",
"../Word/WebWord/Drawing/ColorArray.js",
"../Word/WebWord/Drawing/Overlay.js",
"../Word/WebWord/Drawing/ShapeDrawer.js",
"../Word/WebWord/Drawing/Metafile.js",
"../Word/WebWord/Drawing/DrawingDocument.js",
"../Word/WebWord/Drawing/GraphicsEvents.js",
"../Word/WebWord/Drawing/scrolls/iscroll.js",
"../Word/WebWord/Drawing/WorkEvents.js",
"../Word/WebWord/Drawing/Controls.js",
"../Word/WebWord/Drawing/Rulers.js",
"../Word/WebWord/Drawing/HtmlPage.js",
"../Word/WebWord/Drawing/documentrenderer.js",
"../Word/WebWord/Drawing/scrolls/scroll.js",
"../Word/WebWord/Editor/SerializeCommon.js",
"../Word/WebWord/apiDefines.js",
"../Word/WebWord/api-all.js",
"../Word/Build/Log/apiExport.js"
],
"dst": "../OfficeWebWord/WebWord/sdk-all.js",
"dst": "../Word/WebWord/sdk-all.js",
"externs": [
"../OfficeWebCommon/Build/Externs.js",
"../OfficeWebWord/WebWord/Drawing/scrolls/jquery.min.js",
"../OfficeWebCommon/3rdparty/Underscore/underscore-min.js",
"../OfficeWebCommon/3rdparty/Sockjs/sockjs-0.3.min.js"
"../Common/Build/Externs.js",
"../Word/WebWord/Drawing/scrolls/jquery.min.js",
"../Common/3rdparty/Underscore/underscore-min.js",
"../Common/3rdparty/Sockjs/sockjs-0.3.min.js"
],
"map": "sdk-all.js.map",
"log": "../OfficeWebWord/Build/Log",
"log": "../Word/Build/Log",
"define": [
"ASC_DOCS_API_LOAD_COAUTHORING_SETTINGS=false",
"ASC_DOCS_API_USE_FONTS_ORIGINAL_FORMAT=true"
......@@ -134,79 +134,79 @@
},
"defines": {
"src": [
"../OfficeWebCommon/Shapes/EditorSettings.js",
"../OfficeWebCommon/commonDefines.js",
"../OfficeWebWord/WebWord/apiDefines.js"
"../Common/Shapes/EditorSettings.js",
"../Common/commonDefines.js",
"../Word/WebWord/apiDefines.js"
],
"dst": "apiDefines.min.js"
},
"source_map": {
"url": "http://localhost:8080/sdk/OfficeWebWord"
"url": "http://localhost:8080/sdk/Word"
}
},
"deploy": {
"copy": {
"api": {
"files": {
"<%= pkg.menu_path %>/OfficeWebWord/": [
"../OfficeWebWord/WebWord/api.js",
"../OfficeWebWord/WebWord/apiCommon.js",
"../OfficeWebWord/WebWord/apiDefines.js"
"<%= pkg.menu_path %>/Word/": [
"../Word/WebWord/api.js",
"../Word/WebWord/apiCommon.js",
"../Word/WebWord/apiDefines.js"
]
}
},
"sdk": {
"files": {
"<%= pkg.menu_path %>/OfficeWebWord/WebWord/": [
"../OfficeWebWord/WebWord/sdk-all.js",
"../OfficeWebWord/WebWord/Images/*.cur"
"<%= pkg.menu_path %>/Word/WebWord/": [
"../Word/WebWord/sdk-all.js",
"../Word/WebWord/Images/*.cur"
]
}
},
"fonts": {
"files": {
"<%= pkg.menu_path %>/OfficeWebWord/FontsFreeType/FontFiles/":
[
"../OfficeWebWord/FontsFreeType/FontFiles/*.js",
"../OfficeWebWord/FontsFreeType/FontFiles/TrueType/*.ttf",
"../OfficeWebWord/FontsFreeType/FontFiles/TrueType/*.ttc",
"../OfficeWebWord/FontsFreeType/FontFiles/TrueType/*.otf",
"../OfficeWebWord/FontsFreeType/FontFiles/TrueType/*.TTF",
"../OfficeWebWord/FontsFreeType/FontFiles/TrueType/*.TTC",
"../OfficeWebWord/FontsFreeType/FontFiles/TrueType/*.OTF"
"<%= pkg.menu_path %>/Word/FontsFreeType/FontFiles/":
[
"../Word/FontsFreeType/FontFiles/*.js",
"../Word/FontsFreeType/FontFiles/TrueType/*.ttf",
"../Word/FontsFreeType/FontFiles/TrueType/*.ttc",
"../Word/FontsFreeType/FontFiles/TrueType/*.otf",
"../Word/FontsFreeType/FontFiles/TrueType/*.TTF",
"../Word/FontsFreeType/FontFiles/TrueType/*.TTC",
"../Word/FontsFreeType/FontFiles/TrueType/*.OTF"
]
}
},
"doc": {
"files": {
"<%= pkg.menu_path %>/OfficeWebWord/WebWord/document/": "../OfficeWebWord/WebWord/document/**"
"<%= pkg.menu_path %>/Word/WebWord/document/": "../Word/WebWord/document/**"
}
},
"mobile_downloader": {
"files": {
"<%= pkg.menu_path %>/OfficeWebCommon/MobileDownloader/": "../OfficeWebCommon/MobileDownloader/**"
"<%= pkg.menu_path %>/Common/MobileDownloader/": "../Common/MobileDownloader/**"
}
},
"docscoapisettings": {
"files": {
"<%= pkg.menu_path %>/OfficeWebCommon/": [
"../OfficeWebCommon/docscoapisettings.js",
"../OfficeWebCommon/commonDefines.js"
]
"<%= pkg.menu_path %>/Common/": [
"../Common/docscoapisettings.js",
"../Common/commonDefines.js"
]
}
},
"log": {
"files": {
"<%= pkg.menu_path %>/OfficeWebWord/WebWord/": [
"../OfficeWebWord/Build/Log/property.map",
"../OfficeWebWord/Build/Log/variable.map",
"../OfficeWebWord/Build/Log/apiExport.js"
"<%= pkg.menu_path %>/Word/WebWord/": [
"../Word/Build/Log/property.map",
"../Word/Build/Log/variable.map",
"../Word/Build/Log/apiExport.js"
]
}
}
},
"store_log": {
"dst": "../OfficeWebWord/Build/Log"
"dst": "../Word/Build/Log"
}
},
"tasks": {
......
......@@ -5,86 +5,86 @@
},
"update_src": {
"revision": "HEAD",
"src": "../OfficeWebCommon ../OfficeWebWord"
"src": "../Common ../Word"
},
"extract_api": {
"src": "../OfficeWebWord/WebWord/api.js",
"dst": "../OfficeWebWord/Build/Log/apiExport.js"
"src": "../Word/WebWord/api.js",
"dst": "../Word/Build/Log/apiExport.js"
},
"compile": {
"sdk": {
"src": [
"../OfficeWebCommon/License.js",
"../OfficeWebWord/WebWord/merge/utils.js",
"../OfficeWebWord/WebWord/Drawing/Externals.js",
"../OfficeWebWord/WebWord/Drawing/AllFonts.js",
"../OfficeWebWord/WebWord/Drawing/GlobalLoaders.js",
"../OfficeWebWord/WebWord/Editor/CollaborativeEditing.js",
"../OfficeWebWord/WebWord/Editor/Comments.js",
"../OfficeWebWord/WebWord/Editor/History.js",
"../OfficeWebWord/WebWord/Editor/Styles.js",
"../OfficeWebWord/WebWord/Editor/DrawingObjects.js",
"../OfficeWebWord/WebWord/Editor/FlowObjects.js",
"../OfficeWebWord/WebWord/Editor/ParagraphContent.js",
"../OfficeWebWord/WebWord/Editor/Paragraph.js",
"../OfficeWebWord/WebWord/Editor/Sections.js",
"../OfficeWebWord/WebWord/Editor/Numbering.js",
"../OfficeWebWord/WebWord/Editor/HeaderFooter.js",
"../OfficeWebWord/WebWord/Editor/Document.js",
"../OfficeWebWord/WebWord/Editor/Common.js",
"../OfficeWebWord/WebWord/Editor/DocumentContent.js",
"../OfficeWebWord/WebWord/Editor/Table.js",
"../OfficeWebWord/WebWord/Editor/Serialize2.js",
"../OfficeWebWord/WebWord/apiDefines.js",
"../OfficeWebWord/WebWord/merge/api_merge.js"
"../Common/License.js",
"../Word/WebWord/merge/utils.js",
"../Word/WebWord/Drawing/Externals.js",
"../Word/WebWord/Drawing/AllFonts.js",
"../Word/WebWord/Drawing/GlobalLoaders.js",
"../Word/WebWord/Editor/CollaborativeEditing.js",
"../Word/WebWord/Editor/Comments.js",
"../Word/WebWord/Editor/History.js",
"../Word/WebWord/Editor/Styles.js",
"../Word/WebWord/Editor/DrawingObjects.js",
"../Word/WebWord/Editor/FlowObjects.js",
"../Word/WebWord/Editor/ParagraphContent.js",
"../Word/WebWord/Editor/Paragraph.js",
"../Word/WebWord/Editor/Sections.js",
"../Word/WebWord/Editor/Numbering.js",
"../Word/WebWord/Editor/HeaderFooter.js",
"../Word/WebWord/Editor/Document.js",
"../Word/WebWord/Editor/Common.js",
"../Word/WebWord/Editor/DocumentContent.js",
"../Word/WebWord/Editor/Table.js",
"../Word/WebWord/Editor/Serialize2.js",
"../Word/WebWord/apiDefines.js",
"../Word/WebWord/merge/api_merge.js"
],
"dst": "../OfficeWebWord/WebWord/sdk-all.js",
"dst": "../Word/WebWord/sdk-all.js",
"externs": [
"../OfficeWebWord/Build/apiExtern.js"
"../Word/Build/apiExtern.js"
],
"map": "sdk-all.js.map",
"log": "../OfficeWebWord/Build/Log"
"log": "../Word/Build/Log"
},
"defines": {
"src": "../OfficeWebWord/WebWord/apiDefines.js",
"src": "../Word/WebWord/apiDefines.js",
"dst": "apiDefines.min.js"
},
"source_map": {
"url": "http://localhost:8080/sdk/OfficeWebWord"
"url": "http://localhost:8080/sdk/Word"
}
},
"deploy": {
"copy": {
"api": {
"files": {
"<%= pkg.menu_path %>/OfficeWebWord/": [
"../OfficeWebWord/WebWord/api.js",
"../OfficeWebWord/WebWord/apiDefines.js"
"<%= pkg.menu_path %>/Word/": [
"../Word/WebWord/api.js",
"../Word/WebWord/apiDefines.js"
]
}
},
"sdk": {
"files": {
"<%= pkg.menu_path %>/OfficeWebWord/WebWord/": "../OfficeWebWord/WebWord/sdk-all.js"
"<%= pkg.menu_path %>/Word/WebWord/": "../Word/WebWord/sdk-all.js"
}
},
"doc": {
"files": {
"<%= pkg.menu_path %>/OfficeWebWord/WebWord/document/": "../OfficeWebWord/WebWord/document/**"
"<%= pkg.menu_path %>/Word/WebWord/document/": "../Word/WebWord/document/**"
}
},
"log": {
"files": {
"<%= pkg.menu_path %>/OfficeWebWord/WebWord/": [
"../OfficeWebWord/Build/Log/property.map",
"../OfficeWebWord/Build/Log/variable.map",
"../OfficeWebWord/Build/Log/apiExport.js"
"<%= pkg.menu_path %>/Word/WebWord/": [
"../Word/Build/Log/property.map",
"../Word/Build/Log/variable.map",
"../Word/Build/Log/apiExport.js"
]
}
}
},
"store_log": {
"dst": "../OfficeWebWord/Build/Log"
"dst": "../Word/Build/Log"
}
},
"tasks": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment