Skip to content

Commit 6cc7a09

Browse files
author
Shun Lin
committed
Merge pull request #327 from GuoLunHao/v3_gen_templates
change the project.all.jars.path to default path(./libs/*.jar) in prebuilt templates
2 parents a7641d8 + 90d0ca8 commit 6cc7a09

File tree

7 files changed

+3
-306
lines changed

7 files changed

+3
-306
lines changed

plugins/plugin_generate/bin-templates/cpp-template-default/proj.android/.classpath

Lines changed: 0 additions & 10 deletions
This file was deleted.

plugins/plugin_generate/bin-templates/cpp-template-default/proj.android/build.xml

Lines changed: 0 additions & 91 deletions
This file was deleted.

plugins/plugin_generate/bin-templates/js-template-runtime/frameworks/runtime-src/proj.android/.classpath

Lines changed: 0 additions & 10 deletions
This file was deleted.

plugins/plugin_generate/bin-templates/js-template-runtime/frameworks/runtime-src/proj.android/build.xml

Lines changed: 0 additions & 91 deletions
This file was deleted.

plugins/plugin_generate/bin-templates/lua-template-runtime/frameworks/runtime-src/proj.android/.classpath

Lines changed: 0 additions & 10 deletions
This file was deleted.

plugins/plugin_generate/bin-templates/lua-template-runtime/frameworks/runtime-src/proj.android/build.xml

Lines changed: 0 additions & 91 deletions
This file was deleted.

plugins/plugin_generate/configs/gen_templates_config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,15 +159,15 @@
159159
},
160160
{
161161
"from": "cocos/platform/android/java/libs",
162-
"to": "cpp-template-binary/proj.android/jars"
162+
"to": "cpp-template-binary/proj.android/libs"
163163
},
164164
{
165165
"from": "cocos/platform/android/java/libs",
166-
"to": "lua-template-binary/frameworks/runtime-src/proj.android/jars"
166+
"to": "lua-template-binary/frameworks/runtime-src/proj.android/libs"
167167
},
168168
{
169169
"from": "cocos/platform/android/java/libs",
170-
"to": "js-template-binary/frameworks/runtime-src/proj.android/jars"
170+
"to": "js-template-binary/frameworks/runtime-src/proj.android/libs"
171171
},
172172
{
173173
"from": "cocos/2d/",

0 commit comments

Comments
 (0)