Skip to content

Commit 5320e0c

Browse files
committed
[v2.2] testing of build 2.2.0.v20181108-1757 #169
new fixed issues in this build: - [x] #160 add support for CDT include and binary containers - [x] #162 add support for CDT include browser - [x] #168 "Copy Qualified Name to Clipboard" does not work in editor - [x] added CDT SKD to all target platforms - [x] added all target platforms to Travis CI build matrix - [x] added target platform for Eclipse Photon (4.8) - [x] set Eclipse 4.8 (Photon) as default target - [x] removed openjdk7, because new Tycho (>=0.25) needs Java 8 - [x] README wth-Eclipse logo - [x] moved GitHub related files to .github - [x] updated copyright year to 2018 - [x] added oraclejdk9 to build matrix - [x] Update tycho version to 1.2.0 - [x] updated the version to 2.2.0 and minimum Java 8 (JavaSE 1.8) - [x] added openjdk10 and oraclejdk10 - [x] added Eclipse Photon 4.9 (2018-09) target platform - [x] removed oraclejdk10 and added openjdk11 Signed-off-by: Andre Bossert <[email protected]>
1 parent bc730c5 commit 5320e0c

12 files changed

+35
-4
lines changed
912 Bytes
Binary file not shown.
844 Bytes
Binary file not shown.
7.5 KB
Binary file not shown.
6.66 KB
Binary file not shown.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#Thu Nov 08 19:01:02 CET 2018
2+
version=1
3+
metadata.repository.factory.order=content.xml.xz,content.xml,\!
4+
artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\!

testing/2.2/compositeArtifacts.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<?compositeArtifactRepository version='1.0.0'?>
3+
<repository name='EasyShell 2.2' type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1'>
4+
<properties size='2'>
5+
<property name='p2.timestamp' value='1541700071186'/>
6+
<property name='p2.atomic.composite.loading' value='true'/>
7+
</properties>
8+
<children size='1'>
9+
<child location='2.2.0.v20181108-1757'/>
10+
</children>
11+
</repository>

testing/2.2/compositeContent.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<?compositeMetadataRepository version='1.0.0'?>
3+
<repository name='EasyShell 2.2' type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1'>
4+
<properties size='2'>
5+
<property name='p2.timestamp' value='1541700071209'/>
6+
<property name='p2.atomic.composite.loading' value='true'/>
7+
</properties>
8+
<children size='1'>
9+
<child location='2.2.0.v20181108-1757'/>
10+
</children>
11+
</repository>

testing/2.2/p2.index

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version=1
2+
metadata.repository.factory.order=compositeContent.xml,\!
3+
artifact.repository.factory.order=compositeArtifacts.xml,\!

0 commit comments

Comments
 (0)