All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.dirigible.template-extension-perspective.template.js Maven / Gradle / Ivy

There is a newer version: 10.6.37
Show newest version
/*
 * Generated by Eclipse Dirigible based on model and template.
 *
 * Do not modify the content as it may be re-generated again.
 */
exports.getTemplate = function() {
	return {
		"name": "Extension (Perspective)",
		"description": "Extension perspective for the IDE",
		"sources": [{
			"location": "/template-extension-perspective/extensions/menu/help.extension.template", 
			"action": "generate",
			"rename": "/extensions/menu/help.extension"
		}, {
			"location": "/template-extension-perspective/extensions/menu/window.extension.template", 
			"action": "generate",
			"rename": "/extensions/menu/window.extension"
		}, {
			"location": "/template-extension-perspective/extensions/menu/perspective.extension.template", 
			"action": "generate",
			"rename": "/extensions/menu/{{fileName}}.extension"
		}, {
			"location": "/template-extension-perspective/extensions/menu/menu-perspective.extensionpoint.template", 
			"action": "generate",
			"rename": "/extensions/menu/menu-{{fileName}}.extensionpoint"
		}, {
			"location": "/template-extension-perspective/extensions/perspective.extension.template", 
			"action": "generate",
			"rename": "/extensions/perspective.extension"
		}, {
			"location": "/template-extension-perspective/index.html.template", 
			"action": "generate",
			"rename": "index.html"
		}, {
			"location": "/template-extension-perspective/perspective/menu/perspective.js.template", 
			"action": "generate",
			"rename": "/perspective/menu/{{fileName}}.js"
		}, {
			"location": "/template-extension-perspective/api/menu-perspective.js.template", 
			"action": "generate",
			"rename": "/api/menu-{{fileName}}.js"
		}, {
			"location": "/template-extension-perspective/perspective/perspective.js.template", 
			"action": "generate",
			"rename": "/perspective/{{fileName}}.js"
		}],
		"parameters": []
	};
};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy