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.updates.runtime/plugin.xml
Chao MENG 58a8e109a4 Cmeng/feat/tup 20469 components dialog (#1848)
* feat(TUP-20467): Support of install of car in patch
https://jira.talendforge.org/browse/TUP-20467

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

Check update per 14 days

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

Fix junit issue

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

Fix junit issue

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

Fix junit issue

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

Fix junit issue

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

Fix junit issue

* item(TUP-20702): Remove display of components to install in additional
packages
https://jira.talendforge.org/browse/TUP-20702

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

adjust UI

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

1. adjust UI
2. support patch installation

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

1. adjust UI
2. support patch installation

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

1. adjust UI
2. support patch installation

* feat(TUP-20470):Share components updates on the local nexus

* feat(TUP-20470):don't share component from patch.

* feat(TUP-20470):make share available only online mode.

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

1. adjust UI
2. support patch installation

* feat(TUP-20471):Manual install of car and share to local nexus

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

1. adjust UI
2. support patch installation

* feat(TUP-20470):be able to install shared components.

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

1. update preference

* feat(TUP-20470):support auto install p2 and plain patches.

* feat(TUP-20470): support auto install p2 and plain patches.
https://jira.talendforge.org/browse/TUP-20470
2018-10-01 10:58:45 +08:00

109 lines
3.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension-point id="extraUpdatesFactory" name="ExtraUpdatesFactory" schema="schema/extraUpdatesFactory.exsd"/>
<extension
point="org.eclipse.ui.startup">
<startup
class="org.talend.updates.runtime.WorkbenchStartup">
</startup>
</extension>
<extension
point="org.eclipse.ui.commands">
<command
id="org.talend.updates.show.wizard.command"
name="%talend.additional.package.menu">
</command>
<command
id="org.talend.updates.show.wizard.componentsManager"
name="%talend.menu.componentsManager">
</command>
</extension>
<extension
point="org.eclipse.ui.handlers">
<handler
class="org.talend.updates.runtime.ui.ShowWizardHandler"
commandId="org.talend.updates.show.wizard.command">
</handler>
<handler
class="org.talend.updates.runtime.ui.ShowWizardHandler"
commandId="org.talend.updates.show.wizard.componentsManager">
</handler>
</extension>
<extension
point="org.eclipse.ui.menus">
<menuContribution
allPopups="false"
locationURI="menu:help?after=talend">
<command
commandId="org.talend.updates.show.wizard.command"
id="org.talend.updates.menus.show.wizard.command"
>
</command>
</menuContribution>
<menuContribution
allPopups="false"
locationURI="menu:help?after=talend">
<command
commandId="org.talend.updates.show.wizard.componentsManager"
id="org.talend.updates.menus.show.wizard.componentsManager"
>
</command>
</menuContribution>
</extension>
<extension
point="org.eclipse.ui.startup">
<startup
class="org.talend.updates.runtime.ui.startup.FeatureCheckUpdateStartup">
</startup>
</extension>
<extension
point="org.talend.updates.runtime.extraUpdatesFactory">
<factory
class="org.talend.updates.runtime.engine.factory.PluginRequiredMissingJarsExtraUpdatesFactory"
id="org.talend.updates.PluginRequiredMissingJars"
name="Plugin Required Missing Jars">
</factory>
<factory
class="org.talend.updates.runtime.engine.factory.PluginOptionalMissingJarsExtraUpdatesFactory"
id="org.talend.updates.PluginOptionalMissingJars"
name="Plugin Optional Missing Jars">
</factory>
<factory
class="org.talend.updates.runtime.engine.factory.TOSDynamicExtraFeaturesFactory"
id="org.talend.updates.TOSDynamicExtraFeaturesFactory"
name="TOS Dynamic ExtraFeatures Factory">
</factory>
<factory
class="org.talend.updates.runtime.engine.factory.ComponentsNexusInstallFactory"
desciption="Install components from Nexus"
id="org.talend.updates.ComponentsNexusInstallFactory"
name="Components ">
</factory>
</extension>
<extension
point="org.talend.core.repository.login.task">
<loginTask
class="org.talend.updates.runtime.login.SyncComponentMavenRepoLoginTask"
priority="normal">
</loginTask>
<loginTask
class="org.talend.updates.runtime.login.DeployComponentsToLocalNexusLoginTask"
priority="normal">
</loginTask>
<loginTask
class="org.talend.updates.runtime.login.InstallLocalNexusComponentsLoginTask"
priority="normal">
</loginTask>
</extension>
<extension
point="org.eclipse.core.runtime.preferences">
<initializer
class="org.talend.updates.runtime.preference.UpdatesRuntimeInitializer">
</initializer>
</extension>
</plugin>