Renamed the C++ and Python tool gem templates after review.

Signed-off-by: Chris Galvan <chgalvan@amazon.com>
monroegm-disable-blank-issue-2
Chris Galvan 4 years ago
parent d23df465dd
commit 8bbd8f9807

@ -9,8 +9,8 @@
ly_install_directory(
DIRECTORIES
AssetGem
CustomTool
PythonGem
CppToolGem
PythonToolGem
DefaultGem
DefaultProject
MinimalProject

@ -1,12 +1,12 @@
{
"template_name": "CustomTool",
"origin": "The primary repo for CustomTool goes here: i.e. http://www.mydomain.com",
"license": "What license CustomTool uses goes here: i.e. https://opensource.org/licenses/MIT",
"display_name": "CustomTool",
"template_name": "CppToolGem",
"origin": "The primary repo for CppToolGem goes here: i.e. http://www.mydomain.com",
"license": "What license CppToolGem uses goes here: i.e. https://opensource.org/licenses/MIT",
"display_name": "CppToolGem",
"summary": "A gem template for a custom tool in C++ that gets registered with the Editor.",
"canonical_tags": [],
"user_tags": [
"CustomTool"
"CppToolGem"
],
"icon_path": "preview.png",
"copyFiles": [

@ -1,14 +1,14 @@
{
"template_name": "PythonGem",
"template_name": "PythonToolGem",
"restricted_name": "o3de",
"restricted_platform_relative_path": "Templates",
"origin": "The primary repo for PythonGem goes here: i.e. http://www.mydomain.com",
"license": "What license PythonGem uses goes here: i.e. https://opensource.org/licenses/MIT",
"display_name": "PythonGem",
"summary": "A short description of PythonGem.",
"origin": "The primary repo for PythonToolGem goes here: i.e. http://www.mydomain.com",
"license": "What license PythonToolGem uses goes here: i.e. https://opensource.org/licenses/MIT",
"display_name": "PythonToolGem",
"summary": "A gem template for a custom tool in Python that gets registered with the Editor.",
"canonical_tags": [],
"user_tags": [
"PythonGem"
"PythonToolGem"
],
"icon_path": "preview.png",
"copyFiles": [

@ -92,8 +92,9 @@
"templates": [
"Templates/AssetGem",
"Templates/DefaultGem",
"Templates/CustomTool",
"Templates/DefaultProject",
"Templates/MinimalProject"
"Templates/CppToolGem",
"Templates/MinimalProject",
"Templates/PythonToolGem"
]
}

Loading…
Cancel
Save