Skip to content

Commit

Permalink
mpsutil: Ability to re-import xcore files with simple addition/remova…
Browse files Browse the repository at this point in the history
…l of classes, enums and interfaces
  • Loading branch information
krinara86 committed Apr 3, 2018
1 parent eaf78ff commit f59b76a
Show file tree
Hide file tree
Showing 7 changed files with 9,250 additions and 5,100 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -182,3 +182,5 @@ antlib.xml
**/code/languages/myDependencies
**/.settings/org.eclipse.buildship.core.prefs
**/.project
# ecore transformation tools
code/languages/com.mbeddr.mpsutil/languages/com.mbeddr.mpsutil.ecoretransofmation.sandbox
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -3,7 +3,7 @@ import de.itemis.mps.gradle.GitBasedVersioning
ext.releaseRepository = 'https://projects.itemis.de/nexus/content/repositories/mbeddr'
ext.snapshotRepository = 'https://projects.itemis.de/nexus/content/repositories/mbeddr_snapshots'

//MPS versions

ext.mpsMajor = "2017.3"
ext.mpsBuild = "2017.3.5"

Expand Down
Expand Up @@ -33,6 +33,7 @@
<concept id="1073389577006" name="jetbrains.mps.lang.editor.structure.CellModel_Constant" flags="sn" stub="3610246225209162225" index="3F0ifn">
<property id="1073389577007" name="text" index="3F0ifm" />
</concept>
<concept id="1073389658414" name="jetbrains.mps.lang.editor.structure.CellModel_Property" flags="sg" stub="730538219796134133" index="3F0A7n" />
<concept id="1219418625346" name="jetbrains.mps.lang.editor.structure.IStyleContainer" flags="ng" index="3F0Thp">
<child id="1219418656006" name="styleItem" index="3F10Kt" />
</concept>
Expand Down Expand Up @@ -115,6 +116,15 @@
<ref role="1NtTu8" to="hvgx:5n6IlFzyEc9" resolve="pathToEcoreFile" />
</node>
<node concept="2iRfu4" id="5n6IlFzyEea" role="2iSdaV" />
<node concept="3F0ifn" id="375LOh7jL0O" role="3EZMnx">
<property role="3F0ifm" value="( Version : " />
</node>
<node concept="3F0A7n" id="375LOh7jL0Y" role="3EZMnx">
<ref role="1NtTu8" to="hvgx:375LOh7jL0I" resolve="version" />
</node>
<node concept="3F0ifn" id="375LOh7jL1a" role="3EZMnx">
<property role="3F0ifm" value=")" />
</node>
</node>
</node>
</model>
Expand Down
Expand Up @@ -22,6 +22,7 @@
<concept id="1169125787135" name="jetbrains.mps.lang.structure.structure.AbstractConceptDeclaration" flags="ig" index="PkWjJ">
<property id="6714410169261853888" name="conceptId" index="EcuMT" />
<child id="1071489727083" name="linkDeclaration" index="1TKVEi" />
<child id="1071489727084" name="propertyDeclaration" index="1TKVEl" />
</concept>
<concept id="1169125989551" name="jetbrains.mps.lang.structure.structure.InterfaceConceptDeclaration" flags="ig" index="PlHQZ" />
<concept id="1169127622168" name="jetbrains.mps.lang.structure.structure.InterfaceConceptReference" flags="ig" index="PrWs8">
Expand All @@ -32,6 +33,10 @@
<reference id="1071489389519" name="extends" index="1TJDcQ" />
<child id="1169129564478" name="implements" index="PzmwI" />
</concept>
<concept id="1071489288299" name="jetbrains.mps.lang.structure.structure.PropertyDeclaration" flags="ig" index="1TJgyi">
<property id="241647608299431129" name="propertyId" index="IQ2nx" />
<reference id="1082985295845" name="dataType" index="AX2Wp" />
</concept>
<concept id="1071489288298" name="jetbrains.mps.lang.structure.structure.LinkDeclaration" flags="ig" index="1TJgyj">
<property id="1071599776563" name="role" index="20kJfa" />
<property id="1071599893252" name="sourceCardinality" index="20lbJX" />
Expand Down Expand Up @@ -323,6 +328,11 @@
<property role="20lbJX" value="1" />
<ref role="20lvS9" to="68mc:5Wocj7wnotA" resolve="AbstractFilePicker" />
</node>
<node concept="1TJgyi" id="375LOh7jL0I" role="1TKVEl">
<property role="IQ2nx" value="3586491774338535470" />
<property role="TrG5h" value="version" />
<ref role="AX2Wp" to="tpck:fKAOsGN" resolve="string" />
</node>
</node>
</model>

0 comments on commit f59b76a

Please sign in to comment.