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.model/plugin.xml
hwang-talend 82a4966c9c Hwang/tup 18461 (#1233)
* ERepositoryObjectType.valueOf("METADATA_EDIFACT");

* feat(TUP-18321):Split the DB Wizard to handle old / new framework: Move
Choice of DB Type to a separated composite

* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite

* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite

* feat(TUP-18403):show the jdbc repositoryNode as children under DB
Connection repositoryNode

* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite

* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite

* feat(TUP-18323):Implement the drag&drop of NFC JDBC

* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite

* fix(TUP-5360): Retrieve Salesforce Modules option is missing

Conflicts:
	main/plugins/org.talend.core.runtime/src/main/java/org/talend/core/runtime/services/IGenericWizardService.java

* feat(TUP-18322):retrieve JDBC schema

* feat(TUP-18459):Have a real dynamic combo box for the db type

* feat(TUP-18403):show the jdbc repositoryNode as children under DB
Connection repositoryNode

* feat(TUP-18322):retrieve JDBC schema

* feat(TUP-18324):Edit jdbc connection

* feat(TUP-18324):Edit jdbc connection

* feat(TUP-18461):Have a display category on the connections same as
before

* feat(TUP-18461):Have a display category on the connections same as
before

* feat(TUP-18461):Have a display category on the connections same as
before

* Revert "feat(TUP-18461):Have a display category on the connections same as before"

This reverts commit 9158545ce7.

* feat(TUP-18461):Have a display category on the connections same as
before

* feat(TUP-18461):have a display category on the connections same as
before

* feat(TUP-18532):[bug] Cannot unlock node after clicking Finish on the
Wizard

* feat(TUP-18533):[bug] Cannot check successful if using context mode;

* feat(TUP-18533):[bug] Cannot check successful if using context mode;

* feat(TUP-18461):Have a display category on the connections same as
before

* feat(TUP-18644):retrieve schema for the generic connections same as
normal DBConnection

* feat(TUP-18644):retrieve schema for the generic connections same as
normal DBConnection

* feat(TUP-18644):retrieve schema for the generic connections same as
normal DBConnection

* feat(TUP-18462):make the sql builder works on the repository.

* feat(TUP-18462):make the sql builder works on the repository.

* feat(TUP-18431):support the driver table widget in studio

* feat(TUP-18537):Impossible to retrieve db connection from property type
of JDBC

* feat(TUP-18548):[bug] Cannot "Revert Context" if switch to other DBType
and switch back

* feat(TUP-18752):Stats and Logs in Talend Job Pannel reuse tJDBCOutput in
studio model level, after removing the old one and doing a migration,
not work well now

* feat(TUP-18752):Stats and Logs in Talend Job Pannel reuse tJDBCOutput in
studio model level, after removing the old one and doing a migration,
not work well now

* feat(TUP-18846):[bug] table name isn't show in Query

* feat(TUP-18913):[bug] NPE shows when click "Guess Schema" in Retrieve
Schema Wizard

* feat(TUP-18860):[bug] table list are wrong for jdbc-oralce after
clicking refresh in sqlbuilder->data structure

* feat(TUP-18895):[bug] Name cannot be updated if updating it in creation
Wizard

* feat(TUP-18898):[bug] "Choose context" doesn't show if context has two
groups when test connection

* feat(TUP-18864):[bug] Save button next to Property Type doesn't work

* feat(TUP-18864):[bug] Save button next to Property Type doesn't work

* feat(TUP-18752):Stats and Logs in Talend Job Pannel reuse tJDBCOutput in

* feat(TUP-19089):Unable to select or deselect used variables in select
context variables window

* Revert "feat(TUP-19089):Unable to select or deselect used variables in select context variables window"

This reverts commit a55e403103.

* feat(TUP-18854):[bug] Useless jar is required if dragging jdbc connetion
is in context mode

* feat(TUP-18854):[bug] Useless jar is required if dragging jdbc connetion
is in context mode

* support the complex context converter

* improve the complex context converter

* fix(TDI-39697): The "Use custom object" in module list view doesn't work
well for tjdbcoutput as it require the custom value must exists in the
list above

* feat(TUP-18816):Add migration from old JDBC to new JDBC type from tcomp

* TUP-19206:[bug]Cannot move jdbc connection to folder

* feat(TUP-19244):DriverClass and MappingFile do not support context model

* feat(TUP-19244):junit

* feat(TUP-18918):[bug] Schema is out of the "Table schemas" folder if
adding it in Retrieve Wizard

* feat(TUP-19231):[bug]migration: Existing JDBC database cannot show after
checking "Overwrite existing items"

* TDQ-14655 JDBC connection can be moved (#1376)

* feat(TUP-19204):[bug] migration: "Driver Class", "UserId","Password" are
missing after D&D schema to job as tJDBCInput

* fix(TDI-39864):[bug] Canot D&D JDBC to MR job

* fix(TDI-39244): integrate jdbc components to studio

* feat(TUP-18461) fix issues with mvn uri

* fix(TUP-19317):fix the catalog schema setup
2018-01-22 19:52:42 +08:00

134 lines
4.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
<copyright>
</copyright>
$Id$
-->
<plugin>
<extension point="org.eclipse.emf.ecore.generated_package">
<package
uri="http://www.talend.org/metadata/connection/2010"
class="org.talend.core.model.metadata.builder.connection.ConnectionPackage"
genModel="model/metadata.genmodel"/>
</extension>
<extension point="org.eclipse.emf.ecore.generated_package">
<package
uri="http://www.talend.org/cwm/resource/relational/2010"
class="org.talend.cwm.relational.RelationalPackage"
genModel="model/metadata.genmodel"/>
</extension>
<extension point="org.eclipse.emf.ecore.generated_package">
<package
uri="http://www.talend.org/cwm/foundation/softwaredeployment/2010"
class="org.talend.cwm.softwaredeployment.SoftwaredeploymentPackage"
genModel="model/metadata.genmodel"/>
</extension>
<extension point="org.eclipse.emf.ecore.generated_package">
<package
uri="http://www.talend.org/cwm/constants/constants/2010"
class="org.talend.cwm.constants.ConstantsPackage"
genModel="model/metadata.genmodel"/>
</extension>
<extension point="org.eclipse.emf.ecore.generated_package">
<package
uri="http://www.talend.org/cwm/resource/xml/2010"
class="org.talend.cwm.xml.XmlPackage"
genModel="model/metadata.genmodel"/>
</extension>
<extension point="org.eclipse.emf.ecore.generated_package">
<package uri="business"
class="org.talend.designer.business.model.business.BusinessPackage"
genModel="model/Business.genmodel" />
<package class="org.talend.core.model.properties.PropertiesPackage"
genModel="model/properties.genmodel"
uri="http://www.talend.org/properties" />
<package
class="org.talend.designer.core.model.utils.emf.talendfile.TalendFilePackage"
genModel="model/TalendFile.genmodel"
uri="platform:/resource/org.talend.model/model/TalendFile.xsd"/>
<package
class="org.talend.designer.joblet.model.JobletPackage"
genModel="model/joblet.genmodel"
uri="http://www.talend.com/joblet.ecore">
</package>
<package
class="org.talend.core.model.component_cache.ComponentCachePackage"
genModel="model/component_cache.genmodel"
uri="http://www.talend.org/component_cache">
</package>
</extension>
<extension
point="org.eclipse.emf.ecore.extension_parser">
<parser
class="org.talend.designer.joblet.model.util.JobletResourceFactoryImpl"
type="joblet">
</parser>
</extension>
<extension
point="org.eclipse.emf.ecore.extension_parser">
<parser
class="org.talend.model.emf.CwmResourceFactory"
type="item">
</parser>
</extension>
<extension point="org.eclipse.emf.ecore.generated_package">
<!-- @generated Component -->
<package
uri="platform:/resource/org.talend.model/model/Component.xsd"
class="org.talend.designer.core.model.utils.emf.component.ComponentPackage"
genModel="model/Component.genmodel"/>
</extension>
<extension point="org.eclipse.emf.ecore.extension_parser">
<!-- @generated Component -->
<parser
type="component"
class="org.talend.designer.core.model.utils.emf.component.util.ComponentResourceFactoryImpl"/>
</extension>
<extension point="org.eclipse.emf.ecore.generated_package">
<!-- @generated TalendFile -->
<package
uri="platform:/resource/org.talend.model/model/TalendFile.xsd"
class="org.talend.designer.core.model.utils.emf.talendfile.TalendFilePackage"
genModel="model/TalendFile.genmodel"/>
</extension>
<extension point="org.eclipse.emf.ecore.extension_parser">
<!-- @generated TalendFile -->
<parser
type="talendfile"
class="org.talend.designer.core.model.utils.emf.talendfile.util.TalendFileResourceFactoryImpl"/>
</extension>
<extension point="org.eclipse.emf.ecore.generated_package">
<!-- @generated recyclebin -->
<package
uri="http://www.talend.org/recyclebin"
class="org.talend.model.recyclebin.RecycleBinPackage"
genModel="model/recyclebin.genmodel"/>
</extension>
<extension
point="org.eclipse.emf.ecore.uri_mapping">
<mapping
source="http://www.talend.org"
target="dummy.uri">
</mapping>
</extension>
<extension point="org.eclipse.emf.ecore.generated_package">
<!-- @generated properties -->
<package
uri="http://www.talend.org/properties"
class="org.talend.core.model.properties.PropertiesPackage"
genModel="model/properties.genmodel"/>
</extension>
</plugin>