From 2b52ce56139dd9f5a2dd399370f5145158545801 Mon Sep 17 00:00:00 2001 From: halx99 Date: Wed, 21 Oct 2020 21:07:23 +0800 Subject: [PATCH] Remove unused plugin_jscompile --- tools/cocos2d-console/.gitignore | 1 - tools/cocos2d-console/toexec/config.json | 29 ------------------------ 2 files changed, 30 deletions(-) diff --git a/tools/cocos2d-console/.gitignore b/tools/cocos2d-console/.gitignore index ab1931908d..fac071f0de 100644 --- a/tools/cocos2d-console/.gitignore +++ b/tools/cocos2d-console/.gitignore @@ -49,7 +49,6 @@ DerivedData/ # Ignore the files from download bin/sdkbox* plugins/plugin_compile/build_web/bin -plugins/plugin_jscompile/ plugins/plugin_luacompile/bin/msvcr110.dll plugins/plugin_generate/proj_modifier/plutil-win32/ version.json diff --git a/tools/cocos2d-console/toexec/config.json b/tools/cocos2d-console/toexec/config.json index 0c2b030692..6da12b0a16 100644 --- a/tools/cocos2d-console/toexec/config.json +++ b/tools/cocos2d-console/toexec/config.json @@ -10,13 +10,6 @@ "from" : "bin/strings.json", "to": "" }, - { - "from": "plugins/plugin_jscompile/bin", - "to": "bin", - "include": [ - "compiler.jar" - ] - }, { "from": "plugins/plugin_luacompile/bin", "to": "bin", @@ -46,13 +39,6 @@ } ], "darwin": [ - { - "from": "plugins/plugin_jscompile/bin", - "to": "bin", - "include": [ - "jsbcc$" - ] - }, { "from": "plugins/plugin_luacompile/bin", "to": "bin", @@ -66,14 +52,6 @@ } ], "win32": [ - { - "from": "plugins/plugin_jscompile/bin", - "to": "bin", - "include": [ - "jsbcc.exe", - "*.dll" - ] - }, { "from": "plugins/plugin_luacompile/bin", "to": "bin", @@ -88,13 +66,6 @@ } ], "linux": [ - { - "from": "plugins/plugin_jscompile/bin", - "to": "bin", - "include": [ - "linux/*" - ] - }, { "from": "plugins/plugin_luacompile/bin", "to": "bin",