-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply to Features domain Signed-off-by: Alexander Fedorov <[email protected]>
- Loading branch information
1 parent
d0f125e
commit 0180a9c
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
bundles/org.eclipse.passage.loc.features.emfforms/viewmodels/FeatureSet.view
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
<?xml version="1.0" encoding="ASCII"?> | ||
<org.eclipse.emf.ecp.view.model:View xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:org.eclipse.emf.ecp.view.model="http://org/eclipse/emf/ecp/view/model/1180" xmi:id="_SUWLYAbBEemNz8l9BTvo0A" name="FeatureSet"> | ||
<rootEClass href="http://www.eclipse.org/passage/lic/features/2.0.0#//FeatureSet"/> | ||
<rootEClass href="http://www.eclipse.org/passage/lic/features/3.0.0#//FeatureSet"/> | ||
<ecorePaths>/org.eclipse.passage.lic.features.ecore/model/features.ecore</ecorePaths> | ||
<children xsi:type="org.eclipse.emf.ecp.view.model:Control" xmi:id="_SW6XMAbBEemNz8l9BTvo0A" name="Control identifier"> | ||
<domainModelReference xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_SW6-QAbBEemNz8l9BTvo0A"> | ||
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.eclipse.org/passage/lic/features/2.0.0#//FeatureSet/identifier"/> | ||
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.eclipse.org/passage/lic/features/3.0.0#//FeatureSet/identifier"/> | ||
</domainModelReference> | ||
</children> | ||
<children xsi:type="org.eclipse.emf.ecp.view.model:Control" xmi:id="_SW6-QQbBEemNz8l9BTvo0A" name="Control name"> | ||
<domainModelReference xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_SW6-QgbBEemNz8l9BTvo0A"> | ||
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.eclipse.org/passage/lic/features/2.0.0#//FeatureSet/name"/> | ||
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.eclipse.org/passage/lic/features/3.0.0#//FeatureSet/name"/> | ||
</domainModelReference> | ||
</children> | ||
<children xsi:type="org.eclipse.emf.ecp.view.model:Control" xmi:id="_SW6-QwbBEemNz8l9BTvo0A" name="Control description"> | ||
<domainModelReference xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_SW6-RAbBEemNz8l9BTvo0A"> | ||
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.eclipse.org/passage/lic/features/2.0.0#//FeatureSet/description"/> | ||
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.eclipse.org/passage/lic/features/3.0.0#//FeatureSet/description"/> | ||
</domainModelReference> | ||
</children> | ||
</org.eclipse.emf.ecp.view.model:View> |