diff options
author | ashatalin | 2008-12-29 12:41:42 +0000 |
---|---|---|
committer | ashatalin | 2008-12-29 12:41:42 +0000 |
commit | b8fcf6e045ecf9959e33600f92d012670d74ac14 (patch) | |
tree | 6a48254797286a49db56271de00a62e35b829e32 /plugins/org.eclipse.gmf.graphdef.codegen/plugin.xml | |
parent | fc1dfb3b462e159eec1b6031bb41ab79c762474b (diff) | |
download | org.eclipse.gmf-tooling-b8fcf6e045ecf9959e33600f92d012670d74ac14.tar.gz org.eclipse.gmf-tooling-b8fcf6e045ecf9959e33600f92d012670d74ac14.tar.xz org.eclipse.gmf-tooling-b8fcf6e045ecf9959e33600f92d012670d74ac14.zip |
QVTO-based xpand implementation was merged to HEAD
Diffstat (limited to 'plugins/org.eclipse.gmf.graphdef.codegen/plugin.xml')
-rw-r--r-- | plugins/org.eclipse.gmf.graphdef.codegen/plugin.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/org.eclipse.gmf.graphdef.codegen/plugin.xml b/plugins/org.eclipse.gmf.graphdef.codegen/plugin.xml new file mode 100644 index 000000000..f3436bb5c --- /dev/null +++ b/plugins/org.eclipse.gmf.graphdef.codegen/plugin.xml @@ -0,0 +1,5 @@ +<plugin> + <extension point="org.eclipse.m2m.qvt.oml.javaBlackboxUnits"> + <library class="NativeUtil"><metamodel nsURI="http://www.eclipse.org/gmf/2006/GraphicalDefinition"/><metamodel nsURI="http://www.eclipse.org/emf/2002/Ecore"/></library> + </extension> +</plugin>
\ No newline at end of file |