plugin.xml 655 Bytes
Newer Older
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.4"?>
<plugin>
	<extension point="org.eclipse.emf.ecp.view.model.provider.xmi.file">
<file filePath="viewmodels/WindowCategory.view"/>

		<file filePath="viewmodels/Construction.view"/>
		<file filePath="viewmodels/ConstructionCategory.view"/>
		
		<file filePath="viewmodels/Material.view"/>
		<file filePath="viewmodels/WindowType.view"/>
		<file filePath="viewmodels/BuildingPhysicsCatalog.view"/>
		<file filePath="viewmodels/BuildingPhysicsCatalog_Detail.view">
			<filter key="detail" value="true"/>
		</file>
		<file filePath="viewmodels/MaterialCategory.view"/>
   </extension>
</plugin>