* 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
14 lines
437 B
XML
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>
|