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.migrationTool/plugin.xml
nrousseau d3596ca4e1 TUP-2908: change the way to load the product, use osgi.clean=true
instead of -clean. Update BrandingChecker to avoid to use GUI thread.
disable the popup of migrations, since in all case it's only technical
info. (and this should not be as startup action)
2015-06-14 09:59:23 +08:00

21 lines
643 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
<extension
point="org.talend.core.runtime.service">
<Service
class="org.talend.migrationtool.MigrationToolService"
serviceId="IMigrationToolService"/>
</extension>
<extension
point="org.talend.core.migrationTask">
<workspacetask
breaks="5.1.1"
class="org.talend.migrationtool.model.InitWorkspaceMigrationTask"
id="org.talend.migrationTool.InitWorkspaceMigrationTask"
name="InitWorkspaceMigrationTask"
version="5.1.2"/>
</extension>
</plugin>