META-INF.plugin.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of talend-component-kit-intellij-plugin Show documentation
Show all versions of talend-component-kit-intellij-plugin Show documentation
Provides Talend Component Kit Integration with Intellij Idea.
<?xml version="1.0"?> <!-- Copyright (C) 2006-2024 Talend Inc. - www.talend.com Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <idea-plugin url="https://talend.github.io/component-runtime/"> <id>org.talend.sdk.component.intellij.plugin</id> <name>Talend Component Kit</name> <version>${project.version}</version> <idea-version since-build="202"/> <vendor email="[email protected]" url="https://www.talend.com">Talend</vendor> <description>This plugin allows to create new Talend components based on the Talend Component Kit framework. It also enables i18n completion for the components. </description> <change-notes> <![CDATA[ <ul> <li>Ensure category can be selected</li> <li>Ensure dataset name can be edited</li> <li>Fix the bug freezing the UI when clicking on <em>Next</em> button</li> </ul> ]]> </change-notes> <resource-bundle>messages</resource-bundle> <depends>com.intellij.modules.lang</depends> <depends>com.intellij.modules.java</depends> <depends>com.intellij.properties</depends> <depends>org.jetbrains.idea.maven</depends> <depends>org.jetbrains.plugins.gradle</depends> <depends>com.intellij.javafx</depends> <extensions defaultExtensionNs="com.intellij"> <moduleType id="TALEND_COMPONENT_MODULE" implementationClass="org.talend.sdk.component.intellij.module.TalendModuleType"/> <completion.contributor language="Properties" order="before javaClassReference" implementationClass="org.talend.sdk.component.intellij.completion.properties.PropertiesCompletionContributor"/> <projectService serviceInterface="org.talend.sdk.component.intellij.service.SuggestionService" serviceImplementation="org.talend.sdk.component.intellij.service.SuggestionServiceImpl"/> </extensions> </idea-plugin>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy