forked from eclipse-passage/passage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[eclipse-passage#1349] Agreement in a License Pack should be read-only
- Loading branch information
1 parent
3fc618c
commit 2fda522
Showing
3 changed files
with
34 additions
and
2 deletions.
There are no files selected for viewing
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
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
30 changes: 30 additions & 0 deletions
30
bundles/org.eclipse.passage.loc.licenses.emfforms/viewmodels/AgreementData.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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<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="_3eWQYPdeEe6WL-f-ggxVOQ" name="AgreementData" readonly="true"> | ||
<rootEClass href="http://www.eclipse.org/passage/lic/licenses/2.0.0#//AgreementData"/> | ||
<children xsi:type="org.eclipse.emf.ecp.view.model:Control" xmi:id="_3e9UYvdeEe6WL-f-ggxVOQ" name="Control name"> | ||
<domainModelReference xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_3e9UY_deEe6WL-f-ggxVOQ"> | ||
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.eclipse.org/passage/lic/licenses/2.0.0#//AgreementData/name"/> | ||
</domainModelReference> | ||
</children> | ||
<children xsi:type="org.eclipse.emf.ecp.view.model:Control" xmi:id="_3e9UYPdeEe6WL-f-ggxVOQ" name="Control identifier"> | ||
<domainModelReference xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_3e9UYfdeEe6WL-f-ggxVOQ"> | ||
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.eclipse.org/passage/lic/licenses/2.0.0#//AgreementData/identifier"/> | ||
</domainModelReference> | ||
</children> | ||
<children xsi:type="org.eclipse.emf.ecp.view.model:Control" xmi:id="_3e9UZPdeEe6WL-f-ggxVOQ" name="Control file"> | ||
<domainModelReference xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_3e9UZfdeEe6WL-f-ggxVOQ"> | ||
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.eclipse.org/passage/lic/licenses/2.0.0#//AgreementData/file"/> | ||
</domainModelReference> | ||
</children> | ||
<children xsi:type="org.eclipse.emf.ecp.view.model:Control" xmi:id="_3e9UZvdeEe6WL-f-ggxVOQ" name="Control hashAlgo"> | ||
<domainModelReference xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_3e9UZ_deEe6WL-f-ggxVOQ"> | ||
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.eclipse.org/passage/lic/licenses/2.0.0#//AgreementData/hashAlgo"/> | ||
</domainModelReference> | ||
</children> | ||
<children xsi:type="org.eclipse.emf.ecp.view.model:Control" xmi:id="_3e9UbPdeEe6WL-f-ggxVOQ" name="Control contentType"> | ||
<domainModelReference xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_3e9UbfdeEe6WL-f-ggxVOQ"> | ||
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.eclipse.org/passage/lic/licenses/2.0.0#//AgreementData/contentType"/> | ||
</domainModelReference> | ||
</children> | ||
<ecorePaths>/org.eclipse.passage.lic.licenses.ecore/model/licenses.ecore</ecorePaths> | ||
</org.eclipse.emf.ecp.view.model:View> |