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