* 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
19 lines
1.3 KiB
XML
19 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="librariesindex" nsURI="www.talend.com/librariesindex" nsPrefix="librariesindex">
|
|
<eClassifiers xsi:type="ecore:EClass" name="LibrariesIndex">
|
|
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initialized" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
|
|
<eStructuralFeatures xsi:type="ecore:EReference" name="jarsToRelativePath" upperBound="-1"
|
|
eType="#//jarToRelativePath" containment="true"/>
|
|
</eClassifiers>
|
|
<eClassifiers xsi:type="ecore:EClass" name="jarToRelativePath" instanceClassName="java.util.Map$Entry">
|
|
<eAnnotations source="MapEntry"/>
|
|
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
|
|
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
|
|
</eClassifiers>
|
|
<eClassifiers xsi:type="ecore:EClass" name="CustomURIMap">
|
|
<eStructuralFeatures xsi:type="ecore:EReference" name="uriMap" upperBound="-1"
|
|
eType="#//jarToRelativePath" containment="true"/>
|
|
</eClassifiers>
|
|
</ecore:EPackage>
|