Deployed QVT transformation source container
Identifier:
org.eclipse.m2m.qvt.oml.runtime.qvtTransformationContainer
Since:
3.4
Description:
This extension point provides a mechanism to register the source container for deployed QVTo plugins.
Configuration Markup:
<!ELEMENT extension (sourceContainer)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
- point - A fully qualified identifier of the target extension point.
- id - An optional identifier of the extension instance.
- name - An optional name of the extension instance.
<!ELEMENT sourceContainer EMPTY>
<!ATTLIST sourceContainer
path CDATA #REQUIRED>
The source container of the QVTo plugin
- path - The path to the source container directory, relative to the project root
Examples:
The following example registers the "transforms" directory as source container for a QVTo plugin.
<extension point="org.eclipse.m2m.qvt.oml.runtime.qvtTransformationContainer">
<sourceContainer path="transforms"/>
</extension>
Supplied Implementation:
A substitution for the "QVT source container" of QVTo workspace projects, intended for deployed transformations
Copyright (c) 2007, 2015 Borland Software Corporation and others