Skip to content

Commit

Permalink
Merge pull request #857 from eclipse-passage/575165
Browse files Browse the repository at this point in the history
Bug 575160 - [Passage] [LA support] Attach LAs to FeatureVersion
  • Loading branch information
eparovyshnaya authored Aug 5, 2021
2 parents 98cdc43 + bdd05f8 commit 19f2ccf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Automatic-Module-Name: org.eclipse.passage.loc.features.emfforms
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.passage.loc.features.emfforms;singleton:=true
Bundle-Version: 0.7.0.qualifier
Bundle-Version: 0.8.0.qualifier
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-Copyright: %Bundle-Copyright
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Properties file for org.eclipse.passage.loc.features.emfforms
###############################################################################
# Copyright (c) 2018, 2020 ArSysOp and others
# Copyright (c) 2018, 2021 ArSysOp and others
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -14,7 +14,7 @@

Bundle-Name = Passage LOC Features EMF Forms
Bundle-Vendor = Eclipse Passage
Bundle-Copyright = Copyright (c) 2018, 2020 ArSysOp and others.\n\
Bundle-Copyright = Copyright (c) 2018, 2021 ArSysOp and others.\n\
\n\
This program and the accompanying materials are made\n\
available under the terms of the Eclipse Public License 2.0\n\
Expand Down
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/0.5.0#//FeatureSet"/>
<rootEClass href="http://www.eclipse.org/passage/lic/features/2.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/0.5.0#//FeatureSet/identifier"/>
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.eclipse.org/passage/lic/features/2.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/0.5.0#//FeatureSet/name"/>
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.eclipse.org/passage/lic/features/2.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/0.5.0#//FeatureSet/description"/>
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.eclipse.org/passage/lic/features/2.0.0#//FeatureSet/description"/>
</domainModelReference>
</children>
</org.eclipse.emf.ecp.view.model:View>

0 comments on commit 19f2ccf

Please sign in to comment.