Skip to content
Failed

Console Output

Branch indexing
04:32:14 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from 50ab53e68f15556a8cc935eb30d67c222a266886
Loading library capella-pipeline-library@master-jacoco2
Attempting to resolve master-jacoco2 from remote references...
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
 > git ls-remote -h -- https://github.com/eclipse-capella/capella-pipeline-library # timeout=10
Found match: refs/heads/master-jacoco2 revision c27893e9522c4e4c0e20485bbe2ed9a7e46b6636
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/ella-addon-textual-editor_master@libs/549103b18a572779415bc228b702496a2a068001a271f9c86ae5868a6306a3ac/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/eclipse-capella/capella-pipeline-library # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/eclipse-capella/capella-pipeline-library
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-capella/capella-pipeline-library +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision c27893e9522c4e4c0e20485bbe2ed9a7e46b6636 (master-jacoco2)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c27893e9522c4e4c0e20485bbe2ed9a7e46b6636 # timeout=10
Commit message: "[sonar] Update organization"
 > git rev-list --no-walk c27893e9522c4e4c0e20485bbe2ed9a7e46b6636 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-7-jfjrb is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-jfjrb"
  namespace: "capella"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.capella.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-jfjrb"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "centos-7-jfjrb"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.capella.svc.cluster.local/capella/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-capella"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on centos-7-jfjrb in /home/jenkins/agent/workspace/ella-addon-textual-editor_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-capella/capella-textual-editor.git
Avoid second fetch
Checking out Revision 50ab53e68f15556a8cc935eb30d67c222a266886 (master)
 > git init /home/jenkins/agent/workspace/ella-addon-textual-editor_master # timeout=10
Fetching upstream changes from https://github.com/eclipse-capella/capella-textual-editor.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-capella/capella-textual-editor.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/eclipse-capella/capella-textual-editor.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 50ab53e68f15556a8cc935eb30d67c222a266886 # timeout=10
Commit message: "#128 Changed links to /eclipse-capella"
 > git rev-list --no-walk fd534e7620387664baf2a08037ea5a8933746cbf # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Generate Target Platform)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ env
JENKINS_UI_PORT_80_TCP_ADDR=10.30.76.25
JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.22.145:50000
JENKINS_AGENT_WORKDIR=/home/jenkins/agent
JENKINS_NODE_COOKIE=cd4e5d3a-f073-4715-99f8-91a3e3e93787
BUILD_URL=https://ci.eclipse.org/capella/job/capella-addon-textual-editor/job/master/82/
JENKINS_UI_SERVICE_PORT=80
HOSTNAME=centos-7-jfjrb
JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000
JENKINS_DISCOVERY_SERVICE_PORT=50000
JENKINS_REMOTING_JAVA_OPTS=-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true
KUBERNETES_PORT=tcp://10.30.0.1:443
TERM=xterm
HUDSON_SERVER_COOKIE=30fb3bc2909cf0c6
KUBERNETES_PORT_443_TCP_PORT=443
STAGE_NAME=Generate Target Platform
BUILD_TAG=jenkins-capella-addon-textual-editor-master-82
KUBERNETES_SERVICE_PORT=443
BRANCH_NAME=master
GIT_PREVIOUS_COMMIT=fd534e7620387664baf2a08037ea5a8933746cbf
CAPELLA_BRANCH=6.x
OPENJ9_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle
KUBERNETES_SERVICE_HOST=10.30.0.1
JOB_URL=https://ci.eclipse.org/capella/job/capella-addon-textual-editor/job/master/
WORKSPACE=/home/jenkins/agent/workspace/ella-addon-textual-editor_master
RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-textual-editor/job/master/82/display/redirect?page=changes
JENKINS_UI_PORT_80_TCP_PROTO=tcp
JENKINS_NAME=centos-7-jfjrb
USER_NAME=jenkins
RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-textual-editor/job/master/82/display/redirect?page=artifacts
JENKINS_HOME=/var/jenkins
GIT_COMMIT=50ab53e68f15556a8cc935eb30d67c222a266886
PATH=/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/tools/apache-maven/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
MAVEN_HOME=/opt/tools/apache-maven/latest
RUN_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-textual-editor/job/master/82/display/redirect
JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp
_=/usr/bin/env
JENKINS_UI_PORT_80_TCP_PORT=80
PWD=/home/jenkins/agent/workspace/ella-addon-textual-editor_master
JENKINS_DISCOVERY_SERVICE_HOST=10.30.22.145
JAVA_HOME=/opt/tools/java/openjdk/jdk-11/latest
JENKINS_UI_PORT=tcp://10.30.76.25:80
HUDSON_URL=https://ci.eclipse.org/capella/
LANG=en_US.UTF-8
JOB_NAME=capella-addon-textual-editor/master
GITLAB_OBJECT_KIND=none
BUILD_DISPLAY_NAME=#82
JENKINS_URL=https://ci.eclipse.org/capella/
BRANCH_IS_PRIMARY=true
BUILD_ID=82
JENKINS_DISCOVERY_PORT=tcp://10.30.22.145:50000
JENKINS_TUNNEL=jenkins-discovery.capella.svc.cluster.local:50000
GIT_PREVIOUS_SUCCESSFUL_COMMIT=fd534e7620387664baf2a08037ea5a8933746cbf
JOB_BASE_NAME=master
RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-textual-editor/job/master/82/display/redirect?page=tests
BUILD_KEY=master
JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.22.145
JENKINS_SECRET=****
M2_HOME=/opt/tools/apache-maven/latest
SHLVL=2
HOME=/home/jenkins
GIT_BRANCH=master
KUBERNETES_PORT_443_TCP_PROTO=tcp
KUBERNETES_SERVICE_PORT_HTTPS=443
CI=true
WORKSPACE_TMP=/home/jenkins/agent/workspace/ella-addon-textual-editor_master@tmp
EXECUTOR_NUMBER=0
JENKINS_SERVER_COOKIE=durable-9a6d9bda5e3e1659c0d445a60ad15043cbd2c65fe5e308f2e0ffcf31ab0d3e83
NODE_LABELS=centos-7 jipp-migration migration centos-7-jfjrb
GIT_URL=https://github.com/eclipse-capella/capella-textual-editor.git
NSS_SDB_USE_CACHE=no
CAPELLA_PRODUCT_PATH=/home/jenkins/agent/workspace/ella-addon-textual-editor_master/capella/capella
library.capella-pipeline-library.version=master-jacoco2
HUDSON_HOME=/var/jenkins
JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000
NODE_NAME=centos-7-jfjrb
JENKINS_UI_PORT_80_TCP=tcp://10.30.76.25:80
JENKINS_UI_SERVICE_HOST=10.30.76.25
JOB_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-textual-editor/job/master/display/redirect
BUILD_NUMBER=82
HUDSON_COOKIE=a9d36d41-476f-433e-bf37-617da1a593c9
DISPLAY=:0
KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1
KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443
JENKINS_AGENT_NAME=centos-7-jfjrb
JENKINS_UI_SERVICE_PORT_HTTP=80
[Pipeline] sh
+ mvn clean verify -f releng/org.polarsys.capella.scenario.editor.update/pom.xml
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ---------------< org.polarsys:capella.target-definition >---------------
[INFO] Building capella.target-definition 0.11.1-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ capella.target-definition ---
[WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --- tycho-eclipserun:0.26.0:eclipse-run (generate.target) @ capella.target-definition ---
[WARNING] The POM for commons-io:commons-io:jar:2.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.9 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-exec:jar:1.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201709271000/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201709271000/ (142B)
[INFO] Adding repository http://download.eclipse.org/releases/oxygen/201709271000
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.eclipse.ecf.provider.filetransfer.httpclient4.SNIAwareHttpClient$1 (file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.100.v20160405-1820.jar) to method sun.security.ssl.SSLSocketImpl.setHost(java.lang.String)
WARNING: Please consider reporting this to the maintainers of org.eclipse.ecf.provider.filetransfer.httpclient4.SNIAwareHttpClient$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201709271000/ (854.21kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201709271000/ (854.21kB)
[INFO] Adding repository http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest
[INFO] Fetching content.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/ (4.87kB)
[INFO] Fetching content.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/ (4.87kB)
[INFO] Fetching 201709271000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/oxygen/ (63B)
[INFO] Fetching com.google.guava_15.0.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (592.33kB)
[INFO] Fetching com.google.guava_15.0.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (592.33kB)
[INFO] Fetching com.google.inject_3.0.0.v201312141243.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (137.12kB)
[INFO] Fetching com.google.inject_3.0.0.v201312141243.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (137.12kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.6kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.6kB)
[INFO] Fetching fr.obeo.releng.targetplatform_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/plugins/ (388.35kB)
[INFO] Fetching fr.obeo.releng.targetplatform_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/plugins/ (388.35kB)
[INFO] Fetching org.eclipse.xtext_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (763.75kB)
[INFO] Fetching org.eclipse.xtext_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (763.75kB)
[INFO] Fetching org.eclipse.xtext.util_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (102.9kB)
[INFO] Fetching org.eclipse.xtext.util_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (102.9kB)
[INFO] Fetching org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (368.51kB)
[INFO] Fetching org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (368.51kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.91kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.91kB)
[INFO] Fetching org.eclipse.emf.ecore.xcore_1.5.0.v20170613-0242.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (288.75kB)
[INFO] Fetching org.eclipse.emf.ecore.xcore_1.5.0.v20170613-0242.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (288.75kB)
[INFO] Fetching org.eclipse.emf.ecore.xcore.lib_1.1.100.v20170613-0242.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.07kB)
[INFO] Fetching org.eclipse.emf.ecore.xcore.lib_1.1.100.v20170613-0242.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.07kB)
[INFO] Fetching org.eclipse.emf.common_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (104.66kB)
[INFO] Fetching org.eclipse.emf.common_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (104.66kB)
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (99.04kB)
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (99.04kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.4.101.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (30.32kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.4.101.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (30.32kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.3.301.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (52.24kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.3.301.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (52.24kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.200.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (101.67kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.200.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (101.67kB)
[INFO] Fetching org.eclipse.core.runtime_3.13.0.v20170207-1030.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.26kB)
[INFO] Fetching org.eclipse.core.runtime_3.13.0.v20170207-1030.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.26kB)
[INFO] Fetching org.eclipse.xtext.common.types_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (130.65kB)
[INFO] Fetching org.eclipse.xtext.common.types_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (130.65kB)
[INFO] Fetching org.objectweb.asm_5.2.0.v20170126-0011.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.38kB)
[INFO] Fetching org.objectweb.asm_5.2.0.v20170126-0011.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.38kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.401.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.4kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.401.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.4kB)
[INFO] Fetching org.eclipse.jdt.launching_3.9.0.v20170419-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (124.22kB)
[INFO] Fetching org.eclipse.jdt.launching_3.9.0.v20170419-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (124.22kB)
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (129.49kB)
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (129.49kB)
[INFO] Fetching org.eclipse.osgi_3.12.1.v20170821-1548.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (436.42kB)
[INFO] Fetching org.eclipse.osgi_3.12.1.v20170821-1548.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (436.42kB)
[INFO] Fetching fr.obeo.releng.targetplatform.ui_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/plugins/ (224.18kB)
[INFO] Fetching fr.obeo.releng.targetplatform.ui_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/plugins/ (224.18kB)
[INFO] Fetching fr.obeo.releng.targetplatform-feature_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/features/ (13.24kB)
[INFO] Fetching fr.obeo.releng.targetplatform-feature_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/features/ (13.24kB)
[INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (500.78kB)
[INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (500.78kB)
[INFO] Fetching org.eclipse.ui.editors_3.11.0.v20170202-1823.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (199.22kB)
[INFO] Fetching org.eclipse.ui.editors_3.11.0.v20170202-1823.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (199.22kB)
[INFO] Fetching org.eclipse.ui.ide_3.13.1.v20170822-1526.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (972.73kB)
[INFO] Fetching org.eclipse.ui.ide_3.13.1.v20170822-1526.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (972.73kB)
[INFO] Fetching org.eclipse.xtext.ui.shared_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (23.13kB)
[INFO] Fetching org.eclipse.xtext.ui.shared_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (23.13kB)
[INFO] Fetching org.eclipse.ui_3.109.0.v20170411-1742.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (357.53kB)
[INFO] Fetching org.eclipse.ui_3.109.0.v20170411-1742.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (357.53kB)
[INFO] Fetching org.eclipse.xtext.builder_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (117.62kB)
[INFO] Fetching org.eclipse.xtext.builder_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (117.62kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.14kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.14kB)
[INFO] Fetching org.eclipse.compare_3.7.101.v20170724-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (314.64kB)
[INFO] Fetching org.eclipse.compare_3.7.101.v20170724-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (314.64kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (85.86kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (85.86kB)
[INFO] Fetching org.eclipse.pde.core_3.11.100.v20170517-0724.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.26MB)
[INFO] Fetching org.eclipse.pde.core_3.11.100.v20170517-0724.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.26MB)
[INFO] Fetching org.apache.ant_1.10.1.v20170504-0840.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (2.58MB)
[INFO] Fetching org.apache.ant_1.10.1.v20170504-0840.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (2.58MB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (37.68kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (37.68kB)
[INFO] Fetching org.apache.batik.css_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (81.59kB)
[INFO] Fetching org.apache.batik.css_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (81.59kB)
[INFO] Fetching org.apache.batik.util_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (56.29kB)
[INFO] Fetching org.apache.batik.util_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (56.29kB)
[INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.42kB)
[INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.42kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (106.17kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (106.17kB)
[INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.64kB)
[INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.64kB)
[INFO] Fetching org.apache.commons.codec_1.9.0.v20170208-1614.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (104.09kB)
[INFO] Fetching org.apache.commons.codec_1.9.0.v20170208-1614.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (104.09kB)
[INFO] Fetching org.eclipse.osgi.services_3.6.0.v20170228-1906.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.98kB)
[INFO] Fetching org.eclipse.osgi.services_3.6.0.v20170228-1906.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.98kB)
[INFO] Fetching org.apache.felix.scr_2.0.10.v20170501-2007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (140.62kB)
[INFO] Fetching org.apache.felix.scr_2.0.10.v20170501-2007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (140.62kB)
[INFO] Fetching org.eclipse.osgi.util_3.4.0.v20170111-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.93kB)
[INFO] Fetching org.eclipse.osgi.util_3.4.0.v20170111-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.93kB)
[INFO] Fetching org.apache.httpcomponents.httpcore_4.4.6.v20170210-0925.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (107.7kB)
[INFO] Fetching org.apache.httpcomponents.httpcore_4.4.6.v20170210-0925.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (107.7kB)
[INFO] Fetching org.apache.httpcomponents.httpclient_4.5.2.v20170210-0925.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (323.38kB)
[INFO] Fetching org.apache.httpcomponents.httpclient_4.5.2.v20170210-0925.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (323.38kB)
[INFO] Fetching org.eclipse.ant.core_3.5.0.v20170509-2149.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.08kB)
[INFO] Fetching org.eclipse.ant.core_3.5.0.v20170509-2149.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.08kB)
[INFO] Fetching org.eclipse.core.variables_3.4.0.v20170113-2056.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (18.01kB)
[INFO] Fetching org.eclipse.core.variables_3.4.0.v20170113-2056.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (18.01kB)
[INFO] Fetching org.eclipse.core.resources_3.12.0.v20170417-1558.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (870.77kB)
[INFO] Fetching org.eclipse.core.resources_3.12.0.v20170417-1558.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (870.77kB)
[INFO] Fetching org.eclipse.jface.text_3.12.0.v20170523-1043.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (318.65kB)
[INFO] Fetching org.eclipse.jface.text_3.12.0.v20170523-1043.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (318.65kB)
[INFO] Fetching org.eclipse.ui.views_3.9.0.v20170226-1833.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.42kB)
[INFO] Fetching org.eclipse.ui.views_3.9.0.v20170226-1833.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.42kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.100.v20170426-2021.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (229.15kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.100.v20170426-2021.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (229.15kB)
[INFO] Fetching org.eclipse.core.expressions_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.1kB)
[INFO] Fetching org.eclipse.core.expressions_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.1kB)
[INFO] Fetching org.eclipse.ui.forms_3.7.101.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (122.68kB)
[INFO] Fetching org.eclipse.ui.forms_3.7.101.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (122.68kB)
[INFO] Fetching org.eclipse.compare.core_3.6.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.79kB)
[INFO] Fetching org.eclipse.compare.core_3.6.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.79kB)
[INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (8.71MB)
[INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (8.71MB)
[INFO] Fetching org.eclipse.core.commands_3.9.0.v20170530-1048.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (43.34kB)
[INFO] Fetching org.eclipse.core.commands_3.9.0.v20170530-1048.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (43.34kB)
[INFO] Fetching org.eclipse.equinox.common_3.9.0.v20170207-1454.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.81kB)
[INFO] Fetching org.eclipse.equinox.common_3.9.0.v20170207-1454.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.81kB)
[INFO] Fetching org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.97kB)
[INFO] Fetching org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.97kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (53.99kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (53.99kB)
[INFO] Fetching org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (71.7kB)
[INFO] Fetching org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (71.7kB)
[INFO] Fetching org.eclipse.core.databinding_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.16kB)
[INFO] Fetching org.eclipse.core.databinding_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.16kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (90.43kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (90.43kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (49.74kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (49.74kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.100.v20170203-1130.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (42.14kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.100.v20170203-1130.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (42.14kB)
[INFO] Fetching org.eclipse.text_3.6.100.v20170203-0814.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (91.18kB)
[INFO] Fetching org.eclipse.text_3.6.100.v20170203-0814.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (91.18kB)
[INFO] Fetching org.eclipse.core.filesystem_1.7.0.v20170406-1337.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (27.68kB)
[INFO] Fetching org.eclipse.core.filesystem_1.7.0.v20170406-1337.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (27.68kB)
[INFO] Fetching org.eclipse.core.jobs_3.9.1.v20170714-0547.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (46.01kB)
[INFO] Fetching org.eclipse.core.jobs_3.9.1.v20170714-0547.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (46.01kB)
[INFO] Fetching org.eclipse.core.net_1.3.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.81kB)
[INFO] Fetching org.eclipse.core.net_1.3.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.81kB)
[INFO] Fetching org.eclipse.equinox.security_1.2.300.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (42.3kB)
[INFO] Fetching org.eclipse.equinox.security_1.2.300.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (42.3kB)
[INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.76kB)
[INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.76kB)
[INFO] Fetching org.eclipse.debug.core_3.11.0.v20170605-1534.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (123.34kB)
[INFO] Fetching org.eclipse.debug.core_3.11.0.v20170605-1534.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (123.34kB)
[INFO] Fetching org.eclipse.debug.ui_3.12.0.v20170605-1534.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (992.55kB)
[INFO] Fetching org.eclipse.debug.ui_3.12.0.v20170605-1534.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (992.55kB)
[INFO] Fetching org.eclipse.ui.console_3.7.1.v20170728-0806.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (82.03kB)
[INFO] Fetching org.eclipse.ui.console_3.7.1.v20170728-0806.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (82.03kB)
[INFO] Fetching org.eclipse.help_3.8.1.v20170815-1448.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (122.73kB)
[INFO] Fetching org.eclipse.help_3.8.1.v20170815-1448.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (122.73kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.12.100.v20170513-0428.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.47kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.12.100.v20170513-0428.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.47kB)
[INFO] Fetching org.eclipse.e4.core.di_1.6.100.v20170421-1418.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.17kB)
[INFO] Fetching org.eclipse.e4.core.di_1.6.100.v20170421-1418.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.17kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.6.0.v20170322-1144.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (22.58kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.6.0.v20170322-1144.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (22.58kB)
[INFO] Fetching org.eclipse.e4.core.services_2.1.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.42kB)
[INFO] Fetching org.eclipse.e4.core.services_2.1.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.42kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.0.v20170119-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.71kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.0.v20170119-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.71kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.0.v20170228-1728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.77kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.0.v20170228-1728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.77kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.46kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.46kB)
[INFO] Fetching org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.34kB)
[INFO] Fetching org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.34kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.0.v20160630-0728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (21.68kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.0.v20160630-0728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (21.68kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (98kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (98kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.1.v20170823-1632.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.35kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.1.v20170823-1632.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.35kB)
[INFO] Fetching org.eclipse.swt_3.106.1.v20170829-0553.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.86kB)
[INFO] Fetching org.eclipse.swt_3.106.1.v20170829-0553.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.86kB)
[INFO] Fetching org.eclipse.jface_3.13.1.v20170810-0135.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (355.4kB)
[INFO] Fetching org.eclipse.jface_3.13.1.v20170810-0135.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (355.4kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.101.v20170712-1547.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (65.05kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.101.v20170712-1547.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (65.05kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1.v20170808-1940.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (80.65kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1.v20170808-1940.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (80.65kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.11.0.v20170312-2302.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.49kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.11.0.v20170312-2302.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.49kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.2.100.v20170414-1137.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.98kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.2.100.v20170414-1137.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.98kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.0.1.v20170713-1800.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (107.68kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.0.1.v20170713-1800.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (107.68kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.3.0.v20170307-2032.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.36kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.3.0.v20170307-2032.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.36kB)
[INFO] Fetching org.eclipse.equinox.event_1.4.0.v20170105-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.46kB)
[INFO] Fetching org.eclipse.equinox.event_1.4.0.v20170105-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.46kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.0.v20160630-0736.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.85kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.0.v20160630-0736.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.85kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.5.1.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (85.98kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.5.1.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (85.98kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (80.3kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (80.3kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.92kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.92kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1.v20170319-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (55.59kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1.v20170319-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (55.59kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.101.v20170713-1343.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (94.16kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.101.v20170713-1343.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (94.16kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.101.v20170710-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.39kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.101.v20170710-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.39kB)
[INFO] Fetching org.eclipse.jface.databinding_1.8.100.v20170503-1507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (71.53kB)
[INFO] Fetching org.eclipse.jface.databinding_1.8.100.v20170503-1507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (71.53kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.0.v20160630-0740.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.93kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.0.v20160630-0740.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.93kB)
[INFO] Fetching org.eclipse.ecf_3.8.0.v20170104-0657.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.54kB)
[INFO] Fetching org.eclipse.ecf_3.8.0.v20170104-0657.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.54kB)
[INFO] Fetching org.eclipse.ecf.identity_3.8.0.v20161203-2153.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.49kB)
[INFO] Fetching org.eclipse.ecf.identity_3.8.0.v20161203-2153.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.49kB)
[INFO] Fetching org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.04kB)
[INFO] Fetching org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.04kB)
[INFO] Fetching org.eclipse.ecf.core.feature_1.4.0.v20170516-2248.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (18.71kB)
[INFO] Fetching org.eclipse.ecf.core.feature_1.4.0.v20170516-2248.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (18.71kB)
[INFO] Fetching org.eclipse.ecf.source_3.8.0.v20170104-0657.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (93.64kB)
[INFO] Fetching org.eclipse.ecf.source_3.8.0.v20170104-0657.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (93.64kB)
[INFO] Fetching org.eclipse.ecf.identity.source_3.8.0.v20161203-2153.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.24kB)
[INFO] Fetching org.eclipse.ecf.identity.source_3.8.0.v20161203-2153.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.24kB)
[INFO] Fetching org.eclipse.ecf.core.feature.source_1.4.0.v20170516-2248.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.01kB)
[INFO] Fetching org.eclipse.ecf.core.feature.source_1.4.0.v20170516-2248.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.01kB)
[INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.55kB)
[INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.55kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (18.68kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (18.68kB)
[INFO] Fetching org.eclipse.ecf.ssl.source_1.2.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.01kB)
[INFO] Fetching org.eclipse.ecf.ssl.source_1.2.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.01kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.06kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.06kB)
[INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (20.33kB)
[INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (20.33kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.300.v20161203-1840.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (45.1kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.300.v20161203-1840.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (45.1kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (26.8kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (26.8kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.source_5.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (76.38kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.source_5.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (76.38kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.300.v20161203-1840.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (86.42kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.300.v20161203-1840.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (86.42kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.1kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.1kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.200.v20170314-0133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.4kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.200.v20170314-0133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.4kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (26.8kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (26.8kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.source_1.1.200.v20170314-0133.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (54.01kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.source_1.1.200.v20170314-0133.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (54.01kB)
[INFO] Fetching org.apache.commons.codec.source_1.9.0.v20170208-1614.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (301.21kB)
[INFO] Fetching org.apache.commons.codec.source_1.9.0.v20170208-1614.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (301.21kB)
[INFO] Fetching org.apache.commons.logging.source_1.1.1.v201101211721.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (84.6kB)
[INFO] Fetching org.apache.commons.logging.source_1.1.1.v201101211721.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (84.6kB)
[INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.2.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (949.16kB)
[INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.2.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (949.16kB)
[INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.6.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (428.2kB)
[INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.6.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (428.2kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature.source_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.29kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature.source_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.29kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.62kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.62kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (26.7kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (26.7kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl.source_1.1.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.99kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl.source_1.1.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.99kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.24kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.24kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.36kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.36kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (22.71kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (22.71kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.5kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.5kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.1kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.1kB)
[INFO] Fetching org.eclipse.emf.codegen_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (102.97kB)
[INFO] Fetching org.eclipse.emf.codegen_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (102.97kB)
[INFO] Fetching org.eclipse.jdt.core_3.13.0.v20170516-1929.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (5.99MB)
[INFO] Fetching org.eclipse.jdt.core_3.13.0.v20170516-1929.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (5.99MB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (451.05kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (451.05kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.xtext_1.2.0.v20170613-0242.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (8.23kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.xtext_1.2.0.v20170613-0242.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (8.23kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (8.88kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (8.88kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (56.72kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (56.72kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.48kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.48kB)
[INFO] Fetching org.eclipse.emf.edit_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (88.62kB)
[INFO] Fetching org.eclipse.emf.edit_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (88.62kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.05kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.05kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (74.95kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (74.95kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (869.55kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (869.55kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.34kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.34kB)
[INFO] Fetching org.eclipse.ui.workbench_3.110.1.v20170704-1208.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1,013.66kB)
[INFO] Fetching org.eclipse.ui.workbench_3.110.1.v20170704-1208.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1,013.66kB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (63.18kB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (63.18kB)
[INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.36kB)
[INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.36kB)
[INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.43kB)
[INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.43kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (23.15kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (23.15kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.03kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.03kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.14kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.14kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.600.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (52.22kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.600.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (52.22kB)
[INFO] Fetching org.tukaani.xz_1.5.0.v20170111-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.32kB)
[INFO] Fetching org.tukaani.xz_1.5.0.v20170111-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.32kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (37.96kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (37.96kB)
[INFO] Fetching org.eclipse.equinox.p2.console_1.0.600.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.38kB)
[INFO] Fetching org.eclipse.equinox.p2.console_1.0.600.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.38kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.3.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (45.05kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.3.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (45.05kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.5.0.v20170319-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (73.2kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.5.0.v20170319-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (73.2kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.84kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.84kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.501.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (44.19kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.501.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (44.19kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.2.200.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.2.200.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.300.v20170515-0721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (15.87kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.300.v20170515-0721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (15.87kB)
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (103.26kB)
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (103.26kB)
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.9kB)
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.9kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.1.300.v20161004-0244.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (21.49kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.1.300.v20161004-0244.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (21.49kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.4.300.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (31.18kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.4.300.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (31.18kB)
[INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.0.100.v20170504-1307.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (12.31kB)
[INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.0.100.v20170504-1307.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (12.31kB)
[INFO] Fetching org.eclipse.equinox.p2.core.feature_1.4.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (18.34kB)
[INFO] Fetching org.eclipse.equinox.p2.core.feature_1.4.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (18.34kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.2.0.v20170110-1705.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (23.26kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.2.0.v20170110-1705.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (23.26kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.59kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.59kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.1.100.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.3kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.1.100.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.3kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.200.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.67kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.200.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.67kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.201.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (102.59kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.201.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (102.59kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery_1.0.400.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.32kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery_1.0.400.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.32kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.0.201.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (25.85kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.0.201.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (25.85kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.0.300.v20170418-0708.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (77.77kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.0.300.v20170418-0708.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (77.77kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.feature_1.1.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (17.77kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.feature_1.1.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (17.77kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.2.300.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.14kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.2.300.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.14kB)
[INFO] Fetching org.eclipse.equinox.p2.installer_1.0.500.v20160419-0100.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.21kB)
[INFO] Fetching org.eclipse.equinox.p2.installer_1.0.500.v20160419-0100.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.21kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.1.400.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.68kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.1.400.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.68kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.400.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (116.15kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.400.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (116.15kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.1.600.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (97.04kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.1.600.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (97.04kB)
[INFO] Fetching org.eclipse.equinox.p2.console.source_1.0.600.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.98kB)
[INFO] Fetching org.eclipse.equinox.p2.console.source_1.0.600.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.98kB)
[INFO] Fetching org.eclipse.equinox.p2.core.source_2.4.101.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (60.82kB)
[INFO] Fetching org.eclipse.equinox.p2.core.source_2.4.101.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (60.82kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.0.500.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (34.07kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.0.500.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (34.07kB)
[INFO] Fetching org.eclipse.equinox.p2.director.source_2.3.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (66.3kB)
[INFO] Fetching org.eclipse.equinox.p2.director.source_2.3.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (66.3kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.1.100.v20150423-1455.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (21.77kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.1.100.v20150423-1455.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (21.77kB)
[INFO] Fetching org.eclipse.equinox.p2.engine.source_2.5.0.v20170319-2002.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (138.7kB)
[INFO] Fetching org.eclipse.equinox.p2.engine.source_2.5.0.v20170319-2002.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (138.7kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.2.300.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.66kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.2.300.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.66kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.2kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.2kB)
[INFO] Fetching org.eclipse.equinox.p2.installer.source_1.0.500.v20160419-0100.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.14kB)
[INFO] Fetching org.eclipse.equinox.p2.installer.source_1.0.500.v20160419-0100.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.14kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.0.500.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.25kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.0.500.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.25kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.2.401.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.88kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.2.401.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.88kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.3.200.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (240.44kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.3.200.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (240.44kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.4.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (74.2kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.4.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (74.2kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.1.400.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (34.5kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.1.400.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (34.5kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.source_2.3.301.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (118.79kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.source_2.3.301.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (118.79kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.1.400.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (176.09kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.1.400.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (176.09kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.1.501.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (95.47kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.1.501.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (95.47kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.2.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (59.53kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.2.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (59.53kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp_1.0.300.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (14.79kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp_1.0.300.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (14.79kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp.source_1.0.300.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.04kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp.source_1.0.300.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.04kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.admin_1.0.300.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.1kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.admin_1.0.300.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.1kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.admin.source_1.0.300.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (55.73kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.admin.source_1.0.300.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (55.73kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.1.301.v20170816-1007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (63.82kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.1.301.v20170816-1007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (63.82kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.1.301.v20170816-1007.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.1kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.1.301.v20170816-1007.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.1kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.5.1.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (295.29kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.5.1.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (295.29kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.0.500.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.78kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.0.500.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.78kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.3.100.v20170418-0708.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.89kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.3.100.v20170418-0708.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.89kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.3.100.v20170418-0708.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.02kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.3.100.v20170418-0708.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.02kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.0.500.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (30kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.0.500.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (30kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.source_2.5.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (297.5kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.source_2.5.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (297.5kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.1.400.v20170106-2125.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (10.85kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.1.400.v20170106-2125.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (10.85kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.1.400.v20170106-2125.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (15.5kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.1.400.v20170106-2125.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (15.5kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite_1.0.601.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.74kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite_1.0.601.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.74kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.0.601.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.83kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.0.601.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.83kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.0.300.v20170515-0721.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.4kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.0.300.v20170515-0721.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.4kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.2.0.v20170110-1705.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (37.01kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.2.0.v20170110-1705.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (37.01kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.0.800.v20170524-1345.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.2kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.0.800.v20170524-1345.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.2kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.13kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.13kB)
[INFO] Fetching org.eclipse.equinox.p2.operations.source_2.4.300.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (64.66kB)
[INFO] Fetching org.eclipse.equinox.p2.operations.source_2.4.300.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (64.66kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.2.201.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (147.33kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.2.201.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (147.33kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.source_1.0.400.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.63kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.source_1.0.400.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.63kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility.source_1.0.201.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (38.93kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility.source_1.0.201.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (38.93kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.discovery.source_1.0.300.v20170418-0708.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (73.19kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.discovery.source_1.0.300.v20170418-0708.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (73.19kB)
[INFO] Fetching org.eclipse.equinox.p2.sdk_3.10.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.06kB)
[INFO] Fetching org.eclipse.equinox.p2.sdk_3.10.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.06kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.1.400.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.71kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.1.400.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.71kB)
[INFO] Fetching org.eclipse.ui.browser_3.6.100.v20170418-1342.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (96.68kB)
[INFO] Fetching org.eclipse.ui.browser_3.6.100.v20170418-1342.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (96.68kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.9.0.v20161219-2145.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (98.55kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.9.0.v20161219-2145.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (98.55kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.8.0.v20170105-1156.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (105.95kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.8.0.v20170105-1156.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (105.95kB)
[INFO] Fetching org.eclipse.jdt.debug_3.11.0.v20170510-1451.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (912.15kB)
[INFO] Fetching org.eclipse.jdt.debug_3.11.0.v20170510-1451.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (912.15kB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.8.1.v20170826-0709.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.6MB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.8.1.v20170826-0709.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.6MB)
[INFO] Fetching org.eclipse.jdt.ui_3.13.1.v20170822-1011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (3.98MB)
[INFO] Fetching org.eclipse.jdt.ui_3.13.1.v20170822-1011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (3.98MB)
[INFO] Fetching org.eclipse.search_3.11.100.v20170515-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (218.87kB)
[INFO] Fetching org.eclipse.search_3.11.100.v20170515-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (218.87kB)
[INFO] Fetching org.eclipse.team.ui_3.8.1.v20170515-1133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (517.17kB)
[INFO] Fetching org.eclipse.team.ui_3.8.1.v20170515-1133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (517.17kB)
[INFO] Fetching org.eclipse.team.core_3.8.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (127.48kB)
[INFO] Fetching org.eclipse.team.core_3.8.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (127.48kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.0.v20170412-0825.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (179.49kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.0.v20170412-0825.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (179.49kB)
[INFO] Fetching org.eclipse.ui.navigator_3.7.0.v20170418-1342.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (134.81kB)
[INFO] Fetching org.eclipse.ui.navigator_3.7.0.v20170418-1342.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (134.81kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.6.1.v20170823-1443.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (66.86kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.6.1.v20170823-1443.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (66.86kB)
[INFO] Fetching org.eclipse.pde.build_3.9.300.v20170515-0912.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (479.6kB)
[INFO] Fetching org.eclipse.pde.build_3.9.300.v20170515-0912.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (479.6kB)
[INFO] Fetching org.eclipse.update.configurator_3.3.400.v20160506-0750.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (44.89kB)
[INFO] Fetching org.eclipse.update.configurator_3.3.400.v20160506-0750.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (44.89kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.106.1.v20170829-0553.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.25MB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.106.1.v20170829-0553.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.25MB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1.v20170713-0803.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.42kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1.v20170713-0803.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.42kB)
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (80.37kB)
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (80.37kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (148.58kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (148.58kB)
[INFO] Fetching org.eclipse.xtend.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (60.07kB)
[INFO] Fetching org.eclipse.xtend.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (60.07kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (22.36kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (22.36kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.12kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.12kB)
[INFO] Fetching org.eclipse.xtext.smap_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.84kB)
[INFO] Fetching org.eclipse.xtext.smap_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.84kB)
[INFO] Fetching org.eclipse.xtext.builder.standalone_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.37kB)
[INFO] Fetching org.eclipse.xtext.builder.standalone_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.37kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (49.47kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (49.47kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (10.93kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (10.93kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.75kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.75kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (190.91kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (190.91kB)
[INFO] Fetching org.eclipse.xtext.generator_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (258.65kB)
[INFO] Fetching org.eclipse.xtext.generator_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (258.65kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (514.68kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (514.68kB)
[INFO] Fetching org.eclipse.xtext.ide_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (158.48kB)
[INFO] Fetching org.eclipse.xtext.ide_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (158.48kB)
[INFO] Fetching org.eclipse.xtext.java_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.16kB)
[INFO] Fetching org.eclipse.xtext.java_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.16kB)
[INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.23kB)
[INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.23kB)
[INFO] Fetching org.eclipse.xtext.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.64MB)
[INFO] Fetching org.eclipse.xtext.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.64MB)
[INFO] Fetching org.eclipse.xtext.generator.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (531.72kB)
[INFO] Fetching org.eclipse.xtext.generator.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (531.72kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.15MB)
[INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.15MB)
[INFO] Fetching org.eclipse.xtext.xtext.ide_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (67.04kB)
[INFO] Fetching org.eclipse.xtext.xtext.ide_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (67.04kB)
[INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (92.88kB)
[INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (92.88kB)
[INFO] Fetching org.eclipse.xtext.util.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (144.1kB)
[INFO] Fetching org.eclipse.xtext.util.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (144.1kB)
[INFO] Fetching org.eclipse.xtext.common.types.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (365.3kB)
[INFO] Fetching org.eclipse.xtext.common.types.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (365.3kB)
[INFO] Fetching org.eclipse.xtext.builder.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (210.36kB)
[INFO] Fetching org.eclipse.xtext.builder.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (210.36kB)
[INFO] Fetching org.eclipse.xtext.ecore.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.05kB)
[INFO] Fetching org.eclipse.xtext.ecore.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.05kB)
[INFO] Fetching org.eclipse.xtext.smap.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.67kB)
[INFO] Fetching org.eclipse.xtext.smap.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.67kB)
[INFO] Fetching org.eclipse.xtext.xtext.wizard_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (165.1kB)
[INFO] Fetching org.eclipse.xtext.xtext.wizard_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (165.1kB)
[INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (206.53kB)
[INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (206.53kB)
[INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.49kB)
[INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.49kB)
[INFO] Fetching org.eclipse.xtext.java.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (62.08kB)
[INFO] Fetching org.eclipse.xtext.java.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (62.08kB)
[INFO] Fetching org.eclipse.xtext.runtime_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (21.18kB)
[INFO] Fetching org.eclipse.xtext.runtime_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (21.18kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (65.11kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (65.11kB)
[INFO] Fetching org.eclipse.xtext.ui.ecore_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.35kB)
[INFO] Fetching org.eclipse.xtext.ui.ecore_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.35kB)
[INFO] Fetching org.eclipse.xtext.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1,005.58kB)
[INFO] Fetching org.eclipse.xtext.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1,005.58kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (148.65kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (148.65kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (14.56kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (14.56kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.17kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.17kB)
[INFO] Fetching org.eclipse.xtext.ui.shared.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.93kB)
[INFO] Fetching org.eclipse.xtext.ui.shared.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.93kB)
[INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (12.1kB)
[INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (12.1kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (125.58kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (125.58kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (155.49kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (155.49kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (97.56kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (97.56kB)
[INFO] Fetching org.eclipse.xtext.ide.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (387.14kB)
[INFO] Fetching org.eclipse.xtext.ide.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (387.14kB)
[INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (20.89kB)
[INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (20.89kB)
[INFO] Fetching org.eclipse.xtext.xbase.ide_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (281.71kB)
[INFO] Fetching org.eclipse.xtext.xbase.ide_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (281.71kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (30.64kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (30.64kB)
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/releng/org.polarsys.capella.scenario.editor.update/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -install, /home/jenkins/agent/workspace/ella-addon-textual-editor_master/releng/org.polarsys.capella.scenario.editor.update/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/ella-addon-textual-editor_master/releng/org.polarsys.capella.scenario.editor.update/target/eclipserun-work/configuration, -application, fr.obeo.releng.targetplatform.targetPlatform.converter, capella.target-definition.targetplatform]
Retrieve included location:https://raw.githubusercontent.com/eclipse-capella/capella/v6.x/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform
Retrieve included location:https://raw.githubusercontent.com/eclipse-capella/capella/v6.x/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform
Retrieve included location:https://raw.githubusercontent.com/eclipse-capella/capella/v6.x/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform
Retrieve included location:https://raw.githubusercontent.com/eclipse-capella/capella/v6.x/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform
>>  Fetching content.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/ (142.05kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/ (142.05kB)
>>  Fetching content.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.test.site/ (26.07kB)
>>  1 operation remaining.
>>  Fetching content.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.test.site/ (26.07kB)
>>  Fetching p2.index from http://download.eclipse.org/releases/2021-06/ (122B)
>>  1 operation remaining.
>>  Fetching p2.index from http://download.eclipse.org/releases/2021-06/ (122B)
>>  Fetching compositeContent.jar from http://download.eclipse.org/releases/2021-06/ (479B)
>>  1 operation remaining.
>>  Fetching compositeContent.jar from http://download.eclipse.org/releases/2021-06/ (479B)
>>  Fetching compositeContent.xml from http://download.eclipse.org/technology/epp/packages/2021-06/
>>  1 operation remaining.
>>  Fetching compositeContent.xml from http://download.eclipse.org/technology/epp/packages/2021-06/
>>  Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2021-06/202106121200/ (69.94kB)
>>  1 operation remaining.
>>  Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2021-06/202106121200/ (69.94kB)
>>  Fetching p2.index from http://download.eclipse.org/releases/2021-06/202106161001/ (140B)
>>  1 operation remaining.
>>  Fetching p2.index from http://download.eclipse.org/releases/2021-06/202106161001/ (140B)
>>  Fetching content.xml.xz from http://download.eclipse.org/releases/2021-06/202106161001/ (761.75kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from http://download.eclipse.org/releases/2021-06/202106161001/ (761.75kB)
Retrieve included location:https://raw.githubusercontent.com/eclipse-capella/capella/v6.x/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform
>>  Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (22.54kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (22.54kB)
>>  Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/ (18.98kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/ (18.98kB)
>>  Fetching p2.index from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/ (9.94kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/ (9.94kB)
>>  Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/ (19.68kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/ (19.68kB)
>>  Fetching p2.index from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/ (45.95kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/ (45.95kB)
>>  Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/ (30.79kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/ (30.79kB)
>>  Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230322/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230322/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230322/ (60.45kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230322/ (60.45kB)
>>  Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/ (8.55kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/ (8.55kB)
>>  Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/ (8.82kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/ (8.82kB)
>>  Fetching p2.index from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/ (20.83kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/ (20.83kB)
>>  Fetching p2.index from https://download.eclipse.org/nattable/releases/2.0.1/repository/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from https://download.eclipse.org/nattable/releases/2.0.1/repository/ (172B)
>>  Fetching content.xml.xz from https://download.eclipse.org/nattable/releases/2.0.1/repository/ (13.68kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from https://download.eclipse.org/nattable/releases/2.0.1/repository/ (13.68kB)
>>  Fetching p2.index from http://download.eclipse.org/nebula/releases/2.3.0/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from http://download.eclipse.org/nebula/releases/2.3.0/ (172B)
>>  Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/2.3.0/ (19.42kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/2.3.0/ (19.42kB)
>>  Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B)
>>  1 operation remaining.
>>  Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B)
>>  Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B)
>>  1 operation remaining.
>>  Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B)
>>  Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
>>  1 operation remaining.
>>  Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
>>  Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
>>  1 operation remaining.
>>  Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
>>  Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
>>  1 operation remaining.
>>  Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
>>  Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
>>  1 operation remaining.
>>  Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
The target platform definition file has been successfully generated.
/home/jenkins/agent/workspace/ella-addon-textual-editor_master/releng/org.polarsys.capella.scenario.editor.update/capella.target-definition.targetplatform
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:25 min
[INFO] Finished at: 2024-03-20T08:34:01Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build and Package)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ mvn -Djacoco.skip=true -DjavaDocPhase=none -Psign clean package -f pom.xml
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
/home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor/.polyglot.build.properties
/home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl/.polyglot.build.properties
/home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl.ide/.polyglot.build.properties
/home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.embeddededitor/.polyglot.build.properties
/home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.doc/.polyglot.build.properties
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_master/features/org.polarsys.capella.scenario.editor.feature/pom.xml
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/ella-addon-textual-editor_master/releng/org.polarsys.capella.scenario.editor.update/capella.target-definition.target for environments=[win32/win32/x86_64, linux/gtk/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@b1e63b5...
[WARNING] p2 repository with URL http://download.eclipse.org/releases/2021-06 is associated with multiple IDs; was 'eclipse', now is ''
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_master/features/org.polarsys.capella.scenario.editor.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_master/features/org.polarsys.capella.scenario.editor.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.tests.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_master/features/org.polarsys.capella.scenario.editor.tests.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.tests.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_master/features/org.polarsys.capella.scenario.editor.tests.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.tests.feature:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_master/features/org.polarsys.capella.scenario.editor.tests.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.scenario.editor:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor/.polyglot.build.properties
[INFO] Fetching 202106161001&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2021-06/ (63B)
[INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (762.75kB)
[INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (141.49kB)
[INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.67MB)
[INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.54MB)
[INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (399.8kB)
[INFO] Fetching javaewah_1.1.7.v20200107-0831.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (58.39kB)
[INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (36.66kB)
[INFO] Fetching org.eclipse.osgi_3.16.300.v20210525-1715.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (461.48kB)
[INFO] Fetching net.i2p.crypto.eddsa_0.3.0.v20181102-1323.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.41kB)
[INFO] Fetching org.apache.batik.anim_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (529.46kB)
[INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (146.86kB)
[INFO] Fetching org.apache.batik.dom.svg_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (253.47kB)
[INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (361.47kB)
[INFO] Fetching org.apache.batik.dom_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (206.14kB)
[INFO] Fetching org.apache.batik.awt.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (452.28kB)
[INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (25.35kB)
[INFO] Fetching org.apache.batik.parser_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (94.68kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.71kB)
[INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (717.41kB)
[INFO] Fetching org.apache.batik.bridge_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (744.84kB)
[INFO] Fetching org.apache.batik.gvt_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (212.25kB)
[INFO] Fetching org.apache.batik.script_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (40.19kB)
[INFO] Fetching org.apache.batik.xml_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (47.81kB)
[INFO] Fetching org.apache.xalan_2.7.2.v20201124-1837.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (985.09kB)
[INFO] Fetching org.apache.batik.codec_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (128.92kB)
[INFO] Fetching org.apache.batik.transcoder_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (146.96kB)
[INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (22.12kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (15.35kB)
[INFO] Fetching org.apache.batik.ext_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (24.59kB)
[INFO] Fetching org.apache.batik.svggen_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (251.99kB)
[INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (143.98kB)
[INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (104.22kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (33.71kB)
[INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (155.35kB)
[INFO] Fetching org.eclipse.osgi.services_3.10.100.v20210324-0936.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (43.95kB)
[INFO] Fetching org.eclipse.osgi.util_3.6.0.v20210212-1137.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (30.58kB)
[INFO] Fetching org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (338.2kB)
[INFO] Fetching org.apache.httpcomponents.httpcore_4.4.14.v20210128-2225.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (109.65kB)
[INFO] Fetching org.apache.sshd.osgi_2.6.0.v20210201-2003.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (532.33kB)
[INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (24kB)
[INFO] Fetching org.apache.sshd.sftp_2.6.0.v20210201-2003.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (133.66kB)
[INFO] Fetching org.bouncycastle.bcpg_1.65.0.v20200527-1955.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (95.78kB)
[INFO] Fetching org.bouncycastle.bcprov_1.65.1.v20200529-1514.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.2MB)
[INFO] Fetching org.eclipse.ant.core_3.6.0.v20210415-1314.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (71.43kB)
[INFO] Fetching org.eclipse.core.variables_3.5.0.v20210510-1945.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.02kB)
[INFO] Fetching org.eclipse.core.runtime_3.22.0.v20210506-1025.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (32.73kB)
[INFO] Fetching org.eclipse.compare_3.8.0.v20210415-0713.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (303.98kB)
[INFO] Fetching org.eclipse.ui_3.119.0.v20210111-1350.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (339.79kB)
[INFO] Fetching org.eclipse.core.resources_3.15.0.v20210521-0722.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (877.32kB)
[INFO] Fetching org.eclipse.jface.text_3.18.0.v20210512-1640.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (313.83kB)
[INFO] Fetching org.eclipse.ui.ide_3.18.200.v20210523-1724.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (949.34kB)
[INFO] Fetching org.eclipse.ui.views_3.11.0.v20210111-1351.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (47.88kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.100.v20210512-1009.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (236.02kB)
[INFO] Fetching org.eclipse.core.expressions_3.7.100.v20210203-1000.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (33.72kB)
[INFO] Fetching org.eclipse.ui.editors_3.14.100.v20210513-1110.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (201.33kB)
[INFO] Fetching org.eclipse.ui.forms_3.11.100.v20210108-1139.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (122.98kB)
[INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (32.82kB)
[INFO] Fetching org.eclipse.core.commands_3.10.0.v20210401-0744.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (43.04kB)
[INFO] Fetching org.eclipse.equinox.common_3.15.0.v20210518-0604.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (59.33kB)
[INFO] Fetching org.eclipse.core.contenttype_3.7.1000.v20210409-1722.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (41.25kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.8.200.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (55.51kB)
[INFO] Fetching org.eclipse.equinox.registry_3.10.200.v20210503-1606.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (77.17kB)
[INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (56.91kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (82.74kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (44.71kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.7.200.v20210111-0759.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.17kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.7.0.v20210512-1543.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (41.05kB)
[INFO] Fetching org.eclipse.text_3.12.0.v20210512-1644.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (100.12kB)
[INFO] Fetching org.eclipse.core.filesystem_1.9.0.v20210419-1155.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (28.76kB)
[INFO] Fetching org.eclipse.core.jobs_3.11.0.v20210420-1453.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (46.01kB)
[INFO] Fetching org.eclipse.core.net_1.3.1100.v20210424-0724.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (29.82kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.600.v20210126-1005.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (44.86kB)
[INFO] Fetching org.eclipse.equinox.app_1.5.100.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.03kB)
[INFO] Fetching org.eclipse.debug.core_3.18.100.v20210511-0446.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (126.09kB)
[INFO] Fetching org.eclipse.debug.ui_3.15.0.v20210525-1810.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1,011.22kB)
[INFO] Fetching org.eclipse.ui.console_3.11.0.v20210510-1914.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (84.14kB)
[INFO] Fetching org.eclipse.help_3.9.0.v20210507-0822.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (120.09kB)
[INFO] Fetching org.eclipse.jface_3.22.200.v20210401-0958.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (363.89kB)
[INFO] Fetching org.eclipse.ui.workbench_3.122.200.v20210506-1640.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (960.38kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.14kB)
[INFO] Fetching org.eclipse.draw2d_3.12.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/plugins/ (636.39kB)
[INFO] Fetching org.eclipse.swt_3.116.100.v20210602-2209.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.06kB)
[INFO] Fetching org.eclipse.e4.core.commands_1.0.0.v20210507-1901.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.88kB)
[INFO] Fetching org.eclipse.e4.core.di_1.7.800.v20210526-1618.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.92kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.66kB)
[INFO] Fetching org.eclipse.e4.core.services_2.2.600.v20210110-1654.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.94kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.68kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.72kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.0.v20210412-1358.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.31kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.73kB)
[INFO] Fetching org.eclipse.emf.ecore_2.24.0.v20210405-0628.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (385.51kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.02kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (66.15kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.200.v20210401-1241.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (65.8kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.78kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.3.0.v20210222-1018.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.79kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.64kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.15.200.v20210108-1832.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (8.13kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (110.28kB)
[INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.19kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.900.v20210412-0842.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.55kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.13.0.v20210521-0741.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (88.53kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (100.53kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (229.57kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.200.v20210321-1910.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (49.79kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.100.v20210515-1815.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (94.49kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.100.v20210315-1604.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (60.4kB)
[INFO] Fetching org.eclipse.jface.databinding_1.12.200.v20210111-0911.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (77.72kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.07kB)
[INFO] Fetching org.eclipse.urischeme_1.1.400.v20210407-1558.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.86kB)
[INFO] Fetching org.eclipse.egit.core_5.12.0.202106070339-r.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (188.04kB)
[INFO] Fetching org.eclipse.team.core_3.9.0.v20210510-1748.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (124.76kB)
[INFO] Fetching org.eclipse.jgit_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.68MB)
[INFO] Fetching org.eclipse.jgit.gpg.bc_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (62.32kB)
[INFO] Fetching org.eclipse.jgit.http.apache_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.05kB)
[INFO] Fetching org.eclipse.jgit.ssh.apache_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (178.8kB)
[INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (127kB)
[INFO] Fetching org.eclipse.emf.common_2.22.0.v20210319-0732.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (114.65kB)
[INFO] Fetching org.eclipse.jdt.core_3.26.0.v20210609-0549.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (6.92MB)
[INFO] Fetching org.eclipse.jdt.launching_3.19.200.v20210326-1452.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (282.48kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (417.92kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (160.99kB)
[INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (90.57kB)
[INFO] Fetching org.eclipse.emf.diffmerge_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (150.08kB)
[INFO] Fetching org.eclipse.emf.diffmerge.generic_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (179.52kB)
[INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (294.64kB)
[INFO] Fetching org.eclipse.emf.diffmerge.structures_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (151.53kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (183.62kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.20.0.v20210506-1232.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (109.05kB)
[INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.5.0.202011020719.jar from https://download.eclipse.org/nattable/releases/2.0.1/repository/plugins/ (106.46kB)
[INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (169.13kB)
[INFO] Fetching org.eclipse.emf.validation_1.8.0.202008210805.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (403.7kB)
[INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (44.51kB)
[INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (85.1kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.3.100.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.98kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.46kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.0.v20210315-2042.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.48kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.100.v20210418-1636.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (60.51kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.0.v20210331-1610.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (108.05kB)
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (44.42kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.7.0.v20210315-2042.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (31.93kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.0.v20210507-0825.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (39.8kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.5.100.v20210329-1206.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (55.59kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.5.0.v20210325-0750.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (47.79kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (24.22kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.7.0.v20210328-0514.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (74.55kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.0.v20210315-2042.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (37.95kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (50.87kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.9kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.6.0.v20210322-0909.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (43.26kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.0.v20210421-1159.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (106.03kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.66kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.0.v20210325-0750.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (122.68kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.0.v20210315-2228.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (46.7kB)
[INFO] Fetching org.eclipse.gef_3.13.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/plugins/ (996.08kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (119.86kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (261.16kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (105.26kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (124.56kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (42.91kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (17kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (103.8kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (79.72kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (135.98kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (388.86kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (116.51kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (192.9kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (1.17MB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (31.39kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (97.2kB)
[INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (105.06kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (40.42kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (52.83kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (223.38kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (94.13kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (141.36kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (96.87kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.10.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (201.9kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (220.07kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (66.66kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (27.94kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.2.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (122.19kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (127.88kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (73.91kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.2.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (321.79kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (112.33kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (248.12kB)
[INFO] Fetching org.eclipse.jdt.debug_3.17.200.v20210513-1223.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (901.98kB)
[INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.74kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.400.v20210427-0555.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (105.65kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.400.v20210320-1132.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (176.99kB)
[INFO] Fetching org.eclipse.ui.navigator_3.10.100.v20210415-0924.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (129.96kB)
[INFO] Fetching org.eclipse.team.ui_3.9.0.v20210426-0837.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (488.48kB)
[INFO] Fetching org.eclipse.nebula.cwt_1.1.0.202011020719.jar from https://download.eclipse.org/nattable/releases/2.0.1/repository/plugins/ (154.26kB)
[INFO] Fetching org.eclipse.nebula.widgets.richtext_1.3.0.201912241810.jar from http://download.eclipse.org/nebula/releases/2.3.0/plugins/ (1.58MB)
[INFO] Fetching org.eclipse.pde.build_3.11.0.v20210429-0618.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (477.46kB)
[INFO] Fetching org.eclipse.pde.core_3.14.300.v20210515-0638.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.33MB)
[INFO] Fetching org.eclipse.search_3.13.200.v20210419-1029.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (214.13kB)
[INFO] Fetching org.eclipse.sirius_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (874.33kB)
[INFO] Fetching org.eclipse.sirius.common_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (258.68kB)
[INFO] Fetching org.eclipse.sirius.ecore.extender_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (94.11kB)
[INFO] Fetching org.eclipse.sirius.model_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (642.28kB)
[INFO] Fetching org.eclipse.sirius.ext.base_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (31.16kB)
[INFO] Fetching org.eclipse.sirius.ext.emf_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (19.36kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.tx_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (11.43kB)
[INFO] Fetching org.eclipse.sirius.common.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (285.86kB)
[INFO] Fetching org.eclipse.sirius.ext.e3.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (43.27kB)
[INFO] Fetching org.eclipse.sirius.diagram_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (711.34kB)
[INFO] Fetching org.eclipse.sirius.diagram.model_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (759.54kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.edit_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (16.03kB)
[INFO] Fetching org.eclipse.sirius.diagram.formatdata_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (59.3kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (438.59kB)
[INFO] Fetching org.eclipse.sirius.diagram.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (5.7MB)
[INFO] Fetching org.eclipse.sirius.diagram.ui.ext_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (11.72kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence.model_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (282.92kB)
[INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (119.03kB)
[INFO] Fetching org.eclipse.sirius.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (1.41MB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.8.100.v20210319-0848.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (70.28kB)
[INFO] Fetching org.eclipse.sirius.ext.draw2d_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (30.75kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (13.6kB)
[INFO] Fetching org.eclipse.sirius.ext.gef_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (18.01kB)
[INFO] Fetching org.eclipse.sirius.ext.jface_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (10.76kB)
[INFO] Fetching org.eclipse.sirius.ext.swt_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (11.44kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.116.100.v20210602-2209.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.19MB)
[INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (12.83kB)
[INFO] Fetching org.eclipse.sirius.table_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (125.11kB)
[INFO] Fetching org.eclipse.sirius.table.model_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (248.03kB)
[INFO] Fetching org.eclipse.xtend.lib_2.25.0.v20210301-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (108.08kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.25.0.v20210301-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (160.53kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.25.0.v20210301-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (76.09kB)
[INFO] Fetching org.eclipse.xtext_2.25.0.v20210301-0843.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.62MB)
[INFO] Fetching org.eclipse.xtext.util_2.25.0.v20210301-0843.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (303.65kB)
[INFO] Fetching org.eclipse.xtext.ide_2.25.0.v20210301-0843.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (482.77kB)
[INFO] Fetching org.eclipse.xtext.ui_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.88MB)
[INFO] Fetching org.polarsys.capella.common_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (83.49kB)
[INFO] Fetching org.polarsys.capella.common.mdsofa.common_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (46.73kB)
[INFO] Fetching org.polarsys.capella.common.data.activity.gen_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (149.03kB)
[INFO] Fetching org.polarsys.capella.common.data.behavior.gen_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (43.57kB)
[INFO] Fetching org.polarsys.capella.common.data.core.gen_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (104kB)
[INFO] Fetching org.polarsys.kitalpha.emde.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (36.63kB)
[INFO] Fetching org.polarsys.kitalpha.emde.xmi_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (43.08kB)
[INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (75.25kB)
[INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (19.73kB)
[INFO] Fetching org.polarsys.capella.common.data.core.gen.edit_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (53.4kB)
[INFO] Fetching org.polarsys.kitalpha.emde_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (63.7kB)
[INFO] Fetching org.polarsys.capella.common.model_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (33.29kB)
[INFO] Fetching org.polarsys.capella.common.platform.sirius.ted_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (51.49kB)
[INFO] Fetching org.polarsys.capella.common.ef_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (36.23kB)
[INFO] Fetching org.polarsys.capella.common.model.helpers_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (18.93kB)
[INFO] Fetching org.polarsys.kitalpha.emde.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (29.35kB)
[INFO] Fetching org.polarsys.capella.common.data.helpers_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (36.44kB)
[INFO] Fetching org.polarsys.capella.common.flexibility.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (55.83kB)
[INFO] Fetching org.polarsys.capella.common.flexibility.wizards_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (152kB)
[INFO] Fetching org.polarsys.capella.common.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (223.72kB)
[INFO] Fetching org.polarsys.capella.common.helpers_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (46.62kB)
[INFO] Fetching org.polarsys.capella.core.model.helpers_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (498.68kB)
[INFO] Fetching org.polarsys.capella.core.model.handler_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (129.1kB)
[INFO] Fetching org.polarsys.capella.common.libraries_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (32.79kB)
[INFO] Fetching org.polarsys.capella.common.libraries.gen_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (46.36kB)
[INFO] Fetching org.polarsys.capella.common.queries_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (45.91kB)
[INFO] Fetching org.polarsys.capella.common.tools.report_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (50.42kB)
[INFO] Fetching org.polarsys.capella.shared.id.handler_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (20.25kB)
[INFO] Fetching org.polarsys.capella.common.linkedtext.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (49.19kB)
[INFO] Fetching org.polarsys.capella.common.menu.dynamic_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (25.2kB)
[INFO] Fetching org.polarsys.capella.common.re.gen_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (68.84kB)
[INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (164.55kB)
[INFO] Fetching org.polarsys.capella.common.ui.services_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (24.48kB)
[INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (31.21kB)
[INFO] Fetching org.polarsys.capella.core.preferences_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (224.27kB)
[INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (24.15kB)
[INFO] Fetching org.polarsys.capella.common.ui.resources_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (21.09kB)
[INFO] Fetching org.polarsys.capella.core.data.gen_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (2.31MB)
[INFO] Fetching org.polarsys.capella.common.ui.toolkit_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (74.2kB)
[INFO] Fetching org.polarsys.capella.core.model.preferences_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (33.4kB)
[INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (72.76kB)
[INFO] Fetching org.polarsys.kitalpha.emde.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.46kB)
[INFO] Fetching org.polarsys.capella.core.af.integration_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (30.32kB)
[INFO] Fetching org.polarsys.kitalpha.ad.metadata_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (31.58kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (73.15kB)
[INFO] Fetching org.polarsys.capella.core.data.business.queries_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (1.41MB)
[INFO] Fetching org.polarsys.capella.core.libraries_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (75.9kB)
[INFO] Fetching org.polarsys.capella.core.data.common.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (79.44kB)
[INFO] Fetching org.polarsys.capella.core.data.core.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (79.66kB)
[INFO] Fetching org.polarsys.capella.core.linkedtext.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (32.97kB)
[INFO] Fetching org.polarsys.capella.core.ui.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (273.55kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (202.51kB)
[INFO] Fetching org.polarsys.capella.core.diagram.helpers_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (59.29kB)
[INFO] Fetching org.polarsys.capella.core.data.gen.edit_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (1.29MB)
[INFO] Fetching org.polarsys.capella.core.data.gen.edit.decorators_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (88.31kB)
[INFO] Fetching org.polarsys.capella.core.data.helpers_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (425.74kB)
[INFO] Fetching org.polarsys.capella.core.ui.toolkit_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (167.43kB)
[INFO] Fetching org.polarsys.capella.core.data.information.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (112.4kB)
[INFO] Fetching org.polarsys.capella.core.data.interaction.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (235.55kB)
[INFO] Fetching org.polarsys.capella.core.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (44.71kB)
[INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (26.82kB)
[INFO] Fetching org.polarsys.kitalpha.ad.common_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (14.49kB)
[INFO] Fetching org.polarsys.kitalpha.ad.services_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (44.74kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (47.68kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.menu_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (25.26kB)
[INFO] Fetching org.polarsys.capella.core.sirius.analysis_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (1.81MB)
[INFO] Fetching org.polarsys.kitalpha.sirius.rotativeimage_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (31.86kB)
[INFO] Fetching org.polarsys.capella.core.ui.resources_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (480.36kB)
[INFO] Fetching org.polarsys.kitalpha.report_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (21.59kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (44.85kB)
[INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (31.34kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (27.33kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (90.94kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (40.91kB)
[INFO] Fetching org.polarsys.kitalpha.report.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (24.69kB)
[INFO] Fetching org.polarsys.kitalpha.report.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (31.69kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.common_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.45kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (26.5kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.100.v20210602-2209.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (985.78kB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.116.100.v20210602-2209.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (833.44kB)
[INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.dsl:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.dsl:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.dsl:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl/.polyglot.build.properties
[INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (170.74kB)
[INFO] Fetching org.apache.ant_1.10.10.v20210426-1926.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.83MB)
[INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (30.07kB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.6.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (61.49kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.12.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (8.47kB)
[INFO] Fetching org.eclipse.emf.mwe.utils_1.6.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.61kB)
[INFO] Fetching org.eclipse.emf.mwe2.language_2.12.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (69.78kB)
[INFO] Fetching org.eclipse.xtext.common.types_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (499.16kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch_2.12.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.5kB)
[INFO] Fetching org.eclipse.emf.mwe2.lib_2.12.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.87kB)
[INFO] Fetching org.objectweb.asm_9.1.0.v20210209-1849.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (60.98kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (15.91kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.46MB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.25.0.v20210301-0843.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (969.17kB)
[INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.dsl.ide:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl.ide/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.dsl.ide:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl.ide/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.dsl.ide:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl.ide/.polyglot.build.properties
[INFO] Fetching org.eclipse.xtext.xbase.ide_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (596.72kB)
[INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.dsl.ui:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl.ui/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.dsl.ui:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl.ui/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.dsl.ui:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl.ui/.polyglot.build.properties
[INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (121.31kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.400.v20210531-0737.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (557.46kB)
[INFO] Fetching org.eclipse.jdt.ui_3.23.0.v20210530-1810.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (3.96MB)
[INFO] Fetching org.eclipse.xtext.builder_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (389.26kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (256.88kB)
[INFO] Fetching org.eclipse.xtext.smap_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.15kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (248.22kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (192.59kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (132.16kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (133.12kB)
[INFO] Fetching org.eclipse.xtext.ui.shared_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (60.5kB)
[INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.embeddededitor:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.embeddededitor/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.embeddededitor:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.embeddededitor/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.embeddededitor:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.embeddededitor/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.doc:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.doc/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.doc:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.doc/.polyglot.build.properties
[INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.doc:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.doc/.polyglot.build.properties
[INFO] Fetching org.polarsys.capella.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (591.64kB)
[INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.ju:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_master/tests/org.polarsys.capella.scenario.editor.ju/pom.xml
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/ella-addon-textual-editor_master/releng/org.polarsys.capella.scenario.editor.update/capella.target-definition.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@b1e63b5...
[WARNING] p2 repository with URL http://download.eclipse.org/releases/2021-06 is associated with multiple IDs; was '', now is 'eclipse'
[WARNING] p2 repository with URL http://download.eclipse.org/releases/2021-06 is associated with multiple IDs; was 'eclipse', now is ''
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.ju:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_master/tests/org.polarsys.capella.scenario.editor.ju/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.ju:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_master/tests/org.polarsys.capella.scenario.editor.ju/pom.xml
[INFO] Fetching ca.odell.glazedlists_1.11.0.v20190926-1838.jar from https://download.eclipse.org/nattable/releases/2.0.1/repository/plugins/ (927.08kB)
[INFO] Fetching ch.qos.logback.classic_1.2.3.v20200428-2012.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (109.1kB)
[INFO] Fetching ch.qos.logback.core_1.2.3.v20200428-2012.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (161.18kB)
[INFO] Fetching ch.qos.logback.slf4j_1.2.3.v20200428-2012.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (15.08kB)
[INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (676.21kB)
[INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (107.05kB)
[INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (62.49kB)
[INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (33.35kB)
[INFO] Fetching jakarta.servlet-api_4.0.0.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (96.33kB)
[INFO] Fetching com.sun.xml.bind_2.2.0.v20201118-1845.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (254.74kB)
[INFO] Fetching javax.xml.bind_2.2.0.v201105210648.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (55.41kB)
[INFO] Fetching javax.activation_1.1.0.v201211130549.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.78kB)
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (249kB)
[INFO] Fetching javax.xml.stream_1.0.1.v201004272200.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.59kB)
[INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (55.65kB)
[INFO] Fetching org.antlr.runtime_4.7.2.v20200218-0804.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (121.85kB)
[INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.05kB)
[INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (102.19kB)
[INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (63.44kB)
[INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.54kB)
[INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (258.83kB)
[INFO] Fetching org.apache.commons.compress_1.19.0.v20200106-2343.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (216.24kB)
[INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (112.66kB)
[INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (29.94kB)
[INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (77.96kB)
[INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (35.42kB)
[INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.36MB)
[INFO] Fetching org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.49MB)
[INFO] Fetching org.apache.lucene.core_6.1.0.v20170814-1820.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.47MB)
[INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (696.23kB)
[INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (962.55kB)
[INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (3.42MB)
[INFO] Fetching org.apache.lucene.queryparser_6.1.0.v20161115-1612.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (433.33kB)
[INFO] Fetching org.apache.xerces_2.12.2.v20220131-0835.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (1.5MB)
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (45.51kB)
[INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.57kB)
[INFO] Fetching org.eclipse.acceleo.annotations_7.0.0.202211151354.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (13.81kB)
[INFO] Fetching org.eclipse.acceleo.query_7.0.0.202211151354.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (494.93kB)
[INFO] Fetching org.eclipse.acceleo.query.doc_7.0.0.202211151354.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (2.29MB)
[INFO] Fetching org.eclipse.acceleo.query.ide_7.0.0.202211151354.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (11.11kB)
[INFO] Fetching org.eclipse.acceleo.annotations.source_7.0.0.202211151354.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (15.13kB)
[INFO] Fetching org.eclipse.acceleo.query.source_7.0.0.202211151354.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (323.6kB)
[INFO] Fetching org.eclipse.acceleo.query.ide.source_7.0.0.202211151354.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (9.63kB)
[INFO] Fetching org.eclipse.acceleo.query.doc.source_7.0.0.202211151354.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (2.31MB)
[INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (174.11kB)
[INFO] Fetching org.eclipse.acceleo.ui.interpreter.source_3.7.12.202211151354.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (120.14kB)
[INFO] Fetching org.eclipse.help.ui_4.3.0.v20210409-1726.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (203.18kB)
[INFO] Fetching org.eclipse.sirius.table.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (590.26kB)
[INFO] Fetching org.eclipse.sirius.tree.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (248.37kB)
[INFO] Fetching org.eclipse.amalgam.explorer.activity.ui_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/plugins/ (282.14kB)
[INFO] Fetching org.eclipse.amalgam.explorer.activity.ui.source_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/plugins/ (177.46kB)
[INFO] Fetching org.eclipse.ant.launching_1.3.0.v20210415-1314.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (102.05kB)
[INFO] Fetching org.eclipse.core.externaltools_1.2.0.v20210510-1841.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.84kB)
[INFO] Fetching org.eclipse.ant.ui_3.8.0.v20210415-1314.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (473.93kB)
[INFO] Fetching org.eclipse.ui.externaltools_3.5.0.v20210510-1849.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (65.56kB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.12.300.v20210517-0748.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.67MB)
[INFO] Fetching org.eclipse.jdt.junit_3.12.0.v20210521-1840.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (232.08kB)
[INFO] Fetching org.eclipse.collections_10.4.0.v20200820-2049.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.67MB)
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (11.32kB)
[INFO] Fetching org.eclipse.core.net.linux_1.0.0.v20210424-0724.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.84kB)
[INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.500.v20210510-1619.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (6.94kB)
[INFO] Fetching org.eclipse.draw2d.source_3.12.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/plugins/ (532.51kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.6.200.v20210416-2027.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (30.11kB)
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.400.v20210401-1438.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (103.49kB)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (83.68kB)
[INFO] Fetching org.eclipse.equinox.console_1.4.400.v20210602-1312.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (52.36kB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (8.13kB)
[INFO] Fetching org.eclipse.e4.core.services.source_2.2.600.v20210110-1654.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (60.56kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt.source_0.16.100.v20210315-1604.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (94.63kB)
[INFO] Fetching org.eclipse.e4.core.commands.source_1.0.0.v20210507-1901.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.27kB)
[INFO] Fetching org.eclipse.e4.ui.bindings.source_0.13.0.v20201119-1132.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (35.64kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench.source_2.1.1000.v20210111-0958.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (376.07kB)
[INFO] Fetching org.eclipse.e4.ui.services.source_1.5.0.v20210115-1333.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.37kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.source_0.15.100.v20210515-1815.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (139.57kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.source_1.13.0.v20210521-0741.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (168.32kB)
[INFO] Fetching org.eclipse.e4.ui.css.core.source_0.13.0.v20201015-0653.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (206.25kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.source_0.14.200.v20210401-1241.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (163.68kB)
[INFO] Fetching org.apache.batik.css.source_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (319.47kB)
[INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (52.19kB)
[INFO] Fetching org.apache.batik.util.source_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (126.66kB)
[INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (89.33kB)
[INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.29kB)
[INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (39.54kB)
[INFO] Fetching javax.inject.source_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.39kB)
[INFO] Fetching javax.annotation.source_1.3.5.v20200909-1856.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (57.91kB)
[INFO] Fetching org.eclipse.e4.core.di.source_1.7.800.v20210526-1618.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (44.53kB)
[INFO] Fetching org.eclipse.e4.core.contexts.source_1.8.400.v20191217-1710.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.13kB)
[INFO] Fetching org.apache.batik.i18n.source_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.21kB)
[INFO] Fetching org.apache.batik.constants.source_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.73kB)
[INFO] Fetching org.apache.xmlgraphics.source_2.6.0.v20210409-0748.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (677.41kB)
[INFO] Fetching org.apache.commons.io.source_2.8.0.v20210415-0900.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (374.46kB)
[INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (85.46kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.16.0.v20200507-0938.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.6kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme.source_0.13.0.v20201026-1147.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.72kB)
[INFO] Fetching org.eclipse.e4.ui.di.source_1.3.0.v20210222-1018.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.48kB)
[INFO] Fetching org.eclipse.e4.ui.widgets.source_1.2.900.v20210412-0842.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.53kB)
[INFO] Fetching org.eclipse.equinox.common.source_3.15.0.v20210518-0604.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (145.02kB)
[INFO] Fetching org.apache.felix.scr.source_2.1.24.v20200924-1939.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (278.04kB)
[INFO] Fetching org.eclipse.equinox.event.source_1.6.0.v20210212-1143.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.17kB)
[INFO] Fetching org.eclipse.core.commands.source_3.10.0.v20210401-0744.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (150.67kB)
[INFO] Fetching org.eclipse.core.contenttype.source_3.7.1000.v20210409-1722.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (82kB)
[INFO] Fetching org.eclipse.core.databinding.source_1.10.100.v20200926-1123.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (145.76kB)
[INFO] Fetching org.eclipse.core.databinding.beans.source_1.7.200.v20210111-0759.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (75.48kB)
[INFO] Fetching org.eclipse.core.databinding.observable.source_1.10.0.v20200730-0848.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (208kB)
[INFO] Fetching org.eclipse.core.databinding.property.source_1.8.100.v20200619-0651.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (94.56kB)
[INFO] Fetching org.eclipse.core.expressions.source_3.7.100.v20210203-1000.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (86.87kB)
[INFO] Fetching org.eclipse.core.jobs.source_3.11.0.v20210420-1453.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (107.67kB)
[INFO] Fetching org.eclipse.core.runtime.source_3.22.0.v20210506-1025.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (77.09kB)
[INFO] Fetching org.eclipse.equinox.app.source_1.5.100.v20210212-1143.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (76.52kB)
[INFO] Fetching org.eclipse.equinox.launcher.source_1.6.200.v20210416-2027.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (43.8kB)
[INFO] Fetching org.eclipse.equinox.preferences.source_3.8.200.v20210212-1143.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (115.63kB)
[INFO] Fetching org.eclipse.equinox.registry.source_3.10.200.v20210503-1606.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (176.16kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.4.0.v20210315-2228.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (37.39kB)
[INFO] Fetching org.eclipse.osgi.source_3.16.300.v20210525-1715.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.2.400.v20210401-1438.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (143.07kB)
[INFO] Fetching org.eclipse.osgi.services.source_3.10.100.v20210324-0936.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (244.91kB)
[INFO] Fetching org.eclipse.osgi.util.source_3.6.0.v20210212-1137.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (63.52kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64.source_3.116.100.v20210602-2209.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.82MB)
[INFO] Fetching org.eclipse.jface.source_3.22.200.v20210401-0958.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1,022.85kB)
[INFO] Fetching org.eclipse.jface.databinding.source_1.12.200.v20210111-0911.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (230.28kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3.source_0.15.500.v20201021-1339.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (17.72kB)
[INFO] Fetching org.apache.felix.gogo.command.source_1.1.2.v20210111-1007.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (38.47kB)
[INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.4.v20210111-1007.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (114.26kB)
[INFO] Fetching org.apache.felix.gogo.shell.source_1.1.4.v20210111-1007.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (48.31kB)
[INFO] Fetching org.eclipse.equinox.console.source_1.4.400.v20210602-1312.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (84.66kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt.source_1.4.200.v20210321-1910.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (77.61kB)
[INFO] Fetching org.eclipse.equinox.bidi.source_1.3.100.v20210212-1143.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (63.51kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs.source_1.2.100.v20201109-2317.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (39.1kB)
[INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (180.32kB)
[INFO] Fetching org.eclipse.e4.emf.xpath.source_0.2.800.v20200609-0849.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (52.39kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations.source_1.6.600.v20191216-2352.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.41kB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk.source_1.1.100.v20210108-1832.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.48kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier.source_0.16.0.v20210412-1358.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.76kB)
[INFO] Fetching org.eclipse.urischeme.source_1.1.400.v20210407-1558.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (44.29kB)
[INFO] Fetching org.eclipse.jface.notifications.source_0.3.0.v20210218-1820.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (15.75kB)
[INFO] Fetching org.eclipse.ecf_3.9.102.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (123.51kB)
[INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (64.2kB)
[INFO] Fetching org.eclipse.equinox.concurrent_1.2.0.v20210202-1157.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.34kB)
[INFO] Fetching org.eclipse.ecf.source_3.9.102.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (102.79kB)
[INFO] Fetching org.eclipse.ecf.identity.source_3.9.402.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (53.08kB)
[INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (15.43kB)
[INFO] Fetching org.eclipse.ecf.ssl.source_1.2.401.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.64kB)
[INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (52.52kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.601.v20201025-0700.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (126.85kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.source_5.1.102.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (76.03kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.601.v20201025-0700.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (86kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.401.v20210512-0614.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (82.92kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.401.v20210512-0614.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (52.58kB)
[INFO] Fetching org.apache.commons.codec.source_1.14.0.v20200818-1422.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (374.24kB)
[INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.13.v20210128-2225.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (966.92kB)
[INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.14.v20210128-2225.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (431.79kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.69kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.201.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.49kB)
[INFO] Fetching org.eclipse.egit.ui_5.12.0.202106070339-r.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.17MB)
[INFO] Fetching org.eclipse.egit_5.12.0.202106070339-r.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.56kB)
[INFO] Fetching org.eclipse.egit.doc_5.12.0.202106070339-r.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (4.71MB)
[INFO] Fetching org.eclipse.egit.mylyn.ui_5.12.0.202106070339-r.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.64kB)
[INFO] Fetching org.eclipse.mylyn.tasks.core_3.25.2.v20200814-0512.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (326.34kB)
[INFO] Fetching org.eclipse.mylyn.tasks.ui_3.25.2.v20200814-0512.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.33MB)
[INFO] Fetching org.eclipse.mylyn.team.ui_3.25.2.v20200828-1617.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (80.12kB)
[INFO] Fetching org.eclipse.mylyn.context.core_3.25.2.v20200828-1617.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (84.8kB)
[INFO] Fetching org.eclipse.egit.core.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (355.56kB)
[INFO] Fetching org.eclipse.egit.ui.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.9MB)
[INFO] Fetching org.eclipse.egit.mylyn.ui.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.04kB)
[INFO] Fetching org.eclipse.egit.gitflow.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.62kB)
[INFO] Fetching org.eclipse.egit.gitflow.ui.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (65.86kB)
[INFO] Fetching org.eclipse.emf.ant_2.11.0.v20200324-0723.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (31.82kB)
[INFO] Fetching org.eclipse.emf.cheatsheets_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (33.13kB)
[INFO] Fetching org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (149.83kB)
[INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (79.05kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (69.37kB)
[INFO] Fetching org.eclipse.emf.importer.java_2.11.0.v20200324-0723.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (66.98kB)
[INFO] Fetching org.eclipse.emf.importer.rose_2.11.0.v20210405-0904.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (56.81kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (540.92kB)
[INFO] Fetching org.eclipse.emf.ant.source_2.11.0.v20200324-0723.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (32.4kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (72.81kB)
[INFO] Fetching org.eclipse.emf.codegen.source_2.22.0.v20210420-0623.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (234.73kB)
[INFO] Fetching org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (102.17kB)
[INFO] Fetching org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (80.25kB)
[INFO] Fetching org.eclipse.emf.common.source_2.22.0.v20210319-0732.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (218.83kB)
[INFO] Fetching org.eclipse.emf.common.ui.source_2.18.0.v20190507-0402.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (76.98kB)
[INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (91.05kB)
[INFO] Fetching org.eclipse.emf.exporter_2.10.0.v20190321-1530.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (62.07kB)
[INFO] Fetching org.eclipse.emf.importer.ecore_2.10.0.v20200324-0723.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (30.45kB)
[INFO] Fetching org.eclipse.emf.converter.source_2.10.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (38.85kB)
[INFO] Fetching org.eclipse.emf.importer.source_2.12.0.v20190321-1539.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (38.31kB)
[INFO] Fetching org.eclipse.emf.exporter.source_2.10.0.v20190321-1530.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (30.09kB)
[INFO] Fetching org.eclipse.emf.importer.ecore.source_2.10.0.v20200324-0723.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (20.76kB)
[INFO] Fetching org.eclipse.emf.importer.java.source_2.11.0.v20200324-0723.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (46.79kB)
[INFO] Fetching org.eclipse.emf.importer.rose.source_2.11.0.v20210405-0904.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (69.75kB)
[INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.58kB)
[INFO] Fetching org.eclipse.emf.databinding.edit.source_1.7.0.v20210113-0340.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (41.05kB)
[INFO] Fetching org.eclipse.emf.databinding.source_1.5.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (57.12kB)
[INFO] Fetching org.eclipse.emf.diffmerge.connector.core_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (34.57kB)
[INFO] Fetching org.eclipse.emf.diffmerge.ui_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (562.26kB)
[INFO] Fetching org.eclipse.emf.diffmerge.connector.git_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (32kB)
[INFO] Fetching org.eclipse.emf.diffmerge.doc_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (2.17MB)
[INFO] Fetching org.eclipse.emf.diffmerge.connector.git.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (26.28kB)
[INFO] Fetching org.eclipse.emf.diffmerge.pojo_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (86.12kB)
[INFO] Fetching org.eclipse.emf.diffmerge.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (117.06kB)
[INFO] Fetching org.eclipse.emf.diffmerge.ui.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (294.9kB)
[INFO] Fetching org.eclipse.emf.diffmerge.connector.core.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (27.65kB)
[INFO] Fetching org.eclipse.emf.diffmerge.structures.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (106.62kB)
[INFO] Fetching org.eclipse.emf.diffmerge.generic.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (153.32kB)
[INFO] Fetching org.eclipse.emf.diffmerge.pojo.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (68.03kB)
[INFO] Fetching org.eclipse.emf.diffmerge.gmf_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (24.14kB)
[INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (21.68kB)
[INFO] Fetching org.eclipse.emf.diffmerge.gmf.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (20.25kB)
[INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (18.03kB)
[INFO] Fetching org.eclipse.emf.diffmerge.sirius_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (33.16kB)
[INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (34.41kB)
[INFO] Fetching org.eclipse.emf.diffmerge.sirius.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (24.02kB)
[INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (26.65kB)
[INFO] Fetching org.eclipse.emf.doc_2.23.0.v20210405-0703.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (3.19MB)
[INFO] Fetching org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (33.38kB)
[INFO] Fetching org.eclipse.emf.ecore.edit.source_2.13.0.v20190822-1451.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (78.81kB)
[INFO] Fetching org.eclipse.emf.ecore.change.edit.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (23.8kB)
[INFO] Fetching org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (40.7kB)
[INFO] Fetching org.eclipse.emf.ecore.source_2.24.0.v20210405-0628.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (820.39kB)
[INFO] Fetching org.eclipse.emf.ecore.change.source_2.14.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (90.76kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.16.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (151.51kB)
[INFO] Fetching org.eclipse.emf.edit.source_2.16.0.v20190920-0401.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (209.94kB)
[INFO] Fetching org.eclipse.emf.edit.ui.source_2.20.0.v20210506-1232.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (157.87kB)
[INFO] Fetching org.eclipse.emf.example.installer_1.10.0.v20200518-1440.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (356.8kB)
[INFO] Fetching org.eclipse.emf.mapping_2.12.0.v20181104-0733.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (191.71kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (29.26kB)
[INFO] Fetching org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (145.62kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (41.87kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (13.19kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (48.25kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.12.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (99.24kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (7.37kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor.source_2.10.0.v20181104-0733.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (21.72kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui.source_2.12.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (39.94kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (13.11kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (7.37kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.source_2.11.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (40.2kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml.source_2.11.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (50.44kB)
[INFO] Fetching org.eclipse.emf.mapping.source_2.12.0.v20181104-0733.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (113.7kB)
[INFO] Fetching org.eclipse.emf.mapping.ui.source_2.10.0.v20181104-0733.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (45.16kB)
[INFO] Fetching org.eclipse.emf.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (7.37kB)
[INFO] Fetching org.eclipse.emf.transaction.source_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (153.08kB)
[INFO] Fetching org.eclipse.emf.transaction.ui.source_1.4.0.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (24.7kB)
[INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.202008210805.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (74.19kB)
[INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.0.202008210805.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.33kB)
[INFO] Fetching org.eclipse.emf.validation.source_1.8.0.202008210805.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (324.23kB)
[INFO] Fetching org.eclipse.emf.validation.ui.source_1.7.0.202008210805.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (54.05kB)
[INFO] Fetching org.eclipse.emf.validation.ui.ide.source_1.3.0.202008210805.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.05kB)
[INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.12kB)
[INFO] Fetching org.eclipse.emf.workspace.source_1.5.1.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (69.87kB)
[INFO] Fetching org.eclipse.emf.workspace.ui.source_1.3.0.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.01kB)
[INFO] Fetching org.eclipse.equinox.http.jetty_3.8.0.v20210414-1616.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.58kB)
[INFO] Fetching org.eclipse.equinox.http.servlet_1.7.100.v20210311-1631.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (76.64kB)
[INFO] Fetching org.eclipse.jetty.http_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (242.24kB)
[INFO] Fetching org.eclipse.jetty.server_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (769.29kB)
[INFO] Fetching org.eclipse.jetty.servlet_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (171.79kB)
[INFO] Fetching org.eclipse.jetty.util_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (560.29kB)
[INFO] Fetching org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.17kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.65kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (8.69kB)
[INFO] Fetching org.eclipse.equinox.p2.console_1.2.0.v20210315-2042.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (17.97kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.0.v20210326-2048.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (35.85kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.100.v20210329-1206.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.42kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.6.0.v20210315-2228.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (31.92kB)
[INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.08kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.4.100.v20210418-1636.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (111.58kB)
[INFO] Fetching org.eclipse.equinox.p2.console.source_1.2.0.v20210315-2042.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.92kB)
[INFO] Fetching org.eclipse.equinox.p2.core.source_2.7.0.v20210315-2042.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (60.76kB)
[INFO] Fetching org.eclipse.equinox.p2.director.source_2.5.0.v20210325-0750.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (66.96kB)
[INFO] Fetching org.eclipse.equinox.p2.engine.source_2.7.0.v20210328-0514.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (138.77kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.2.0.v20210316-1209.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.85kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.6.0.v20210331-1610.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (248kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.4.0.v20210315-2228.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (59.72kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.source_2.5.100.v20210329-1206.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (121.6kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.3.0.v20210315-2228.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (96.12kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.4.0.v20210326-2048.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (60.95kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.2.0.v20210315-2228.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.63kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.2.0.v20210315-2042.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.88kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.2.0.v20210315-2042.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (47.5kB)
[INFO] Fetching org.eclipse.equinox.security.source_1.3.600.v20210126-1005.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (102.02kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.2.0.v20210507-0825.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (48.44kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.3.100.v20210329-1206.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (31.23kB)
[INFO] Fetching org.eclipse.equinox.p2.operations.source_2.6.0.v20210315-2228.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (64.22kB)
[INFO] Fetching org.eclipse.equinox.security.linux.x86_64.source_1.1.500.v20210125-1508.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.41kB)
[INFO] Fetching org.tukaani.xz.source_1.8.0.v20180207-1613.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (149.53kB)
[INFO] Fetching org.eclipse.equinox.concurrent.source_1.2.0.v20210202-1157.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.94kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.0.v20210316-1209.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (17.5kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.0.v20210316-1209.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (17.4kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.4.0.v20210312-1245.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.62kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.2.0.v20210315-2042.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.79kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.3.0.v20210316-1209.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.73kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.4.0.v20210312-1245.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.03kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.6.0.v20210322-0909.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (75.29kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.4.0.v20210316-1209.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.23kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.3.0.v20210325-0750.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (178.85kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.4.0.v20210421-1159.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (149.58kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.7.100.v20210426-1115.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (289.31kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.100.v20210327-1705.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (46.92kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.3.0.v20210315-2228.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.93kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.3.0.v20210121-0947.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (71.54kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.0.v20210114-1214.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.79kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.source_2.7.100.v20210426-1115.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (294.66kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.5.100.v20210327-1705.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (55.69kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.3.0.v20210315-2228.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (15.42kB)
[INFO] Fetching org.eclipse.equinox.security.ui.source_1.3.0.v20210121-0947.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (85.51kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.2.0.v20210114-1214.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (30.22kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.100.v20210415-1446.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (65.27kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.0.v20210322-0909.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (44.7kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.2.0.v20210322-0909.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (71.13kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.3.100.v20210415-1446.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (50.35kB)
[INFO] Fetching org.eclipse.equinox.security.linux_1.0.100.v20210419-1942.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.28kB)
[INFO] Fetching org.eclipse.gef.source_3.13.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/plugins/ (824.2kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (96.46kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (28.44kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (22.92kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (103.89kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (21.94kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (31.54kB)
[INFO] Fetching org.eclipse.gmf_1.15.3.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (15.06kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (756.1kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.10.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (322.13kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.edit.source_1.8.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (136.49kB)
[INFO] Fetching org.apache.batik.shared.resources_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (20.3kB)
[INFO] Fetching org.apache.batik.anim.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (411.77kB)
[INFO] Fetching org.apache.batik.awt.util.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (428.84kB)
[INFO] Fetching org.apache.batik.bridge.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (529.05kB)
[INFO] Fetching org.apache.batik.codec.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (114.68kB)
[INFO] Fetching org.apache.batik.constants.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (16.56kB)
[INFO] Fetching org.apache.batik.css.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (321.27kB)
[INFO] Fetching org.apache.batik.dom.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (179.82kB)
[INFO] Fetching org.apache.batik.dom.svg.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (244.54kB)
[INFO] Fetching org.apache.batik.ext.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (24.6kB)
[INFO] Fetching org.apache.batik.gvt.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (224.52kB)
[INFO] Fetching org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (22.04kB)
[INFO] Fetching org.apache.batik.parser.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (99.8kB)
[INFO] Fetching org.apache.batik.script.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (43.1kB)
[INFO] Fetching org.apache.batik.shared.resources.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (19.09kB)
[INFO] Fetching org.apache.batik.svggen.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (270.98kB)
[INFO] Fetching org.apache.batik.transcoder.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (127.53kB)
[INFO] Fetching org.apache.batik.util.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (128.49kB)
[INFO] Fetching org.apache.batik.xml.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (33.72kB)
[INFO] Fetching org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (679.43kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.core.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (102.67kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.source_1.8.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (178.99kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (73.51kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (36.04kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.source_1.9.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (92.95kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (78.92kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (82.45kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (21.62kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties.source_1.9.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (63.52kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (112.5kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.source_1.9.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (844.19kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (133.31kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (17.93kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (72.22kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties.source_1.8.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (103.38kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (84.64kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (21.2kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render.source_1.7.2.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (83.88kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (87.61kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (50.21kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.source_1.9.2.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (233.65kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (46.76kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt.source_1.10.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (166.21kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (98.31kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (29.34kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.core.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (92.36kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core.source_1.9.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (185.02kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (18.1kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (76.43kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (51.48kB)
[INFO] Fetching org.eclipse.gmf.runtime.gef.ui.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (91.98kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.providers.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (23.05kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (15.67kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (14.72kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (60.39kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render.source_1.8.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (61.98kB)
[INFO] Fetching org.eclipse.help.base_4.3.300.v20210611-1600.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (163.99kB)
[INFO] Fetching org.eclipse.help.webapp_3.10.300.v20210507-0822.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (314.34kB)
[INFO] Fetching org.eclipse.jetty.io_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (194.73kB)
[INFO] Fetching org.eclipse.jetty.security_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (126.39kB)
[INFO] Fetching org.eclipse.jetty.util.ajax_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (68.89kB)
[INFO] Fetching javax.el.source_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (57.06kB)
[INFO] Fetching jakarta.servlet-api.source_4.0.0.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (177.52kB)
[INFO] Fetching javax.servlet.jsp.source_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (129.79kB)
[INFO] Fetching com.sun.el.source_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (73.27kB)
[INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (321.04kB)
[INFO] Fetching org.apache.lucene.analyzers-common.source_8.4.1.v20200122-1459.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.66MB)
[INFO] Fetching org.apache.lucene.core.source_8.4.1.v20200122-1459.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.24MB)
[INFO] Fetching org.apache.lucene.analyzers-smartcn.source_8.4.1.v20200122-1459.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (3.45MB)
[INFO] Fetching org.eclipse.equinox.http.jetty.source_3.8.0.v20210414-1616.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.51kB)
[INFO] Fetching org.eclipse.equinox.http.registry.source_1.2.0.v20200614-1851.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (32.54kB)
[INFO] Fetching org.eclipse.equinox.http.servlet.source_1.7.100.v20210311-1631.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (140.78kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.1.500.v20200422-1833.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.16kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry.source_1.1.400.v20200422-1833.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.02kB)
[INFO] Fetching org.eclipse.help.base.source_4.3.300.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (307.18kB)
[INFO] Fetching org.eclipse.help.ui.source_4.3.0.v20210409-1726.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (220.67kB)
[INFO] Fetching org.eclipse.help.webapp.source_3.10.300.v20210507-0822.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (202.2kB)
[INFO] Fetching org.eclipse.jetty.http.source_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (137.39kB)
[INFO] Fetching org.eclipse.jetty.io.source_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (108.75kB)
[INFO] Fetching org.eclipse.jetty.security.source_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (91.82kB)
[INFO] Fetching org.eclipse.jetty.server.source_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (444.1kB)
[INFO] Fetching org.eclipse.jetty.servlet.source_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (93.3kB)
[INFO] Fetching org.eclipse.jetty.util.source_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (356.14kB)
[INFO] Fetching org.eclipse.jetty.util.ajax.source_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.6kB)
[INFO] Fetching org.slf4j.api.source_1.7.30.v20200204-2150.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (67.32kB)
[INFO] Fetching org.eclipse.core.net.source_1.3.1100.v20210424-0724.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (55.55kB)
[INFO] Fetching org.eclipse.jdt_3.18.800.v20210611-1600.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (29.46kB)
[INFO] Fetching org.eclipse.ui.intro_3.6.200.v20210409-1747.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (141.77kB)
[INFO] Fetching org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.5kB)
[INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.59kB)
[INFO] Fetching org.eclipse.jdt.apt.core_3.6.900.v20210317-0507.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (127.99kB)
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.500.v20200322-1447.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.1kB)
[INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.1200.v20210521-0550.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (41.57kB)
[INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.1300.v20210419-1022.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (77.46kB)
[INFO] Fetching org.eclipse.jdt.apt.ui_3.6.600.v20210406-0802.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (31.52kB)
[INFO] Fetching org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.04kB)
[INFO] Fetching org.eclipse.jdt.doc.isv_3.14.1200.v20210611-1636.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (5.03MB)
[INFO] Fetching org.eclipse.jdt.doc.user_3.15.1100.v20210531-1101.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.63MB)
[INFO] Fetching org.eclipse.jdt.junit.core_3.10.1100.v20210429-2046.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (65.64kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.6.0.v20210326-1249.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.34kB)
[INFO] Fetching org.eclipse.jdt.junit4.runtime_1.2.0.v20210326-1251.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.39kB)
[INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.1300.v20210320-1132.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.91kB)
[INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (123kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (29.18kB)
[INFO] Fetching org.junit.jupiter.api_5.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (63.4kB)
[INFO] Fetching org.junit.jupiter.engine_5.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (73.54kB)
[INFO] Fetching org.junit.jupiter.migrationsupport_5.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.55kB)
[INFO] Fetching org.junit.jupiter.params_5.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (186.1kB)
[INFO] Fetching org.junit.platform.commons_1.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (51.05kB)
[INFO] Fetching org.junit.platform.engine_1.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (60.02kB)
[INFO] Fetching org.junit.platform.launcher_1.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (53.71kB)
[INFO] Fetching org.junit.platform.runner_1.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.11kB)
[INFO] Fetching org.junit.platform.suite.api_1.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.91kB)
[INFO] Fetching org.junit.vintage.engine_5.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (33.82kB)
[INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.79kB)
[INFO] Fetching org.eclipse.ant.ui.source_3.8.0.v20210415-1314.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (609.92kB)
[INFO] Fetching org.eclipse.jdt.apt.core.source_3.6.900.v20210317-0507.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (355.63kB)
[INFO] Fetching org.eclipse.jdt.apt.ui.source_3.6.600.v20210406-0802.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (45.87kB)
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core.source_1.2.500.v20200322-1447.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (33.82kB)
[INFO] Fetching org.eclipse.jdt.compiler.apt.source_1.3.1300.v20210419-1022.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (135.72kB)
[INFO] Fetching org.eclipse.jdt.compiler.tool.source_1.2.1200.v20210521-0550.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (50.83kB)
[INFO] Fetching org.eclipse.jdt.core.source_3.26.0.v20210609-0549.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (5.21MB)
[INFO] Fetching org.eclipse.jdt.core.formatterapp.source_1.0.0.v20200119-0748.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.86kB)
[INFO] Fetching org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.06kB)
[INFO] Fetching org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (17.86kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation.source_1.14.400.v20210531-0737.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.jdt.debug.ui.source_3.12.300.v20210517-0748.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (844.98kB)
[INFO] Fetching org.eclipse.jdt.debug.source_3.17.200.v20210513-1223.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (765.51kB)
[INFO] Fetching org.eclipse.jdt.junit.source_3.12.0.v20210521-1840.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (198.32kB)
[INFO] Fetching org.eclipse.jdt.junit.core.source_3.10.1100.v20210429-2046.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (113.74kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.6.0.v20210326-1249.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (45.79kB)
[INFO] Fetching org.eclipse.jdt.junit4.runtime.source_1.2.0.v20210326-1251.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.38kB)
[INFO] Fetching org.eclipse.jdt.junit5.runtime.source_1.0.1300.v20210320-1132.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (15.11kB)
[INFO] Fetching org.eclipse.jdt.launching.source_3.19.200.v20210326-1452.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (350.84kB)
[INFO] Fetching org.eclipse.jdt.ui.source_3.23.0.v20210530-1810.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (5.38MB)
[INFO] Fetching org.junit.source_4.13.0.v20200204-1500.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (258.21kB)
[INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (51.3kB)
[INFO] Fetching org.junit.jupiter.api.source_5.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (197.02kB)
[INFO] Fetching org.junit.jupiter.engine.source_5.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (138.86kB)
[INFO] Fetching org.junit.jupiter.migrationsupport.source_5.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (39.73kB)
[INFO] Fetching org.junit.jupiter.params.source_5.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (84.22kB)
[INFO] Fetching org.junit.platform.commons.source_1.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (90.3kB)
[INFO] Fetching org.junit.platform.engine.source_1.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (152.5kB)
[INFO] Fetching org.junit.platform.launcher.source_1.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (101.55kB)
[INFO] Fetching org.junit.platform.runner.source_1.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.97kB)
[INFO] Fetching org.junit.platform.suite.api.source_1.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.47kB)
[INFO] Fetching org.junit.vintage.engine.source_5.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (53.97kB)
[INFO] Fetching org.opentest4j.source_1.2.0.v20190826-0900.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.88kB)
[INFO] Fetching org.apiguardian.source_1.1.0.v20190826-0900.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.05kB)
[INFO] Fetching org.eclipse.ant.launching.source_1.3.0.v20210415-1314.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (128.09kB)
[INFO] Fetching org.eclipse.jgit.archive_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.54kB)
[INFO] Fetching org.eclipse.jgit.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.94MB)
[INFO] Fetching org.eclipse.jgit.ant.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.24kB)
[INFO] Fetching org.eclipse.jgit.archive.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.31kB)
[INFO] Fetching org.eclipse.jgit.http.apache.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.78kB)
[INFO] Fetching org.eclipse.jgit.http.server.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (66.66kB)
[INFO] Fetching org.eclipse.jgit.junit.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.75kB)
[INFO] Fetching org.eclipse.jgit.junit.http.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.94kB)
[INFO] Fetching org.eclipse.jgit.junit.ssh.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (56.1kB)
[INFO] Fetching org.eclipse.jgit.lfs.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (61.73kB)
[INFO] Fetching org.eclipse.jgit.lfs.server.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.68kB)
[INFO] Fetching org.eclipse.jgit.pgm.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (159.2kB)
[INFO] Fetching org.eclipse.jgit.ssh.apache.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (110.22kB)
[INFO] Fetching org.eclipse.jgit.ssh.jsch.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.69kB)
[INFO] Fetching org.eclipse.jgit.ui.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.61kB)
[INFO] Fetching org.eclipse.jgit.gpg.bc.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (47.24kB)
[INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.71kB)
[INFO] Fetching org.eclipse.jsch.ui_1.4.0.v20210426-0843.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.54kB)
[INFO] Fetching org.eclipse.mylyn.commons.core_3.25.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (88.99kB)
[INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.25.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (73.36kB)
[INFO] Fetching org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (222.89kB)
[INFO] Fetching org.eclipse.mylyn.commons.workbench_3.25.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (107.68kB)
[INFO] Fetching org.eclipse.mylyn.commons.identity.core_1.17.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.35kB)
[INFO] Fetching org.eclipse.mylyn.commons.net_3.25.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (60.16kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.17.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.45kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_1.17.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.04kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.17.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (37.63kB)
[INFO] Fetching org.eclipse.mylyn.commons.repositories.core_1.17.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (31.53kB)
[INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_1.17.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (62.39kB)
[INFO] Fetching org.eclipse.mylyn.monitor.core_3.25.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.64kB)
[INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.25.2.v20200828-1617.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (69.55kB)
[INFO] Fetching org.eclipse.mylyn.context.ui_3.25.2.v20200828-1617.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (110.91kB)
[INFO] Fetching org.eclipse.mylyn.monitor.ui_3.25.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (31.68kB)
[INFO] Fetching org.eclipse.mylyn.resources.ui_3.25.2.v20200828-1617.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (47.2kB)
[INFO] Fetching org.eclipse.mylyn.discovery.core_3.25.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (61.21kB)
[INFO] Fetching org.eclipse.mylyn.discovery.ui_3.25.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (61.7kB)
[INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.25.2.v20200814-0512.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.16kB)
[INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.25.2.v20200814-0512.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.33kB)
[INFO] Fetching org.eclipse.mylyn.tasks.search_3.25.2.v20200814-0512.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (46.77kB)
[INFO] Fetching org.eclipse.ui.browser_3.6.1100.v20210118-1327.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (98.02kB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.core_2.0.1.202106070924.jar from https://download.eclipse.org/nattable/releases/2.0.1/repository/plugins/ (2.73MB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_2.0.1.202106070924.jar from https://download.eclipse.org/nattable/releases/2.0.1/repository/plugins/ (134.04kB)
[INFO] Fetching org.eclipse.nebula.widgets.richtext.source_1.3.0.201912241810.jar from http://download.eclipse.org/nebula/releases/2.3.0/plugins/ (1.52MB)
[INFO] Fetching org.eclipse.pde.ds.lib_1.1.500.v20210209-1250.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (31.31kB)
[INFO] Fetching org.eclipse.pde.api.tools_1.2.500.v20210521-1226.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (929.84kB)
[INFO] Fetching org.objectweb.asm.tree_9.1.0.v20210209-1849.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.39kB)
[INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.400.v20190929-1236.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.65kB)
[INFO] Fetching org.eclipse.pde.api.tools.ui_1.2.300.v20210415-0924.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (206.58kB)
[INFO] Fetching org.eclipse.pde.ui_3.13.100.v20210515-0638.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.45MB)
[INFO] Fetching org.eclipse.pde.doc.user_3.14.1200.v20210611-1636.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (6.86MB)
[INFO] Fetching org.eclipse.pde.ds.annotations_1.2.100.v20210211-1236.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (63.08kB)
[INFO] Fetching org.eclipse.pde.ds.core_1.2.300.v20210316-0728.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.9kB)
[INFO] Fetching org.eclipse.pde.ds.ui_1.2.100.v20210507-0837.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (79.49kB)
[INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.77kB)
[INFO] Fetching org.eclipse.pde_3.13.1500.v20210611-1600.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (41.29kB)
[INFO] Fetching org.eclipse.pde.junit.runtime_3.6.0.v20210513-1344.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.35kB)
[INFO] Fetching org.eclipse.pde.runtime_3.7.200.v20210513-1344.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (106.98kB)
[INFO] Fetching org.eclipse.pde.ui.templates_3.7.200.v20201208-0953.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (377.36kB)
[INFO] Fetching org.eclipse.pde.launching_3.9.300.v20210513-1344.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (52.12kB)
[INFO] Fetching org.eclipse.pde.ua.core_1.2.200.v20210208-1459.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (33.04kB)
[INFO] Fetching org.eclipse.pde.ua.ui_1.2.200.v20210515-0638.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (141.29kB)
[INFO] Fetching org.eclipse.ui.trace_1.2.0.v20210110-1242.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.19kB)
[INFO] Fetching org.eclipse.pde.genericeditor.extension_1.1.100.v20201207-1622.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (32.81kB)
[INFO] Fetching org.eclipse.tools.layout.spy_1.1.0.v20210110-1247.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.32kB)
[INFO] Fetching org.eclipse.pde.build.source_3.11.0.v20210429-0618.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (317.24kB)
[INFO] Fetching org.eclipse.pde.core.source_3.14.300.v20210515-0638.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1,004.16kB)
[INFO] Fetching org.eclipse.pde.junit.runtime.source_3.6.0.v20210513-1344.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.02kB)
[INFO] Fetching org.eclipse.pde.runtime.source_3.7.200.v20210513-1344.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (83.36kB)
[INFO] Fetching org.eclipse.pde.ui.source_3.13.100.v20210515-0638.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.05MB)
[INFO] Fetching org.eclipse.pde.ui.templates.source_3.7.200.v20201208-0953.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (107.52kB)
[INFO] Fetching org.objectweb.asm.source_9.1.0.v20210209-1849.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (188.4kB)
[INFO] Fetching org.objectweb.asm.tree.source_9.1.0.v20210209-1849.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (86.62kB)
[INFO] Fetching org.eclipse.pde.api.tools.source_1.2.500.v20210521-1226.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (652.57kB)
[INFO] Fetching org.eclipse.pde.api.tools.annotations.source_1.1.400.v20190929-1236.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.56kB)
[INFO] Fetching org.eclipse.pde.api.tools.ui.source_1.2.300.v20210415-0924.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (250.43kB)
[INFO] Fetching org.eclipse.pde.ds.core.source_1.2.300.v20210316-0728.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (50.83kB)
[INFO] Fetching org.eclipse.pde.ds.ui.source_1.2.100.v20210507-0837.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (94.81kB)
[INFO] Fetching org.eclipse.pde.launching.source_3.9.300.v20210513-1344.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (93.88kB)
[INFO] Fetching org.eclipse.pde.ua.core.source_1.2.200.v20210208-1459.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (104.7kB)
[INFO] Fetching org.eclipse.pde.ua.ui.source_1.2.200.v20210515-0638.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (272.64kB)
[INFO] Fetching org.eclipse.ui.trace.source_1.2.0.v20210110-1242.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (51.75kB)
[INFO] Fetching org.eclipse.pde.ds.annotations.source_1.2.100.v20210211-1236.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (77.36kB)
[INFO] Fetching org.eclipse.pde.genericeditor.extension.source_1.1.100.v20201207-1622.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (63.34kB)
[INFO] Fetching org.eclipse.pde.ds.lib.source_1.1.500.v20210209-1250.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (29.97kB)
[INFO] Fetching org.eclipse.pde.ds1_2.lib.source_1.0.500.v20210209-1250.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.56kB)
[INFO] Fetching org.eclipse.tools.layout.spy.source_1.1.0.v20210110-1247.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.45kB)
[INFO] Fetching org.eclipse.ui.views.log_1.2.1500.v20210315-1034.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (85.02kB)
[INFO] Fetching org.eclipse.ui.genericeditor_1.2.0.v20210129-1224.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (51.41kB)
[INFO] Fetching org.eclipse.platform_4.20.0.v20210611-1600.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (617.88kB)
[INFO] Fetching org.eclipse.platform.doc.isv_4.20.0.v20210611-1636.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.39MB)
[INFO] Fetching org.eclipse.platform.doc.user_4.20.0.v20210530-2150.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (6.04MB)
[INFO] Fetching org.eclipse.text.quicksearch_1.1.100.v20210426-1601.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (36.43kB)
[INFO] Fetching org.eclipse.ui.intro.universal_3.4.200.v20210409-1747.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.83MB)
[INFO] Fetching org.eclipse.ui.monitoring_1.2.0.v20210111-1353.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.58kB)
[INFO] Fetching org.eclipse.ui.net_1.4.0.v20210426-0838.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.18kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.4.100.v20210506-1050.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (56.41kB)
[INFO] Fetching org.eclipse.ui.themes_1.2.1400.v20210315-1604.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.46kB)
[INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.100.v20210315-0954.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14kB)
[INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.1.0.v20210426-0951.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.84kB)
[INFO] Fetching org.apache.ant.source_1.10.10.v20210426-1926.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.45MB)
[INFO] Fetching org.eclipse.ant.core.source_3.6.0.v20210415-1314.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (97.18kB)
[INFO] Fetching com.jcraft.jsch.source_0.1.55.v20190404-1902.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (294.21kB)
[INFO] Fetching org.eclipse.compare.core.source_3.6.1000.v20201020-1107.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (62.17kB)
[INFO] Fetching org.eclipse.compare.source_3.8.0.v20210415-0713.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (422.89kB)
[INFO] Fetching org.eclipse.core.filebuffers.source_3.7.0.v20210512-1543.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (87.57kB)
[INFO] Fetching org.eclipse.core.filesystem.source_1.9.0.v20210419-1155.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (92.9kB)
[INFO] Fetching org.eclipse.core.net.linux.source_1.0.0.v20210424-0724.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (11.35kB)
[INFO] Fetching org.eclipse.core.net.linux.x86_64.source_1.2.500.v20210510-1619.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.41kB)
[INFO] Fetching org.eclipse.core.resources.source_3.15.0.v20210521-0722.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (799.99kB)
[INFO] Fetching org.eclipse.debug.core.source_3.18.100.v20210511-0446.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (403.17kB)
[INFO] Fetching org.eclipse.debug.ui.source_3.15.0.v20210525-1810.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.67MB)
[INFO] Fetching org.eclipse.e4.ui.ide.source_3.15.200.v20210108-1832.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.73kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring.source_3.11.400.v20210427-0555.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (294.96kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring.source_3.11.400.v20210320-1132.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (251.14kB)
[INFO] Fetching org.eclipse.platform.source_4.20.0.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.67kB)
[INFO] Fetching org.eclipse.search.source_3.13.200.v20210419-1029.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (298.72kB)
[INFO] Fetching org.eclipse.text.quicksearch.source_1.1.100.v20210426-1601.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (59.43kB)
[INFO] Fetching org.eclipse.team.core.source_3.9.0.v20210510-1748.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (367.76kB)
[INFO] Fetching org.eclipse.team.ui.source_3.9.0.v20210426-0837.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (765.86kB)
[INFO] Fetching org.eclipse.text.source_3.12.0.v20210512-1644.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (279.35kB)
[INFO] Fetching org.eclipse.jface.text.source_3.18.0.v20210512-1640.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (810.28kB)
[INFO] Fetching org.eclipse.jsch.core.source_1.3.900.v20200422-1935.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (38.72kB)
[INFO] Fetching org.eclipse.jsch.ui.source_1.4.0.v20210426-0843.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (47.91kB)
[INFO] Fetching org.eclipse.ui.console.source_3.11.0.v20210510-1914.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (136.98kB)
[INFO] Fetching org.eclipse.ui.intro.source_3.6.200.v20210409-1747.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (253.77kB)
[INFO] Fetching org.eclipse.ui.intro.universal.source_3.4.200.v20210409-1747.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (57.06kB)
[INFO] Fetching org.eclipse.ui.cheatsheets.source_3.7.300.v20210507-0822.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (251.12kB)
[INFO] Fetching org.eclipse.ui.browser.source_3.6.1100.v20210118-1327.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (96.14kB)
[INFO] Fetching org.eclipse.ui.genericeditor.source_1.2.0.v20210129-1224.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (92.19kB)
[INFO] Fetching org.eclipse.ui.monitoring.source_1.2.0.v20210111-1353.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (45.22kB)
[INFO] Fetching org.eclipse.ui.navigator.source_3.10.100.v20210415-0924.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (308.93kB)
[INFO] Fetching org.eclipse.ui.navigator.resources.source_3.8.100.v20210319-0848.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (102.5kB)
[INFO] Fetching org.eclipse.ui.net.source_1.4.0.v20210426-0838.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (28.59kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor.source_3.16.100.v20210512-1009.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (430.32kB)
[INFO] Fetching org.eclipse.ui.views.source_3.11.0.v20210111-1351.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (80.28kB)
[INFO] Fetching org.eclipse.ui.editors.source_3.14.100.v20210513-1110.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (330.04kB)
[INFO] Fetching org.eclipse.ui.externaltools.source_3.5.0.v20210510-1849.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (82.17kB)
[INFO] Fetching org.eclipse.ui.ide.source_3.18.200.v20210523-1724.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.25MB)
[INFO] Fetching org.eclipse.ui.ide.application.source_1.4.100.v20210506-1050.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (50.79kB)
[INFO] Fetching org.eclipse.core.variables.source_3.5.0.v20210510-1945.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (37.71kB)
[INFO] Fetching org.eclipse.ui.forms.source_3.11.100.v20210108-1139.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (217.7kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed.source_3.9.100.v20201223-1348.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (82.81kB)
[INFO] Fetching org.eclipse.equinox.security.linux.source_1.0.100.v20210419-1942.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.13kB)
[INFO] Fetching org.eclipse.core.externaltools.source_1.2.0.v20210510-1841.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (35.89kB)
[INFO] Fetching org.eclipse.ui.themes.source_1.2.1400.v20210315-1604.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.36kB)
[INFO] Fetching org.eclipse.ui.intro.quicklinks.source_1.1.100.v20210315-0954.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.24kB)
[INFO] Fetching org.eclipse.team.genericeditor.diff.extension.source_1.1.0.v20210426-0951.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.19kB)
[INFO] Fetching org.eclipse.ui.views.log.source_1.2.1500.v20210315-1034.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (59.8kB)
[INFO] Fetching org.eclipse.update.configurator_3.4.800.v20210415-1314.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.69kB)
[INFO] Fetching org.eclipse.rcp_4.20.0.v20210611-1600.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.44kB)
[INFO] Fetching org.eclipse.help.source_3.9.0.v20210507-0822.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (180kB)
[INFO] Fetching org.eclipse.ui.source_3.119.0.v20210111-1350.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (145.52kB)
[INFO] Fetching org.eclipse.ui.workbench.source_3.122.200.v20210506-1640.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.47MB)
[INFO] Fetching org.eclipse.update.configurator.source_3.4.800.v20210415-1314.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (76.41kB)
[INFO] Fetching com.ibm.icu.source_67.1.0.v20200706-1749.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.36MB)
[INFO] Fetching org.eclipse.sdk_4.20.0.v20210611-1600.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (384.82kB)
[INFO] Fetching org.eclipse.sirius.common.acceleo.aql_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (36.15kB)
[INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (20.76kB)
[INFO] Fetching org.eclipse.sirius.common.acceleo.aql.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (21.73kB)
[INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (13.85kB)
[INFO] Fetching org.eclipse.sirius.common.interpreter_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (20.54kB)
[INFO] Fetching org.eclipse.sirius.common.interpreter.aql_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (13.35kB)
[INFO] Fetching org.eclipse.sirius.common.ui.ext_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (11.51kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (188.52kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (390.83kB)
[INFO] Fetching org.eclipse.sirius.doc_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (11.6MB)
[INFO] Fetching org.eclipse.sirius.doc.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (11.6MB)
[INFO] Fetching org.eclipse.sirius.ext.e3_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (9.46kB)
[INFO] Fetching org.eclipse.sirius.ext.gmf.notation_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (9.44kB)
[INFO] Fetching org.eclipse.sirius.ext.ide_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (20.98kB)
[INFO] Fetching org.eclipse.sirius.interpreter_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (31.92kB)
[INFO] Fetching org.eclipse.sirius.common.interpreter.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (16.91kB)
[INFO] Fetching org.eclipse.sirius.common.interpreter.aql.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (10.81kB)
[INFO] Fetching org.eclipse.sirius.synchronizer_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (38.19kB)
[INFO] Fetching org.eclipse.sirius.tree.model_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (155.67kB)
[INFO] Fetching org.eclipse.sirius.tree_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (111.75kB)
[INFO] Fetching org.eclipse.sirius.interpreter.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (22.9kB)
[INFO] Fetching org.eclipse.sirius.table.ui.ext_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (11.58kB)
[INFO] Fetching org.eclipse.sirius.tree.ui.ext_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (11.56kB)
[INFO] Fetching org.eclipse.sirius.ui.editor_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (102.67kB)
[INFO] Fetching org.eclipse.sirius.ui.ext_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (18.65kB)
[INFO] Fetching org.eclipse.sirius.common.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (155.48kB)
[INFO] Fetching org.eclipse.sirius.common.ui.ext.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (9.84kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (241.62kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence.model.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (277.87kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence.edit.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (137.02kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (256.68kB)
[INFO] Fetching org.eclipse.sirius.diagram.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (2.39MB)
[INFO] Fetching org.eclipse.sirius.diagram.ui.ext.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (9.89kB)
[INFO] Fetching org.eclipse.sirius.table.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (406.26kB)
[INFO] Fetching org.eclipse.sirius.table.ui.ext.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (10.04kB)
[INFO] Fetching org.eclipse.sirius.tree.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (171.59kB)
[INFO] Fetching org.eclipse.sirius.tree.ui.ext.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (10.05kB)
[INFO] Fetching org.eclipse.sirius.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (885.91kB)
[INFO] Fetching org.eclipse.sirius.ui.editor.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (54.3kB)
[INFO] Fetching org.eclipse.sirius.ui.ext.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (9.87kB)
[INFO] Fetching org.eclipse.sirius.ext.swt.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (10.75kB)
[INFO] Fetching org.eclipse.sirius.ext.jface.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (10.18kB)
[INFO] Fetching org.eclipse.sirius.ext.e3.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (23.86kB)
[INFO] Fetching org.eclipse.sirius.ext.draw2d.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (30.06kB)
[INFO] Fetching org.eclipse.sirius.ext.gef.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (13.81kB)
[INFO] Fetching org.eclipse.sirius.ext.gmf.runtime.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (97.38kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (13.73kB)
[INFO] Fetching org.eclipse.sirius.common.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (201.75kB)
[INFO] Fetching org.eclipse.sirius.ecore.extender.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (82.95kB)
[INFO] Fetching org.eclipse.sirius.synchronizer.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (31.15kB)
[INFO] Fetching org.eclipse.sirius.model.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (657.58kB)
[INFO] Fetching org.eclipse.sirius.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (692.89kB)
[INFO] Fetching org.eclipse.sirius.diagram.model.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (725.32kB)
[INFO] Fetching org.eclipse.sirius.diagram.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (496.87kB)
[INFO] Fetching org.eclipse.sirius.diagram.formatdata.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (54.5kB)
[INFO] Fetching org.eclipse.sirius.table.model.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (233.92kB)
[INFO] Fetching org.eclipse.sirius.table.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (93.11kB)
[INFO] Fetching org.eclipse.sirius.tree.model.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (146.13kB)
[INFO] Fetching org.eclipse.sirius.tree.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (84.89kB)
[INFO] Fetching org.eclipse.sirius.ext.base.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (27.5kB)
[INFO] Fetching org.eclipse.sirius.ext.e3.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (8.53kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (15.68kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.edit.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (13.36kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.tx.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (10.45kB)
[INFO] Fetching org.eclipse.sirius.ext.gmf.notation.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (8.54kB)
[INFO] Fetching org.eclipse.sirius.ext.ide.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/plugins/ (18.19kB)
[INFO] Fetching org.eclipse.xtext.buildship_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (15.55kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.33kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.41kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (551.75kB)
[INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.34kB)
[INFO] Fetching org.eclipse.xtext.m2e_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (24.04kB)
[INFO] Fetching org.eclipse.xtext.source_2.25.0.v20210301-0843.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.41MB)
[INFO] Fetching org.eclipse.xtext.util.source_2.25.0.v20210301-0843.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (138.51kB)
[INFO] Fetching org.eclipse.xtext.logging.source_1.2.15.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.04kB)
[INFO] Fetching org.eclipse.xtext.common.types.source_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (359.06kB)
[INFO] Fetching org.eclipse.xtext.builder.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (203.05kB)
[INFO] Fetching org.eclipse.xtext.ecore.source_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.03kB)
[INFO] Fetching org.eclipse.xtext.smap.source_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.79kB)
[INFO] Fetching org.eclipse.xtext.ui.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.01MB)
[INFO] Fetching org.eclipse.xtext.ui.codemining_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.42kB)
[INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (11.43kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (136.19kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.51kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.3kB)
[INFO] Fetching org.eclipse.xtext.ui.shared.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (28.38kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (125.35kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (88.92kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (84.41kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (97.07kB)
[INFO] Fetching org.eclipse.xtend.lib.source_2.25.0.v20210301-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (115.28kB)
[INFO] Fetching org.eclipse.xtend.lib.macro.source_2.25.0.v20210301-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (88.66kB)
[INFO] Fetching org.eclipse.xtext.ide.source_2.25.0.v20210301-0843.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (275.54kB)
[INFO] Fetching org.eclipse.xtext.m2e.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.06kB)
[INFO] Fetching org.eclipse.xtext.buildship.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (11.57kB)
[INFO] Fetching org.eclipse.xtext.xbase.source_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.82MB)
[INFO] Fetching org.eclipse.xtext.xbase.ui.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (276.68kB)
[INFO] Fetching org.eclipse.xtext.xbase.ide.source_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (393.78kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib.source_2.25.0.v20210301-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (101.75kB)
[INFO] Fetching org.polarsys.capella.commandline.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (48.63kB)
[INFO] Fetching org.polarsys.capella.common.re.gen.edit_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (66.23kB)
[INFO] Fetching org.polarsys.capella.common.libraries.gen.edit_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (42.29kB)
[INFO] Fetching org.polarsys.capella.common.id.handler_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (16.3kB)
[INFO] Fetching org.polarsys.capella.common.re_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (254.01kB)
[INFO] Fetching org.polarsys.capella.common.transition_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (277.01kB)
[INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.console_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (18.82kB)
[INFO] Fetching org.polarsys.capella.common.tools.report.appenders.console_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (22.9kB)
[INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (21.83kB)
[INFO] Fetching org.polarsys.capella.common.tools.report.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (20.95kB)
[INFO] Fetching org.polarsys.capella.common.platform.sirius.customization_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (24.54kB)
[INFO] Fetching org.polarsys.capella.common.re.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (135.26kB)
[INFO] Fetching org.polarsys.capella.core.transition.common.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (58.89kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.clipboard_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (111.07kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.navigator_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (313.96kB)
[INFO] Fetching org.polarsys.capella.common.tools.report.appenders.file_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (17.28kB)
[INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (20.31kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (32.05kB)
[INFO] Fetching org.polarsys.capella.core.compare_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (64.22kB)
[INFO] Fetching org.polarsys.capella.common.ui.massactions_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (40.86kB)
[INFO] Fetching org.polarsys.kitalpha.massactions_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (38.92kB)
[INFO] Fetching org.polarsys.capella.common.ui.massactions.core_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (65.53kB)
[INFO] Fetching org.polarsys.kitalpha.massactions.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (27.21kB)
[INFO] Fetching org.polarsys.kitalpha.massactions.visualize_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (66.05kB)
[INFO] Fetching org.polarsys.capella.core.ui.semantic.browser_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (80.49kB)
[INFO] Fetching org.polarsys.capella.common.ui.massactions.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (194.44kB)
[INFO] Fetching org.polarsys.capella.core.af.integration.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (26.58kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (301.82kB)
[INFO] Fetching org.polarsys.capella.core.application_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (16.49kB)
[INFO] Fetching org.polarsys.capella.core.commandline.core_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (51.41kB)
[INFO] Fetching org.polarsys.capella.core.commandline.core.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (29.11kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.perspective_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (117.9kB)
[INFO] Fetching org.polarsys.capella.core.model.skeleton_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (48.34kB)
[INFO] Fetching org.polarsys.capella.core.model.semantic_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (38.92kB)
[INFO] Fetching org.polarsys.capella.core.semantic.queries_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (549.32kB)
[INFO] Fetching org.polarsys.capella.core.data.res.edit_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (733.66kB)
[INFO] Fetching org.polarsys.capella.core.data.res.editor_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (68.13kB)
[INFO] Fetching org.polarsys.capella.core.data.gen.editor_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (1.47MB)
[INFO] Fetching org.polarsys.capella.core.sirius.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (285.84kB)
[INFO] Fetching org.polarsys.capella.core.explorer.activity.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (468.36kB)
[INFO] Fetching org.polarsys.capella.core.data.common.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (30.15kB)
[INFO] Fetching org.polarsys.capella.core.validation.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (48.36kB)
[INFO] Fetching org.polarsys.capella.core.validation.ui.ide_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (61.91kB)
[INFO] Fetching org.polarsys.capella.core.data.common.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (53.52kB)
[INFO] Fetching org.polarsys.capella.core.data.core.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (54.84kB)
[INFO] Fetching org.polarsys.capella.core.data.core.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (110.43kB)
[INFO] Fetching org.polarsys.capella.core.libraries.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (142.13kB)
[INFO] Fetching org.polarsys.capella.core.data.cs.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (77.46kB)
[INFO] Fetching org.polarsys.capella.core.data.information.communication.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (36.38kB)
[INFO] Fetching org.polarsys.capella.core.data.fa.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (106.88kB)
[INFO] Fetching org.polarsys.capella.core.data.cs.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (63.24kB)
[INFO] Fetching org.polarsys.capella.core.data.cs.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (120.7kB)
[INFO] Fetching org.polarsys.capella.core.tiger_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (76.57kB)
[INFO] Fetching org.polarsys.capella.core.transition.system.topdown_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (264.52kB)
[INFO] Fetching org.polarsys.capella.core.data.ctx.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (41.61kB)
[INFO] Fetching org.polarsys.capella.core.data.ctx.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (22.24kB)
[INFO] Fetching org.polarsys.capella.core.data.ctx.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (47.12kB)
[INFO] Fetching org.polarsys.capella.core.data.epbs.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (31.61kB)
[INFO] Fetching org.polarsys.capella.core.data.epbs.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (21.74kB)
[INFO] Fetching org.polarsys.capella.core.data.epbs.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (23.21kB)
[INFO] Fetching org.polarsys.capella.core.data.fa.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (127.48kB)
[INFO] Fetching org.polarsys.capella.core.data.fa.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (144.53kB)
[INFO] Fetching org.polarsys.capella.core.data.fa.ui.wizards_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (76.09kB)
[INFO] Fetching org.polarsys.capella.core.menu.dynamic_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (36.63kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (55.14kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (16.4kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (16.42kB)
[INFO] Fetching org.polarsys.capella.core.data.information.communication.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (23.49kB)
[INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (55.67kB)
[INFO] Fetching org.polarsys.capella.core.data.information.datatype.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (26.95kB)
[INFO] Fetching org.polarsys.capella.core.data.information.datavalue.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (91.85kB)
[INFO] Fetching org.polarsys.capella.core.data.information.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (59.56kB)
[INFO] Fetching org.polarsys.capella.core.data.information.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (137.15kB)
[INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.sirius_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (41.77kB)
[INFO] Fetching org.polarsys.capella.core.data.interaction.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (67.52kB)
[INFO] Fetching org.polarsys.capella.core.data.interaction.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (92.78kB)
[INFO] Fetching org.polarsys.capella.core.data.la.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (32.38kB)
[INFO] Fetching org.polarsys.capella.core.data.la.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (25.41kB)
[INFO] Fetching org.polarsys.capella.core.data.la.ui.wizards_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (53.29kB)
[INFO] Fetching org.polarsys.capella.core.data.la.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (38.89kB)
[INFO] Fetching org.polarsys.capella.core.data.menu.contributions_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (218.39kB)
[INFO] Fetching org.polarsys.capella.core.data.migration_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (155.4kB)
[INFO] Fetching org.polarsys.capella.core.data.modeller.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (21.43kB)
[INFO] Fetching org.polarsys.capella.core.data.oa.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (57.15kB)
[INFO] Fetching org.polarsys.capella.core.data.oa.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (26.31kB)
[INFO] Fetching org.polarsys.capella.core.data.pa.deployment.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (25.48kB)
[INFO] Fetching org.polarsys.capella.core.data.pa.deployment.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (19.56kB)
[INFO] Fetching org.polarsys.capella.core.data.pa.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (32.59kB)
[INFO] Fetching org.polarsys.capella.core.data.pa.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (43.55kB)
[INFO] Fetching org.polarsys.capella.core.data.pa.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (48.23kB)
[INFO] Fetching org.polarsys.capella.core.data.requirement.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (34.58kB)
[INFO] Fetching org.polarsys.capella.core.data.selection.queries_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (29.09kB)
[INFO] Fetching org.polarsys.capella.core.data.sharedmodel.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (19.79kB)
[INFO] Fetching org.polarsys.capella.core.transition.system.topdown.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (63.13kB)
[INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.richtext_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (26.5kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (63.14kB)
[INFO] Fetching org.polarsys.capella.core.ui.properties.richtext_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (65.21kB)
[INFO] Fetching org.polarsys.capella.core.flexibility.wizards_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (21.15kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.project_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (114.5kB)
[INFO] Fetching org.polarsys.capella.core.model.links.helpers_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (52.6kB)
[INFO] Fetching org.polarsys.capella.core.model.obfuscator_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (37.67kB)
[INFO] Fetching org.eclipse.mylyn.help.ui_3.25.2.v20200814-0512.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.2MB)
[INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (121.97kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.adapter_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (19.24kB)
[INFO] Fetching org.polarsys.capella.core.services_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (19.67kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.sirius.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (90.99kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (30.59kB)
[INFO] Fetching org.polarsys.capella.core.preferences.project.configuration_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (77.13kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (87.22kB)
[INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.services_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (21.47kB)
[INFO] Fetching org.polarsys.capella.core.projection.common_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (86.95kB)
[INFO] Fetching org.polarsys.capella.core.projection.common.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (20.67kB)
[INFO] Fetching org.polarsys.capella.core.projection.exchanges_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (54.83kB)
[INFO] Fetching org.polarsys.capella.core.projection.interfaces_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (76.31kB)
[INFO] Fetching org.polarsys.capella.core.projection.scenario_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (167.23kB)
[INFO] Fetching org.polarsys.capella.core.re_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (121.76kB)
[INFO] Fetching org.polarsys.capella.core.transition.system_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (263.83kB)
[INFO] Fetching org.polarsys.capella.core.re.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (37.89kB)
[INFO] Fetching org.polarsys.capella.core.re.updateconnections.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (62.29kB)
[INFO] Fetching org.polarsys.capella.core.re.project_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (48.67kB)
[INFO] Fetching org.polarsys.capella.core.re.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (30.17kB)
[INFO] Fetching org.polarsys.capella.core.re.updateconnections.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (264.5kB)
[INFO] Fetching org.polarsys.capella.core.re.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (43.41kB)
[INFO] Fetching org.polarsys.capella.core.transition.diagram_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (77.49kB)
[INFO] Fetching org.polarsys.capella.core.transition.system.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (27.19kB)
[INFO] Fetching org.polarsys.capella.core.transition.diagram.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (24.63kB)
[INFO] Fetching org.polarsys.capella.core.ui.fastlinker_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (72.22kB)
[INFO] Fetching org.polarsys.capella.core.ui.metric_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (81.11kB)
[INFO] Fetching org.polarsys.capella.ui.views_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (14.06kB)
[INFO] Fetching org.polarsys.capella.core.ui.reportlog_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (29.41kB)
[INFO] Fetching org.polarsys.capella.core.validation.commandline_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (29.91kB)
[INFO] Fetching org.polarsys.capella.core.ui.intro_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (38.13kB)
[INFO] Fetching org.polarsys.capella.core.ui.search_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (131.19kB)
[INFO] Fetching org.polarsys.capella.detachment.propertyvalue_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (59.32kB)
[INFO] Fetching org.polarsys.capella.detachment.version.precondition_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (22.14kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (27.75kB)
[INFO] Fetching org.polarsys.kitalpha.model.detachment.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (48.35kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (28.67kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.precondition_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (21.96kB)
[INFO] Fetching org.polarsys.capella.developer.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (375.9kB)
[INFO] Fetching org.polarsys.capella.diagrams.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (3.21MB)
[INFO] Fetching org.polarsys.capella.diffmerge.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (19.66kB)
[INFO] Fetching org.polarsys.capella.viewpoint.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (53.63kB)
[INFO] Fetching org.polarsys.capella.preferences.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (991.23kB)
[INFO] Fetching org.polarsys.capella.properties.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (89.73kB)
[INFO] Fetching org.polarsys.capella.re.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (2.58MB)
[INFO] Fetching org.polarsys.capella.transitions.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (1.73MB)
[INFO] Fetching org.polarsys.capella.ui.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (16.2MB)
[INFO] Fetching org.polarsys.capella.glossary.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (425.36kB)
[INFO] Fetching org.polarsys.capella.validation.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (93.1kB)
[INFO] Fetching org.polarsys.capella.th.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (11.56MB)
[INFO] Fetching org.polarsys.capella.tipsandtricks.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (9.24MB)
[INFO] Fetching org.polarsys.capella.git.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (3.03MB)
[INFO] Fetching org.polarsys.capella.rcp_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (32.9kB)
[INFO] Fetching org.polarsys.capella.test.diagram.common.ju_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.test.site/plugins/ (491.15kB)
[INFO] Fetching org.polarsys.capella.test.framework_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.test.site/plugins/ (158.54kB)
[INFO] Fetching org.polarsys.kitalpha.massactions.core_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (117.91kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (12.09kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.76kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (18.13kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (84.61kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (80.01kB)
[INFO] Fetching org.polarsys.kitalpha.ad.doc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230322/plugins/ (858.04kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (12.99kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (9.9kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (20.9kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (14.63kB)
[INFO] Fetching org.polarsys.kitalpha.ad.common.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (12.93kB)
[INFO] Fetching org.polarsys.kitalpha.ad.services.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.94kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (49.84kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (10.82kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (85.35kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (50.96kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (33.07kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (17.07kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (14.08kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.emde_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (17.58kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (12.01kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.53kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.91kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (46.46kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (21.12kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (15.3kB)
[INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (79.02kB)
[INFO] Fetching org.polarsys.kitalpha.ad.metadata.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (22.8kB)
[INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (29.6kB)
[INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (17.85kB)
[INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (28.94kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (85.37kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (40.04kB)
[INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (29.63kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (31.78kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (25.19kB)
[INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (124.42kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.share_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (43.29kB)
[INFO] Fetching org.polarsys.kitalpha.cadence.core_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (30.73kB)
[INFO] Fetching org.polarsys.kitalpha.cadence.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (65.1kB)
[INFO] Fetching org.polarsys.kitalpha.cadence.core.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (22.07kB)
[INFO] Fetching org.polarsys.kitalpha.cadence.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (38.83kB)
[INFO] Fetching org.polarsys.kitalpha.common.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (19.66kB)
[INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (18.53kB)
[INFO] Fetching org.polarsys.kitalpha.common.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (16.59kB)
[INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (13.24kB)
[INFO] Fetching org.polarsys.kitalpha.doc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230322/plugins/ (1.07MB)
[INFO] Fetching org.polarsys.kitalpha.emde.doc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230322/plugins/ (454.56kB)
[INFO] Fetching org.polarsys.kitalpha.emde.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (43.95kB)
[INFO] Fetching org.polarsys.kitalpha.emde.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (29.58kB)
[INFO] Fetching org.polarsys.kitalpha.emde.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (24.44kB)
[INFO] Fetching org.polarsys.kitalpha.emde.xmi.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (30.17kB)
[INFO] Fetching org.polarsys.kitalpha.emde.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (17.98kB)
[INFO] Fetching org.polarsys.kitalpha.massactions.doc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (469kB)
[INFO] Fetching org.polarsys.kitalpha.massactions.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (28.71kB)
[INFO] Fetching org.polarsys.kitalpha.massactions.core.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (109.19kB)
[INFO] Fetching org.polarsys.kitalpha.massactions.doc.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (468.23kB)
[INFO] Fetching org.polarsys.kitalpha.massactions.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.49kB)
[INFO] Fetching org.polarsys.kitalpha.massactions.visualize.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (52.28kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (18.19kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (25.01kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (16.77kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (16.05kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (26kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (33.74kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (28.96kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (28.82kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (18.05kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.25kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (14.61kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (13.92kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (13.66kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (15.38kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.precondition.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (18.66kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (13.45kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (16.29kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (14.79kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (21.89kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (25.43kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (12.18kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.share.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (34.29kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (31.23kB)
[INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (19.09kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (14.43kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (20.23kB)
[INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (14.39kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (17.9kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (13.77kB)
[INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (18.77kB)
[INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (31.99kB)
[INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (15.33kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (15.36kB)
[INFO] Fetching org.polarsys.kitalpha.report.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (15.09kB)
[INFO] Fetching org.polarsys.kitalpha.report.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (28.32kB)
[INFO] Fetching org.polarsys.kitalpha.report.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (18.5kB)
[INFO] Fetching org.polarsys.kitalpha.report.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (69.94kB)
[INFO] Fetching org.polarsys.kitalpha.report.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (34.18kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (35.69kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (21.95kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (13.91kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (12.3kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (19.81kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (33.48kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (25.84kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (1.41MB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (24.49kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (34.16kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (20.64kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.common.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (21.6kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (31.78kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.analyzer_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (88.59kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (295.91kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.ecore_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (13.88kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (27.85kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (77.68kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.core_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (24.27kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.scheduler_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (27.7kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.71kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.ecore_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (17.98kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (55.67kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (216.1kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.transformation_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (20.73kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (31.36kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (12.11kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (21.64kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (78.9kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (45.41kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (48.64kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (20.2kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (29.36kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.core.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (18.58kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (18.67kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (163.71kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (37.28kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (68.38kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.scheduler.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.79kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.transformation.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (17.08kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.62kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (28.68kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (16.32kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (29.26kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (29.33kB)
[INFO] Fetching org.eclipse.acceleo.query_7.0.0.202211151354.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (20.73kB)
[INFO] Fetching org.eclipse.acceleo.query.source_7.0.0.202211151354.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (18.53kB)
[INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (25.82kB)
[INFO] Fetching org.eclipse.acceleo.ui.interpreter.source_3.7.12.202211151354.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (19.17kB)
[INFO] Fetching org.eclipse.amalgam.explorer.activity_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/features/ (40.33kB)
[INFO] Fetching org.eclipse.amalgam.explorer.activity_root_1.13.0.202206290806 from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/binary/ (8.65kB)
[INFO] Fetching org.eclipse.amalgam.explorer.activity.source_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/features/ (20.48kB)
[INFO] Fetching org.eclipse.draw2d_3.15.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/features/ (19.74kB)
[INFO] Fetching org.eclipse.draw2d.source_3.15.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/features/ (20.72kB)
[INFO] Fetching org.eclipse.e4.rcp_4.20.0.v20210602-2209.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (21.04kB)
[INFO] Fetching org.eclipse.e4.rcp.source_4.20.0.v20210602-2209.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.95kB)
[INFO] Fetching org.eclipse.ecf.core.feature_1.5.702.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.74kB)
[INFO] Fetching org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (21.02kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.71kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (21.07kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1703.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (27.84kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (29.23kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (27.93kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (29.39kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (23.74kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (25.15kB)
[INFO] Fetching org.eclipse.egit_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.1kB)
[INFO] Fetching org.eclipse.egit.mylyn_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (18.92kB)
[INFO] Fetching org.eclipse.egit.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.03kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.14kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.31kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.09kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.32kB)
[INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.1kB)
[INFO] Fetching org.eclipse.emf.codegen.source_2.22.0.v20210420-0623.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.25kB)
[INFO] Fetching org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.1kB)
[INFO] Fetching org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.28kB)
[INFO] Fetching org.eclipse.emf.common_2.22.0.v20210319-0732.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.06kB)
[INFO] Fetching org.eclipse.emf.common.source_2.22.0.v20210319-0732.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.25kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.17.0.v20190507-0402.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.01kB)
[INFO] Fetching org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.21kB)
[INFO] Fetching org.eclipse.emf.converter_2.16.0.v20210405-0904.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.2kB)
[INFO] Fetching org.eclipse.emf.converter.source_2.16.0.v20210405-0904.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.34kB)
[INFO] Fetching org.eclipse.emf.databinding.edit_1.8.0.v20210113-0340.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.1kB)
[INFO] Fetching org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.34kB)
[INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20190323-1059.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.04kB)
[INFO] Fetching org.eclipse.emf.databinding.source_1.7.0.v20190323-1059.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.26kB)
[INFO] Fetching org.eclipse.emf.diffmerge.egit.feature_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (26.7kB)
[INFO] Fetching org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (22.05kB)
[INFO] Fetching org.eclipse.emf.diffmerge.feature_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (26.92kB)
[INFO] Fetching org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (22.19kB)
[INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (26.69kB)
[INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (22.04kB)
[INFO] Fetching org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (26.8kB)
[INFO] Fetching org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (22.18kB)
[INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (26.71kB)
[INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (22.08kB)
[INFO] Fetching org.eclipse.emf.doc_2.25.0.v20210405-0703.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.04kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.06kB)
[INFO] Fetching org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.26kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.04kB)
[INFO] Fetching org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.24kB)
[INFO] Fetching org.eclipse.emf.ecore_2.24.0.v20210405-0628.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.13kB)
[INFO] Fetching org.eclipse.emf.ecore.source_2.24.0.v20210405-0628.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.28kB)
[INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.02kB)
[INFO] Fetching org.eclipse.emf.edit.source_2.16.0.v20190920-0401.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.17kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.21.0.v20210506-1232.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.07kB)
[INFO] Fetching org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.23kB)
[INFO] Fetching org.eclipse.emf_2.26.0.v20210506-1425.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.26kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.16kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.39kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.11kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.32kB)
[INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20190323-1059.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.03kB)
[INFO] Fetching org.eclipse.emf.mapping.source_2.13.0.v20190323-1059.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.21kB)
[INFO] Fetching org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.05kB)
[INFO] Fetching org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.24kB)
[INFO] Fetching org.eclipse.emf.sdk_2.26.0.v20210506-1425.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.06kB)
[INFO] Fetching org.eclipse.emf.source_2.26.0.v20210506-1425.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.4kB)
[INFO] Fetching org.eclipse.emf.transaction_1.12.0.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (21.63kB)
[INFO] Fetching org.eclipse.emf.transaction.source_1.12.0.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (21.22kB)
[INFO] Fetching org.eclipse.emf.validation_1.12.2.202008210805.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (21.63kB)
[INFO] Fetching org.eclipse.emf.validation.source_1.12.2.202008210805.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (21.25kB)
[INFO] Fetching org.eclipse.emf.workspace_1.12.0.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (21.65kB)
[INFO] Fetching org.eclipse.emf.workspace.source_1.12.0.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (21.24kB)
[INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.1000.v20210507-0825.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.71kB)
[INFO] Fetching org.eclipse.equinox.p2.core.feature.source_1.6.1000.v20210507-0825.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.48kB)
[INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.1200.v20210507-0825.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.13kB)
[INFO] Fetching org.eclipse.equinox.p2.extras.feature.source_1.4.1200.v20210507-0825.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.19kB)
[INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.1200.v20210507-0825.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.06kB)
[INFO] Fetching org.eclipse.equinox.p2.rcp.feature.source_1.4.1200.v20210507-0825.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.15kB)
[INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.1200.v20210507-0825.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (18.93kB)
[INFO] Fetching org.eclipse.equinox.p2.user.ui.source_2.4.1200.v20210507-0825.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.14kB)
[INFO] Fetching org.eclipse.gef_3.15.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/features/ (19.9kB)
[INFO] Fetching org.eclipse.gef.source_3.15.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/features/ (20.88kB)
[INFO] Fetching org.eclipse.gmf_1.15.3.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/features/ (24.07kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.13.1.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (23.46kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.13.1.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (23.44kB)
[INFO] Fetching org.eclipse.gmf.runtime.thirdparty_1.15.3.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/features/ (23.75kB)
[INFO] Fetching org.eclipse.gmf.runtime.thirdparty.source_1.15.3.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/features/ (23.74kB)
[INFO] Fetching org.eclipse.gmf.source_1.15.3.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/features/ (23.97kB)
[INFO] Fetching org.eclipse.help_2.3.600.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.58kB)
[INFO] Fetching org.eclipse.help.source_2.3.600.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (18.85kB)
[INFO] Fetching org.eclipse.jdt_3.18.800.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.78kB)
[INFO] Fetching org.eclipse.jdt.source_3.18.800.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.12kB)
[INFO] Fetching org.eclipse.jgit_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (14.35kB)
[INFO] Fetching org.eclipse.jgit.gpg.bc_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (14.38kB)
[INFO] Fetching org.eclipse.jgit.http.apache_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (14.4kB)
[INFO] Fetching org.eclipse.jgit.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (14.62kB)
[INFO] Fetching org.eclipse.jgit.ssh.apache_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (14.37kB)
[INFO] Fetching org.eclipse.mylyn.commons_3.25.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.17kB)
[INFO] Fetching org.eclipse.mylyn.commons.identity_1.17.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.12kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications_1.17.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.27kB)
[INFO] Fetching org.eclipse.mylyn.commons.repositories_1.17.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.19kB)
[INFO] Fetching org.eclipse.mylyn.context_feature_3.25.2.v20200828-1617.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.21kB)
[INFO] Fetching org.eclipse.mylyn.discovery_3.25.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.15kB)
[INFO] Fetching org.eclipse.mylyn.monitor_3.25.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.14kB)
[INFO] Fetching org.eclipse.mylyn.team_feature_3.25.2.v20200828-1617.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.18kB)
[INFO] Fetching org.eclipse.mylyn_feature_3.25.2.v20200814-0512.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.82kB)
[INFO] Fetching org.eclipse.nebula.widgets.richtext.feature_1.3.0.201912241810.jar from http://download.eclipse.org/nebula/releases/2.3.0/features/ (18.53kB)
[INFO] Fetching org.eclipse.pde_3.14.800.v20210611-1636.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.48kB)
[INFO] Fetching org.eclipse.pde.source_3.14.800.v20210611-1636.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (18.9kB)
[INFO] Fetching org.eclipse.platform_4.20.0.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.62kB)
[INFO] Fetching org.eclipse.platform_root_4.20.0.v20210611-1600 from http://download.eclipse.org/releases/2021-06/202106161001/binary/ (196B)
[INFO] Fetching org.eclipse.platform.source_4.20.0.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.21kB)
[INFO] Fetching org.eclipse.rcp_4.20.0.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.16kB)
[INFO] Fetching org.eclipse.rcp_root_4.20.0.v20210611-1600 from http://download.eclipse.org/releases/2021-06/202106161001/binary/ (24.93kB)
[INFO] Fetching org.eclipse.rcp.source_4.20.0.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.2kB)
[INFO] Fetching org.eclipse.sdk_4.20.0.v20210611-1636.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.06kB)
[INFO] Fetching org.eclipse.sirius.aql_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (20.86kB)
[INFO] Fetching org.eclipse.sirius.aql.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (20.47kB)
[INFO] Fetching org.eclipse.sirius.doc.feature_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (20.89kB)
[INFO] Fetching org.eclipse.sirius.doc.feature.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (20.51kB)
[INFO] Fetching org.eclipse.sirius.interpreter.feature_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (20.78kB)
[INFO] Fetching org.eclipse.sirius.interpreter.feature.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (20.4kB)
[INFO] Fetching org.eclipse.sirius.runtime.aql_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (20.85kB)
[INFO] Fetching org.eclipse.sirius.runtime.aql.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (20.48kB)
[INFO] Fetching org.eclipse.sirius.runtime_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (21.12kB)
[INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (20.97kB)
[INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (20.58kB)
[INFO] Fetching org.eclipse.sirius.runtime.ide.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (21.23kB)
[INFO] Fetching org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (20.66kB)
[INFO] Fetching org.eclipse.sirius.runtime.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/releases/7.1.0/2021-06/features/ (20.58kB)
[INFO] Fetching org.eclipse.xtext.redist_2.25.0.v20210301-1429.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.51kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.25.0.v20210301-1429.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (18.73kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.25.0.v20210301-0822.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (18.66kB)
[INFO] Fetching org.polarsys.capella.common.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (21.17kB)
[INFO] Fetching org.polarsys.capella.common.ui.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (21.09kB)
[INFO] Fetching org.polarsys.capella.common.ui.massactions.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (22.16kB)
[INFO] Fetching org.polarsys.capella.core.advance.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.89kB)
[INFO] Fetching org.polarsys.capella.core.common.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (21.04kB)
[INFO] Fetching org.polarsys.capella.core.common.ui.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.96kB)
[INFO] Fetching org.polarsys.capella.core.compare.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.8kB)
[INFO] Fetching org.polarsys.capella.core.dashboard.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.82kB)
[INFO] Fetching org.polarsys.capella.core.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.73kB)
[INFO] Fetching org.polarsys.capella.core.git.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.77kB)
[INFO] Fetching org.polarsys.capella.core.libraries.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.84kB)
[INFO] Fetching org.polarsys.capella.core.migration.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.76kB)
[INFO] Fetching org.polarsys.capella.core.mylyn.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.77kB)
[INFO] Fetching org.polarsys.capella.core.properties.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (21.07kB)
[INFO] Fetching org.polarsys.capella.core.properties.richtext.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.87kB)
[INFO] Fetching org.polarsys.capella.core.re.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.88kB)
[INFO] Fetching org.polarsys.capella.core.transfo.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.91kB)
[INFO] Fetching org.polarsys.capella.core.transition.common.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.9kB)
[INFO] Fetching org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.86kB)
[INFO] Fetching org.polarsys.capella.core.ui.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (21.26kB)
[INFO] Fetching org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.93kB)
[INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.84kB)
[INFO] Fetching org.polarsys.capella.core.ui.transfo.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.84kB)
[INFO] Fetching org.polarsys.capella.core.ui.wizards.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.9kB)
[INFO] Fetching org.polarsys.capella.core.validation.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (21.07kB)
[INFO] Fetching org.polarsys.capella.detachment.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.78kB)
[INFO] Fetching org.polarsys.capella.doc.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (21.08kB)
[INFO] Fetching org.polarsys.capella.rcp_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (21.44kB)
[INFO] Fetching org.polarsys.kitalpha.ad.doc.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230322/features/ (20.85kB)
[INFO] Fetching org.polarsys.kitalpha.ad.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (21.01kB)
[INFO] Fetching org.polarsys.kitalpha.ad.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.23kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.85kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.16kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.87kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.18kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.89kB)
[INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.2kB)
[INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.86kB)
[INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.2kB)
[INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.83kB)
[INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.18kB)
[INFO] Fetching org.polarsys.kitalpha.ad.ui.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.94kB)
[INFO] Fetching org.polarsys.kitalpha.ad.ui.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.21kB)
[INFO] Fetching org.polarsys.kitalpha.cadence.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.87kB)
[INFO] Fetching org.polarsys.kitalpha.cadence.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.19kB)
[INFO] Fetching org.polarsys.kitalpha.common.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.84kB)
[INFO] Fetching org.polarsys.kitalpha.common.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.18kB)
[INFO] Fetching org.polarsys.kitalpha.doc.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230322/features/ (20.88kB)
[INFO] Fetching org.polarsys.kitalpha.emde.doc.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230322/features/ (20.81kB)
[INFO] Fetching org.polarsys.kitalpha.emde.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.9kB)
[INFO] Fetching org.polarsys.kitalpha.emde.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.17kB)
[INFO] Fetching org.polarsys.kitalpha.emde.ui.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.85kB)
[INFO] Fetching org.polarsys.kitalpha.emde.ui.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.16kB)
[INFO] Fetching org.polarsys.kitalpha.massactions.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (21.18kB)
[INFO] Fetching org.polarsys.kitalpha.massactions.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (17.37kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (21.25kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.29kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (21.21kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.27kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.share.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.85kB)
[INFO] Fetching org.polarsys.kitalpha.model.common.share.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.23kB)
[INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.91kB)
[INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.27kB)
[INFO] Fetching org.polarsys.kitalpha.model.detachment.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (21.2kB)
[INFO] Fetching org.polarsys.kitalpha.model.detachment.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.22kB)
[INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (21.24kB)
[INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.29kB)
[INFO] Fetching org.polarsys.kitalpha.report.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.85kB)
[INFO] Fetching org.polarsys.kitalpha.report.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.18kB)
[INFO] Fetching org.polarsys.kitalpha.report.ui.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.86kB)
[INFO] Fetching org.polarsys.kitalpha.report.ui.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.16kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.96kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.3kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.89kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.2kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.82kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.17kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.87kB)
[INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.19kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.85kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.82kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.2kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.92kB)
[INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.23kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (21.16kB)
[INFO] Fetching org.polarsys.kitalpha.transposer.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.26kB)
[INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.site:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_master/releng/org.polarsys.capella.scenario.editor.site/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.site:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_master/releng/org.polarsys.capella.scenario.editor.site/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.site:0.11.1-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_master/releng/org.polarsys.capella.scenario.editor.site/pom.xml
[WARNING] The project org.polarsys:org.polarsys.capella.scenario.editor.parent:pom:0.11.1-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Capella Textual Editor Addon                                       [pom]
[INFO] org.polarsys.capella.scenario.editor.plugins                       [pom]
[INFO] org.polarsys.capella.scenario.editor                    [eclipse-plugin]
[INFO] org.polarsys.capella.scenario.editor.doc                [eclipse-plugin]
[INFO] org.polarsys.capella.scenario.editor.dsl                [eclipse-plugin]
[INFO] org.polarsys.capella.scenario.editor.dsl.ide            [eclipse-plugin]
[INFO] org.polarsys.capella.scenario.editor.dsl.ui             [eclipse-plugin]
[INFO] org.polarsys.capella.scenario.editor.embeddededitor     [eclipse-plugin]
[INFO] org.polarsys.capella.scenario.editor.feature           [eclipse-feature]
[INFO] org.polarsys.capella.scenario.editor.ju            [eclipse-test-plugin]
[INFO] org.polarsys.capella.scenario.editor.tests.feature     [eclipse-feature]
[INFO] org.polarsys.capella.scenario.editor.features                      [pom]
[INFO] org.polarsys.capella.scenario.editor.site           [eclipse-repository]
[INFO] 
[INFO] ------< org.polarsys:org.polarsys.capella.scenario.editor.parent >------
[INFO] Building Capella Textual Editor Addon 0.11.1-SNAPSHOT             [1/13]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.scenario.editor.parent ---
[INFO] 
[INFO] --- tycho-source:2.6.0:plugin-source (plugin-source) @ org.polarsys.capella.scenario.editor.parent ---
[INFO] 
[INFO] --- tycho-p2:2.6.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.scenario.editor.parent ---
[INFO] 
[INFO] --- tycho-pack200a:2.6.0:normalize (pack200-normalize) @ org.polarsys.capella.scenario.editor.parent ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.scenario.editor.parent ---
[WARNING] The POM for commons-io:commons-io:jar:2.11.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-logging:commons-logging:jar:1.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-codec:commons-codec:jar:1.11 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --- tycho-pack200b:2.6.0:pack (pack200-pack) @ org.polarsys.capella.scenario.editor.parent ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] 
[INFO] -----< org.polarsys:org.polarsys.capella.scenario.editor.plugins >------
[INFO] Building org.polarsys.capella.scenario.editor.plugins 0.11.1-SNAPSHOT [2/13]
[INFO]   from plugins/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.scenario.editor.plugins ---
[INFO] 
[INFO] --- tycho-source:2.6.0:plugin-source (plugin-source) @ org.polarsys.capella.scenario.editor.plugins ---
[INFO] 
[INFO] --- tycho-p2:2.6.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.scenario.editor.plugins ---
[INFO] 
[INFO] --- tycho-pack200a:2.6.0:normalize (pack200-normalize) @ org.polarsys.capella.scenario.editor.plugins ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.scenario.editor.plugins ---
[INFO] 
[INFO] --- tycho-pack200b:2.6.0:pack (pack200-pack) @ org.polarsys.capella.scenario.editor.plugins ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] 
[INFO] ---------< org.polarsys:org.polarsys.capella.scenario.editor >----------
[INFO] Building org.polarsys.capella.scenario.editor 0.11.1-SNAPSHOT     [3/13]
[INFO]   from plugins/org.polarsys.capella.scenario.editor/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.scenario.editor ---
[INFO] 
[INFO] --- tycho-packaging:2.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.scenario.editor ---
[INFO] The project's OSGi version is 0.11.1.202403200834
[INFO] 
[INFO] --- tycho-packaging:2.6.0:validate-id (default-validate-id) @ org.polarsys.capella.scenario.editor ---
[INFO] 
[INFO] --- tycho-packaging:2.6.0:validate-version (default-validate-version) @ org.polarsys.capella.scenario.editor ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.polarsys.capella.scenario.editor ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.scenario.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.6.0:compile (default-compile) @ org.polarsys.capella.scenario.editor ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.scenario.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.6.0:testCompile (default-testCompile) @ org.polarsys.capella.scenario.editor ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.scenario.editor ---
[WARNING] The POM for org.hamcrest:hamcrest-core:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:2.6.0:plugin-source (plugin-source) @ org.polarsys.capella.scenario.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor/target/org.polarsys.capella.scenario.editor-0.11.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.scenario.editor ---
[WARNING] /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor/build.properties: bin.includes value(s) [models/] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor/target/org.polarsys.capella.scenario.editor-0.11.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.scenario.editor ---
[INFO] 
[INFO] --- tycho-p2:2.6.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.scenario.editor ---
[INFO] 
[INFO] --- tycho-pack200a:2.6.0:normalize (pack200-normalize) @ org.polarsys.capella.scenario.editor ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor/target/org.polarsys.capella.scenario.editor-0.11.1-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.scenario.editor ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor/target/org.polarsys.capella.scenario.editor-0.11.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor/target/org.polarsys.capella.scenario.editor-0.11.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:2.6.0:pack (pack200-pack) @ org.polarsys.capella.scenario.editor ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor/target/org.polarsys.capella.scenario.editor-0.11.1-SNAPSHOT.jar
[INFO] 
[INFO] -------< org.polarsys:org.polarsys.capella.scenario.editor.doc >--------
[INFO] Building org.polarsys.capella.scenario.editor.doc 0.11.1-SNAPSHOT [4/13]
[INFO]   from plugins/org.polarsys.capella.scenario.editor.doc/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.scenario.editor.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.scenario.editor.doc ---
[INFO] The project's OSGi version is 0.11.1.202403200834
[INFO] 
[INFO] --- tycho-packaging:2.6.0:validate-id (default-validate-id) @ org.polarsys.capella.scenario.editor.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.6.0:validate-version (default-validate-version) @ org.polarsys.capella.scenario.editor.doc ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.polarsys.capella.scenario.editor.doc ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.scenario.editor.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.6.0:compile (default-compile) @ org.polarsys.capella.scenario.editor.doc ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.doc/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.scenario.editor.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.6.0:testCompile (default-testCompile) @ org.polarsys.capella.scenario.editor.doc ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.scenario.editor.doc ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:2.6.0:plugin-source (plugin-source) @ org.polarsys.capella.scenario.editor.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.doc/target/org.polarsys.capella.scenario.editor.doc-0.11.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.scenario.editor.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.doc/target/org.polarsys.capella.scenario.editor.doc-0.11.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.scenario.editor.doc ---
[INFO] 
[INFO] --- tycho-p2:2.6.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.scenario.editor.doc ---
[INFO] 
[INFO] --- tycho-pack200a:2.6.0:normalize (pack200-normalize) @ org.polarsys.capella.scenario.editor.doc ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.doc/target/org.polarsys.capella.scenario.editor.doc-0.11.1-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.scenario.editor.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.doc/target/org.polarsys.capella.scenario.editor.doc-0.11.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.doc/target/org.polarsys.capella.scenario.editor.doc-0.11.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:2.6.0:pack (pack200-pack) @ org.polarsys.capella.scenario.editor.doc ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.doc/target/org.polarsys.capella.scenario.editor.doc-0.11.1-SNAPSHOT.jar
[INFO] 
[INFO] -------< org.polarsys:org.polarsys.capella.scenario.editor.dsl >--------
[INFO] Building org.polarsys.capella.scenario.editor.dsl 0.11.1-SNAPSHOT [5/13]
[INFO]   from plugins/org.polarsys.capella.scenario.editor.dsl/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.scenario.editor.dsl ---
[INFO] 
[INFO] --- tycho-packaging:2.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.scenario.editor.dsl ---
[INFO] The project's OSGi version is 0.11.1.202403200834
[INFO] 
[INFO] --- tycho-packaging:2.6.0:validate-id (default-validate-id) @ org.polarsys.capella.scenario.editor.dsl ---
[INFO] 
[INFO] --- tycho-packaging:2.6.0:validate-version (default-validate-version) @ org.polarsys.capella.scenario.editor.dsl ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.polarsys.capella.scenario.editor.dsl ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.scenario.editor.dsl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.6.0:compile (default-compile) @ org.polarsys.capella.scenario.editor.dsl ---
[INFO] Compiling 80 source files to /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.scenario.editor.dsl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.6.0:testCompile (default-testCompile) @ org.polarsys.capella.scenario.editor.dsl ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.scenario.editor.dsl ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:2.6.0:plugin-source (plugin-source) @ org.polarsys.capella.scenario.editor.dsl ---
[INFO] Building jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl/target/org.polarsys.capella.scenario.editor.dsl-0.11.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.scenario.editor.dsl ---
[INFO] Building jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl/target/org.polarsys.capella.scenario.editor.dsl-0.11.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.scenario.editor.dsl ---
[INFO] 
[INFO] --- tycho-p2:2.6.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.scenario.editor.dsl ---
[INFO] 
[INFO] --- tycho-pack200a:2.6.0:normalize (pack200-normalize) @ org.polarsys.capella.scenario.editor.dsl ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl/target/org.polarsys.capella.scenario.editor.dsl-0.11.1-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.scenario.editor.dsl ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl/target/org.polarsys.capella.scenario.editor.dsl-0.11.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl/target/org.polarsys.capella.scenario.editor.dsl-0.11.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:2.6.0:pack (pack200-pack) @ org.polarsys.capella.scenario.editor.dsl ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl/target/org.polarsys.capella.scenario.editor.dsl-0.11.1-SNAPSHOT.jar
[INFO] 
[INFO] -----< org.polarsys:org.polarsys.capella.scenario.editor.dsl.ide >------
[INFO] Building org.polarsys.capella.scenario.editor.dsl.ide 0.11.1-SNAPSHOT [6/13]
[INFO]   from plugins/org.polarsys.capella.scenario.editor.dsl.ide/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.scenario.editor.dsl.ide ---
[INFO] 
[INFO] --- tycho-packaging:2.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.scenario.editor.dsl.ide ---
[INFO] The project's OSGi version is 0.11.1.202403200834
[INFO] 
[INFO] --- tycho-packaging:2.6.0:validate-id (default-validate-id) @ org.polarsys.capella.scenario.editor.dsl.ide ---
[INFO] 
[INFO] --- tycho-packaging:2.6.0:validate-version (default-validate-version) @ org.polarsys.capella.scenario.editor.dsl.ide ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.polarsys.capella.scenario.editor.dsl.ide ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.scenario.editor.dsl.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.6.0:compile (default-compile) @ org.polarsys.capella.scenario.editor.dsl.ide ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl.ide/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.scenario.editor.dsl.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl.ide/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.6.0:testCompile (default-testCompile) @ org.polarsys.capella.scenario.editor.dsl.ide ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.scenario.editor.dsl.ide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:2.6.0:plugin-source (plugin-source) @ org.polarsys.capella.scenario.editor.dsl.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl.ide/target/org.polarsys.capella.scenario.editor.dsl.ide-0.11.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.scenario.editor.dsl.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl.ide/target/org.polarsys.capella.scenario.editor.dsl.ide-0.11.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.scenario.editor.dsl.ide ---
[INFO] 
[INFO] --- tycho-p2:2.6.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.scenario.editor.dsl.ide ---
[INFO] 
[INFO] --- tycho-pack200a:2.6.0:normalize (pack200-normalize) @ org.polarsys.capella.scenario.editor.dsl.ide ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl.ide/target/org.polarsys.capella.scenario.editor.dsl.ide-0.11.1-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.scenario.editor.dsl.ide ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl.ide/target/org.polarsys.capella.scenario.editor.dsl.ide-0.11.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl.ide/target/org.polarsys.capella.scenario.editor.dsl.ide-0.11.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:2.6.0:pack (pack200-pack) @ org.polarsys.capella.scenario.editor.dsl.ide ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl.ide/target/org.polarsys.capella.scenario.editor.dsl.ide-0.11.1-SNAPSHOT.jar
[INFO] 
[INFO] ------< org.polarsys:org.polarsys.capella.scenario.editor.dsl.ui >------
[INFO] Building org.polarsys.capella.scenario.editor.dsl.ui 0.11.1-SNAPSHOT [7/13]
[INFO]   from plugins/org.polarsys.capella.scenario.editor.dsl.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.scenario.editor.dsl.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.scenario.editor.dsl.ui ---
[INFO] The project's OSGi version is 0.11.1.202403200834
[INFO] 
[INFO] --- tycho-packaging:2.6.0:validate-id (default-validate-id) @ org.polarsys.capella.scenario.editor.dsl.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.6.0:validate-version (default-validate-version) @ org.polarsys.capella.scenario.editor.dsl.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.polarsys.capella.scenario.editor.dsl.ui ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.scenario.editor.dsl.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.6.0:compile (default-compile) @ org.polarsys.capella.scenario.editor.dsl.ui ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl.ui/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.scenario.editor.dsl.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.6.0:testCompile (default-testCompile) @ org.polarsys.capella.scenario.editor.dsl.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.scenario.editor.dsl.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:2.6.0:plugin-source (plugin-source) @ org.polarsys.capella.scenario.editor.dsl.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl.ui/target/org.polarsys.capella.scenario.editor.dsl.ui-0.11.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.scenario.editor.dsl.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl.ui/target/org.polarsys.capella.scenario.editor.dsl.ui-0.11.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.scenario.editor.dsl.ui ---
[INFO] 
[INFO] --- tycho-p2:2.6.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.scenario.editor.dsl.ui ---
[INFO] 
[INFO] --- tycho-pack200a:2.6.0:normalize (pack200-normalize) @ org.polarsys.capella.scenario.editor.dsl.ui ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl.ui/target/org.polarsys.capella.scenario.editor.dsl.ui-0.11.1-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.scenario.editor.dsl.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl.ui/target/org.polarsys.capella.scenario.editor.dsl.ui-0.11.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl.ui/target/org.polarsys.capella.scenario.editor.dsl.ui-0.11.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:2.6.0:pack (pack200-pack) @ org.polarsys.capella.scenario.editor.dsl.ui ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.dsl.ui/target/org.polarsys.capella.scenario.editor.dsl.ui-0.11.1-SNAPSHOT.jar
[INFO] 
[INFO] --< org.polarsys:org.polarsys.capella.scenario.editor.embeddededitor >--
[INFO] Building org.polarsys.capella.scenario.editor.embeddededitor 0.11.1-SNAPSHOT [8/13]
[INFO]   from plugins/org.polarsys.capella.scenario.editor.embeddededitor/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.scenario.editor.embeddededitor ---
[INFO] 
[INFO] --- tycho-packaging:2.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.scenario.editor.embeddededitor ---
[INFO] The project's OSGi version is 0.11.1.202403200834
[INFO] 
[INFO] --- tycho-packaging:2.6.0:validate-id (default-validate-id) @ org.polarsys.capella.scenario.editor.embeddededitor ---
[INFO] 
[INFO] --- tycho-packaging:2.6.0:validate-version (default-validate-version) @ org.polarsys.capella.scenario.editor.embeddededitor ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.polarsys.capella.scenario.editor.embeddededitor ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.scenario.editor.embeddededitor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.embeddededitor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.6.0:compile (default-compile) @ org.polarsys.capella.scenario.editor.embeddededitor ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.embeddededitor/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.scenario.editor.embeddededitor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.embeddededitor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.6.0:testCompile (default-testCompile) @ org.polarsys.capella.scenario.editor.embeddededitor ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.scenario.editor.embeddededitor ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:2.6.0:plugin-source (plugin-source) @ org.polarsys.capella.scenario.editor.embeddededitor ---
[INFO] Building jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.embeddededitor/target/org.polarsys.capella.scenario.editor.embeddededitor-0.11.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.scenario.editor.embeddededitor ---
[INFO] Building jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.embeddededitor/target/org.polarsys.capella.scenario.editor.embeddededitor-0.11.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.scenario.editor.embeddededitor ---
[INFO] 
[INFO] --- tycho-p2:2.6.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.scenario.editor.embeddededitor ---
[INFO] 
[INFO] --- tycho-pack200a:2.6.0:normalize (pack200-normalize) @ org.polarsys.capella.scenario.editor.embeddededitor ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.embeddededitor/target/org.polarsys.capella.scenario.editor.embeddededitor-0.11.1-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.scenario.editor.embeddededitor ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.embeddededitor/target/org.polarsys.capella.scenario.editor.embeddededitor-0.11.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.embeddededitor/target/org.polarsys.capella.scenario.editor.embeddededitor-0.11.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:2.6.0:pack (pack200-pack) @ org.polarsys.capella.scenario.editor.embeddededitor ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ella-addon-textual-editor_master/plugins/org.polarsys.capella.scenario.editor.embeddededitor/target/org.polarsys.capella.scenario.editor.embeddededitor-0.11.1-SNAPSHOT.jar
[INFO] 
[INFO] -----< org.polarsys:org.polarsys.capella.scenario.editor.feature >------
[INFO] Building org.polarsys.capella.scenario.editor.feature 0.11.1-SNAPSHOT [9/13]
[INFO]   from features/org.polarsys.capella.scenario.editor.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.scenario.editor.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.scenario.editor.feature ---
[INFO] The project's OSGi version is 0.11.1.202403200834
[INFO] 
[INFO] --- tycho-packaging:2.6.0:validate-id (default-validate-id) @ org.polarsys.capella.scenario.editor.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.6.0:validate-version (default-validate-version) @ org.polarsys.capella.scenario.editor.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.polarsys.capella.scenario.editor.feature ---
[INFO] 
[INFO] --- tycho-source:2.6.0:plugin-source (plugin-source) @ org.polarsys.capella.scenario.editor.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.6.0:package-feature (default-package-feature) @ org.polarsys.capella.scenario.editor.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/features/org.polarsys.capella.scenario.editor.feature/target/org.polarsys.capella.scenario.editor.feature-0.11.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.scenario.editor.feature ---
[INFO] 
[INFO] --- tycho-p2:2.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.scenario.editor.feature ---
[INFO] 
[INFO] --- tycho-p2:2.6.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.scenario.editor.feature ---
[INFO] 
[INFO] --- tycho-pack200a:2.6.0:normalize (pack200-normalize) @ org.polarsys.capella.scenario.editor.feature ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.scenario.editor.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/features/org.polarsys.capella.scenario.editor.feature/target/org.polarsys.capella.scenario.editor.feature-0.11.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-pack200b:2.6.0:pack (pack200-pack) @ org.polarsys.capella.scenario.editor.feature ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] 
[INFO] --------< org.polarsys:org.polarsys.capella.scenario.editor.ju >--------
[INFO] Building org.polarsys.capella.scenario.editor.ju 0.11.1-SNAPSHOT [10/13]
[INFO]   from tests/org.polarsys.capella.scenario.editor.ju/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.scenario.editor.ju ---
[INFO] 
[INFO] --- tycho-packaging:2.6.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.scenario.editor.ju ---
[INFO] The project's OSGi version is 0.11.1.202403200834
[INFO] 
[INFO] --- tycho-packaging:2.6.0:validate-id (default-validate-id) @ org.polarsys.capella.scenario.editor.ju ---
[INFO] 
[INFO] --- tycho-packaging:2.6.0:validate-version (default-validate-version) @ org.polarsys.capella.scenario.editor.ju ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.polarsys.capella.scenario.editor.ju ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.scenario.editor.ju ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ella-addon-textual-editor_master/tests/org.polarsys.capella.scenario.editor.ju/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.6.0:compile (default-compile) @ org.polarsys.capella.scenario.editor.ju ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/ella-addon-textual-editor_master/tests/org.polarsys.capella.scenario.editor.ju/target/classes
[WARNING] Source directory /home/jenkins/agent/workspace/ella-addon-textual-editor_master/tests/org.polarsys.capella.scenario.editor.ju/src-gen does not exist
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.scenario.editor.ju ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ella-addon-textual-editor_master/tests/org.polarsys.capella.scenario.editor.ju/src/test/resources
[INFO] 
[INFO] --- tycho-source:2.6.0:plugin-source (plugin-source) @ org.polarsys.capella.scenario.editor.ju ---
[INFO] Building jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/tests/org.polarsys.capella.scenario.editor.ju/target/org.polarsys.capella.scenario.editor.ju-0.11.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.6.0:package-plugin (default-package-plugin) @ org.polarsys.capella.scenario.editor.ju ---
[WARNING] /home/jenkins/agent/workspace/ella-addon-textual-editor_master/tests/org.polarsys.capella.scenario.editor.ju/build.properties: bin.includes value(s) [testSuite/] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/tests/org.polarsys.capella.scenario.editor.ju/target/org.polarsys.capella.scenario.editor.ju-0.11.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.scenario.editor.ju ---
[INFO] 
[INFO] --- tycho-p2:2.6.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.scenario.editor.ju ---
[INFO] 
[INFO] --- tycho-pack200a:2.6.0:normalize (pack200-normalize) @ org.polarsys.capella.scenario.editor.ju ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ella-addon-textual-editor_master/tests/org.polarsys.capella.scenario.editor.ju/target/org.polarsys.capella.scenario.editor.ju-0.11.1-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.scenario.editor.ju ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/tests/org.polarsys.capella.scenario.editor.ju/target/org.polarsys.capella.scenario.editor.ju-0.11.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/tests/org.polarsys.capella.scenario.editor.ju/target/org.polarsys.capella.scenario.editor.ju-0.11.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:2.6.0:pack (pack200-pack) @ org.polarsys.capella.scenario.editor.ju ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ella-addon-textual-editor_master/tests/org.polarsys.capella.scenario.editor.ju/target/org.polarsys.capella.scenario.editor.ju-0.11.1-SNAPSHOT.jar
[INFO] 
[INFO] --< org.polarsys:org.polarsys.capella.scenario.editor.tests.feature >---
[INFO] Building org.polarsys.capella.scenario.editor.tests.feature 0.11.1-SNAPSHOT [11/13]
[INFO]   from features/org.polarsys.capella.scenario.editor.tests.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.scenario.editor.tests.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.scenario.editor.tests.feature ---
[INFO] The project's OSGi version is 0.11.1.202403200834
[INFO] 
[INFO] --- tycho-packaging:2.6.0:validate-id (default-validate-id) @ org.polarsys.capella.scenario.editor.tests.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.6.0:validate-version (default-validate-version) @ org.polarsys.capella.scenario.editor.tests.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.polarsys.capella.scenario.editor.tests.feature ---
[INFO] 
[INFO] --- tycho-source:2.6.0:plugin-source (plugin-source) @ org.polarsys.capella.scenario.editor.tests.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.6.0:package-feature (default-package-feature) @ org.polarsys.capella.scenario.editor.tests.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/features/org.polarsys.capella.scenario.editor.tests.feature/target/org.polarsys.capella.scenario.editor.tests.feature-0.11.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.scenario.editor.tests.feature ---
[INFO] 
[INFO] --- tycho-p2:2.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.scenario.editor.tests.feature ---
[INFO] 
[INFO] --- tycho-p2:2.6.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.scenario.editor.tests.feature ---
[INFO] 
[INFO] --- tycho-pack200a:2.6.0:normalize (pack200-normalize) @ org.polarsys.capella.scenario.editor.tests.feature ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.scenario.editor.tests.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/features/org.polarsys.capella.scenario.editor.tests.feature/target/org.polarsys.capella.scenario.editor.tests.feature-0.11.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-pack200b:2.6.0:pack (pack200-pack) @ org.polarsys.capella.scenario.editor.tests.feature ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] 
[INFO] -----< org.polarsys:org.polarsys.capella.scenario.editor.features >-----
[INFO] Building org.polarsys.capella.scenario.editor.features 0.11.1-SNAPSHOT [12/13]
[INFO]   from features/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.scenario.editor.features ---
[INFO] 
[INFO] --- tycho-source:2.6.0:plugin-source (plugin-source) @ org.polarsys.capella.scenario.editor.features ---
[INFO] 
[INFO] --- tycho-p2:2.6.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.scenario.editor.features ---
[INFO] 
[INFO] --- tycho-pack200a:2.6.0:normalize (pack200-normalize) @ org.polarsys.capella.scenario.editor.features ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.scenario.editor.features ---
[INFO] 
[INFO] --- tycho-pack200b:2.6.0:pack (pack200-pack) @ org.polarsys.capella.scenario.editor.features ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] 
[INFO] -------< org.polarsys:org.polarsys.capella.scenario.editor.site >-------
[INFO] Building org.polarsys.capella.scenario.editor.site 0.11.1-SNAPSHOT [13/13]
[INFO]   from releng/org.polarsys.capella.scenario.editor.site/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.scenario.editor.site ---
[INFO] 
[INFO] --- tycho-packaging:2.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.scenario.editor.site ---
[INFO] The project's OSGi version is 0.11.1.202403200834
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ org.polarsys.capella.scenario.editor.site ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.polarsys.capella.scenario.editor.site ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.scenario.editor.site ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ella-addon-textual-editor_master/releng/org.polarsys.capella.scenario.editor.site/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:2.6.0:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.capella.scenario.editor.site ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:2.6.0:publish-products (default-publish-products) @ org.polarsys.capella.scenario.editor.site ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.6.0:publish-categories (default-publish-categories) @ org.polarsys.capella.scenario.editor.site ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.6.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.scenario.editor.site ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.6.0:assemble-repository (default-assemble-repository) @ org.polarsys.capella.scenario.editor.site ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Fetching org.eclipse.emf.mwe2.language.ide_2.12.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.93kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.ui_2.12.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (29.42kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch.ui_2.12.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (11.3kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.source_2.12.1.v20210218-2134.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (144.18kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.ide.source_2.12.1.v20210218-2134.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (64.55kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.ui.source_2.12.1.v20210218-2134.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.94kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch.ui.source_2.12.1.v20210218-2134.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (11.25kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.sdk_2.12.1.v20210218-2134.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (18.75kB)
[INFO] Fetching org.eclipse.emf.mwe2.launcher_2.12.1.v20210218-2134.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (18.7kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch.source_2.12.1.v20210218-2134.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.45kB)
[INFO] Fetching org.eclipse.emf.mwe2.launcher.source_2.12.1.v20210218-2134.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.8kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime.source_2.12.1.v20210218-2134.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.79kB)
[INFO] Fetching org.eclipse.emf.mwe2.lib.source_2.12.1.v20210218-2134.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.25kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime.sdk_2.12.1.v20210218-2134.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (18.68kB)
[INFO] Fetching org.eclipse.xtend.core_2.25.0.v20210301-1408.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.xtend.doc_2.25.0.v20210301-1408.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (494.09kB)
[INFO] Fetching org.eclipse.xtend.examples_2.25.0.v20210301-1408.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (214.79kB)
[INFO] Fetching org.eclipse.xtend.ide_2.25.0.v20210301-1408.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (640.95kB)
[INFO] Fetching org.eclipse.xtend.ide.common_2.25.0.v20210301-1408.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (584.46kB)
[INFO] Fetching org.eclipse.xtend.m2e_2.25.0.v20210301-1408.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.19kB)
[INFO] Fetching org.eclipse.xtend.standalone_2.25.0.v20210301-1408.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (8.41kB)
[INFO] Fetching org.eclipse.xtend.core.source_2.25.0.v20210301-1408.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.36MB)
[INFO] Fetching org.eclipse.xtend.ide.common.source_2.25.0.v20210301-1408.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (279.84kB)
[INFO] Fetching org.eclipse.xtend.ide.source_2.25.0.v20210301-1408.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (464.72kB)
[INFO] Fetching org.eclipse.xtend.m2e.source_2.25.0.v20210301-1408.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.64kB)
[INFO] Fetching org.eclipse.xtend.standalone.source_2.25.0.v20210301-1408.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.32kB)
[INFO] Fetching org.eclipse.xtext.junit4_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (242.81kB)
[INFO] Fetching org.eclipse.xtext.junit4.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (119.51kB)
[INFO] Fetching org.eclipse.xtext.testing_2.25.0.v20210301-0843.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (190.02kB)
[INFO] Fetching org.eclipse.xtext.testing.source_2.25.0.v20210301-0843.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (131.24kB)
[INFO] Fetching org.eclipse.xtext.xbase.junit_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (178.29kB)
[INFO] Fetching org.eclipse.xtext.xbase.junit.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (98.82kB)
[INFO] Fetching org.eclipse.xtext.xbase.testing_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (154.35kB)
[INFO] Fetching org.eclipse.xtext.xbase.testing.source_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (92.48kB)
[INFO] Fetching org.eclipse.xtext.ui.testing_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (126.71kB)
[INFO] Fetching org.eclipse.xtext.ui.testing.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (64.04kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui.testing_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (29.96kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui.testing.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.34kB)
[INFO] Fetching org.eclipse.xtend.sdk_2.25.0.v20210301-1429.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.15kB)
[INFO] Fetching org.eclipse.xtext.activities_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.39kB)
[INFO] Fetching org.eclipse.xtext.builder.standalone_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (47.53kB)
[INFO] Fetching org.eclipse.xtext.doc_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (6.87MB)
[INFO] Fetching org.eclipse.xtext.docs_2.25.0.v20210301-1429.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (18.62kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui.examples_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.06MB)
[INFO] Fetching org.eclipse.xtext.examples_2.25.0.v20210301-1429.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (18.67kB)
[INFO] Fetching org.eclipse.xtext.generator_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (857.57kB)
[INFO] Fetching org.eclipse.xtext.java_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (46.12kB)
[INFO] Fetching org.eclipse.xtext.purexbase_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (233.96kB)
[INFO] Fetching org.eclipse.xtext.purexbase.ide_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (261.91kB)
[INFO] Fetching org.eclipse.xtext.purexbase.ui_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (35.44kB)
[INFO] Fetching org.eclipse.xtext.generator.source_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (461.76kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.25.0.v20210301-0843.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (942.99kB)
[INFO] Fetching org.eclipse.xtext.xtext.ide_2.25.0.v20210301-0843.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (119.64kB)
[INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.25.0.v20210301-0843.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (93.44kB)
[INFO] Fetching org.eclipse.xtext.xtext.wizard_2.25.0.v20210301-0843.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (221.62kB)
[INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.25.0.v20210301-0843.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (173.02kB)
[INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.87kB)
[INFO] Fetching org.eclipse.xtext.java.source_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.9kB)
[INFO] Fetching org.eclipse.xtext.runtime_2.25.0.v20210301-1429.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.25kB)
[INFO] Fetching org.eclipse.xtext.purexbase.source_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (155.48kB)
[INFO] Fetching org.eclipse.xtext.purexbase.ide.source_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (168.25kB)
[INFO] Fetching org.eclipse.xtext.purexbase.ui.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.91kB)
[INFO] Fetching org.eclipse.xtext.sdk_2.25.0.v20210301-1429.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.01kB)
[INFO] Fetching org.eclipse.xtext.ui.ecore_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.66kB)
[INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.06kB)
[INFO] Fetching org.eclipse.xtext.ui_2.25.0.v20210301-1429.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.04kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (253.54kB)
[INFO] Fetching org.eclipse.xtext.activities.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (8.35kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (104.66kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui_2.25.0.v20210301-1429.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (18.78kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui.graph_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (75.64kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui.graph.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (50.82kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui.graph_2.25.0.v20210301-1429.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (18.66kB)
[INFO] 
[INFO] --- tycho-source:2.6.0:plugin-source (plugin-source) @ org.polarsys.capella.scenario.editor.site ---
[INFO] 
[INFO] --- tycho-p2-repository:2.6.0:archive-repository (default-archive-repository) @ org.polarsys.capella.scenario.editor.site ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/releng/org.polarsys.capella.scenario.editor.site/target/org.polarsys.capella.scenario.editor.site-0.11.1-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-p2:2.6.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.scenario.editor.site ---
[INFO] 
[INFO] --- tycho-pack200a:2.6.0:normalize (pack200-normalize) @ org.polarsys.capella.scenario.editor.site ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.scenario.editor.site ---
[INFO] 
[INFO] --- tycho-pack200b:2.6.0:pack (pack200-pack) @ org.polarsys.capella.scenario.editor.site ---
[WARNING] Pack200 actions are deprecated and scheduled for removal.
[INFO] 
[INFO] --- tycho-eclipserun:2.6.0:eclipse-run (create-dropins) @ org.polarsys.capella.scenario.editor.site ---
[WARNING]  Parameter 'appArgLine' is deprecated: use {@link #applicationsArgs} instead.
[INFO] Fetching p2.index from https://download.eclipse.org/releases/2021-06/ (122B)
[INFO] Adding repository https://download.eclipse.org/releases/2021-06
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2021-06/ (479B)
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2021-06/
[INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2021-06/202106121200/ (69.94kB)
[INFO] Fetching p2.index from https://download.eclipse.org/releases/2021-06/202106161001/ (140B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2021-06/202106161001/ (761.75kB)
[INFO] Fetching 202106161001&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2021-06/ (63B)
[INFO] Fetching org.eclipse.equinox.ds_1.6.100.v20191001-1333.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (28.51kB)
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/releng/org.polarsys.capella.scenario.editor.site/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.200.v20210416-2027/org.eclipse.equinox.launcher-1.6.200.v20210416-2027.jar, -install, /home/jenkins/agent/workspace/ella-addon-textual-editor_master/releng/org.polarsys.capella.scenario.editor.site/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/ella-addon-textual-editor_master/releng/org.polarsys.capella.scenario.editor.site/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/ella-addon-textual-editor_master/releng/org.polarsys.capella.scenario.editor.site/target/eclipserun-work/data, -application, org.eclipse.equinox.p2.repository.repo2runnable, -source, file:/home/jenkins/agent/workspace/ella-addon-textual-editor_master/releng/org.polarsys.capella.scenario.editor.site/target/repository, -destination, /home/jenkins/agent/workspace/ella-addon-textual-editor_master/releng/org.polarsys.capella.scenario.editor.site/target/TextualEditor/eclipse]
[INFO] 
[INFO] --- antrun:3.0.0:run (package-dropins) @ org.polarsys.capella.scenario.editor.site ---
[INFO] Executing tasks
[INFO]    [delete] Deleting: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/releng/org.polarsys.capella.scenario.editor.site/target/TextualEditor/eclipse/artifacts.jar
[INFO]    [delete] Deleting: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/releng/org.polarsys.capella.scenario.editor.site/target/TextualEditor/eclipse/content.jar
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/releng/org.polarsys.capella.scenario.editor.site/target/TextualEditor-dropins-0.11.1.202403200834.zip
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2-repository:2.6.0:archive-repository (archive-repository) @ org.polarsys.capella.scenario.editor.site ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/ella-addon-textual-editor_master/releng/org.polarsys.capella.scenario.editor.site/target/TextualEditor-updateSite-0.11.1.202403200834.zip
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Capella Textual Editor Addon 0.11.1-SNAPSHOT:
[INFO] 
[INFO] Capella Textual Editor Addon ....................... SUCCESS [  1.951 s]
[INFO] org.polarsys.capella.scenario.editor.plugins ....... SUCCESS [  0.005 s]
[INFO] org.polarsys.capella.scenario.editor ............... SUCCESS [ 11.403 s]
[INFO] org.polarsys.capella.scenario.editor.doc ........... SUCCESS [  2.891 s]
[INFO] org.polarsys.capella.scenario.editor.dsl ........... SUCCESS [  4.107 s]
[INFO] org.polarsys.capella.scenario.editor.dsl.ide ....... SUCCESS [  3.102 s]
[INFO] org.polarsys.capella.scenario.editor.dsl.ui ........ SUCCESS [  2.437 s]
[INFO] org.polarsys.capella.scenario.editor.embeddededitor  SUCCESS [  3.081 s]
[INFO] org.polarsys.capella.scenario.editor.feature ....... SUCCESS [  1.040 s]
[INFO] org.polarsys.capella.scenario.editor.ju ............ SUCCESS [  2.766 s]
[INFO] org.polarsys.capella.scenario.editor.tests.feature . SUCCESS [  1.172 s]
[INFO] org.polarsys.capella.scenario.editor.features ...... SUCCESS [  0.004 s]
[INFO] org.polarsys.capella.scenario.editor.site .......... SUCCESS [ 17.741 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:25 min
[INFO] Finished at: 2024-03-20T08:37:28Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy to Nightly)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials genie.capella (ssh://genie.capella@projects-storage.eclipse.org)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-iDnJmRkTEY2o/agent.1332
SSH_AGENT_PID=1334
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/ella-addon-textual-editor_master@tmp/private_key_7487772080501115445.key (/home/jenkins/agent/workspace/ella-addon-textual-editor_master@tmp/private_key_7487772080501115445.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/addons/textualeditor/dropins/nightly/master-82/
[Pipeline] sh
+ scp -rp /home/jenkins/agent/workspace/ella-addon-textual-editor_master/releng/org.polarsys.capella.scenario.editor.site/target/TextualEditor-dropins-0.11.1.202403200834.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/textualeditor/dropins/nightly/master-82/
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 1334 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] sshagent
[ssh-agent] Using credentials genie.capella (ssh://genie.capella@projects-storage.eclipse.org)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-to0wlvAHGe80/agent.1361
SSH_AGENT_PID=1363
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/ella-addon-textual-editor_master@tmp/private_key_6408954728757576672.key (/home/jenkins/agent/workspace/ella-addon-textual-editor_master@tmp/private_key_6408954728757576672.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/addons/textualeditor/updates/nightly/master-82/
[Pipeline] sh
+ scp -rp /home/jenkins/agent/workspace/ella-addon-textual-editor_master/releng/org.polarsys.capella.scenario.editor.site/target/TextualEditor-updateSite-0.11.1.202403200834.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/textualeditor/updates/nightly/master-82/
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 1363 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Download Capella)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ curl -ks https://download.eclipse.org/capella/core/products/nightly/6.x/
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install test features)
Stage "Install test features" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
Stage "Run tests" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Sonar)
Stage "Sonar" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: fcfbec49-98da-47ab-9aaf-8757a039021c
java.lang.IndexOutOfBoundsException: index is out of range 0..-1 (index = 0)
	at org.codehaus.groovy.runtime.StringGroovyMethods.getAt(StringGroovyMethods.java:1391)
	at org.codehaus.groovy.runtime.dgm$1082.doMethodInvoke(Unknown Source)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at org.codehaus.groovy.runtime.callsite.PojoMetaClassSite.call(PojoMetaClassSite.java:46)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:128)
	at org.kohsuke.groovy.sandbox.impl.Checker$11.call(Checker.java:512)
	at org.kohsuke.groovy.sandbox.GroovyInterceptor.onGetArray(GroovyInterceptor.java:124)
	at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onGetArray(SandboxInterceptor.java:476)
	at org.kohsuke.groovy.sandbox.impl.Checker$11.call(Checker.java:509)
	at org.kohsuke.groovy.sandbox.impl.Checker.checkedGetArray(Checker.java:514)
	at com.cloudbees.groovy.cps.sandbox.SandboxInvoker.getArray(SandboxInvoker.java:45)
	at org.jenkinsci.plugins.workflow.cps.LoggingInvoker.getArray(LoggingInvoker.java:143)
	at com.cloudbees.groovy.cps.impl.ArrayAccessBlock.rawGet(ArrayAccessBlock.java:21)
	at capella.getDownloadURL(capella.groovy:52)
	at WorkflowScript.run(WorkflowScript:62)
	at ___cps.transform___(Native Method)
	at com.cloudbees.groovy.cps.impl.PropertyishBlock$ContinuationImpl.get(PropertyishBlock.java:73)
	at com.cloudbees.groovy.cps.LValueBlock$GetAdapter.receive(LValueBlock.java:30)
	at com.cloudbees.groovy.cps.impl.PropertyishBlock$ContinuationImpl.fixName(PropertyishBlock.java:65)
	at jdk.internal.reflect.GeneratedMethodAccessor257.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72)
	at com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21)
	at com.cloudbees.groovy.cps.Next.step(Next.java:83)
	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:152)
	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:146)
	at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:136)
	at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:275)
	at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:146)
	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:18)
	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:51)
	at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:187)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:423)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:331)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:295)
	at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:97)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139)
	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
	at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:839)

GitHub has been notified of this commit’s build result

Finished: FAILURE