Merge pull request #5065 from aws-lumberyard-dev/cgalvan/RenameToolGemTemplates
Renamed the C++ and Python tool gem templates
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
ly_install_directory(
|
||||
DIRECTORIES
|
||||
AssetGem
|
||||
CustomTool
|
||||
PythonGem
|
||||
CppToolGem
|
||||
PythonToolGem
|
||||
DefaultGem
|
||||
DefaultProject
|
||||
MinimalProject
|
||||
|
||||
|
Before Width: | Height: | Size: 607 B After Width: | Height: | Size: 607 B |
@@ -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": [
|
||||
+3
-2
@@ -92,8 +92,9 @@
|
||||
"templates": [
|
||||
"Templates/AssetGem",
|
||||
"Templates/DefaultGem",
|
||||
"Templates/CustomTool",
|
||||
"Templates/DefaultProject",
|
||||
"Templates/MinimalProject"
|
||||
"Templates/CppToolGem",
|
||||
"Templates/MinimalProject",
|
||||
"Templates/PythonToolGem"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user