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

Удалён экспорт api из грунта.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64599 954022d7-b5bf-4e40-9824-e11837661b57
parent 3763cead
......@@ -9,7 +9,7 @@
},
"extract_api": {
"src": "../../Word/apiCommon.js",
"dst": "../../Excel/Build/Log/apiCommonExport.js"
"dst": "../../Excel/apiCommonExport.js"
},
"compile": {
"sdk": {
......@@ -141,7 +141,7 @@
"../../Word/Editor/FontClassification.js",
"../../Word/Editor/Spelling.js",
"../../Word/Editor/GraphicObjects/WrapManager.js",
"../../Word/Editor/Common.js",
"../../Word/Editor/Common.js",
"../../Word/Math/mathTypes.js",
"../../Word/Math/mathText.js",
"../../Word/Math/mathContent.js",
......@@ -157,7 +157,7 @@
"../../Word/Math/borderBox.js",
"../../Excel/model/DrawingObjects/GlobalCounters.js",
"../../Word/apiCommon.js",
"../../Excel/Build/Log/apiCommonExport.js",
"../../Excel/apiCommonExport.js",
"../../Excel/api.js",
"../../Excel/Private/api.js"
],
......@@ -255,7 +255,6 @@
"tasks": {
"build": [
"increment_build",
"extract_js_api",
"compile_sdk"
]
}
......
......@@ -17,7 +17,7 @@
},
"extract_api": {
"src": "../../PowerPoint/api-all.js",
"dst": "../../PowerPoint/Build/Log/apiExport.js"
"dst": "../../PowerPoint/apiExport.js"
},
"compile": {
"sdk": {
......@@ -141,7 +141,7 @@
"../../PowerPoint/Editor/Format/ChartSpacePrototype.js",
"../../PowerPoint/Editor/Format/GraphicFrame.js",
"../../PowerPoint/api-all.js",
"../../PowerPoint/Build/Log/apiExport.js",
"../../PowerPoint/apiExport.js",
"../../Excel/utils/utils.js",
"../../Excel/model/Serialize.js",
"../../Excel/model/WorkbookElems.js",
......@@ -213,8 +213,7 @@
"src": [
"sdk-all.js.map",
"Build/Log/property.map",
"Build/Log/variable.map",
"Build/Log/apiExport.js"
"Build/Log/variable.map"
],
"dest": "<%= pkg.menu_path %>/PowerPoint/"
},
......@@ -233,7 +232,6 @@
"build": [
"increment_build",
"concat_js_api",
"extract_js_api",
"compile_sdk"
]
}
......
......@@ -16,7 +16,7 @@
},
"extract_api": {
"src": "../../Word/api-all.js",
"dst": "../../Word/Build/Log/apiExport.js"
"dst": "../../Word/apiExport.js"
},
"compile": {
"sdk": {
......@@ -126,7 +126,7 @@
"../../Word/Editor/SerializeCommon.js",
"../../Word/apiDefines.js",
"../../Word/api-all.js",
"../../Word/Build/Log/apiExport.js",
"../../Word/apiExport.js",
"../../Word/document/empty.js",
"../../Word/Math/mathTypes.js",
"../../Word/Math/mathText.js",
......@@ -235,8 +235,7 @@
"cwd": "../../Word/",
"src": [
"Build/Log/property.map",
"Build/Log/variable.map",
"Build/Log/apiExport.js"
"Build/Log/variable.map"
],
"dest": "<%= pkg.menu_path %>/Word/"
}
......@@ -249,7 +248,6 @@
"build": [
"increment_build",
"concat_js_api",
"extract_js_api",
"compile_sdk"
]
}
......
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