diff options
author | atikhomirov | 2010-04-21 22:01:50 +0000 |
---|---|---|
committer | atikhomirov | 2010-04-21 22:01:50 +0000 |
commit | 2c169c4cd7997528968371714b1f2aa69a2792a9 (patch) | |
tree | 510c131d7e1ce62f3ea78195bbd54300740835d7 /plugins/org.eclipse.gmf.graphdef.codegen/templates/top/Figure.xpt | |
parent | b07f1dcfdcf2e59509375f8e4499f0e78d8120a2 (diff) | |
download | org.eclipse.gmf-tooling-2c169c4cd7997528968371714b1f2aa69a2792a9.tar.gz org.eclipse.gmf-tooling-2c169c4cd7997528968371714b1f2aa69a2792a9.tar.xz org.eclipse.gmf-tooling-2c169c4cd7997528968371714b1f2aa69a2792a9.zip |
[142010] Use Draw2D 'native' Polyline and Polygon shapes instead of localCoordinates hack.
Diffstat (limited to 'plugins/org.eclipse.gmf.graphdef.codegen/templates/top/Figure.xpt')
-rw-r--r-- | plugins/org.eclipse.gmf.graphdef.codegen/templates/top/Figure.xpt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/org.eclipse.gmf.graphdef.codegen/templates/top/Figure.xpt b/plugins/org.eclipse.gmf.graphdef.codegen/templates/top/Figure.xpt index bb92410f4..f8f88d2f4 100644 --- a/plugins/org.eclipse.gmf.graphdef.codegen/templates/top/Figure.xpt +++ b/plugins/org.eclipse.gmf.graphdef.codegen/templates/top/Figure.xpt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006, 2007 Borland Software Corporation + * Copyright (c) 2006, 2010 Borland Software Corporation and others * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -11,7 +11,7 @@ */ «IMPORT 'http://www.eclipse.org/gmf/2006/GraphicalDefinition'» -«IMPORT 'http://www.eclipse.org/emf/2002/Ecore'» + «EXTENSION Util» «DEFINE ClassBody(cuName : String) FOR gmfgraph::Figure»«ERROR 'abstract ClassBody(Figure)'»«ENDDEFINE» @@ -37,7 +37,6 @@ } «ENDIF-» «EXPAND Extras::extraMethods» -«EXPAND Extras::localCoordinates» «EXPAND additions-» «ENDDEFINE» |