Skip to main content
summaryrefslogtreecommitdiffstats
blob: 91e4d6586c3b77fd5465296afae674df5f3943e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension-point id="DWAConstants" name="DWAConstants" schema="schema/DWAConstants.exsd"/>
   <extension
         id="id1"
         name="name"
         point="org.eclipse.osee.framework.skynet.core.OseeTypes">
      <OseeTypes
            resource="types/DoorsReqTypes.osee">
      </OseeTypes>
   </extension>

</plugin>

Back to the top