Frank,
I was able to track down the problem with an older installation.
Here's what's going wrong. We have a cached p2.index in
~/.eclipse/org.eclipse.oomph.p2/cache/http___download.eclipse.org_technology_epp_packages_2019-06_p2.index
We use this as an optimization to reduce the load/traffic on
download.eclipse.org. Until the release date, this file looks like
this:
version=1
metadata.repository.factory.order=compositeContent.xml
artifact.repository.factory.order=compositeArtifacts.xml
So we (p2) will first look for this URL:
http://download.eclipse.org/technology/epp/packages/2019-06/compositeContent.jar
Actually probably this one first:
http://download.eclipse.org/technology/epp/packages/2019-06/compositeContent.xml
Neither of these exist on the server. But for the first one,
compositeContent.jar, the server returns a file with the following
content metadata:
<?xml version='1.0' encoding='UTF-8'?>
<?compositeMetadataRepository version='1.0.0'?>
<repository name='EPP 2019-06'
type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository'
version='1.0.0'>
<properties size='3'>
<property name='p2.timestamp' value='1559918296322'/>
<property name='p2.compressed' value='true'/>
<property name='p2.atomic.composite.loading'
value='true'/>
</properties>
<children size='3'>
<child location='M2'/>
<child location='M3'/>
<child location='RC1'/>
</children>
</repository>
I.e., the server returns the file as it existed before the release
date. I don't know where it gets these contents from, but this file
does not actually exist in the file system. This appears to be some
caching/optimization logic of the down.eclipse.org server. But this
is why even deleting p2's cache in the .p2 folder does not eliminate
the use of a stale p2 content metadata.
In any case, because this file exists according to the server, this
information is used to load older metadata, and these child repos do
actually still exist in the file system of the server. But none of
these can be fully resolved in the release train repo because the
release train repo no longer contains these older IUs, leading to
the failure messages (with 3 IUs).
So deleting
~/.eclipse/org.eclipse.oomph.p2/cache/http___download.eclipse.org_technology_epp_packages_2019-06_p2.index
works around the problem. You can also delete the whole cache
folder.
I've also opened
https://bugs.eclipse.org/bugs/show_bug.cgi?id=548497
to track the problem with the server returning stale content
instead of a 404.
Regards,
Ed
Hi
Frank
Von meinem iPhone
gesendet
Stephan,
Note that your issue looks similar to
https://www.eclipse.org/forums/index.php?t=msg&th=1099395&goto=1808275&#msg_1808275
Perhaps there is some network failure involved, where an
older cached version of repo metadata is used...
On 20.06.2019 23:56, Ed Merks
wrote:
Stephan,
I looks like you tried installing into an existing
installation:
Renamed existing configuration folder to
/home/eclipse/otdt-2019-06/eclipse/configuration.1561064244575
I don't think that should have any impact, but I tried
the same thing again just now with the successful log
below.
But note in my log how the version of epp.package.java
4.12.0.20190605-2143 that doesn't resolve for you is
resolved to
Fetching org.eclipse.epp.package.java_4.12.0.20190614-1200.jar.pack.gz
for me.
So somehow you seem to have some mismatch of an older
version (RC1?) of that package versus the final R
version of that package. I'm not sure how to explain
that or reproduce that...
You also seem to be using Java 9. I doubt that makes a
difference either.
Is this issue reproducible if you install into a
new/clean folder? Using a non-end-of-life version of
Java?
[2019-06-20 23:39:05] Executing bootstrap tasks
[2019-06-20 23:39:05] Java(TM) SE Runtime Environment
1.8.0_121-b13
[2019-06-20 23:39:05] Product
org.eclipse.products.epp.package.java.2019-06
[2019-06-20 23:39:05] Bundle org.eclipse.oomph.setup
1.13.0.v20190530-1228, build=4030,
branch=ed8d2fdcc99c1d3461399fc1bee02645433fa697
[2019-06-20 23:39:05] Bundle
org.eclipse.oomph.setup.core 1.13.0.v20190531-1228,
build=4030,
branch=ed8d2fdcc99c1d3461399fc1bee02645433fa697
[2019-06-20 23:39:05] Bundle org.eclipse.oomph.setup.p2
1.11.0.v20190530-1228, build=4030,
branch=ed8d2fdcc99c1d3461399fc1bee02645433fa697
[2019-06-20 23:39:05] Performing P2 Director (Eclipse
IDE for Java Developers (2019-06))
[2019-06-20 23:39:05] Offline = false
[2019-06-20 23:39:05] Mirrors = true
[2019-06-20 23:39:05] Resolving 21 requirements from 3
repositories to
D:\user-home-test-5\eclipse\java-2019-06\eclipse
[2019-06-20 23:39:05] Requirement epp.package.java
[4.12.0,5.0.0)
[2019-06-20 23:39:05] Requirement
org.eclipse.buildship.feature.group
[2019-06-20 23:39:05] Requirement
org.eclipse.eclemma.feature.feature.group
[2019-06-20 23:39:05] Requirement
org.eclipse.egit.feature.group
[2019-06-20 23:39:05] Requirement
org.eclipse.egit.mylyn.feature.group
[2019-06-20 23:39:05] Requirement
org.eclipse.epp.mpc.feature.group
[2019-06-20 23:39:05] Requirement
org.eclipse.jdt.feature.group
[2019-06-20 23:39:05] Requirement
org.eclipse.jgit.feature.group
[2019-06-20 23:39:05] Requirement
org.eclipse.m2e.feature.feature.group
[2019-06-20 23:39:05] Requirement
org.eclipse.m2e.logback.feature.feature.group
[2019-06-20 23:39:05] Requirement
org.eclipse.mylyn.bugzilla_feature.feature.group
[2019-06-20 23:39:05] Requirement
org.eclipse.mylyn.context_feature.feature.group
[2019-06-20 23:39:05] Requirement
org.eclipse.mylyn.git.feature.group
[2019-06-20 23:39:05] Requirement
org.eclipse.mylyn.hudson.feature.group
[2019-06-20 23:39:05] Requirement
org.eclipse.mylyn.ide_feature.feature.group
[2019-06-20 23:39:05] Requirement
org.eclipse.mylyn.java_feature.feature.group
[2019-06-20 23:39:05] Requirement
org.eclipse.mylyn.wikitext_feature.feature.group
[2019-06-20 23:39:05] Requirement
org.eclipse.mylyn_feature.feature.group
[2019-06-20 23:39:05] Requirement
org.eclipse.tips.feature.feature.group
[2019-06-20 23:39:05] Requirement
org.eclipse.wst.xml_ui.feature.feature.group
[2019-06-20 23:39:05] Requirement
org.eclipse.oomph.setup.feature.group
[2019-06-20 23:39:05] Repository http://download.eclipse.org/technology/epp/packages/2019-06
[2019-06-20 23:39:05] Repository http://download.eclipse.org/releases/2019-06/201906191000
[2019-06-20 23:39:05] Repository http://download.eclipse.org/oomph/updates/milestone/latest
[2019-06-20 23:39:10] Calculating requirements and
dependencies.
[2019-06-20 23:39:10] Computing prerequisite plan
[2019-06-20 23:39:14] Fetching artifacts.xml.xz from http://download.eclipse.org/releases/2019-06/201906191000/
[2019-06-20 23:39:19] Fetching compositeArtifacts.jar
from http://download.eclipse.org/oomph/updates/milestone/latest/
(445B)
[2019-06-20 23:39:19] Fetching artifacts.jar from http://download.eclipse.org/oomph/drops/milestone/S20190531-082923-1.13.0-M4/
(8,93kB)
[2019-06-20 23:39:20] Fetching artifacts.xml.xz from http://download.eclipse.org/technology/epp/packages/2019-06/
[2019-06-20 23:39:20] Collecting 38 artifacts from http://download.eclipse.org/oomph/updates/milestone/latest
[2019-06-20 23:39:20] Downloading
org.eclipse.oomph.setup.p2.edit
[2019-06-20 23:39:20] Downloading
org.eclipse.oomph.resources.edit
[2019-06-20 23:39:20] Downloading
org.eclipse.oomph.jreinfo.ui
[2019-06-20 23:39:20] Downloading
org.eclipse.oomph.extractor.lib
[2019-06-20 23:39:20] Downloading
org.eclipse.oomph.jreinfo.win32.x86_64
[2019-06-20 23:39:20] Downloading
org.eclipse.oomph.predicates.edit
[2019-06-20 23:39:20] Downloading
org.eclipse.oomph.setup
[2019-06-20 23:39:20] Downloading
org.eclipse.oomph.setup.core
[2019-06-20 23:39:20] Downloading
org.eclipse.oomph.jreinfo
[2019-06-20 23:39:20] Downloading org.eclipse.oomph.p2
[2019-06-20 23:39:21] Fetching
org.eclipse.oomph.setup.core_1.13.0.v20190531-1228.jar
from http://ftp.fau.de/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/features/
(19,27kB)
[2019-06-20 23:39:21] Fetching
org.eclipse.oomph.setup_1.13.0.v20190531-1228.jar from http://ftp.halifax.rwth-aachen.de/eclipse//oomph/drops/milestone/S20190531-082923-1.13.0-M4/features/
(19,16kB)
[2019-06-20 23:39:21] Fetching
org.eclipse.oomph.jreinfo_1.11.0.v20190523-0419.jar.pack.gz
from http://ftp.snt.utwente.nl/pub/software/eclipse//oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(17,78kB)
[2019-06-20 23:39:21] Fetching
org.eclipse.oomph.resources.edit_1.10.0.v20180706-1242.jar.pack.gz
from http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(14,17kB)
[2019-06-20 23:39:21] Fetching
org.eclipse.oomph.p2_1.12.0.v20190527-1611.jar from http://mirror.dkm.cz/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/features/
(19,12kB)
[2019-06-20 23:39:21] Fetching
org.eclipse.oomph.jreinfo.win32.x86_64_1.5.0.v20190410-0601.jar
from http://mirrors.uniri.hr/eclipse//oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(23,9kB)
[2019-06-20 23:39:21] Fetching
org.eclipse.oomph.extractor.lib_1.6.0.v20190410-0601.jar.pack.gz
from http://eclipse.mirror.garr.it/mirrors/eclipse//oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(13,91kB)
[2019-06-20 23:39:21] Downloading org.eclipse.oomph.p2
[2019-06-20 23:39:21] Downloading
org.apache.commons.logging
[2019-06-20 23:39:21] Downloading org.eclipse.oomph.base
[2019-06-20 23:39:21] Fetching
org.eclipse.oomph.jreinfo.ui_1.10.0.v20180706-1242.jar.pack.gz
from http://mirror.tspu.ru/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(27,09kB)
[2019-06-20 23:39:21] Downloading
org.eclipse.oomph.workingsets.edit
[2019-06-20 23:39:21] Fetching
org.eclipse.oomph.predicates.edit_1.10.0.v20180706-1242.jar.pack.gz
from https://mirrors.dotsrc.org/eclipse//oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(19,81kB)
[2019-06-20 23:39:21] Fetching
org.eclipse.oomph.base_1.11.0.v20190525-1219.jar.pack.gz
from http://mirrors.nic.cz/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(33,93kB)
[2019-06-20 23:39:21] Downloading
org.eclipse.oomph.setup.p2
[2019-06-20 23:39:21] Downloading
org.eclipse.oomph.p2.edit
[2019-06-20 23:39:21] Fetching
org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz
from http://mirror.ibcp.fr/pub/eclipse//oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(33,71kB)
[2019-06-20 23:39:21] Downloading
org.eclipse.oomph.workingsets
[2019-06-20 23:39:21] Fetching
org.eclipse.oomph.setup.p2_1.11.0.v20190530-1228.jar.pack.gz
from http://ftp.fau.de/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(20,69kB)
[2019-06-20 23:39:21] Downloading
org.eclipse.oomph.setup.sync
[2019-06-20 23:39:21] Downloading
org.eclipse.oomph.base.edit
[2019-06-20 23:39:21] Downloading
org.eclipse.oomph.setup.doc
[2019-06-20 23:39:21] Fetching
org.eclipse.oomph.p2.edit_1.11.0.v20190323-1130.jar.pack.gz
from http://mirrors.nic.cz/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(20,36kB)
[2019-06-20 23:39:21] Fetching
org.eclipse.oomph.setup.doc_1.10.0.v20180706-1242.jar
from http://ftp.fau.de/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(2,49MB)
[2019-06-20 23:39:21] Fetching
org.eclipse.oomph.workingsets_1.10.0.v20180706-1242.jar.pack.gz
from http://mirrors.nic.cz/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(21,34kB)
[2019-06-20 23:39:21] Fetching
org.eclipse.oomph.setup.sync_1.10.0.v20180706-1242.jar.pack.gz
from http://mirrors.nic.cz/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(46,01kB)
[2019-06-20 23:39:21] Fetching
org.eclipse.oomph.base.edit_1.11.0.v20190525-1219.jar.pack.gz
from http://mirrors.nic.cz/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(24,35kB)
[2019-06-20 23:39:21] Fetching
org.eclipse.oomph.setup.sync_1.10.0.v20180706-1242.jar.pack.gz
from http://mirrors.nic.cz/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(46,01kB)
[2019-06-20 23:39:21] Fetching
org.eclipse.oomph.base.edit_1.11.0.v20190525-1219.jar.pack.gz
from http://mirrors.nic.cz/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(24,35kB)
[2019-06-20 23:39:21] Downloading
org.eclipse.oomph.setup.ui
[2019-06-20 23:39:21] Downloading
org.eclipse.oomph.setup.editor
[2019-06-20 23:39:21] Fetching
org.eclipse.oomph.workingsets.edit_1.10.0.v20180706-1242.jar.pack.gz
from http://ftp.osuosl.org/pub/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(16,27kB)
[2019-06-20 23:39:21] Downloading org.eclipse.oomph.ui
[2019-06-20 23:39:21] Fetching
org.eclipse.oomph.p2_1.10.0.v20180706-1242.jar.pack.gz
from https://ftp.acc.umu.se/mirror/eclipse.org/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(33,41kB)
[2019-06-20 23:39:21] Downloading
org.eclipse.oomph.setup.ui.questionnaire
[2019-06-20 23:39:21] Fetching
org.eclipse.oomph.setup.ui_1.13.0.v20190526-0710.jar.pack.gz
from http://mirrors.nic.cz/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(212,73kB)
[2019-06-20 23:39:21] Downloading
org.apache.httpcomponents.httpclient
[2019-06-20 23:39:21] Fetching
org.eclipse.oomph.ui_1.11.0.v20190528-0708.jar.pack.gz
from http://mirrors.nic.cz/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(117,91kB)
[2019-06-20 23:39:21] Downloading
org.eclipse.oomph.p2.doc
[2019-06-20 23:39:21] Fetching
org.eclipse.oomph.setup.editor_1.13.0.v20190527-0708.jar.pack.gz
from http://ftp.fau.de/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(158,97kB)
[2019-06-20 23:39:21] Fetching
org.eclipse.oomph.p2_1.10.0.v20180706-1242.jar.pack.gz
from https://ftp.acc.umu.se/mirror/eclipse.org/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(33,41kB)
[2019-06-20 23:39:21] Fetching
org.eclipse.oomph.setup.ui.questionnaire_1.10.0.v20180706-1242.jar.pack.gz
from http://mirrors.nic.cz/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(287,17kB)
[2019-06-20 23:39:21] Downloading
org.apache.commons.codec
[2019-06-20 23:39:21] Fetching
org.apache.httpcomponents.httpclient_4.5.6.v20190213-1430.jar.pack.gz
from http://mirrors.nic.cz/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(329,71kB)
[2019-06-20 23:39:21] Downloading
org.eclipse.oomph.p2.core
[2019-06-20 23:39:22] Fetching
org.eclipse.oomph.p2.doc_1.10.0.v20180706-1242.jar from
http://ftp.fau.de/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(313,03kB)
[2019-06-20 23:39:22] Fetching
org.eclipse.oomph.p2.core_1.12.0.v20190527-1611.jar.pack.gz
from http://mirror.ibcp.fr/pub/eclipse//oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(73,23kB)
[2019-06-20 23:39:22] Fetching
org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz
from http://ftp.fau.de/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(112,2kB)
[2019-06-20 23:39:22] Downloading org.eclipse.oomph.util
[2019-06-20 23:39:22] Downloading
org.eclipse.oomph.setup.edit
[2019-06-20 23:39:22] Fetching
org.eclipse.oomph.util_1.11.0.v20190323-1109.jar.pack.gz
from http://mirrors.nic.cz/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(74,68kB)
[2019-06-20 23:39:22] Downloading
org.eclipse.oomph.setup
[2019-06-20 23:39:22] Fetching
org.eclipse.oomph.setup.edit_1.13.0.v20190526-0607.jar.pack.gz
from http://mirrors.nic.cz/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(55,09kB)
[2019-06-20 23:39:22] Downloading
org.eclipse.oomph.resources
[2019-06-20 23:39:22] Fetching
org.eclipse.oomph.setup_1.13.0.v20190530-1228.jar.pack.gz
from http://mirrors.nic.cz/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(135,24kB)
[2019-06-20 23:39:22] Downloading
org.eclipse.oomph.p2.ui
[2019-06-20 23:39:22] Fetching
org.eclipse.oomph.resources_1.11.0.v20190523-0419.jar.pack.gz
from http://mirrors.nic.cz/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(41,83kB)
[2019-06-20 23:39:22] Downloading
org.apache.httpcomponents.httpcore
[2019-06-20 23:39:22] Downloading
org.eclipse.oomph.workingsets.editor
[2019-06-20 23:39:22] Fetching
org.eclipse.oomph.p2.ui_1.10.0.v20180829-1028.jar.pack.gz
from http://mirrors.nic.cz/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(111,56kB)
[2019-06-20 23:39:22] Fetching
org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214.jar.pack.gz
from http://ftp.fau.de/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(108,91kB)
[2019-06-20 23:39:22] Fetching
org.eclipse.oomph.workingsets.editor_1.10.0.v20180904-1112.jar.pack.gz
from http://ftp.fau.de/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(41,84kB)
[2019-06-20 23:39:22] Downloading
org.eclipse.oomph.setup.core
[2019-06-20 23:39:22] Downloading
org.eclipse.oomph.preferences
[2019-06-20 23:39:22] Downloading
org.eclipse.oomph.predicates
[2019-06-20 23:39:22] Fetching
org.eclipse.oomph.setup.core_1.13.0.v20190531-1228.jar.pack.gz
from http://ftp.fau.de/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(104,31kB)
[2019-06-20 23:39:22] Fetching
org.eclipse.oomph.preferences_1.10.0.v20180706-1242.jar.pack.gz
from http://ftp.fau.de/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(34,37kB)
[2019-06-20 23:39:22] Fetching
org.eclipse.oomph.predicates_1.10.0.v20180706-1242.jar.pack.gz
from http://mirrors.nic.cz/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(25,47kB)
[2019-06-20 23:40:08] Fetching
org.eclipse.oomph.setup.p2.edit_1.10.0.v20180706-1242.jar.pack.gz
from http://ftp.fau.de/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/plugins/
(13,11kB)
[2019-06-20 23:40:09] Mirrored 11 artifacts from http://ftp.fau.de/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/
at 960kb/s
[2019-06-20 23:40:09] Mirrored 15 artifacts from http://mirrors.nic.cz/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/
at 420kb/s
[2019-06-20 23:40:09] Mirrored 2 artifacts from http://mirror.ibcp.fr/pub/eclipse//oomph/drops/milestone/S20190531-082923-1.13.0-M4/
at 166kb/s
[2019-06-20 23:40:09] Mirrored 1 artifacts from http://ftp.halifax.rwth-aachen.de/eclipse//oomph/drops/milestone/S20190531-082923-1.13.0-M4/
at 75kb/s
[2019-06-20 23:40:09] Mirrored 1 artifacts from http://mirrors.uniri.hr/eclipse//oomph/drops/milestone/S20190531-082923-1.13.0-M4/
at 71kb/s
[2019-06-20 23:40:09] Mirrored 1 artifacts from http://ftp.snt.utwente.nl/pub/software/eclipse//oomph/drops/milestone/S20190531-082923-1.13.0-M4/
at 71kb/s
[2019-06-20 23:40:09] Mirrored 1 artifacts from http://mirror.dkm.cz/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/
at 61kb/s
[2019-06-20 23:40:09] Mirrored 1 artifacts from https://ftp.acc.umu.se/mirror/eclipse.org/oomph/drops/milestone/S20190531-082923-1.13.0-M4/
at 58kb/s
[2019-06-20 23:40:09] Mirrored 1 artifacts from http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/
at 53kb/s
[2019-06-20 23:40:09] Mirrored 1 artifacts from http://mirror.tspu.ru/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/
at 50kb/s
[2019-06-20 23:40:09] Mirrored 1 artifacts from http://eclipse.mirror.garr.it/mirrors/eclipse//oomph/drops/milestone/S20190531-082923-1.13.0-M4/
at 38kb/s
[2019-06-20 23:40:09] Mirrored 1 artifacts from https://mirrors.dotsrc.org/eclipse//oomph/drops/milestone/S20190531-082923-1.13.0-M4/
at 37kb/s
[2019-06-20 23:40:09] Mirrored 1 artifacts from http://ftp.osuosl.org/pub/eclipse/oomph/drops/milestone/S20190531-082923-1.13.0-M4/
at 31kb/s
[2019-06-20 23:40:09] Mirrored 1 artifacts from http://ftp.linux.org.tr/eclipse//oomph/drops/milestone/S20190531-082923-1.13.0-M4/
at 0kb/s with 1 failures
[2019-06-20 23:40:09] Collected 38 artifacts for http://download.eclipse.org/oomph/updates/milestone/latest
in 48.657s
[2019-06-20 23:40:09] Collecting 501 artifacts from http://download.eclipse.org/releases/2019-06/201906191000
[2019-06-20 23:40:09] Downloading
org.eclipse.platform_root
[2019-06-20 23:40:09] Downloading
org.eclipse.ecf.provider.filetransfer.ssl
[2019-06-20 23:40:09] Downloading ch.qos.logback.slf4j
[2019-06-20 23:40:09] Downloading
org.eclipse.e4.core.di.annotations
[2019-06-20 23:40:09] Downloading
org.eclipse.e4.core.di.extensions
[2019-06-20 23:40:09] Downloading
org.eclipse.wst.common.infopop
[2019-06-20 23:40:09] Downloading
org.eclipse.equinox.jsp.jasper.registry
[2019-06-20 23:40:09] Downloading
org.eclipse.wst.validation.infopop
[2019-06-20 23:40:09] Downloading
org.eclipse.jdt.annotation
[2019-06-20 23:40:09] Downloading
org.eclipse.e4.ui.widgets
[2019-06-20 23:40:09] Fetching
org.eclipse.jdt.annotation_1.1.400.v20180921-1416.jar.pack.gz
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/plugins/
(9,52kB)
[2019-06-20 23:40:09] Fetching
org.eclipse.e4.ui.widgets_1.2.400.v20190510-1100.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(9,48kB)
[2019-06-20 23:40:09] Fetching
org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar.pack.gz
from http://ftp.snt.utwente.nl/pub/software/eclipse//releases/2019-06/201906191000/plugins/
(7,77kB)
[2019-06-20 23:40:09] Fetching
org.eclipse.ecf.provider.filetransfer.ssl_1.0.100.v20180301-0132.jar.pack.gz
from http://eclipse.mirror.garr.it/mirrors/eclipse//releases/2019-06/201906191000/plugins/
(7,37kB)
[2019-06-20 23:40:09] Fetching
org.eclipse.equinox.jsp.jasper.registry_1.1.200.v20190214-1948.jar.pack.gz
from http://mirrors.uniri.hr/eclipse//releases/2019-06/201906191000/plugins/
(8,7kB)
[2019-06-20 23:40:09] Fetching
ch.qos.logback.slf4j_1.0.7.v201505121915.jar.pack.gz
from http://ftp.halifax.rwth-aachen.de/eclipse//releases/2019-06/201906191000/plugins/
(7,59kB)
[2019-06-20 23:40:09] Fetching
org.eclipse.platform_root_4.12.0.v20190605-1801 from http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/releases/2019-06/201906191000/binary/
(196B)
[2019-06-20 23:40:09] Fetching
org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217.jar.pack.gz
from http://mirror.dkm.cz/eclipse/releases/2019-06/201906191000/plugins/
(7,69kB)
[2019-06-20 23:40:09] Downloading
org.eclipse.team.genericeditor.diff.extension
[2019-06-20 23:40:09] Fetching
org.eclipse.wst.validation.infopop_1.0.300.v201903222010.jar.pack.gz
from http://mirror.tspu.ru/eclipse/releases/2019-06/201906191000/plugins/
(9,4kB)
[2019-06-20 23:40:09] Downloading
org.eclipse.m2e.binaryproject.ui
[2019-06-20 23:40:09] Downloading org.eclipse.ecf.ssl
[2019-06-20 23:40:09] Fetching
org.eclipse.ecf.ssl_1.2.200.v20190502-0212.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(9,93kB)
[2019-06-20 23:40:09] Fetching
org.eclipse.m2e.binaryproject.ui_1.12.0.20190529-1916.jar.pack.gz
from http://mirror.ibcp.fr/pub/eclipse//releases/2019-06/201906191000/plugins/
(9,8kB)
[2019-06-20 23:40:09] Downloading org.eclipse.e4.ui.di
[2019-06-20 23:40:09] Fetching
org.eclipse.team.genericeditor.diff.extension_1.0.300.v20190519-2354.jar.pack.gz
from https://ftp.acc.umu.se/mirror/eclipse.org/releases/2019-06/201906191000/plugins/
(9,79kB)
[2019-06-20 23:40:10] Downloading
org.eclipse.mylyn.wikitext.markdown.ui
[2019-06-20 23:40:10] Downloading
org.eclipse.mylyn.wikitext.twiki.ui
[2019-06-20 23:40:10] Downloading
org.eclipse.mylyn.wikitext.asciidoc.ui
[2019-06-20 23:40:10] Fetching
org.eclipse.mylyn.wikitext.twiki.ui_3.0.29.201812180023.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(10,29kB)
[2019-06-20 23:40:10] Downloading
org.eclipse.m2e.lifecyclemapping.defaults
[2019-06-20 23:40:10] Downloading
org.eclipse.mylyn.wikitext.tracwiki.ui
[2019-06-20 23:40:10] Downloading
org.eclipse.m2e.logback.configuration
[2019-06-20 23:40:10] Fetching
org.eclipse.mylyn.wikitext.asciidoc.ui_3.0.29.201812180023.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(10,34kB)
[2019-06-20 23:40:10] Fetching
org.eclipse.e4.ui.di_1.2.600.v20190510-1100.jar.pack.gz
from http://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/releases/2019-06/201906191000/plugins/
(9,97kB)
[2019-06-20 23:40:10] Fetching
org.eclipse.mylyn.wikitext.tracwiki.ui_3.0.29.201812180023.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(10,43kB)
[2019-06-20 23:40:10] Fetching
org.eclipse.m2e.lifecyclemapping.defaults_1.12.0.20190529-1916.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(8,17kB)
[2019-06-20 23:40:10] Fetching
org.eclipse.m2e.logback.configuration_1.12.0.20190529-1916.jar.pack.gz
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/plugins/
(10,88kB)
[2019-06-20 23:40:10] Downloading org.eclipse.rcp
[2019-06-20 23:40:10] Downloading
org.eclipse.mylyn.wikitext.mediawiki.ui
[2019-06-20 23:40:10] Fetching
org.eclipse.mylyn.wikitext.markdown.ui_3.0.29.201812180023.jar
from http://ftp.osuosl.org/pub/eclipse/releases/2019-06/201906191000/plugins/
(10kB)
[2019-06-20 23:40:10] Fetching
org.eclipse.rcp_4.12.0.v20190605-1800.jar.pack.gz from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(9,44kB)
[2019-06-20 23:40:10] Downloading org.eclipse.egit
[2019-06-20 23:40:10] Fetching
org.eclipse.mylyn.wikitext.mediawiki.ui_3.0.29.201812180023.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(11,43kB)
[2019-06-20 23:40:10] Downloading
org.eclipse.mylyn.wikitext.confluence.ui
[2019-06-20 23:40:10] Fetching
org.eclipse.egit_5.4.0.201906121030-r.jar.pack.gz from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(9,56kB)
[2019-06-20 23:40:10] Downloading org.eclipse.tips.json
[2019-06-20 23:40:10] Downloading
org.eclipse.buildship.branding
[2019-06-20 23:40:10] Fetching
org.eclipse.mylyn.wikitext.confluence.ui_3.0.29.201812180023.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(11,69kB)
[2019-06-20 23:40:10] Downloading
org.eclipse.mylyn.wikitext.textile.ui
[2019-06-20 23:40:10] Downloading
org.eclipse.wst.dtd.ui.infopop
[2019-06-20 23:40:10] Fetching
org.eclipse.tips.json_0.1.400.v20190402-1511.jar.pack.gz
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/plugins/
(11,73kB)
[2019-06-20 23:40:10] Downloading
org.eclipse.epp.mpc.core.win32
[2019-06-20 23:40:10] Fetching
org.eclipse.wst.dtd.ui.infopop_1.0.400.v201903222120.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(9,2kB)
[2019-06-20 23:40:10] Downloading
org.eclipse.m2e.profiles.core
[2019-06-20 23:40:10] Downloading
org.eclipse.wst.sse.ui.infopop
[2019-06-20 23:40:10] Fetching
org.eclipse.epp.mpc.core.win32_1.7.7.v20190521-1752.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(12,43kB)
[2019-06-20 23:40:10] Fetching
org.eclipse.m2e.profiles.core_1.12.0.20190529-1916.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(12,72kB)
[2019-06-20 23:40:10] Fetching
org.eclipse.buildship.branding_3.1.0.v20190501-0832.jar.pack.gz
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/plugins/
(10,51kB)
[2019-06-20 23:40:10] Fetching
org.eclipse.mylyn.wikitext.textile.ui_3.0.29.201812180023.jar
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/plugins/
(12,27kB)
[2019-06-20 23:40:10] Downloading
org.eclipse.jdt.junit5.runtime
[2019-06-20 23:40:10] Downloading
org.eclipse.mylyn.wikitext.editors_feature
[2019-06-20 23:40:10] Downloading
org.apache.batik.constants
[2019-06-20 23:40:10] Fetching
org.eclipse.jdt.junit5.runtime_1.0.500.v20190510-0840.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(12,74kB)
[2019-06-20 23:40:10] Downloading
org.eclipse.e4.ui.workbench3
[2019-06-20 23:40:10] Fetching
org.eclipse.mylyn.wikitext.editors_feature_3.0.29.201812180023.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/features/
(13,03kB)
[2019-06-20 23:40:10] Downloading
org.eclipse.mylyn.wikitext_feature
[2019-06-20 23:40:10] Fetching
org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/plugins/
(13,03kB)
[2019-06-20 23:40:10] Fetching
org.eclipse.wst.sse.ui.infopop_1.0.300.v201903222120.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(9,24kB)
[2019-06-20 23:40:10] Downloading
org.eclipse.e4.ui.services
[2019-06-20 23:40:10] Fetching
org.eclipse.e4.ui.workbench3_0.15.100.v20190513-2118.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(13,07kB)
[2019-06-20 23:40:10] Downloading org.eclipse.ui.win32
[2019-06-20 23:40:10] Fetching
org.eclipse.mylyn.wikitext_feature_3.0.29.201812180023.jar
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/features/
(13,28kB)
[2019-06-20 23:40:10] Fetching
org.eclipse.e4.ui.services_1.3.500.v20190513-2118.jar.pack.gz
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/plugins/
(13,29kB)
[2019-06-20 23:40:10] Downloading
org.eclipse.mylyn.wikitext.osgi
[2019-06-20 23:40:10] Fetching
org.eclipse.ui.win32_3.4.200.v20190513-2118.jar.pack.gz
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/plugins/
(13,38kB)
[2019-06-20 23:40:10] Downloading
org.eclipse.m2e.logback.appender
[2019-06-20 23:40:10] Downloading
org.eclipse.mylyn.versions.ui
[2019-06-20 23:40:10] Fetching
org.eclipse.mylyn.wikitext.osgi_3.0.29.201812180023.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(13,39kB)
[2019-06-20 23:40:10] Downloading
org.eclipse.e4.core.commands
[2019-06-20 23:40:10] Fetching
org.eclipse.mylyn.versions.ui_1.16.0.v20170629-1738.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(11,03kB)
[2019-06-20 23:40:10] Fetching
org.eclipse.e4.core.commands_0.12.600.v20190510-1100.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(13,77kB)
[2019-06-20 23:40:10] Downloading
org.eclipse.m2e.sourcelookup.ui
[2019-06-20 23:40:10] Downloading javax.inject
[2019-06-20 23:40:10] Downloading
org.eclipse.wst.xml.ui.infopop
[2019-06-20 23:40:10] Fetching
org.eclipse.m2e.sourcelookup.ui_1.12.0.20190529-1916.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(14,02kB)
[2019-06-20 23:40:10] Downloading
org.eclipse.ui.intro.quicklinks
[2019-06-20 23:40:10] Fetching
javax.inject_1.0.0.v20091030.jar from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/plugins/
(14,07kB)
[2019-06-20 23:40:10] Downloading
org.eclipse.ecf.provider.filetransfer.httpclient45.win32
[2019-06-20 23:40:10] Fetching
org.eclipse.wst.xml.ui.infopop_1.0.400.v201903222120.jar.pack.gz
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/plugins/
(14,24kB)
[2019-06-20 23:40:10] Fetching
org.eclipse.ui.intro.quicklinks_1.0.300.v20180821-0700.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(14,29kB)
[2019-06-20 23:40:10] Downloading
org.eclipse.mylyn.commons.notifications.core
[2019-06-20 23:40:11] Fetching
org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.0.v20190502-2116.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(14,29kB)
[2019-06-20 23:40:11] Downloading org.opentest4j
[2019-06-20 23:40:11] Downloading
org.eclipse.jgit.ssh.apache
[2019-06-20 23:40:11] Fetching
org.eclipse.mylyn.commons.notifications.core_1.16.0.v20180904-2231.jar.pack.gz
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/plugins/
(10,45kB)
[2019-06-20 23:40:11] Downloading org.eclipse.jgit
[2019-06-20 23:40:11] Fetching
org.opentest4j_1.1.1.v20190212-2109.jar.pack.gz from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(14,4kB)
[2019-06-20 23:40:11] Downloading
org.eclipse.egit.mylyn.ui
[2019-06-20 23:40:11] Downloading
org.eclipse.mylyn.bugzilla.ide
[2019-06-20 23:40:11] Fetching
org.eclipse.jgit.ssh.apache_5.4.0.201906121030-r.jar
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/features/
(14,46kB)
[2019-06-20 23:40:11] Fetching
org.eclipse.jgit_5.4.0.201906121030-r.jar from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/features/
(14,65kB)
[2019-06-20 23:40:11] Downloading org.w3c.dom.smil
[2019-06-20 23:40:11] Fetching
org.eclipse.egit.mylyn.ui_5.4.0.201906121030-r.jar.pack.gz
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/plugins/
(14,74kB)
[2019-06-20 23:40:11] Fetching
org.eclipse.mylyn.bugzilla.ide_3.24.2.v20180905-0014.jar.pack.gz
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/plugins/
(14,81kB)
[2019-06-20 23:40:11] Downloading org.w3c.dom.events
[2019-06-20 23:40:11] Fetching
org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(14,95kB)
[2019-06-20 23:40:11] Downloading org.slf4j.impl.log4j12
[2019-06-20 23:40:11] Downloading
org.eclipse.m2e.workspace.cli
[2019-06-20 23:40:11] Downloading org.apiguardian
[2019-06-20 23:40:11] Downloading org.eclipse.swt
[2019-06-20 23:40:11] Fetching
org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/plugins/
(15,35kB)
[2019-06-20 23:40:11] Fetching
org.slf4j.impl.log4j12_1.7.2.v20131105-2200.jar from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(15,49kB)
[2019-06-20 23:40:11] Fetching
org.eclipse.m2e.workspace.cli_0.3.1.jar from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(15,56kB)
[2019-06-20 23:40:11] Fetching
org.eclipse.swt_3.111.0.v20190605-1801.jar.pack.gz from
http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(16,03kB)
[2019-06-20 23:40:11] Fetching
org.apiguardian_1.0.0.v20190212-2109.jar.pack.gz from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/plugins/
(12,36kB)
[2019-06-20 23:40:11] Downloading
org.eclipse.mylyn.java.tasks
[2019-06-20 23:40:11] Downloading
org.eclipse.mylyn.git.ui
[2019-06-20 23:40:11] Downloading
org.eclipse.e4.core.di.extensions.supplier
[2019-06-20 23:40:11] Fetching
org.eclipse.mylyn.java.tasks_3.24.2.v20180905-0014.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(16,09kB)
[2019-06-20 23:40:11] Downloading
org.junit.platform.suite.api
[2019-06-20 23:40:11] Downloading
org.eclipse.equinox.event
[2019-06-20 23:40:11] Downloading
org.eclipse.e4.ui.css.swt.theme
[2019-06-20 23:40:11] Fetching
org.eclipse.m2e.logback.appender_1.12.0.20190529-1916.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(8,65kB)
[2019-06-20 23:40:11] Fetching
org.eclipse.mylyn.git.ui_1.16.0.v20170629-1738.jar.pack.gz
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/plugins/
(16,44kB)
[2019-06-20 23:40:11] Fetching
org.eclipse.e4.core.di.extensions.supplier_0.15.300.v20190506-1457.jar.pack.gz
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/plugins/
(16,53kB)
[2019-06-20 23:40:11] Fetching
org.eclipse.equinox.event_1.5.100.v20190528-1257.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(16,82kB)
[2019-06-20 23:40:11] Fetching
org.eclipse.e4.ui.css.swt.theme_0.12.300.v20190510-1100.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(16,84kB)
[2019-06-20 23:40:11] Fetching
org.junit.platform.suite.api_1.4.0.v20190212-2109.jar.pack.gz
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/plugins/
(16,65kB)
[2019-06-20 23:40:11] Downloading org.slf4j.api
[2019-06-20 23:40:11] Fetching
org.slf4j.api_1.7.2.v20121108-1250.jar.pack.gz from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(16,96kB)
[2019-06-20 23:40:11] Downloading
org.eclipse.equinox.p2.discovery
[2019-06-20 23:40:11] Downloading org.apache.httpcomponents.httpclient.win
[2019-06-20 23:40:11] Downloading
org.eclipse.equinox.p2.directorywatcher
[2019-06-20 23:40:11] Downloading
org.eclipse.m2e.importer
[2019-06-20 23:40:11] Downloading
org.eclipse.epp.logging.aeri.feature
[2019-06-20 23:40:11] Fetching
org.eclipse.equinox.p2.discovery_1.1.100.v20180822-1302.jar.pack.gz
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/plugins/
(17,03kB)
[2019-06-20 23:40:11] Downloading
org.eclipse.mylyn.git.core
[2019-06-20 23:40:11] Fetching
org.eclipse.epp.logging.aeri.feature_2.0.7.v20180504-0806.jar
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(17,47kB)
[2019-06-20 23:40:11] Fetching
org.apache.httpcomponents.httpclient.win_4.5.6.v20190213-1947.jar.pack.gz
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/plugins/
(17,36kB)
[2019-06-20 23:40:11] Fetching
org.eclipse.m2e.importer_1.12.0.20190529-1916.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(10,43kB)
[2019-06-20 23:40:11] Fetching
org.eclipse.mylyn.git.core_1.16.0.v20170629-1738.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(17,51kB)
[2019-06-20 23:40:11] Fetching
org.eclipse.equinox.p2.directorywatcher_1.2.200.v20190204-0752.jar.pack.gz
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/plugins/
(17,46kB)
[2019-06-20 23:40:11] Downloading org.eclipse.buildship
[2019-06-20 23:40:11] Downloading
org.eclipse.mylyn.commons.identity
[2019-06-20 23:40:11] Downloading
org.eclipse.mylyn.monitor
[2019-06-20 23:40:11] Downloading
org.eclipse.mylyn.discovery
[2019-06-20 23:40:11] Fetching
org.eclipse.buildship_3.1.0.v20190501-0832.jar from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(17,61kB)
[2019-06-20 23:40:11] Fetching
org.eclipse.mylyn.commons.identity_1.16.0.v20180904-2231.jar
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(17,85kB)
[2019-06-20 23:40:11] Downloading
org.eclipse.mylyn.versions
[2019-06-20 23:40:11] Fetching
org.eclipse.mylyn.monitor_3.24.2.v20180904-2231.jar from
http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(17,88kB)
[2019-06-20 23:40:11] Downloading
org.eclipse.mylyn.commons
[2019-06-20 23:40:11] Fetching
org.eclipse.mylyn.discovery_3.24.2.v20180904-2231.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/features/
(17,89kB)
[2019-06-20 23:40:11] Downloading
org.eclipse.mylyn.commons.repositories.http
[2019-06-20 23:40:11] Fetching
org.eclipse.mylyn.commons_3.24.2.v20180904-2231.jar from
http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(17,91kB)
[2019-06-20 23:40:11] Fetching
org.eclipse.mylyn.versions_1.16.0.v20170629-1738.jar
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/features/
(17,91kB)
[2019-06-20 23:40:11] Downloading
org.eclipse.mylyn.tasks.ide
[2019-06-20 23:40:11] Downloading
org.eclipse.mylyn.team_feature
[2019-06-20 23:40:11] Fetching
org.eclipse.mylyn.tasks.ide_3.24.2.v20180905-0003.jar
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(17,91kB)
[2019-06-20 23:40:11] Fetching
org.eclipse.mylyn.commons.repositories.http_1.16.0.v20180904-2231.jar
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/features/
(17,91kB)
[2019-06-20 23:40:11] Fetching
org.eclipse.mylyn.team_feature_3.24.2.v20180905-0014.jar
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(17,92kB)
[2019-06-20 23:40:12] Downloading org.eclipse.mylyn.git
[2019-06-20 23:40:12] Downloading
org.eclipse.mylyn.commons.repositories
[2019-06-20 23:40:12] Downloading
org.eclipse.mylyn.builds
[2019-06-20 23:40:12] Fetching
org.eclipse.mylyn.git_1.16.0.v20170629-1738.jar from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(17,92kB)
[2019-06-20 23:40:12] Fetching
org.eclipse.mylyn.builds_1.16.0.v20180905-1907.jar from
http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(17,93kB)
[2019-06-20 23:40:12] Fetching
org.eclipse.mylyn.commons.repositories_1.16.0.v20180904-2231.jar
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(17,93kB)
[2019-06-20 23:40:12] Downloading
org.eclipse.mylyn.commons.notifications
[2019-06-20 23:40:12] Downloading
org.eclipse.mylyn.context_feature
[2019-06-20 23:40:12] Downloading
org.eclipse.mylyn.ide_feature
[2019-06-20 23:40:12] Fetching
org.eclipse.mylyn.commons.notifications_1.16.0.v20180904-2231.jar
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(17,94kB)
[2019-06-20 23:40:12] Fetching
org.eclipse.mylyn.context_feature_3.24.2.v20180905-0014.jar
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(17,95kB)
[2019-06-20 23:40:12] Fetching
org.eclipse.mylyn.ide_feature_3.24.2.v20180905-0014.jar
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/features/
(17,97kB)
[2019-06-20 23:40:12] Downloading
org.eclipse.mylyn.hudson
[2019-06-20 23:40:12] Downloading
org.eclipse.mylyn.bugzilla_feature
[2019-06-20 23:40:12] Downloading
org.eclipse.mylyn.java_feature
[2019-06-20 23:40:12] Downloading
org.eclipse.jdt.apt.pluggable.core
[2019-06-20 23:40:12] Downloading
org.eclipse.equinox.p2.updatechecker
[2019-06-20 23:40:12] Downloading
org.eclipse.mylyn_feature
[2019-06-20 23:40:12] Fetching
org.eclipse.mylyn.hudson_1.16.0.v20180403-2055.jar from
http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(17,99kB)
[2019-06-20 23:40:12] Fetching
org.eclipse.jdt.apt.pluggable.core_1.2.300.v20181206-1038.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(18,07kB)
[2019-06-20 23:40:12] Fetching
org.eclipse.mylyn.bugzilla_feature_3.24.2.v20180905-0003.jar
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(18,02kB)
[2019-06-20 23:40:12] Fetching
org.eclipse.mylyn.java_feature_3.24.2.v20180905-0014.jar
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(18,04kB)
[2019-06-20 23:40:12] Fetching
org.eclipse.mylyn_feature_3.24.2.v20180905-0003.jar from
https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/features/
(18,55kB)
[2019-06-20 23:40:12] Fetching
org.eclipse.equinox.p2.updatechecker_1.2.100.v20180827-1122.jar.pack.gz
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/plugins/
(10,89kB)
[2019-06-20 23:40:12] Downloading
org.eclipse.ecf.core.ssl.feature
[2019-06-20 23:40:12] Downloading
org.eclipse.ecf.core.feature
[2019-06-20 23:40:12] Downloading
org.eclipse.m2e.sourcelookup
[2019-06-20 23:40:12] Fetching
org.eclipse.ecf.core.ssl.feature_1.1.200.v20190502-0212.jar
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(18,66kB)
[2019-06-20 23:40:12] Fetching
org.eclipse.ecf.core.feature_1.5.3.v20190423-0625.jar
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(18,7kB)
[2019-06-20 23:40:12] Fetching
org.eclipse.m2e.sourcelookup_1.12.0.20190529-1916.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(11,04kB)
[2019-06-20 23:40:12] Downloading org.eclipse.egit.mylyn
[2019-06-20 23:40:12] Downloading
org.eclipse.equinox.p2.user.ui
[2019-06-20 23:40:12] Downloading
org.eclipse.m2e.logback.feature
[2019-06-20 23:40:12] Downloading
org.eclipse.userstorage
[2019-06-20 23:40:12] Fetching
org.eclipse.egit.mylyn_5.4.0.201906121030-r.jar from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(18,89kB)
[2019-06-20 23:40:12] Downloading
org.eclipse.equinox.p2.discovery.feature
[2019-06-20 23:40:12] Downloading
org.eclipse.equinox.p2.rcp.feature
[2019-06-20 23:40:12] Fetching
org.eclipse.equinox.p2.user.ui_2.4.400.v20190516-1504.jar
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(18,92kB)
[2019-06-20 23:40:12] Fetching
org.eclipse.m2e.logback.feature_1.12.0.20190529-1916.jar
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(18,97kB)
[2019-06-20 23:40:12] Downloading org.eclipse.emf.common
[2019-06-20 23:40:12] Fetching
org.eclipse.userstorage_1.2.0.v20190308-0433.jar from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/features/
(18,98kB)
[2019-06-20 23:40:12] Fetching
org.eclipse.equinox.p2.discovery.feature_1.2.200.v20190129-1112.jar
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(19,04kB)
[2019-06-20 23:40:12] Downloading org.eclipse.egit
[2019-06-20 23:40:12] Fetching
org.eclipse.equinox.p2.rcp.feature_1.4.400.v20190516-1504.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/features/
(19,05kB)
[2019-06-20 23:40:12] Fetching
org.eclipse.emf.common_2.16.0.v20190528-0845.jar from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/features/
(19,06kB)
[2019-06-20 23:40:12] Fetching
org.eclipse.egit_5.4.0.201906121030-r.jar from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/features/
(19,1kB)
[2019-06-20 23:40:12] Downloading org.eclipse.rcp
[2019-06-20 23:40:12] Downloading org.eclipse.emf.ecore
[2019-06-20 23:40:12] Fetching
org.eclipse.rcp_4.12.0.v20190605-1801.jar from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(19,11kB)
[2019-06-20 23:40:12] Fetching
org.eclipse.emf.ecore_2.18.0.v20190528-0845.jar from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(19,12kB)
[2019-06-20 23:40:12] Downloading
org.eclipse.equinox.p2.extras.feature
[2019-06-20 23:40:12] Downloading
org.eclipse.eclemma.feature
[2019-06-20 23:40:12] Fetching
org.eclipse.equinox.p2.extras.feature_1.4.400.v20190516-1504.jar
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(19,12kB)
[2019-06-20 23:40:12] Downloading
org.eclipse.m2e.maven.runtime.slf4j.simple
[2019-06-20 23:40:12] Fetching
org.eclipse.eclemma.feature_3.1.2.201903112331.jar from
http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(19,19kB)
[2019-06-20 23:40:12] Downloading
org.eclipse.mylyn.ide.ant
[2019-06-20 23:40:12] Downloading org.eclipse.help
[2019-06-20 23:40:12] Downloading
org.eclipse.equinox.p2.core.feature
[2019-06-20 23:40:12] Fetching
org.eclipse.m2e.maven.runtime.slf4j.simple_1.12.0.20190529-1915.jar
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(19,3kB)
[2019-06-20 23:40:12] Downloading org.eclipse.jdt
[2019-06-20 23:40:12] Fetching
org.eclipse.mylyn.ide.ant_3.24.2.v20180905-0014.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(19,4kB)
[2019-06-20 23:40:13] Fetching
org.eclipse.help_2.2.600.v20190605-1800.jar from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/features/
(19,51kB)
[2019-06-20 23:40:13] Fetching
org.eclipse.equinox.p2.core.feature_1.6.200.v20190516-1504.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/features/
(19,63kB)
[2019-06-20 23:40:13] Fetching
org.eclipse.jdt_3.18.0.v20190605-1800.jar from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/features/
(19,66kB)
[2019-06-20 23:40:13] Downloading
org.eclipse.tips.feature
[2019-06-20 23:40:13] Downloading
org.eclipse.m2e.feature
[2019-06-20 23:40:13] Downloading
org.eclipse.mylyn.commons.notifications.feed
[2019-06-20 23:40:13] Fetching
org.eclipse.tips.feature_0.2.500.v20190402-1511.jar from
http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(19,9kB)
[2019-06-20 23:40:13] Fetching
org.eclipse.m2e.feature_1.12.0.20190529-1916.jar from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(19,92kB)
[2019-06-20 23:40:13] Downloading
org.eclipse.buildship.stsmigration
[2019-06-20 23:40:13] Fetching
org.eclipse.mylyn.commons.notifications.feed_1.16.0.v20180904-2231.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(20,03kB)
[2019-06-20 23:40:13] Downloading org.eclipse.epp.mpc
[2019-06-20 23:40:13] Downloading org.eclipse.ui.net
[2019-06-20 23:40:13] Fetching
org.eclipse.buildship.stsmigration_3.1.0.v20190501-0832.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(10,8kB)
[2019-06-20 23:40:13] Fetching
org.eclipse.epp.mpc_1.7.7.v20190521-1752.jar from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/features/
(20,25kB)
[2019-06-20 23:40:13] Fetching
org.eclipse.ui.net_1.3.400.v20190519-2354.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(20,34kB)
[2019-06-20 23:40:13] Downloading
org.eclipse.ecf.filetransfer
[2019-06-20 23:40:13] Downloading org.eclipse.platform
[2019-06-20 23:40:13] Downloading
org.eclipse.m2e.binaryproject
[2019-06-20 23:40:13] Fetching
org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(20,34kB)
[2019-06-20 23:40:13] Downloading
org.eclipse.mylyn.hudson.ui
[2019-06-20 23:40:13] Downloading org.eclipse.jsch.core
[2019-06-20 23:40:13] Downloading org.eclipse.e4.rcp
[2019-06-20 23:40:13] Fetching
org.eclipse.platform_4.12.0.v20190605-1801.jar from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(20,39kB)
[2019-06-20 23:40:13] Downloading
org.junit.jupiter.migrationsupport
[2019-06-20 23:40:13] Fetching
org.eclipse.e4.rcp_1.6.500.v20190605-1801.jar from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(20,77kB)
[2019-06-20 23:40:13] Fetching
org.eclipse.jsch.core_1.3.500.v20190413-1338.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(20,73kB)
[2019-06-20 23:40:13] Fetching
org.eclipse.m2e.binaryproject_1.12.0.20190529-1916.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(11,19kB)
[2019-06-20 23:40:13] Fetching
org.eclipse.mylyn.hudson.ui_1.16.0.v20170629-2231.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(14,53kB)
[2019-06-20 23:40:13] Fetching
org.junit.jupiter.migrationsupport_5.4.0.v20190212-2109.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(21,23kB)
[2019-06-20 23:40:13] Downloading javax.annotation
[2019-06-20 23:40:13] Downloading
org.eclipse.mylyn.versions.core
[2019-06-20 23:40:13] Fetching
javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(21,32kB)
[2019-06-20 23:40:13] Fetching
org.eclipse.mylyn.versions.core_1.16.0.v20170629-1738.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(22,38kB)
[2019-06-20 23:40:13] Downloading
org.eclipse.epp.mpc.ui.css
[2019-06-20 23:40:13] Downloading
org.eclipse.ecf.filetransfer.ssl.feature
[2019-06-20 23:40:13] Downloading
org.eclipse.mylyn.ide.ui
[2019-06-20 23:40:13] Downloading org.apache.batik.i18n
[2019-06-20 23:40:13] Fetching
org.eclipse.mylyn.ide.ui_3.24.2.v20180905-0014.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(22,85kB)
[2019-06-20 23:40:13] Fetching
org.eclipse.ecf.filetransfer.ssl.feature_1.1.100.v20180301-0132.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/features/
(22,69kB)
[2019-06-20 23:40:13] Fetching
org.eclipse.epp.mpc.ui.css_1.7.7.v20190521-1752.jar from
http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(22,43kB)
[2019-06-20 23:40:13] Fetching
org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(14,52kB)
[2019-06-20 23:40:13] Downloading
org.eclipse.mylyn.commons.xmlrpc
[2019-06-20 23:40:13] Downloading
org.eclipse.e4.ui.dialogs
[2019-06-20 23:40:13] Downloading
org.eclipse.equinox.bidi
[2019-06-20 23:40:13] Fetching
org.eclipse.mylyn.commons.xmlrpc_3.24.2.v20180904-2231.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(23,66kB)
[2019-06-20 23:40:13] Downloading
org.eclipse.jdt.junit.runtime
[2019-06-20 23:40:13] Fetching
org.eclipse.e4.ui.dialogs_1.1.500.v20190513-0736.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(23,85kB)
[2019-06-20 23:40:13] Fetching
org.eclipse.equinox.bidi_1.2.0.v20190514-1046.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(23,95kB)
[2019-06-20 23:40:13] Downloading
org.eclipse.equinox.p2.garbagecollector
[2019-06-20 23:40:13] Downloading
org.eclipse.jdt.annotation
[2019-06-20 23:40:13] Fetching
org.eclipse.jdt.junit.runtime_3.4.1000.v20190510-0840.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(24,44kB)
[2019-06-20 23:40:13] Downloading
org.eclipse.jgit.archive
[2019-06-20 23:40:13] Downloading org.eclipse.rcp_root
[2019-06-20 23:40:13] Fetching
org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(14kB)
[2019-06-20 23:40:13] Downloading
org.eclipse.jdt.junit4.runtime
[2019-06-20 23:40:13] Fetching
org.eclipse.jdt.annotation_2.2.300.v20190328-1431.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(16,7kB)
[2019-06-20 23:40:13] Fetching
org.eclipse.jgit.archive_5.4.0.201906121030-r.jar from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(25,24kB)
[2019-06-20 23:40:13] Downloading org.eclipse.e4.core.di
[2019-06-20 23:40:13] Fetching
org.eclipse.rcp_root_4.12.0.v20190605-1801 from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/binary/
(25,66kB)
[2019-06-20 23:40:13] Fetching
org.eclipse.jdt.junit4.runtime_1.1.1000.v20190510-0840.jar.pack.gz
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/plugins/
(13,2kB)
[2019-06-20 23:40:13] Fetching
org.eclipse.e4.core.di_1.7.200.v20190506-1457.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(25,95kB)
[2019-06-20 23:40:13] Downloading
org.eclipse.equinox.concurrent
[2019-06-20 23:40:13] Fetching
org.eclipse.equinox.concurrent_1.1.300.v20190514-1046.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(12,23kB)
[2019-06-20 23:40:13] Downloading
org.eclipse.wst.xml_userdoc.feature
[2019-06-20 23:40:13] Downloading
org.eclipse.wst.dtdeditor.doc.user
[2019-06-20 23:40:13] Fetching
org.eclipse.wst.xml_userdoc.feature_3.11.0.v201903222120.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/features/
(25,96kB)
[2019-06-20 23:40:13] Downloading
org.eclipse.equinox.simpleconfigurator.manipulator
[2019-06-20 23:40:13] Fetching
org.eclipse.wst.dtdeditor.doc.user_1.1.0.v201903222120.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(26kB)
[2019-06-20 23:40:13] Downloading
org.eclipse.wst.xml_core.feature
[2019-06-20 23:40:13] Fetching
org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(16,46kB)
[2019-06-20 23:40:13] Downloading
org.eclipse.wst.xml_ui.feature
[2019-06-20 23:40:13] Downloading
org.eclipse.core.databinding.beans
[2019-06-20 23:40:13] Fetching
org.eclipse.wst.xml_core.feature_3.13.0.v201903222120.jar
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(26,11kB)
[2019-06-20 23:40:13] Fetching
org.eclipse.wst.xml_ui.feature_3.14.0.v201905291408.jar
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(26,16kB)
[2019-06-20 23:40:13] Fetching
org.eclipse.core.databinding.beans_1.5.0.v20190510-1100.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(26,27kB)
[2019-06-20 23:40:14] Downloading
org.eclipse.mylyn.monitor.core
[2019-06-20 23:40:14] Downloading
org.eclipse.equinox.p2.ui.sdk
[2019-06-20 23:40:14] Downloading
org.eclipse.ecf.filetransfer.httpclient45.feature
[2019-06-20 23:40:14] Fetching
org.eclipse.mylyn.monitor.core_3.24.2.v20180904-2231.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(26,46kB)
[2019-06-20 23:40:14] Downloading
org.eclipse.ecf.filetransfer.feature
[2019-06-20 23:40:14] Fetching
org.eclipse.equinox.p2.ui.sdk_1.1.200.v20181214-0802.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(26,66kB)
[2019-06-20 23:40:14] Downloading
org.eclipse.mylyn.commons.identity.core
[2019-06-20 23:40:14] Fetching
org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.0.v20190530-1947.jar
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(26,74kB)
[2019-06-20 23:40:14] Downloading
org.eclipse.mylyn.tasks.index.core
[2019-06-20 23:40:14] Fetching
org.eclipse.ecf.filetransfer.feature_3.14.5.v20190423-0614.jar
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/features/
(26,78kB)
[2019-06-20 23:40:14] Fetching
org.eclipse.mylyn.commons.identity.core_1.16.0.v20180904-2231.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(27,16kB)
[2019-06-20 23:40:14] Fetching
org.eclipse.mylyn.tasks.index.core_3.24.2.v20180905-0003.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(27,22kB)
[2019-06-20 23:40:14] Downloading
org.eclipse.userstorage.oauth
[2019-06-20 23:40:14] Fetching
org.eclipse.userstorage.oauth_1.1.0.v20190307-0457.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(27,73kB)
[2019-06-20 23:40:14] Downloading
org.eclipse.core.net.win32.x86_64
[2019-06-20 23:40:14] Downloading
org.eclipse.equinox.jsp.jasper
[2019-06-20 23:40:14] Downloading
org.eclipse.equinox.p2.console
[2019-06-20 23:40:14] Downloading org.eclipse.m2e.scm
[2019-06-20 23:40:14] Fetching
org.eclipse.core.net.win32.x86_64_1.1.300.v20181126-0635.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(27,76kB)
[2019-06-20 23:40:14] Fetching
org.eclipse.equinox.jsp.jasper_1.1.200.v20190214-1948.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(14,66kB)
[2019-06-20 23:40:14] Downloading
org.eclipse.equinox.http.jetty
[2019-06-20 23:40:14] Fetching
org.eclipse.equinox.p2.console_1.1.100.v20180822-1258.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(17,86kB)
[2019-06-20 23:40:14] Downloading org.hamcrest.core
[2019-06-20 23:40:14] Fetching
org.eclipse.m2e.scm_1.12.0.20190529-1916.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(28,39kB)
[2019-06-20 23:40:14] Downloading
org.eclipse.equinox.launcher
[2019-06-20 23:40:14] Fetching
org.eclipse.equinox.http.jetty_3.7.100.v20190516-1504.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(16,62kB)
[2019-06-20 23:40:14] Fetching
org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from
http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(29,18kB)
[2019-06-20 23:40:14] Downloading org.eclipse.m2e.jdt.ui
[2019-06-20 23:40:14] Fetching
org.eclipse.equinox.launcher_1.5.400.v20190515-0925.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(29,81kB)
[2019-06-20 23:40:14] Downloading
org.eclipse.mylyn.tasks.index.ui
[2019-06-20 23:40:14] Fetching
org.eclipse.m2e.jdt.ui_1.12.0.20190529-1916.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(15,8kB)
[2019-06-20 23:40:14] Fetching
org.eclipse.mylyn.tasks.index.ui_3.24.2.v20180905-0003.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(19,36kB)
[2019-06-20 23:40:14] Downloading
org.eclipse.emf.databinding
[2019-06-20 23:40:14] Downloading
org.eclipse.wst.common_ui.feature
[2019-06-20 23:40:14] Fetching
org.eclipse.wst.common_ui.feature_3.11.0.v201905071717.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/features/
(30,54kB)
[2019-06-20 23:40:14] Downloading
org.eclipse.wst.common_core.feature
[2019-06-20 23:40:14] Downloading
org.eclipse.mylyn.wikitext.context.ui
[2019-06-20 23:40:14] Downloading
org.eclipse.mylyn.commons.repositories.core
[2019-06-20 23:40:14] Downloading
org.eclipse.jetty.continuation
[2019-06-20 23:40:14] Fetching
org.eclipse.mylyn.commons.repositories.core_1.16.0.v20180904-2231.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(31,67kB)
[2019-06-20 23:40:14] Downloading
org.eclipse.core.filesystem.win32.x86_64
[2019-06-20 23:40:14] Fetching
org.eclipse.jetty.continuation_9.4.18.v20190429.jar from
http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(31,79kB)
[2019-06-20 23:40:14] Fetching
org.eclipse.wst.common_core.feature_3.10.100.v201904082145.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/features/
(30,54kB)
[2019-06-20 23:40:14] Fetching
org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(30,52kB)
[2019-06-20 23:40:14] Fetching
org.eclipse.mylyn.wikitext.context.ui_3.0.29.201812180023.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(31,44kB)
[2019-06-20 23:40:14] Downloading
org.eclipse.equinox.p2.operations
[2019-06-20 23:40:14] Downloading
org.junit.vintage.engine
[2019-06-20 23:40:14] Fetching
org.eclipse.core.filesystem.win32.x86_64_1.4.100.v20180828-0158.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(30,88kB)
[2019-06-20 23:40:14] Fetching
org.eclipse.equinox.p2.operations_2.5.400.v20190408-2008.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(31,93kB)
[2019-06-20 23:40:14] Fetching
org.junit.vintage.engine_5.4.0.v20190212-2109.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(32,85kB)
[2019-06-20 23:40:14] Downloading
org.junit.platform.runner
[2019-06-20 23:40:14] Downloading org.eclipse.core.net
[2019-06-20 23:40:14] Downloading org.eclipse.jsch.ui
[2019-06-20 23:40:14] Fetching
org.junit.platform.runner_1.4.0.v20190212-2109.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(20,81kB)
[2019-06-20 23:40:14] Downloading
org.eclipse.equinox.util
[2019-06-20 23:40:14] Fetching
org.eclipse.core.net_1.3.500.v20190519-2354.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(33,61kB)
[2019-06-20 23:40:14] Downloading
org.eclipse.equinox.p2.touchpoint.natives
[2019-06-20 23:40:14] Fetching
org.eclipse.jsch.ui_1.3.500.v20190519-2354.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(34,33kB)
[2019-06-20 23:40:14] Fetching
org.eclipse.equinox.util_1.1.200.v20181008-1820.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(34,34kB)
[2019-06-20 23:40:14] Fetching
org.eclipse.equinox.p2.touchpoint.natives_1.3.200.v20180921-1019.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(34,71kB)
[2019-06-20 23:40:14] Downloading
org.eclipse.m2e.discovery
[2019-06-20 23:40:14] Fetching
org.eclipse.m2e.discovery_1.12.0.20190529-1916.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(34,8kB)
[2019-06-20 23:40:14] Downloading
org.apache.felix.gogo.shell
[2019-06-20 23:40:14] Downloading
org.eclipse.equinox.p2.extensionlocation
[2019-06-20 23:40:14] Fetching
org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(34,83kB)
[2019-06-20 23:40:14] Downloading
org.eclipse.equinox.security.win32.x86_64
[2019-06-20 23:40:14] Fetching
org.eclipse.equinox.p2.extensionlocation_1.3.100.v20180822-1302.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(17,44kB)
[2019-06-20 23:40:14] Fetching
org.eclipse.equinox.security.win32.x86_64_1.1.100.v20180827-1235.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(31,33kB)
[2019-06-20 23:40:14] Downloading
org.eclipse.core.variables
[2019-06-20 23:40:15] Fetching
org.eclipse.core.variables_3.4.500.v20190510-0549.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(18,02kB)
[2019-06-20 23:40:15] Downloading org.w3c.css.sac
[2019-06-20 23:40:15] Downloading
org.eclipse.nebula.widgets.tablecombo
[2019-06-20 23:40:15] Downloading
org.eclipse.equinox.frameworkadmin
[2019-06-20 23:40:15] Downloading
org.eclipse.mylyn.commons.repositories.http.core
[2019-06-20 23:40:15] Fetching
org.w3c.css.sac_1.3.1.v200903091627.jar from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(35,59kB)
[2019-06-20 23:40:15] Downloading
org.eclipse.mylyn.debug.ui
[2019-06-20 23:40:15] Fetching
org.eclipse.nebula.widgets.tablecombo_1.2.0.201906101644.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(36,06kB)
[2019-06-20 23:40:15] Fetching
org.eclipse.mylyn.commons.repositories.http.core_1.16.0.v20180904-2231.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(25,79kB)
[2019-06-20 23:40:15] Fetching
org.eclipse.mylyn.debug.ui_3.24.2.v20180905-0014.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(24,8kB)
[2019-06-20 23:40:15] Fetching
org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(19,48kB)
[2019-06-20 23:40:15] Downloading
org.eclipse.mylyn.commons.notifications.ui
[2019-06-20 23:40:15] Downloading
org.eclipse.equinox.p2.director.app
[2019-06-20 23:40:15] Downloading
org.eclipse.m2e.launching
[2019-06-20 23:40:15] Downloading
org.eclipse.ui.views.properties.tabbed
[2019-06-20 23:40:15] Fetching
org.eclipse.mylyn.commons.notifications.ui_1.16.0.v20180904-2231.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(37,81kB)
[2019-06-20 23:40:15] Fetching
org.eclipse.m2e.launching_1.12.0.20190529-1916.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(40,36kB)
[2019-06-20 23:40:15] Fetching
org.eclipse.mylyn.commons.notifications.ui_1.16.0.v20180904-2231.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(37,81kB)
[2019-06-20 23:40:15] Fetching
org.eclipse.m2e.launching_1.12.0.20190529-1916.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(40,36kB)
[2019-06-20 23:40:15] Downloading
org.eclipse.equinox.app
[2019-06-20 23:40:15] Downloading
org.eclipse.core.externaltools
[2019-06-20 23:40:15] Fetching
org.eclipse.ui.views.properties.tabbed_3.8.500.v20190513-2118.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(40,76kB)
[2019-06-20 23:40:15] Fetching
org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(37,87kB)
[2019-06-20 23:40:15] Downloading
org.eclipse.core.filebuffers
[2019-06-20 23:40:15] Fetching
org.eclipse.equinox.app_1.4.200.v20190516-1504.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(41,7kB)
[2019-06-20 23:40:15] Fetching
org.eclipse.core.externaltools_1.1.300.v20190510-0549.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(20,49kB)
[2019-06-20 23:40:15] Fetching
org.eclipse.core.filebuffers_3.6.600.v20190519-2344.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(42,02kB)
[2019-06-20 23:40:15] Fetching
org.eclipse.core.externaltools_1.1.300.v20190510-0549.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(20,49kB)
[2019-06-20 23:40:15] Downloading
org.apache.xml.resolver
[2019-06-20 23:40:15] Downloading
org.eclipse.equinox.p2.publisher
[2019-06-20 23:40:15] Downloading
org.eclipse.update.configurator
[2019-06-20 23:40:15] Fetching
org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(42,52kB)
[2019-06-20 23:40:15] Downloading
org.eclipse.equinox.p2.transport.ecf
[2019-06-20 23:40:15] Fetching
org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(42,87kB)
[2019-06-20 23:40:15] Fetching
org.eclipse.update.configurator_3.4.300.v20190518-1030.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(43,13kB)
[2019-06-20 23:40:15] Fetching
org.eclipse.equinox.p2.transport.ecf_1.2.100.v20180822-1354.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(22,23kB)
[2019-06-20 23:40:15] Downloading
org.apache.ws.commons.util
[2019-06-20 23:40:15] Downloading
org.eclipse.compare.win32
[2019-06-20 23:40:15] Downloading
org.eclipse.equinox.p2.updatesite
[2019-06-20 23:40:15] Downloading
org.eclipse.osgi.services
[2019-06-20 23:40:15] Downloading org.eclipse.jdt
[2019-06-20 23:40:15] Fetching
org.eclipse.compare.win32_1.2.500.v20190519-2354.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(24,46kB)
[2019-06-20 23:40:15] Fetching
org.eclipse.jdt_3.18.0.v20190605-1800.jar.pack.gz from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(34,11kB)
[2019-06-20 23:40:15] Fetching
org.eclipse.equinox.p2.updatesite_1.1.100.v20180827-1122.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(43,89kB)
[2019-06-20 23:40:15] Downloading
org.eclipse.m2e.profiles.ui
[2019-06-20 23:40:15] Fetching
org.apache.ws.commons.util_1.0.1.v20100518-1140.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(22,24kB)
[2019-06-20 23:40:15] Fetching
org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(44,03kB)
[2019-06-20 23:40:15] Fetching
org.eclipse.m2e.profiles.ui_1.12.0.20190529-1916.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(20,81kB)
[2019-06-20 23:40:15] Downloading org.tukaani.xz
[2019-06-20 23:40:15] Downloading
org.eclipse.wst.common.uriresolver
[2019-06-20 23:40:15] Downloading
org.eclipse.core.databinding.property
[2019-06-20 23:40:15] Downloading
org.eclipse.userstorage.ui
[2019-06-20 23:40:15] Fetching
org.eclipse.core.databinding.property_1.7.0.v20190510-1100.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(44,79kB)
[2019-06-20 23:40:15] Fetching
org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(24,72kB)
[2019-06-20 23:40:15] Fetching
org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(44,42kB)
[2019-06-20 23:40:15] Fetching
org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(24,72kB)
[2019-06-20 23:40:15] Fetching
org.eclipse.core.databinding.property_1.7.0.v20190510-1100.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(44,79kB)
[2019-06-20 23:40:15] Fetching
org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(44,42kB)
[2019-06-20 23:40:15] Downloading
org.eclipse.e4.ui.bindings
[2019-06-20 23:40:15] Fetching
org.eclipse.userstorage.ui_1.1.0.v20190307-0457.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(25,54kB)
[2019-06-20 23:40:15] Fetching
org.eclipse.e4.ui.bindings_0.12.500.v20190510-1100.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(23,01kB)
[2019-06-20 23:40:16] Downloading
org.eclipse.equinox.simpleconfigurator
[2019-06-20 23:40:16] Downloading
org.eclipse.mylyn.tasks.search
[2019-06-20 23:40:16] Downloading
org.eclipse.userstorage
[2019-06-20 23:40:16] Downloading
org.eclipse.equinox.http.registry
[2019-06-20 23:40:16] Downloading
org.eclipse.mylyn.wikitext.ant
[2019-06-20 23:40:16] Downloading org.eclipse.core.jobs
[2019-06-20 23:40:16] Fetching
org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(23,9kB)
[2019-06-20 23:40:16] Fetching
org.eclipse.userstorage_1.2.0.v20190307-0457.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(45,26kB)
[2019-06-20 23:40:16] Downloading
org.eclipse.mylyn.wikitext.tasks.ui
[2019-06-20 23:40:16] Fetching
org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(18,49kB)
[2019-06-20 23:40:16] Fetching
org.eclipse.mylyn.wikitext.ant_3.0.29.20181217192207.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(45,87kB)
[2019-06-20 23:40:16] Fetching
org.eclipse.core.jobs_3.10.400.v20190506-1457.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(46,05kB)
[2019-06-20 23:40:16] Fetching
org.eclipse.mylyn.wikitext.tasks.ui_3.0.29.201812180023.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(46,11kB)
[2019-06-20 23:40:16] Fetching
org.eclipse.mylyn.tasks.search_3.24.2.v20180905-0003.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(45,25kB)
[2019-06-20 23:40:16] Downloading
org.eclipse.mylyn.resources.ui
[2019-06-20 23:40:16] Downloading org.eclipse.urischeme
[2019-06-20 23:40:16] Downloading
org.eclipse.e4.core.contexts
[2019-06-20 23:40:16] Downloading
org.eclipse.equinox.p2.ui.sdk.scheduler
[2019-06-20 23:40:16] Downloading
org.eclipse.wst.common.environment
[2019-06-20 23:40:16] Fetching
org.eclipse.mylyn.resources.ui_3.24.2.v20180905-0014.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(46,28kB)
[2019-06-20 23:40:16] Downloading
org.eclipse.equinox.p2.director
[2019-06-20 23:40:16] Fetching
org.eclipse.urischeme_1.0.300.v20190514-0858.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(21,42kB)
[2019-06-20 23:40:16] Fetching
org.eclipse.equinox.p2.ui.sdk.scheduler_1.4.200.v20181102-0649.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(47,35kB)
[2019-06-20 23:40:16] Fetching
org.eclipse.wst.common.environment_1.0.400.v201903222010.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(20,11kB)
[2019-06-20 23:40:16] Fetching
org.eclipse.e4.core.contexts_1.8.100.v20190518-1217.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(22,61kB)
[2019-06-20 23:40:16] Fetching
org.eclipse.equinox.p2.director_2.4.300.v20190215-2242.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(48,12kB)
[2019-06-20 23:40:16] Downloading
org.eclipse.e4.emf.xpath
[2019-06-20 23:40:16] Downloading org.eclipse.ui.views
[2019-06-20 23:40:16] Downloading
org.eclipse.mylyn.wikitext.html
[2019-06-20 23:40:16] Downloading
org.eclipse.equinox.p2.reconciler.dropins
[2019-06-20 23:40:16] Downloading
org.eclipse.wst.internet.cache
[2019-06-20 23:40:16] Fetching
org.eclipse.equinox.p2.reconciler.dropins_1.3.0.v20181023-0914.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(27,61kB)
[2019-06-20 23:40:16] Fetching
org.eclipse.wst.internet.cache_1.0.800.v201903222010.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(22,72kB)
[2019-06-20 23:40:16] Fetching
org.eclipse.mylyn.wikitext.html_3.0.29.20181217192207.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(49,16kB)
[2019-06-20 23:40:16] Fetching
org.eclipse.e4.emf.xpath_0.2.300.v20190513-2118.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(21,16kB)
[2019-06-20 23:40:16] Fetching
org.eclipse.ui.views_3.9.400.v20190517-1612.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(48,79kB)
[2019-06-20 23:40:16] Downloading
org.eclipse.e4.ui.workbench.addons.swt
[2019-06-20 23:40:16] Downloading
org.eclipse.mylyn.wikitext.twiki
[2019-06-20 23:40:16] Downloading
org.eclipse.equinox.console
[2019-06-20 23:40:16] Downloading
org.eclipse.mylyn.monitor.ui
[2019-06-20 23:40:16] Downloading org.junit.jupiter.api
[2019-06-20 23:40:16] Fetching
org.eclipse.e4.ui.workbench.addons.swt_1.3.500.v20190513-2118.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(49,92kB)
[2019-06-20 23:40:16] Downloading
org.eclipse.core.resources.win32.x86_64
[2019-06-20 23:40:16] Fetching
org.eclipse.mylyn.wikitext.twiki_3.0.29.20181217192207.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(50,56kB)
[2019-06-20 23:40:16] Fetching
org.eclipse.mylyn.monitor.ui_3.24.2.v20180904-2231.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(31,25kB)
[2019-06-20 23:40:16] Fetching
org.junit.jupiter.api_5.4.0.v20190212-2109.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(51,95kB)
[2019-06-20 23:40:16] Fetching
org.eclipse.equinox.console_1.3.300.v20190516-1504.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(51,21kB)
[2019-06-20 23:40:16] Fetching
org.eclipse.core.resources.win32.x86_64_3.5.300.v20181030-1942.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(51,27kB)
[2019-06-20 23:40:16] Downloading
org.eclipse.equinox.common
[2019-06-20 23:40:16] Downloading
org.eclipse.equinox.preferences
[2019-06-20 23:40:16] Fetching
org.eclipse.equinox.common_3.10.400.v20190516-1504.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(52,18kB)
[2019-06-20 23:40:16] Downloading javax.el
[2019-06-20 23:40:16] Fetching
org.eclipse.equinox.preferences_3.7.400.v20190516-1504.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(53,95kB)
[2019-06-20 23:40:16] Fetching
javax.el_2.2.0.v201303151357.jar.pack.gz from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(30,08kB)
[2019-06-20 23:40:16] Downloading
org.eclipse.ui.ide.application
[2019-06-20 23:40:16] Downloading
org.eclipse.epp.logging.aeri.core
[2019-06-20 23:40:16] Downloading
org.eclipse.equinox.p2.repository
[2019-06-20 23:40:16] Fetching
org.eclipse.ui.ide.application_1.3.300.v20190513-2118.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(54,69kB)
[2019-06-20 23:40:16] Fetching
org.eclipse.epp.logging.aeri.core_2.0.7.v20180504-0806.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(54,88kB)
[2019-06-20 23:40:16] Fetching
org.eclipse.equinox.p2.repository_2.4.400.v20190318-1320.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(54,99kB)
[2019-06-20 23:40:16] Downloading org.eclipse.m2e.jdt
[2019-06-20 23:40:17] Fetching
org.eclipse.m2e.jdt_1.12.0.20190529-1916.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(55,66kB)
[2019-06-20 23:40:17] Downloading
org.eclipse.e4.core.services
[2019-06-20 23:40:17] Downloading
org.eclipse.wst.common.ui
[2019-06-20 23:40:17] Downloading org.eclipse.ui.themes
[2019-06-20 23:40:17] Fetching
org.eclipse.e4.core.services_2.1.400.v20181215-2145.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(23,91kB)
[2019-06-20 23:40:17] Fetching
org.eclipse.wst.common.ui_1.1.700.v201905071717.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(55,84kB)
[2019-06-20 23:40:17] Fetching
org.eclipse.ui.themes_1.2.600.v20190513-0458.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(32,45kB)
[2019-06-20 23:40:17] Downloading
org.apache.felix.gogo.command
[2019-06-20 23:40:17] Downloading
org.eclipse.wst.common.core
[2019-06-20 23:40:17] Downloading
org.eclipse.equinox.p2.discovery.compatibility
[2019-06-20 23:40:17] Fetching
org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(31,52kB)
[2019-06-20 23:40:17] Fetching
org.eclipse.wst.common.core_1.3.0.v201903222010.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(24,02kB)
[2019-06-20 23:40:17] Downloading javaewah
[2019-06-20 23:40:17] Fetching
org.eclipse.equinox.p2.discovery.compatibility_1.1.100.v20180822-1302.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(27,03kB)
[2019-06-20 23:40:17] Fetching
javaewah_1.1.6.v20160919-1400.jar.pack.gz from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(57,94kB)
[2019-06-20 23:40:17] Downloading
org.eclipse.equinox.p2.artifact.repository
[2019-06-20 23:40:17] Downloading
org.eclipse.jdt.doc.user
[2019-06-20 23:40:17] Downloading com.ibm.icu
[2019-06-20 23:40:17] Fetching
org.eclipse.equinox.p2.artifact.repository_1.3.100.v20190330-1646.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(58,1kB)
[2019-06-20 23:40:17] Fetching
org.eclipse.jdt.doc.user_3.15.300.v20190604-0816.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(8,93MB)
[2019-06-20 23:40:17] Downloading
org.eclipse.platform.doc.user
[2019-06-20 23:40:17] Downloading
org.eclipse.m2e.maven.runtime
[2019-06-20 23:40:17] Fetching
com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(9,5MB)
[2019-06-20 23:40:17] Fetching
org.eclipse.platform.doc.user_4.12.0.v20190604-0816.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(7,98MB)
[2019-06-20 23:40:17] Downloading org.eclipse.jdt.core
[2019-06-20 23:40:17] Fetching
org.eclipse.m2e.maven.runtime_1.12.0.20190529-1915.jar
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(7,18MB)
[2019-06-20 23:40:17] Downloading org.eclipse.egit.doc
[2019-06-20 23:40:17] Fetching
org.eclipse.jdt.core_3.18.0.v20190522-0428.jar from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(6,65MB)
[2019-06-20 23:40:17] Downloading
org.bouncycastle.bcprov
[2019-06-20 23:40:17] Fetching
org.eclipse.egit.doc_5.4.0.201906121030-r.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(4,45MB)
[2019-06-20 23:40:17] Downloading org.eclipse.jdt.ui
[2019-06-20 23:40:17] Fetching
org.bouncycastle.bcprov_1.61.0.v20190602-1335.jar from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(4,32MB)
[2019-06-20 23:40:17] Fetching
org.eclipse.jdt.ui_3.18.0.v20190601-2139.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(4,04MB)
[2019-06-20 23:40:17] Downloading
org.apache.lucene.analyzers-smartcn
[2019-06-20 23:40:17] Fetching
org.apache.lucene.analyzers-smartcn_8.0.0.v20190404-1858.jar.pack.gz
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/plugins/
(3,42MB)
[2019-06-20 23:40:18] Fetching
com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
[2019-06-20 23:40:18] Fetching
org.eclipse.jdt.doc.user_3.15.300.v20190604-0816.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
[2019-06-20 23:40:18] Fetching
org.eclipse.platform.doc.user_4.12.0.v20190604-0816.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
[2019-06-20 23:40:18] Fetching
org.eclipse.jdt.core_3.18.0.v20190522-0428.jar from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
[2019-06-20 23:40:18] Fetching
org.eclipse.m2e.maven.runtime_1.12.0.20190529-1915.jar
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
[2019-06-20 23:40:18] Fetching
org.eclipse.egit.doc_5.4.0.201906121030-r.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
[2019-06-20 23:40:18] Fetching
org.eclipse.jdt.ui_3.18.0.v20190601-2139.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
[2019-06-20 23:40:18] Fetching
org.bouncycastle.bcprov_1.61.0.v20190602-1335.jar from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
[2019-06-20 23:40:18] Fetching
org.apache.lucene.analyzers-smartcn_8.0.0.v20190404-1858.jar.pack.gz
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/plugins/
[2019-06-20 23:40:23] Downloading org.apache.lucene.core
[2019-06-20 23:40:24] Fetching
org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(899,36kB)
[2019-06-20 23:40:24] Downloading org.apache.ant
[2019-06-20 23:40:24] Fetching
org.apache.ant_1.10.5.v20190526-1402.jar.pack.gz from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(2,73MB)
[2019-06-20 23:40:25] Downloading org.eclipse.jgit
[2019-06-20 23:40:25] Fetching
org.eclipse.jgit_5.4.0.201906121030-r.jar from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(2,62MB)
[2019-06-20 23:40:25] Fetching
org.apache.ant_1.10.5.v20190526-1402.jar.pack.gz from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
[2019-06-20 23:40:25] Downloading com.google.guava
[2019-06-20 23:40:26] Fetching
com.google.guava_21.0.0.v20170206-1425.jar from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(2,55MB)
[2019-06-20 23:40:26] Downloading org.apache.lucene.core
[2019-06-20 23:40:26] Fetching
org.apache.lucene.core_6.1.0.v20170814-1820.jar from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(2,47MB)
[2019-06-20 23:40:26] Fetching
org.eclipse.jgit_5.4.0.201906121030-r.jar from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
[2019-06-20 23:40:26] Downloading org.eclipse.ui.ide
[2019-06-20 23:40:27] Fetching
com.google.guava_21.0.0.v20170206-1425.jar from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
[2019-06-20 23:40:27] Fetching
org.eclipse.ui.ide_3.15.200.v20190519-2104.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(964,19kB)
[2019-06-20 23:40:27] Fetching
org.apache.lucene.core_6.1.0.v20170814-1820.jar from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
[2019-06-20 23:40:27] Downloading
org.apache.jasper.glassfish
[2019-06-20 23:40:28] Fetching
org.apache.jasper.glassfish_2.2.2.v201501141630.jar from
http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(2,32MB)
[2019-06-20 23:40:28] Downloading
org.eclipse.swt.win32.win32.x86_64
[2019-06-20 23:40:28] Fetching
org.eclipse.swt.win32.win32.x86_64_3.111.0.v20190605-1801.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(1,08MB)
[2019-06-20 23:40:28] Downloading
org.eclipse.m2e.archetype.common
[2019-06-20 23:40:28] Fetching
org.eclipse.m2e.archetype.common_1.12.0.20190529-1915.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(1,91MB)
[2019-06-20 23:40:28] Downloading
org.eclipse.ui.intro.universal
[2019-06-20 23:40:29] Fetching
org.eclipse.ui.intro.universal_3.3.500.v20190315-1216.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(1,74MB)
[2019-06-20 23:40:29] Fetching
org.apache.jasper.glassfish_2.2.2.v201501141630.jar from
http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
[2019-06-20 23:40:29] Downloading
org.eclipse.jdt.debug.ui
[2019-06-20 23:40:29] Downloading
org.apache.lucene.analyzers-common
[2019-06-20 23:40:29] Fetching
org.eclipse.jdt.debug.ui_3.10.300.v20190528-0604.jar
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(1,65MB)
[2019-06-20 23:40:29] Downloading
org.apache.lucene.analyzers-common
[2019-06-20 23:40:29] Fetching
org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(693,29kB)
[2019-06-20 23:40:29] Fetching
org.apache.lucene.analyzers-common_8.0.0.v20190404-1858.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(687,76kB)
[2019-06-20 23:40:29] Fetching
org.eclipse.m2e.archetype.common_1.12.0.20190529-1915.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
[2019-06-20 23:40:29] Downloading
org.apache.lucene.analyzers-common
[2019-06-20 23:40:30] Fetching
org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(1,49MB)
[2019-06-20 23:40:30] Fetching
org.eclipse.ui.intro.universal_3.3.500.v20190315-1216.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
[2019-06-20 23:40:30] Downloading com.sun.jna
[2019-06-20 23:40:30] Fetching
org.eclipse.jdt.debug.ui_3.10.300.v20190528-0604.jar
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
[2019-06-20 23:40:30] Fetching
com.sun.jna_4.5.1.v20180403-1933.jar.pack.gz from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(1,28MB)
[2019-06-20 23:40:30] Fetching
org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
[2019-06-20 23:40:30] Downloading org.eclipse.osgi
[2019-06-20 23:40:30] Downloading
org.eclipse.mylyn.wikitext.help.ui
[2019-06-20 23:40:30] Downloading org.apache.xerces
[2019-06-20 23:40:30] Fetching
org.eclipse.mylyn.wikitext.help.ui_3.0.29.201812180023.jar
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(1,28MB)
[2019-06-20 23:40:30] Fetching
org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(405,11kB)
[2019-06-20 23:40:31] Fetching
org.eclipse.osgi_3.14.0.v20190517-1309.jar.pack.gz from
http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(454,46kB)
[2019-06-20 23:40:31] Fetching
org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
[2019-06-20 23:40:31] Downloading
org.eclipse.mylyn.help.ui
[2019-06-20 23:40:31] Fetching
org.eclipse.mylyn.help.ui_3.24.2.v20180905-0003.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(1,16MB)
[2019-06-20 23:40:31] Downloading
org.eclipse.mylyn.tasks.ui
[2019-06-20 23:40:31] Fetching
org.eclipse.mylyn.tasks.ui_3.24.2.v20180905-0003.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(1,18MB)
[2019-06-20 23:40:31] Downloading org.eclipse.egit.ui
[2019-06-20 23:40:31] Fetching
org.eclipse.egit.ui_5.4.0.201906121030-r.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(1,1MB)
[2019-06-20 23:40:31] Fetching
org.eclipse.mylyn.wikitext.help.ui_3.0.29.201812180023.jar
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
[2019-06-20 23:40:31] Downloading
org.eclipse.m2e.maven.indexer
[2019-06-20 23:40:32] Downloading org.eclipse.ant.ui
[2019-06-20 23:40:32] Fetching
org.eclipse.m2e.maven.indexer_1.12.0.20190529-1915.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(1,08MB)
[2019-06-20 23:40:32] Downloading org.eclipse.jface
[2019-06-20 23:40:32] Fetching
org.eclipse.jface_3.16.0.v20190528-0922.jar.pack.gz from
http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(358,07kB)
[2019-06-20 23:40:32] Downloading org.eclipse.debug.ui
[2019-06-20 23:40:32] Fetching
org.eclipse.ant.ui_3.7.500.v20190518-1030.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(489,43kB)
[2019-06-20 23:40:32] Fetching
org.eclipse.mylyn.help.ui_3.24.2.v20180905-0003.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
[2019-06-20 23:40:32] Fetching
org.eclipse.debug.ui_3.14.100.v20190518-2143.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(1MB)
[2019-06-20 23:40:32] Downloading
org.eclipse.ui.workbench
[2019-06-20 23:40:32] Fetching
org.eclipse.ui.workbench_3.115.0.v20190521-1602.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(1.012,08kB)
[2019-06-20 23:40:32] Downloading org.eclipse.wst.xml.ui
[2019-06-20 23:40:32] Downloading org.eclipse.gef
[2019-06-20 23:40:32] Fetching
org.eclipse.wst.xml.ui_1.2.300.v201904272112.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(334,64kB)
[2019-06-20 23:40:32] Fetching
org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(366,65kB)
[2019-06-20 23:40:32] Downloading org.eclipse.jdt.debug
[2019-06-20 23:40:33] Fetching
org.eclipse.jdt.debug_3.13.0.v20190521-1707.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(931,98kB)
[2019-06-20 23:40:33] Downloading org.apache.lucene.core
[2019-06-20 23:40:33] Fetching
org.apache.lucene.core_8.0.0.v20190404-1858.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(923,82kB)
[2019-06-20 23:40:33] Downloading
org.eclipse.core.resources
[2019-06-20 23:40:33] Fetching
org.eclipse.core.resources_3.13.400.v20190505-1655.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(872,98kB)
[2019-06-20 23:40:33] Downloading
org.bouncycastle.bcpkix
[2019-06-20 23:40:33] Downloading
org.eclipse.epp.mpc.help.ui
[2019-06-20 23:40:33] Downloading
org.eclipse.buildship.ui
[2019-06-20 23:40:33] Downloading
org.eclipse.jetty.server
[2019-06-20 23:40:33] Fetching
org.bouncycastle.bcpkix_1.61.0.v20190602-1335.jar from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(819,58kB)
[2019-06-20 23:40:33] Fetching
org.eclipse.buildship.ui_3.1.0.v20190501-0832.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(224,03kB)
[2019-06-20 23:40:33] Fetching
org.eclipse.jetty.server_9.4.18.v20190429.jar from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(666,13kB)
[2019-06-20 23:40:33] Fetching
org.eclipse.epp.mpc.help.ui_1.7.7.v20190521-1752.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(749,79kB)
[2019-06-20 23:40:33] Downloading
org.apache.commons.compress
[2019-06-20 23:40:33] Fetching
org.apache.commons.compress_1.18.0.v20181121-2221.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(610,43kB)
[2019-06-20 23:40:33] Downloading org.eclipse.m2e.core
[2019-06-20 23:40:34] Fetching
org.eclipse.m2e.core_1.12.0.20190529-1916.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(200,71kB)
[2019-06-20 23:40:34] Downloading org.eclipse.draw2d
[2019-06-20 23:40:34] Downloading org.eclipse.ui.editors
[2019-06-20 23:40:34] Downloading org.eclipse.jetty.util
[2019-06-20 23:40:34] Downloading org.eclipse.epp.mpc.ui
[2019-06-20 23:40:34] Fetching
org.eclipse.jetty.util_9.4.18.v20190429.jar from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(548,93kB)
[2019-06-20 23:40:34] Fetching
org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(215,67kB)
[2019-06-20 23:40:34] Downloading
org.junit.jupiter.params
[2019-06-20 23:40:34] Fetching
org.eclipse.ui.editors_3.11.500.v20190519-2344.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(195,05kB)
[2019-06-20 23:40:34] Fetching
org.eclipse.epp.mpc.ui_1.7.7.v20190521-1752.jar from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(547,01kB)
[2019-06-20 23:40:34] Fetching
org.junit.jupiter.params_5.4.0.v20190212-2109.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(168,65kB)
[2019-06-20 23:40:34] Downloading
org.eclipse.jdt.launching
[2019-06-20 23:40:34] Downloading org.eclipse.xsd
[2019-06-20 23:40:34] Fetching
org.eclipse.jdt.launching_3.14.0.v20190508-0531.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(272,59kB)
[2019-06-20 23:40:34] Downloading org.eclipse.help.ui
[2019-06-20 23:40:34] Downloading org.gradle.toolingapi
[2019-06-20 23:40:34] Downloading
org.eclipse.ltk.ui.refactoring
[2019-06-20 23:40:34] Downloading org.eclipse.egit.core
[2019-06-20 23:40:34] Downloading org.eclipse.team.ui
[2019-06-20 23:40:34] Fetching
org.eclipse.help.ui_4.1.500.v20190519-2119.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(204,91kB)
[2019-06-20 23:40:34] Downloading
org.eclipse.mylyn.tasks.core
[2019-06-20 23:40:34] Fetching
org.eclipse.team.ui_3.8.500.v20190519-2354.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(492,8kB)
[2019-06-20 23:40:34] Fetching
org.gradle.toolingapi_5.4.0.v20190501-0832.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(521,57kB)
[2019-06-20 23:40:34] Fetching
org.eclipse.ltk.ui.refactoring_3.9.400.v20190510-0840.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(181,37kB)
[2019-06-20 23:40:34] Fetching
org.eclipse.xsd_2.16.0.v20190321-1341.jar.pack.gz from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(535,89kB)
[2019-06-20 23:40:34] Fetching
org.eclipse.ltk.ui.refactoring_3.9.400.v20190510-0840.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(181,37kB)
[2019-06-20 23:40:34] Fetching
org.eclipse.xsd_2.16.0.v20190321-1341.jar.pack.gz from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(535,89kB)
[2019-06-20 23:40:34] Fetching
org.eclipse.egit.core_5.4.0.201906121030-r.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(156,73kB)
[2019-06-20 23:40:34] Fetching
org.eclipse.mylyn.tasks.core_3.24.2.v20180905-0003.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(310,46kB)
[2019-06-20 23:40:34] Downloading org.eclipse.emf.ecore
[2019-06-20 23:40:35] Fetching
org.eclipse.emf.ecore_2.18.0.v20190528-0845.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(485,5kB)
[2019-06-20 23:40:35] Downloading org.eclipse.ui
[2019-06-20 23:40:35] Downloading
org.eclipse.wst.sse.core
[2019-06-20 23:40:35] Fetching
org.eclipse.ui_3.113.0.v20190513-2118.jar.pack.gz from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(361,71kB)
[2019-06-20 23:40:35] Fetching
org.eclipse.wst.sse.core_1.2.100.v201901310548.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(155,14kB)
[2019-06-20 23:40:35] Downloading
org.eclipse.mylyn.wikitext.ui
[2019-06-20 23:40:35] Downloading org.apache.sshd.osgi
[2019-06-20 23:40:35] Downloading
org.apache.lucene.queryparser
[2019-06-20 23:40:35] Fetching
org.eclipse.mylyn.wikitext.ui_3.0.29.201812180023.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(463,76kB)
[2019-06-20 23:40:35] Fetching
org.apache.sshd.osgi_2.2.0.v20190425-2127.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(442,99kB)
[2019-06-20 23:40:35] Downloading org.eclipse.help.base
[2019-06-20 23:40:35] Fetching
org.apache.lucene.queryparser_6.1.0.v20161115-1612.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(433,33kB)
[2019-06-20 23:40:35] Downloading
org.eclipse.ui.navigator
[2019-06-20 23:40:35] Fetching
org.eclipse.help.base_4.2.600.v20190605-1800.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(175,2kB)
[2019-06-20 23:40:35] Downloading org.eclipse.platform
[2019-06-20 23:40:35] Fetching
org.eclipse.ui.navigator_3.8.0.v20190519-2104.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(135,13kB)
[2019-06-20 23:40:35] Downloading
org.eclipse.wst.common.modulecore
[2019-06-20 23:40:35] Fetching
org.eclipse.platform_4.12.0.v20190605-1800.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(419,96kB)
[2019-06-20 23:40:35] Downloading org.apache.log4j
[2019-06-20 23:40:35] Fetching
org.eclipse.wst.common.modulecore_1.3.100.v201903222010.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(130,48kB)
[2019-06-20 23:40:35] Downloading org.apache.felix.scr
[2019-06-20 23:40:35] Fetching
org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(129,49kB)
[2019-06-20 23:40:35] Downloading
org.eclipse.m2e.model.edit
[2019-06-20 23:40:35] Downloading org.eclipse.debug.core
[2019-06-20 23:40:35] Fetching
org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(154,23kB)
[2019-06-20 23:40:35] Fetching
org.eclipse.debug.core_3.13.300.v20190514-0832.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(125,79kB)
[2019-06-20 23:40:35] Fetching
org.eclipse.m2e.model.edit_1.12.0.20190529-1916.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(127,01kB)
[2019-06-20 23:40:36] Downloading ch.qos.logback.core
[2019-06-20 23:40:36] Fetching
ch.qos.logback.core_1.0.7.v20121108-1250.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(112,71kB)
[2019-06-20 23:40:36] Downloading org.eclipse.wst.xsd.ui
[2019-06-20 23:40:36] Downloading
org.eclipse.mylyn.wikitext
[2019-06-20 23:40:36] Downloading
org.eclipse.wst.common.project.facet.core
[2019-06-20 23:40:36] Fetching
org.eclipse.wst.xsd.ui_1.3.300.v201904272112.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(374,78kB)
[2019-06-20 23:40:36] Downloading
org.eclipse.equinox.p2.metadata
[2019-06-20 23:40:36] Downloading org.apache.batik.css
[2019-06-20 23:40:36] Fetching
org.eclipse.mylyn.wikitext_3.0.29.20181217192207.jar
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(368,2kB)
[2019-06-20 23:40:36] Downloading
org.eclipse.ltk.core.refactoring
[2019-06-20 23:40:36] Fetching
org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(119,79kB)
[2019-06-20 23:40:36] Fetching
org.eclipse.equinox.p2.metadata_2.4.400.v20190409-0548.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(108,1kB)
[2019-06-20 23:40:36] Fetching
org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(101,68kB)
[2019-06-20 23:40:36] Fetching
org.eclipse.ltk.core.refactoring_3.10.100.v20190510-0840.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(107,68kB)
[2019-06-20 23:40:36] Downloading org.eclipse.ui.intro
[2019-06-20 23:40:36] Downloading org.jsoup
[2019-06-20 23:40:36] Fetching
org.eclipse.ui.intro_3.5.600.v20190329-1257.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(142,02kB)
[2019-06-20 23:40:36] Fetching
org.jsoup_1.8.3.v20181012-1713.jar from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(336,56kB)
[2019-06-20 23:40:36] Downloading
org.eclipse.ui.cheatsheets
[2019-06-20 23:40:36] Downloading
org.eclipse.mylyn.commons.ui
[2019-06-20 23:40:36] Fetching
org.eclipse.ui.cheatsheets_3.5.400.v20190218-1039.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(118,98kB)
[2019-06-20 23:40:36] Fetching
org.eclipse.mylyn.commons.ui_3.24.2.v20180904-2231.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(201,34kB)
[2019-06-20 23:40:36] Downloading com.sun.jna.platform
[2019-06-20 23:40:36] Downloading org.eclipse.ui.forms
[2019-06-20 23:40:36] Downloading org.eclipse.jface.text
[2019-06-20 23:40:36] Fetching
org.eclipse.ui.forms_3.8.0.v20190519-1034.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(123,14kB)
[2019-06-20 23:40:36] Fetching
org.eclipse.jface.text_3.15.200.v20190519-2344.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(318,48kB)
[2019-06-20 23:40:36] Downloading
org.apache.commons.httpclient
[2019-06-20 23:40:36] Downloading org.eclipse.wst.sse.ui
[2019-06-20 23:40:36] Fetching
org.apache.commons.httpclient_3.1.0.v201012070820.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(314,74kB)
[2019-06-20 23:40:36] Downloading org.eclipse.m2e.editor
[2019-06-20 23:40:36] Fetching
org.eclipse.wst.sse.ui_1.6.0.v201905291408.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(313,04kB)
[2019-06-20 23:40:36] Fetching
com.sun.jna.platform_4.5.1.v20180403-1933.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(325,05kB)
[2019-06-20 23:40:36] Downloading org.eclipse.eclemma.ui
[2019-06-20 23:40:36] Downloading
org.eclipse.core.databinding.observable
[2019-06-20 23:40:36] Fetching
org.eclipse.m2e.editor_1.12.0.20190529-1916.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(93,26kB)
[2019-06-20 23:40:36] Downloading org.eclipse.compare
[2019-06-20 23:40:36] Fetching
org.eclipse.eclemma.ui_3.1.2.201903112331.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(137,03kB)
[2019-06-20 23:40:36] Fetching
org.eclipse.core.databinding.observable_1.7.0.v20190515-0910.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(82,59kB)
[2019-06-20 23:40:36] Fetching
org.eclipse.compare_3.7.600.v20190519-2354.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(303,02kB)
[2019-06-20 23:40:36] Downloading org.eclipse.tips.ide
[2019-06-20 23:40:37] Fetching
org.eclipse.tips.ide_0.1.500.v20190402-1511.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(297,58kB)
[2019-06-20 23:40:37] Downloading org.eclipse.emf.edit
[2019-06-20 23:40:37] Downloading
org.eclipse.jface.databinding
[2019-06-20 23:40:37] Downloading
org.apache.commons.lang
[2019-06-20 23:40:37] Fetching
org.eclipse.emf.edit_2.15.0.v20190528-0725.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(96,72kB)
[2019-06-20 23:40:37] Fetching
org.eclipse.jface.databinding_1.9.0.v20190519-0933.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(77,69kB)
[2019-06-20 23:40:37] Downloading
org.eclipse.mylyn.bugzilla.ui
[2019-06-20 23:40:37] Fetching
org.eclipse.mylyn.bugzilla.ui_3.24.2.v20180905-0003.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(182,2kB)
[2019-06-20 23:40:37] Downloading
org.eclipse.equinox.p2.ui
[2019-06-20 23:40:37] Fetching
org.apache.commons.lang_2.6.0.v201404270220.jar from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(291,62kB)
[2019-06-20 23:40:37] Downloading
org.apache.xml.serializer
[2019-06-20 23:40:37] Downloading
org.eclipse.wst.common.snippets
[2019-06-20 23:40:37] Downloading
org.eclipse.jdt.core.manipulation
[2019-06-20 23:40:37] Downloading
org.eclipse.help.webapp
[2019-06-20 23:40:37] Downloading org.junit
[2019-06-20 23:40:37] Fetching
org.eclipse.equinox.p2.ui_2.5.500.v20190220-1158.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(286,98kB)
[2019-06-20 23:40:37] Downloading org.jacoco.agent
[2019-06-20 23:40:37] Fetching
org.eclipse.wst.common.snippets_1.2.500.v201811170421.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(92,98kB)
[2019-06-20 23:40:37] Fetching
org.eclipse.help.webapp_3.9.500.v20190517-1202.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(284,28kB)
[2019-06-20 23:40:37] Fetching
org.eclipse.jdt.core.manipulation_1.11.200.v20190520-0718.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(285,64kB)
[2019-06-20 23:40:37] Fetching
org.junit_4.12.0.v201504281640.jar.pack.gz from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(283,72kB)
[2019-06-20 23:40:37] Downloading
org.eclipse.mylyn.bugzilla.core
[2019-06-20 23:40:37] Fetching
org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(114,7kB)
[2019-06-20 23:40:37] Fetching
org.jacoco.agent_0.8.3.v20190219-1601.jar.pack.gz from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(276,7kB)
[2019-06-20 23:40:37] Downloading org.apache.xmlgraphics
[2019-06-20 23:40:37] Fetching
org.eclipse.mylyn.bugzilla.core_3.24.2.v20180905-0003.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(205,58kB)
[2019-06-20 23:40:37] Fetching
org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(258,72kB)
[2019-06-20 23:40:37] Downloading ch.qos.logback.classic
[2019-06-20 23:40:37] Fetching
ch.qos.logback.classic_1.0.7.v20121108-1250.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(79,74kB)
[2019-06-20 23:40:37] Downloading
org.eclipse.wst.xml.core
[2019-06-20 23:40:37] Downloading javax.xml
[2019-06-20 23:40:37] Fetching
org.eclipse.wst.xml.core_1.2.200.v201901071922.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(255,11kB)
[2019-06-20 23:40:37] Fetching
javax.xml_1.3.4.v201005080400.jar from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(249kB)
[2019-06-20 23:40:37] Downloading
org.eclipse.equinox.p2.repository.tools
[2019-06-20 23:40:38] Fetching
org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(121,81kB)
[2019-06-20 23:40:38] Downloading org.eclipse.wst.dtd.ui
[2019-06-20 23:40:38] Downloading
org.eclipse.epp.mpc.core
[2019-06-20 23:40:38] Downloading org.sat4j.pb
[2019-06-20 23:40:38] Fetching
org.eclipse.epp.mpc.core_1.7.7.v20190521-1752.jar from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(240,05kB)
[2019-06-20 23:40:38] Fetching
org.eclipse.wst.dtd.ui_1.1.200.v201904272112.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(89,35kB)
[2019-06-20 23:40:38] Downloading org.eclipse.jdt.junit
[2019-06-20 23:40:38] Fetching
org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(72,9kB)
[2019-06-20 23:40:38] Fetching
org.eclipse.jdt.junit_3.11.400.v20190510-0840.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(235,53kB)
[2019-06-20 23:40:38] Downloading
org.eclipse.equinox.p2.publisher.eclipse
[2019-06-20 23:40:38] Downloading
org.eclipse.emf.ecore.xmi
[2019-06-20 23:40:38] Fetching
org.eclipse.equinox.p2.publisher.eclipse_1.3.200.v20190329-1624.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(104,29kB)
[2019-06-20 23:40:38] Downloading
org.eclipse.ui.workbench.texteditor
[2019-06-20 23:40:38] Fetching
org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(84,18kB)
[2019-06-20 23:40:38] Downloading org.eclipse.xsd.edit
[2019-06-20 23:40:38] Fetching
org.eclipse.ui.workbench.texteditor_3.12.0.v20190519-2344.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(229,07kB)
[2019-06-20 23:40:38] Downloading
org.eclipse.m2e.core.ui
[2019-06-20 23:40:38] Fetching
org.eclipse.xsd.edit_2.10.0.v20180706-1143.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(65,18kB)
[2019-06-20 23:40:38] Fetching
org.eclipse.m2e.core.ui_1.12.0.20190529-1916.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(223,26kB)
[2019-06-20 23:40:38] Downloading org.jacoco.core
[2019-06-20 23:40:38] Downloading org.eclipse.search
[2019-06-20 23:40:38] Fetching
org.jacoco.core_0.8.3.v20190219-1601.jar.pack.gz from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(69,44kB)
[2019-06-20 23:40:38] Downloading
org.eclipse.jdt.compiler.apt
[2019-06-20 23:40:38] Fetching
org.eclipse.search_3.11.600.v20190519-2344.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(216,52kB)
[2019-06-20 23:40:38] Fetching
org.eclipse.jdt.compiler.apt_1.3.600.v20190402-0634.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(76,93kB)
[2019-06-20 23:40:38] Downloading org.eclipse.jetty.http
[2019-06-20 23:40:38] Fetching
org.eclipse.jetty.http_9.4.18.v20190429.jar from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(211,63kB)
[2019-06-20 23:40:38] Downloading
org.eclipse.eclemma.doc
[2019-06-20 23:40:38] Fetching
org.eclipse.eclemma.doc_3.1.2.201903112331.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(211,27kB)
[2019-06-20 23:40:38] Downloading
org.eclipse.mylyn.builds.ui
[2019-06-20 23:40:38] Downloading org.eclipse.ui.browser
[2019-06-20 23:40:38] Downloading org.eclipse.ui.console
[2019-06-20 23:40:38] Fetching
org.eclipse.mylyn.builds.ui_1.16.0.v20170629-2231.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(204,03kB)
[2019-06-20 23:40:38] Downloading
org.eclipse.jdt.compiler.tool
[2019-06-20 23:40:38] Fetching
org.eclipse.ui.browser_3.6.400.v20190513-2118.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(97,33kB)
[2019-06-20 23:40:38] Fetching
org.eclipse.ui.console_3.8.500.v20190514-0743.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(83,15kB)
[2019-06-20 23:40:38] Fetching
org.eclipse.jdt.compiler.tool_1.2.600.v20190322-0450.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(144,85kB)
[2019-06-20 23:40:38] Downloading
org.eclipse.equinox.registry
[2019-06-20 23:40:38] Downloading
org.eclipse.emf.ecore.edit
[2019-06-20 23:40:38] Fetching
org.eclipse.equinox.registry_3.8.400.v20190516-1504.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(76,91kB)
[2019-06-20 23:40:38] Downloading
org.eclipse.mylyn.commons.workbench
[2019-06-20 23:40:38] Fetching
org.eclipse.emf.ecore.edit_2.12.0.v20190226-1307.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(61,31kB)
[2019-06-20 23:40:38] Downloading
org.eclipse.jdt.junit.core
[2019-06-20 23:40:38] Fetching
org.eclipse.mylyn.commons.workbench_3.24.2.v20180904-2231.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(104,32kB)
[2019-06-20 23:40:38] Fetching
org.eclipse.jdt.junit.core_3.10.300.v20190510-0840.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(65,61kB)
[2019-06-20 23:40:38] Downloading
org.eclipse.core.databinding
[2019-06-20 23:40:38] Fetching
org.eclipse.core.databinding_1.7.400.v20190513-2118.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(55,78kB)
[2019-06-20 23:40:38] Downloading
org.eclipse.wst.standard.schemas
[2019-06-20 23:40:38] Downloading org.eclipse.jetty.io
[2019-06-20 23:40:38] Downloading
org.eclipse.equinox.security.ui
[2019-06-20 23:40:38] Fetching
org.eclipse.jetty.io_9.4.18.v20190429.jar from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(167,49kB)
[2019-06-20 23:40:39] Fetching
org.eclipse.wst.standard.schemas_1.0.800.v201901071922.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(146,33kB)
[2019-06-20 23:40:39] Downloading
org.eclipse.ui.views.log
[2019-06-20 23:40:39] Fetching
org.eclipse.equinox.security.ui_1.2.300.v20190514-1046.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(71,27kB)
[2019-06-20 23:40:39] Downloading
org.eclipse.ui.navigator.resources
[2019-06-20 23:40:39] Downloading
org.eclipse.wst.dtd.core
[2019-06-20 23:40:39] Fetching
org.eclipse.ui.views.log_1.2.600.v20190519-1034.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(83,9kB)
[2019-06-20 23:40:39] Downloading
org.junit.platform.engine
[2019-06-20 23:40:39] Fetching
org.eclipse.ui.navigator.resources_3.6.500.v20190519-2104.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(69,46kB)
[2019-06-20 23:40:39] Fetching
org.eclipse.wst.dtd.core_1.2.0.v201903222120.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(165,34kB)
[2019-06-20 23:40:39] Fetching
org.junit.platform.engine_1.4.0.v20190212-2109.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(50,62kB)
[2019-06-20 23:40:39] Downloading
org.eclipse.mylyn.java.ui
[2019-06-20 23:40:39] Downloading
org.eclipse.emf.common.ui
[2019-06-20 23:40:39] Fetching
org.eclipse.mylyn.java.ui_3.24.2.v20180905-0014.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(113,16kB)
[2019-06-20 23:40:39] Fetching
org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(59,63kB)
[2019-06-20 23:40:39] Downloading
org.eclipse.wst.validation.ui
[2019-06-20 23:40:39] Fetching
org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(59,63kB)
[2019-06-20 23:40:39] Downloading
org.eclipse.equinox.p2.ui.discovery
[2019-06-20 23:40:39] Downloading
org.eclipse.epp.logging.aeri.ide
[2019-06-20 23:40:39] Fetching
org.eclipse.wst.validation.ui_1.2.600.v201903222010.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(49,25kB)
[2019-06-20 23:40:39] Downloading
org.eclipse.wst.common.frameworks.ui
[2019-06-20 23:40:39] Fetching
org.eclipse.epp.logging.aeri.ide_2.0.7.v20180504-0806.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(152,06kB)
[2019-06-20 23:40:39] Downloading
org.eclipse.jgit.ssh.apache
[2019-06-20 23:40:39] Fetching
org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(53,46kB)
[2019-06-20 23:40:39] Downloading
org.eclipse.ui.externaltools
[2019-06-20 23:40:39] Fetching
org.eclipse.jgit.ssh.apache_5.4.0.201906121030-r.jar
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(149,06kB)
[2019-06-20 23:40:39] Downloading org.apache.batik.util
[2019-06-20 23:40:39] Fetching
org.eclipse.ui.externaltools_3.4.300.v20190510-0549.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(65,99kB)
[2019-06-20 23:40:39] Downloading
org.eclipse.wst.common.emfworkbench.integration
[2019-06-20 23:40:39] Downloading
org.eclipse.platform.ide.executable.win32.win32.x86_64
[2019-06-20 23:40:39] Fetching
org.eclipse.equinox.p2.ui.discovery_1.1.100.v20180822-1357.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(76,1kB)
[2019-06-20 23:40:39] Fetching
org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201903222010.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(52,97kB)
[2019-06-20 23:40:39] Downloading
org.eclipse.wst.common.modulecore.ui
[2019-06-20 23:40:39] Fetching
org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(63,49kB)
[2019-06-20 23:40:39] Fetching
org.eclipse.platform.ide.executable.win32.win32.x86_64_4.12.0.I20190605-1800
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/binary/
(141,17kB)
[2019-06-20 23:40:39] Downloading
org.eclipse.mylyn.team.ui
[2019-06-20 23:40:39] Fetching
org.eclipse.mylyn.team.ui_3.24.2.v20180905-0014.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(76,03kB)
[2019-06-20 23:40:39] Downloading
org.eclipse.mylyn.builds.core
[2019-06-20 23:40:39] Fetching
org.eclipse.mylyn.builds.core_1.16.0.v20170629-2231.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(135,88kB)
[2019-06-20 23:40:39] Downloading
org.eclipse.wst.validation
[2019-06-20 23:40:39] Downloading org.eclipse.tips.core
[2019-06-20 23:40:39] Fetching
org.eclipse.wst.validation_1.2.800.v201904082137.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(134,74kB)
[2019-06-20 23:40:39] Downloading com.sun.el
[2019-06-20 23:40:39] Downloading
org.eclipse.buildship.core
[2019-06-20 23:40:39] Fetching
org.eclipse.wst.common.modulecore.ui_1.0.301.v201903222010.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(49,6kB)
[2019-06-20 23:40:39] Fetching
org.eclipse.tips.core_0.1.400.v20190402-1511.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(134,62kB)
[2019-06-20 23:40:39] Downloading
org.eclipse.equinox.p2.metadata.repository
[2019-06-20 23:40:39] Fetching
com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(57,07kB)
[2019-06-20 23:40:39] Fetching
org.eclipse.buildship.core_3.1.0.v20190501-0832.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(133,18kB)
[2019-06-20 23:40:39] Downloading
org.eclipse.equinox.p2.touchpoint.eclipse
[2019-06-20 23:40:39] Fetching
org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(51,01kB)
[2019-06-20 23:40:39] Downloading
org.eclipse.jdt.apt.core
[2019-06-20 23:40:39] Fetching
org.eclipse.equinox.p2.touchpoint.eclipse_2.2.300.v20190215-2242.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(46,17kB)
[2019-06-20 23:40:39] Downloading
org.eclipse.jetty.servlet
[2019-06-20 23:40:39] Fetching
org.eclipse.jdt.apt.core_3.6.400.v20190328-1431.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(127,99kB)
[2019-06-20 23:40:39] Fetching
org.eclipse.jetty.servlet_9.4.18.v20190429.jar from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(127,95kB)
[2019-06-20 23:40:39] Downloading
org.eclipse.mylyn.context.core
[2019-06-20 23:40:39] Fetching
org.eclipse.mylyn.context.core_3.24.2.v20180905-0014.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(81,5kB)
[2019-06-20 23:40:39] Downloading
org.eclipse.ecf.provider.filetransfer
[2019-06-20 23:40:39] Downloading org.eclipse.team.core
[2019-06-20 23:40:39] Fetching
org.eclipse.ecf.provider.filetransfer_3.2.400.v20180306-0429.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(45,08kB)
[2019-06-20 23:40:39] Downloading org.eclipse.help
[2019-06-20 23:40:39] Fetching
org.eclipse.team.core_3.8.600.v20190519-2354.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(126,2kB)
[2019-06-20 23:40:39] Fetching
org.eclipse.help_3.8.400.v20190423-0921.jar.pack.gz from
http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(125,98kB)
[2019-06-20 23:40:39] Downloading
org.eclipse.jetty.security
[2019-06-20 23:40:40] Fetching
org.eclipse.jetty.security_9.4.18.v20190429.jar from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(124,9kB)
[2019-06-20 23:40:40] Downloading
org.eclipse.equinox.p2.ui.importexport
[2019-06-20 23:40:40] Downloading
org.apache.commons.lang3
[2019-06-20 23:40:40] Downloading
org.eclipse.wst.xsdeditor.doc.user
[2019-06-20 23:40:40] Fetching
org.eclipse.equinox.p2.ui.importexport_1.2.100.v20180827-1122.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(62,49kB)
[2019-06-20 23:40:40] Downloading org.objectweb.asm
[2019-06-20 23:40:40] Fetching
org.eclipse.equinox.p2.ui.importexport_1.2.100.v20180827-1122.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(62,49kB)
[2019-06-20 23:40:40] Downloading org.eclipse.ecf
[2019-06-20 23:40:40] Fetching
org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(124,12kB)
[2019-06-20 23:40:40] Fetching
org.eclipse.wst.xsdeditor.doc.user_1.0.800.v201903222120.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(77,35kB)
[2019-06-20 23:40:40] Downloading
org.eclipse.wst.common.frameworks
[2019-06-20 23:40:40] Fetching
org.objectweb.asm_7.0.0.v20181030-2244.jar.pack.gz from
http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(58,69kB)
[2019-06-20 23:40:40] Fetching
org.eclipse.ecf_3.9.3.v20190423-0625.jar.pack.gz from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(48,13kB)
[2019-06-20 23:40:40] Fetching
org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(43,28kB)
[2019-06-20 23:40:40] Downloading
org.junit.platform.launcher
[2019-06-20 23:40:40] Fetching
org.junit.platform.launcher_1.4.0.v20190212-2109.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(44,03kB)
[2019-06-20 23:40:40] Downloading org.eclipse.emf.common
[2019-06-20 23:40:40] Downloading
org.eclipse.ui.genericeditor
[2019-06-20 23:40:40] Downloading
org.eclipse.core.commands
[2019-06-20 23:40:40] Downloading org.apache.sshd.sftp
[2019-06-20 23:40:40] Fetching
org.eclipse.emf.common_2.16.0.v20190528-0845.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(115,24kB)
[2019-06-20 23:40:40] Downloading
org.eclipse.e4.ui.model.workbench
[2019-06-20 23:40:40] Downloading org.eclipse.jem.util
[2019-06-20 23:40:40] Downloading
org.eclipse.equinox.security
[2019-06-20 23:40:40] Fetching
org.eclipse.ui.genericeditor_1.1.400.v20190519-2344.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(43,46kB)
[2019-06-20 23:40:40] Fetching
org.apache.sshd.sftp_2.2.0.v20190425-2127.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(112,77kB)
[2019-06-20 23:40:40] Fetching
org.eclipse.core.commands_3.9.400.v20190516-1358.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(43,28kB)
[2019-06-20 23:40:40] Downloading
org.eclipse.mylyn.context.tasks.ui
[2019-06-20 23:40:40] Downloading
org.eclipse.mylyn.wikitext.asciidoc
[2019-06-20 23:40:40] Fetching
org.eclipse.equinox.security_1.3.200.v20190516-1504.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(44,54kB)
[2019-06-20 23:40:40] Fetching
org.eclipse.jem.util_2.1.201.v201903222010.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(47,58kB)
[2019-06-20 23:40:40] Fetching
org.eclipse.e4.ui.model.workbench_2.1.400.v20190513-2118.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(112,57kB)
[2019-06-20 23:40:40] Fetching
org.eclipse.mylyn.context.tasks.ui_3.24.2.v20180905-0014.jar.pack.gz
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/plugins/
(65,86kB)
[2019-06-20 23:40:40] Downloading
org.eclipse.emf.edit.ui
[2019-06-20 23:40:40] Downloading javax.servlet.jsp
[2019-06-20 23:40:40] Downloading com.jcraft.jsch
[2019-06-20 23:40:40] Fetching
org.eclipse.emf.edit.ui_2.16.0.v20181104-0733.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(108,8kB)
[2019-06-20 23:40:40] Downloading
org.eclipse.mylyn.context.ui
[2019-06-20 23:40:40] Fetching
javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(55,73kB)
[2019-06-20 23:40:40] Fetching
com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(107,05kB)
[2019-06-20 23:40:40] Fetching
org.eclipse.mylyn.context.ui_3.24.2.v20180905-0014.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(106,52kB)
[2019-06-20 23:40:40] Downloading
org.junit.platform.commons
[2019-06-20 23:40:40] Downloading org.sat4j.core
[2019-06-20 23:40:40] Downloading
org.eclipse.core.contenttype
[2019-06-20 23:40:40] Fetching
org.junit.platform.commons_1.4.0.v20190212-2109.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(47,52kB)
[2019-06-20 23:40:40] Fetching
org.eclipse.core.contenttype_3.7.300.v20190215-2048.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(42,27kB)
[2019-06-20 23:40:40] Fetching
org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(103,26kB)
[2019-06-20 23:40:40] Downloading javax.servlet
[2019-06-20 23:40:40] Downloading
org.eclipse.osgi.compatibility.state
[2019-06-20 23:40:40] Downloading
org.eclipse.ant.launching
[2019-06-20 23:40:40] Fetching
javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(60,2kB)
[2019-06-20 23:40:40] Fetching
org.eclipse.osgi.compatibility.state_1.1.500.v20190516-1407.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(102,05kB)
[2019-06-20 23:40:40] Fetching
org.eclipse.ant.launching_1.2.500.v20190510-0606.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(101,16kB)
[2019-06-20 23:40:40] Downloading
org.eclipse.m2e.editor.xml
[2019-06-20 23:40:40] Downloading
org.eclipse.emf.ecore.change
[2019-06-20 23:40:40] Downloading
org.eclipse.eclemma.core
[2019-06-20 23:40:40] Fetching
org.eclipse.m2e.editor.xml_1.12.0.20190529-1916.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(101,05kB)
[2019-06-20 23:40:41] Fetching
org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(50,98kB)
[2019-06-20 23:40:41] Fetching
org.eclipse.eclemma.core_3.1.2.201903112331.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(35,85kB)
[2019-06-20 23:40:41] Downloading
org.apache.commons.jxpath
[2019-06-20 23:40:41] Fetching
org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(98kB)
[2019-06-20 23:40:41] Downloading org.eclipse.text
[2019-06-20 23:40:41] Fetching
org.eclipse.text_3.8.200.v20190519-2344.jar.pack.gz from
http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(97,68kB)
[2019-06-20 23:40:41] Downloading org.w3c.dom.svg
[2019-06-20 23:40:41] Fetching
org.eclipse.mylyn.wikitext.asciidoc_3.0.29.20181217192207.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(108,96kB)
[2019-06-20 23:40:41] Downloading
org.eclipse.mylyn.tasks.bugs
[2019-06-20 23:40:41] Fetching
org.w3c.dom.svg_1.1.0.v201011041433.jar from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(95,26kB)
[2019-06-20 23:40:41] Downloading
org.eclipse.e4.ui.workbench.renderers.swt
[2019-06-20 23:40:41] Downloading
org.eclipse.mylyn.wikitext.confluence
[2019-06-20 23:40:41] Fetching
org.eclipse.mylyn.tasks.bugs_3.24.2.v20180905-0003.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(58,78kB)
[2019-06-20 23:40:41] Fetching
org.eclipse.e4.ui.workbench.renderers.swt_0.14.700.v20190517-1525.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(94,18kB)
[2019-06-20 23:40:41] Fetching
org.eclipse.mylyn.wikitext.confluence_3.0.29.20181217192207.jar
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(93,22kB)
[2019-06-20 23:40:41] Downloading org.bouncycastle.bcpg
[2019-06-20 23:40:41] Downloading
org.eclipse.mylyn.wikitext.textile
[2019-06-20 23:40:41] Downloading
org.eclipse.core.expressions
[2019-06-20 23:40:41] Fetching
org.bouncycastle.bcpg_1.61.0.v20190602-1335.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(93,01kB)
[2019-06-20 23:40:41] Downloading
org.objectweb.asm.commons
[2019-06-20 23:40:41] Fetching
org.objectweb.asm.commons_7.0.0.v20181030-2244.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(37,67kB)
[2019-06-20 23:40:41] Downloading
org.eclipse.wst.sse.doc.user
[2019-06-20 23:40:41] Downloading
org.eclipse.mylyn.commons.core
[2019-06-20 23:40:41] Fetching
org.eclipse.mylyn.wikitext.textile_3.0.29.20181217192207.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(92,23kB)
[2019-06-20 23:40:41] Downloading
org.eclipse.wst.xmleditor.doc.user
[2019-06-20 23:40:41] Fetching
org.eclipse.core.expressions_3.6.400.v20190518-1240.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(33,79kB)
[2019-06-20 23:40:41] Fetching
org.eclipse.wst.sse.doc.user_1.2.0.v201903222120.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(89,63kB)
[2019-06-20 23:40:41] Fetching
org.eclipse.mylyn.commons.core_3.24.2.v20180904-2231.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(87,57kB)
[2019-06-20 23:40:41] Fetching
org.eclipse.wst.xmleditor.doc.user_1.1.0.v201903222120.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(87,16kB)
[2019-06-20 23:40:41] Downloading net.i2p.crypto.eddsa
[2019-06-20 23:40:41] Downloading
org.eclipse.e4.ui.workbench
[2019-06-20 23:40:41] Downloading
org.eclipse.mylyn.wikitext.mediawiki
[2019-06-20 23:40:41] Fetching
net.i2p.crypto.eddsa_0.3.0.v20181102-1323.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(42,41kB)
[2019-06-20 23:40:41] Downloading org.apache.commons.io
[2019-06-20 23:40:41] Downloading
org.eclipse.ecf.provider.filetransfer.httpclient45
[2019-06-20 23:40:41] Downloading
org.eclipse.mylyn.wikitext.markdown
[2019-06-20 23:40:41] Fetching
org.eclipse.mylyn.wikitext.mediawiki_3.0.29.20181217192207.jar
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(83,21kB)
[2019-06-20 23:40:41] Downloading com.google.gson
[2019-06-20 23:40:41] Downloading
org.eclipse.e4.ui.css.swt
[2019-06-20 23:40:41] Fetching
org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.0.v20190530-1947.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(35,6kB)
[2019-06-20 23:40:41] Fetching
org.eclipse.mylyn.wikitext.markdown_3.0.29.20181217192207.jar
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(80,82kB)
[2019-06-20 23:40:41] Fetching
com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(79,97kB)
[2019-06-20 23:40:41] Fetching
org.eclipse.e4.ui.css.swt_0.13.500.v20190513-2118.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(79,2kB)
[2019-06-20 23:40:41] Downloading
org.eclipse.wst.common.emf
[2019-06-20 23:40:41] Downloading com.jcraft.jzlib
[2019-06-20 23:40:41] Fetching
org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(82,7kB)
[2019-06-20 23:40:41] Fetching
org.eclipse.e4.ui.workbench_1.10.0.v20190529-1505.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(85,89kB)
[2019-06-20 23:40:41] Downloading
org.eclipse.wst.xsd.core
[2019-06-20 23:40:41] Fetching
org.eclipse.wst.common.emf_1.2.600.v201903222010.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(77,3kB)
[2019-06-20 23:40:41] Downloading
org.eclipse.m2e.refactoring
[2019-06-20 23:40:41] Fetching
com.jcraft.jzlib_1.1.1.v201205102305.jar.pack.gz from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(38,05kB)
[2019-06-20 23:40:41] Fetching
org.eclipse.wst.xsd.core_1.2.0.v201901071922.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(29,08kB)
[2019-06-20 23:40:41] Fetching
org.eclipse.m2e.refactoring_1.12.0.20190529-1916.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(31,75kB)
[2019-06-20 23:40:41] Downloading
org.eclipse.equinox.http.servlet
[2019-06-20 23:40:41] Fetching
org.eclipse.equinox.http.servlet_1.6.100.v20190516-1504.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(76,37kB)
[2019-06-20 23:40:41] Downloading
org.eclipse.equinox.launcher.win32.win32.x86_64
[2019-06-20 23:40:41] Downloading
org.apache.felix.gogo.runtime
[2019-06-20 23:40:41] Fetching
org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1000.v20190125-2016.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(75,25kB)
[2019-06-20 23:40:41] Downloading
org.eclipse.equinox.p2.core
[2019-06-20 23:40:41] Downloading
org.eclipse.equinox.p2.engine
[2019-06-20 23:40:41] Downloading
org.eclipse.core.runtime
[2019-06-20 23:40:41] Fetching
org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(75,47kB)
[2019-06-20 23:40:41] Downloading
org.eclipse.mylyn.wikitext.tracwiki
[2019-06-20 23:40:41] Fetching
org.eclipse.equinox.p2.core_2.6.0.v20190215-2242.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(31,98kB)
[2019-06-20 23:40:41] Fetching
org.eclipse.core.runtime_3.15.300.v20190508-0543.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(34,24kB)
[2019-06-20 23:40:41] Fetching
org.eclipse.mylyn.wikitext.tracwiki_3.0.29.20181217192207.jar
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(72,56kB)
[2019-06-20 23:40:41] Downloading
org.eclipse.equinox.p2.jarprocessor
[2019-06-20 23:40:41] Fetching
org.eclipse.equinox.p2.engine_2.6.300.v20190318-1320.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(74,81kB)
[2019-06-20 23:40:42] Fetching
org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(38,73kB)
[2019-06-20 23:40:42] Downloading org.eclipse.osgi.util
[2019-06-20 23:40:42] Downloading
org.eclipse.e4.ui.workbench.swt
[2019-06-20 23:40:42] Fetching
org.eclipse.osgi.util_3.5.200.v20190115-2323.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(30,66kB)
[2019-06-20 23:40:42] Downloading org.eclipse.ant.core
[2019-06-20 23:40:42] Fetching
org.eclipse.e4.ui.workbench.swt_0.14.600.v20190513-2118.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(71,25kB)
[2019-06-20 23:40:42] Downloading org.eclipse.jdt.apt.ui
[2019-06-20 23:40:42] Fetching
org.eclipse.ant.core_3.5.400.v20190510-0606.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(71,18kB)
[2019-06-20 23:40:42] Fetching
org.eclipse.jdt.apt.ui_3.6.200.v20180921-1416.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(31,65kB)
[2019-06-20 23:40:42] Downloading
org.eclipse.mylyn.hudson.core
[2019-06-20 23:40:42] Fetching
org.eclipse.mylyn.hudson.core_1.16.0.v20180403-2055.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(70,08kB)
[2019-06-20 23:40:42] Downloading
org.eclipse.mylyn.commons.screenshots
[2019-06-20 23:40:42] Downloading org.jacoco.report
[2019-06-20 23:40:42] Fetching
org.eclipse.mylyn.commons.screenshots_3.24.2.v20180904-2231.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(69,6kB)
[2019-06-20 23:40:42] Fetching
org.jacoco.report_0.8.3.v20190219-1601.jar.pack.gz from
http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(67,17kB)
[2019-06-20 23:40:42] Downloading
org.eclipse.compare.core
[2019-06-20 23:40:42] Downloading org.eclipse.tips.ui
[2019-06-20 23:40:42] Downloading
org.eclipse.equinox.frameworkadmin.equinox
[2019-06-20 23:40:42] Fetching
org.eclipse.compare.core_3.6.500.v20190519-2354.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(32,84kB)
[2019-06-20 23:40:42] Downloading
org.eclipse.core.filesystem
[2019-06-20 23:40:42] Fetching
org.eclipse.tips.ui_0.1.500.v20190402-1511.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(33,88kB)
[2019-06-20 23:40:42] Fetching
org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(33,94kB)
[2019-06-20 23:40:42] Downloading
org.junit.jupiter.engine
[2019-06-20 23:40:42] Fetching
org.eclipse.core.filesystem_1.7.400.v20190518-1151.jar.pack.gz
from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/plugins/
(27,77kB)
[2019-06-20 23:40:42] Fetching
org.junit.jupiter.engine_5.4.0.v20190212-2109.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(64,91kB)
[2019-06-20 23:40:42] Downloading
org.eclipse.e4.ui.css.core
[2019-06-20 23:40:42] Downloading org.apache.xmlrpc
[2019-06-20 23:40:42] Fetching
org.eclipse.e4.ui.css.core_0.12.700.v20190513-2118.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(64,06kB)
[2019-06-20 23:40:42] Downloading
org.eclipse.ecf.identity
[2019-06-20 23:40:42] Fetching
org.apache.xmlrpc_3.0.0.v20100427-1100.jar.pack.gz from
http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(63,99kB)
[2019-06-20 23:40:42] Downloading org.objectweb.asm.tree
[2019-06-20 23:40:42] Fetching
org.eclipse.ecf.identity_3.9.1.v20181107-1749.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(27,11kB)
[2019-06-20 23:40:42] Fetching
org.objectweb.asm.tree_7.0.0.v20181030-2244.jar.pack.gz
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/plugins/
(25,81kB)
[2019-06-20 23:40:42] Downloading
org.eclipse.mylyn.discovery.ui
[2019-06-20 23:40:42] Downloading
org.eclipse.mylyn.commons.repositories.ui
[2019-06-20 23:40:42] Fetching
org.eclipse.mylyn.discovery.ui_3.24.2.v20180904-2231.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(61,18kB)
[2019-06-20 23:40:42] Downloading
org.eclipse.mylyn.discovery.core
[2019-06-20 23:40:42] Downloading
org.eclipse.ui.monitoring
[2019-06-20 23:40:42] Downloading org.eclipse.mylyn.commons.net
[2019-06-20 23:40:42] Fetching
org.eclipse.mylyn.commons.net_3.24.2.v20180904-2231.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(58,44kB)
[2019-06-20 23:40:42] Fetching
org.eclipse.mylyn.commons.repositories.ui_1.16.0.v20180904-2231.jar.pack.gz
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/plugins/
(60,38kB)
[2019-06-20 23:40:42] Fetching
org.eclipse.ui.monitoring_1.1.400.v20190517-1612.jar.pack.gz
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/plugins/
(27,9kB)
[2019-06-20 23:40:42] Fetching
org.eclipse.mylyn.discovery.core_3.24.2.v20180904-2231.jar.pack.gz
from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/plugins/
(59,91kB)
[2019-06-20 23:40:51] Fetching
org.eclipse.wst.common.infopop_1.0.300.v201903222010.jar.pack.gz
from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/plugins/
(8,74kB)
[2019-06-20 23:40:52] Mirrored 214 artifacts from http://mirrors.nic.cz/eclipse/releases/2019-06/201906191000/
at 765kb/s
[2019-06-20 23:40:52] Mirrored 241 artifacts from http://ftp.fau.de/eclipse/releases/2019-06/201906191000/
at 656kb/s
[2019-06-20 23:40:52] Mirrored 35 artifacts from https://mirrors.dotsrc.org/eclipse//releases/2019-06/201906191000/
at 320kb/s
[2019-06-20 23:40:52] Mirrored 1 artifacts from http://mirror.ibcp.fr/pub/eclipse//releases/2019-06/201906191000/
at 48kb/s
[2019-06-20 23:40:52] Mirrored 1 artifacts from http://ftp.snt.utwente.nl/pub/software/eclipse//releases/2019-06/201906191000/
at 42kb/s
[2019-06-20 23:40:52] Mirrored 1 artifacts from http://mirrors.uniri.hr/eclipse//releases/2019-06/201906191000/
at 38kb/s
[2019-06-20 23:40:52] Mirrored 1 artifacts from http://eclipse.mirror.garr.it/mirrors/eclipse//releases/2019-06/201906191000/
at 37kb/s
[2019-06-20 23:40:52] Mirrored 1 artifacts from http://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/releases/2019-06/201906191000/
at 35kb/s
[2019-06-20 23:40:52] Mirrored 1 artifacts from http://ftp.osuosl.org/pub/eclipse/releases/2019-06/201906191000/
at 33kb/s
[2019-06-20 23:40:52] Mirrored 1 artifacts from http://ftp.halifax.rwth-aachen.de/eclipse//releases/2019-06/201906191000/
at 33kb/s
[2019-06-20 23:40:52] Mirrored 1 artifacts from https://ftp.acc.umu.se/mirror/eclipse.org/releases/2019-06/201906191000/
at 31kb/s
[2019-06-20 23:40:52] Mirrored 1 artifacts from http://mirror.dkm.cz/eclipse/releases/2019-06/201906191000/
at 30kb/s
[2019-06-20 23:40:52] Mirrored 1 artifacts from http://mirror.tspu.ru/eclipse/releases/2019-06/201906191000/
at 28kb/s
[2019-06-20 23:40:52] Mirrored 1 artifacts from http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/releases/2019-06/201906191000/
at 0kb/s
[2019-06-20 23:40:52] Mirrored 1 artifacts from http://ftp.linux.org.tr/eclipse//releases/2019-06/201906191000/
at 0kb/s with 1 failures
[2019-06-20 23:40:52] Collected 501 artifacts for http://download.eclipse.org/releases/2019-06/201906191000
in 43.125s
[2019-06-20 23:40:52] Collecting 5 artifacts from http://download.eclipse.org/technology/epp/packages/2019-06
[2019-06-20 23:40:52] Downloading
org.eclipse.epp.package.common.feature
[2019-06-20 23:40:52] Downloading
org.eclipse.epp.package.java.feature
[2019-06-20 23:40:52] Downloading
org.eclipse.epp.package.java
[2019-06-20 23:40:52] Downloading
epp.package.java.executable.win32.win32.x86_64
[2019-06-20 23:40:52] Downloading
org.eclipse.epp.package.common
[2019-06-20 23:40:52] Fetching
org.eclipse.epp.package.java_4.12.0.20190614-1200.jar.pack.gz
from http://eclipse.mirror.rafal.ca/technology/epp/packages/2019-06/plugins/
(49,82kB)
[2019-06-20 23:40:52] Fetching
org.eclipse.epp.package.common.feature_4.12.0.20190614-1200.jar
from http://eclipse.mirror.rafal.ca/technology/epp/packages/2019-06/features/
(24,04kB)
[2019-06-20 23:40:52] Fetching
org.eclipse.epp.package.common_4.12.0.20190614-1200.jar.pack.gz
from http://eclipse.mirror.rafal.ca/technology/epp/packages/2019-06/plugins/
(192,09kB)
[2019-06-20 23:40:52] Fetching
org.eclipse.epp.package.java.feature_4.12.0.20190614-1200.jar
from http://eclipse.mirror.rafal.ca/technology/epp/packages/2019-06/features/
(24,41kB)
[2019-06-20 23:40:52] Fetching
epp.package.java.executable.win32.win32.x86_64_4.12.0.20190614-1200
from http://eclipse.mirror.rafal.ca/technology/epp/packages/2019-06/binary/
(141,16kB)
[2019-06-20 23:40:53] Mirrored 5 artifacts from http://eclipse.mirror.rafal.ca/technology/epp/packages/2019-06/
at 135kb/s
[2019-06-20 23:40:53] Collected 5 artifacts for http://download.eclipse.org/technology/epp/packages/2019-06
in 1.453s
[2019-06-20 23:41:00] Installing a.jre.javase [10.0.0]
[2019-06-20 23:41:00] Installing ch.qos.logback.classic
[1.0.7.v20121108-1250]
[2019-06-20 23:41:00] Installing ch.qos.logback.core
[1.0.7.v20121108-1250]
[2019-06-20 23:41:00] Installing ch.qos.logback.slf4j
[1.0.7.v201505121915]
[2019-06-20 23:41:00] Installing com.google.gson
[2.8.2.v20180104-1110]
[2019-06-20 23:41:00] Installing com.google.guava
[21.0.0.v20170206-1425]
[2019-06-20 23:41:00] Installing com.ibm.icu
[64.2.0.v20190507-1337]
[2019-06-20 23:41:00] Installing com.jcraft.jsch
[0.1.55.v20190404-1902]
[2019-06-20 23:41:00] Installing com.jcraft.jzlib
[1.1.1.v201205102305]
[2019-06-20 23:41:00] Installing
com.mountainminds.eclemma.core [3.1.2.201903112331]
[2019-06-20 23:41:00] Installing com.sun.el
[2.2.0.v201303151357]
[2019-06-20 23:41:00] Installing com.sun.jna
[4.5.1.v20180403-1933]
[2019-06-20 23:41:00] Installing com.sun.jna.platform
[4.5.1.v20180403-1933]
[2019-06-20 23:41:00] Installing epp.package.java
[4.12.0.20190614-1200]
[2019-06-20 23:41:00] Installing
epp.package.java.executable.win32.win32.x86_64
[4.12.0.20190614-1200]
[2019-06-20 23:41:00] Installing
epp.package.java.executable.win32.win32.x86_64.eclipse
[4.12.0.20190614-1200]
[2019-06-20 23:41:00] Installing javaewah
[1.1.6.v20160919-1400]
[2019-06-20 23:41:00] Installing javax.annotation
[1.2.0.v201602091430]
[2019-06-20 23:41:00] Installing javax.el
[2.2.0.v201303151357]
[2019-06-20 23:41:00] Installing javax.inject
[1.0.0.v20091030]
[2019-06-20 23:41:00] Installing javax.servlet
[3.1.0.v201410161800]
[2019-06-20 23:41:00] Installing javax.servlet.jsp
[2.2.0.v201112011158]
[2019-06-20 23:41:00] Installing javax.xml
[1.3.4.v201005080400]
[2019-06-20 23:41:00] Installing net.i2p.crypto.eddsa
[0.3.0.v20181102-1323]
[2019-06-20 23:41:00] Installing org.apache.ant
[1.10.5.v20190526-1402]
[2019-06-20 23:41:00] Installing
org.apache.batik.constants [1.11.0.v20190515-0436]
[2019-06-20 23:41:00] Installing org.apache.batik.css
[1.11.0.v20190515-0436]
[2019-06-20 23:41:00] Installing org.apache.batik.i18n
[1.11.0.v20190515-0436]
[2019-06-20 23:41:00] Installing org.apache.batik.util
[1.11.0.v20190515-0436]
[2019-06-20 23:41:00] Installing
org.apache.commons.codec [1.10.0.v20180409-1845]
[2019-06-20 23:41:00] Installing
org.apache.commons.compress [1.18.0.v20181121-2221]
[2019-06-20 23:41:00] Installing
org.apache.commons.httpclient [3.1.0.v201012070820]
[2019-06-20 23:41:00] Installing org.apache.commons.io
[2.6.0.v20190123-2029]
[2019-06-20 23:41:00] Installing
org.apache.commons.jxpath [1.3.0.v200911051830]
[2019-06-20 23:41:00] Installing org.apache.commons.lang
[2.6.0.v201404270220]
[2019-06-20 23:41:00] Installing
org.apache.commons.lang3 [3.1.0.v201403281430]
[2019-06-20 23:41:00] Installing
org.apache.commons.logging [1.2.0.v20180409-1502]
[2019-06-20 23:41:00] Installing
org.apache.felix.gogo.command [1.0.2.v20170914-1324]
[2019-06-20 23:41:00] Installing
org.apache.felix.gogo.runtime [1.1.0.v20180713-1646]
[2019-06-20 23:41:00] Installing
org.apache.felix.gogo.shell [1.1.0.v20180713-1646]
[2019-06-20 23:41:00] Installing org.apache.felix.scr
[2.1.14.v20190123-1619]
[2019-06-20 23:41:00] Installing
org.apache.httpcomponents.httpclient
[4.5.6.v20190213-1430]
[2019-06-20 23:41:00] Installing org.apache.httpcomponents.httpclient.win
[4.5.6.v20190213-1947]
[2019-06-20 23:41:00] Installing
org.apache.httpcomponents.httpcore
[4.4.10.v20190123-2214]
[2019-06-20 23:41:00] Installing
org.apache.jasper.glassfish [2.2.2.v201501141630]
[2019-06-20 23:41:00] Installing org.apache.log4j
[1.2.15.v201012070815]
[2019-06-20 23:41:00] Installing
org.apache.lucene.analyzers-common
[8.0.0.v20190404-1858]
[2019-06-20 23:41:00] Installing
org.apache.lucene.analyzers-smartcn
[8.0.0.v20190404-1858]
[2019-06-20 23:41:00] Installing org.apache.lucene.core
[8.0.0.v20190404-1858]
[2019-06-20 23:41:00] Installing
org.apache.lucene.queryparser [6.1.0.v20161115-1612]
[2019-06-20 23:41:00] Installing org.apache.sshd.osgi
[2.2.0.v20190425-2127]
[2019-06-20 23:41:00] Installing org.apache.sshd.sftp
[2.2.0.v20190425-2127]
[2019-06-20 23:41:00] Installing
org.apache.ws.commons.util [1.0.1.v20100518-1140]
[2019-06-20 23:41:00] Installing org.apache.xerces
[2.9.0.v201101211617]
[2019-06-20 23:41:00] Installing org.apache.xml.resolver
[1.2.0.v201005080400]
[2019-06-20 23:41:00] Installing
org.apache.xml.serializer [2.7.1.v201005080400]
[2019-06-20 23:41:00] Installing org.apache.xmlgraphics
[2.3.0.v20190515-0436]
[2019-06-20 23:41:00] Installing org.apache.xmlrpc
[3.0.0.v20100427-1100]
[2019-06-20 23:41:00] Installing org.apiguardian
[1.0.0.v20190212-2109]
[2019-06-20 23:41:00] Installing org.bouncycastle.bcpg
[1.61.0.v20190602-1335]
[2019-06-20 23:41:00] Installing org.bouncycastle.bcpkix
[1.61.0.v20190602-1335]
[2019-06-20 23:41:00] Installing org.bouncycastle.bcprov
[1.61.0.v20190602-1335]
[2019-06-20 23:41:00] Installing org.eclipse.ant.core
[3.5.400.v20190510-0606]
[2019-06-20 23:41:00] Installing
org.eclipse.ant.launching [1.2.500.v20190510-0606]
[2019-06-20 23:41:00] Installing org.eclipse.ant.ui
[3.7.500.v20190518-1030]
[2019-06-20 23:41:00] Installing
org.eclipse.buildship.branding [3.1.0.v20190501-0832]
[2019-06-20 23:41:00] Installing
org.eclipse.buildship.core [3.1.0.v20190501-0832]
[2019-06-20 23:41:00] Installing
org.eclipse.buildship.feature.group
[3.1.0.v20190501-0832]
[2019-06-20 23:41:00] Installing
org.eclipse.buildship.feature.jar [3.1.0.v20190501-0832]
[2019-06-20 23:41:00] Installing
org.eclipse.buildship.stsmigration
[3.1.0.v20190501-0832]
[2019-06-20 23:41:00] Installing
org.eclipse.buildship.ui [3.1.0.v20190501-0832]
[2019-06-20 23:41:00] Installing org.eclipse.compare
[3.7.600.v20190519-2354]
[2019-06-20 23:41:00] Installing
org.eclipse.compare.core [3.6.500.v20190519-2354]
[2019-06-20 23:41:00] Installing
org.eclipse.compare.win32 [1.2.500.v20190519-2354]
[2019-06-20 23:41:00] Installing
org.eclipse.core.commands [3.9.400.v20190516-1358]
[2019-06-20 23:41:00] Installing
org.eclipse.core.contenttype [3.7.300.v20190215-2048]
[2019-06-20 23:41:00] Installing
org.eclipse.core.databinding [1.7.400.v20190513-2118]
[2019-06-20 23:41:00] Installing
org.eclipse.core.databinding.beans
[1.5.0.v20190510-1100]
[2019-06-20 23:41:00] Installing
org.eclipse.core.databinding.observable
[1.7.0.v20190515-0910]
[2019-06-20 23:41:00] Installing
org.eclipse.core.databinding.property
[1.7.0.v20190510-1100]
[2019-06-20 23:41:00] Installing
org.eclipse.core.expressions [3.6.400.v20190518-1240]
[2019-06-20 23:41:00] Installing
org.eclipse.core.externaltools [1.1.300.v20190510-0549]
[2019-06-20 23:41:00] Installing
org.eclipse.core.filebuffers [3.6.600.v20190519-2344]
[2019-06-20 23:41:00] Installing
org.eclipse.core.filesystem [1.7.400.v20190518-1151]
[2019-06-20 23:41:00] Installing
org.eclipse.core.filesystem.win32.x86_64
[1.4.100.v20180828-0158]
[2019-06-20 23:41:00] Installing org.eclipse.core.jobs
[3.10.400.v20190506-1457]
[2019-06-20 23:41:00] Installing org.eclipse.core.net
[1.3.500.v20190519-2354]
[2019-06-20 23:41:00] Installing
org.eclipse.core.net.win32.x86_64
[1.1.300.v20181126-0635]
[2019-06-20 23:41:00] Installing
org.eclipse.core.resources [3.13.400.v20190505-1655]
[2019-06-20 23:41:00] Installing
org.eclipse.core.resources.win32.x86_64
[3.5.300.v20181030-1942]
[2019-06-20 23:41:00] Installing
org.eclipse.core.runtime [3.15.300.v20190508-0543]
[2019-06-20 23:41:00] Installing
org.eclipse.core.variables [3.4.500.v20190510-0549]
[2019-06-20 23:41:00] Installing org.eclipse.debug.core
[3.13.300.v20190514-0832]
[2019-06-20 23:41:00] Installing org.eclipse.debug.ui
[3.14.100.v20190518-2143]
[2019-06-20 23:41:00] Installing org.eclipse.draw2d
[3.10.100.201606061308]
[2019-06-20 23:41:00] Installing
org.eclipse.e4.core.commands [0.12.600.v20190510-1100]
[2019-06-20 23:41:00] Installing
org.eclipse.e4.core.contexts [1.8.100.v20190518-1217]
[2019-06-20 23:41:00] Installing org.eclipse.e4.core.di
[1.7.200.v20190506-1457]
[2019-06-20 23:41:00] Installing
org.eclipse.e4.core.di.annotations
[1.6.400.v20190518-1217]
[2019-06-20 23:41:00] Installing
org.eclipse.e4.core.di.extensions
[0.15.300.v20190213-1308]
[2019-06-20 23:41:00] Installing
org.eclipse.e4.core.di.extensions.supplier
[0.15.300.v20190506-1457]
[2019-06-20 23:41:00] Installing
org.eclipse.e4.core.services [2.1.400.v20181215-2145]
[2019-06-20 23:41:00] Installing
org.eclipse.e4.emf.xpath [0.2.300.v20190513-2118]
[2019-06-20 23:41:00] Installing
org.eclipse.e4.rcp.feature.group
[1.6.500.v20190605-1801]
[2019-06-20 23:41:00] Installing
org.eclipse.e4.rcp.feature.jar [1.6.500.v20190605-1801]
[2019-06-20 23:41:00] Installing
org.eclipse.e4.ui.bindings [0.12.500.v20190510-1100]
[2019-06-20 23:41:00] Installing
org.eclipse.e4.ui.css.core [0.12.700.v20190513-2118]
[2019-06-20 23:41:00] Installing
org.eclipse.e4.ui.css.swt [0.13.500.v20190513-2118]
[2019-06-20 23:41:00] Installing
org.eclipse.e4.ui.css.swt.theme
[0.12.300.v20190510-1100]
[2019-06-20 23:41:00] Installing org.eclipse.e4.ui.di
[1.2.600.v20190510-1100]
[2019-06-20 23:41:00] Installing
org.eclipse.e4.ui.dialogs [1.1.500.v20190513-0736]
[2019-06-20 23:41:00] Installing
org.eclipse.e4.ui.model.workbench
[2.1.400.v20190513-2118]
[2019-06-20 23:41:00] Installing
org.eclipse.e4.ui.services [1.3.500.v20190513-2118]
[2019-06-20 23:41:00] Installing
org.eclipse.e4.ui.widgets [1.2.400.v20190510-1100]
[2019-06-20 23:41:00] Installing
org.eclipse.e4.ui.workbench [1.10.0.v20190529-1505]
[2019-06-20 23:41:00] Installing
org.eclipse.e4.ui.workbench.addons.swt
[1.3.500.v20190513-2118]
[2019-06-20 23:41:00] Installing
org.eclipse.e4.ui.workbench.renderers.swt
[0.14.700.v20190517-1525]
[2019-06-20 23:41:00] Installing
org.eclipse.e4.ui.workbench.swt
[0.14.600.v20190513-2118]
[2019-06-20 23:41:00] Installing
org.eclipse.e4.ui.workbench3 [0.15.100.v20190513-2118]
[2019-06-20 23:41:00] Installing org.eclipse.ecf
[3.9.3.v20190423-0625]
[2019-06-20 23:41:00] Installing
org.eclipse.ecf.core.feature.feature.group
[1.5.3.v20190423-0625]
[2019-06-20 23:41:00] Installing
org.eclipse.ecf.core.feature.feature.jar
[1.5.3.v20190423-0625]
[2019-06-20 23:41:00] Installing
org.eclipse.ecf.core.ssl.feature.feature.group
[1.1.200.v20190502-0212]
[2019-06-20 23:41:00] Installing
org.eclipse.ecf.core.ssl.feature.feature.jar
[1.1.200.v20190502-0212]
[2019-06-20 23:41:00] Installing
org.eclipse.ecf.filetransfer [5.0.100.v20180301-0132]
[2019-06-20 23:41:00] Installing
org.eclipse.ecf.filetransfer.feature.feature.group
[3.14.5.v20190423-0614]
[2019-06-20 23:41:00] Installing
org.eclipse.ecf.filetransfer.feature.feature.jar
[3.14.5.v20190423-0614]
[2019-06-20 23:41:00] Installing
org.eclipse.ecf.filetransfer.httpclient45.feature.feature.group
[1.0.0.v20190530-1947]
[2019-06-20 23:41:00] Installing
org.eclipse.ecf.filetransfer.httpclient45.feature.feature.jar
[1.0.0.v20190530-1947]
[2019-06-20 23:41:00] Installing
org.eclipse.ecf.filetransfer.ssl.feature.feature.group
[1.1.100.v20180301-0132]
[2019-06-20 23:41:00] Installing
org.eclipse.ecf.filetransfer.ssl.feature.feature.jar
[1.1.100.v20180301-0132]
[2019-06-20 23:41:00] Installing
org.eclipse.ecf.identity [3.9.1.v20181107-1749]
[2019-06-20 23:41:00] Installing
org.eclipse.ecf.provider.filetransfer
[3.2.400.v20180306-0429]
[2019-06-20 23:41:00] Installing
org.eclipse.ecf.provider.filetransfer.httpclient45
[1.0.0.v20190530-1947]
[2019-06-20 23:41:00] Installing
org.eclipse.ecf.provider.filetransfer.httpclient45.win32
[1.0.0.v20190502-2116]
[2019-06-20 23:41:00] Installing
org.eclipse.ecf.provider.filetransfer.ssl
[1.0.100.v20180301-0132]
[2019-06-20 23:41:00] Installing org.eclipse.ecf.ssl
[1.2.200.v20190502-0212]
[2019-06-20 23:41:00] Installing
org.eclipse.eclemma.core [3.1.2.201903112331]
[2019-06-20 23:41:00] Installing org.eclipse.eclemma.doc
[3.1.2.201903112331]
[2019-06-20 23:41:00] Installing
org.eclipse.eclemma.feature.feature.group
[3.1.2.201903112331]
[2019-06-20 23:41:00] Installing
org.eclipse.eclemma.feature.feature.jar
[3.1.2.201903112331]
[2019-06-20 23:41:00] Installing org.eclipse.eclemma.ui
[3.1.2.201903112331]
[2019-06-20 23:41:00] Installing org.eclipse.egit
[5.4.0.201906121030-r]
[2019-06-20 23:41:00] Installing org.eclipse.egit.core
[5.4.0.201906121030-r]
[2019-06-20 23:41:00] Installing org.eclipse.egit.doc
[5.4.0.201906121030-r]
[2019-06-20 23:41:00] Installing
org.eclipse.egit.feature.group [5.4.0.201906121030-r]
[2019-06-20 23:41:00] Installing
org.eclipse.egit.feature.jar [5.4.0.201906121030-r]
[2019-06-20 23:41:00] Installing
org.eclipse.egit.mylyn.feature.group
[5.4.0.201906121030-r]
[2019-06-20 23:41:00] Installing
org.eclipse.egit.mylyn.feature.jar
[5.4.0.201906121030-r]
[2019-06-20 23:41:00] Installing
org.eclipse.egit.mylyn.ui [5.4.0.201906121030-r]
[2019-06-20 23:41:00] Installing org.eclipse.egit.ui
[5.4.0.201906121030-r]
[2019-06-20 23:41:00] Installing org.eclipse.emf.common
[2.16.0.v20190528-0845]
[2019-06-20 23:41:00] Installing
org.eclipse.emf.common.feature.group
[2.16.0.v20190528-0845]
[2019-06-20 23:41:00] Installing
org.eclipse.emf.common.feature.jar
[2.16.0.v20190528-0845]
[2019-06-20 23:41:00] Installing
org.eclipse.emf.common.ui [2.18.0.v20190507-0402]
[2019-06-20 23:41:00] Installing
org.eclipse.emf.databinding [1.5.0.v20180706-1146]
[2019-06-20 23:41:00] Installing org.eclipse.emf.ecore
[2.18.0.v20190528-0845]
[2019-06-20 23:41:00] Installing
org.eclipse.emf.ecore.change [2.14.0.v20190528-0725]
[2019-06-20 23:41:00] Installing
org.eclipse.emf.ecore.edit [2.12.0.v20190226-1307]
[2019-06-20 23:41:00] Installing
org.eclipse.emf.ecore.feature.group
[2.18.0.v20190528-0845]
[2019-06-20 23:41:00] Installing
org.eclipse.emf.ecore.feature.jar
[2.18.0.v20190528-0845]
[2019-06-20 23:41:00] Installing
org.eclipse.emf.ecore.xmi [2.16.0.v20190528-0725]
[2019-06-20 23:41:00] Installing org.eclipse.emf.edit
[2.15.0.v20190528-0725]
[2019-06-20 23:41:00] Installing org.eclipse.emf.edit.ui
[2.16.0.v20181104-0733]
[2019-06-20 23:41:00] Installing
org.eclipse.epp.logging.aeri.core [2.0.7.v20180504-0806]
[2019-06-20 23:41:00] Installing
org.eclipse.epp.logging.aeri.feature.feature.group
[2.0.7.v20180504-0806]
[2019-06-20 23:41:00] Installing
org.eclipse.epp.logging.aeri.feature.feature.jar
[2.0.7.v20180504-0806]
[2019-06-20 23:41:00] Installing
org.eclipse.epp.logging.aeri.ide [2.0.7.v20180504-0806]
[2019-06-20 23:41:00] Installing
org.eclipse.epp.mpc.core [1.7.7.v20190521-1752]
[2019-06-20 23:41:00] Installing
org.eclipse.epp.mpc.core.win32 [1.7.7.v20190521-1752]
[2019-06-20 23:41:00] Installing
org.eclipse.epp.mpc.feature.group [1.7.7.v20190521-1752]
[2019-06-20 23:41:00] Installing
org.eclipse.epp.mpc.feature.jar [1.7.7.v20190521-1752]
[2019-06-20 23:41:00] Installing
org.eclipse.epp.mpc.help.ui [1.7.7.v20190521-1752]
[2019-06-20 23:41:00] Installing org.eclipse.epp.mpc.ui
[1.7.7.v20190521-1752]
[2019-06-20 23:41:00] Installing
org.eclipse.epp.mpc.ui.css [1.7.7.v20190521-1752]
[2019-06-20 23:41:00] Installing
org.eclipse.epp.package.common [4.12.0.20190614-1200]
[2019-06-20 23:41:00] Installing
org.eclipse.epp.package.common.feature.feature.group
[4.12.0.20190614-1200]
[2019-06-20 23:41:00] Installing
org.eclipse.epp.package.common.feature.feature.jar
[4.12.0.20190614-1200]
[2019-06-20 23:41:00] Installing
org.eclipse.epp.package.java [4.12.0.20190614-1200]
[2019-06-20 23:41:00] Installing
org.eclipse.epp.package.java.feature.feature.group
[4.12.0.20190614-1200]
[2019-06-20 23:41:00] Installing
org.eclipse.epp.package.java.feature.feature.jar
[4.12.0.20190614-1200]
[2019-06-20 23:41:00] Installing org.eclipse.equinox.app
[1.4.200.v20190516-1504]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.bidi [1.2.0.v20190514-1046]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.common [3.10.400.v20190516-1504]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.concurrent [1.1.300.v20190514-1046]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.console [1.3.300.v20190516-1504]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.event [1.5.100.v20190528-1257]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.frameworkadmin
[2.1.300.v20190318-1320]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.frameworkadmin.equinox
[1.1.100.v20180822-1258]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.http.jetty [3.7.100.v20190516-1504]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.http.registry
[1.1.700.v20190214-1948]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.http.servlet
[1.6.100.v20190516-1504]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.jsp.jasper [1.1.200.v20190214-1948]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.jsp.jasper.registry
[1.1.200.v20190214-1948]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.launcher [1.5.400.v20190515-0925]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.launcher.win32.win32.x86_64
[1.1.1000.v20190125-2016]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.artifact.repository
[1.3.100.v20190330-1646]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.console [1.1.100.v20180822-1258]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.core [2.6.0.v20190215-2242]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.core.feature.feature.group
[1.6.200.v20190516-1504]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.core.feature.feature.jar
[1.6.200.v20190516-1504]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.director [2.4.300.v20190215-2242]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.director.app
[1.1.200.v20180822-1302]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.directorywatcher
[1.2.200.v20190204-0752]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.discovery
[1.1.100.v20180822-1302]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.discovery.compatibility
[1.1.100.v20180822-1302]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.discovery.feature.feature.group
[1.2.200.v20190129-1112]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.discovery.feature.feature.jar
[1.2.200.v20190129-1112]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.engine [2.6.300.v20190318-1320]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.extensionlocation
[1.3.100.v20180822-1302]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.extras.feature.feature.group
[1.4.400.v20190516-1504]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.extras.feature.feature.jar
[1.4.400.v20190516-1504]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.garbagecollector
[1.1.100.v20180822-1302]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.jarprocessor
[1.1.200.v20180921-1009]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.metadata [2.4.400.v20190409-0548]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.metadata.repository
[1.3.100.v20180822-1302]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.operations
[2.5.400.v20190408-2008]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.publisher
[1.5.100.v20180822-1302]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.publisher.eclipse
[1.3.200.v20190329-1624]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.rcp.feature.feature.group
[1.4.400.v20190516-1504]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.rcp.feature.feature.jar
[1.4.400.v20190516-1504]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.reconciler.dropins
[1.3.0.v20181023-0914]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.repository
[2.4.400.v20190318-1320]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.repository.tools
[2.2.200.v20181102-0649]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.touchpoint.eclipse
[2.2.300.v20190215-2242]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.touchpoint.natives
[1.3.200.v20180921-1019]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.transport.ecf
[1.2.100.v20180822-1354]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.ui [2.5.500.v20190220-1158]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.ui.discovery
[1.1.100.v20180822-1357]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.ui.importexport
[1.2.100.v20180827-1122]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.ui.sdk [1.1.200.v20181214-0802]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.ui.sdk.scheduler
[1.4.200.v20181102-0649]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.updatechecker
[1.2.100.v20180827-1122]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.updatesite
[1.1.100.v20180827-1122]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.user.ui.feature.group
[2.4.400.v20190516-1504]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.p2.user.ui.feature.jar
[2.4.400.v20190516-1504]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.preferences [3.7.400.v20190516-1504]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.registry [3.8.400.v20190516-1504]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.security [1.3.200.v20190516-1504]
[2019-06-20 23:41:00] Installing
org.eclipse.equinox.security.ui [1.2.300.v20190514-1046]
[2019-06-20 23:41:01] Installing
org.eclipse.equinox.security.win32.x86_64
[1.1.100.v20180827-1235]
[2019-06-20 23:41:01] Installing
org.eclipse.equinox.simpleconfigurator
[1.3.200.v20181101-1115]
[2019-06-20 23:41:01] Installing
org.eclipse.equinox.simpleconfigurator.manipulator
[2.1.200.v20181123-1405]
[2019-06-20 23:41:01] Installing
org.eclipse.equinox.util [1.1.200.v20181008-1820]
[2019-06-20 23:41:01] Installing org.eclipse.gef
[3.11.0.201606061308]
[2019-06-20 23:41:01] Installing org.eclipse.help
[3.8.400.v20190423-0921]
[2019-06-20 23:41:01] Installing org.eclipse.help.base
[4.2.600.v20190605-1800]
[2019-06-20 23:41:01] Installing
org.eclipse.help.feature.group [2.2.600.v20190605-1800]
[2019-06-20 23:41:01] Installing
org.eclipse.help.feature.jar [2.2.600.v20190605-1800]
[2019-06-20 23:41:01] Installing org.eclipse.help.ui
[4.1.500.v20190519-2119]
[2019-06-20 23:41:01] Installing org.eclipse.help.webapp
[3.9.500.v20190517-1202]
[2019-06-20 23:41:01] Installing org.eclipse.jdt
[3.18.0.v20190605-1800]
[2019-06-20 23:41:01] Installing
org.eclipse.jdt.annotation [2.2.300.v20190328-1431]
[2019-06-20 23:41:01] Installing
org.eclipse.jdt.apt.core [3.6.400.v20190328-1431]
[2019-06-20 23:41:01] Installing
org.eclipse.jdt.apt.pluggable.core
[1.2.300.v20181206-1038]
[2019-06-20 23:41:01] Installing org.eclipse.jdt.apt.ui
[3.6.200.v20180921-1416]
[2019-06-20 23:41:01] Installing
org.eclipse.jdt.compiler.apt [1.3.600.v20190402-0634]
[2019-06-20 23:41:01] Installing
org.eclipse.jdt.compiler.tool [1.2.600.v20190322-0450]
[2019-06-20 23:41:01] Installing org.eclipse.jdt.core
[3.18.0.v20190522-0428]
[2019-06-20 23:41:01] Installing
org.eclipse.jdt.core.manipulation
[1.11.200.v20190520-0718]
[2019-06-20 23:41:01] Installing org.eclipse.jdt.debug
[3.13.0.v20190521-1707]
[2019-06-20 23:41:01] Installing
org.eclipse.jdt.debug.ui [3.10.300.v20190528-0604]
[2019-06-20 23:41:01] Installing
org.eclipse.jdt.doc.user [3.15.300.v20190604-0816]
[2019-06-20 23:41:01] Installing
org.eclipse.jdt.feature.group [3.18.0.v20190605-1800]
[2019-06-20 23:41:01] Installing
org.eclipse.jdt.feature.jar [3.18.0.v20190605-1800]
[2019-06-20 23:41:01] Installing org.eclipse.jdt.junit
[3.11.400.v20190510-0840]
[2019-06-20 23:41:01] Installing
org.eclipse.jdt.junit.core [3.10.300.v20190510-0840]
[2019-06-20 23:41:01] Installing
org.eclipse.jdt.junit.runtime [3.4.1000.v20190510-0840]
[2019-06-20 23:41:01] Installing
org.eclipse.jdt.junit4.runtime [1.1.1000.v20190510-0840]
[2019-06-20 23:41:01] Installing
org.eclipse.jdt.junit5.runtime [1.0.500.v20190510-0840]
[2019-06-20 23:41:01] Installing
org.eclipse.jdt.launching [3.14.0.v20190508-0531]
[2019-06-20 23:41:01] Installing org.eclipse.jdt.ui
[3.18.0.v20190601-2139]
[2019-06-20 23:41:01] Installing org.eclipse.jem.util
[2.1.201.v201903222010]
[2019-06-20 23:41:01] Installing
org.eclipse.jetty.continuation [9.4.18.v20190429]
[2019-06-20 23:41:01] Installing org.eclipse.jetty.http
[9.4.18.v20190429]
[2019-06-20 23:41:01] Installing org.eclipse.jetty.io
[9.4.18.v20190429]
[2019-06-20 23:41:01] Installing
org.eclipse.jetty.security [9.4.18.v20190429]
[2019-06-20 23:41:01] Installing
org.eclipse.jetty.server [9.4.18.v20190429]
[2019-06-20 23:41:01] Installing
org.eclipse.jetty.servlet [9.4.18.v20190429]
[2019-06-20 23:41:01] Installing org.eclipse.jetty.util
[9.4.18.v20190429]
[2019-06-20 23:41:01] Installing org.eclipse.jface
[3.16.0.v20190528-0922]
[2019-06-20 23:41:01] Installing
org.eclipse.jface.databinding [1.9.0.v20190519-0933]
[2019-06-20 23:41:01] Installing org.eclipse.jface.text
[3.15.200.v20190519-2344]
[2019-06-20 23:41:01] Installing org.eclipse.jgit
[5.4.0.201906121030-r]
[2019-06-20 23:41:01] Installing
org.eclipse.jgit.archive [5.4.0.201906121030-r]
[2019-06-20 23:41:01] Installing
org.eclipse.jgit.feature.group [5.4.0.201906121030-r]
[2019-06-20 23:41:01] Installing
org.eclipse.jgit.feature.jar [5.4.0.201906121030-r]
[2019-06-20 23:41:01] Installing
org.eclipse.jgit.ssh.apache [5.4.0.201906121030-r]
[2019-06-20 23:41:01] Installing
org.eclipse.jgit.ssh.apache.feature.group
[5.4.0.201906121030-r]
[2019-06-20 23:41:01] Installing
org.eclipse.jgit.ssh.apache.feature.jar
[5.4.0.201906121030-r]
[2019-06-20 23:41:01] Installing org.eclipse.jsch.core
[1.3.500.v20190413-1338]
[2019-06-20 23:41:01] Installing org.eclipse.jsch.ui
[1.3.500.v20190519-2354]
[2019-06-20 23:41:01] Installing
org.eclipse.ltk.core.refactoring
[3.10.100.v20190510-0840]
[2019-06-20 23:41:01] Installing
org.eclipse.ltk.ui.refactoring [3.9.400.v20190510-0840]
[2019-06-20 23:41:01] Installing
org.eclipse.m2e.archetype.common [1.12.0.20190529-1915]
[2019-06-20 23:41:01] Installing
org.eclipse.m2e.binaryproject [1.12.0.20190529-1916]
[2019-06-20 23:41:01] Installing
org.eclipse.m2e.binaryproject.ui [1.12.0.20190529-1916]
[2019-06-20 23:41:01] Installing org.eclipse.m2e.core
[1.12.0.20190529-1916]
[2019-06-20 23:41:01] Installing org.eclipse.m2e.core.ui
[1.12.0.20190529-1916]
[2019-06-20 23:41:01] Installing
org.eclipse.m2e.discovery [1.12.0.20190529-1916]
[2019-06-20 23:41:01] Installing org.eclipse.m2e.editor
[1.12.0.20190529-1916]
[2019-06-20 23:41:01] Installing
org.eclipse.m2e.editor.xml [1.12.0.20190529-1916]
[2019-06-20 23:41:01] Installing
org.eclipse.m2e.feature.feature.group
[1.12.0.20190529-1916]
[2019-06-20 23:41:01] Installing
org.eclipse.m2e.feature.feature.jar
[1.12.0.20190529-1916]
[2019-06-20 23:41:01] Installing
org.eclipse.m2e.importer [1.12.0.20190529-1916]
[2019-06-20 23:41:01] Installing org.eclipse.m2e.jdt
[1.12.0.20190529-1916]
[2019-06-20 23:41:01] Installing org.eclipse.m2e.jdt.ui
[1.12.0.20190529-1916]
[2019-06-20 23:41:01] Installing
org.eclipse.m2e.launching [1.12.0.20190529-1916]
[2019-06-20 23:41:01] Installing
org.eclipse.m2e.lifecyclemapping.defaults
[1.12.0.20190529-1916]
[2019-06-20 23:41:01] Installing
org.eclipse.m2e.logback.appender [1.12.0.20190529-1916]
[2019-06-20 23:41:01] Installing
org.eclipse.m2e.logback.configuration
[1.12.0.20190529-1916]
[2019-06-20 23:41:01] Installing
org.eclipse.m2e.logback.feature.feature.group
[1.12.0.20190529-1916]
[2019-06-20 23:41:01] Installing
org.eclipse.m2e.logback.feature.feature.jar
[1.12.0.20190529-1916]
[2019-06-20 23:41:01] Installing
org.eclipse.m2e.maven.indexer [1.12.0.20190529-1915]
[2019-06-20 23:41:01] Installing
org.eclipse.m2e.maven.runtime [1.12.0.20190529-1915]
[2019-06-20 23:41:01] Installing
org.eclipse.m2e.maven.runtime.slf4j.simple
[1.12.0.20190529-1915]
[2019-06-20 23:41:01] Installing
org.eclipse.m2e.model.edit [1.12.0.20190529-1916]
[2019-06-20 23:41:01] Installing
org.eclipse.m2e.profiles.core [1.12.0.20190529-1916]
[2019-06-20 23:41:01] Installing
org.eclipse.m2e.profiles.ui [1.12.0.20190529-1916]
[2019-06-20 23:41:01] Installing
org.eclipse.m2e.refactoring [1.12.0.20190529-1916]
[2019-06-20 23:41:01] Installing org.eclipse.m2e.scm
[1.12.0.20190529-1916]
[2019-06-20 23:41:01] Installing
org.eclipse.m2e.sourcelookup [1.12.0.20190529-1916]
[2019-06-20 23:41:01] Installing
org.eclipse.m2e.sourcelookup.ui [1.12.0.20190529-1916]
[2019-06-20 23:41:01] Installing
org.eclipse.m2e.workspace.cli [0.3.1]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.bugzilla.core [3.24.2.v20180905-0003]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.bugzilla.ide [3.24.2.v20180905-0014]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.bugzilla.ui [3.24.2.v20180905-0003]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.bugzilla_feature.feature.group
[3.24.2.v20180905-0003]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.bugzilla_feature.feature.jar
[3.24.2.v20180905-0003]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.builds.core [1.16.0.v20170629-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.builds.feature.group
[1.16.0.v20180905-1907]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.builds.feature.jar
[1.16.0.v20180905-1907]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.builds.ui [1.16.0.v20170629-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.commons.core [3.24.2.v20180904-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.commons.feature.group
[3.24.2.v20180904-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.commons.feature.jar
[3.24.2.v20180904-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.commons.identity.core
[1.16.0.v20180904-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.commons.identity.feature.group
[1.16.0.v20180904-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.commons.identity.feature.jar
[1.16.0.v20180904-2231]
[2019-06-20 23:41:01] Installing org.eclipse.mylyn.commons.net
[3.24.2.v20180904-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.commons.notifications.core
[1.16.0.v20180904-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.commons.notifications.feature.group
[1.16.0.v20180904-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.commons.notifications.feature.jar
[1.16.0.v20180904-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.commons.notifications.feed
[1.16.0.v20180904-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.commons.notifications.ui
[1.16.0.v20180904-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.commons.repositories.core
[1.16.0.v20180904-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.commons.repositories.feature.group
[1.16.0.v20180904-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.commons.repositories.feature.jar
[1.16.0.v20180904-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.commons.repositories.http.core
[1.16.0.v20180904-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.commons.repositories.http.feature.group
[1.16.0.v20180904-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.commons.repositories.http.feature.jar
[1.16.0.v20180904-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.commons.repositories.ui
[1.16.0.v20180904-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.commons.screenshots
[3.24.2.v20180904-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.commons.ui [3.24.2.v20180904-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.commons.workbench
[3.24.2.v20180904-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.commons.xmlrpc [3.24.2.v20180904-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.context.core [3.24.2.v20180905-0014]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.context.tasks.ui
[3.24.2.v20180905-0014]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.context.ui [3.24.2.v20180905-0014]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.context_feature.feature.group
[3.24.2.v20180905-0014]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.context_feature.feature.jar
[3.24.2.v20180905-0014]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.debug.ui [3.24.2.v20180905-0014]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.discovery.core [3.24.2.v20180904-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.discovery.feature.group
[3.24.2.v20180904-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.discovery.feature.jar
[3.24.2.v20180904-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.discovery.ui [3.24.2.v20180904-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.git.core [1.16.0.v20170629-1738]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.git.feature.group
[1.16.0.v20170629-1738]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.git.feature.jar
[1.16.0.v20170629-1738]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.git.ui [1.16.0.v20170629-1738]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.help.ui [3.24.2.v20180905-0003]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.hudson.core [1.16.0.v20180403-2055]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.hudson.feature.group
[1.16.0.v20180403-2055]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.hudson.feature.jar
[1.16.0.v20180403-2055]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.hudson.ui [1.16.0.v20170629-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.ide.ant [3.24.2.v20180905-0014]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.ide.ui [3.24.2.v20180905-0014]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.ide_feature.feature.group
[3.24.2.v20180905-0014]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.ide_feature.feature.jar
[3.24.2.v20180905-0014]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.java.tasks [3.24.2.v20180905-0014]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.java.ui [3.24.2.v20180905-0014]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.java_feature.feature.group
[3.24.2.v20180905-0014]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.java_feature.feature.jar
[3.24.2.v20180905-0014]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.monitor.core [3.24.2.v20180904-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.monitor.feature.group
[3.24.2.v20180904-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.monitor.feature.jar
[3.24.2.v20180904-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.monitor.ui [3.24.2.v20180904-2231]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.resources.ui [3.24.2.v20180905-0014]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.tasks.bugs [3.24.2.v20180905-0003]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.tasks.core [3.24.2.v20180905-0003]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.tasks.ide.feature.group
[3.24.2.v20180905-0003]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.tasks.ide.feature.jar
[3.24.2.v20180905-0003]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.tasks.index.core
[3.24.2.v20180905-0003]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.tasks.index.ui [3.24.2.v20180905-0003]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.tasks.search [3.24.2.v20180905-0003]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.tasks.ui [3.24.2.v20180905-0003]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.team.ui [3.24.2.v20180905-0014]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.team_feature.feature.group
[3.24.2.v20180905-0014]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.team_feature.feature.jar
[3.24.2.v20180905-0014]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.versions.core [1.16.0.v20170629-1738]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.versions.feature.group
[1.16.0.v20170629-1738]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.versions.feature.jar
[1.16.0.v20170629-1738]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.versions.ui [1.16.0.v20170629-1738]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.wikitext [3.0.29.20181217192207]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.wikitext.ant [3.0.29.20181217192207]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.wikitext.asciidoc
[3.0.29.20181217192207]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.wikitext.asciidoc.ui
[3.0.29.201812180023]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.wikitext.confluence
[3.0.29.20181217192207]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.wikitext.confluence.ui
[3.0.29.201812180023]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.wikitext.context.ui
[3.0.29.201812180023]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.wikitext.editors_feature.feature.group
[3.0.29.201812180023]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.wikitext.editors_feature.feature.jar
[3.0.29.201812180023]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.wikitext.help.ui [3.0.29.201812180023]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.wikitext.html [3.0.29.20181217192207]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.wikitext.markdown
[3.0.29.20181217192207]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.wikitext.markdown.ui
[3.0.29.201812180023]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.wikitext.mediawiki
[3.0.29.20181217192207]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.wikitext.mediawiki.ui
[3.0.29.201812180023]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.wikitext.osgi [3.0.29.201812180023]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.wikitext.tasks.ui
[3.0.29.201812180023]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.wikitext.textile
[3.0.29.20181217192207]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.wikitext.textile.ui
[3.0.29.201812180023]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.wikitext.tracwiki
[3.0.29.20181217192207]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.wikitext.tracwiki.ui
[3.0.29.201812180023]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.wikitext.twiki [3.0.29.20181217192207]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.wikitext.twiki.ui
[3.0.29.201812180023]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.wikitext.ui [3.0.29.201812180023]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.wikitext_feature.feature.group
[3.0.29.201812180023]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn.wikitext_feature.feature.jar
[3.0.29.201812180023]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn_feature.feature.group
[3.24.2.v20180905-0003]
[2019-06-20 23:41:01] Installing
org.eclipse.mylyn_feature.feature.jar
[3.24.2.v20180905-0003]
[2019-06-20 23:41:01] Installing
org.eclipse.nebula.widgets.tablecombo
[1.2.0.201906101644]
[2019-06-20 23:41:01] Installing org.eclipse.oomph.base
[1.11.0.v20190525-1219]
[2019-06-20 23:41:01] Installing
org.eclipse.oomph.base.edit [1.11.0.v20190525-1219]
[2019-06-20 23:41:01] Installing
org.eclipse.oomph.extractor.lib [1.6.0.v20190410-0601]
[2019-06-20 23:41:01] Installing
org.eclipse.oomph.jreinfo [1.11.0.v20190523-0419]
[2019-06-20 23:41:01] Installing
org.eclipse.oomph.jreinfo.ui [1.10.0.v20180706-1242]
[2019-06-20 23:41:01] Installing
org.eclipse.oomph.jreinfo.win32.x86_64
[1.5.0.v20190410-0601]
[2019-06-20 23:41:01] Installing org.eclipse.oomph.p2
[1.10.0.v20180706-1242]
[2019-06-20 23:41:01] Installing
org.eclipse.oomph.p2.core [1.12.0.v20190527-1611]
[2019-06-20 23:41:01] Installing
org.eclipse.oomph.p2.doc [1.10.0.v20180706-1242]
[2019-06-20 23:41:01] Installing
org.eclipse.oomph.p2.edit [1.11.0.v20190323-1130]
[2019-06-20 23:41:01] Installing
org.eclipse.oomph.p2.feature.group
[1.12.0.v20190527-1611]
[2019-06-20 23:41:01] Installing
org.eclipse.oomph.p2.feature.jar [1.12.0.v20190527-1611]
[2019-06-20 23:41:01] Installing org.eclipse.oomph.p2.ui
[1.10.0.v20180829-1028]
[2019-06-20 23:41:01] Installing
org.eclipse.oomph.predicates [1.10.0.v20180706-1242]
[2019-06-20 23:41:01] Installing
org.eclipse.oomph.predicates.edit
[1.10.0.v20180706-1242]
[2019-06-20 23:41:01] Installing
org.eclipse.oomph.preferences [1.10.0.v20180706-1242]
[2019-06-20 23:41:01] Installing
org.eclipse.oomph.resources [1.11.0.v20190523-0419]
[2019-06-20 23:41:01] Installing
org.eclipse.oomph.resources.edit [1.10.0.v20180706-1242]
[2019-06-20 23:41:01] Installing org.eclipse.oomph.setup
[1.13.0.v20190530-1228]
[2019-06-20 23:41:01] Installing
org.eclipse.oomph.setup.core [1.13.0.v20190531-1228]
[2019-06-20 23:41:01] Installing
org.eclipse.oomph.setup.core.feature.group
[1.13.0.v20190531-1228]
[2019-06-20 23:41:01] Installing
org.eclipse.oomph.setup.core.feature.jar
[1.13.0.v20190531-1228]
[2019-06-20 23:41:01] Installing
org.eclipse.oomph.setup.doc [1.10.0.v20180706-1242]
[2019-06-20 23:41:01] Installing
org.eclipse.oomph.setup.edit [1.13.0.v20190526-0607]
[2019-06-20 23:41:01] Installing
org.eclipse.oomph.setup.editor [1.13.0.v20190527-0708]
[2019-06-20 23:41:01] Installing
org.eclipse.oomph.setup.feature.group
[1.13.0.v20190531-1228]
[2019-06-20 23:41:01] Installing
org.eclipse.oomph.setup.feature.jar
[1.13.0.v20190531-1228]
[2019-06-20 23:41:01] Installing
org.eclipse.oomph.setup.p2 [1.11.0.v20190530-1228]
[2019-06-20 23:41:01] Installing
org.eclipse.oomph.setup.p2.edit [1.10.0.v20180706-1242]
[2019-06-20 23:41:01] Installing
org.eclipse.oomph.setup.sync [1.10.0.v20180706-1242]
[2019-06-20 23:41:01] Installing
org.eclipse.oomph.setup.ui [1.13.0.v20190526-0710]
[2019-06-20 23:41:01] Installing
org.eclipse.oomph.setup.ui.questionnaire
[1.10.0.v20180706-1242]
[2019-06-20 23:41:01] Installing org.eclipse.oomph.ui
[1.11.0.v20190528-0708]
[2019-06-20 23:41:01] Installing org.eclipse.oomph.util
[1.11.0.v20190323-1109]
[2019-06-20 23:41:01] Installing
org.eclipse.oomph.workingsets [1.10.0.v20180706-1242]
[2019-06-20 23:41:01] Installing
org.eclipse.oomph.workingsets.edit
[1.10.0.v20180706-1242]
[2019-06-20 23:41:01] Installing
org.eclipse.oomph.workingsets.editor
[1.10.0.v20180904-1112]
[2019-06-20 23:41:01] Installing org.eclipse.osgi
[3.14.0.v20190517-1309]
[2019-06-20 23:41:01] Installing
org.eclipse.osgi.compatibility.state
[1.1.500.v20190516-1407]
[2019-06-20 23:41:01] Installing
org.eclipse.osgi.services [3.8.0.v20190206-2147]
[2019-06-20 23:41:01] Installing org.eclipse.osgi.util
[3.5.200.v20190115-2323]
[2019-06-20 23:41:01] Installing org.eclipse.platform
[4.12.0.v20190605-1800]
[2019-06-20 23:41:01] Installing
org.eclipse.platform.doc.user [4.12.0.v20190604-0816]
[2019-06-20 23:41:01] Installing
org.eclipse.platform.feature.group
[4.12.0.v20190605-1801]
[2019-06-20 23:41:01] Installing
org.eclipse.platform.feature.jar [4.12.0.v20190605-1801]
[2019-06-20 23:41:01] Installing
org.eclipse.platform.ide [4.12.0.I20190605-1800]
[2019-06-20 23:41:01] Installing
org.eclipse.platform.ide.executable.win32.win32.x86_64
[4.12.0.I20190605-1800]
[2019-06-20 23:41:01] Installing
org.eclipse.platform.ide.executable.win32.win32.x86_64.eclipse
[4.12.0.I20190605-1800]
[2019-06-20 23:41:01] Installing
org.eclipse.platform_root [4.12.0.v20190605-1801]
[2019-06-20 23:41:01] Installing org.eclipse.rcp
[4.12.0.v20190605-1800]
[2019-06-20 23:41:01] Installing
org.eclipse.rcp.feature.group [4.12.0.v20190605-1801]
[2019-06-20 23:41:01] Installing
org.eclipse.rcp.feature.jar [4.12.0.v20190605-1801]
[2019-06-20 23:41:01] Installing org.eclipse.rcp_root
[4.12.0.v20190605-1801]
[2019-06-20 23:41:01] Installing org.eclipse.search
[3.11.600.v20190519-2344]
[2019-06-20 23:41:01] Installing org.eclipse.swt
[3.111.0.v20190605-1801]
[2019-06-20 23:41:01] Installing
org.eclipse.swt.win32.win32.x86_64
[3.111.0.v20190605-1801]
[2019-06-20 23:41:01] Installing org.eclipse.team.core
[3.8.600.v20190519-2354]
[2019-06-20 23:41:01] Installing
org.eclipse.team.genericeditor.diff.extension
[1.0.300.v20190519-2354]
[2019-06-20 23:41:01] Installing org.eclipse.team.ui
[3.8.500.v20190519-2354]
[2019-06-20 23:41:01] Installing org.eclipse.text
[3.8.200.v20190519-2344]
[2019-06-20 23:41:01] Installing org.eclipse.tips.core
[0.1.400.v20190402-1511]
[2019-06-20 23:41:01] Installing
org.eclipse.tips.feature.feature.group
[0.2.500.v20190402-1511]
[2019-06-20 23:41:01] Installing
org.eclipse.tips.feature.feature.jar
[0.2.500.v20190402-1511]
[2019-06-20 23:41:01] Installing org.eclipse.tips.ide
[0.1.500.v20190402-1511]
[2019-06-20 23:41:01] Installing org.eclipse.tips.json
[0.1.400.v20190402-1511]
[2019-06-20 23:41:01] Installing org.eclipse.tips.ui
[0.1.500.v20190402-1511]
[2019-06-20 23:41:01] Installing org.eclipse.ui
[3.113.0.v20190513-2118]
[2019-06-20 23:41:01] Installing org.eclipse.ui.browser
[3.6.400.v20190513-2118]
[2019-06-20 23:41:01] Installing
org.eclipse.ui.cheatsheets [3.5.400.v20190218-1039]
[2019-06-20 23:41:01] Installing org.eclipse.ui.console
[3.8.500.v20190514-0743]
[2019-06-20 23:41:01] Installing org.eclipse.ui.editors
[3.11.500.v20190519-2344]
[2019-06-20 23:41:01] Installing
org.eclipse.ui.externaltools [3.4.300.v20190510-0549]
[2019-06-20 23:41:01] Installing org.eclipse.ui.forms
[3.8.0.v20190519-1034]
[2019-06-20 23:41:01] Installing
org.eclipse.ui.genericeditor [1.1.400.v20190519-2344]
[2019-06-20 23:41:01] Installing org.eclipse.ui.ide
[3.15.200.v20190519-2104]
[2019-06-20 23:41:01] Installing
org.eclipse.ui.ide.application [1.3.300.v20190513-2118]
[2019-06-20 23:41:01] Installing org.eclipse.ui.intro
[3.5.600.v20190329-1257]
[2019-06-20 23:41:01] Installing
org.eclipse.ui.intro.quicklinks [1.0.300.v20180821-0700]
[2019-06-20 23:41:01] Installing
org.eclipse.ui.intro.universal [3.3.500.v20190315-1216]
[2019-06-20 23:41:01] Installing
org.eclipse.ui.monitoring [1.1.400.v20190517-1612]
[2019-06-20 23:41:01] Installing
org.eclipse.ui.navigator [3.8.0.v20190519-2104]
[2019-06-20 23:41:01] Installing
org.eclipse.ui.navigator.resources
[3.6.500.v20190519-2104]
[2019-06-20 23:41:01] Installing org.eclipse.ui.net
[1.3.400.v20190519-2354]
[2019-06-20 23:41:01] Installing org.eclipse.ui.themes
[1.2.600.v20190513-0458]
[2019-06-20 23:41:01] Installing org.eclipse.ui.views
[3.9.400.v20190517-1612]
[2019-06-20 23:41:01] Installing
org.eclipse.ui.views.log [1.2.600.v20190519-1034]
[2019-06-20 23:41:01] Installing
org.eclipse.ui.views.properties.tabbed
[3.8.500.v20190513-2118]
[2019-06-20 23:41:01] Installing org.eclipse.ui.win32
[3.4.200.v20190513-2118]
[2019-06-20 23:41:01] Installing
org.eclipse.ui.workbench [3.115.0.v20190521-1602]
[2019-06-20 23:41:01] Installing
org.eclipse.ui.workbench.texteditor
[3.12.0.v20190519-2344]
[2019-06-20 23:41:01] Installing
org.eclipse.update.configurator [3.4.300.v20190518-1030]
[2019-06-20 23:41:01] Installing org.eclipse.urischeme
[1.0.300.v20190514-0858]
[2019-06-20 23:41:01] Installing org.eclipse.userstorage
[1.2.0.v20190307-0457]
[2019-06-20 23:41:01] Installing
org.eclipse.userstorage.feature.group
[1.2.0.v20190308-0433]
[2019-06-20 23:41:01] Installing
org.eclipse.userstorage.feature.jar
[1.2.0.v20190308-0433]
[2019-06-20 23:41:01] Installing
org.eclipse.userstorage.oauth [1.1.0.v20190307-0457]
[2019-06-20 23:41:01] Installing
org.eclipse.userstorage.ui [1.1.0.v20190307-0457]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.common.core [1.3.0.v201903222010]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.common.emf [1.2.600.v201903222010]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.common.emfworkbench.integration
[1.2.101.v201903222010]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.common.environment
[1.0.400.v201903222010]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.common.frameworks
[1.2.201.v201903222010]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.common.frameworks.ui
[1.2.400.v201903222010]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.common.infopop [1.0.300.v201903222010]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.common.modulecore
[1.3.100.v201903222010]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.common.modulecore.ui
[1.0.301.v201903222010]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.common.project.facet.core
[1.4.400.v201903222010]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.common.snippets [1.2.500.v201811170421]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.common.ui [1.1.700.v201905071717]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.common.uriresolver
[1.2.300.v201903222010]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.common_core.feature.feature.group
[3.10.100.v201904082145]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.common_core.feature.feature.jar
[3.10.100.v201904082145]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.common_ui.feature.feature.group
[3.11.0.v201905071717]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.common_ui.feature.feature.jar
[3.11.0.v201905071717]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.dtd.core [1.2.0.v201903222120]
[2019-06-20 23:41:01] Installing org.eclipse.wst.dtd.ui
[1.1.200.v201904272112]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.dtd.ui.infopop [1.0.400.v201903222120]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.dtdeditor.doc.user [1.1.0.v201903222120]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.internet.cache [1.0.800.v201903222010]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.sse.core [1.2.100.v201901310548]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.sse.doc.user [1.2.0.v201903222120]
[2019-06-20 23:41:01] Installing org.eclipse.wst.sse.ui
[1.6.0.v201905291408]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.sse.ui.infopop [1.0.300.v201903222120]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.standard.schemas [1.0.800.v201901071922]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.validation [1.2.800.v201904082137]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.validation.infopop
[1.0.300.v201903222010]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.validation.ui [1.2.600.v201903222010]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.xml.core [1.2.200.v201901071922]
[2019-06-20 23:41:01] Installing org.eclipse.wst.xml.ui
[1.2.300.v201904272112]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.xml.ui.infopop [1.0.400.v201903222120]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.xml_core.feature.feature.group
[3.13.0.v201903222120]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.xml_core.feature.feature.jar
[3.13.0.v201903222120]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.xml_ui.feature.feature.group
[3.14.0.v201905291408]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.xml_ui.feature.feature.jar
[3.14.0.v201905291408]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.xml_userdoc.feature.feature.group
[3.11.0.v201903222120]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.xml_userdoc.feature.feature.jar
[3.11.0.v201903222120]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.xmleditor.doc.user [1.1.0.v201903222120]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.xsd.core [1.2.0.v201901071922]
[2019-06-20 23:41:01] Installing org.eclipse.wst.xsd.ui
[1.3.300.v201904272112]
[2019-06-20 23:41:01] Installing
org.eclipse.wst.xsdeditor.doc.user
[1.0.800.v201903222120]
[2019-06-20 23:41:01] Installing org.eclipse.xsd
[2.16.0.v20190321-1341]
[2019-06-20 23:41:01] Installing org.eclipse.xsd.edit
[2.10.0.v20180706-1143]
[2019-06-20 23:41:01] Installing org.gradle.toolingapi
[5.4.0.v20190501-0832]
[2019-06-20 23:41:01] Installing org.hamcrest.core
[1.3.0.v20180420-1519]
[2019-06-20 23:41:01] Installing org.jacoco.agent
[0.8.3.v20190219-1601]
[2019-06-20 23:41:01] Installing org.jacoco.core
[0.8.3.v20190219-1601]
[2019-06-20 23:41:01] Installing org.jacoco.report
[0.8.3.v20190219-1601]
[2019-06-20 23:41:01] Installing org.jsoup
[1.8.3.v20181012-1713]
[2019-06-20 23:41:01] Installing org.junit
[4.12.0.v201504281640]
[2019-06-20 23:41:01] Installing org.junit.jupiter.api
[5.4.0.v20190212-2109]
[2019-06-20 23:41:01] Installing
org.junit.jupiter.engine [5.4.0.v20190212-2109]
[2019-06-20 23:41:01] Installing
org.junit.jupiter.migrationsupport
[5.4.0.v20190212-2109]
[2019-06-20 23:41:01] Installing
org.junit.jupiter.params [5.4.0.v20190212-2109]
[2019-06-20 23:41:01] Installing
org.junit.platform.commons [1.4.0.v20190212-2109]
[2019-06-20 23:41:01] Installing
org.junit.platform.engine [1.4.0.v20190212-2109]
[2019-06-20 23:41:01] Installing
org.junit.platform.launcher [1.4.0.v20190212-2109]
[2019-06-20 23:41:01] Installing
org.junit.platform.runner [1.4.0.v20190212-2109]
[2019-06-20 23:41:01] Installing
org.junit.platform.suite.api [1.4.0.v20190212-2109]
[2019-06-20 23:41:01] Installing
org.junit.vintage.engine [5.4.0.v20190212-2109]
[2019-06-20 23:41:01] Installing org.maven.ide.eclipse
[1.12.0.20190529-1916]
[2019-06-20 23:41:01] Installing org.objectweb.asm
[7.0.0.v20181030-2244]
[2019-06-20 23:41:01] Installing
org.objectweb.asm.commons [7.0.0.v20181030-2244]
[2019-06-20 23:41:01] Installing org.objectweb.asm.tree
[7.0.0.v20181030-2244]
[2019-06-20 23:41:01] Installing org.opentest4j
[1.1.1.v20190212-2109]
[2019-06-20 23:41:01] Installing org.sat4j.core
[2.3.5.v201308161310]
[2019-06-20 23:41:01] Installing org.sat4j.pb
[2.3.5.v201404071733]
[2019-06-20 23:41:01] Installing org.slf4j.api
[1.7.2.v20121108-1250]
[2019-06-20 23:41:01] Installing org.slf4j.impl.log4j12
[1.7.2.v20131105-2200]
[2019-06-20 23:41:01] Installing org.tukaani.xz
[1.8.0.v20180207-1613]
[2019-06-20 23:41:01] Installing org.w3c.css.sac
[1.3.1.v200903091627]
[2019-06-20 23:41:01] Installing org.w3c.dom.events
[3.0.0.draft20060413_v201105210656]
[2019-06-20 23:41:01] Installing org.w3c.dom.smil
[1.0.1.v200903091627]
[2019-06-20 23:41:01] Installing org.w3c.dom.svg
[1.1.0.v201011041433]
[2019-06-20 23:41:01] Installing
tooling.org.eclipse.update.feature.default [1.0.0]
[2019-06-20 23:41:01] Installing
tooling.osgi.bundle.default [1.0.0]
[2019-06-20 23:41:01] Installing tooling.source.default
[1.0.0]
[2019-06-20 23:41:01] Installing
toolingepp.package.java.application
[4.12.0.20190614-1200]
[2019-06-20 23:41:01] Installing
toolingepp.package.java.config.win32.win32.x86_64
[4.12.0.20190614-1200]
[2019-06-20 23:41:01] Installing
toolingepp.package.java.configuration
[4.12.0.20190614-1200]
[2019-06-20 23:41:01] Installing
toolingepp.package.java.executable.win32.win32.x86_64
[4.12.0.20190614-1200]
[2019-06-20 23:41:01] Installing
toolingepp.package.java.ini.win32.win32.x86_64
[4.12.0.20190614-1200]
[2019-06-20 23:41:01] Installing
toolingorg.eclipse.equinox.launcher
[1.5.400.v20190515-0925]
[2019-06-20 23:41:01] Installing
toolingorg.eclipse.equinox.launcher.win32.win32.x86_64
[1.1.1000.v20190125-2016]
[2019-06-20 23:41:01] Installing
toolingorg.eclipse.platform.configuration [1.0.0]
[2019-06-20 23:41:01] Installing
toolingorg.eclipse.platform.ide.application
[4.12.0.I20190605-1800]
[2019-06-20 23:41:01] Installing
toolingorg.eclipse.platform.ide.config.win32.win32.x86_64
[4.12.0.I20190605-1800]
[2019-06-20 23:41:01] Installing
toolingorg.eclipse.platform.ide.configuration
[4.12.0.I20190605-1800]
[2019-06-20 23:41:01] Installing
toolingorg.eclipse.platform.ide.executable.win32.win32.x86_64
[4.12.0.I20190605-1800]
[2019-06-20 23:41:01] Installing
toolingorg.eclipse.platform.ide.ini.win32.win32.x86_64
[4.12.0.I20190605-1800]
[2019-06-20 23:41:01] Installing
toolingwin32.win32.x86_64org.apache.felix.scr
[4.12.0.I20190605-1800]
[2019-06-20 23:41:01] Installing
toolingwin32.win32.x86_64org.eclipse.core.runtime
[4.12.0.I20190605-1800]
[2019-06-20 23:41:01] Installing
toolingwin32.win32.x86_64org.eclipse.equinox.common
[4.12.0.I20190605-1800]
[2019-06-20 23:41:01] Installing
toolingwin32.win32.x86_64org.eclipse.equinox.event
[4.12.0.I20190605-1800]
[2019-06-20 23:41:01] Installing
toolingwin32.win32.x86_64org.eclipse.equinox.p2.reconciler.dropins
[4.12.0.I20190605-1800]
[2019-06-20 23:41:01] Installing
toolingwin32.win32.x86_64org.eclipse.equinox.simpleconfigurator
[4.12.0.I20190605-1800]
[2019-06-20 23:41:01] Preparing to commit the
provisioning operation.
[2019-06-20 23:41:01] Committing the provisioning
operation.
[2019-06-20 23:41:02] Performing Eclipse Ini
--launcher.appendVmargs
[2019-06-20 23:41:02] Performing Eclipse Ini
-Declipse.p2.max.threads=10
[2019-06-20 23:41:02] Changing
D:\user-home-test-5\eclipse\java-2019-06\eclipse\eclipse.ini
(-Declipse.p2.max.threads=10)
[2019-06-20 23:41:02] Performing Eclipse Ini
-Doomph.update.url="" class="moz-txt-link-freetext"
href="http://download.eclipse.org/oomph/updates/milestone/latest"
moz-do-not-send="true">http://download.eclipse.org/oomph/updates/milestone/latest
[2019-06-20 23:41:02] Changing
D:\user-home-test-5\eclipse\java-2019-06\eclipse\eclipse.ini
(-Doomph.update.url="" class="moz-txt-link-freetext"
href="http://download.eclipse.org/oomph/updates/milestone/latest"
moz-do-not-send="true">http://download.eclipse.org/oomph/updates/milestone/latest)
[2019-06-20 23:41:02] Performing Eclipse Ini
-Doomph.redirection.index.redirection=index:/->http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/
[2019-06-20 23:41:02] Changing
D:\user-home-test-5\eclipse\java-2019-06\eclipse\eclipse.ini
(-Doomph.redirection.index.redirection=index:/->http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/)
[2019-06-20 23:41:02] Performing Eclipse Ini
-Duser.home=D:\user-home-test-5
[2019-06-20 23:41:02] Changing
D:\user-home-test-5\eclipse\java-2019-06\eclipse\eclipse.ini
(-Duser.home=D:\user-home-test-5)
[2019-06-20 23:41:02] Performing post bootstrap tasks
[2019-06-20 23:41:02]
On 20.06.2019 23:14, Stephan
Herrmann wrote:
On
19.06.19 16:11, Ed Merks wrote:
Fred,
I was successful installing the Eclipse IDE for Java
product with the latest installer, the latest repos,
and the latest product catalog.
I'm not having success installing via Oomph. Is it just
me, is it Oomph or a problem in the repo?
Oomph is not finding the release version of the package
(tried Java IDE & committers). Even tried disabling
mirrors in Oomph.
Is something still using compositeArtifacts.jar??
Here's oomph's log:
Executing bootstrap tasks
Renamed existing configuration folder to
/home/eclipse/otdt-2019-06/eclipse/configuration.1561064244575
Java(TM) SE Runtime Environment 9.0.4+11
Product org.eclipse.products.epp.package.java.2019-06
Bundle org.eclipse.oomph.setup 1.13.0.v20190530-1228,
build=4030,
branch=ed8d2fdcc99c1d3461399fc1bee02645433fa697
Bundle org.eclipse.oomph.setup.core
1.13.0.v20190531-1228, build=4030,
branch=ed8d2fdcc99c1d3461399fc1bee02645433fa697
Bundle org.eclipse.oomph.setup.installer
1.13.0.v20190530-1228, build=4030,
branch=ed8d2fdcc99c1d3461399fc1bee02645433fa697
Bundle org.eclipse.oomph.setup.p2 1.11.0.v20190530-1228,
build=4030,
branch=ed8d2fdcc99c1d3461399fc1bee02645433fa697
Performing P2 Director (Eclipse IDE for Java Developers
(2019-06))
Offline = false
Mirrors = true
Resolving 21 requirements from 3 repositories to
/home/eclipse/otdt-2019-06/eclipse
Requirement epp.package.java [4.12.0,5.0.0)
Requirement org.eclipse.buildship.feature.group
Requirement org.eclipse.eclemma.feature.feature.group
Requirement org.eclipse.egit.feature.group
Requirement org.eclipse.egit.mylyn.feature.group
Requirement org.eclipse.epp.mpc.feature.group
Requirement org.eclipse.jdt.feature.group
Requirement org.eclipse.jgit.feature.group
Requirement org.eclipse.m2e.feature.feature.group
Requirement
org.eclipse.m2e.logback.feature.feature.group
Requirement
org.eclipse.mylyn.bugzilla_feature.feature.group
Requirement
org.eclipse.mylyn.context_feature.feature.group
Requirement org.eclipse.mylyn.git.feature.group
Requirement org.eclipse.mylyn.hudson.feature.group
Requirement org.eclipse.mylyn.ide_feature.feature.group
Requirement org.eclipse.mylyn.java_feature.feature.group
Requirement
org.eclipse.mylyn.wikitext_feature.feature.group
Requirement org.eclipse.mylyn_feature.feature.group
Requirement org.eclipse.tips.feature.feature.group
Requirement org.eclipse.wst.xml_ui.feature.feature.group
Requirement org.eclipse.oomph.setup.feature.group
Repository http://download.eclipse.org/technology/epp/packages/2019-06
Repository http://download.eclipse.org/releases/2019-06/201906191000
Repository http://download.eclipse.org/oomph/updates/milestone/latest
Adding repository http://download.eclipse.org/technology/epp/packages/2019-06
Adding repository http://download.eclipse.org/releases/2019-06/201906191000
Adding repository http://download.eclipse.org/oomph/updates/milestone/latest
Calculating requirements and dependencies.
Cannot complete the request. Generating details.
ERROR: org.eclipse.equinox.p2.director code=10053 Cannot
complete the install because one or more required items
could not be found.
at
org.eclipse.oomph.util.OomphPlugin.coreException(OomphPlugin.java:280)
at
org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl.resolve(ProfileTransactionImpl.java:425)
at
org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl.commit(ProfileTransactionImpl.java:337)
at
org.eclipse.oomph.setup.p2.impl.P2TaskImpl.perform(P2TaskImpl.java:751)
at
org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.doPerformNeededSetupTasks(SetupTaskPerformer.java:3824)
at
org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performNeededSetupTasks(SetupTaskPerformer.java:3752)
at
org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performTriggeredSetupTasks(SetupTaskPerformer.java:3733)
at
org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.perform(SetupTaskPerformer.java:3626)
at
org.eclipse.oomph.setup.ui.wizards.ProgressPage$9.run(ProgressPage.java:575)
at
org.eclipse.oomph.setup.ui.wizards.ProgressPage$11$1.run(ProgressPage.java:701)
at
org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
ERROR: org.eclipse.equinox.p2.director code=0 Software
being installed: artificial_root 1.0.0.v1561064246470
ERROR: org.eclipse.equinox.p2.director code=0 Missing
requirement: Eclipse IDE for Java Developers
4.12.0.20190509-1619 (epp.package.java
4.12.0.20190509-1619) requires
'org.eclipse.equinox.p2.iu;
org.eclipse.platform.feature.group
[4.12.0.v20190501-2033,4.12.0.v20190501-2033]' but it
could not be found
ERROR: org.eclipse.equinox.p2.director code=0 Missing
requirement: Eclipse IDE for Java Developers
4.12.0.20190529-1916 (epp.package.java
4.12.0.20190529-1916) requires
'org.eclipse.equinox.p2.iu;
org.eclipse.platform.feature.group
[4.12.0.v20190522-1800,4.12.0.v20190522-1800]' but it
could not be found
ERROR: org.eclipse.equinox.p2.director code=0 Missing
requirement: Eclipse IDE for Java Developers
4.12.0.20190605-2143 (epp.package.java
4.12.0.20190605-2143) requires
'org.eclipse.equinox.p2.iu;
org.eclipse.platform.feature.group
[4.12.0.v20190531-0648,4.12.0.v20190531-0648]' but it
could not be found
ERROR: org.eclipse.equinox.p2.director code=1 Cannot
satisfy dependency:
ERROR: org.eclipse.equinox.p2.director code=0 From:
artificial_root 1.0.0.v1561064246470
ERROR: org.eclipse.equinox.p2.director code=0 To:
org.eclipse.equinox.p2.iu; epp.package.java
[4.12.0,5.0.0)
Took 2 seconds.
There are failed tasks.
Press Back to choose different settings or Cancel to
abort.
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password,
or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
|