This repository has been archived on 2025-12-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tdi-studio-se/main/plugins/org.talend.studio.components.tcompv0.splunk/plugin.xml
bhe-talendbj 33d3192b93 feat(TUP-31951): Studio Lite: TCOMPV0 Basic component setup (#6448)
* feat(TUP-31951): add jdbc component

* feat(TUP-31951): update manifest

* feat(TUP-31951): include jdbc into tos

* feat(TUP-31951): include jdbc into tos

* feat(TUP-31951): fix component initializing

* feat(TUP-31951): fix component loading

* feat(TUP-31951): fix TCK server checker

* feat(TUP-31951): fix TCK server checker

* feat(TUP-31951): rename

* feat(TUP-31951): rename

* feat(TUP-31951): rename

* feat(TUP-31951): add salesforce

* feat(TUP-31951): add splunk

* feat(TUP-31951): add jira

* feat(TUP-31951): add remaining

* feat(TUP-31951): add couchbase tcompv0

* feat(TUP-31951): exclude cve dependencies

* feat(TUP-31951): format
2021-07-28 15:08:06 +08:00

14 lines
437 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
<extension
point="org.talend.core.component_installer_task">
<componentInstallerTask
class="org.talend.studio.components.tcompv0.splunk.SplunkInstaller" order="1" >
<componentGAV g="@@COMP_GROUP@@" a="@@COMP_ARTIFACT@@" v="@@COMP_VERSION@@" c="" t="" ct="1" />
</componentInstallerTask>
</extension>
</plugin>