Skip to content

Commit

Permalink
#27 [v0.4.0] testing of build 0.4.0.v20180121-1352
Browse files Browse the repository at this point in the history
new fixed issues in this build:
- [x] impoved validator messages
- [x] fixed some warnings
- [x] added EMF mapping to 4.6 target platform
- [x] improved validation of AttributeValue
  - [x] moved check methods to ValidationUtil
  - [x]  added boolean validation
- [x] update FM validation, so it checks wheter the default value is
appropriate for the given attribute type
- [x] Travis-CI: oraclejdk7 is not supported anymore (using openjdk8 and
oraclejdk8 now)
- [x] Updated default target platform to Oxygen (4.7) and added target
platform for Eclipse Photon (4.8)
- [x] Use Tycho 1.0.0 (removed openjdk7, because new Tycho (>=0.25)
needs Java 8)

Signed-off-by: Andre Bossert <[email protected]>
  • Loading branch information
anb0s committed Jan 21, 2018
1 parent 2e0b171 commit 07d7c45
Show file tree
Hide file tree
Showing 21 changed files with 10 additions and 4 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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#Sun Jan 21 14:52:55 CET 2018
version=1
metadata.repository.factory.order=content.xml.xz,content.xml,\!
artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\!
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.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
<?compositeArtifactRepository version='1.0.0'?>
<repository name='YAFMT 0.4' type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
<properties size='2'>
<property name='p2.timestamp' value='1493293485280'/>
<property name='p2.timestamp' value='1516542778701'/>
<property name='p2.atomic.composite.loading' value='true'/>
</properties>
<children size='2'>
<children size='3'>
<child location='0.4.0.v20170425-2048'/>
<child location='0.4.0.v20170427-1144'/>
<child location='0.4.0.v20180121-1352'/>
</children>
</repository>
5 changes: 3 additions & 2 deletions cz.zcu.yafmt.update/updates/testing/0.4/compositeContent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
<?compositeMetadataRepository version='1.0.0'?>
<repository name='YAFMT 0.4' type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1.0.0'>
<properties size='2'>
<property name='p2.timestamp' value='1493293485285'/>
<property name='p2.timestamp' value='1516542778721'/>
<property name='p2.atomic.composite.loading' value='true'/>
</properties>
<children size='2'>
<children size='3'>
<child location='0.4.0.v20170425-2048'/>
<child location='0.4.0.v20170427-1144'/>
<child location='0.4.0.v20180121-1352'/>
</children>
</repository>

0 comments on commit 07d7c45

Please sign in to comment.