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

















                                                                
<?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/etrice/core/Config" 
       class = "org.eclipse.etrice.core.config.ConfigPackage"
       genModel = "org/eclipse/etrice/core/Config.genmodel" /> 
	
  </extension>





</plugin>

Back to the top