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
tcommon-studio-se/main/plugins/org.talend.librariesmanager/plugin.xml
wchen-talend 40a96055ba Wchen/feature/tup 18373 improve module view (#1215)
* commit 1

* feature(TUP-18350):Do some refactor and create the common API for nexus
2.x and 3.x

* feat(TUP-18351)Implement the search/deploy/update snapshot for nexus 3.x

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18373):Improve module view to support customerized maven uri

* feat(TUP-18373):Improve module view to support customerized maven uri

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18373):Improve module view to support customerized maven uri

* feat(TUP-18373):Improve module view to support customerized maven uri

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18351): keep nexus 2.x work the same as before.

* feat(TUP-18373):Improve module view to support customerized maven uri

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18373):Improve module view to support customerized maven uri

* feat(TUP-18373):Improve module view to support customerized maven uri

* feat(TUP-18373):Improve module view to support customerized maven uri

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18373):Improve module view to support customerized maven uri

* feat(TUP-18373):Improve module view to support customerized maven uri

* feat(TUP-18351):rename the aether plugin

* feature(TUP-18551):Change all possible install module UI to use a common
dialog and make it possible to set the maven uri.

* feat(TUP-18551):Change all possible install module UI to use a common
dialog and make it possible to set the maven uri.

* feat(TUP-18551):Change all possible install module UI to use a common
dialog and make it possible to set the maven uri.

* feat(TUP-18551):Change all possible install module UI to use a common
dialog and make it possible to set the maven uri.

* feat(TUP-18551):Change all possible install module UI to use a common
dialog and make it possible to set the maven uri.

* feat(TUP-18551):Change all possible install module UI to use a common
dialog and make it possible to set the maven uri.

* feat(TUP-18551):Change all possible install module UI to use a common
dialog and make it possible to set the maven uri.

* feat(TUP-18551):Change all possible install module UI to use a common
dialog and make it possible to set the maven uri.

* feat(TUP-18551):remove a old plugin

* feat(TUP-18373):Improve module view to support customerized maven uri

* feat(TUP-18551):change some text

* feat(TUP-18701):detect jar with custom uri but the uri is not saved

* feat(TUP-18715):[bug] error show if first upload a customer jar using
Custom URI, then use a default URI

* feat(TUP-18708):[bug] message should be more obviously when using the
jar which user set custom MVN URI in module view but deleted in local
and nexus

* feat(TUP-18551):Change all possible install module UI to use a common
dialog and make it possible to set the maven uri.

* feat(TUP-18551):remove not used ui dependency for aether

* feat(TUP-18551):Change all possible install module UI to use a common
dialog and make it possible to set the maven uri.

* feat(TUP-18551):Change all possible install module UI to use a common
dialog and make it possible to set the maven uri.

* feat(TUP-18786):[bug] default mvn uri in module view seems not correct
when add jar from routine/bean
2017-10-31 12:15:16 +08:00

58 lines
1.9 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.16.jar">
<bundleId
bundleId="">
</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>
</extension>
</plugin>