Merge pull request #13086 from natural-law/v3

[ci skip] Solve the error in .cocos-project.json of js-tests.
This commit is contained in:
pandamicro 2015-07-29 17:12:38 +08:00
commit 3dadc77850
1 changed files with 5 additions and 5 deletions

View File

@ -3,19 +3,19 @@
"has_native": true,
"win32_cfg": {
"project_path": "../../build",
"sln_file": "cocos2d-js-win32.sln",
"sln_file": "cocos2d-win32.sln",
"project_name": "js-tests",
"build_cfg_path": "project/proj.win32",
"exe_out_dir": "js-tests"
},
"ios_cfg": {
"project_path": "../../build",
"project_file": "cocos2d_js_tests.xcodeproj",
"project_file": "cocos2d_tests.xcodeproj",
"target_name": "js-tests iOS"
},
"mac_cfg": {
"project_path": "../../build",
"project_file": "cocos2d_js_tests.xcodeproj",
"project_file": "cocos2d_tests.xcodeproj",
"target_name": "js-tests Mac"
},
"android_cfg": {
@ -36,12 +36,12 @@
},
"wp8_1_cfg" : {
"project_path": "../../build",
"sln_file": "cocos2d-js-win8.1-universal.sln",
"sln_file": "cocos2d-win8.1-universal.sln",
"project_name": "js-tests.WindowsPhone"
},
"metro_cfg" : {
"project_path": "../../build",
"sln_file": "cocos2d-js-win8.1-universal.sln",
"sln_file": "cocos2d-win8.1-universal.sln",
"project_name": "js-tests.Windows"
},
"engine_dir": "../../"