* feat(TUP-18311): Find a way to lower the cost of adding/upgrading BD Distros: have plugin for dynamic config with first implementation to read json / setup jars for jobs. https://jira.talendforge.org/browse/TUP-18311 * feat(TUP-18311): Find a way to lower the cost of adding/upgrading BD Distros: have plugin for dynamic config with first implementation to read json / setup jars for jobs. https://jira.talendforge.org/browse/TUP-18311 * feat(TUP-18311): Find a way to lower the cost of adding/upgrading BD Distros: have plugin for dynamic config with first implementation to read json / setup jars for jobs. https://jira.talendforge.org/browse/TUP-18311 * feat(TUP-18311): Find a way to lower the cost of adding/upgrading BD Distros: have plugin for dynamic config with first implementation to read json / setup jars for jobs. https://jira.talendforge.org/browse/TUP-18311 * feat(TUP-18311): Find a way to lower the cost of adding/upgrading BD Distros: have plugin for dynamic config with first implementation to read json / setup jars for jobs. https://jira.talendforge.org/browse/TUP-18311 * feat(TUP-18311): Find a way to lower the cost of adding/upgrading BD Distros: have plugin for dynamic config with first implementation to read json / setup jars for jobs. https://jira.talendforge.org/browse/TUP-18311 * feat(TUP-18311): Find a way to lower the cost of adding/upgrading BD Distros: have plugin for dynamic config with first implementation to read json / setup jars for jobs. https://jira.talendforge.org/browse/TUP-18311 * feat(TUP-18311): Find a way to lower the cost of adding/upgrading BD Distros: have plugin for dynamic config with first implementation to read json / setup jars for jobs. https://jira.talendforge.org/browse/TUP-18311 * feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD Distros: build class for cloudera implementation to use on wizard https://jira.talendforge.org/browse/TUP-18314 * feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD Distros: build class for cloudera implementation to use on wizard https://jira.talendforge.org/browse/TUP-18314 * feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD Distros: build class for cloudera implementation to use on wizard https://jira.talendforge.org/browse/TUP-18314 * feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD Distros: build class for cloudera implementation to use on wizard https://jira.talendforge.org/browse/TUP-18314 * feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD Distros: build class for cloudera implementation to use on wizard https://jira.talendforge.org/browse/TUP-18314 > temprary to support to download from specified nexus * feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD Distros: build class for cloudera implementation to use on wizard https://jira.talendforge.org/browse/TUP-18314 * feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD Distros: build class for cloudera implementation to use on wizard * feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD Distros: build class for cloudera implementation to use on wizard * feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD Distros: build class for cloudera implementation to use on wizard * feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD Distros: build class for cloudera implementation to use on wizard * feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD Distros: build class for cloudera implementation to use on wizard * feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD Distros: build class for cloudera implementation to use on wizard * feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD Distros: build class for cloudera implementation to use on wizard Improve log * feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD Distros: build class for cloudera implementation to use on wizard
229 lines
6.6 KiB
XML
229 lines
6.6 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!-- Schema file written by PDE -->
|
|
<schema targetNamespace="org.talend.core.runtime" xmlns="http://www.w3.org/2001/XMLSchema">
|
|
<annotation>
|
|
<appinfo>
|
|
<meta.schema plugin="org.talend.core.runtime" id="librariesNeeded" name="librariesNeeded"/>
|
|
</appinfo>
|
|
<documentation>
|
|
[Enter description of this extension point.]
|
|
</documentation>
|
|
</annotation>
|
|
|
|
<element name="extension">
|
|
<annotation>
|
|
<appinfo>
|
|
<meta.element />
|
|
</appinfo>
|
|
</annotation>
|
|
<complexType>
|
|
<sequence minOccurs="0" maxOccurs="unbounded">
|
|
<element ref="libraryNeeded"/>
|
|
<element ref="libraryNeededGroup"/>
|
|
</sequence>
|
|
<attribute name="point" type="string" use="required">
|
|
<annotation>
|
|
<documentation>
|
|
|
|
</documentation>
|
|
</annotation>
|
|
</attribute>
|
|
<attribute name="id" type="string">
|
|
<annotation>
|
|
<documentation>
|
|
|
|
</documentation>
|
|
</annotation>
|
|
</attribute>
|
|
<attribute name="name" type="string">
|
|
<annotation>
|
|
<documentation>
|
|
|
|
</documentation>
|
|
<appinfo>
|
|
<meta.attribute translatable="true"/>
|
|
</appinfo>
|
|
</annotation>
|
|
</attribute>
|
|
</complexType>
|
|
</element>
|
|
|
|
<element name="libraryNeeded">
|
|
<annotation>
|
|
<appinfo>
|
|
<meta.element labelAttribute="name"/>
|
|
</appinfo>
|
|
</annotation>
|
|
<complexType>
|
|
<attribute name="id" type="string">
|
|
<annotation>
|
|
<documentation>
|
|
|
|
</documentation>
|
|
</annotation>
|
|
</attribute>
|
|
<attribute name="bundleID" type="string">
|
|
<annotation>
|
|
<documentation>
|
|
|
|
</documentation>
|
|
</annotation>
|
|
</attribute>
|
|
<attribute name="name" type="string" use="required">
|
|
<annotation>
|
|
<documentation>
|
|
|
|
</documentation>
|
|
</annotation>
|
|
</attribute>
|
|
<attribute name="required" type="boolean">
|
|
<annotation>
|
|
<documentation>
|
|
|
|
</documentation>
|
|
</annotation>
|
|
</attribute>
|
|
<attribute name="context" type="string" use="required">
|
|
<annotation>
|
|
<documentation>
|
|
|
|
</documentation>
|
|
<appinfo>
|
|
<meta.attribute translatable="true"/>
|
|
</appinfo>
|
|
</annotation>
|
|
</attribute>
|
|
<attribute name="message" type="string">
|
|
<annotation>
|
|
<documentation>
|
|
|
|
</documentation>
|
|
<appinfo>
|
|
<meta.attribute translatable="true"/>
|
|
</appinfo>
|
|
</annotation>
|
|
</attribute>
|
|
<attribute name="language" type="string">
|
|
<annotation>
|
|
<documentation>
|
|
|
|
</documentation>
|
|
</annotation>
|
|
</attribute>
|
|
<attribute name="uripath" type="string">
|
|
<annotation>
|
|
<documentation>
|
|
|
|
</documentation>
|
|
</annotation>
|
|
</attribute>
|
|
<attribute name="mvn_uri" type="string">
|
|
<annotation>
|
|
<documentation>
|
|
|
|
</documentation>
|
|
</annotation>
|
|
</attribute>
|
|
<attribute name="excludeDependencies" type="boolean">
|
|
<annotation>
|
|
<documentation>
|
|
true: will add exclusion *:* in the dependence of pom.xml
|
|
</documentation>
|
|
</annotation>
|
|
</attribute>
|
|
</complexType>
|
|
</element>
|
|
|
|
<element name="libraryNeededGroup">
|
|
<complexType>
|
|
<sequence minOccurs="0" maxOccurs="unbounded">
|
|
<element ref="library" minOccurs="0" maxOccurs="unbounded"/>
|
|
<element ref="group" minOccurs="0" maxOccurs="unbounded"/>
|
|
</sequence>
|
|
<attribute name="id" type="string" use="required">
|
|
<annotation>
|
|
<documentation>
|
|
|
|
</documentation>
|
|
</annotation>
|
|
</attribute>
|
|
<attribute name="name" type="string" use="required">
|
|
<annotation>
|
|
<documentation>
|
|
|
|
</documentation>
|
|
</annotation>
|
|
</attribute>
|
|
<attribute name="description" type="string">
|
|
<annotation>
|
|
<documentation>
|
|
|
|
</documentation>
|
|
</annotation>
|
|
</attribute>
|
|
</complexType>
|
|
</element>
|
|
|
|
<element name="library">
|
|
<complexType>
|
|
<attribute name="id" type="string" use="required">
|
|
<annotation>
|
|
<documentation>
|
|
|
|
</documentation>
|
|
</annotation>
|
|
</attribute>
|
|
</complexType>
|
|
</element>
|
|
|
|
<element name="group">
|
|
<complexType>
|
|
<attribute name="id" type="string" use="required">
|
|
<annotation>
|
|
<documentation>
|
|
|
|
</documentation>
|
|
</annotation>
|
|
</attribute>
|
|
</complexType>
|
|
</element>
|
|
|
|
<annotation>
|
|
<appinfo>
|
|
<meta.section type="since"/>
|
|
</appinfo>
|
|
<documentation>
|
|
[Enter the first release in which this extension point appears.]
|
|
</documentation>
|
|
</annotation>
|
|
|
|
<annotation>
|
|
<appinfo>
|
|
<meta.section type="examples"/>
|
|
</appinfo>
|
|
<documentation>
|
|
[Enter extension point usage example here.]
|
|
</documentation>
|
|
</annotation>
|
|
|
|
<annotation>
|
|
<appinfo>
|
|
<meta.section type="apiinfo"/>
|
|
</appinfo>
|
|
<documentation>
|
|
[Enter API information here.]
|
|
</documentation>
|
|
</annotation>
|
|
|
|
<annotation>
|
|
<appinfo>
|
|
<meta.section type="implementation"/>
|
|
</appinfo>
|
|
<documentation>
|
|
[Enter information about supplied implementation of this extension point.]
|
|
</documentation>
|
|
</annotation>
|
|
|
|
|
|
</schema>
|