Skip to content

Commit

Permalink
#23 [v0.4.0] testing of build 0.4.0.v20170425-2048
Browse files Browse the repository at this point in the history
- [x] #1 add support of default attribute values
- [x] #21 [v0.3.1] update project from JavaSE-1.6 to 1.7
- [x] fixed model validation error "defaultValueLiteral= BOOLEAN"
- [x] fixed path to BooleanConstraintLanguage.genmodel
- [x] set dependency of org.yakindu.base.xtext.utils.jface to minimum
version=2.5.0
- [x] fixed NPE on dispose() because problemManager is null
- [x] added more information to tooltips
- [x] fixed Feature and Attribute ID and updated model
- [x] added migration (mapping) for old 0.3.0 models defined by Siemens
- [x] changed ID generation to UUID
- [x] added model 0.4.0 and migration from 0.3.0
- [x] updated YAFMT version to 0.4.0

Signed-off-by: Andre Bossert <[email protected]>
  • Loading branch information
anb0s committed Apr 26, 2017
1 parent 73caa69 commit fcac0ae
Show file tree
Hide file tree
Showing 21 changed files with 33 additions and 6 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
11 changes: 11 additions & 0 deletions cz.zcu.yafmt.update/updates/testing/0.4/compositeArtifacts.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version='1.0' encoding='UTF-8'?>
<?compositeArtifactRepository version='1.0.0'?>
<repository name='YAFMT 0.4' type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1'>
<properties size='2'>
<property name='p2.timestamp' value='1493153315227'/>
<property name='p2.atomic.composite.loading' value='true'/>
</properties>
<children size='1'>
<child location='0.4.0.v20170425-2048'/>
</children>
</repository>
11 changes: 11 additions & 0 deletions cz.zcu.yafmt.update/updates/testing/0.4/compositeContent.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version='1.0' encoding='UTF-8'?>
<?compositeMetadataRepository version='1.0.0'?>
<repository name='YAFMT 0.4' type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1'>
<properties size='2'>
<property name='p2.timestamp' value='1493153315240'/>
<property name='p2.atomic.composite.loading' value='true'/>
</properties>
<children size='1'>
<child location='0.4.0.v20170425-2048'/>
</children>
</repository>
3 changes: 3 additions & 0 deletions cz.zcu.yafmt.update/updates/testing/0.4/p2.index
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
version=1
metadata.repository.factory.order=compositeContent.xml,\!
artifact.repository.factory.order=compositeArtifacts.xml,\!
7 changes: 4 additions & 3 deletions cz.zcu.yafmt.update/updates/testing/compositeArtifacts.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?xml version='1.0' encoding='UTF-8'?>
<?compositeArtifactRepository version='1.0.0'?>
<repository name='YAFMT Testing Versions' type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1'>
<repository name='YAFMT Testing Versions' type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
<properties size='2'>
<property name='p2.timestamp' value='1489955533841'/>
<property name='p2.timestamp' value='1493153315336'/>
<property name='p2.atomic.composite.loading' value='true'/>
</properties>
<children size='1'>
<children size='2'>
<child location='0.3'/>
<child location='0.4'/>
</children>
</repository>
7 changes: 4 additions & 3 deletions cz.zcu.yafmt.update/updates/testing/compositeContent.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?xml version='1.0' encoding='UTF-8'?>
<?compositeMetadataRepository version='1.0.0'?>
<repository name='YAFMT Testing Versions' type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1'>
<repository name='YAFMT Testing Versions' type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1.0.0'>
<properties size='2'>
<property name='p2.timestamp' value='1489955533842'/>
<property name='p2.timestamp' value='1493153315337'/>
<property name='p2.atomic.composite.loading' value='true'/>
</properties>
<children size='1'>
<children size='2'>
<child location='0.3'/>
<child location='0.4'/>
</children>
</repository>

0 comments on commit fcac0ae

Please sign in to comment.