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>


<!ELEMENT sourceContainer EMPTY>

<!ATTLIST sourceContainer

path CDATA #REQUIRED>

The source container of the QVTo plugin



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