Skip to content

Commit

Permalink
IDEX-3138. Remove TutorialProjectType. Change project type for samples.
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanNikitenko committed Oct 6, 2015
1 parent 6d56ca3 commit 8bd0235
Show file tree
Hide file tree
Showing 8 changed files with 75 additions and 915 deletions.
47 changes: 47 additions & 0 deletions assembly-sdk/src/assembly/che-templates/codenvy_extension.json
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 assembly-sdk/src/assembly/che-templates/codenvy_tutorial.json

This file was deleted.

Loading

0 comments on commit 8bd0235

Please sign in to comment.