Merge pull request #9385 from samuele3hu/v3_cocostudio

Remove useless copy about luasocket on the android platform
This commit is contained in:
minggo 2014-12-09 18:28:08 +08:00
commit 73ece5ad09
3 changed files with 0 additions and 22 deletions

View File

@ -13,13 +13,6 @@
{
"from": "../../../res",
"to": "res"
},
{
"from": "../../cocos2d-x/external/lua/luasocket",
"to": "src",
"include": [
"*.lua"
]
}
]
}

View File

@ -16,13 +16,6 @@
{
"from": "../../../../cocos/scripting/lua-bindings/script/",
"to": "src/cocos"
},
{
"from": "../../../../external/lua/luasocket",
"to": "",
"include": [
"*.lua"
]
}
]
}

View File

@ -23,14 +23,6 @@
{
"from": "../../../../cocos/scripting/lua-bindings/script/",
"to": "src/cocos"
},
{
"from": "../../../../external/lua/luasocket",
"to": "",
"include": [
"*.lua"
]
}
]
}