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