org.talend.daikon.crypto.Encryption cannot be found by local_project.MQMultiReceiver_0.1.0 https://jira.talendforge.org/browse/TUP-23121
80 lines
2.5 KiB
XML
80 lines
2.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?eclipse version="3.2"?>
|
|
<plugin>
|
|
<extension
|
|
point="org.talend.core.runtime.service">
|
|
<Service
|
|
class="org.talend.librariesmanager.model.service.LibrariesService"
|
|
serviceId="ILibrariesService"/>
|
|
<Service
|
|
class="org.talend.librariesmanager.model.service.RoutinesProviderService"
|
|
serviceId="IRoutinesService">
|
|
</Service>
|
|
<Service
|
|
class="org.talend.librariesmanager.model.service.LocalLibraryManager"
|
|
serviceId="ILibraryManagerService">
|
|
</Service>
|
|
</extension>
|
|
|
|
<extension
|
|
point="org.eclipse.emf.ecore.generated_package">
|
|
<package
|
|
class="org.talend.librariesmanager.emf.librariesindex.LibrariesindexPackage"
|
|
genModel="model/librariesindex.genmodel"
|
|
uri="www.talend.com/librariesindex">
|
|
</package>
|
|
</extension>
|
|
|
|
<extension point="org.eclipse.emf.ecore.extension_parser">
|
|
<!-- @generated librariesindex -->
|
|
<parser
|
|
type="librariesindex"
|
|
class="org.talend.librariesmanager.emf.librariesindex.util.LibrariesindexResourceFactoryImpl"/>
|
|
</extension>
|
|
<extension
|
|
point="org.talend.core.systemRoutineLibrary">
|
|
<systemRoutine
|
|
name="SharedDBConnectionLog4j">
|
|
<library
|
|
name="log4j-1.2.17.jar">
|
|
<bundleId
|
|
bundleId="">
|
|
</bundleId>
|
|
</library>
|
|
</systemRoutine>
|
|
<systemRoutine
|
|
name="PasswordEncryptUtil">
|
|
<library
|
|
name="crypto-utils.jar">
|
|
</library>
|
|
<library
|
|
name="slf4j-api-1.7.10.jar">
|
|
<bundleId
|
|
bundleId="org.talend.libraries.slf4j">
|
|
</bundleId>
|
|
</library>
|
|
<library
|
|
name="slf4j-log4j12-1.7.10.jar">
|
|
<bundleId
|
|
bundleId="org.talend.libraries.slf4j">
|
|
</bundleId>
|
|
</library>
|
|
</systemRoutine>
|
|
</extension>
|
|
<extension
|
|
point="org.talend.core.runtime.artifact_handler">
|
|
<handler
|
|
class="org.talend.librariesmanager.nexus.Nexus2RepositoryHandler"
|
|
type="NEXUS_2">
|
|
</handler>
|
|
<handler
|
|
class="org.talend.librariesmanager.nexus.Nexus3RepositoryHandler"
|
|
type="NEXUS_3">
|
|
</handler>
|
|
<handler
|
|
class="org.talend.librariesmanager.nexus.ArtifacoryRepositoryHandler"
|
|
type="ARTIFACTORY">
|
|
</handler>
|
|
</extension>
|
|
</plugin>
|