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.commons.runtime/plugin.xml
GGu 1ce577cecd feat(TUP-19046): add signature on items (#1359)
* feat(TUP-18730): add xmlsec lib

* feat(TUP-18730): change the load options

* feat(TUP-18730): ignore the ds namespace

* feat(TUP-18730): change the api for option

* feat(TUP-18730): if invalid, set readonly for job

* feat(TUP-19046): impl for import items and projects

* feat(TUP-19046): deal with migration

* feat(TUP-19046): add valid check before run action

* feat(TUP-19046): add the option for load
2018-01-22 19:11:37 +08:00

18 lines
631 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension-point id="emfResourcesProvider" name="EMF Resources Provider" schema="schema/emfResourcesProvider.exsd"/>
<extension
point="org.talend.commons.runtime.emfResourcesProvider">
<saveOption
id="save.option.encoding.utf8"
provider="org.talend.commons.runtime.model.emf.UTF8EncodingOptionProvider">
</saveOption>
<saveOption
id="save.option.using.cdata"
provider="org.talend.commons.runtime.model.UsingCdataOptionProvider">
</saveOption>
</extension>
</plugin>