-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IDEX-3138. Remove TutorialProjectType. Change project type for samples.
- Loading branch information
1 parent
6d56ca3
commit 8bd0235
Showing
8 changed files
with
75 additions
and
915 deletions.
There are no files selected for viewing
47 changes: 47 additions & 0 deletions
47
assembly-sdk/src/assembly/che-templates/codenvy_extension.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
[ | ||
{ | ||
"displayName": "Extension - Hello World", | ||
"category": "Samples", | ||
"description": "", | ||
"source": { | ||
"type": "zip", | ||
"location": "${project.template_location_dir}/tutorials/client-helloworld.zip" | ||
} | ||
}, | ||
{ | ||
"displayName": "Extension - Theme", | ||
"category": "Samples", | ||
"description": "", | ||
"source": { | ||
"type": "zip", | ||
"location": "${project.template_location_dir}/tutorials/client-custom-theme.zip" | ||
} | ||
}, | ||
{ | ||
"displayName": "Extension - Project Wizard", | ||
"category": "Samples", | ||
"description": "", | ||
"source": { | ||
"type": "zip", | ||
"location": "${project.template_location_dir}/tutorials/client-new-project-wizard.zip" | ||
} | ||
}, | ||
{ | ||
"displayName": "Extension - Server", | ||
"category": "Samples", | ||
"description": "", | ||
"source": { | ||
"type": "zip", | ||
"location": "${project.template_location_dir}/tutorials/server-helloworld.zip" | ||
} | ||
}, | ||
{ | ||
"displayName": "Extension - Project Type", | ||
"category": "Samples", | ||
"description": "", | ||
"source": { | ||
"type": "zip", | ||
"location": "${project.template_location_dir}/tutorials/server-new-project-type.zip" | ||
} | ||
} | ||
] |
47 changes: 0 additions & 47 deletions
47
assembly-sdk/src/assembly/che-templates/codenvy_tutorial.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.