Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 7ee6868a995ba1da5d89f9f4d291e1af77a52be5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                                                      
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>

<plugin>

  <extension point="org.eclipse.emf.ecore.generated_package">
    <package 
       uri = "http://www.eclipse.org/papyrus/operation/editor/xtext/Operation" 
       class = "org.eclipse.papyrus.operation.editor.xtext.operation.OperationPackage"
       genModel = "org/eclipse/papyrus/operation/editor/xtext/Operation.genmodel" /> 
	
  </extension>




</plugin>

Back to the top