Push event to branch main Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from 8fb754e6604a32e85c1ed8d149253c71ace964db [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task ‘basic-cskqb’ is offline ‘fmlw3-ubuntu1804’ is reserved for jobs with matching label expression ‘promotion-vm’ is reserved for jobs with matching label expression Agent basic-cskqb is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-cskqb" namespace: "simrel" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.simrel.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-cskqb" - 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: "basic-cskqb" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.simrel.svc.cluster.local/simrel/" image: "docker.io/eclipsecbi/jiro-agent-basic: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-simrel" 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 basic-cskqb in /home/jenkins/agent/workspace/simrel.build_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse-simrel/simrel.build.git > git init /home/jenkins/agent/workspace/simrel.build_main # timeout=10 Fetching upstream changes from https://github.com/eclipse-simrel/simrel.build.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse-simrel/simrel.build.git +refs/heads/main:refs/remotes/origin/main # timeout=10 Avoid second fetch Checking out Revision 8fb754e6604a32e85c1ed8d149253c71ace964db (main) > git config remote.origin.url https://github.com/eclipse-simrel/simrel.build.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8fb754e6604a32e85c1ed8d149253c71ace964db # timeout=10 Commit message: "Eclipse Scout SDK 13.0.31 for SimRel 2024-03 (#270)" > git rev-list --no-walk eef287463a23fbc322c94888135f58b3f1841b3c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 3 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Setup Environment) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-03-05T10:40:21.729Z] [2024-03-05T10:40:21.729Z] > Initial: [2024-03-05T10:40:21.729Z] CBI_TYPE=nightly/latest [2024-03-05T10:40:21.729Z] PROMOTE=true [2024-03-05T10:40:21.729Z] PGP_SIGN=true [2024-03-05T10:40:21.729Z] BRANCH_NAME=main [2024-03-05T10:40:21.729Z] [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] echo [2024-03-05T10:40:21.945Z] [2024-03-05T10:40:21.946Z] > Effective: [2024-03-05T10:40:21.946Z] PROMOTE=true [2024-03-05T10:40:21.946Z] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build clean) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-03-05T10:40:22.472Z] Masking supported pattern matches of $KEYRING or $KEYRING_PASSPHRASE [Pipeline] { [Pipeline] sh [2024-03-05T10:40:22.937Z] + java -version [2024-03-05T10:40:22.937Z] openjdk version "17.0.9" 2023-10-17 [2024-03-05T10:40:22.937Z] OpenJDK Runtime Environment Temurin-17.0.9+9 (build 17.0.9+9) [2024-03-05T10:40:22.937Z] OpenJDK 64-Bit Server VM Temurin-17.0.9+9 (build 17.0.9+9, mixed mode, sharing) [2024-03-05T10:40:22.937Z] + mvn -Dtycho.pgp.signer=bc -Dtycho.pgp.signer.bc.secretKeys=**** '-Dgpg.passphrase=****' -Pbuild -Pgpg-sign clean verify [2024-03-05T10:40:22.938Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-03-05T10:40:22.938Z] Maven home: /opt/tools/apache-maven/latest [2024-03-05T10:40:22.938Z] Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9 [2024-03-05T10:40:22.938Z] Default locale: en_US, platform encoding: UTF-8 [2024-03-05T10:40:22.938Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-03-05T10:40:24.339Z] [INFO] Scanning for projects... [2024-03-05T10:40:24.339Z] [INFO] [2024-03-05T10:40:24.339Z] [INFO] ----------------------< org.eclipse.simrel:build >---------------------- [2024-03-05T10:40:24.339Z] [INFO] Building build 4.26.0-SNAPSHOT [2024-03-05T10:40:24.339Z] [INFO] from pom.xml [2024-03-05T10:40:24.339Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-03-05T10:40:24.913Z] [INFO] [2024-03-05T10:40:24.913Z] [INFO] --- clean:3.2.0:clean (default-clean) @ build --- [2024-03-05T10:40:25.174Z] [INFO] [2024-03-05T10:40:25.174Z] [INFO] --- tycho-eclipse:4.0.6:eclipse-run (build-repo) @ build --- [2024-03-05T10:40:31.813Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-03-05T10:40:31.813Z] [INFO] Cache location: /home/jenkins/.m2/repository/.cache/tycho [2024-03-05T10:40:31.813Z] [INFO] Transport mode: online [2024-03-05T10:40:31.813Z] [INFO] Http Transport type: Java11Client [2024-03-05T10:40:31.813Z] [INFO] Update mode: cache first [2024-03-05T10:40:31.813Z] [INFO] Minimum cache duration: 60 minutes [2024-03-05T10:40:31.813Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-03-05T10:40:31.813Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/p2-aggregator/products/nightly/latest [2024-03-05T10:40:38.409Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest] [2024-03-05T10:40:38.409Z] [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/simrel.build_main/target/eclipserun-work/data/.metadata/.log [2024-03-05T10:40:38.409Z] [INFO] Command line: [2024-03-05T10:40:38.409Z] [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Xms256M, -Xmx2048M, -Duser.home=/home/jenkins/agent/workspace/simrel.build_main/target, -Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclientjava, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -install, /home/jenkins/agent/workspace/simrel.build_main/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/simrel.build_main/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/simrel.build_main/target/eclipserun-work/data, -application, org.eclipse.cbi.p2repo.cli.headless, aggregate, --buildModel, /home/jenkins/agent/workspace/simrel.build_main/simrel.aggr, --buildRoot, /home/jenkins/agent/workspace/simrel.build_main/target/repository, --eclipseLogLevel, INFO, --logLevel, INFO, --action, CLEAN_BUILD] [2024-03-05T10:40:39.839Z] Loading all repositories [2024-03-05T10:40:40.100Z] SLF4J(W): No SLF4J providers were found. [2024-03-05T10:40:40.100Z] SLF4J(W): Defaulting to no-operation (NOP) logger implementation [2024-03-05T10:40:40.100Z] SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. [2024-03-05T10:41:34.342Z] Starting generation of composite repository [2024-03-05T10:41:34.342Z] Adding child meta-data repository https://download.eclipse.org/eclipse/updates/4.31-I-builds/I20240229-0520 [2024-03-05T10:41:34.342Z] Adding child meta-data repository https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 [2024-03-05T10:41:34.342Z] Adding child meta-data repository https://download.eclipse.org/rt/ecf/3.14.41/site.p2/3.14.41.v20240114-0141 [2024-03-05T10:41:34.342Z] Adding child meta-data repository https://download.eclipse.org/tools/gef/classic/milestone/S202402212051 [2024-03-05T10:41:34.342Z] Adding child meta-data repository https://download.eclipse.org/tools/gef/fx/release/5.5.0 [2024-03-05T10:41:34.342Z] Adding child meta-data repository https://download.eclipse.org/efxclipse/runtime-released/3.9.0/site [2024-03-05T10:41:34.342Z] Adding child meta-data repository https://download.eclipse.org/modeling/emf/compare/updates/releases/3.3/R202401051648 [2024-03-05T10:41:34.342Z] Adding child meta-data repository https://download.eclipse.org/ecoretools/updates/releases/3.5.0/2023-03 [2024-03-05T10:41:34.342Z] Adding child meta-data repository https://download.eclipse.org/mmt/atl/updates/releases/4.9.0 [2024-03-05T10:41:34.342Z] Adding child meta-data repository https://download.eclipse.org/mmt/qvto/updates/releases/3.10.8 [2024-03-05T10:41:34.342Z] Adding child meta-data repository https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.17.0 [2024-03-05T10:41:34.342Z] Adding child meta-data repository https://download.eclipse.org/datatools/updates/release/1.16.0 [2024-03-05T10:41:34.342Z] Adding child meta-data repository https://download.eclipse.org/webtools/downloads/drops/R3.33.0/S-3.33RC2-20240304165142/repository [2024-03-05T10:41:34.342Z] Adding child meta-data repository https://archive.eclipse.org/webtools/downloads/drops/R3.2/C3.2.0/I-C3.2.0-20100614204142/repository [2024-03-05T10:41:34.342Z] Adding child meta-data repository https://download.eclipse.org/mylyn/updates/milestone/S202402281814 [2024-03-05T10:41:34.342Z] Adding child meta-data repository https://download.eclipse.org/tools/cdt/builds/11.5/cdt-11.5.0-rc2 [2024-03-05T10:41:34.342Z] Adding child meta-data repository https://download.eclipse.org/embed-cdt/releases/6.5.0/p2 [2024-03-05T10:41:34.343Z] Adding child meta-data repository https://download.eclipse.org/tm/updates/4.5.600/repository [2024-03-05T10:41:34.343Z] Adding child meta-data repository https://download.eclipse.org/technology/dltk/updates-dev/milestone/6.4m1 [2024-03-05T10:41:34.343Z] Adding child meta-data repository https://download.eclipse.org/rt/rap/tools/3.28/RC1-20240228-1121 [2024-03-05T10:41:34.343Z] Adding child meta-data repository https://download.eclipse.org/mpc/drops/1.10.3/v20240228-1000 [2024-03-05T10:41:34.343Z] Adding child meta-data repository https://download.eclipse.org/modeling/emf/cdo/drops/S20240228-0110 [2024-03-05T10:41:34.343Z] Adding child meta-data repository https://download.eclipse.org/oomph/drops/milestone/S20240227-171637-1.32.0-RC1 [2024-03-05T10:41:34.343Z] Adding child meta-data repository https://download.eclipse.org/mat/2023-12/RC1/update-site [2024-03-05T10:41:34.343Z] Adding child meta-data repository https://download.eclipse.org/modeling/mdt/uml2/updates/5.5 [2024-03-05T10:41:34.343Z] Adding child meta-data repository https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.20.0/S202402261444 [2024-03-05T10:41:34.343Z] Adding child meta-data repository https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857 [2024-03-05T10:41:34.343Z] Adding child meta-data repository https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202403010913 [2024-03-05T10:41:34.343Z] Adding child meta-data repository https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334 [2024-03-05T10:41:34.343Z] Adding child meta-data repository https://download.eclipse.org/modeling/emf/query/updates/releases/R202208101410 [2024-03-05T10:41:34.343Z] Adding child meta-data repository https://download.eclipse.org/modeling/emf/validation/updates/releases/R202305230712 [2024-03-05T10:41:34.343Z] Adding child meta-data repository https://download.eclipse.org/modeling/emf/transaction/updates/releases/R202208110935 [2024-03-05T10:41:34.343Z] Adding child meta-data repository https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.34.0 [2024-03-05T10:41:34.343Z] Adding child meta-data repository https://download.eclipse.org/tools/pdt/updates/8.2rc2 [2024-03-05T10:41:34.343Z] Adding child meta-data repository https://download.eclipse.org/tools/ptp/builds/9.4/2021-09 [2024-03-05T10:41:34.343Z] Adding child meta-data repository https://download.eclipse.org/modeling/emft/eef/updates/releases/2.1/R202210191223 [2024-03-05T10:41:34.343Z] Adding child meta-data repository https://download.eclipse.org/linuxtools/update-2024-03-rc1 [2024-03-05T10:41:34.343Z] Adding child meta-data repository https://download.eclipse.org/linuxtools/update-2024-03-docker-rc1 [2024-03-05T10:41:34.343Z] Adding child meta-data repository https://download.eclipse.org/egit/staging/v6.9.0.202402282109-rc1 [2024-03-05T10:41:34.344Z] Adding child meta-data repository https://download.eclipse.org/graphiti/updates/release/0.19.2 [2024-03-05T10:41:34.344Z] Adding child meta-data repository https://download.eclipse.org/technology/m2e/releases/2.6.0 [2024-03-05T10:41:34.344Z] Adding child meta-data repository https://download.eclipse.org/technology/m2e/m2e-wtp/releases/1.6.1 [2024-03-05T10:41:34.344Z] Adding child meta-data repository https://download.eclipse.org/scout/releases/13.0/31 [2024-03-05T10:41:34.344Z] Adding child meta-data repository https://download.eclipse.org/windowbuilder/updates/release/1.15.0 [2024-03-05T10:41:34.344Z] Adding child meta-data repository https://download.eclipse.org/technology/swtbot/releases/4.1.0 [2024-03-05T10:41:34.344Z] Adding child meta-data repository https://download.eclipse.org/tools/tcf/releases/1.7/1.7.0 [2024-03-05T10:41:34.344Z] Adding child meta-data repository https://download.eclipse.org/sirius/updates/milestones/7.4.0rc2/2023-03 [2024-03-05T10:41:34.344Z] Adding child meta-data repository https://download.eclipse.org/mmt/qvtd/updates/milestones/0.31.0/S202402261757 [2024-03-05T10:41:34.344Z] Adding child meta-data repository https://download.eclipse.org/ecp/rt/1270 [2024-03-05T10:41:34.344Z] Adding child meta-data repository https://download.eclipse.org/tracecompass/2024-03/milestones/rc1 [2024-03-05T10:41:34.344Z] Adding child meta-data repository https://download.eclipse.org/buildship/updates/e427/releases/3.x/3.1.9.v20240115-1636 [2024-03-05T10:41:34.344Z] Adding child meta-data repository https://download.eclipse.org/emf-parsley/updates/1.16/1.16.0.v20240227-1720 [2024-03-05T10:41:34.344Z] Adding child meta-data repository https://download.eclipse.org/viatra/updates/release/2.8.1 [2024-03-05T10:41:34.344Z] Adding child meta-data repository https://download.eclipse.org/eclemma/releases/3.1.8 [2024-03-05T10:41:34.344Z] Adding child meta-data repository https://download.eclipse.org/lsp4j/updates/releases/0.22.0 [2024-03-05T10:41:34.344Z] Adding child meta-data repository https://download.eclipse.org/lsp4e/releases/0.25.0 [2024-03-05T10:41:34.344Z] Adding child meta-data repository https://download.eclipse.org/usssdk/drops/release/1.2.2 [2024-03-05T10:41:34.344Z] Adding child meta-data repository https://download.eclipse.org/collections/11.1.0/repository [2024-03-05T10:41:34.344Z] Adding child meta-data repository https://download.eclipse.org/tm4e/releases/0.10.3 [2024-03-05T10:41:34.344Z] Adding child meta-data repository https://download.eclipse.org/wildwebdeveloper/releases/1.3.3 [2024-03-05T10:41:34.344Z] Adding child meta-data repository https://download.eclipse.org/passage/updates/milestone/2.11.0-RC2/ldc [2024-03-05T10:41:34.344Z] Adding child meta-data repository https://download.eclipse.org/modeling/mdt/modisco/builds/milestone/S202403031228 [2024-03-05T10:41:34.344Z] Done. Took 0 seconds [2024-03-05T10:41:34.344Z] Starting generation of verification feature for validationSet: main [2024-03-05T10:41:34.344Z] Done. Took 0 seconds [2024-03-05T10:41:34.344Z] Starting planner verification for validationSet: main [2024-03-05T10:41:34.344Z] Verifying config linux,gtk,x86_64... [2024-03-05T10:41:34.344Z] Verifying config linux,gtk,aarch64... [2024-03-05T10:41:34.345Z] Verifying config linux,gtk,ppc64le... [2024-03-05T10:41:34.345Z] Verifying config macosx,cocoa,x86_64... [2024-03-05T10:41:34.345Z] Verifying config macosx,cocoa,aarch64... [2024-03-05T10:41:34.345Z] Verifying config win32,win32,x86_64... [2024-03-05T10:44:11.859Z] Verified config linux,gtk,x86_64... [2024-03-05T10:44:11.859Z] Verified config linux,gtk,aarch64... [2024-03-05T10:44:11.859Z] Verified config linux,gtk,ppc64le... [2024-03-05T10:44:11.859Z] Verified config macosx,cocoa,x86_64... [2024-03-05T10:44:11.859Z] Verified config macosx,cocoa,aarch64... [2024-03-05T10:44:11.859Z] Verified config win32,win32,x86_64... [2024-03-05T10:44:11.859Z] Verification successful [2024-03-05T10:44:11.859Z] Done. Took 2 minutes 35 seconds [2024-03-05T10:44:11.859Z] Starting generation of composite repository [2024-03-05T10:44:11.859Z] Adding child meta-data repository https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 [2024-03-05T10:44:11.859Z] Adding child meta-data repository https://download.eclipse.org/rt/rap/3.28/RC1-20240228-1122 [2024-03-05T10:44:11.859Z] Done. Took 0 seconds [2024-03-05T10:44:11.860Z] Starting generation of verification feature for validationSet: runtime [2024-03-05T10:44:11.860Z] Done. Took 0 seconds [2024-03-05T10:44:11.860Z] Starting planner verification for validationSet: runtime [2024-03-05T10:44:11.860Z] Verifying config linux,gtk,x86_64... [2024-03-05T10:44:11.860Z] Verifying config linux,gtk,aarch64... [2024-03-05T10:44:11.860Z] Verifying config linux,gtk,ppc64le... [2024-03-05T10:44:11.860Z] Verifying config macosx,cocoa,x86_64... [2024-03-05T10:44:11.860Z] Verifying config macosx,cocoa,aarch64... [2024-03-05T10:44:11.860Z] Verifying config win32,win32,x86_64... [2024-03-05T10:44:11.860Z] Verified config linux,gtk,x86_64... [2024-03-05T10:44:11.860Z] Verified config linux,gtk,aarch64... [2024-03-05T10:44:11.860Z] Verified config linux,gtk,ppc64le... [2024-03-05T10:44:11.860Z] Verified config macosx,cocoa,x86_64... [2024-03-05T10:44:11.860Z] Verified config macosx,cocoa,aarch64... [2024-03-05T10:44:11.860Z] Verified config win32,win32,x86_64... [2024-03-05T10:44:11.860Z] Verification successful [2024-03-05T10:44:11.860Z] Done. Took 1 second [2024-03-05T10:44:11.860Z] Starting mirroring of meta-data for validationSet: main [2024-03-05T10:44:11.860Z] Mirroring meta-data consisting of 1037 units from https://download.eclipse.org/eclipse/updates/4.31-I-builds/I20240229-0520 [2024-03-05T10:44:11.860Z] Mirroring meta-data consisting of 249 units from https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 [2024-03-05T10:44:11.860Z] Mirroring meta-data consisting of 275 units from https://download.eclipse.org/rt/ecf/3.14.41/site.p2/3.14.41.v20240114-0141 [2024-03-05T10:44:11.860Z] Mirroring meta-data consisting of 24 units from https://download.eclipse.org/tools/gef/classic/milestone/S202402212051 [2024-03-05T10:44:11.860Z] Mirroring meta-data consisting of 164 units from https://download.eclipse.org/tools/gef/fx/release/5.5.0 [2024-03-05T10:44:11.860Z] Mirroring meta-data consisting of 49 units from https://download.eclipse.org/efxclipse/runtime-released/3.9.0/site [2024-03-05T10:44:11.860Z] Mirroring meta-data consisting of 65 units from https://download.eclipse.org/modeling/emf/compare/updates/releases/3.3/R202401051648 [2024-03-05T10:44:11.860Z] Mirroring meta-data consisting of 8 units from https://download.eclipse.org/ecoretools/updates/releases/3.5.0/2023-03 [2024-03-05T10:44:11.860Z] Mirroring meta-data consisting of 98 units from https://download.eclipse.org/mmt/atl/updates/releases/4.9.0 [2024-03-05T10:44:11.860Z] Mirroring meta-data consisting of 88 units from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.8 [2024-03-05T10:44:11.861Z] Mirroring meta-data consisting of 51 units from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.17.0 [2024-03-05T10:44:11.861Z] Mirroring meta-data consisting of 367 units from https://download.eclipse.org/datatools/updates/release/1.16.0 [2024-03-05T10:44:11.861Z] Mirroring meta-data consisting of 715 units from https://download.eclipse.org/webtools/downloads/drops/R3.33.0/S-3.33RC2-20240304165142/repository [2024-03-05T10:44:11.861Z] Mirroring meta-data consisting of 285 units from https://download.eclipse.org/mylyn/updates/milestone/S202402281814 [2024-03-05T10:44:11.861Z] Mirroring meta-data consisting of 371 units from https://download.eclipse.org/tools/cdt/builds/11.5/cdt-11.5.0-rc2 [2024-03-05T10:44:11.861Z] Mirroring meta-data consisting of 163 units from https://download.eclipse.org/embed-cdt/releases/6.5.0/p2 [2024-03-05T10:44:11.861Z] Mirroring meta-data consisting of 55 units from https://download.eclipse.org/tm/updates/4.5.600/repository [2024-03-05T10:44:11.861Z] Mirroring meta-data consisting of 102 units from https://download.eclipse.org/technology/dltk/updates-dev/milestone/6.4m1 [2024-03-05T10:44:11.861Z] Mirroring meta-data consisting of 23 units from https://download.eclipse.org/rt/rap/tools/3.28/RC1-20240228-1121 [2024-03-05T10:44:11.861Z] Mirroring meta-data consisting of 23 units from https://download.eclipse.org/mpc/drops/1.10.3/v20240228-1000 [2024-03-05T10:44:11.861Z] Mirroring meta-data consisting of 199 units from https://download.eclipse.org/modeling/emf/cdo/drops/S20240228-0110 [2024-03-05T10:44:11.861Z] Mirroring meta-data consisting of 230 units from https://download.eclipse.org/oomph/drops/milestone/S20240227-171637-1.32.0-RC1 [2024-03-05T10:44:11.861Z] Mirroring meta-data consisting of 21 units from https://download.eclipse.org/mat/2023-12/RC1/update-site [2024-03-05T10:44:11.861Z] Mirroring meta-data consisting of 74 units from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5 [2024-03-05T10:44:11.861Z] Mirroring meta-data consisting of 152 units from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.20.0/S202402261444 [2024-03-05T10:44:11.861Z] Mirroring meta-data consisting of 56 units from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857 [2024-03-05T10:44:11.862Z] Mirroring meta-data consisting of 137 units from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202403010913 [2024-03-05T10:44:11.862Z] Mirroring meta-data consisting of 11 units from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334 [2024-03-05T10:44:11.862Z] Mirroring meta-data consisting of 19 units from https://download.eclipse.org/modeling/emf/query/updates/releases/R202208101410 [2024-03-05T10:44:11.862Z] Mirroring meta-data consisting of 23 units from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202305230712 [2024-03-05T10:44:11.862Z] Mirroring meta-data consisting of 26 units from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R202208110935 [2024-03-05T10:44:11.862Z] Mirroring meta-data consisting of 151 units from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.34.0 [2024-03-05T10:44:11.862Z] Mirroring meta-data consisting of 52 units from https://download.eclipse.org/tools/pdt/updates/8.2rc2 [2024-03-05T10:44:11.862Z] Mirroring meta-data consisting of 7 units from https://download.eclipse.org/tools/ptp/builds/9.4/2021-09 [2024-03-05T10:44:11.862Z] Mirroring meta-data consisting of 38 units from https://download.eclipse.org/modeling/emft/eef/updates/releases/2.1/R202210191223 [2024-03-05T10:44:11.862Z] Mirroring meta-data consisting of 162 units from https://download.eclipse.org/linuxtools/update-2024-03-rc1 [2024-03-05T10:44:11.862Z] Mirroring meta-data consisting of 60 units from https://download.eclipse.org/linuxtools/update-2024-03-docker-rc1 [2024-03-05T10:44:11.862Z] Mirroring meta-data consisting of 106 units from https://download.eclipse.org/egit/staging/v6.9.0.202402282109-rc1 [2024-03-05T10:44:11.862Z] Mirroring meta-data consisting of 52 units from https://download.eclipse.org/graphiti/updates/release/0.19.2 [2024-03-05T10:44:11.863Z] Mirroring meta-data consisting of 127 units from https://download.eclipse.org/technology/m2e/releases/2.6.0 [2024-03-05T10:44:11.863Z] Mirroring meta-data consisting of 32 units from https://download.eclipse.org/technology/m2e/m2e-wtp/releases/1.6.1 [2024-03-05T10:44:11.863Z] Mirroring meta-data consisting of 9 units from https://download.eclipse.org/scout/releases/13.0/31 [2024-03-05T10:44:11.863Z] Mirroring meta-data consisting of 127 units from https://download.eclipse.org/windowbuilder/updates/release/1.15.0 [2024-03-05T10:44:11.863Z] Mirroring meta-data consisting of 56 units from https://download.eclipse.org/technology/swtbot/releases/4.1.0 [2024-03-05T10:44:11.863Z] Mirroring meta-data consisting of 96 units from https://download.eclipse.org/tools/tcf/releases/1.7/1.7.0 [2024-03-05T10:44:11.863Z] Mirroring meta-data consisting of 205 units from https://download.eclipse.org/sirius/updates/milestones/7.4.0rc2/2023-03 [2024-03-05T10:44:11.863Z] Mirroring meta-data consisting of 67 units from https://download.eclipse.org/mmt/qvtd/updates/milestones/0.31.0/S202402261757 [2024-03-05T10:44:11.863Z] Mirroring meta-data consisting of 421 units from https://download.eclipse.org/ecp/rt/1270 [2024-03-05T10:44:11.863Z] Mirroring meta-data consisting of 122 units from https://download.eclipse.org/tracecompass/2024-03/milestones/rc1 [2024-03-05T10:44:11.863Z] Mirroring meta-data consisting of 12 units from https://download.eclipse.org/buildship/updates/e427/releases/3.x/3.1.9.v20240115-1636 [2024-03-05T10:44:11.863Z] Mirroring meta-data consisting of 58 units from https://download.eclipse.org/emf-parsley/updates/1.16/1.16.0.v20240227-1720 [2024-03-05T10:44:11.863Z] Mirroring meta-data consisting of 121 units from https://download.eclipse.org/viatra/updates/release/2.8.1 [2024-03-05T10:44:11.864Z] Mirroring meta-data consisting of 12 units from https://download.eclipse.org/eclemma/releases/3.1.8 [2024-03-05T10:44:11.864Z] Mirroring meta-data consisting of 18 units from https://download.eclipse.org/lsp4j/updates/releases/0.22.0 [2024-03-05T10:44:11.864Z] Mirroring meta-data consisting of 11 units from https://download.eclipse.org/lsp4e/releases/0.25.0 [2024-03-05T10:44:11.864Z] Mirroring meta-data consisting of 13 units from https://download.eclipse.org/usssdk/drops/release/1.2.2 [2024-03-05T10:44:11.864Z] Mirroring meta-data consisting of 6 units from https://download.eclipse.org/collections/11.1.0/repository [2024-03-05T10:44:11.864Z] Mirroring meta-data consisting of 21 units from https://download.eclipse.org/tm4e/releases/0.10.3 [2024-03-05T10:44:11.864Z] Mirroring meta-data consisting of 37 units from https://download.eclipse.org/wildwebdeveloper/releases/1.3.3 [2024-03-05T10:44:11.864Z] Mirroring meta-data consisting of 200 units from https://download.eclipse.org/passage/updates/milestone/2.11.0-RC2/ldc [2024-03-05T10:44:11.864Z] Mirroring meta-data consisting of 277 units from https://download.eclipse.org/modeling/mdt/modisco/builds/milestone/S202403031228 [2024-03-05T10:44:11.864Z] Done. Took 1 second [2024-03-05T10:44:11.864Z] Starting mirroring of meta-data for validationSet: runtime [2024-03-05T10:44:11.864Z] Mirroring meta-data consisting of 50 units from https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 [2024-03-05T10:44:11.864Z] Mirroring meta-data consisting of 185 units from https://download.eclipse.org/rt/rap/3.28/RC1-20240228-1122 [2024-03-05T10:44:11.864Z] Done. Took 1 second [2024-03-05T10:44:11.864Z] Starting generation of categories [2024-03-05T10:44:11.864Z] Done. Took 1 second [2024-03-05T10:44:11.864Z] Starting artifacts mirroring [2024-03-05T10:44:11.864Z] Mirroring artifacts from https://download.eclipse.org/eclipse/updates/4.31-I-builds/I20240229-0520 [2024-03-05T10:44:11.864Z] - mirroring artifact osgi.bundle,org.osgi.service.component.source,1.5.1.202212101352 [2024-03-05T10:44:11.865Z] - mirroring artifact osgi.bundle,org.eclipse.e4.core.contexts.source,1.12.500.v20231220-1554 [2024-03-05T10:44:11.865Z] - mirroring artifact osgi.bundle,org.apache.ant,1.10.14.v20230922-1200 [2024-03-05T10:44:11.865Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.metadata.source,2.9.0.v20240213-1100 [2024-03-05T10:44:11.865Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.http.registry.source,1.4.0.v20240213-1244 [2024-03-05T10:44:11.865Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.services.source,1.6.300.v20231201-1637 [2024-03-05T10:44:11.865Z] - mirroring artifact osgi.bundle,org.eclipse.swt.gtk.linux.aarch64.source,3.125.0.v20240227-1638 [2024-03-05T10:44:11.865Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.installer.source,1.4.200.v20240201-0843 [2024-03-05T10:44:11.865Z] - mirroring artifact osgi.bundle,org.eclipse.ltk.ui.refactoring.source,3.13.300.v20240125-0858 [2024-03-05T10:44:11.865Z] - mirroring artifact osgi.bundle,org.eclipse.debug.ui.source,3.18.300.v20240213-1843 [2024-03-05T10:44:11.865Z] - mirroring artifact osgi.bundle,org.eclipse.pde.spy.preferences.source,0.13.300.v20240207-1047 [2024-03-05T10:44:11.865Z] - mirroring artifact osgi.bundle,org.apiguardian.api,1.1.2 [2024-03-05T10:44:11.865Z] - mirroring artifact osgi.bundle,org.eclipse.pde.spy.css,0.13.300.v20231214-1521 [2024-03-05T10:44:11.865Z] - mirroring artifact osgi.bundle,com.jcraft.jsch.source,0.1.55.v20230916-1400 [2024-03-05T10:44:11.865Z] - mirroring artifact osgi.bundle,org.objectweb.asm.tree.analysis.source,9.6.0 [2024-03-05T10:44:11.865Z] - mirroring artifact osgi.bundle,junit-jupiter-api.source,5.10.2 [2024-03-05T10:44:11.865Z] - mirroring artifact osgi.bundle,junit-platform-suite-commons,1.10.2 [2024-03-05T10:44:11.865Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.console,1.4.700.v20240213-1244 [2024-03-05T10:44:11.865Z] - mirroring artifact osgi.bundle,biz.aQute.repository.source,7.0.0.202310060912 [2024-03-05T10:44:11.865Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.bindings,0.14.300.v20231214-1513 [2024-03-05T10:44:11.865Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.ui.source,3.32.0.v20240215-0312 [2024-03-05T10:44:11.865Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.repository.tools,2.4.300.v20240207-1113 [2024-03-05T10:44:11.865Z] - mirroring artifact osgi.bundle,net.bytebuddy.byte-buddy,1.14.12 [2024-03-05T10:44:11.865Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86_64,1.2.900.v20240213-1244 [2024-03-05T10:44:11.865Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.ssl.source,1.3.0.v20230507-1921 [2024-03-05T10:44:11.865Z] - mirroring artifact osgi.bundle,org.eclipse.jface.databinding.source,1.15.200.v20240104-1240 [2024-03-05T10:44:11.865Z] - mirroring artifact osgi.bundle,org.osgi.service.log.stream,1.0.0.202109301733 [2024-03-05T10:44:11.865Z] - mirroring artifact osgi.bundle,org.apache.lucene.analysis-smartcn.source,9.10.0.v20240221-0830 [2024-03-05T10:44:11.865Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.sdk,3.11.2300.v20240229-1022 [2024-03-05T10:44:11.865Z] - mirroring artifact osgi.bundle,org.osgi.service.cm.source,1.6.1.202109301733 [2024-03-05T10:44:11.866Z] - mirroring artifact osgi.bundle,org.eclipse.osgi.services.source,3.12.0.v20231218-2126 [2024-03-05T10:44:11.866Z] - mirroring artifact osgi.bundle,org.eclipse.tips.ide,0.3.300.v20231214-1526 [2024-03-05T10:44:11.866Z] - mirroring artifact osgi.bundle,org.osgi.service.repository.source,1.1.0.201505202024 [2024-03-05T10:44:11.866Z] - mirroring artifact osgi.bundle,org.eclipse.ui.workbench.texteditor.source,3.17.300.v20240207-1054 [2024-03-05T10:44:11.866Z] - mirroring artifact osgi.bundle,org.apache.commons.commons-codec.source,1.16.0 [2024-03-05T10:44:11.866Z] - mirroring artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5,5.2.1.v20230802-0806 [2024-03-05T10:44:11.866Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.http.source,12.0.6 [2024-03-05T10:44:11.866Z] - mirroring artifact osgi.bundle,org.eclipse.tips.json,0.3.300.v20231214-1526 [2024-03-05T10:44:11.866Z] - mirroring artifact osgi.bundle,org.eclipse.core.resources,3.20.100.v20240209-1706 [2024-03-05T10:44:11.866Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.metatype,1.6.500.v20231214-2017 [2024-03-05T10:44:11.866Z] - mirroring artifact osgi.bundle,org.eclipse.emf.databinding.source,1.8.0.v20231208-1346 [2024-03-05T10:44:11.866Z] - mirroring artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5-win.source,5.2.1.v20230802-0847 [2024-03-05T10:44:11.866Z] - mirroring artifact osgi.bundle,org.eclipse.ui.views.properties.tabbed.source,3.10.200.v20231205-0632 [2024-03-05T10:44:11.866Z] - mirroring artifact osgi.bundle,org.apache.felix.gogo.shell,1.1.4 [2024-03-05T10:44:11.866Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.weaving.caching.j9.source,1.3.0.v20240213-1357 [2024-03-05T10:44:11.866Z] - mirroring artifact osgi.bundle,org.eclipse.emf.databinding.edit,1.9.0.v20231208-1346 [2024-03-05T10:44:11.866Z] - mirroring artifact osgi.bundle,org.eclipse.pde.ds.ui.source,1.3.300.v20231214-1521 [2024-03-05T10:44:11.866Z] - mirroring artifact osgi.bundle,biz.aQute.repository,7.0.0.202310060912 [2024-03-05T10:44:11.866Z] - mirroring artifact osgi.bundle,org.osgi.service.metatype,1.4.1.202109301733 [2024-03-05T10:44:11.866Z] - mirroring artifact osgi.bundle,org.eclipse.ui.views.log,1.4.300.v20240205-1417 [2024-03-05T10:44:11.866Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.change,2.16.0.v20231208-1346 [2024-03-05T10:44:11.866Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.source,3.11.0.v20230507-1923 [2024-03-05T10:44:11.866Z] - mirroring artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2.source,5.2.3.v20230922-1600 [2024-03-05T10:44:11.866Z] - mirroring artifact osgi.bundle,org.eclipse.core.commands.source,3.12.0.v20240214-1640 [2024-03-05T10:44:11.866Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.security.macosx.source,1.102.200.v20231214-2017 [2024-03-05T10:44:11.866Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.e4.core.tools.feature,4.30.100.v20240211-0942 [2024-03-05T10:44:11.866Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.launching,3.21.100.v20240214-1729 [2024-03-05T10:44:11.867Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.core.ssl.feature,1.1.501.v20230507-1921 [2024-03-05T10:44:11.867Z] - mirroring artifact osgi.bundle,org.osgi.service.wireadmin.source,1.0.2.202109301733 [2024-03-05T10:44:11.867Z] - mirroring artifact osgi.bundle,org.hamcrest,2.2.0 [2024-03-05T10:44:11.867Z] - mirroring artifact osgi.bundle,org.mortbay.jasper.apache-jsp,9.0.83 [2024-03-05T10:44:11.867Z] - mirroring artifact osgi.bundle,org.apache.felix.gogo.shell.source,1.1.4 [2024-03-05T10:44:11.867Z] - mirroring artifact osgi.bundle,org.eclipse.pde.spy.event.source,1.1.300.v20240127-1338 [2024-03-05T10:44:11.867Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.platform.source,4.31.0.v20240229-1022 [2024-03-05T10:44:11.867Z] - mirroring artifact osgi.bundle,org.eclipse.emf.databinding.edit.source,1.9.0.v20231208-1346 [2024-03-05T10:44:11.867Z] - mirroring artifact osgi.bundle,org.eclipse.jface.text,3.25.0.v20240207-1054 [2024-03-05T10:44:11.867Z] - mirroring artifact osgi.bundle,org.osgi.service.provisioning.source,1.2.0.201505202024 [2024-03-05T10:44:11.867Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.edit,2.22.0.v20231208-1346 [2024-03-05T10:44:11.867Z] - mirroring artifact osgi.bundle,org.jdom,1.1.3.v20230812-1600 [2024-03-05T10:44:11.867Z] - mirroring artifact osgi.bundle,org.eclipse.ui.externaltools,3.6.300.v20231214-1526 [2024-03-05T10:44:11.867Z] - mirroring artifact osgi.bundle,org.eclipse.core.filesystem.linux.ppc64le,1.4.200.v20220812-1420 [2024-03-05T10:44:11.867Z] - mirroring artifact osgi.bundle,org.eclipse.core.variables.source,3.6.300.v20231214-1012 [2024-03-05T10:44:11.867Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.transport.ecf.source,1.4.200.v20240203-1359 [2024-03-05T10:44:11.867Z] - mirroring artifact osgi.bundle,org.eclipse.swt.cocoa.macosx.aarch64,3.125.0.v20240227-1638 [2024-03-05T10:44:11.867Z] - mirroring artifact osgi.bundle,jakarta.inject.jakarta.inject-api,1.0.5 [2024-03-05T10:44:11.867Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.bidi,1.5.0.v20240113-0700 [2024-03-05T10:44:11.867Z] - mirroring artifact osgi.bundle,org.eclipse.e4.tools.emf.ui,4.8.300.v20240207-1047 [2024-03-05T10:44:11.867Z] - mirroring artifact osgi.bundle,org.eclipse.ui.editors.source,3.17.200.v20240207-1054 [2024-03-05T10:44:11.867Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc64le,1.2.900.v20240129-1338 [2024-03-05T10:44:11.867Z] - mirroring artifact osgi.bundle,org.eclipse.ui.themes,1.2.2400.v20240213-1133 [2024-03-05T10:44:11.867Z] - mirroring artifact osgi.bundle,org.apache.commons.commons-io.source,2.15.1 [2024-03-05T10:44:11.867Z] - mirroring artifact osgi.bundle,org.eclipse.ui,3.205.100.v20240131-1023 [2024-03-05T10:44:11.867Z] - mirroring artifact osgi.bundle,org.eclipse.ui.intro.universal.source,3.5.300.v20240122-1701 [2024-03-05T10:44:11.868Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.http.servletbridge.source,1.3.0.v20240213-1244 [2024-03-05T10:44:11.868Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.sdk.scheduler,1.6.200.v20240212-0924 [2024-03-05T10:44:11.868Z] - mirroring artifact osgi.bundle,org.eclipse.core.filebuffers,3.8.300.v20240207-1054 [2024-03-05T10:44:11.868Z] - mirroring artifact osgi.bundle,org.eclipse.urischeme,1.3.200.v20231214-1513 [2024-03-05T10:44:11.868Z] - mirroring artifact osgi.bundle,biz.aQute.bndlib,7.0.0.202310060912 [2024-03-05T10:44:11.868Z] - mirroring artifact osgi.bundle,org.eclipse.sdk,4.31.0.v20240229-0520 [2024-03-05T10:44:11.868Z] - mirroring artifact osgi.bundle,org.eclipse.e4.tools.emf.editor3x.source,4.9.300.v20240128-1101 [2024-03-05T10:44:11.868Z] - mirroring artifact binary,org.eclipse.rcp_root,4.31.0.v20240229-0520 [2024-03-05T10:44:11.868Z] - mirroring artifact osgi.bundle,org.jdom.source,1.1.3.v20230812-1600 [2024-03-05T10:44:11.868Z] - mirroring artifact osgi.bundle,org.eclipse.ui.intro.quicklinks.source,1.2.300.v20231214-1012 [2024-03-05T10:44:11.868Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.server,12.0.6 [2024-03-05T10:44:11.868Z] - mirroring artifact binary,org.eclipse.sdk.ide.executable.cocoa.macosx.x86_64,4.31.0.I20240229-0520 [2024-03-05T10:44:11.868Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.app.source,1.7.0.v20240213-1427 [2024-03-05T10:44:11.868Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.rcp,4.31.0.v20240229-0520 [2024-03-05T10:44:11.868Z] - mirroring artifact osgi.bundle,org.eclipse.team.genericeditor.diff.extension.source,1.2.300.v20231214-1012 [2024-03-05T10:44:11.868Z] - mirroring artifact osgi.bundle,org.eclipse.help.ui,4.6.200.v20240202-1455 [2024-03-05T10:44:11.868Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.apt.ui,3.8.300.v20231214-1504 [2024-03-05T10:44:11.868Z] - mirroring artifact osgi.bundle,org.apache.felix.gogo.runtime.source,1.1.6 [2024-03-05T10:44:11.868Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.launching.macosx,3.6.200.v20231214-1553 [2024-03-05T10:44:11.868Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.garbagecollector,1.3.200.v20240201-0843 [2024-03-05T10:44:11.868Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jdt,3.19.400.v20240229-0520 [2024-03-05T10:44:11.868Z] - mirroring artifact osgi.bundle,org.eclipse.platform.doc.user,4.31.0.v20240228-1609 [2024-03-05T10:44:11.868Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.cm.source,1.6.0.v20240218-1855 [2024-03-05T10:44:11.868Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.weaving.caching.j9,1.3.0.v20240213-1357 [2024-03-05T10:44:11.869Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.launching.source,3.21.100.v20240214-1729 [2024-03-05T10:44:11.869Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.model.workbench.source,2.4.200.v20240109-1025 [2024-03-05T10:44:11.869Z] - mirroring artifact osgi.bundle,org.eclipse.e4.tools.jdt.templates,4.10.300.v20240128-1101 [2024-03-05T10:44:11.869Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.junit.core.source,3.13.100.v20240220-0917 [2024-03-05T10:44:11.869Z] - mirroring artifact osgi.bundle,org.eclipse.pde.spy.bundle,0.13.300.v20231213-1508 [2024-03-05T10:44:11.869Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.user.ui.source,2.4.2300.v20240229-1022 [2024-03-05T10:44:11.869Z] - mirroring artifact osgi.bundle,org.apache.batik.css.source,1.17.0.v20231215-1130 [2024-03-05T10:44:11.869Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.servlet-api,4.0.6 [2024-03-05T10:44:11.869Z] - mirroring artifact osgi.bundle,net.bytebuddy.byte-buddy.source,1.14.12 [2024-03-05T10:44:11.869Z] - mirroring artifact osgi.bundle,org.eclipse.swt.cocoa.macosx.aarch64.source,3.125.0.v20240227-1638 [2024-03-05T10:44:11.869Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx,1.2.900.v20240129-1338 [2024-03-05T10:44:11.869Z] - mirroring artifact osgi.bundle,junit-platform-suite-api,1.10.2 [2024-03-05T10:44:11.869Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.security.macosx,1.102.200.v20231214-2017 [2024-03-05T10:44:11.869Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.server.core.source,1.16.0.v20240214-0846 [2024-03-05T10:44:11.869Z] - mirroring artifact osgi.bundle,org.eclipse.core.filesystem.linux.x86_64,1.2.400.v20220812-1420 [2024-03-05T10:44:11.869Z] - mirroring artifact osgi.bundle,org.eclipse.core.filesystem,1.10.300.v20240124-1325 [2024-03-05T10:44:11.869Z] - mirroring artifact osgi.bundle,org.osgi.service.useradmin.source,1.1.1.202109301733 [2024-03-05T10:44:11.869Z] - mirroring artifact osgi.bundle,org.eclipse.tips.core.source,0.3.300.v20240125-1333 [2024-03-05T10:44:11.869Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.http.registry,1.4.0.v20240213-1244 [2024-03-05T10:44:11.869Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.core.source,3.37.0.v20240215-1452 [2024-03-05T10:44:11.869Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.metatype.source,1.6.500.v20231214-2017 [2024-03-05T10:44:11.869Z] - mirroring artifact binary,org.eclipse.equinox.executable_root.gtk.linux.ppc64le,3.8.2400.v20240213-1244 [2024-03-05T10:44:11.870Z] - mirroring artifact osgi.bundle,org.apache.batik.i18n,1.17.0.v20231215-1130 [2024-03-05T10:44:11.870Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench.addons.swt,1.5.300.v20240124-0948 [2024-03-05T10:44:11.870Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.css.core.source,0.14.300.v20231214-1513 [2024-03-05T10:44:11.870Z] - mirroring artifact binary,org.eclipse.platform.ide.executable.gtk.linux.ppc64le,4.31.0.I20240229-0520 [2024-03-05T10:44:11.870Z] - mirroring artifact osgi.bundle,org.objectweb.asm.commons.source,9.6.0 [2024-03-05T10:44:11.870Z] - mirroring artifact osgi.bundle,org.eclipse.core.net.win32.x86_64,1.2.200.v20231214-1012 [2024-03-05T10:44:11.870Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.publisher,1.9.100.v20240212-1707 [2024-03-05T10:44:11.870Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.debug.ui,3.13.300.v20240207-1034 [2024-03-05T10:44:11.870Z] - mirroring artifact osgi.bundle,org.osgi.service.component.annotations.source,1.5.1.202212101352 [2024-03-05T10:44:11.870Z] - mirroring artifact osgi.bundle,org.eclipse.ltk.core.refactoring.source,3.14.300.v20240111-1549 [2024-03-05T10:44:11.870Z] - mirroring artifact osgi.bundle,org.eclipse.e4.core.di.extensions.supplier.source,0.17.400.v20231214-1012 [2024-03-05T10:44:11.870Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.core.feature.source,1.7.100.v20240220-1431 [2024-03-05T10:44:11.870Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse.source,1.6.0.v20240229-1022 [2024-03-05T10:44:11.870Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.security.ui,1.4.200.v20240213-1246 [2024-03-05T10:44:11.870Z] - mirroring artifact osgi.bundle,org.eclipse.emf.common.source,2.30.0.v20231210-0956 [2024-03-05T10:44:11.870Z] - mirroring artifact osgi.bundle,org.eclipse.pde.junit.runtime.source,3.8.100.v20240130-1723 [2024-03-05T10:44:11.870Z] - mirroring artifact osgi.bundle,org.eclipse.pde.ua.core.source,1.3.300.v20240127-1338 [2024-03-05T10:44:11.870Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.xmi,2.37.0.v20231208-1346 [2024-03-05T10:44:11.870Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclientjava,2.0.200.v20231114-1017 [2024-03-05T10:44:11.871Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.ide,3.17.200.v20231201-1637 [2024-03-05T10:44:11.871Z] - mirroring artifact osgi.bundle,org.eclipse.core.filesystem.source,1.10.300.v20240124-1325 [2024-03-05T10:44:11.871Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.frameworkadmin.source,2.3.100.v20240201-0843 [2024-03-05T10:44:11.871Z] - mirroring artifact osgi.bundle,org.junit,4.13.2.v20230809-1000 [2024-03-05T10:44:11.871Z] - mirroring artifact osgi.bundle,org.eclipse.swt.gtk.linux.aarch64,3.125.0.v20240227-1638 [2024-03-05T10:44:11.871Z] - mirroring artifact osgi.bundle,org.osgi.service.useradmin,1.1.1.202109301733 [2024-03-05T10:44:11.871Z] - mirroring artifact osgi.bundle,org.eclipse.ui.genericeditor,1.3.300.v20240212-0845 [2024-03-05T10:44:11.871Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.weaving.hook.source,1.4.0.v20240213-1357 [2024-03-05T10:44:11.871Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.app,1.7.0.v20240213-1427 [2024-03-05T10:44:11.871Z] - mirroring artifact osgi.bundle,org.eclipse.jface.databinding,1.15.200.v20240104-1240 [2024-03-05T10:44:11.871Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.rcp.feature,1.4.2300.v20240220-1431 [2024-03-05T10:44:11.871Z] - mirrored artifact osgi.bundle,org.eclipse.e4.core.contexts.source,1.12.500.v20231220-1554 [2024-03-05T10:44:11.871Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.installer,1.4.200.v20240201-0843 [2024-03-05T10:44:11.871Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.security.win32.x86_64,1.2.200.v20240213-1244 [2024-03-05T10:44:11.871Z] - mirrored artifact osgi.bundle,org.osgi.service.component.source,1.5.1.202212101352 [2024-03-05T10:44:11.871Z] - mirroring artifact osgi.bundle,org.eclipse.jsch.core,1.5.300.v20231214-1526 [2024-03-05T10:44:11.871Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.server.p2.source,1.12.1200.v20240220-1431 [2024-03-05T10:44:11.871Z] - mirroring artifact osgi.bundle,org.eclipse.e4.core.di.extensions.source,0.18.200.v20231220-1554 [2024-03-05T10:44:11.871Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.rcp.source,4.31.0.v20240229-0520 [2024-03-05T10:44:11.871Z] - mirroring artifact osgi.bundle,org.eclipse.pde.api.tools.source,1.3.300.v20240211-1946 [2024-03-05T10:44:11.871Z] - mirroring artifact osgi.bundle,junit-platform-launcher.source,1.10.2 [2024-03-05T10:44:11.871Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.transforms.xslt,1.3.0.v20240213-1244 [2024-03-05T10:44:11.871Z] - mirroring artifact osgi.bundle,org.eclipse.osgi.util,3.7.300.v20231104-1118 [2024-03-05T10:44:11.871Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.useradmin,1.3.0.v20240214-0659 [2024-03-05T10:44:11.871Z] - mirroring artifact osgi.bundle,jakarta.annotation-api,1.3.5 [2024-03-05T10:44:11.871Z] - mirroring artifact osgi.bundle,org.eclipse.pde.spy.event,1.1.300.v20240127-1338 [2024-03-05T10:44:11.871Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.repository.source,2.8.100.v20240207-1113 [2024-03-05T10:44:11.872Z] - mirroring artifact osgi.bundle,org.objectweb.asm.tree.source,9.6.0 [2024-03-05T10:44:11.872Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclient5,1.1.0.v20230423-0417 [2024-03-05T10:44:11.872Z] - mirroring artifact osgi.bundle,org.objectweb.asm.source,9.6.0 [2024-03-05T10:44:11.872Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.swt.tools.feature.source,3.109.300.v20240130-1851 [2024-03-05T10:44:11.872Z] - mirroring artifact osgi.bundle,jakarta.inject.jakarta.inject-api.source,2.0.1 [2024-03-05T10:44:11.872Z] - mirroring artifact osgi.bundle,org.objectweb.asm.util,9.6.0 [2024-03-05T10:44:11.872Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.bidi.source,1.5.0.v20240113-0700 [2024-03-05T10:44:11.872Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.source,2.8.300.v20240207-1113 [2024-03-05T10:44:11.872Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.ide.source,3.17.200.v20231201-1637 [2024-03-05T10:44:11.872Z] - mirroring artifact osgi.bundle,org.eclipse.e4.core.di,1.9.300.v20240207-1044 [2024-03-05T10:44:11.872Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.e4.rcp,4.31.0.v20240227-1638 [2024-03-05T10:44:11.872Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.security.source,12.0.6 [2024-03-05T10:44:11.872Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.css.swt.theme.source,0.14.300.v20231214-1513 [2024-03-05T10:44:11.872Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.registry,3.12.0.v20240213-1057 [2024-03-05T10:44:11.872Z] - mirroring artifact osgi.bundle,org.bndtools.templates.template,7.0.0.202310060912 [2024-03-05T10:44:11.872Z] - mirroring artifact osgi.bundle,org.eclipse.rcp,4.31.0.v20240229-0520 [2024-03-05T10:44:11.872Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.console,1.3.300.v20240201-0843 [2024-03-05T10:44:11.872Z] - mirroring artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5,5.2.3.v20230922-1600 [2024-03-05T10:44:11.872Z] - mirroring artifact osgi.bundle,org.eclipse.help.ui.source,4.6.200.v20240202-1455 [2024-03-05T10:44:11.872Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.annotation.source,1.2.100.v20240212-1051 [2024-03-05T10:44:11.872Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.jsp.jasper.source,1.2.0.v20240213-1427 [2024-03-05T10:44:11.872Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.jeview,1.5.200.v20240126-1130 [2024-03-05T10:44:11.873Z] - mirroring artifact osgi.bundle,org.eclipse.e4.core.di.extensions,0.18.200.v20231220-1554 [2024-03-05T10:44:11.873Z] - mirroring artifact osgi.bundle,org.osgi.service.upnp,1.2.1.202109301733 [2024-03-05T10:44:11.873Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.core,3.37.0.v20240215-1452 [2024-03-05T10:44:11.873Z] - mirroring artifact osgi.bundle,org.osgi.util.pushstream.source,1.1.0.202212101352 [2024-03-05T10:44:11.873Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.2.900.v20240129-1338 [2024-03-05T10:44:11.873Z] - mirroring artifact osgi.bundle,org.eclipse.help.webapp.source,3.11.300.v20240123-0655 [2024-03-05T10:44:11.873Z] - mirroring artifact binary,org.eclipse.sdk.ide.executable.gtk.linux.aarch64,4.31.0.I20240229-0520 [2024-03-05T10:44:11.873Z] - mirroring artifact osgi.bundle,org.eclipse.pde.bnd.ui,1.0.0.v20240212-1145 [2024-03-05T10:44:11.873Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.dialogs.source,1.4.200.v20231214-1513 [2024-03-05T10:44:11.873Z] - mirroring artifact osgi.bundle,junit-jupiter-engine,5.10.2 [2024-03-05T10:44:11.873Z] - mirroring artifact osgi.bundle,org.osgi.util.position,1.0.1.201505202026 [2024-03-05T10:44:11.873Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.http.jetty,3.9.100.v20240213-1244 [2024-03-05T10:44:11.873Z] - mirroring artifact osgi.bundle,org.osgi.service.prefs,1.1.2.202109301733 [2024-03-05T10:44:11.873Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.core.source,2.11.0.v20240210-1628 [2024-03-05T10:44:11.873Z] - mirroring artifact osgi.bundle,org.eclipse.help.webapp,3.11.300.v20240123-0655 [2024-03-05T10:44:11.873Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.security.linux,1.1.200.v20231214-1607 [2024-03-05T10:44:11.873Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.httpclientjava.feature.source,2.0.200.v20231114-1017 [2024-03-05T10:44:11.873Z] - mirroring artifact osgi.bundle,org.apache.sshd.osgi,2.12.1 [2024-03-05T10:44:11.873Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.directorywatcher,1.4.300.v20240201-0843 [2024-03-05T10:44:11.873Z] - mirroring artifact osgi.bundle,org.apache.batik.constants,1.17.0.v20231215-1130 [2024-03-05T10:44:11.873Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.bcoview,1.2.300.v20240118-1157 [2024-03-05T10:44:11.873Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.importexport.source,1.4.300.v20240201-0843 [2024-03-05T10:44:11.873Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.weaving.hook,1.4.0.v20240213-1357 [2024-03-05T10:44:11.874Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclientjava.source,2.0.200.v20231114-1017 [2024-03-05T10:44:11.874Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.pde,3.15.300.v20240229-0520 [2024-03-05T10:44:11.874Z] - mirroring artifact osgi.bundle,org.osgi.annotation.bundle,2.0.0.202202082230 [2024-03-05T10:44:11.874Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.admin,1.3.300.v20240201-0843 [2024-03-05T10:44:11.874Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.junit4.runtime,1.3.100.v20231214-1952 [2024-03-05T10:44:11.874Z] - mirroring artifact osgi.bundle,org.eclipse.core.databinding,1.13.200.v20240104-1240 [2024-03-05T10:44:11.874Z] - mirroring artifact binary,org.eclipse.platform.ide.executable.win32.win32.x86_64,4.31.0.I20240229-0520 [2024-03-05T10:44:11.874Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.core.formatterapp,1.2.200.v20231130-1111 [2024-03-05T10:44:11.874Z] - mirroring artifact osgi.bundle,org.eclipse.core.databinding.property.source,1.10.200.v20240104-1240 [2024-03-05T10:44:11.874Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.apt.ui.source,3.8.300.v20231214-1504 [2024-03-05T10:44:11.874Z] - mirroring artifact osgi.bundle,org.eclipse.ant.core,3.7.300.v20231214-1526 [2024-03-05T10:44:11.874Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.progress.source,0.4.300.v20240116-1723 [2024-03-05T10:44:11.874Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.core.compiler.batch.source,3.37.0.v20240215-1558 [2024-03-05T10:44:11.874Z] - mirroring artifact osgi.bundle,org.eclipse.tools.layout.spy.source,1.2.300.v20231214-1521 [2024-03-05T10:44:11.874Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.cm,1.6.0.v20240218-1855 [2024-03-05T10:44:11.874Z] - mirroring artifact osgi.bundle,org.osgi.service.cm,1.6.1.202109301733 [2024-03-05T10:44:11.874Z] - mirroring artifact osgi.bundle,org.osgi.util.xml,1.0.2.202109301733 [2024-03-05T10:44:11.874Z] - mirroring artifact osgi.bundle,org.eclipse.e4.tools.emf.ui.source,4.8.300.v20240207-1047 [2024-03-05T10:44:11.874Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.help,2.3.1700.v20240229-0520 [2024-03-05T10:44:11.874Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui,2.8.300.v20240207-1113 [2024-03-05T10:44:11.875Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.http.servlet.source,1.8.100.v20240213-1057 [2024-03-05T10:44:11.875Z] - mirroring artifact osgi.bundle,jakarta.xml.bind-api,4.0.1 [2024-03-05T10:44:11.875Z] - mirroring artifact osgi.bundle,org.eclipse.core.filebuffers.source,3.8.300.v20240207-1054 [2024-03-05T10:44:11.875Z] - mirroring artifact osgi.bundle,org.eclipse.orbit.xml-apis-ext.source,1.0.0.v20230923-0644 [2024-03-05T10:44:11.875Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.databinding.edit.source,1.11.0.v20231208-1346 [2024-03-05T10:44:11.875Z] - mirroring artifact osgi.bundle,org.eclipse.ui.views,3.12.200.v20231214-1513 [2024-03-05T10:44:11.875Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.transforms.hook,1.4.0.v20240213-1244 [2024-03-05T10:44:11.875Z] - mirroring artifact osgi.bundle,org.eclipse.ui.ide.application,1.5.300.v20240207-0025 [2024-03-05T10:44:11.875Z] - mirroring artifact osgi.bundle,junit-platform-engine.source,1.10.2 [2024-03-05T10:44:11.875Z] - mirroring artifact osgi.bundle,org.eclipse.ecf,3.11.0.v20230507-1923 [2024-03-05T10:44:11.875Z] - mirroring artifact osgi.bundle,org.eclipse.ui.trace.source,1.3.300.v20231215-1019 [2024-03-05T10:44:11.875Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.source,0.16.300.v20240223-1002 [2024-03-05T10:44:11.875Z] - mirroring artifact osgi.bundle,org.apache.batik.constants.source,1.17.0.v20231215-1130 [2024-03-05T10:44:11.875Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.server.p2,1.12.1200.v20240220-1431 [2024-03-05T10:44:11.875Z] - mirroring artifact osgi.bundle,org.eclipse.pde.spy.bundle.source,0.13.300.v20231213-1508 [2024-03-05T10:44:11.875Z] - mirroring artifact osgi.bundle,junit-jupiter-params,5.10.2 [2024-03-05T10:44:11.875Z] - mirroring artifact osgi.bundle,org.osgi.service.wireadmin,1.0.2.202109301733 [2024-03-05T10:44:11.875Z] - mirroring artifact osgi.bundle,org.eclipse.ui.ide,3.22.100.v20240227-1633 [2024-03-05T10:44:11.875Z] - mirroring artifact osgi.bundle,org.eclipse.core.databinding.source,1.13.200.v20240104-1240 [2024-03-05T10:44:11.876Z] - mirroring artifact binary,org.eclipse.equinox.executable_root.cocoa.macosx.aarch64,3.8.2400.v20240213-1244 [2024-03-05T10:44:11.876Z] - mirroring artifact osgi.bundle,org.eclipse.e4.core.services,2.4.300.v20240119-0800 [2024-03-05T10:44:11.876Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.supplement.source,1.10.800.v20240115-0830 [2024-03-05T10:44:11.876Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.log.stream.source,1.2.0.v20240213-1244 [2024-03-05T10:44:11.876Z] - mirroring artifact osgi.bundle,org.eclipse.ui.browser.source,3.8.200.v20240202-1013 [2024-03-05T10:44:11.876Z] - mirroring artifact osgi.bundle,org.opentest4j.source,1.3.0 [2024-03-05T10:44:11.876Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.util,12.0.6 [2024-03-05T10:44:11.876Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.pde.spies.source,1.0.300.v20240207-1047 [2024-03-05T10:44:11.876Z] - mirroring artifact osgi.bundle,org.eclipse.ui.workbench,3.131.100.v20240221-2107 [2024-03-05T10:44:11.876Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.ssl,1.3.0.v20230507-1921 [2024-03-05T10:44:11.876Z] - mirroring artifact osgi.bundle,org.opentest4j,1.3.0 [2024-03-05T10:44:11.876Z] - mirroring artifact osgi.bundle,org.eclipse.ui.editors,3.17.200.v20240207-1054 [2024-03-05T10:44:11.876Z] - mirroring artifact osgi.bundle,org.apache.aries.spifly.dynamic.bundle,1.3.7 [2024-03-05T10:44:11.876Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.ssl.feature.source,1.1.402.v20231021-2127 [2024-03-05T10:44:11.876Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.http.service.api.source,1.2.2.v20231218-2126 [2024-03-05T10:44:11.876Z] - mirroring artifact osgi.bundle,org.eclipse.ui.forms,3.13.200.v20240108-1539 [2024-03-05T10:44:11.876Z] - mirroring artifact osgi.bundle,org.mortbay.jasper.apache-el,9.0.83 [2024-03-05T10:44:11.876Z] - mirroring artifact osgi.bundle,org.eclipse.ant.ui.source,3.9.300.v20231214-1526 [2024-03-05T10:44:11.876Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.swt.win32.source,1.2.200.v20231201-1637 [2024-03-05T10:44:11.876Z] - mirroring artifact osgi.bundle,org.eclipse.core.databinding.property,1.10.200.v20240104-1240 [2024-03-05T10:44:11.876Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.core.feature.source,1.15.0.v20240214-0846 [2024-03-05T10:44:11.876Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.admin.rcp,1.4.100.v20240201-0843 [2024-03-05T10:44:11.876Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.css.swt.theme,0.14.300.v20231214-1513 [2024-03-05T10:44:11.876Z] - mirroring artifact osgi.bundle,org.eclipse.ui.navigator.resources,3.9.200.v20240104-1240 [2024-03-05T10:44:11.876Z] - mirroring artifact osgi.bundle,org.eclipse.jface.source,3.33.0.v20240214-1640 [2024-03-05T10:44:11.876Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.doc.isv,3.14.2300.v20240228-0350 [2024-03-05T10:44:11.876Z] - mirroring artifact osgi.bundle,org.eclipse.e4.core.commands,1.1.300.v20240131-1308 [2024-03-05T10:44:11.876Z] - mirroring artifact osgi.bundle,org.eclipse.pde.spy.preferences,0.13.300.v20240207-1047 [2024-03-05T10:44:11.876Z] - mirroring artifact osgi.bundle,org.apache.batik.util.source,1.17.0.v20231215-1130 [2024-03-05T10:44:11.877Z] - mirroring artifact osgi.bundle,org.eclipse.swt.win32.win32.x86_64.source,3.125.0.v20240227-1638 [2024-03-05T10:44:11.877Z] - mirroring artifact osgi.bundle,org.eclipse.team.genericeditor.diff.extension,1.2.300.v20231214-1012 [2024-03-05T10:44:11.877Z] - mirroring artifact osgi.bundle,org.eclipse.ui.win32.source,3.5.200.v20231214-2114 [2024-03-05T10:44:11.877Z] - mirroring artifact osgi.bundle,org.osgi.util.position.source,1.0.1.201505202026 [2024-03-05T10:44:11.877Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.touchpoint.natives,1.5.200.v20240201-0843 [2024-03-05T10:44:11.877Z] - mirroring artifact osgi.bundle,org.eclipse.ui.cheatsheets.source,3.8.300.v20240202-1455 [2024-03-05T10:44:11.877Z] - mirroring artifact osgi.bundle,org.eclipse.tips.core,0.3.300.v20240125-1333 [2024-03-05T10:44:11.877Z] - mirroring artifact osgi.bundle,org.eclipse.ui.themes.source,1.2.2400.v20240213-1133 [2024-03-05T10:44:11.877Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jdt.bcoview.feature,1.2.300.v20240118-1157 [2024-03-05T10:44:11.877Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.device.source,1.2.0.v20240213-1515 [2024-03-05T10:44:11.877Z] - mirroring artifact osgi.bundle,org.eclipse.debug.core,3.21.300.v20240109-1022 [2024-03-05T10:44:11.877Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.css.swt.source,0.15.300.v20240207-1054 [2024-03-05T10:44:11.877Z] - mirroring artifact osgi.bundle,org.eclipse.ant.core.source,3.7.300.v20231214-1526 [2024-03-05T10:44:11.877Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.e4.rcp.source,4.31.0.v20240227-1638 [2024-03-05T10:44:11.877Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.e4.core.tools.feature.source,4.30.100.v20240211-0942 [2024-03-05T10:44:11.877Z] - mirroring artifact binary,org.eclipse.platform.ide.executable.gtk.linux.aarch64,4.31.0.I20240229-0520 [2024-03-05T10:44:11.877Z] - mirroring artifact osgi.bundle,org.apache.lucene.analysis-smartcn,9.10.0.v20240221-0830 [2024-03-05T10:44:11.877Z] - mirroring artifact osgi.bundle,org.eclipse.pde.ua.core,1.3.300.v20240127-1338 [2024-03-05T10:44:11.877Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.console.jaas.fragment.source,1.2.0.v20240213-1244 [2024-03-05T10:44:11.877Z] - mirroring artifact osgi.bundle,org.eclipse.help.base.source,4.4.300.v20240229-0520 [2024-03-05T10:44:11.877Z] - mirroring artifact osgi.bundle,org.eclipse.jsch.ui,1.5.300.v20231214-1526 [2024-03-05T10:44:11.877Z] - mirroring artifact osgi.bundle,org.eclipse.core.filesystem.win32.x86_64,1.4.300.v20220812-1420 [2024-03-05T10:44:11.877Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.security.source,1.4.200.v20240213-1244 [2024-03-05T10:44:11.877Z] - mirroring artifact osgi.bundle,org.osgi.service.http.whiteboard.source,1.1.1.202109301733 [2024-03-05T10:44:11.877Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.databinding.source,1.11.0.v20231208-1346 [2024-03-05T10:44:11.878Z] - mirroring artifact osgi.bundle,slf4j.simple.source,2.0.12 [2024-03-05T10:44:11.878Z] - mirroring artifact osgi.bundle,org.eclipse.core.net.linux.source,1.1.100.v20231214-1526 [2024-03-05T10:44:11.878Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecore,2.37.0.v20240203-0859 [2024-03-05T10:44:11.878Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.coordinator.source,1.5.300.v20240214-0846 [2024-03-05T10:44:11.878Z] - mirroring artifact osgi.bundle,org.eclipse.swt.tools.spies.source,3.109.300.v20240130-1851 [2024-03-05T10:44:11.878Z] - mirroring artifact osgi.bundle,org.sat4j.core,2.3.6.v20201214 [2024-03-05T10:44:11.878Z] - mirroring artifact osgi.bundle,org.eclipse.osgi.util.source,3.7.300.v20231104-1118 [2024-03-05T10:44:11.878Z] - mirroring artifact osgi.bundle,org.eclipse.jsch.core.source,1.5.300.v20231214-1526 [2024-03-05T10:44:11.878Z] - mirroring artifact osgi.bundle,org.eclipse.e4.tools,4.10.300.v20240128-1101 [2024-03-05T10:44:11.878Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.core.manipulation,1.21.0.v20240221-0406 [2024-03-05T10:44:11.878Z] - mirroring artifact osgi.bundle,org.mortbay.jasper.apache-jsp.source,9.0.83 [2024-03-05T10:44:11.878Z] - mirroring artifact osgi.bundle,org.eclipse.e4.core.contexts,1.12.500.v20231220-1554 [2024-03-05T10:44:11.878Z] - mirroring artifact osgi.bundle,org.eclipse.platform.source,4.31.100.v20240229-0520 [2024-03-05T10:44:11.878Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.event.source,1.7.0.v20240214-0846 [2024-03-05T10:44:11.878Z] - mirroring artifact osgi.bundle,org.eclipse.pde.ds.core.source,1.3.300.v20240203-1841 [2024-03-05T10:44:11.878Z] - mirroring artifact osgi.bundle,org.eclipse.pde.source,3.13.2600.v20240229-0520 [2024-03-05T10:44:11.878Z] - mirroring artifact osgi.bundle,org.eclipse.e4.core.commands.source,1.1.300.v20240131-1308 [2024-03-05T10:44:11.878Z] - mirroring artifact osgi.bundle,org.eclipse.pde.spy.context,1.1.300.v20231214-1521 [2024-03-05T10:44:11.878Z] - mirroring artifact osgi.bundle,org.eclipse.e4.tools.emf.editor3x,4.9.300.v20240128-1101 [2024-03-05T10:44:11.878Z] - mirroring artifact osgi.bundle,junit-platform-commons,1.10.2 [2024-03-05T10:44:11.878Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.director.app.source,1.3.300.v20240212-0924 [2024-03-05T10:44:11.878Z] - mirroring artifact osgi.bundle,org.eclipse.core.variables,3.6.300.v20231214-1012 [2024-03-05T10:44:11.878Z] - mirroring artifact osgi.bundle,org.eclipse.pde.ui.templates.source,3.8.300.v20240207-1047 [2024-03-05T10:44:11.878Z] - mirroring artifact osgi.bundle,org.eclipse.pde.ds.core,1.3.300.v20240203-1841 [2024-03-05T10:44:11.878Z] - mirroring artifact osgi.bundle,org.eclipse.ui.net,1.5.300.v20231214-1012 [2024-03-05T10:44:11.878Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.jsp.jasper.registry,1.3.0.v20240213-1427 [2024-03-05T10:44:11.878Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.director.source,2.6.300.v20240207-1113 [2024-03-05T10:44:11.878Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.core.runtime.feature,1.4.300.v20240215-1631 [2024-03-05T10:44:11.879Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse,1.6.0.v20240229-1022 [2024-03-05T10:44:11.879Z] - mirroring artifact osgi.bundle,org.eclipse.pde.ua.ui,1.3.300.v20240127-1338 [2024-03-05T10:44:11.879Z] - mirroring artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5.source,5.2.1.v20230802-0806 [2024-03-05T10:44:11.879Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclient5.win32,1.1.0.v20230423-0417 [2024-03-05T10:44:11.879Z] - mirroring artifact osgi.bundle,org.eclipse.compare.win32,1.3.300.v20231214-1526 [2024-03-05T10:44:11.879Z] - mirroring artifact osgi.bundle,org.objectweb.asm.tree,9.6.0 [2024-03-05T10:44:11.879Z] - mirroring artifact osgi.bundle,org.eclipse.search.core,3.16.100.v20240207-1054 [2024-03-05T10:44:11.879Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tips.feature.source,0.4.300.v20240207-1044 [2024-03-05T10:44:11.879Z] - mirroring artifact osgi.bundle,jakarta.annotation-api,2.1.1 [2024-03-05T10:44:11.879Z] - mirroring artifact osgi.bundle,junit-platform-suite-commons.source,1.10.2 [2024-03-05T10:44:11.879Z] - mirroring artifact osgi.bundle,org.eclipse.pde.api.tools,1.3.300.v20240211-1946 [2024-03-05T10:44:11.879Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.executable,3.8.2400.v20240213-1244 [2024-03-05T10:44:11.879Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.metadata.repository,1.5.300.v20240201-0843 [2024-03-05T10:44:11.879Z] - mirroring artifact osgi.bundle,org.eclipse.team.ui,3.10.300.v20240207-1044 [2024-03-05T10:44:11.879Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.widgets,1.4.100.v20231201-1637 [2024-03-05T10:44:11.879Z] - mirroring artifact osgi.bundle,org.bndtools.templates.template.source,7.0.0.202310060912 [2024-03-05T10:44:11.879Z] - mirroring artifact osgi.bundle,org.apache.felix.scr,2.2.10 [2024-03-05T10:44:11.879Z] - mirroring artifact osgi.bundle,org.eclipse.help.base,4.4.300.v20240229-0520 [2024-03-05T10:44:11.879Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.sdk.scheduler.source,1.6.200.v20240212-0924 [2024-03-05T10:44:11.879Z] - mirroring artifact osgi.bundle,junit-vintage-engine.source,5.10.2 [2024-03-05T10:44:11.879Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.server.source,12.0.6 [2024-03-05T10:44:11.879Z] - mirroring artifact osgi.bundle,org.eclipse.search.core.source,3.16.100.v20240207-1054 [2024-03-05T10:44:11.879Z] - mirroring artifact osgi.bundle,org.eclipse.pde.ds.ui,1.3.300.v20231214-1521 [2024-03-05T10:44:11.879Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclient5.source,1.1.0.v20230423-0417 [2024-03-05T10:44:11.879Z] - mirroring artifact osgi.bundle,org.sat4j.pb,2.3.6.v20201214 [2024-03-05T10:44:11.879Z] - mirroring artifact osgi.bundle,jakarta.activation-api.source,2.1.2 [2024-03-05T10:44:11.879Z] - mirroring artifact osgi.bundle,org.eclipse.ui.navigator.resources.source,3.9.200.v20240104-1240 [2024-03-05T10:44:11.879Z] - mirroring artifact osgi.bundle,junit-jupiter-params.source,5.10.2 [2024-03-05T10:44:11.879Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.debug.source,3.21.300.v20240124-0949 [2024-03-05T10:44:11.879Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.launcher.source,1.6.700.v20240213-1244 [2024-03-05T10:44:11.879Z] - mirroring artifact osgi.bundle,org.objectweb.asm.tree.analysis,9.6.0 [2024-03-05T10:44:11.879Z] - mirroring artifact osgi.bundle,org.eclipse.ui.intro.quicklinks,1.2.300.v20231214-1012 [2024-03-05T10:44:11.880Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.common,3.19.0.v20240214-0846 [2024-03-05T10:44:11.880Z] - mirroring artifact osgi.bundle,org.osgi.util.promise,1.3.0.202212101352 [2024-03-05T10:44:11.880Z] - mirroring artifact osgi.bundle,org.eclipse.tools.layout.spy,1.2.300.v20231214-1521 [2024-03-05T10:44:11.880Z] - mirroring artifact binary,org.eclipse.equinox.executable_root.win32.win32.x86_64,3.8.2400.v20240213-1244 [2024-03-05T10:44:11.880Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.http.jetty.source,3.9.100.v20240213-1244 [2024-03-05T10:44:11.880Z] - mirroring artifact osgi.bundle,org.apache.lucene.core,9.10.0.v20240221-0830 [2024-03-05T10:44:11.880Z] - mirroring artifact osgi.bundle,org.eclipse.ui.source,3.205.100.v20240131-1023 [2024-03-05T10:44:11.880Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer,3.3.0.v20230422-0242 [2024-03-05T10:44:11.880Z] - mirroring artifact osgi.bundle,org.eclipse.e4.core.di.annotations,1.8.300.v20231220-1554 [2024-03-05T10:44:11.880Z] - mirroring artifact osgi.bundle,org.eclipse.update.configurator,3.5.300.v20240215-1631 [2024-03-05T10:44:11.880Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench.source,1.15.300.v20240124-0948 [2024-03-05T10:44:11.880Z] - mirroring artifact osgi.bundle,org.eclipse.osgi,3.19.0.v20240213-1246 [2024-03-05T10:44:11.880Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.console.source,1.4.700.v20240213-1244 [2024-03-05T10:44:11.880Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.ssl,1.1.0.v20230422-0242 [2024-03-05T10:44:11.880Z] - mirroring artifact osgi.bundle,org.eclipse.pde.doc.user,3.15.0.v20240207-2106 [2024-03-05T10:44:11.880Z] - mirroring artifact osgi.bundle,org.apache.lucene.core.source,9.10.0.v20240221-0830 [2024-03-05T10:44:11.880Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.discovery,1.3.200.v20240201-0843 [2024-03-05T10:44:11.880Z] - mirroring artifact osgi.bundle,org.osgi.util.promise.source,1.3.0.202212101352 [2024-03-05T10:44:11.880Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.apt.core.source,3.8.300.v20231214-1504 [2024-03-05T10:44:11.880Z] - mirroring artifact osgi.bundle,org.eclipse.tips.json.source,0.3.300.v20231214-1526 [2024-03-05T10:44:11.880Z] - mirroring artifact osgi.bundle,org.tukaani.xz.source,1.9.0 [2024-03-05T10:44:11.880Z] - mirroring artifact osgi.bundle,org.junit.source,4.13.2.v20230809-1000 [2024-03-05T10:44:11.880Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.security.win32.x86_64.source,1.2.200.v20240213-1244 [2024-03-05T10:44:11.880Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.artifact.repository,1.5.300.v20240220-1431 [2024-03-05T10:44:11.880Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.frameworkadmin,2.3.100.v20240201-0843 [2024-03-05T10:44:11.880Z] - mirroring artifact osgi.bundle,org.osgi.service.coordinator.source,1.0.2.201505202024 [2024-03-05T10:44:11.880Z] - mirroring artifact osgi.bundle,org.osgi.service.repository,1.1.0.201505202024 [2024-03-05T10:44:11.880Z] - mirroring artifact binary,org.eclipse.platform.ide.executable.gtk.linux.x86_64,4.31.0.I20240229-0520 [2024-03-05T10:44:11.880Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.session.source,12.0.6 [2024-03-05T10:44:11.881Z] - mirroring artifact osgi.bundle,junit-jupiter-migrationsupport.source,5.10.2 [2024-03-05T10:44:11.881Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.astview.source,1.6.100.v20231214-1952 [2024-03-05T10:44:11.881Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.discovery.source,1.3.200.v20240201-0843 [2024-03-05T10:44:11.881Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.css.core,0.14.300.v20231214-1513 [2024-03-05T10:44:11.881Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.io,12.0.6 [2024-03-05T10:44:11.881Z] - mirroring artifact osgi.bundle,org.eclipse.core.net.win32.x86_64.source,1.2.200.v20231214-1012 [2024-03-05T10:44:11.881Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.debug,3.21.300.v20240124-0949 [2024-03-05T10:44:11.881Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.supplement,1.10.800.v20240115-0830 [2024-03-05T10:44:11.881Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.source,2.36.0.v20240203-0859 [2024-03-05T10:44:11.881Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.junit5.runtime,1.1.300.v20231214-1952 [2024-03-05T10:44:11.881Z] - mirroring artifact osgi.bundle,org.eclipse.debug.core.source,3.21.300.v20240109-1022 [2024-03-05T10:44:11.881Z] - mirroring artifact binary,org.eclipse.platform_root,4.31.0.v20240229-1022 [2024-03-05T10:44:11.881Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.junit.source,3.16.300.v20240220-0917 [2024-03-05T10:44:11.881Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.server.jetty,1.11.400.v20240213-1244 [2024-03-05T10:44:11.881Z] - mirroring artifact osgi.bundle,org.eclipse.pde.spy.context.source,1.1.300.v20231214-1521 [2024-03-05T10:44:11.881Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.core,2.11.0.v20240210-1628 [2024-03-05T10:44:11.881Z] - mirroring artifact osgi.bundle,org.eclipse.ui.workbench.source,3.131.100.v20240221-2107 [2024-03-05T10:44:11.881Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.compendium.sdk,3.23.0.v20240218-1855 [2024-03-05T10:44:11.881Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.junit.runtime,3.7.400.v20231214-1952 [2024-03-05T10:44:11.881Z] - mirroring artifact osgi.bundle,org.eclipse.core.net.source,1.5.300.v20231214-1526 [2024-03-05T10:44:11.881Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.launching.ui.macosx,1.4.200.v20240111-1133 [2024-03-05T10:44:11.881Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.jsp.jasper,1.2.0.v20240213-1427 [2024-03-05T10:44:11.881Z] - mirroring artifact osgi.bundle,org.eclipse.text.quicksearch,1.2.300.v20240125-1313 [2024-03-05T10:44:11.881Z] - mirroring artifact osgi.bundle,biz.aQute.resolve,7.0.0.202310060912 [2024-03-05T10:44:11.881Z] - mirroring artifact osgi.bundle,org.eclipse.swt.win32.win32.x86_64,3.125.0.v20240227-1638 [2024-03-05T10:44:11.881Z] - mirroring artifact osgi.bundle,org.eclipse.osgi.compatibility.state,1.2.1000.v20240213-1057 [2024-03-05T10:44:11.881Z] - mirroring artifact osgi.bundle,org.eclipse.orbit.xml-apis-ext,1.0.0.v20230923-0644 [2024-03-05T10:44:11.881Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.core.compiler.batch,3.37.0.v20240215-1558 [2024-03-05T10:44:11.881Z] - mirroring artifact osgi.bundle,org.eclipse.pde.launching,3.12.0.v20240214-2143 [2024-03-05T10:44:11.882Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.engine,2.10.0.v20240210-0918 [2024-03-05T10:44:11.882Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.simpleconfigurator.source,1.5.200.v20240209-1053 [2024-03-05T10:44:11.882Z] - mirroring artifact osgi.bundle,org.eclipse.pde.runtime.source,3.8.300.v20231214-1521 [2024-03-05T10:44:11.882Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.annotation,2.3.0.v20240111-2306 [2024-03-05T10:44:11.882Z] - mirroring artifact osgi.bundle,org.osgi.util.measurement,1.0.2.201802012109 [2024-03-05T10:44:11.882Z] - mirroring artifact osgi.bundle,org.eclipse.swt.gtk.linux.x86_64,3.125.0.v20240227-1638 [2024-03-05T10:44:11.882Z] - mirroring artifact osgi.bundle,org.eclipse.pde.ui.source,3.15.100.v20240215-1631 [2024-03-05T10:44:11.882Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.discovery.compatibility,1.3.200.v20240201-0843 [2024-03-05T10:44:11.882Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.reconciler.dropins,1.5.300.v20240212-0924 [2024-03-05T10:44:11.882Z] - mirroring artifact osgi.bundle,slf4j.api.source,2.0.12 [2024-03-05T10:44:11.882Z] - mirroring artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5-win,5.2.1.v20230802-0847 [2024-03-05T10:44:11.882Z] - mirroring artifact osgi.bundle,org.eclipse.core.net.win32,1.1.300.v20231214-1526 [2024-03-05T10:44:11.882Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.core.feature,1.6.2.v20231021-2127 [2024-03-05T10:44:11.882Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.transforms.hook.source,1.4.0.v20240213-1244 [2024-03-05T10:44:11.882Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore,2.36.0.v20240203-0859 [2024-03-05T10:44:11.882Z] - mirroring artifact osgi.bundle,org.eclipse.core.contenttype,3.9.300.v20231218-0909 [2024-03-05T10:44:11.882Z] - mirroring artifact osgi.bundle,org.eclipse.pde.build.source,3.12.300.v20240212-0530 [2024-03-05T10:44:11.882Z] - mirroring artifact osgi.bundle,org.eclipse.jface.notifications,0.7.100.v20231214-2114 [2024-03-05T10:44:11.882Z] - mirroring artifact osgi.bundle,org.eclipse.e4.tools.services,4.10.400.v20240128-1101 [2024-03-05T10:44:11.882Z] - mirroring artifact osgi.bundle,org.eclipse.swt.tools.base,3.107.500.v20231104-1149 [2024-03-05T10:44:11.882Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.help.source,2.3.1700.v20240229-0520 [2024-03-05T10:44:11.882Z] - mirroring artifact osgi.bundle,org.apache.felix.scr.source,2.2.10 [2024-03-05T10:44:11.882Z] - mirroring artifact binary,org.eclipse.equinox.executable_root.cocoa.macosx.x86_64,3.8.2400.v20240213-1244 [2024-03-05T10:44:11.882Z] - mirroring artifact osgi.bundle,org.eclipse.swt,3.125.0.v20240227-1638 [2024-03-05T10:44:11.882Z] - mirroring artifact osgi.bundle,junit-platform-runner.source,1.10.2 [2024-03-05T10:44:11.882Z] - mirroring artifact binary,org.eclipse.equinox.executable_root.gtk.linux.x86_64,3.8.2400.v20240213-1244 [2024-03-05T10:44:11.882Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.importexport,1.4.300.v20240201-0843 [2024-03-05T10:44:11.883Z] - mirroring artifact binary,org.eclipse.sdk.ide.executable.gtk.linux.x86_64,4.31.0.I20240229-0520 [2024-03-05T10:44:11.883Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.httpclient5.feature,1.1.702.v20231114-1017 [2024-03-05T10:44:11.883Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.httpclient5.feature.source,1.1.702.v20231114-1017 [2024-03-05T10:44:11.883Z] - mirroring artifact osgi.bundle,biz.aQute.bndlib.source,7.0.0.202310060912 [2024-03-05T10:44:11.883Z] - mirroring artifact osgi.bundle,org.eclipse.emf.databinding,1.8.0.v20231208-1346 [2024-03-05T10:44:11.883Z] - mirroring artifact osgi.bundle,org.eclipse.pde.api.tools.ui,1.3.300.v20240215-1454 [2024-03-05T10:44:11.883Z] - mirroring artifact osgi.bundle,org.eclipse.core.resources.source,3.20.100.v20240209-1706 [2024-03-05T10:44:11.883Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.widgets.source,1.4.100.v20231201-1637 [2024-03-05T10:44:11.883Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.registry.source,3.12.0.v20240213-1057 [2024-03-05T10:44:11.883Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.concurrent,1.3.0.v20240213-1244 [2024-03-05T10:44:11.883Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.css.swt,0.15.300.v20240207-1054 [2024-03-05T10:44:11.883Z] - mirroring artifact osgi.bundle,org.eclipse.compare.core.source,3.8.400.v20240124-0947 [2024-03-05T10:44:11.883Z] - mirroring artifact osgi.bundle,bcprov.source,1.77.0 [2024-03-05T10:44:11.883Z] - mirroring artifact osgi.bundle,org.eclipse.osgi.compatibility.state.source,1.2.1000.v20240213-1057 [2024-03-05T10:44:11.883Z] - mirroring artifact osgi.bundle,jakarta.inject.jakarta.inject-api.source,1.0.5 [2024-03-05T10:44:11.883Z] - mirroring artifact osgi.bundle,org.osgi.service.http.whiteboard,1.1.1.202109301733 [2024-03-05T10:44:11.883Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.discovery,1.3.200.v20240201-0843 [2024-03-05T10:44:11.884Z] - mirroring artifact osgi.bundle,org.hamcrest.core.source,2.2.0.v20230809-1000 [2024-03-05T10:44:11.884Z] - mirroring artifact osgi.bundle,org.mortbay.jasper.apache-el.source,9.0.83 [2024-03-05T10:44:11.884Z] - mirroring artifact osgi.bundle,com.sun.jna.platform.source,5.14.0 [2024-03-05T10:44:11.884Z] - mirroring artifact osgi.bundle,junit-platform-suite-engine.source,1.10.2 [2024-03-05T10:44:11.884Z] - mirroring artifact osgi.bundle,org.eclipse.swt.tools.source,3.110.300.v20240130-1851 [2024-03-05T10:44:11.885Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.console.ssh,1.3.0.v20240213-1244 [2024-03-05T10:44:11.885Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.swt.win32,1.2.200.v20231201-1637 [2024-03-05T10:44:11.885Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.updatesite.source,1.3.300.v20240201-0843 [2024-03-05T10:44:11.885Z] - mirroring artifact osgi.bundle,org.eclipse.search.source,3.16.100.v20240125-0858 [2024-03-05T10:44:11.885Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.reconciler.dropins.source,1.5.300.v20240212-0924 [2024-03-05T10:44:11.885Z] - mirroring artifact osgi.bundle,org.eclipse.swt.cocoa.macosx.x86_64,3.125.0.v20240227-1638 [2024-03-05T10:44:11.885Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.updatechecker,1.4.200.v20240201-0843 [2024-03-05T10:44:11.885Z] - mirroring artifact osgi.bundle,org.eclipse.core.runtime,3.31.0.v20240215-1631 [2024-03-05T10:44:11.885Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.core.ssl.feature.source,1.1.501.v20230507-1921 [2024-03-05T10:44:11.885Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.region,1.5.500.v20231214-2017 [2024-03-05T10:44:11.885Z] - mirroring artifact osgi.bundle,org.eclipse.ant.ui,3.9.300.v20231214-1526 [2024-03-05T10:44:11.885Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.util.source,12.0.6 [2024-03-05T10:44:11.885Z] - mirroring artifact osgi.bundle,org.eclipse.pde.junit.runtime,3.8.100.v20240130-1723 [2024-03-05T10:44:11.885Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.jeview.source,1.5.200.v20240126-1130 [2024-03-05T10:44:11.885Z] - mirroring artifact osgi.bundle,org.eclipse.core.filesystem.macosx,1.3.400.v20220812-1420 [2024-03-05T10:44:11.885Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.swt.gtk,1.2.100.v20231030-2045 [2024-03-05T10:44:11.885Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.change.source,2.16.0.v20231208-1346 [2024-03-05T10:44:11.885Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.bcoview.source,1.2.300.v20240118-1157 [2024-03-05T10:44:11.885Z] - mirroring artifact osgi.bundle,org.eclipse.ui.forms.source,3.13.200.v20240108-1539 [2024-03-05T10:44:11.885Z] - mirroring artifact osgi.bundle,org.eclipse.pde.ds.annotations.source,1.3.200.v20240207-1047 [2024-03-05T10:44:11.885Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.ssl.source,1.1.0.v20230422-0242 [2024-03-05T10:44:11.885Z] - mirroring artifact osgi.bundle,org.eclipse.ui.intro,3.7.300.v20231214-1012 [2024-03-05T10:44:11.885Z] - mirroring artifact osgi.bundle,org.eclipse.pde.bnd.ui.source,1.0.0.v20240212-1145 [2024-03-05T10:44:11.885Z] - mirroring artifact osgi.bundle,junit-platform-suite-api.source,1.10.2 [2024-03-05T10:44:11.885Z] - mirroring artifact osgi.bundle,org.eclipse.ant.launching,1.4.300.v20240110-1213 [2024-03-05T10:44:11.886Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.log.stream,1.2.0.v20240213-1244 [2024-03-05T10:44:11.886Z] - mirroring artifact osgi.bundle,org.eclipse.ui.externaltools.source,3.6.300.v20231214-1526 [2024-03-05T10:44:11.886Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.ssl.feature,1.1.402.v20231021-2127 [2024-03-05T10:44:11.886Z] - mirroring artifact osgi.bundle,org.eclipse.ui.ide.application.source,1.5.300.v20240207-0025 [2024-03-05T10:44:11.886Z] - mirroring artifact osgi.bundle,org.eclipse.e4.core.di.source,1.9.300.v20240207-1044 [2024-03-05T10:44:11.886Z] - mirroring artifact osgi.bundle,org.eclipse.jsch.ui.source,1.5.300.v20231214-1526 [2024-03-05T10:44:11.886Z] - mirroring artifact osgi.bundle,org.eclipse.pde.api.tools.annotations.source,1.3.0.v20240207-2106 [2024-03-05T10:44:11.886Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.metadata.repository.source,1.5.300.v20240201-0843 [2024-03-05T10:44:11.886Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.xmi.source,2.37.0.v20231208-1346 [2024-03-05T10:44:11.886Z] - mirroring artifact osgi.bundle,org.eclipse.ui.win32,3.5.200.v20231214-2114 [2024-03-05T10:44:11.886Z] - mirroring artifact osgi.bundle,org.osgi.service.event.source,1.4.1.202109301733 [2024-03-05T10:44:11.886Z] - mirroring artifact osgi.bundle,org.eclipse.pde.spy.model,0.13.300.v20240131-2101 [2024-03-05T10:44:11.886Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.junit,3.16.300.v20240220-0917 [2024-03-05T10:44:11.886Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.server.source,12.0.6 [2024-03-05T10:44:11.886Z] - mirroring artifact osgi.bundle,org.objectweb.asm,9.6.0 [2024-03-05T10:44:11.886Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.http,12.0.6 [2024-03-05T10:44:11.886Z] - mirroring artifact osgi.bundle,junit-platform-suite-engine,1.10.2 [2024-03-05T10:44:11.886Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.servlet.source,12.0.6 [2024-03-05T10:44:11.886Z] - mirroring artifact osgi.bundle,org.eclipse.ui.cocoa,1.3.100.v20230214-1401 [2024-03-05T10:44:11.886Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source,0.14.300.v20240119-2127 [2024-03-05T10:44:11.886Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.sdk,3.23.1100.v20240218-1855 [2024-03-05T10:44:11.886Z] - mirroring artifact osgi.bundle,org.apache.xmlgraphics,2.9.0.v20230916-1600 [2024-03-05T10:44:11.886Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench3.source,0.17.300.v20231214-1513 [2024-03-05T10:44:11.886Z] - mirroring artifact osgi.bundle,org.eclipse.pde.genericeditor.extension.source,1.2.300.v20231214-1521 [2024-03-05T10:44:11.887Z] - mirroring artifact osgi.bundle,org.eclipse.tips.ide.source,0.3.300.v20231214-1526 [2024-03-05T10:44:11.887Z] - mirroring artifact osgi.bundle,org.eclipse.jface.notifications.source,0.7.100.v20231214-2114 [2024-03-05T10:44:11.887Z] - mirroring artifact osgi.bundle,biz.aQute.resolve.source,7.0.0.202310060912 [2024-03-05T10:44:11.887Z] - mirroring artifact osgi.bundle,org.eclipse.pde.spy.core.source,1.1.300.v20231214-1521 [2024-03-05T10:44:11.887Z] - mirroring artifact osgi.bundle,slf4j.simple,2.0.12 [2024-03-05T10:44:11.887Z] - mirroring artifact osgi.bundle,com.ibm.icu,74.2.0 [2024-03-05T10:44:11.887Z] - mirroring artifact osgi.bundle,org.osgi.service.metatype.annotations,1.4.1.202109301733 [2024-03-05T10:44:11.887Z] - mirroring artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2,5.2.3.v20230922-1600 [2024-03-05T10:44:11.887Z] - mirroring artifact osgi.bundle,org.eclipse.core.jobs.source,3.15.200.v20231214-1526 [2024-03-05T10:44:11.887Z] - mirroring artifact osgi.bundle,org.hamcrest.source,2.2.0 [2024-03-05T10:44:11.887Z] - mirroring artifact osgi.bundle,org.eclipse.osgi.source,3.19.0.v20240213-1246 [2024-03-05T10:44:11.887Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.transforms.xslt.source,1.3.0.v20240213-1244 [2024-03-05T10:44:11.887Z] - mirroring artifact osgi.bundle,org.eclipse.debug.ui.launchview,1.1.400.v20240110-1213 [2024-03-05T10:44:11.887Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.engine.source,2.10.0.v20240210-0918 [2024-03-05T10:44:11.887Z] - mirroring artifact osgi.bundle,org.eclipse.ui.navigator,3.12.300.v20240205-1417 [2024-03-05T10:44:11.887Z] - mirroring artifact osgi.bundle,org.eclipse.core.databinding.beans,1.10.200.v20231214-1513 [2024-03-05T10:44:11.887Z] - mirroring artifact osgi.bundle,org.eclipse.pde.core,3.18.0.v20240215-1456 [2024-03-05T10:44:11.887Z] - mirroring artifact osgi.bundle,org.eclipse.pde.spy.css.source,0.13.300.v20231214-1521 [2024-03-05T10:44:11.887Z] - mirroring artifact binary,org.eclipse.equinox.executable_root.gtk.linux.aarch64,3.8.2400.v20240213-1244 [2024-03-05T10:44:11.887Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.launcher,1.6.700.v20240213-1244 [2024-03-05T10:44:11.887Z] - mirroring artifact osgi.bundle,org.eclipse.pde.api.tools.ui.source,1.3.300.v20240215-1454 [2024-03-05T10:44:11.887Z] - mirroring artifact osgi.bundle,junit-jupiter-engine.source,5.10.2 [2024-03-05T10:44:11.887Z] - mirroring artifact osgi.bundle,org.eclipse.pde.genericeditor.extension,1.2.300.v20231214-1521 [2024-03-05T10:44:11.887Z] - mirroring artifact osgi.bundle,org.eclipse.emf.edit.source,2.21.0.v20231208-1346 [2024-03-05T10:44:11.887Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.event,1.7.0.v20240214-0846 [2024-03-05T10:44:11.888Z] - mirroring artifact osgi.bundle,biz.aQute.bnd.util.source,7.0.0.202310060912 [2024-03-05T10:44:11.888Z] - mirroring artifact osgi.bundle,org.eclipse.e4.core.services.source,2.4.300.v20240119-0800 [2024-03-05T10:44:11.888Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.core.sdk,3.25.0.v20240214-0846 [2024-03-05T10:44:11.888Z] - mirroring artifact osgi.bundle,org.eclipse.e4.core.di.annotations.source,1.8.300.v20231220-1554 [2024-03-05T10:44:11.888Z] - mirroring artifact osgi.bundle,junit-platform-runner,1.10.2 [2024-03-05T10:44:11.888Z] - mirroring artifact osgi.bundle,org.osgi.service.metatype.annotations.source,1.4.1.202109301733 [2024-03-05T10:44:11.888Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.swt.gtk.source,1.2.100.v20231030-2045 [2024-03-05T10:44:11.888Z] - mirroring artifact osgi.bundle,org.eclipse.ant.launching.source,1.4.300.v20240110-1213 [2024-03-05T10:44:11.888Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.core.formatterapp.source,1.2.200.v20231130-1111 [2024-03-05T10:44:11.888Z] - mirroring artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5.source,5.2.3.v20230922-1600 [2024-03-05T10:44:11.888Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.touchpoint.natives.source,1.5.200.v20240201-0843 [2024-03-05T10:44:11.888Z] - mirroring artifact osgi.bundle,org.osgi.util.pushstream,1.1.0.202212101352 [2024-03-05T10:44:11.888Z] - mirroring artifact osgi.bundle,com.sun.el.javax.el.source,3.0.4 [2024-03-05T10:44:11.888Z] - mirroring artifact osgi.bundle,org.eclipse.team.ui.source,3.10.300.v20240207-1044 [2024-03-05T10:44:11.888Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.io.source,12.0.6 [2024-03-05T10:44:11.888Z] - mirroring artifact osgi.bundle,org.bndtools.templating.source,7.0.0.202310060912 [2024-03-05T10:44:11.888Z] - mirroring artifact osgi.bundle,org.apache.felix.gogo.command,1.1.2 [2024-03-05T10:44:11.888Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.session,12.0.6 [2024-03-05T10:44:11.888Z] - mirroring artifact osgi.bundle,org.eclipse.e4.tools.services.source,4.10.400.v20240128-1101 [2024-03-05T10:44:11.888Z] - mirroring artifact osgi.bundle,org.eclipse.osgi.services,3.12.0.v20231218-2126 [2024-03-05T10:44:11.888Z] - mirroring artifact osgi.bundle,org.osgi.util.function.source,1.2.0.202109301733 [2024-03-05T10:44:11.888Z] - mirroring artifact osgi.bundle,bcpg,1.77.0 [2024-03-05T10:44:11.888Z] - mirroring artifact osgi.bundle,org.eclipse.compare.core,3.8.400.v20240124-0947 [2024-03-05T10:44:11.888Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.security.source,12.0.6 [2024-03-05T10:44:11.888Z] - mirroring artifact osgi.bundle,org.apache.lucene.analysis-common.source,9.10.0.v20240221-0830 [2024-03-05T10:44:11.888Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.httpclientjava.feature,2.0.200.v20231114-1017 [2024-03-05T10:44:11.888Z] - mirroring artifact osgi.bundle,org.eclipse.emf.common,2.30.0.v20231210-0956 [2024-03-05T10:44:11.888Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.servletbridge.source,1.7.0.v20240213-1638 [2024-03-05T10:44:11.888Z] - mirroring artifact osgi.bundle,org.eclipse.core.filesystem.linux.aarch64.source,1.4.200.v20220812-1420 [2024-03-05T10:44:11.889Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.apt.core,3.8.300.v20231214-1504 [2024-03-05T10:44:11.889Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.console.jaas.fragment,1.2.0.v20240213-1244 [2024-03-05T10:44:11.889Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.director,2.6.300.v20240207-1113 [2024-03-05T10:44:11.889Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.junit5.runtime.source,1.1.300.v20231214-1952 [2024-03-05T10:44:11.889Z] - mirroring artifact osgi.bundle,org.eclipse.swt.gtk.linux.ppc64le,3.125.0.v20240227-1638 [2024-03-05T10:44:11.889Z] - mirroring artifact osgi.bundle,org.eclipse.ui.browser,3.8.200.v20240202-1013 [2024-03-05T10:44:11.889Z] - mirroring artifact osgi.bundle,org.eclipse.ui.genericeditor.source,1.3.300.v20240212-0845 [2024-03-05T10:44:11.889Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench.addons.swt.source,1.5.300.v20240124-0948 [2024-03-05T10:44:11.889Z] - mirroring artifact osgi.bundle,org.osgi.service.device,1.1.1.202109301733 [2024-03-05T10:44:11.889Z] - mirroring artifact osgi.bundle,org.eclipse.unittest.ui,1.1.300.v20240123-1011 [2024-03-05T10:44:11.889Z] - mirroring artifact osgi.bundle,org.osgi.util.xml.source,1.0.2.202109301733 [2024-03-05T10:44:11.889Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.updatechecker.source,1.4.200.v20240201-0843 [2024-03-05T10:44:11.889Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.region.source,1.5.500.v20231214-2017 [2024-03-05T10:44:11.889Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.extras.feature,1.4.2300.v20240229-1022 [2024-03-05T10:44:11.889Z] - mirroring artifact osgi.bundle,jakarta.annotation-api.source,2.1.1 [2024-03-05T10:44:11.889Z] - mirroring artifact osgi.bundle,org.eclipse.pde.launching.source,3.12.0.v20240214-2143 [2024-03-05T10:44:11.889Z] - mirroring artifact osgi.bundle,org.eclipse.ui.views.log.source,1.4.300.v20240205-1417 [2024-03-05T10:44:11.889Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.concurrent.source,1.3.0.v20240213-1244 [2024-03-05T10:44:11.889Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.weaving.caching.source,1.3.0.v20240213-1357 [2024-03-05T10:44:11.889Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.simpleconfigurator.manipulator.source,2.3.100.v20240201-0843 [2024-03-05T10:44:11.889Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.artifact.repository.source,1.5.300.v20240220-1431 [2024-03-05T10:44:11.889Z] - mirroring artifact osgi.bundle,org.osgi.service.event,1.4.1.202109301733 [2024-03-05T10:44:11.889Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.pde.spies,1.0.300.v20240207-1047 [2024-03-05T10:44:11.889Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.console.source,1.3.300.v20240201-0843 [2024-03-05T10:44:11.889Z] - mirroring artifact osgi.bundle,org.sat4j.core.source,2.3.6.v20201214 [2024-03-05T10:44:11.889Z] - mirroring artifact osgi.bundle,org.eclipse.pde,3.13.2600.v20240229-0520 [2024-03-05T10:44:11.890Z] - mirroring artifact osgi.bundle,org.osgi.service.component,1.5.1.202212101352 [2024-03-05T10:44:11.890Z] - mirroring artifact osgi.bundle,org.eclipse.ui.cheatsheets,3.8.300.v20240202-1455 [2024-03-05T10:44:11.890Z] - mirroring artifact osgi.bundle,org.apache.aries.spifly.dynamic.bundle.source,1.3.7 [2024-03-05T10:44:11.890Z] - mirroring artifact osgi.bundle,org.osgi.service.metatype.source,1.4.1.202109301733 [2024-03-05T10:44:11.890Z] - mirroring artifact osgi.bundle,org.eclipse.e4.emf.xpath.source,0.4.200.v20231214-1513 [2024-03-05T10:44:11.890Z] - mirroring artifact osgi.bundle,org.bndtools.templating,7.0.0.202310060912 [2024-03-05T10:44:11.890Z] - mirroring artifact osgi.bundle,org.eclipse.ui.views.source,3.12.200.v20231214-1513 [2024-03-05T10:44:11.890Z] - mirroring artifact osgi.bundle,org.eclipse.tips.ui,0.3.300.v20240207-1044 [2024-03-05T10:44:11.890Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.feature,3.14.1900.v20230715-1945 [2024-03-05T10:44:11.890Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.security,12.0.6 [2024-03-05T10:44:11.890Z] - mirroring artifact osgi.bundle,org.eclipse.core.resources.win32.x86_64,3.5.500.v20220812-1420 [2024-03-05T10:44:11.890Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.apt.pluggable.core,1.4.300.v20231214-1504 [2024-03-05T10:44:11.890Z] - mirroring artifact binary,org.eclipse.sdk.ide.executable.win32.win32.x86_64,4.31.0.I20240229-0520 [2024-03-05T10:44:11.890Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sdk,4.31.0.v20240229-1022 [2024-03-05T10:44:11.890Z] - mirroring artifact binary,org.eclipse.platform.ide.executable.cocoa.macosx.x86_64,4.31.0.I20240229-0520 [2024-03-05T10:44:11.890Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.extensionlocation.source,1.5.300.v20240201-0843 [2024-03-05T10:44:11.890Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.filetransfer,5.1.103.v20230705-0614 [2024-03-05T10:44:11.890Z] - mirroring artifact osgi.bundle,org.eclipse.core.databinding.observable.source,1.13.200.v20240104-1240 [2024-03-05T10:44:11.890Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.di,1.5.300.v20240116-1723 [2024-03-05T10:44:11.890Z] - mirroring artifact osgi.bundle,org.objectweb.asm.util.source,9.6.0 [2024-03-05T10:44:11.890Z] - mirroring artifact osgi.bundle,org.eclipse.ltk.core.refactoring,3.14.300.v20240111-1549 [2024-03-05T10:44:11.890Z] - mirroring artifact osgi.bundle,org.eclipse.ui.intro.universal,3.5.300.v20240122-1701 [2024-03-05T10:44:11.890Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.annotation.source,2.3.0.v20240111-2306 [2024-03-05T10:44:11.890Z] - mirroring artifact osgi.bundle,com.jcraft.jsch,0.1.55.v20230916-1400 [2024-03-05T10:44:11.890Z] - mirroring artifact osgi.bundle,org.osgi.service.prefs.source,1.1.2.202109301733 [2024-03-05T10:44:11.890Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.operations.source,2.7.300.v20240212-0924 [2024-03-05T10:44:11.890Z] - mirroring artifact osgi.bundle,org.eclipse.compare.source,3.10.0.v20240208-0728 [2024-03-05T10:44:11.890Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.jsp.jasper.registry.source,1.3.0.v20240213-1427 [2024-03-05T10:44:11.890Z] - mirroring artifact osgi.bundle,org.eclipse.e4.tools.compat,4.9.300.v20240128-1121 [2024-03-05T10:44:11.891Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.source,3.3.0.v20230422-0242 [2024-03-05T10:44:11.891Z] - mirroring artifact osgi.bundle,biz.aQute.bnd.util,7.0.0.202310060912 [2024-03-05T10:44:11.891Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.platform,4.31.0.v20240229-1022 [2024-03-05T10:44:11.891Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.ui,3.32.0.v20240215-0312 [2024-03-05T10:44:11.891Z] - mirroring artifact osgi.bundle,org.eclipse.compare,3.10.0.v20240208-0728 [2024-03-05T10:44:11.891Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.edit.source,2.22.0.v20231208-1346 [2024-03-05T10:44:11.891Z] - mirroring artifact osgi.bundle,org.eclipse.ui.console.source,3.14.0.v20240129-1403 [2024-03-05T10:44:11.891Z] - mirroring artifact binary,org.eclipse.sdk.ide.executable.gtk.linux.ppc64le,4.31.0.I20240229-0520 [2024-03-05T10:44:11.891Z] - mirroring artifact osgi.bundle,org.eclipse.pde.runtime,3.8.300.v20231214-1521 [2024-03-05T10:44:11.891Z] - mirroring artifact osgi.bundle,junit-jupiter-migrationsupport,5.10.2 [2024-03-05T10:44:11.891Z] - mirroring artifact osgi.bundle,org.eclipse.pde.core.source,3.18.0.v20240215-1456 [2024-03-05T10:44:11.891Z] - mirroring artifact osgi.bundle,org.eclipse.core.databinding.beans.source,1.10.200.v20231214-1513 [2024-03-05T10:44:11.891Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.x86_64,1.2.900.v20240129-1338 [2024-03-05T10:44:11.891Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.filetransfer.source,5.1.103.v20230705-0614 [2024-03-05T10:44:11.891Z] - mirroring artifact osgi.bundle,org.eclipse.team.core.source,3.10.300.v20240125-0912 [2024-03-05T10:44:11.891Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.sdk,1.3.300.v20240207-1113 [2024-03-05T10:44:11.891Z] - mirroring artifact osgi.bundle,org.eclipse.ui.trace,1.3.300.v20231215-1019 [2024-03-05T10:44:11.891Z] - mirroring artifact osgi.bundle,org.eclipse.pde.ui,3.15.100.v20240215-1631 [2024-03-05T10:44:11.891Z] - mirroring artifact osgi.bundle,org.eclipse.urischeme.source,1.3.200.v20231214-1513 [2024-03-05T10:44:11.891Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.server.jetty.source,1.11.400.v20240213-1244 [2024-03-05T10:44:11.891Z] - mirroring artifact osgi.bundle,org.osgi.util.function,1.2.0.202109301733 [2024-03-05T10:44:11.891Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench.swt.source,0.17.300.v20240123-1128 [2024-03-05T10:44:11.891Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.discovery.compatibility.source,1.3.200.v20240201-0843 [2024-03-05T10:44:11.891Z] - mirroring artifact osgi.bundle,org.eclipse.swt.tools.base.source,3.107.500.v20231104-1149 [2024-03-05T10:44:11.891Z] - mirroring artifact osgi.bundle,org.osgi.service.device.source,1.1.1.202109301733 [2024-03-05T10:44:11.891Z] - mirroring artifact osgi.bundle,org.apache.commons.commons-io,2.15.1 [2024-03-05T10:44:11.891Z] - mirroring artifact osgi.bundle,com.sun.jna.platform,5.14.0 [2024-03-05T10:44:11.891Z] - mirroring artifact osgi.bundle,org.apache.ant.source,1.10.14.v20230922-1200 [2024-03-05T10:44:11.891Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.annotation,1.2.100.v20240212-1051 [2024-03-05T10:44:11.891Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.feature.source,3.14.1900.v20230715-1945 [2024-03-05T10:44:11.892Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.http.servletbridge,1.3.0.v20240213-1244 [2024-03-05T10:44:11.892Z] - mirroring artifact osgi.bundle,org.tukaani.xz,1.9.0 [2024-03-05T10:44:11.892Z] - mirroring artifact osgi.bundle,org.osgi.util.measurement.source,1.0.2.201802012109 [2024-03-05T10:44:11.892Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.aarch64,1.2.900.v20240129-1338 [2024-03-05T10:44:11.892Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.device,1.2.0.v20240213-1515 [2024-03-05T10:44:11.892Z] - mirroring artifact osgi.bundle,org.eclipse.emf.edit,2.21.0.v20231208-1346 [2024-03-05T10:44:11.892Z] - mirroring artifact osgi.bundle,org.hamcrest.core,2.2.0.v20230809-1000 [2024-03-05T10:44:11.892Z] - mirroring artifact osgi.bundle,org.eclipse.pde.ua.ui.source,1.3.300.v20240127-1338 [2024-03-05T10:44:11.892Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.server.core,1.16.0.v20240214-0846 [2024-03-05T10:44:11.892Z] - mirroring artifact osgi.bundle,org.eclipse.ui.monitoring.source,1.3.200.v20240116-1723 [2024-03-05T10:44:11.892Z] - mirroring artifact osgi.bundle,org.eclipse.jdt,3.19.400.v20240229-0520 [2024-03-05T10:44:11.892Z] - mirroring artifact osgi.bundle,org.apache.felix.gogo.runtime,1.1.6 [2024-03-05T10:44:11.892Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.discovery.source,1.3.200.v20240201-0843 [2024-03-05T10:44:11.892Z] - mirroring artifact osgi.bundle,org.eclipse.pde.ui.templates,3.8.300.v20240207-1047 [2024-03-05T10:44:11.892Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.admin.rcp.source,1.4.100.v20240201-0843 [2024-03-05T10:44:11.892Z] - mirroring artifact osgi.bundle,org.osgi.service.upnp.source,1.2.1.202109301733 [2024-03-05T10:44:11.892Z] - mirroring artifact osgi.bundle,org.eclipse.core.contenttype.source,3.9.300.v20231218-0909 [2024-03-05T10:44:11.892Z] - mirroring artifact osgi.bundle,org.eclipse.platform,4.31.100.v20240229-0520 [2024-03-05T10:44:11.892Z] - mirroring artifact osgi.bundle,jakarta.xml.bind-api.source,4.0.1 [2024-03-05T10:44:11.892Z] - mirroring artifact osgi.bundle,org.eclipse.core.externaltools,1.3.300.v20231214-1012 [2024-03-05T10:44:11.892Z] - mirroring artifact osgi.bundle,org.eclipse.ui.views.properties.tabbed,3.10.200.v20231205-0632 [2024-03-05T10:44:11.892Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecore.source,2.37.0.v20240203-0859 [2024-03-05T10:44:11.892Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.publisher.source,1.9.100.v20240212-1707 [2024-03-05T10:44:11.892Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.servletbridge,1.7.0.v20240213-1638 [2024-03-05T10:44:11.892Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jdt.source,3.19.400.v20240229-0520 [2024-03-05T10:44:11.892Z] - mirroring artifact osgi.bundle,org.eclipse.core.expressions,3.9.300.v20240207-1044 [2024-03-05T10:44:11.892Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.common.source,3.19.0.v20240214-0846 [2024-03-05T10:44:11.892Z] - mirroring artifact osgi.bundle,org.osgi.service.provisioning,1.2.0.201505202024 [2024-03-05T10:44:11.892Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.extras.feature.source,1.4.2300.v20240229-1022 [2024-03-05T10:44:11.892Z] - mirroring artifact osgi.bundle,org.eclipse.help.source,3.10.300.v20240107-2054 [2024-03-05T10:44:11.892Z] - mirroring artifact osgi.bundle,org.eclipse.core.net,1.5.300.v20231214-1526 [2024-03-05T10:44:11.892Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.di.source,1.5.300.v20240116-1723 [2024-03-05T10:44:11.893Z] - mirroring artifact osgi.bundle,org.eclipse.e4.core.di.extensions.supplier,0.17.400.v20231214-1012 [2024-03-05T10:44:11.893Z] - mirroring artifact osgi.bundle,org.eclipse.pde.api.tools.annotations,1.3.0.v20240207-2106 [2024-03-05T10:44:11.893Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench3,0.17.300.v20231214-1513 [2024-03-05T10:44:11.893Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.servlet-api.source,4.0.6 [2024-03-05T10:44:11.893Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.extensionlocation,1.5.300.v20240201-0843 [2024-03-05T10:44:11.893Z] - mirroring artifact osgi.bundle,junit-platform-engine,1.10.2 [2024-03-05T10:44:11.893Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.debug.ui.source,3.13.300.v20240207-1034 [2024-03-05T10:44:11.893Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jdt.astview.feature,1.2.200.v20231214-1952 [2024-03-05T10:44:11.893Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.preferences.source,3.11.0.v20240210-0844 [2024-03-05T10:44:11.893Z] - mirroring artifact osgi.bundle,jakarta.activation-api,2.1.2 [2024-03-05T10:44:11.893Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.services,1.6.300.v20231201-1637 [2024-03-05T10:44:11.893Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.dialogs,1.4.200.v20231214-1513 [2024-03-05T10:44:11.893Z] - mirroring artifact osgi.bundle,org.eclipse.core.filesystem.linux.aarch64,1.4.200.v20220812-1420 [2024-03-05T10:44:11.893Z] - mirroring artifact osgi.bundle,org.eclipse.pde.ds.annotations,1.3.200.v20240207-1047 [2024-03-05T10:44:11.893Z] - mirroring artifact osgi.bundle,org.eclipse.ui.navigator.source,3.12.300.v20240205-1417 [2024-03-05T10:44:11.893Z] - mirroring artifact osgi.bundle,org.apache.xmlgraphics.source,2.9.0.v20230916-1600 [2024-03-05T10:44:11.893Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tips.feature,0.4.300.v20240207-1044 [2024-03-05T10:44:11.893Z] - mirroring artifact osgi.bundle,org.eclipse.compare.win32.source,1.3.300.v20231214-1526 [2024-03-05T10:44:11.893Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.repository,2.8.100.v20240207-1113 [2024-03-05T10:44:11.893Z] - mirroring artifact osgi.bundle,org.osgi.service.log.stream.source,1.0.0.202109301733 [2024-03-05T10:44:11.893Z] - mirroring artifact osgi.bundle,org.objectweb.asm.commons,9.6.0 [2024-03-05T10:44:11.893Z] - mirroring artifact osgi.bundle,org.osgi.annotation.versioning,1.1.2.202109301733 [2024-03-05T10:44:11.893Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.astview,1.6.100.v20231214-1952 [2024-03-05T10:44:11.893Z] - mirroring artifact osgi.bundle,jakarta.annotation-api.source,1.3.5 [2024-03-05T10:44:11.893Z] - mirroring artifact osgi.bundle,junit-platform-launcher,1.10.2 [2024-03-05T10:44:11.893Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.11.0.v20231208-1346 [2024-03-05T10:44:11.893Z] - mirroring artifact osgi.bundle,org.osgi.annotation.versioning.source,1.1.2.202109301733 [2024-03-05T10:44:11.893Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.model.workbench,2.4.200.v20240109-1025 [2024-03-05T10:44:11.894Z] - mirroring artifact osgi.bundle,bcpg.source,1.77.0 [2024-03-05T10:44:11.894Z] - mirroring artifact osgi.bundle,org.eclipse.text.source,3.14.0.v20240207-1054 [2024-03-05T10:44:11.894Z] - mirroring artifact osgi.bundle,org.eclipse.core.commands,3.12.0.v20240214-1640 [2024-03-05T10:44:11.894Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.databinding,1.11.0.v20231208-1346 [2024-03-05T10:44:11.894Z] - mirroring artifact osgi.bundle,com.ibm.icu.source,74.2.0 [2024-03-05T10:44:11.894Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.security,1.4.200.v20240213-1244 [2024-03-05T10:44:11.894Z] - mirroring artifact osgi.bundle,junit-vintage-engine,5.10.2 [2024-03-05T10:44:11.894Z] - mirroring artifact osgi.bundle,org.eclipse.e4.emf.xpath,0.4.200.v20231214-1513 [2024-03-05T10:44:11.894Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.junit.runtime.source,3.7.400.v20231214-1952 [2024-03-05T10:44:11.894Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.core.manipulation.source,1.21.0.v20240221-0406 [2024-03-05T10:44:11.894Z] - mirroring artifact osgi.bundle,slf4j.api,2.0.12 [2024-03-05T10:44:11.894Z] - mirroring artifact osgi.bundle,org.eclipse.pde.build,3.12.300.v20240212-0530 [2024-03-05T10:44:11.894Z] - mirroring artifact osgi.bundle,org.eclipse.ui.net.source,1.5.300.v20231214-1012 [2024-03-05T10:44:11.894Z] - mirroring artifact binary,org.eclipse.platform.ide.executable.cocoa.macosx.aarch64,4.31.0.I20240229-0520 [2024-03-05T10:44:11.894Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.simpleconfigurator,1.5.200.v20240209-1053 [2024-03-05T10:44:11.894Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.apt.pluggable.core.source,1.4.300.v20231214-1504 [2024-03-05T10:44:11.894Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.garbagecollector.source,1.3.200.v20240201-0843 [2024-03-05T10:44:11.894Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.coordinator,1.5.300.v20240214-0846 [2024-03-05T10:44:11.894Z] - mirroring artifact osgi.bundle,org.apache.batik.css,1.17.0.v20231215-1130 [2024-03-05T10:44:11.894Z] - mirroring artifact osgi.bundle,org.eclipse.unittest.ui.source,1.1.300.v20240123-1011 [2024-03-05T10:44:11.894Z] - mirroring artifact osgi.bundle,org.eclipse.e4.tools.source,4.10.300.v20240128-1101 [2024-03-05T10:44:11.894Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.common,2.31.0.v20231210-0956 [2024-03-05T10:44:11.894Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.admin.source,1.3.300.v20240201-0843 [2024-03-05T10:44:11.894Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.security.linux.source,1.1.200.v20231214-1607 [2024-03-05T10:44:11.894Z] - mirroring artifact osgi.bundle,junit-jupiter-api,5.10.2 [2024-03-05T10:44:11.894Z] - mirroring artifact binary,org.eclipse.sdk.ide.executable.cocoa.macosx.aarch64,4.31.0.I20240229-0520 [2024-03-05T10:44:11.894Z] - mirroring artifact osgi.bundle,org.eclipse.platform.doc.isv,4.31.0.v20240228-1609 [2024-03-05T10:44:11.894Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.sdk.source,1.3.300.v20240207-1113 [2024-03-05T10:44:11.894Z] - mirroring artifact osgi.bundle,org.eclipse.swt.cocoa.macosx.x86_64.source,3.125.0.v20240227-1638 [2024-03-05T10:44:11.894Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.core.feature,1.7.100.v20240220-1431 [2024-03-05T10:44:11.895Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.bindings.source,0.14.300.v20231214-1513 [2024-03-05T10:44:11.895Z] - mirroring artifact osgi.bundle,org.osgi.service.coordinator,1.0.2.201505202024 [2024-03-05T10:44:11.895Z] - mirroring artifact osgi.bundle,org.eclipse.text.quicksearch.source,1.2.300.v20240125-1313 [2024-03-05T10:44:11.895Z] - mirroring artifact osgi.bundle,org.eclipse.e4.tools.compat.source,4.9.300.v20240128-1121 [2024-03-05T10:44:11.895Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.directorywatcher.source,1.4.300.v20240201-0843 [2024-03-05T10:44:11.895Z] - mirroring artifact osgi.bundle,org.eclipse.core.jobs,3.15.200.v20231214-1526 [2024-03-05T10:44:11.895Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jdt.jeview.feature,1.1.300.v20240126-1130 [2024-03-05T10:44:11.895Z] - mirroring artifact osgi.bundle,org.eclipse.ui.console,3.14.0.v20240129-1403 [2024-03-05T10:44:11.895Z] - mirroring artifact osgi.bundle,org.eclipse.ltk.ui.refactoring,3.13.300.v20240125-0858 [2024-03-05T10:44:11.895Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.server,12.0.6 [2024-03-05T10:44:11.895Z] - mirroring artifact osgi.bundle,org.eclipse.core.runtime.source,3.31.0.v20240215-1631 [2024-03-05T10:44:11.895Z] - mirroring artifact osgi.bundle,org.eclipse.e4.tools.jdt.templates.source,4.10.300.v20240128-1101 [2024-03-05T10:44:11.895Z] - mirroring artifact osgi.bundle,org.eclipse.core.net.linux,1.1.100.v20231214-1526 [2024-03-05T10:44:11.895Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.security.ui.source,1.4.200.v20240213-1246 [2024-03-05T10:44:11.895Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.progress,0.4.300.v20240116-1723 [2024-03-05T10:44:11.895Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.director.app,1.3.300.v20240212-0924 [2024-03-05T10:44:11.895Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.launching.ui.macosx.source,1.4.200.v20240111-1133 [2024-03-05T10:44:11.895Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.core.feature,1.15.0.v20240214-0846 [2024-03-05T10:44:11.895Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.junit4.runtime.source,1.3.100.v20231214-1952 [2024-03-05T10:44:11.895Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.identity,3.10.0.v20230422-0242 [2024-03-05T10:44:11.895Z] - mirroring artifact osgi.bundle,org.eclipse.team.core,3.10.300.v20240125-0912 [2024-03-05T10:44:11.895Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.security,12.0.6 [2024-03-05T10:44:11.895Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.useradmin.source,1.3.0.v20240214-0659 [2024-03-05T10:44:11.895Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.discovery.feature,1.3.300.v20240201-0843 [2024-03-05T10:44:11.895Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.preferences,3.11.0.v20240210-0844 [2024-03-05T10:44:11.895Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.identity.source,3.10.0.v20230422-0242 [2024-03-05T10:44:11.895Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.rcp.feature.source,1.4.2300.v20240220-1431 [2024-03-05T10:44:11.895Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.pde.source,3.15.300.v20240229-0520 [2024-03-05T10:44:11.896Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.swt.tools.feature,3.109.300.v20240130-1851 [2024-03-05T10:44:11.896Z] - mirroring artifact osgi.bundle,com.sun.jna,5.14.0.v20231211-1200 [2024-03-05T10:44:11.896Z] - mirroring artifact osgi.bundle,org.eclipse.text,3.14.0.v20240207-1054 [2024-03-05T10:44:11.896Z] - mirroring artifact osgi.bundle,org.eclipse.debug.ui.launchview.source,1.1.400.v20240110-1213 [2024-03-05T10:44:11.896Z] - mirroring artifact osgi.bundle,org.eclipse.ui.workbench.texteditor,3.17.300.v20240207-1054 [2024-03-05T10:44:11.896Z] - mirroring artifact osgi.bundle,org.eclipse.swt.gtk.linux.ppc64le.source,3.125.0.v20240227-1638 [2024-03-05T10:44:11.896Z] - mirroring artifact osgi.bundle,org.eclipse.ui.intro.source,3.7.300.v20231214-1012 [2024-03-05T10:44:11.896Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.discovery.feature.source,1.3.300.v20240201-0843 [2024-03-05T10:44:11.896Z] - mirroring artifact osgi.bundle,org.sat4j.pb.source,2.3.6.v20201214 [2024-03-05T10:44:11.896Z] - mirroring artifact osgi.bundle,org.eclipse.ui.cocoa.source,1.3.100.v20230214-1401 [2024-03-05T10:44:11.896Z] - mirroring artifact osgi.bundle,org.apache.lucene.analysis-common,9.10.0.v20240221-0830 [2024-03-05T10:44:11.896Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.simpleconfigurator.manipulator,2.3.100.v20240201-0843 [2024-03-05T10:44:11.896Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench.swt,0.17.300.v20240123-1128 [2024-03-05T10:44:11.896Z] - mirroring artifact osgi.bundle,org.eclipse.tips.ui.source,0.3.300.v20240207-1044 [2024-03-05T10:44:11.896Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.doc.user,3.15.2100.v20240228-1609 [2024-03-05T10:44:11.896Z] - mirroring artifact osgi.bundle,org.eclipse.ui.ide.source,3.22.100.v20240227-1633 [2024-03-05T10:44:11.896Z] - mirroring artifact osgi.bundle,org.osgi.service.component.annotations,1.5.1.202212101352 [2024-03-05T10:44:11.896Z] - mirroring artifact osgi.bundle,org.eclipse.update.configurator.source,3.5.300.v20240215-1631 [2024-03-05T10:44:11.896Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.cocoa,0.14.300.v20240119-2127 [2024-03-05T10:44:11.896Z] - mirroring artifact osgi.bundle,org.apiguardian.api.source,1.1.2 [2024-03-05T10:44:11.896Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.servlet,12.0.6 [2024-03-05T10:44:11.897Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclient5.win32.source,1.1.0.v20230423-0417 [2024-03-05T10:44:11.897Z] - mirroring artifact osgi.bundle,org.apache.sshd.osgi.source,2.12.1 [2024-03-05T10:44:11.897Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench,1.15.300.v20240124-0948 [2024-03-05T10:44:11.897Z] - mirroring artifact osgi.bundle,org.apache.commons.commons-codec,1.16.0 [2024-03-05T10:44:11.897Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt,0.16.300.v20240223-1002 [2024-03-05T10:44:11.897Z] - mirroring artifact osgi.bundle,org.eclipse.swt.tools,3.110.300.v20240130-1851 [2024-03-05T10:44:11.897Z] - mirroring artifact osgi.bundle,org.apache.batik.i18n.source,1.17.0.v20231215-1130 [2024-03-05T10:44:11.897Z] - mirroring artifact osgi.bundle,org.apache.felix.gogo.command.source,1.1.2 [2024-03-05T10:44:11.897Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.junit.core,3.13.100.v20240220-0917 [2024-03-05T10:44:11.897Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.http.service.api,1.2.2.v20231218-2126 [2024-03-05T10:44:11.897Z] - mirroring artifact osgi.bundle,org.apache.batik.util,1.17.0.v20231215-1130 [2024-03-05T10:44:11.897Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.weaving.caching,1.3.0.v20240213-1357 [2024-03-05T10:44:11.897Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.frameworkadmin.equinox.source,1.3.100.v20240213-1609 [2024-03-05T10:44:11.897Z] - mirroring artifact osgi.bundle,org.eclipse.swt.tools.spies,3.109.300.v20240130-1851 [2024-03-05T10:44:11.897Z] - mirroring artifact osgi.bundle,org.osgi.annotation.bundle.source,2.0.0.202202082230 [2024-03-05T10:44:11.897Z] - mirroring artifact osgi.bundle,org.eclipse.pde.spy.model.source,0.13.300.v20240131-2101 [2024-03-05T10:44:11.897Z] - mirroring artifact osgi.bundle,com.sun.el.javax.el,3.0.4 [2024-03-05T10:44:11.897Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.core.feature.source,1.6.2.v20231021-2127 [2024-03-05T10:44:11.897Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.touchpoint.eclipse.source,2.4.200.v20240201-0843 [2024-03-05T10:44:11.897Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.repository.tools.source,2.4.300.v20240207-1113 [2024-03-05T10:44:11.897Z] - mirroring artifact osgi.bundle,org.eclipse.swt.gtk.linux.x86_64.source,3.125.0.v20240227-1638 [2024-03-05T10:44:11.897Z] - mirroring artifact osgi.bundle,org.eclipse.jface,3.33.0.v20240214-1640 [2024-03-05T10:44:11.897Z] - mirroring artifact osgi.bundle,org.eclipse.jface.text.source,3.25.0.v20240207-1054 [2024-03-05T10:44:11.897Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.transport.ecf,1.4.200.v20240203-1359 [2024-03-05T10:44:11.898Z] - mirroring artifact osgi.bundle,org.eclipse.ui.monitoring,1.3.200.v20240116-1723 [2024-03-05T10:44:11.898Z] - mirroring artifact osgi.bundle,bcprov,1.77.0 [2024-03-05T10:44:11.898Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.operations,2.7.300.v20240212-0924 [2024-03-05T10:44:11.898Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.updatesite,1.3.300.v20240201-0843 [2024-03-05T10:44:11.898Z] - mirroring artifact osgi.bundle,junit-platform-commons.source,1.10.2 [2024-03-05T10:44:11.898Z] - mirroring artifact osgi.bundle,jakarta.inject.jakarta.inject-api,2.0.1 [2024-03-05T10:44:11.898Z] - mirroring artifact osgi.bundle,org.eclipse.search,3.16.100.v20240125-0858 [2024-03-05T10:44:11.898Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.touchpoint.eclipse,2.4.200.v20240201-0843 [2024-03-05T10:44:11.898Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.http.servlet,1.8.100.v20240213-1057 [2024-03-05T10:44:11.898Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.jarprocessor.source,1.3.300.v20240201-0843 [2024-03-05T10:44:11.898Z] - mirroring artifact osgi.bundle,org.eclipse.debug.ui,3.18.300.v20240213-1843 [2024-03-05T10:44:11.898Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.jarprocessor,1.3.300.v20240201-0843 [2024-03-05T10:44:11.898Z] - mirroring artifact osgi.bundle,org.eclipse.core.databinding.observable,1.13.200.v20240104-1240 [2024-03-05T10:44:11.898Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.launching.macosx.source,3.6.200.v20231214-1553 [2024-03-05T10:44:11.898Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.metadata,2.9.0.v20240213-1100 [2024-03-05T10:44:11.898Z] - mirroring artifact osgi.bundle,org.eclipse.core.net.win32.source,1.1.300.v20231214-1526 [2024-03-05T10:44:11.898Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.aarch64,1.2.900.v20240129-1338 [2024-03-05T10:44:11.898Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.frameworkadmin.equinox,1.3.100.v20240213-1609 [2024-03-05T10:44:11.899Z] - mirroring artifact osgi.bundle,org.eclipse.core.expressions.source,3.9.300.v20240207-1044 [2024-03-05T10:44:11.899Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.user.ui,2.4.2300.v20240229-1022 [2024-03-05T10:44:11.899Z] - mirroring artifact osgi.bundle,org.eclipse.help,3.10.300.v20240107-2054 [2024-03-05T10:44:11.899Z] - mirroring artifact osgi.bundle,org.eclipse.core.externaltools.source,1.3.300.v20231214-1012 [2024-03-05T10:44:11.899Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.console.ssh.source,1.3.0.v20240213-1244 [2024-03-05T10:44:11.899Z] - mirroring artifact osgi.bundle,org.eclipse.pde.spy.core,1.1.300.v20231214-1521 [2024-03-05T10:44:11.899Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.common.source,2.31.0.v20231210-0956 [2024-03-05T10:44:11.899Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.metadata.source,2.9.0.v20240213-1100 [2024-03-05T10:44:11.899Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.http.registry.source,1.4.0.v20240213-1244 [2024-03-05T10:44:11.899Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.services.source,1.6.300.v20231201-1637 [2024-03-05T10:44:11.899Z] - mirrored artifact osgi.bundle,org.eclipse.swt.gtk.linux.aarch64.source,3.125.0.v20240227-1638 [2024-03-05T10:44:11.899Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.installer.source,1.4.200.v20240201-0843 [2024-03-05T10:44:11.899Z] - mirrored artifact osgi.bundle,org.apache.ant,1.10.14.v20230922-1200 [2024-03-05T10:44:11.899Z] - mirrored artifact osgi.bundle,org.eclipse.ltk.ui.refactoring.source,3.13.300.v20240125-0858 [2024-03-05T10:44:11.899Z] - mirrored artifact osgi.bundle,org.eclipse.pde.spy.preferences.source,0.13.300.v20240207-1047 [2024-03-05T10:44:11.899Z] - mirrored artifact osgi.bundle,org.apiguardian.api,1.1.2 [2024-03-05T10:44:11.899Z] - mirrored artifact osgi.bundle,org.eclipse.pde.spy.css,0.13.300.v20231214-1521 [2024-03-05T10:44:11.899Z] - mirrored artifact osgi.bundle,com.jcraft.jsch.source,0.1.55.v20230916-1400 [2024-03-05T10:44:11.899Z] - mirrored artifact osgi.bundle,org.objectweb.asm.tree.analysis.source,9.6.0 [2024-03-05T10:44:11.899Z] - mirrored artifact osgi.bundle,org.eclipse.debug.ui.source,3.18.300.v20240213-1843 [2024-03-05T10:44:11.899Z] - mirrored artifact osgi.bundle,junit-jupiter-api.source,5.10.2 [2024-03-05T10:44:11.899Z] - mirrored artifact osgi.bundle,junit-platform-suite-commons,1.10.2 [2024-03-05T10:44:11.899Z] - mirrored artifact osgi.bundle,biz.aQute.repository.source,7.0.0.202310060912 [2024-03-05T10:44:11.899Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.bindings,0.14.300.v20231214-1513 [2024-03-05T10:44:11.899Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.console,1.4.700.v20240213-1244 [2024-03-05T10:44:11.899Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.repository.tools,2.4.300.v20240207-1113 [2024-03-05T10:44:11.899Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.ui.source,3.32.0.v20240215-0312 [2024-03-05T10:44:11.899Z] - mirrored artifact osgi.bundle,net.bytebuddy.byte-buddy,1.14.12 [2024-03-05T10:44:11.899Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.ssl.source,1.3.0.v20230507-1921 [2024-03-05T10:44:11.900Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86_64,1.2.900.v20240213-1244 [2024-03-05T10:44:11.900Z] - mirrored artifact osgi.bundle,org.osgi.service.log.stream,1.0.0.202109301733 [2024-03-05T10:44:11.900Z] - mirrored artifact osgi.bundle,org.eclipse.jface.databinding.source,1.15.200.v20240104-1240 [2024-03-05T10:44:11.900Z] - mirrored artifact osgi.bundle,org.apache.lucene.analysis-smartcn.source,9.10.0.v20240221-0830 [2024-03-05T10:44:11.900Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.sdk,3.11.2300.v20240229-1022 [2024-03-05T10:44:11.900Z] - mirrored artifact osgi.bundle,org.eclipse.osgi.services.source,3.12.0.v20231218-2126 [2024-03-05T10:44:11.900Z] - mirrored artifact osgi.bundle,org.osgi.service.cm.source,1.6.1.202109301733 [2024-03-05T10:44:11.900Z] - mirrored artifact osgi.bundle,org.osgi.service.repository.source,1.1.0.201505202024 [2024-03-05T10:44:11.900Z] - mirrored artifact osgi.bundle,org.eclipse.tips.ide,0.3.300.v20231214-1526 [2024-03-05T10:44:11.900Z] - mirrored artifact osgi.bundle,org.apache.commons.commons-codec.source,1.16.0 [2024-03-05T10:44:11.900Z] - mirrored artifact osgi.bundle,org.eclipse.ui.workbench.texteditor.source,3.17.300.v20240207-1054 [2024-03-05T10:44:11.900Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.http.source,12.0.6 [2024-03-05T10:44:11.900Z] - mirrored artifact osgi.bundle,org.eclipse.tips.json,0.3.300.v20231214-1526 [2024-03-05T10:44:11.900Z] - mirrored artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5,5.2.1.v20230802-0806 [2024-03-05T10:44:11.900Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.metatype,1.6.500.v20231214-2017 [2024-03-05T10:44:11.900Z] - mirrored artifact osgi.bundle,org.eclipse.core.resources,3.20.100.v20240209-1706 [2024-03-05T10:44:11.900Z] - mirrored artifact osgi.bundle,org.eclipse.emf.databinding.source,1.8.0.v20231208-1346 [2024-03-05T10:44:11.900Z] - mirrored artifact osgi.bundle,org.eclipse.ui.views.properties.tabbed.source,3.10.200.v20231205-0632 [2024-03-05T10:44:11.900Z] - mirrored artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5-win.source,5.2.1.v20230802-0847 [2024-03-05T10:44:11.900Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.weaving.caching.j9.source,1.3.0.v20240213-1357 [2024-03-05T10:44:11.900Z] - mirrored artifact osgi.bundle,org.apache.felix.gogo.shell,1.1.4 [2024-03-05T10:44:11.900Z] - mirrored artifact osgi.bundle,org.eclipse.emf.databinding.edit,1.9.0.v20231208-1346 [2024-03-05T10:44:11.900Z] - mirrored artifact osgi.bundle,org.eclipse.pde.ds.ui.source,1.3.300.v20231214-1521 [2024-03-05T10:44:11.900Z] - mirrored artifact osgi.bundle,org.osgi.service.metatype,1.4.1.202109301733 [2024-03-05T10:44:11.900Z] - mirrored artifact osgi.bundle,org.eclipse.ui.views.log,1.4.300.v20240205-1417 [2024-03-05T10:44:11.900Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.change,2.16.0.v20231208-1346 [2024-03-05T10:44:11.900Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.source,3.11.0.v20230507-1923 [2024-03-05T10:44:11.900Z] - mirrored artifact osgi.bundle,biz.aQute.repository,7.0.0.202310060912 [2024-03-05T10:44:11.900Z] - mirrored artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2.source,5.2.3.v20230922-1600 [2024-03-05T10:44:11.900Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.security.macosx.source,1.102.200.v20231214-2017 [2024-03-05T10:44:11.900Z] - mirrored artifact osgi.bundle,org.eclipse.core.commands.source,3.12.0.v20240214-1640 [2024-03-05T10:44:11.901Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.e4.core.tools.feature,4.30.100.v20240211-0942 [2024-03-05T10:44:11.901Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.core.ssl.feature,1.1.501.v20230507-1921 [2024-03-05T10:44:11.901Z] - mirrored artifact osgi.bundle,org.osgi.service.wireadmin.source,1.0.2.202109301733 [2024-03-05T10:44:11.901Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.launching,3.21.100.v20240214-1729 [2024-03-05T10:44:11.901Z] - mirrored artifact osgi.bundle,org.hamcrest,2.2.0 [2024-03-05T10:44:11.901Z] - mirrored artifact osgi.bundle,org.apache.felix.gogo.shell.source,1.1.4 [2024-03-05T10:44:11.901Z] - mirrored artifact osgi.bundle,org.eclipse.pde.spy.event.source,1.1.300.v20240127-1338 [2024-03-05T10:44:11.901Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.platform.source,4.31.0.v20240229-1022 [2024-03-05T10:44:11.901Z] - mirrored artifact osgi.bundle,org.eclipse.emf.databinding.edit.source,1.9.0.v20231208-1346 [2024-03-05T10:44:11.901Z] - mirrored artifact osgi.bundle,org.mortbay.jasper.apache-jsp,9.0.83 [2024-03-05T10:44:11.901Z] - mirrored artifact osgi.bundle,org.osgi.service.provisioning.source,1.2.0.201505202024 [2024-03-05T10:44:11.901Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.edit,2.22.0.v20231208-1346 [2024-03-05T10:44:11.901Z] - mirrored artifact osgi.bundle,org.jdom,1.1.3.v20230812-1600 [2024-03-05T10:44:11.901Z] - mirrored artifact osgi.bundle,org.eclipse.jface.text,3.25.0.v20240207-1054 [2024-03-05T10:44:11.901Z] - mirrored artifact osgi.bundle,org.eclipse.ui.externaltools,3.6.300.v20231214-1526 [2024-03-05T10:44:11.901Z] - mirrored artifact osgi.bundle,org.eclipse.core.filesystem.linux.ppc64le,1.4.200.v20220812-1420 [2024-03-05T10:44:11.901Z] - mirrored artifact osgi.bundle,org.eclipse.core.variables.source,3.6.300.v20231214-1012 [2024-03-05T10:44:11.901Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.transport.ecf.source,1.4.200.v20240203-1359 [2024-03-05T10:44:11.901Z] - mirrored artifact osgi.bundle,jakarta.inject.jakarta.inject-api,1.0.5 [2024-03-05T10:44:11.901Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.bidi,1.5.0.v20240113-0700 [2024-03-05T10:44:11.901Z] - mirrored artifact osgi.bundle,org.eclipse.e4.tools.emf.ui,4.8.300.v20240207-1047 [2024-03-05T10:44:11.901Z] - mirrored artifact osgi.bundle,org.eclipse.ui.editors.source,3.17.200.v20240207-1054 [2024-03-05T10:44:11.901Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc64le,1.2.900.v20240129-1338 [2024-03-05T10:44:11.901Z] - mirrored artifact osgi.bundle,org.eclipse.ui.themes,1.2.2400.v20240213-1133 [2024-03-05T10:44:11.901Z] - mirrored artifact osgi.bundle,org.eclipse.swt.cocoa.macosx.aarch64,3.125.0.v20240227-1638 [2024-03-05T10:44:11.901Z] - mirrored artifact osgi.bundle,org.apache.commons.commons-io.source,2.15.1 [2024-03-05T10:44:11.901Z] - mirrored artifact osgi.bundle,org.eclipse.ui,3.205.100.v20240131-1023 [2024-03-05T10:44:11.901Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.http.servletbridge.source,1.3.0.v20240213-1244 [2024-03-05T10:44:11.901Z] - mirrored artifact osgi.bundle,org.eclipse.ui.intro.universal.source,3.5.300.v20240122-1701 [2024-03-05T10:44:11.901Z] - mirrored artifact osgi.bundle,org.eclipse.core.filebuffers,3.8.300.v20240207-1054 [2024-03-05T10:44:11.901Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.sdk.scheduler,1.6.200.v20240212-0924 [2024-03-05T10:44:11.901Z] - mirrored artifact osgi.bundle,org.eclipse.urischeme,1.3.200.v20231214-1513 [2024-03-05T10:44:11.902Z] - mirrored artifact osgi.bundle,org.eclipse.sdk,4.31.0.v20240229-0520 [2024-03-05T10:44:11.902Z] - mirrored artifact osgi.bundle,org.eclipse.e4.tools.emf.editor3x.source,4.9.300.v20240128-1101 [2024-03-05T10:44:11.902Z] - mirrored artifact binary,org.eclipse.rcp_root,4.31.0.v20240229-0520 [2024-03-05T10:44:11.902Z] - mirrored artifact osgi.bundle,org.jdom.source,1.1.3.v20230812-1600 [2024-03-05T10:44:11.902Z] - mirrored artifact osgi.bundle,org.eclipse.ui.intro.quicklinks.source,1.2.300.v20231214-1012 [2024-03-05T10:44:11.902Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.server,12.0.6 [2024-03-05T10:44:11.902Z] - mirrored artifact binary,org.eclipse.sdk.ide.executable.cocoa.macosx.x86_64,4.31.0.I20240229-0520 [2024-03-05T10:44:11.902Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.app.source,1.7.0.v20240213-1427 [2024-03-05T10:44:11.902Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.rcp,4.31.0.v20240229-0520 [2024-03-05T10:44:11.902Z] - mirrored artifact osgi.bundle,org.eclipse.team.genericeditor.diff.extension.source,1.2.300.v20231214-1012 [2024-03-05T10:44:11.902Z] - mirrored artifact osgi.bundle,biz.aQute.bndlib,7.0.0.202310060912 [2024-03-05T10:44:11.902Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.apt.ui,3.8.300.v20231214-1504 [2024-03-05T10:44:11.902Z] - mirrored artifact osgi.bundle,org.eclipse.help.ui,4.6.200.v20240202-1455 [2024-03-05T10:44:11.902Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.launching.macosx,3.6.200.v20231214-1553 [2024-03-05T10:44:11.902Z] - mirrored artifact osgi.bundle,org.apache.felix.gogo.runtime.source,1.1.6 [2024-03-05T10:44:11.902Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jdt,3.19.400.v20240229-0520 [2024-03-05T10:44:11.902Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.garbagecollector,1.3.200.v20240201-0843 [2024-03-05T10:44:11.902Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.cm.source,1.6.0.v20240218-1855 [2024-03-05T10:44:11.902Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.weaving.caching.j9,1.3.0.v20240213-1357 [2024-03-05T10:44:11.902Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.launching.source,3.21.100.v20240214-1729 [2024-03-05T10:44:11.902Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.model.workbench.source,2.4.200.v20240109-1025 [2024-03-05T10:44:11.902Z] - mirrored artifact osgi.bundle,org.eclipse.e4.tools.jdt.templates,4.10.300.v20240128-1101 [2024-03-05T10:44:11.902Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.junit.core.source,3.13.100.v20240220-0917 [2024-03-05T10:44:11.902Z] - mirrored artifact osgi.bundle,org.eclipse.pde.spy.bundle,0.13.300.v20231213-1508 [2024-03-05T10:44:11.902Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.user.ui.source,2.4.2300.v20240229-1022 [2024-03-05T10:44:11.902Z] - mirrored artifact osgi.bundle,org.apache.batik.css.source,1.17.0.v20231215-1130 [2024-03-05T10:44:12.164Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.servlet-api,4.0.6 [2024-03-05T10:44:12.164Z] - mirrored artifact osgi.bundle,net.bytebuddy.byte-buddy.source,1.14.12 [2024-03-05T10:44:12.164Z] - mirrored artifact osgi.bundle,org.eclipse.platform.doc.user,4.31.0.v20240228-1609 [2024-03-05T10:44:12.164Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx,1.2.900.v20240129-1338 [2024-03-05T10:44:12.164Z] - mirrored artifact osgi.bundle,org.eclipse.swt.cocoa.macosx.aarch64.source,3.125.0.v20240227-1638 [2024-03-05T10:44:12.440Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.security.macosx,1.102.200.v20231214-2017 [2024-03-05T10:44:12.440Z] - mirrored artifact osgi.bundle,junit-platform-suite-api,1.10.2 [2024-03-05T10:44:12.440Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.server.core.source,1.16.0.v20240214-0846 [2024-03-05T10:44:12.440Z] - mirrored artifact osgi.bundle,org.eclipse.core.filesystem.linux.x86_64,1.2.400.v20220812-1420 [2024-03-05T10:44:12.440Z] - mirrored artifact osgi.bundle,org.osgi.service.useradmin.source,1.1.1.202109301733 [2024-03-05T10:44:12.440Z] - mirrored artifact osgi.bundle,org.eclipse.core.filesystem,1.10.300.v20240124-1325 [2024-03-05T10:44:12.440Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.http.registry,1.4.0.v20240213-1244 [2024-03-05T10:44:12.440Z] - mirrored artifact osgi.bundle,org.eclipse.tips.core.source,0.3.300.v20240125-1333 [2024-03-05T10:44:12.440Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.metatype.source,1.6.500.v20231214-2017 [2024-03-05T10:44:12.441Z] - mirrored artifact binary,org.eclipse.equinox.executable_root.gtk.linux.ppc64le,3.8.2400.v20240213-1244 [2024-03-05T10:44:12.441Z] - mirrored artifact osgi.bundle,org.apache.batik.i18n,1.17.0.v20231215-1130 [2024-03-05T10:44:12.441Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench.addons.swt,1.5.300.v20240124-0948 [2024-03-05T10:44:12.441Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.css.core.source,0.14.300.v20231214-1513 [2024-03-05T10:44:12.441Z] - mirrored artifact binary,org.eclipse.platform.ide.executable.gtk.linux.ppc64le,4.31.0.I20240229-0520 [2024-03-05T10:44:12.441Z] - mirrored artifact osgi.bundle,org.objectweb.asm.commons.source,9.6.0 [2024-03-05T10:44:12.441Z] - mirrored artifact osgi.bundle,org.eclipse.core.net.win32.x86_64,1.2.200.v20231214-1012 [2024-03-05T10:44:12.441Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.publisher,1.9.100.v20240212-1707 [2024-03-05T10:44:12.702Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.debug.ui,3.13.300.v20240207-1034 [2024-03-05T10:44:12.702Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.core.source,3.37.0.v20240215-1452 [2024-03-05T10:44:12.702Z] - mirrored artifact osgi.bundle,org.eclipse.ltk.core.refactoring.source,3.14.300.v20240111-1549 [2024-03-05T10:44:12.702Z] - mirrored artifact osgi.bundle,org.eclipse.e4.core.di.extensions.supplier.source,0.17.400.v20231214-1012 [2024-03-05T10:44:12.702Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.core.feature.source,1.7.100.v20240220-1431 [2024-03-05T10:44:12.702Z] - mirrored artifact osgi.bundle,org.osgi.service.component.annotations.source,1.5.1.202212101352 [2024-03-05T10:44:12.702Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse.source,1.6.0.v20240229-1022 [2024-03-05T10:44:12.702Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.security.ui,1.4.200.v20240213-1246 [2024-03-05T10:44:12.702Z] - mirrored artifact osgi.bundle,org.eclipse.pde.junit.runtime.source,3.8.100.v20240130-1723 [2024-03-05T10:44:12.702Z] - mirrored artifact osgi.bundle,org.eclipse.emf.common.source,2.30.0.v20231210-0956 [2024-03-05T10:44:12.702Z] - mirrored artifact osgi.bundle,org.eclipse.pde.ua.core.source,1.3.300.v20240127-1338 [2024-03-05T10:44:12.702Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclientjava,2.0.200.v20231114-1017 [2024-03-05T10:44:12.702Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.ide,3.17.200.v20231201-1637 [2024-03-05T10:44:12.702Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.xmi,2.37.0.v20231208-1346 [2024-03-05T10:44:12.702Z] - mirrored artifact osgi.bundle,org.eclipse.core.filesystem.source,1.10.300.v20240124-1325 [2024-03-05T10:44:12.702Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.frameworkadmin.source,2.3.100.v20240201-0843 [2024-03-05T10:44:12.702Z] - mirrored artifact osgi.bundle,org.junit,4.13.2.v20230809-1000 [2024-03-05T10:44:12.962Z] - mirrored artifact osgi.bundle,org.osgi.service.useradmin,1.1.1.202109301733 [2024-03-05T10:44:12.962Z] - mirrored artifact osgi.bundle,org.eclipse.ui.genericeditor,1.3.300.v20240212-0845 [2024-03-05T10:44:12.962Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.weaving.hook.source,1.4.0.v20240213-1357 [2024-03-05T10:44:12.962Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.app,1.7.0.v20240213-1427 [2024-03-05T10:44:12.962Z] - mirrored artifact osgi.bundle,org.eclipse.jface.databinding,1.15.200.v20240104-1240 [2024-03-05T10:44:12.962Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.rcp.feature,1.4.2300.v20240220-1431 [2024-03-05T10:44:12.962Z] - mirrored artifact osgi.bundle,org.eclipse.swt.gtk.linux.aarch64,3.125.0.v20240227-1638 [2024-03-05T10:44:12.962Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.installer,1.4.200.v20240201-0843 [2024-03-05T10:44:12.962Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.security.win32.x86_64,1.2.200.v20240213-1244 [2024-03-05T10:44:12.962Z] - mirrored artifact osgi.bundle,org.eclipse.jsch.core,1.5.300.v20231214-1526 [2024-03-05T10:44:12.962Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.server.p2.source,1.12.1200.v20240220-1431 [2024-03-05T10:44:12.962Z] - mirrored artifact osgi.bundle,org.eclipse.e4.core.di.extensions.source,0.18.200.v20231220-1554 [2024-03-05T10:44:12.963Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.rcp.source,4.31.0.v20240229-0520 [2024-03-05T10:44:12.963Z] - mirrored artifact osgi.bundle,junit-platform-launcher.source,1.10.2 [2024-03-05T10:44:12.963Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.transforms.xslt,1.3.0.v20240213-1244 [2024-03-05T10:44:12.963Z] - mirrored artifact osgi.bundle,org.eclipse.osgi.util,3.7.300.v20231104-1118 [2024-03-05T10:44:12.963Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.useradmin,1.3.0.v20240214-0659 [2024-03-05T10:44:12.963Z] - mirrored artifact osgi.bundle,jakarta.annotation-api,1.3.5 [2024-03-05T10:44:12.963Z] - mirrored artifact osgi.bundle,org.eclipse.pde.spy.event,1.1.300.v20240127-1338 [2024-03-05T10:44:12.963Z] - mirrored artifact osgi.bundle,org.eclipse.pde.api.tools.source,1.3.300.v20240211-1946 [2024-03-05T10:44:13.223Z] - mirrored artifact osgi.bundle,org.objectweb.asm.tree.source,9.6.0 [2024-03-05T10:44:13.223Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.repository.source,2.8.100.v20240207-1113 [2024-03-05T10:44:13.223Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclient5,1.1.0.v20230423-0417 [2024-03-05T10:44:13.223Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.swt.tools.feature.source,3.109.300.v20240130-1851 [2024-03-05T10:44:13.223Z] - mirrored artifact osgi.bundle,org.objectweb.asm.source,9.6.0 [2024-03-05T10:44:13.223Z] - mirrored artifact osgi.bundle,jakarta.inject.jakarta.inject-api.source,2.0.1 [2024-03-05T10:44:13.223Z] - mirrored artifact osgi.bundle,org.objectweb.asm.util,9.6.0 [2024-03-05T10:44:13.223Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.bidi.source,1.5.0.v20240113-0700 [2024-03-05T10:44:13.223Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.ide.source,3.17.200.v20231201-1637 [2024-03-05T10:44:13.223Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.source,2.8.300.v20240207-1113 [2024-03-05T10:44:13.223Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.e4.rcp,4.31.0.v20240227-1638 [2024-03-05T10:44:13.223Z] - mirrored artifact osgi.bundle,org.eclipse.e4.core.di,1.9.300.v20240207-1044 [2024-03-05T10:44:13.223Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.css.swt.theme.source,0.14.300.v20231214-1513 [2024-03-05T10:44:13.223Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.security.source,12.0.6 [2024-03-05T10:44:13.223Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.registry,3.12.0.v20240213-1057 [2024-03-05T10:44:13.223Z] - mirrored artifact osgi.bundle,org.bndtools.templates.template,7.0.0.202310060912 [2024-03-05T10:44:13.223Z] - mirrored artifact osgi.bundle,org.eclipse.rcp,4.31.0.v20240229-0520 [2024-03-05T10:44:13.223Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.console,1.3.300.v20240201-0843 [2024-03-05T10:44:13.223Z] - mirrored artifact osgi.bundle,org.eclipse.help.ui.source,4.6.200.v20240202-1455 [2024-03-05T10:44:13.223Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.annotation.source,1.2.100.v20240212-1051 [2024-03-05T10:44:13.224Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.jsp.jasper.source,1.2.0.v20240213-1427 [2024-03-05T10:44:13.224Z] - mirrored artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5,5.2.3.v20230922-1600 [2024-03-05T10:44:13.224Z] - mirrored artifact osgi.bundle,org.eclipse.e4.core.di.extensions,0.18.200.v20231220-1554 [2024-03-05T10:44:13.224Z] - mirrored artifact osgi.bundle,org.osgi.service.upnp,1.2.1.202109301733 [2024-03-05T10:44:13.224Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.jeview,1.5.200.v20240126-1130 [2024-03-05T10:44:13.224Z] - mirrored artifact osgi.bundle,org.osgi.util.pushstream.source,1.1.0.202212101352 [2024-03-05T10:44:13.224Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.2.900.v20240129-1338 [2024-03-05T10:44:13.484Z] - mirrored artifact osgi.bundle,org.eclipse.help.webapp.source,3.11.300.v20240123-0655 [2024-03-05T10:44:13.484Z] - mirrored artifact binary,org.eclipse.sdk.ide.executable.gtk.linux.aarch64,4.31.0.I20240229-0520 [2024-03-05T10:44:13.484Z] - mirrored artifact osgi.bundle,org.eclipse.pde.bnd.ui,1.0.0.v20240212-1145 [2024-03-05T10:44:13.484Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.dialogs.source,1.4.200.v20231214-1513 [2024-03-05T10:44:13.484Z] - mirrored artifact osgi.bundle,junit-jupiter-engine,5.10.2 [2024-03-05T10:44:13.484Z] - mirrored artifact osgi.bundle,org.osgi.util.position,1.0.1.201505202026 [2024-03-05T10:44:13.484Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.http.jetty,3.9.100.v20240213-1244 [2024-03-05T10:44:13.484Z] - mirrored artifact osgi.bundle,org.osgi.service.prefs,1.1.2.202109301733 [2024-03-05T10:44:13.484Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.core.source,2.11.0.v20240210-1628 [2024-03-05T10:44:13.484Z] - mirrored artifact osgi.bundle,org.eclipse.help.webapp,3.11.300.v20240123-0655 [2024-03-05T10:44:13.484Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.security.linux,1.1.200.v20231214-1607 [2024-03-05T10:44:13.484Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.httpclientjava.feature.source,2.0.200.v20231114-1017 [2024-03-05T10:44:13.745Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.core,3.37.0.v20240215-1452 [2024-03-05T10:44:13.745Z] - mirrored artifact osgi.bundle,org.apache.sshd.osgi,2.12.1 [2024-03-05T10:44:13.745Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.directorywatcher,1.4.300.v20240201-0843 [2024-03-05T10:44:13.745Z] - mirrored artifact osgi.bundle,org.apache.batik.constants,1.17.0.v20231215-1130 [2024-03-05T10:44:13.745Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.bcoview,1.2.300.v20240118-1157 [2024-03-05T10:44:13.745Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.weaving.hook,1.4.0.v20240213-1357 [2024-03-05T10:44:13.745Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.importexport.source,1.4.300.v20240201-0843 [2024-03-05T10:44:13.745Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.pde,3.15.300.v20240229-0520 [2024-03-05T10:44:13.745Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclientjava.source,2.0.200.v20231114-1017 [2024-03-05T10:44:13.745Z] - mirrored artifact osgi.bundle,org.osgi.annotation.bundle,2.0.0.202202082230 [2024-03-05T10:44:13.745Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.admin,1.3.300.v20240201-0843 [2024-03-05T10:44:13.745Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.junit4.runtime,1.3.100.v20231214-1952 [2024-03-05T10:44:13.745Z] - mirrored artifact osgi.bundle,org.eclipse.core.databinding,1.13.200.v20240104-1240 [2024-03-05T10:44:13.745Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.core.formatterapp,1.2.200.v20231130-1111 [2024-03-05T10:44:13.745Z] - mirrored artifact binary,org.eclipse.platform.ide.executable.win32.win32.x86_64,4.31.0.I20240229-0520 [2024-03-05T10:44:13.746Z] - mirrored artifact osgi.bundle,org.eclipse.core.databinding.property.source,1.10.200.v20240104-1240 [2024-03-05T10:44:13.746Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.apt.ui.source,3.8.300.v20231214-1504 [2024-03-05T10:44:13.746Z] - mirrored artifact osgi.bundle,org.eclipse.ant.core,3.7.300.v20231214-1526 [2024-03-05T10:44:13.746Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.progress.source,0.4.300.v20240116-1723 [2024-03-05T10:44:13.746Z] - mirrored artifact osgi.bundle,org.eclipse.tools.layout.spy.source,1.2.300.v20231214-1521 [2024-03-05T10:44:13.746Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.cm,1.6.0.v20240218-1855 [2024-03-05T10:44:14.006Z] - mirrored artifact osgi.bundle,org.osgi.service.cm,1.6.1.202109301733 [2024-03-05T10:44:14.006Z] - mirrored artifact osgi.bundle,org.osgi.util.xml,1.0.2.202109301733 [2024-03-05T10:44:14.006Z] - mirrored artifact osgi.bundle,org.eclipse.e4.tools.emf.ui.source,4.8.300.v20240207-1047 [2024-03-05T10:44:14.006Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.help,2.3.1700.v20240229-0520 [2024-03-05T10:44:14.006Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui,2.8.300.v20240207-1113 [2024-03-05T10:44:14.006Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.core.compiler.batch.source,3.37.0.v20240215-1558 [2024-03-05T10:44:14.006Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.http.servlet.source,1.8.100.v20240213-1057 [2024-03-05T10:44:14.006Z] - mirrored artifact osgi.bundle,jakarta.xml.bind-api,4.0.1 [2024-03-05T10:44:14.006Z] - mirrored artifact osgi.bundle,org.eclipse.core.filebuffers.source,3.8.300.v20240207-1054 [2024-03-05T10:44:14.006Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.databinding.edit.source,1.11.0.v20231208-1346 [2024-03-05T10:44:14.006Z] - mirrored artifact osgi.bundle,org.eclipse.orbit.xml-apis-ext.source,1.0.0.v20230923-0644 [2024-03-05T10:44:14.006Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.transforms.hook,1.4.0.v20240213-1244 [2024-03-05T10:44:14.006Z] - mirrored artifact osgi.bundle,org.eclipse.ui.views,3.12.200.v20231214-1513 [2024-03-05T10:44:14.006Z] - mirrored artifact osgi.bundle,org.eclipse.ui.ide.application,1.5.300.v20240207-0025 [2024-03-05T10:44:14.006Z] - mirrored artifact osgi.bundle,junit-platform-engine.source,1.10.2 [2024-03-05T10:44:14.006Z] - mirrored artifact osgi.bundle,org.eclipse.ecf,3.11.0.v20230507-1923 [2024-03-05T10:44:14.267Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.source,0.16.300.v20240223-1002 [2024-03-05T10:44:14.267Z] - mirrored artifact osgi.bundle,org.eclipse.ui.trace.source,1.3.300.v20231215-1019 [2024-03-05T10:44:14.267Z] - mirrored artifact osgi.bundle,org.apache.batik.constants.source,1.17.0.v20231215-1130 [2024-03-05T10:44:14.267Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.server.p2,1.12.1200.v20240220-1431 [2024-03-05T10:44:14.267Z] - mirrored artifact osgi.bundle,org.eclipse.pde.spy.bundle.source,0.13.300.v20231213-1508 [2024-03-05T10:44:14.267Z] - mirrored artifact osgi.bundle,org.osgi.service.wireadmin,1.0.2.202109301733 [2024-03-05T10:44:14.267Z] - mirrored artifact osgi.bundle,junit-jupiter-params,5.10.2 [2024-03-05T10:44:14.267Z] - mirrored artifact osgi.bundle,org.eclipse.core.databinding.source,1.13.200.v20240104-1240 [2024-03-05T10:44:14.267Z] - mirrored artifact binary,org.eclipse.equinox.executable_root.cocoa.macosx.aarch64,3.8.2400.v20240213-1244 [2024-03-05T10:44:14.267Z] - mirrored artifact osgi.bundle,org.eclipse.e4.core.services,2.4.300.v20240119-0800 [2024-03-05T10:44:14.267Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.supplement.source,1.10.800.v20240115-0830 [2024-03-05T10:44:14.267Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.log.stream.source,1.2.0.v20240213-1244 [2024-03-05T10:44:14.267Z] - mirrored artifact osgi.bundle,org.eclipse.ui.browser.source,3.8.200.v20240202-1013 [2024-03-05T10:44:14.267Z] - mirrored artifact osgi.bundle,org.opentest4j.source,1.3.0 [2024-03-05T10:44:14.527Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.util,12.0.6 [2024-03-05T10:44:14.527Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.pde.spies.source,1.0.300.v20240207-1047 [2024-03-05T10:44:14.527Z] - mirrored artifact osgi.bundle,org.eclipse.ui.ide,3.22.100.v20240227-1633 [2024-03-05T10:44:14.527Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.ssl,1.3.0.v20230507-1921 [2024-03-05T10:44:14.527Z] - mirrored artifact osgi.bundle,org.opentest4j,1.3.0 [2024-03-05T10:44:14.528Z] - mirrored artifact osgi.bundle,org.eclipse.ui.editors,3.17.200.v20240207-1054 [2024-03-05T10:44:14.528Z] - mirrored artifact osgi.bundle,org.apache.aries.spifly.dynamic.bundle,1.3.7 [2024-03-05T10:44:14.528Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.ssl.feature.source,1.1.402.v20231021-2127 [2024-03-05T10:44:14.528Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.http.service.api.source,1.2.2.v20231218-2126 [2024-03-05T10:44:14.528Z] - mirrored artifact osgi.bundle,org.eclipse.ui.forms,3.13.200.v20240108-1539 [2024-03-05T10:44:14.788Z] - mirrored artifact osgi.bundle,org.mortbay.jasper.apache-el,9.0.83 [2024-03-05T10:44:14.788Z] - mirrored artifact osgi.bundle,org.eclipse.ui.workbench,3.131.100.v20240221-2107 [2024-03-05T10:44:14.788Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.swt.win32.source,1.2.200.v20231201-1637 [2024-03-05T10:44:14.788Z] - mirrored artifact osgi.bundle,org.eclipse.core.databinding.property,1.10.200.v20240104-1240 [2024-03-05T10:44:14.788Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.core.feature.source,1.15.0.v20240214-0846 [2024-03-05T10:44:14.788Z] - mirrored artifact osgi.bundle,org.eclipse.ant.ui.source,3.9.300.v20231214-1526 [2024-03-05T10:44:14.788Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.admin.rcp,1.4.100.v20240201-0843 [2024-03-05T10:44:14.788Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.css.swt.theme,0.14.300.v20231214-1513 [2024-03-05T10:44:14.788Z] - mirrored artifact osgi.bundle,org.eclipse.ui.navigator.resources,3.9.200.v20240104-1240 [2024-03-05T10:44:14.788Z] - mirrored artifact osgi.bundle,org.eclipse.jface.source,3.33.0.v20240214-1640 [2024-03-05T10:44:14.788Z] - mirrored artifact osgi.bundle,org.eclipse.e4.core.commands,1.1.300.v20240131-1308 [2024-03-05T10:44:14.789Z] - mirrored artifact osgi.bundle,org.eclipse.pde.spy.preferences,0.13.300.v20240207-1047 [2024-03-05T10:44:14.789Z] - mirrored artifact osgi.bundle,org.apache.batik.util.source,1.17.0.v20231215-1130 [2024-03-05T10:44:15.052Z] - mirrored artifact osgi.bundle,org.eclipse.swt.win32.win32.x86_64.source,3.125.0.v20240227-1638 [2024-03-05T10:44:15.052Z] - mirrored artifact osgi.bundle,org.eclipse.team.genericeditor.diff.extension,1.2.300.v20231214-1012 [2024-03-05T10:44:15.052Z] - mirrored artifact osgi.bundle,org.eclipse.ui.win32.source,3.5.200.v20231214-2114 [2024-03-05T10:44:15.052Z] - mirrored artifact osgi.bundle,org.osgi.util.position.source,1.0.1.201505202026 [2024-03-05T10:44:15.052Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.touchpoint.natives,1.5.200.v20240201-0843 [2024-03-05T10:44:15.052Z] - mirrored artifact osgi.bundle,org.eclipse.ui.cheatsheets.source,3.8.300.v20240202-1455 [2024-03-05T10:44:15.052Z] - mirrored artifact osgi.bundle,org.eclipse.tips.core,0.3.300.v20240125-1333 [2024-03-05T10:44:15.052Z] - mirrored artifact osgi.bundle,org.eclipse.ui.themes.source,1.2.2400.v20240213-1133 [2024-03-05T10:44:15.052Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jdt.bcoview.feature,1.2.300.v20240118-1157 [2024-03-05T10:44:15.052Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.device.source,1.2.0.v20240213-1515 [2024-03-05T10:44:15.052Z] - mirrored artifact osgi.bundle,org.eclipse.debug.core,3.21.300.v20240109-1022 [2024-03-05T10:44:15.052Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.css.swt.source,0.15.300.v20240207-1054 [2024-03-05T10:44:15.052Z] - mirrored artifact osgi.bundle,org.eclipse.ant.core.source,3.7.300.v20231214-1526 [2024-03-05T10:44:15.053Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.e4.rcp.source,4.31.0.v20240227-1638 [2024-03-05T10:44:15.053Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.e4.core.tools.feature.source,4.30.100.v20240211-0942 [2024-03-05T10:44:15.053Z] - mirrored artifact binary,org.eclipse.platform.ide.executable.gtk.linux.aarch64,4.31.0.I20240229-0520 [2024-03-05T10:44:15.053Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.doc.isv,3.14.2300.v20240228-0350 [2024-03-05T10:44:15.053Z] - mirrored artifact osgi.bundle,org.eclipse.pde.ua.core,1.3.300.v20240127-1338 [2024-03-05T10:44:15.053Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.console.jaas.fragment.source,1.2.0.v20240213-1244 [2024-03-05T10:44:15.053Z] - mirrored artifact osgi.bundle,org.eclipse.help.base.source,4.4.300.v20240229-0520 [2024-03-05T10:44:15.313Z] - mirrored artifact osgi.bundle,org.eclipse.jsch.ui,1.5.300.v20231214-1526 [2024-03-05T10:44:15.314Z] - mirrored artifact osgi.bundle,org.eclipse.core.filesystem.win32.x86_64,1.4.300.v20220812-1420 [2024-03-05T10:44:15.314Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.security.source,1.4.200.v20240213-1244 [2024-03-05T10:44:15.314Z] - mirrored artifact osgi.bundle,org.osgi.service.http.whiteboard.source,1.1.1.202109301733 [2024-03-05T10:44:15.314Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.databinding.source,1.11.0.v20231208-1346 [2024-03-05T10:44:15.314Z] - mirrored artifact osgi.bundle,slf4j.simple.source,2.0.12 [2024-03-05T10:44:15.314Z] - mirrored artifact osgi.bundle,org.eclipse.core.net.linux.source,1.1.100.v20231214-1526 [2024-03-05T10:44:15.314Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecore,2.37.0.v20240203-0859 [2024-03-05T10:44:15.314Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.coordinator.source,1.5.300.v20240214-0846 [2024-03-05T10:44:15.314Z] - mirrored artifact osgi.bundle,org.eclipse.swt.tools.spies.source,3.109.300.v20240130-1851 [2024-03-05T10:44:15.314Z] - mirrored artifact osgi.bundle,org.apache.lucene.analysis-smartcn,9.10.0.v20240221-0830 [2024-03-05T10:44:15.314Z] - mirrored artifact osgi.bundle,org.sat4j.core,2.3.6.v20201214 [2024-03-05T10:44:15.314Z] - mirrored artifact osgi.bundle,org.eclipse.osgi.util.source,3.7.300.v20231104-1118 [2024-03-05T10:44:15.314Z] - mirrored artifact osgi.bundle,org.eclipse.jsch.core.source,1.5.300.v20231214-1526 [2024-03-05T10:44:15.314Z] - mirrored artifact osgi.bundle,org.eclipse.e4.tools,4.10.300.v20240128-1101 [2024-03-05T10:44:15.314Z] - mirrored artifact osgi.bundle,org.mortbay.jasper.apache-jsp.source,9.0.83 [2024-03-05T10:44:15.314Z] - mirrored artifact osgi.bundle,org.eclipse.e4.core.contexts,1.12.500.v20231220-1554 [2024-03-05T10:44:15.314Z] - mirrored artifact osgi.bundle,org.eclipse.platform.source,4.31.100.v20240229-0520 [2024-03-05T10:44:15.314Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.event.source,1.7.0.v20240214-0846 [2024-03-05T10:44:15.314Z] - mirrored artifact osgi.bundle,org.eclipse.pde.ds.core.source,1.3.300.v20240203-1841 [2024-03-05T10:44:15.314Z] - mirrored artifact osgi.bundle,org.eclipse.pde.source,3.13.2600.v20240229-0520 [2024-03-05T10:44:15.314Z] - mirrored artifact osgi.bundle,org.eclipse.e4.core.commands.source,1.1.300.v20240131-1308 [2024-03-05T10:44:15.314Z] - mirrored artifact osgi.bundle,org.eclipse.pde.spy.context,1.1.300.v20231214-1521 [2024-03-05T10:44:15.314Z] - mirrored artifact osgi.bundle,org.eclipse.e4.tools.emf.editor3x,4.9.300.v20240128-1101 [2024-03-05T10:44:15.314Z] - mirrored artifact osgi.bundle,junit-platform-commons,1.10.2 [2024-03-05T10:44:15.315Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.director.app.source,1.3.300.v20240212-0924 [2024-03-05T10:44:15.579Z] - mirrored artifact osgi.bundle,org.eclipse.core.variables,3.6.300.v20231214-1012 [2024-03-05T10:44:15.579Z] - mirrored artifact osgi.bundle,org.eclipse.pde.ui.templates.source,3.8.300.v20240207-1047 [2024-03-05T10:44:15.579Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.core.manipulation,1.21.0.v20240221-0406 [2024-03-05T10:44:15.579Z] - mirrored artifact osgi.bundle,org.eclipse.pde.ds.core,1.3.300.v20240203-1841 [2024-03-05T10:44:15.579Z] - mirrored artifact osgi.bundle,org.eclipse.ui.net,1.5.300.v20231214-1012 [2024-03-05T10:44:15.579Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.jsp.jasper.registry,1.3.0.v20240213-1427 [2024-03-05T10:44:15.580Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.director.source,2.6.300.v20240207-1113 [2024-03-05T10:44:15.580Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.core.runtime.feature,1.4.300.v20240215-1631 [2024-03-05T10:44:15.580Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse,1.6.0.v20240229-1022 [2024-03-05T10:44:15.580Z] - mirrored artifact osgi.bundle,org.eclipse.pde.ua.ui,1.3.300.v20240127-1338 [2024-03-05T10:44:15.580Z] - mirrored artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5.source,5.2.1.v20230802-0806 [2024-03-05T10:44:15.580Z] - mirrored artifact osgi.bundle,org.eclipse.compare.win32,1.3.300.v20231214-1526 [2024-03-05T10:44:15.580Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclient5.win32,1.1.0.v20230423-0417 [2024-03-05T10:44:15.580Z] - mirrored artifact osgi.bundle,org.objectweb.asm.tree,9.6.0 [2024-03-05T10:44:15.580Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tips.feature.source,0.4.300.v20240207-1044 [2024-03-05T10:44:15.580Z] - mirrored artifact osgi.bundle,org.eclipse.search.core,3.16.100.v20240207-1054 [2024-03-05T10:44:15.580Z] - mirrored artifact osgi.bundle,junit-platform-suite-commons.source,1.10.2 [2024-03-05T10:44:15.580Z] - mirrored artifact osgi.bundle,jakarta.annotation-api,2.1.1 [2024-03-05T10:44:15.580Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.executable,3.8.2400.v20240213-1244 [2024-03-05T10:44:15.580Z] - mirrored artifact osgi.bundle,org.eclipse.pde.api.tools,1.3.300.v20240211-1946 [2024-03-05T10:44:15.580Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.metadata.repository,1.5.300.v20240201-0843 [2024-03-05T10:44:15.580Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.widgets,1.4.100.v20231201-1637 [2024-03-05T10:44:15.580Z] - mirrored artifact osgi.bundle,org.bndtools.templates.template.source,7.0.0.202310060912 [2024-03-05T10:44:15.580Z] - mirrored artifact osgi.bundle,org.apache.felix.scr,2.2.10 [2024-03-05T10:44:15.581Z] - mirrored artifact osgi.bundle,org.eclipse.team.ui,3.10.300.v20240207-1044 [2024-03-05T10:44:15.581Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.sdk.scheduler.source,1.6.200.v20240212-0924 [2024-03-05T10:44:15.581Z] - mirrored artifact osgi.bundle,org.eclipse.help.base,4.4.300.v20240229-0520 [2024-03-05T10:44:15.581Z] - mirrored artifact osgi.bundle,junit-vintage-engine.source,5.10.2 [2024-03-05T10:44:15.581Z] - mirrored artifact osgi.bundle,org.eclipse.search.core.source,3.16.100.v20240207-1054 [2024-03-05T10:44:15.581Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.server.source,12.0.6 [2024-03-05T10:44:15.581Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclient5.source,1.1.0.v20230423-0417 [2024-03-05T10:44:15.581Z] - mirrored artifact osgi.bundle,org.eclipse.pde.ds.ui,1.3.300.v20231214-1521 [2024-03-05T10:44:15.842Z] - mirrored artifact osgi.bundle,jakarta.activation-api.source,2.1.2 [2024-03-05T10:44:15.842Z] - mirrored artifact osgi.bundle,org.sat4j.pb,2.3.6.v20201214 [2024-03-05T10:44:15.842Z] - mirrored artifact osgi.bundle,org.eclipse.ui.navigator.resources.source,3.9.200.v20240104-1240 [2024-03-05T10:44:15.842Z] - mirrored artifact osgi.bundle,junit-jupiter-params.source,5.10.2 [2024-03-05T10:44:15.842Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.debug.source,3.21.300.v20240124-0949 [2024-03-05T10:44:15.842Z] - mirrored artifact osgi.bundle,org.objectweb.asm.tree.analysis,9.6.0 [2024-03-05T10:44:15.842Z] - mirrored artifact osgi.bundle,org.eclipse.ui.intro.quicklinks,1.2.300.v20231214-1012 [2024-03-05T10:44:15.842Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.launcher.source,1.6.700.v20240213-1244 [2024-03-05T10:44:15.842Z] - mirrored artifact osgi.bundle,org.osgi.util.promise,1.3.0.202212101352 [2024-03-05T10:44:15.842Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.common,3.19.0.v20240214-0846 [2024-03-05T10:44:15.842Z] - mirrored artifact osgi.bundle,org.eclipse.tools.layout.spy,1.2.300.v20231214-1521 [2024-03-05T10:44:15.842Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.http.jetty.source,3.9.100.v20240213-1244 [2024-03-05T10:44:15.842Z] - mirrored artifact binary,org.eclipse.equinox.executable_root.win32.win32.x86_64,3.8.2400.v20240213-1244 [2024-03-05T10:44:15.842Z] - mirrored artifact osgi.bundle,org.eclipse.ui.source,3.205.100.v20240131-1023 [2024-03-05T10:44:15.842Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer,3.3.0.v20230422-0242 [2024-03-05T10:44:15.843Z] - mirrored artifact osgi.bundle,org.eclipse.e4.core.di.annotations,1.8.300.v20231220-1554 [2024-03-05T10:44:15.843Z] - mirrored artifact osgi.bundle,org.eclipse.update.configurator,3.5.300.v20240215-1631 [2024-03-05T10:44:15.843Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench.source,1.15.300.v20240124-0948 [2024-03-05T10:44:15.843Z] - mirrored artifact osgi.bundle,org.apache.lucene.core,9.10.0.v20240221-0830 [2024-03-05T10:44:16.107Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.console.source,1.4.700.v20240213-1244 [2024-03-05T10:44:16.107Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.ssl,1.1.0.v20230422-0242 [2024-03-05T10:44:16.107Z] - mirrored artifact osgi.bundle,org.eclipse.osgi,3.19.0.v20240213-1246 [2024-03-05T10:44:16.107Z] - mirrored artifact osgi.bundle,org.apache.lucene.core.source,9.10.0.v20240221-0830 [2024-03-05T10:44:16.107Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.discovery,1.3.200.v20240201-0843 [2024-03-05T10:44:16.107Z] - mirrored artifact osgi.bundle,org.osgi.util.promise.source,1.3.0.202212101352 [2024-03-05T10:44:16.107Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.apt.core.source,3.8.300.v20231214-1504 [2024-03-05T10:44:16.107Z] - mirrored artifact osgi.bundle,org.eclipse.tips.json.source,0.3.300.v20231214-1526 [2024-03-05T10:44:16.107Z] - mirrored artifact osgi.bundle,org.tukaani.xz.source,1.9.0 [2024-03-05T10:44:16.107Z] - mirrored artifact osgi.bundle,org.junit.source,4.13.2.v20230809-1000 [2024-03-05T10:44:16.107Z] - mirrored artifact osgi.bundle,org.eclipse.pde.doc.user,3.15.0.v20240207-2106 [2024-03-05T10:44:16.107Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.security.win32.x86_64.source,1.2.200.v20240213-1244 [2024-03-05T10:44:16.367Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.frameworkadmin,2.3.100.v20240201-0843 [2024-03-05T10:44:16.367Z] - mirrored artifact osgi.bundle,org.osgi.service.coordinator.source,1.0.2.201505202024 [2024-03-05T10:44:16.367Z] - mirrored artifact osgi.bundle,org.osgi.service.repository,1.1.0.201505202024 [2024-03-05T10:44:16.367Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.artifact.repository,1.5.300.v20240220-1431 [2024-03-05T10:44:16.367Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.session.source,12.0.6 [2024-03-05T10:44:16.368Z] - mirrored artifact binary,org.eclipse.platform.ide.executable.gtk.linux.x86_64,4.31.0.I20240229-0520 [2024-03-05T10:44:16.368Z] - mirrored artifact osgi.bundle,junit-jupiter-migrationsupport.source,5.10.2 [2024-03-05T10:44:16.368Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.astview.source,1.6.100.v20231214-1952 [2024-03-05T10:44:16.368Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.discovery.source,1.3.200.v20240201-0843 [2024-03-05T10:44:16.368Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.css.core,0.14.300.v20231214-1513 [2024-03-05T10:44:16.368Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.io,12.0.6 [2024-03-05T10:44:16.368Z] - mirrored artifact osgi.bundle,org.eclipse.core.net.win32.x86_64.source,1.2.200.v20231214-1012 [2024-03-05T10:44:16.368Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.supplement,1.10.800.v20240115-0830 [2024-03-05T10:44:16.368Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.debug,3.21.300.v20240124-0949 [2024-03-05T10:44:16.368Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.junit5.runtime,1.1.300.v20231214-1952 [2024-03-05T10:44:16.368Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.source,2.36.0.v20240203-0859 [2024-03-05T10:44:16.368Z] - mirrored artifact osgi.bundle,org.eclipse.debug.core.source,3.21.300.v20240109-1022 [2024-03-05T10:44:16.368Z] - mirrored artifact binary,org.eclipse.platform_root,4.31.0.v20240229-1022 [2024-03-05T10:44:16.368Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.server.jetty,1.11.400.v20240213-1244 [2024-03-05T10:44:16.368Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.junit.source,3.16.300.v20240220-0917 [2024-03-05T10:44:16.368Z] - mirrored artifact osgi.bundle,org.eclipse.pde.spy.context.source,1.1.300.v20231214-1521 [2024-03-05T10:44:16.368Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.core,2.11.0.v20240210-1628 [2024-03-05T10:44:16.368Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.compendium.sdk,3.23.0.v20240218-1855 [2024-03-05T10:44:16.368Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.junit.runtime,3.7.400.v20231214-1952 [2024-03-05T10:44:16.368Z] - mirrored artifact osgi.bundle,org.eclipse.core.net.source,1.5.300.v20231214-1526 [2024-03-05T10:44:16.368Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.launching.ui.macosx,1.4.200.v20240111-1133 [2024-03-05T10:44:16.368Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.jsp.jasper,1.2.0.v20240213-1427 [2024-03-05T10:44:16.368Z] - mirrored artifact osgi.bundle,org.eclipse.text.quicksearch,1.2.300.v20240125-1313 [2024-03-05T10:44:16.629Z] - mirrored artifact osgi.bundle,biz.aQute.resolve,7.0.0.202310060912 [2024-03-05T10:44:16.629Z] - mirrored artifact osgi.bundle,org.eclipse.ui.workbench.source,3.131.100.v20240221-2107 [2024-03-05T10:44:16.629Z] - mirrored artifact osgi.bundle,org.eclipse.osgi.compatibility.state,1.2.1000.v20240213-1057 [2024-03-05T10:44:16.629Z] - mirrored artifact osgi.bundle,org.eclipse.orbit.xml-apis-ext,1.0.0.v20230923-0644 [2024-03-05T10:44:16.630Z] - mirrored artifact osgi.bundle,org.eclipse.swt.win32.win32.x86_64,3.125.0.v20240227-1638 [2024-03-05T10:44:16.630Z] - mirrored artifact osgi.bundle,org.eclipse.pde.launching,3.12.0.v20240214-2143 [2024-03-05T10:44:16.630Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.engine,2.10.0.v20240210-0918 [2024-03-05T10:44:16.630Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.simpleconfigurator.source,1.5.200.v20240209-1053 [2024-03-05T10:44:16.630Z] - mirrored artifact osgi.bundle,org.eclipse.pde.runtime.source,3.8.300.v20231214-1521 [2024-03-05T10:44:16.630Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.annotation,2.3.0.v20240111-2306 [2024-03-05T10:44:16.630Z] - mirrored artifact osgi.bundle,org.osgi.util.measurement,1.0.2.201802012109 [2024-03-05T10:44:16.630Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.core.compiler.batch,3.37.0.v20240215-1558 [2024-03-05T10:44:16.894Z] - mirrored artifact osgi.bundle,org.eclipse.swt.gtk.linux.x86_64,3.125.0.v20240227-1638 [2024-03-05T10:44:16.894Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.discovery.compatibility,1.3.200.v20240201-0843 [2024-03-05T10:44:16.894Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.reconciler.dropins,1.5.300.v20240212-0924 [2024-03-05T10:44:16.894Z] - mirrored artifact osgi.bundle,slf4j.api.source,2.0.12 [2024-03-05T10:44:16.894Z] - mirrored artifact osgi.bundle,org.eclipse.pde.ui.source,3.15.100.v20240215-1631 [2024-03-05T10:44:16.894Z] - mirrored artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5-win,5.2.1.v20230802-0847 [2024-03-05T10:44:16.894Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.core.feature,1.6.2.v20231021-2127 [2024-03-05T10:44:16.894Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.transforms.hook.source,1.4.0.v20240213-1244 [2024-03-05T10:44:16.894Z] - mirrored artifact osgi.bundle,org.eclipse.core.net.win32,1.1.300.v20231214-1526 [2024-03-05T10:44:16.894Z] - mirrored artifact osgi.bundle,org.eclipse.core.contenttype,3.9.300.v20231218-0909 [2024-03-05T10:44:16.894Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore,2.36.0.v20240203-0859 [2024-03-05T10:44:16.894Z] - mirrored artifact osgi.bundle,org.eclipse.pde.build.source,3.12.300.v20240212-0530 [2024-03-05T10:44:16.894Z] - mirrored artifact osgi.bundle,org.eclipse.jface.notifications,0.7.100.v20231214-2114 [2024-03-05T10:44:16.894Z] - mirrored artifact osgi.bundle,org.eclipse.swt.tools.base,3.107.500.v20231104-1149 [2024-03-05T10:44:16.894Z] - mirrored artifact osgi.bundle,org.eclipse.e4.tools.services,4.10.400.v20240128-1101 [2024-03-05T10:44:16.894Z] - mirrored artifact osgi.bundle,org.apache.felix.scr.source,2.2.10 [2024-03-05T10:44:16.894Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.help.source,2.3.1700.v20240229-0520 [2024-03-05T10:44:16.894Z] - mirrored artifact binary,org.eclipse.equinox.executable_root.cocoa.macosx.x86_64,3.8.2400.v20240213-1244 [2024-03-05T10:44:16.894Z] - mirrored artifact osgi.bundle,org.eclipse.swt,3.125.0.v20240227-1638 [2024-03-05T10:44:16.894Z] - mirrored artifact osgi.bundle,junit-platform-runner.source,1.10.2 [2024-03-05T10:44:16.894Z] - mirrored artifact binary,org.eclipse.equinox.executable_root.gtk.linux.x86_64,3.8.2400.v20240213-1244 [2024-03-05T10:44:16.894Z] - mirrored artifact binary,org.eclipse.sdk.ide.executable.gtk.linux.x86_64,4.31.0.I20240229-0520 [2024-03-05T10:44:16.894Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.httpclient5.feature,1.1.702.v20231114-1017 [2024-03-05T10:44:16.894Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.importexport,1.4.300.v20240201-0843 [2024-03-05T10:44:16.894Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.httpclient5.feature.source,1.1.702.v20231114-1017 [2024-03-05T10:44:16.894Z] - mirrored artifact osgi.bundle,org.eclipse.emf.databinding,1.8.0.v20231208-1346 [2024-03-05T10:44:16.895Z] - mirrored artifact osgi.bundle,org.eclipse.pde.api.tools.ui,1.3.300.v20240215-1454 [2024-03-05T10:44:16.895Z] - mirrored artifact osgi.bundle,biz.aQute.bndlib.source,7.0.0.202310060912 [2024-03-05T10:44:16.895Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.widgets.source,1.4.100.v20231201-1637 [2024-03-05T10:44:17.154Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.registry.source,3.12.0.v20240213-1057 [2024-03-05T10:44:17.154Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.concurrent,1.3.0.v20240213-1244 [2024-03-05T10:44:17.154Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.css.swt,0.15.300.v20240207-1054 [2024-03-05T10:44:17.154Z] - mirrored artifact osgi.bundle,org.eclipse.compare.core.source,3.8.400.v20240124-0947 [2024-03-05T10:44:17.154Z] - mirrored artifact osgi.bundle,org.eclipse.core.resources.source,3.20.100.v20240209-1706 [2024-03-05T10:44:17.154Z] - mirrored artifact osgi.bundle,org.eclipse.osgi.compatibility.state.source,1.2.1000.v20240213-1057 [2024-03-05T10:44:17.154Z] - mirrored artifact osgi.bundle,jakarta.inject.jakarta.inject-api.source,1.0.5 [2024-03-05T10:44:17.154Z] - mirrored artifact osgi.bundle,org.osgi.service.http.whiteboard,1.1.1.202109301733 [2024-03-05T10:44:17.154Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.discovery,1.3.200.v20240201-0843 [2024-03-05T10:44:17.154Z] - mirrored artifact osgi.bundle,org.hamcrest.core.source,2.2.0.v20230809-1000 [2024-03-05T10:44:17.154Z] - mirrored artifact osgi.bundle,org.mortbay.jasper.apache-el.source,9.0.83 [2024-03-05T10:44:17.154Z] - mirrored artifact osgi.bundle,com.sun.jna.platform.source,5.14.0 [2024-03-05T10:44:17.154Z] - mirrored artifact osgi.bundle,junit-platform-suite-engine.source,1.10.2 [2024-03-05T10:44:17.154Z] - mirrored artifact osgi.bundle,org.eclipse.swt.tools.source,3.110.300.v20240130-1851 [2024-03-05T10:44:17.155Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.console.ssh,1.3.0.v20240213-1244 [2024-03-05T10:44:17.155Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.swt.win32,1.2.200.v20231201-1637 [2024-03-05T10:44:17.155Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.updatesite.source,1.3.300.v20240201-0843 [2024-03-05T10:44:17.155Z] - mirrored artifact osgi.bundle,bcprov.source,1.77.0 [2024-03-05T10:44:17.415Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.reconciler.dropins.source,1.5.300.v20240212-0924 [2024-03-05T10:44:17.415Z] - mirrored artifact osgi.bundle,org.eclipse.search.source,3.16.100.v20240125-0858 [2024-03-05T10:44:17.416Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.updatechecker,1.4.200.v20240201-0843 [2024-03-05T10:44:17.416Z] - mirrored artifact osgi.bundle,org.eclipse.core.runtime,3.31.0.v20240215-1631 [2024-03-05T10:44:17.416Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.core.ssl.feature.source,1.1.501.v20230507-1921 [2024-03-05T10:44:17.416Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.region,1.5.500.v20231214-2017 [2024-03-05T10:44:17.416Z] - mirrored artifact osgi.bundle,org.eclipse.ant.ui,3.9.300.v20231214-1526 [2024-03-05T10:44:17.416Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.util.source,12.0.6 [2024-03-05T10:44:17.416Z] - mirrored artifact osgi.bundle,org.eclipse.swt.cocoa.macosx.x86_64,3.125.0.v20240227-1638 [2024-03-05T10:44:17.416Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.jeview.source,1.5.200.v20240126-1130 [2024-03-05T10:44:17.416Z] - mirrored artifact osgi.bundle,org.eclipse.pde.junit.runtime,3.8.100.v20240130-1723 [2024-03-05T10:44:17.416Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.swt.gtk,1.2.100.v20231030-2045 [2024-03-05T10:44:17.416Z] - mirrored artifact osgi.bundle,org.eclipse.core.filesystem.macosx,1.3.400.v20220812-1420 [2024-03-05T10:44:17.416Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.bcoview.source,1.2.300.v20240118-1157 [2024-03-05T10:44:17.416Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.change.source,2.16.0.v20231208-1346 [2024-03-05T10:44:17.416Z] - mirrored artifact osgi.bundle,org.eclipse.ui.forms.source,3.13.200.v20240108-1539 [2024-03-05T10:44:17.416Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.ssl.source,1.1.0.v20230422-0242 [2024-03-05T10:44:17.416Z] - mirrored artifact osgi.bundle,org.eclipse.pde.ds.annotations.source,1.3.200.v20240207-1047 [2024-03-05T10:44:17.416Z] - mirrored artifact osgi.bundle,org.eclipse.ui.intro,3.7.300.v20231214-1012 [2024-03-05T10:44:17.416Z] - mirrored artifact osgi.bundle,junit-platform-suite-api.source,1.10.2 [2024-03-05T10:44:17.416Z] - mirrored artifact osgi.bundle,org.eclipse.pde.bnd.ui.source,1.0.0.v20240212-1145 [2024-03-05T10:44:17.416Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.log.stream,1.2.0.v20240213-1244 [2024-03-05T10:44:17.416Z] - mirrored artifact osgi.bundle,org.eclipse.ant.launching,1.4.300.v20240110-1213 [2024-03-05T10:44:17.416Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.ssl.feature,1.1.402.v20231021-2127 [2024-03-05T10:44:17.416Z] - mirrored artifact osgi.bundle,org.eclipse.ui.externaltools.source,3.6.300.v20231214-1526 [2024-03-05T10:44:17.416Z] - mirrored artifact osgi.bundle,org.eclipse.e4.core.di.source,1.9.300.v20240207-1044 [2024-03-05T10:44:17.416Z] - mirrored artifact osgi.bundle,org.eclipse.jsch.ui.source,1.5.300.v20231214-1526 [2024-03-05T10:44:17.416Z] - mirrored artifact osgi.bundle,org.eclipse.ui.ide.application.source,1.5.300.v20240207-0025 [2024-03-05T10:44:17.416Z] - mirrored artifact osgi.bundle,org.eclipse.pde.api.tools.annotations.source,1.3.0.v20240207-2106 [2024-03-05T10:44:17.416Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.metadata.repository.source,1.5.300.v20240201-0843 [2024-03-05T10:44:17.676Z] - mirrored artifact osgi.bundle,org.eclipse.ui.win32,3.5.200.v20231214-2114 [2024-03-05T10:44:17.676Z] - mirrored artifact osgi.bundle,org.osgi.service.event.source,1.4.1.202109301733 [2024-03-05T10:44:17.676Z] - mirrored artifact osgi.bundle,org.eclipse.pde.spy.model,0.13.300.v20240131-2101 [2024-03-05T10:44:17.676Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.xmi.source,2.37.0.v20231208-1346 [2024-03-05T10:44:17.676Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.server.source,12.0.6 [2024-03-05T10:44:17.677Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.junit,3.16.300.v20240220-0917 [2024-03-05T10:44:17.677Z] - mirrored artifact osgi.bundle,org.objectweb.asm,9.6.0 [2024-03-05T10:44:17.677Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.http,12.0.6 [2024-03-05T10:44:17.677Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.servlet.source,12.0.6 [2024-03-05T10:44:17.677Z] - mirrored artifact osgi.bundle,junit-platform-suite-engine,1.10.2 [2024-03-05T10:44:17.677Z] - mirrored artifact osgi.bundle,org.eclipse.ui.cocoa,1.3.100.v20230214-1401 [2024-03-05T10:44:17.677Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.sdk,3.23.1100.v20240218-1855 [2024-03-05T10:44:17.677Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source,0.14.300.v20240119-2127 [2024-03-05T10:44:17.677Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench3.source,0.17.300.v20231214-1513 [2024-03-05T10:44:17.677Z] - mirrored artifact osgi.bundle,org.eclipse.pde.genericeditor.extension.source,1.2.300.v20231214-1521 [2024-03-05T10:44:17.677Z] - mirrored artifact osgi.bundle,org.eclipse.tips.ide.source,0.3.300.v20231214-1526 [2024-03-05T10:44:17.677Z] - mirrored artifact osgi.bundle,org.eclipse.jface.notifications.source,0.7.100.v20231214-2114 [2024-03-05T10:44:17.677Z] - mirrored artifact osgi.bundle,org.apache.xmlgraphics,2.9.0.v20230916-1600 [2024-03-05T10:44:17.677Z] - mirrored artifact osgi.bundle,org.eclipse.pde.spy.core.source,1.1.300.v20231214-1521 [2024-03-05T10:44:17.677Z] - mirrored artifact osgi.bundle,biz.aQute.resolve.source,7.0.0.202310060912 [2024-03-05T10:44:17.677Z] - mirrored artifact osgi.bundle,slf4j.simple,2.0.12 [2024-03-05T10:44:17.677Z] - mirrored artifact osgi.bundle,org.osgi.service.metatype.annotations,1.4.1.202109301733 [2024-03-05T10:44:17.677Z] - mirrored artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2,5.2.3.v20230922-1600 [2024-03-05T10:44:17.677Z] - mirrored artifact osgi.bundle,org.eclipse.core.jobs.source,3.15.200.v20231214-1526 [2024-03-05T10:44:17.677Z] - mirrored artifact osgi.bundle,org.hamcrest.source,2.2.0 [2024-03-05T10:44:17.938Z] - mirrored artifact osgi.bundle,org.eclipse.osgi.source,3.19.0.v20240213-1246 [2024-03-05T10:44:17.938Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.transforms.xslt.source,1.3.0.v20240213-1244 [2024-03-05T10:44:17.938Z] - mirrored artifact osgi.bundle,org.eclipse.debug.ui.launchview,1.1.400.v20240110-1213 [2024-03-05T10:44:17.938Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.engine.source,2.10.0.v20240210-0918 [2024-03-05T10:44:17.938Z] - mirrored artifact osgi.bundle,org.eclipse.ui.navigator,3.12.300.v20240205-1417 [2024-03-05T10:44:17.938Z] - mirrored artifact osgi.bundle,org.eclipse.core.databinding.beans,1.10.200.v20231214-1513 [2024-03-05T10:44:17.938Z] - mirrored artifact osgi.bundle,org.eclipse.pde.core,3.18.0.v20240215-1456 [2024-03-05T10:44:17.938Z] - mirrored artifact osgi.bundle,org.eclipse.pde.spy.css.source,0.13.300.v20231214-1521 [2024-03-05T10:44:17.939Z] - mirrored artifact binary,org.eclipse.equinox.executable_root.gtk.linux.aarch64,3.8.2400.v20240213-1244 [2024-03-05T10:44:17.939Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.launcher,1.6.700.v20240213-1244 [2024-03-05T10:44:18.198Z] - mirrored artifact osgi.bundle,org.eclipse.pde.api.tools.ui.source,1.3.300.v20240215-1454 [2024-03-05T10:44:18.199Z] - mirrored artifact osgi.bundle,junit-jupiter-engine.source,5.10.2 [2024-03-05T10:44:18.199Z] - mirrored artifact osgi.bundle,org.eclipse.pde.genericeditor.extension,1.2.300.v20231214-1521 [2024-03-05T10:44:18.199Z] - mirrored artifact osgi.bundle,org.eclipse.emf.edit.source,2.21.0.v20231208-1346 [2024-03-05T10:44:18.199Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.event,1.7.0.v20240214-0846 [2024-03-05T10:44:18.199Z] - mirrored artifact osgi.bundle,biz.aQute.bnd.util.source,7.0.0.202310060912 [2024-03-05T10:44:18.199Z] - mirrored artifact osgi.bundle,org.eclipse.e4.core.services.source,2.4.300.v20240119-0800 [2024-03-05T10:44:18.199Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.core.sdk,3.25.0.v20240214-0846 [2024-03-05T10:44:18.199Z] - mirrored artifact osgi.bundle,org.eclipse.e4.core.di.annotations.source,1.8.300.v20231220-1554 [2024-03-05T10:44:18.199Z] - mirrored artifact osgi.bundle,junit-platform-runner,1.10.2 [2024-03-05T10:44:18.199Z] - mirrored artifact osgi.bundle,org.osgi.service.metatype.annotations.source,1.4.1.202109301733 [2024-03-05T10:44:18.199Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.swt.gtk.source,1.2.100.v20231030-2045 [2024-03-05T10:44:18.199Z] - mirrored artifact osgi.bundle,org.eclipse.ant.launching.source,1.4.300.v20240110-1213 [2024-03-05T10:44:18.199Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.core.formatterapp.source,1.2.200.v20231130-1111 [2024-03-05T10:44:18.199Z] - mirrored artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5.source,5.2.3.v20230922-1600 [2024-03-05T10:44:18.199Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.touchpoint.natives.source,1.5.200.v20240201-0843 [2024-03-05T10:44:18.199Z] - mirrored artifact osgi.bundle,org.osgi.util.pushstream,1.1.0.202212101352 [2024-03-05T10:44:18.199Z] - mirrored artifact osgi.bundle,com.sun.el.javax.el.source,3.0.4 [2024-03-05T10:44:18.199Z] - mirrored artifact osgi.bundle,org.eclipse.team.ui.source,3.10.300.v20240207-1044 [2024-03-05T10:44:18.199Z] - mirrored artifact osgi.bundle,com.ibm.icu,74.2.0 [2024-03-05T10:44:18.199Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.io.source,12.0.6 [2024-03-05T10:44:18.199Z] - mirrored artifact osgi.bundle,org.bndtools.templating.source,7.0.0.202310060912 [2024-03-05T10:44:18.199Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.session,12.0.6 [2024-03-05T10:44:18.199Z] - mirrored artifact osgi.bundle,org.eclipse.e4.tools.services.source,4.10.400.v20240128-1101 [2024-03-05T10:44:18.199Z] - mirrored artifact osgi.bundle,org.eclipse.osgi.services,3.12.0.v20231218-2126 [2024-03-05T10:44:18.199Z] - mirrored artifact osgi.bundle,org.apache.felix.gogo.command,1.1.2 [2024-03-05T10:44:18.199Z] - mirrored artifact osgi.bundle,org.osgi.util.function.source,1.2.0.202109301733 [2024-03-05T10:44:18.460Z] - mirrored artifact osgi.bundle,org.eclipse.compare.core,3.8.400.v20240124-0947 [2024-03-05T10:44:18.460Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.security.source,12.0.6 [2024-03-05T10:44:18.460Z] - mirrored artifact osgi.bundle,bcpg,1.77.0 [2024-03-05T10:44:18.460Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.httpclientjava.feature,2.0.200.v20231114-1017 [2024-03-05T10:44:18.461Z] - mirrored artifact osgi.bundle,org.apache.lucene.analysis-common.source,9.10.0.v20240221-0830 [2024-03-05T10:44:18.461Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.servletbridge.source,1.7.0.v20240213-1638 [2024-03-05T10:44:18.461Z] - mirrored artifact osgi.bundle,org.eclipse.core.filesystem.linux.aarch64.source,1.4.200.v20220812-1420 [2024-03-05T10:44:18.461Z] - mirrored artifact osgi.bundle,org.eclipse.emf.common,2.30.0.v20231210-0956 [2024-03-05T10:44:18.461Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.console.jaas.fragment,1.2.0.v20240213-1244 [2024-03-05T10:44:18.461Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.apt.core,3.8.300.v20231214-1504 [2024-03-05T10:44:18.461Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.director,2.6.300.v20240207-1113 [2024-03-05T10:44:18.461Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.junit5.runtime.source,1.1.300.v20231214-1952 [2024-03-05T10:44:18.461Z] - mirrored artifact osgi.bundle,org.eclipse.ui.browser,3.8.200.v20240202-1013 [2024-03-05T10:44:18.461Z] - mirrored artifact osgi.bundle,org.eclipse.ui.genericeditor.source,1.3.300.v20240212-0845 [2024-03-05T10:44:18.461Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench.addons.swt.source,1.5.300.v20240124-0948 [2024-03-05T10:44:18.461Z] - mirrored artifact osgi.bundle,org.osgi.service.device,1.1.1.202109301733 [2024-03-05T10:44:18.461Z] - mirrored artifact osgi.bundle,org.eclipse.unittest.ui,1.1.300.v20240123-1011 [2024-03-05T10:44:18.461Z] - mirrored artifact osgi.bundle,org.osgi.util.xml.source,1.0.2.202109301733 [2024-03-05T10:44:18.461Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.updatechecker.source,1.4.200.v20240201-0843 [2024-03-05T10:44:18.461Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.region.source,1.5.500.v20231214-2017 [2024-03-05T10:44:18.461Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.extras.feature,1.4.2300.v20240229-1022 [2024-03-05T10:44:18.462Z] - mirrored artifact osgi.bundle,jakarta.annotation-api.source,2.1.1 [2024-03-05T10:44:18.462Z] - mirrored artifact osgi.bundle,org.eclipse.pde.launching.source,3.12.0.v20240214-2143 [2024-03-05T10:44:18.462Z] - mirrored artifact osgi.bundle,org.eclipse.ui.views.log.source,1.4.300.v20240205-1417 [2024-03-05T10:44:18.462Z] - mirrored artifact osgi.bundle,org.eclipse.swt.gtk.linux.ppc64le,3.125.0.v20240227-1638 [2024-03-05T10:44:18.462Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.concurrent.source,1.3.0.v20240213-1244 [2024-03-05T10:44:18.462Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.weaving.caching.source,1.3.0.v20240213-1357 [2024-03-05T10:44:18.462Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.simpleconfigurator.manipulator.source,2.3.100.v20240201-0843 [2024-03-05T10:44:18.462Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.artifact.repository.source,1.5.300.v20240220-1431 [2024-03-05T10:44:18.462Z] - mirrored artifact osgi.bundle,org.osgi.service.event,1.4.1.202109301733 [2024-03-05T10:44:18.462Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.pde.spies,1.0.300.v20240207-1047 [2024-03-05T10:44:18.462Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.console.source,1.3.300.v20240201-0843 [2024-03-05T10:44:18.462Z] - mirrored artifact osgi.bundle,org.eclipse.pde,3.13.2600.v20240229-0520 [2024-03-05T10:44:18.462Z] - mirrored artifact osgi.bundle,org.osgi.service.component,1.5.1.202212101352 [2024-03-05T10:44:18.462Z] - mirrored artifact osgi.bundle,org.sat4j.core.source,2.3.6.v20201214 [2024-03-05T10:44:18.723Z] - mirrored artifact osgi.bundle,org.apache.aries.spifly.dynamic.bundle.source,1.3.7 [2024-03-05T10:44:18.723Z] - mirrored artifact osgi.bundle,org.osgi.service.metatype.source,1.4.1.202109301733 [2024-03-05T10:44:18.723Z] - mirrored artifact osgi.bundle,org.eclipse.e4.emf.xpath.source,0.4.200.v20231214-1513 [2024-03-05T10:44:18.723Z] - mirrored artifact osgi.bundle,org.eclipse.ui.cheatsheets,3.8.300.v20240202-1455 [2024-03-05T10:44:18.723Z] - mirrored artifact osgi.bundle,org.eclipse.ui.views.source,3.12.200.v20231214-1513 [2024-03-05T10:44:18.723Z] - mirrored artifact osgi.bundle,org.eclipse.tips.ui,0.3.300.v20240207-1044 [2024-03-05T10:44:18.723Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.feature,3.14.1900.v20230715-1945 [2024-03-05T10:44:18.723Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.security,12.0.6 [2024-03-05T10:44:18.723Z] - mirrored artifact osgi.bundle,org.eclipse.core.resources.win32.x86_64,3.5.500.v20220812-1420 [2024-03-05T10:44:18.723Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.apt.pluggable.core,1.4.300.v20231214-1504 [2024-03-05T10:44:18.723Z] - mirrored artifact binary,org.eclipse.sdk.ide.executable.win32.win32.x86_64,4.31.0.I20240229-0520 [2024-03-05T10:44:18.723Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sdk,4.31.0.v20240229-1022 [2024-03-05T10:44:18.723Z] - mirrored artifact osgi.bundle,org.bndtools.templating,7.0.0.202310060912 [2024-03-05T10:44:18.723Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.extensionlocation.source,1.5.300.v20240201-0843 [2024-03-05T10:44:18.723Z] - mirrored artifact binary,org.eclipse.platform.ide.executable.cocoa.macosx.x86_64,4.31.0.I20240229-0520 [2024-03-05T10:44:18.723Z] - mirrored artifact osgi.bundle,org.eclipse.core.databinding.observable.source,1.13.200.v20240104-1240 [2024-03-05T10:44:18.723Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.di,1.5.300.v20240116-1723 [2024-03-05T10:44:18.723Z] - mirrored artifact osgi.bundle,org.objectweb.asm.util.source,9.6.0 [2024-03-05T10:44:18.723Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.filetransfer,5.1.103.v20230705-0614 [2024-03-05T10:44:18.723Z] - mirrored artifact osgi.bundle,org.eclipse.ltk.core.refactoring,3.14.300.v20240111-1549 [2024-03-05T10:44:18.723Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.annotation.source,2.3.0.v20240111-2306 [2024-03-05T10:44:18.723Z] - mirrored artifact osgi.bundle,com.jcraft.jsch,0.1.55.v20230916-1400 [2024-03-05T10:44:18.723Z] - mirrored artifact osgi.bundle,org.osgi.service.prefs.source,1.1.2.202109301733 [2024-03-05T10:44:18.723Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.operations.source,2.7.300.v20240212-0924 [2024-03-05T10:44:18.724Z] - mirrored artifact osgi.bundle,org.eclipse.compare.source,3.10.0.v20240208-0728 [2024-03-05T10:44:18.724Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.jsp.jasper.registry.source,1.3.0.v20240213-1427 [2024-03-05T10:44:18.724Z] - mirrored artifact osgi.bundle,org.eclipse.e4.tools.compat,4.9.300.v20240128-1121 [2024-03-05T10:44:18.724Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.source,3.3.0.v20230422-0242 [2024-03-05T10:44:18.724Z] - mirrored artifact osgi.bundle,org.eclipse.ui.intro.universal,3.5.300.v20240122-1701 [2024-03-05T10:44:18.984Z] - mirrored artifact osgi.bundle,biz.aQute.bnd.util,7.0.0.202310060912 [2024-03-05T10:44:18.984Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.platform,4.31.0.v20240229-1022 [2024-03-05T10:44:18.984Z] - mirrored artifact osgi.bundle,org.eclipse.compare,3.10.0.v20240208-0728 [2024-03-05T10:44:18.984Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.edit.source,2.22.0.v20231208-1346 [2024-03-05T10:44:18.984Z] - mirrored artifact osgi.bundle,org.eclipse.ui.console.source,3.14.0.v20240129-1403 [2024-03-05T10:44:18.984Z] - mirrored artifact binary,org.eclipse.sdk.ide.executable.gtk.linux.ppc64le,4.31.0.I20240229-0520 [2024-03-05T10:44:18.984Z] - mirrored artifact osgi.bundle,org.eclipse.pde.runtime,3.8.300.v20231214-1521 [2024-03-05T10:44:18.984Z] - mirrored artifact osgi.bundle,junit-jupiter-migrationsupport,5.10.2 [2024-03-05T10:44:18.985Z] - mirrored artifact osgi.bundle,org.eclipse.pde.core.source,3.18.0.v20240215-1456 [2024-03-05T10:44:18.985Z] - mirrored artifact osgi.bundle,org.eclipse.core.databinding.beans.source,1.10.200.v20231214-1513 [2024-03-05T10:44:19.245Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.x86_64,1.2.900.v20240129-1338 [2024-03-05T10:44:19.245Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.filetransfer.source,5.1.103.v20230705-0614 [2024-03-05T10:44:19.245Z] - mirrored artifact osgi.bundle,org.eclipse.team.core.source,3.10.300.v20240125-0912 [2024-03-05T10:44:19.245Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.sdk,1.3.300.v20240207-1113 [2024-03-05T10:44:19.245Z] - mirrored artifact osgi.bundle,org.eclipse.ui.trace,1.3.300.v20231215-1019 [2024-03-05T10:44:19.245Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.ui,3.32.0.v20240215-0312 [2024-03-05T10:44:19.507Z] - mirrored artifact osgi.bundle,org.eclipse.pde.ui,3.15.100.v20240215-1631 [2024-03-05T10:44:19.507Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.server.jetty.source,1.11.400.v20240213-1244 [2024-03-05T10:44:19.507Z] - mirrored artifact osgi.bundle,org.eclipse.urischeme.source,1.3.200.v20231214-1513 [2024-03-05T10:44:19.507Z] - mirrored artifact osgi.bundle,org.osgi.util.function,1.2.0.202109301733 [2024-03-05T10:44:19.507Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench.swt.source,0.17.300.v20240123-1128 [2024-03-05T10:44:19.507Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.discovery.compatibility.source,1.3.200.v20240201-0843 [2024-03-05T10:44:19.507Z] - mirrored artifact osgi.bundle,org.eclipse.swt.tools.base.source,3.107.500.v20231104-1149 [2024-03-05T10:44:19.507Z] - mirrored artifact osgi.bundle,org.osgi.service.device.source,1.1.1.202109301733 [2024-03-05T10:44:19.507Z] - mirrored artifact osgi.bundle,org.apache.commons.commons-io,2.15.1 [2024-03-05T10:44:19.507Z] - mirrored artifact osgi.bundle,com.sun.jna.platform,5.14.0 [2024-03-05T10:44:19.507Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.annotation,1.2.100.v20240212-1051 [2024-03-05T10:44:19.507Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.feature.source,3.14.1900.v20230715-1945 [2024-03-05T10:44:19.507Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.http.servletbridge,1.3.0.v20240213-1244 [2024-03-05T10:44:19.507Z] - mirrored artifact osgi.bundle,org.tukaani.xz,1.9.0 [2024-03-05T10:44:19.507Z] - mirrored artifact osgi.bundle,org.osgi.util.measurement.source,1.0.2.201802012109 [2024-03-05T10:44:19.507Z] - mirrored artifact osgi.bundle,org.apache.ant.source,1.10.14.v20230922-1200 [2024-03-05T10:44:19.507Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.aarch64,1.2.900.v20240129-1338 [2024-03-05T10:44:19.507Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.device,1.2.0.v20240213-1515 [2024-03-05T10:44:19.507Z] - mirrored artifact osgi.bundle,org.eclipse.emf.edit,2.21.0.v20231208-1346 [2024-03-05T10:44:19.507Z] - mirrored artifact osgi.bundle,org.hamcrest.core,2.2.0.v20230809-1000 [2024-03-05T10:44:19.507Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.server.core,1.16.0.v20240214-0846 [2024-03-05T10:44:19.507Z] - mirrored artifact osgi.bundle,org.eclipse.ui.monitoring.source,1.3.200.v20240116-1723 [2024-03-05T10:44:19.507Z] - mirrored artifact osgi.bundle,org.eclipse.jdt,3.19.400.v20240229-0520 [2024-03-05T10:44:19.508Z] - mirrored artifact osgi.bundle,org.apache.felix.gogo.runtime,1.1.6 [2024-03-05T10:44:19.508Z] - mirrored artifact osgi.bundle,org.eclipse.pde.ua.ui.source,1.3.300.v20240127-1338 [2024-03-05T10:44:19.769Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.discovery.source,1.3.200.v20240201-0843 [2024-03-05T10:44:19.769Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.admin.rcp.source,1.4.100.v20240201-0843 [2024-03-05T10:44:19.769Z] - mirrored artifact osgi.bundle,org.osgi.service.upnp.source,1.2.1.202109301733 [2024-03-05T10:44:19.769Z] - mirrored artifact osgi.bundle,org.eclipse.core.contenttype.source,3.9.300.v20231218-0909 [2024-03-05T10:44:19.769Z] - mirrored artifact osgi.bundle,org.eclipse.pde.ui.templates,3.8.300.v20240207-1047 [2024-03-05T10:44:19.769Z] - mirrored artifact osgi.bundle,jakarta.xml.bind-api.source,4.0.1 [2024-03-05T10:44:19.769Z] - mirrored artifact osgi.bundle,org.eclipse.core.externaltools,1.3.300.v20231214-1012 [2024-03-05T10:44:19.769Z] - mirrored artifact osgi.bundle,org.eclipse.platform,4.31.100.v20240229-0520 [2024-03-05T10:44:19.769Z] - mirrored artifact osgi.bundle,org.eclipse.ui.views.properties.tabbed,3.10.200.v20231205-0632 [2024-03-05T10:44:19.769Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.publisher.source,1.9.100.v20240212-1707 [2024-03-05T10:44:19.769Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.servletbridge,1.7.0.v20240213-1638 [2024-03-05T10:44:19.769Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecore.source,2.37.0.v20240203-0859 [2024-03-05T10:44:19.769Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jdt.source,3.19.400.v20240229-0520 [2024-03-05T10:44:19.769Z] - mirrored artifact osgi.bundle,org.eclipse.core.expressions,3.9.300.v20240207-1044 [2024-03-05T10:44:19.770Z] - mirrored artifact osgi.bundle,org.osgi.service.provisioning,1.2.0.201505202024 [2024-03-05T10:44:19.770Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.common.source,3.19.0.v20240214-0846 [2024-03-05T10:44:19.770Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.extras.feature.source,1.4.2300.v20240229-1022 [2024-03-05T10:44:19.770Z] - mirrored artifact osgi.bundle,org.eclipse.help.source,3.10.300.v20240107-2054 [2024-03-05T10:44:19.770Z] - mirrored artifact osgi.bundle,org.eclipse.core.net,1.5.300.v20231214-1526 [2024-03-05T10:44:19.770Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.di.source,1.5.300.v20240116-1723 [2024-03-05T10:44:19.770Z] - mirrored artifact osgi.bundle,org.eclipse.e4.core.di.extensions.supplier,0.17.400.v20231214-1012 [2024-03-05T10:44:19.770Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench3,0.17.300.v20231214-1513 [2024-03-05T10:44:19.770Z] - mirrored artifact osgi.bundle,org.eclipse.pde.api.tools.annotations,1.3.0.v20240207-2106 [2024-03-05T10:44:19.770Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.extensionlocation,1.5.300.v20240201-0843 [2024-03-05T10:44:19.770Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.servlet-api.source,4.0.6 [2024-03-05T10:44:19.770Z] - mirrored artifact osgi.bundle,junit-platform-engine,1.10.2 [2024-03-05T10:44:19.770Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jdt.astview.feature,1.2.200.v20231214-1952 [2024-03-05T10:44:19.770Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.preferences.source,3.11.0.v20240210-0844 [2024-03-05T10:44:19.770Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.debug.ui.source,3.13.300.v20240207-1034 [2024-03-05T10:44:19.770Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.services,1.6.300.v20231201-1637 [2024-03-05T10:44:19.770Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.dialogs,1.4.200.v20231214-1513 [2024-03-05T10:44:19.770Z] - mirrored artifact osgi.bundle,org.eclipse.core.filesystem.linux.aarch64,1.4.200.v20220812-1420 [2024-03-05T10:44:19.770Z] - mirrored artifact osgi.bundle,jakarta.activation-api,2.1.2 [2024-03-05T10:44:19.770Z] - mirrored artifact osgi.bundle,org.eclipse.pde.ds.annotations,1.3.200.v20240207-1047 [2024-03-05T10:44:19.771Z] - mirrored artifact osgi.bundle,org.eclipse.ui.navigator.source,3.12.300.v20240205-1417 [2024-03-05T10:44:20.031Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tips.feature,0.4.300.v20240207-1044 [2024-03-05T10:44:20.031Z] - mirrored artifact osgi.bundle,org.eclipse.compare.win32.source,1.3.300.v20231214-1526 [2024-03-05T10:44:20.031Z] - mirrored artifact osgi.bundle,org.apache.xmlgraphics.source,2.9.0.v20230916-1600 [2024-03-05T10:44:20.031Z] - mirrored artifact osgi.bundle,org.osgi.service.log.stream.source,1.0.0.202109301733 [2024-03-05T10:44:20.031Z] - mirrored artifact osgi.bundle,org.objectweb.asm.commons,9.6.0 [2024-03-05T10:44:20.031Z] - mirrored artifact osgi.bundle,org.osgi.annotation.versioning,1.1.2.202109301733 [2024-03-05T10:44:20.031Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.repository,2.8.100.v20240207-1113 [2024-03-05T10:44:20.031Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.astview,1.6.100.v20231214-1952 [2024-03-05T10:44:20.031Z] - mirrored artifact osgi.bundle,jakarta.annotation-api.source,1.3.5 [2024-03-05T10:44:20.031Z] - mirrored artifact osgi.bundle,junit-platform-launcher,1.10.2 [2024-03-05T10:44:20.031Z] - mirrored artifact osgi.bundle,org.osgi.annotation.versioning.source,1.1.2.202109301733 [2024-03-05T10:44:20.031Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.11.0.v20231208-1346 [2024-03-05T10:44:20.031Z] - mirrored artifact osgi.bundle,bcpg.source,1.77.0 [2024-03-05T10:44:20.031Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.model.workbench,2.4.200.v20240109-1025 [2024-03-05T10:44:20.031Z] - mirrored artifact osgi.bundle,org.eclipse.core.commands,3.12.0.v20240214-1640 [2024-03-05T10:44:20.031Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.databinding,1.11.0.v20231208-1346 [2024-03-05T10:44:20.031Z] - mirrored artifact osgi.bundle,org.eclipse.text.source,3.14.0.v20240207-1054 [2024-03-05T10:44:20.031Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.security,1.4.200.v20240213-1244 [2024-03-05T10:44:20.031Z] - mirrored artifact osgi.bundle,junit-vintage-engine,5.10.2 [2024-03-05T10:44:20.031Z] - mirrored artifact osgi.bundle,org.eclipse.e4.emf.xpath,0.4.200.v20231214-1513 [2024-03-05T10:44:20.031Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.junit.runtime.source,3.7.400.v20231214-1952 [2024-03-05T10:44:20.292Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.core.manipulation.source,1.21.0.v20240221-0406 [2024-03-05T10:44:20.292Z] - mirrored artifact osgi.bundle,slf4j.api,2.0.12 [2024-03-05T10:44:20.292Z] - mirrored artifact osgi.bundle,org.eclipse.pde.build,3.12.300.v20240212-0530 [2024-03-05T10:44:20.292Z] - mirrored artifact osgi.bundle,org.eclipse.ui.net.source,1.5.300.v20231214-1012 [2024-03-05T10:44:20.292Z] - mirrored artifact binary,org.eclipse.platform.ide.executable.cocoa.macosx.aarch64,4.31.0.I20240229-0520 [2024-03-05T10:44:20.292Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.simpleconfigurator,1.5.200.v20240209-1053 [2024-03-05T10:44:20.292Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.apt.pluggable.core.source,1.4.300.v20231214-1504 [2024-03-05T10:44:20.292Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.garbagecollector.source,1.3.200.v20240201-0843 [2024-03-05T10:44:20.292Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.coordinator,1.5.300.v20240214-0846 [2024-03-05T10:44:20.292Z] - mirrored artifact osgi.bundle,org.apache.batik.css,1.17.0.v20231215-1130 [2024-03-05T10:44:20.292Z] - mirrored artifact osgi.bundle,org.eclipse.unittest.ui.source,1.1.300.v20240123-1011 [2024-03-05T10:44:20.552Z] - mirrored artifact osgi.bundle,org.eclipse.e4.tools.source,4.10.300.v20240128-1101 [2024-03-05T10:44:20.552Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.common,2.31.0.v20231210-0956 [2024-03-05T10:44:20.552Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.admin.source,1.3.300.v20240201-0843 [2024-03-05T10:44:20.552Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.security.linux.source,1.1.200.v20231214-1607 [2024-03-05T10:44:20.552Z] - mirrored artifact osgi.bundle,junit-jupiter-api,5.10.2 [2024-03-05T10:44:20.552Z] - mirrored artifact binary,org.eclipse.sdk.ide.executable.cocoa.macosx.aarch64,4.31.0.I20240229-0520 [2024-03-05T10:44:20.552Z] - mirrored artifact osgi.bundle,com.ibm.icu.source,74.2.0 [2024-03-05T10:44:20.552Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.sdk.source,1.3.300.v20240207-1113 [2024-03-05T10:44:20.552Z] - mirrored artifact osgi.bundle,org.eclipse.swt.cocoa.macosx.x86_64.source,3.125.0.v20240227-1638 [2024-03-05T10:44:20.553Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.core.feature,1.7.100.v20240220-1431 [2024-03-05T10:44:20.553Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.bindings.source,0.14.300.v20231214-1513 [2024-03-05T10:44:20.553Z] - mirrored artifact osgi.bundle,org.osgi.service.coordinator,1.0.2.201505202024 [2024-03-05T10:44:20.824Z] - mirrored artifact osgi.bundle,org.eclipse.text.quicksearch.source,1.2.300.v20240125-1313 [2024-03-05T10:44:20.825Z] - mirrored artifact osgi.bundle,org.eclipse.e4.tools.compat.source,4.9.300.v20240128-1121 [2024-03-05T10:44:20.825Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.directorywatcher.source,1.4.300.v20240201-0843 [2024-03-05T10:44:20.825Z] - mirrored artifact osgi.bundle,org.eclipse.core.jobs,3.15.200.v20231214-1526 [2024-03-05T10:44:20.825Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jdt.jeview.feature,1.1.300.v20240126-1130 [2024-03-05T10:44:20.825Z] - mirrored artifact osgi.bundle,org.eclipse.ui.console,3.14.0.v20240129-1403 [2024-03-05T10:44:20.825Z] - mirrored artifact osgi.bundle,org.eclipse.ltk.ui.refactoring,3.13.300.v20240125-0858 [2024-03-05T10:44:20.825Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.server,12.0.6 [2024-03-05T10:44:20.825Z] - mirrored artifact osgi.bundle,org.eclipse.core.runtime.source,3.31.0.v20240215-1631 [2024-03-05T10:44:20.825Z] - mirrored artifact osgi.bundle,org.eclipse.e4.tools.jdt.templates.source,4.10.300.v20240128-1101 [2024-03-05T10:44:20.825Z] - mirrored artifact osgi.bundle,org.eclipse.core.net.linux,1.1.100.v20231214-1526 [2024-03-05T10:44:20.825Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.security.ui.source,1.4.200.v20240213-1246 [2024-03-05T10:44:20.825Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.progress,0.4.300.v20240116-1723 [2024-03-05T10:44:20.825Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.director.app,1.3.300.v20240212-0924 [2024-03-05T10:44:20.825Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.launching.ui.macosx.source,1.4.200.v20240111-1133 [2024-03-05T10:44:20.825Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.core.feature,1.15.0.v20240214-0846 [2024-03-05T10:44:20.825Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.junit4.runtime.source,1.3.100.v20231214-1952 [2024-03-05T10:44:20.825Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.identity,3.10.0.v20230422-0242 [2024-03-05T10:44:20.825Z] - mirrored artifact osgi.bundle,org.eclipse.team.core,3.10.300.v20240125-0912 [2024-03-05T10:44:20.825Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.security,12.0.6 [2024-03-05T10:44:20.825Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.useradmin.source,1.3.0.v20240214-0659 [2024-03-05T10:44:20.825Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.discovery.feature,1.3.300.v20240201-0843 [2024-03-05T10:44:20.825Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.preferences,3.11.0.v20240210-0844 [2024-03-05T10:44:20.825Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.identity.source,3.10.0.v20230422-0242 [2024-03-05T10:44:20.825Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.rcp.feature.source,1.4.2300.v20240220-1431 [2024-03-05T10:44:20.825Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.pde.source,3.15.300.v20240229-0520 [2024-03-05T10:44:20.826Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.swt.tools.feature,3.109.300.v20240130-1851 [2024-03-05T10:44:21.085Z] - mirrored artifact osgi.bundle,com.sun.jna,5.14.0.v20231211-1200 [2024-03-05T10:44:21.085Z] - mirrored artifact osgi.bundle,org.eclipse.text,3.14.0.v20240207-1054 [2024-03-05T10:44:21.085Z] - mirrored artifact osgi.bundle,org.eclipse.debug.ui.launchview.source,1.1.400.v20240110-1213 [2024-03-05T10:44:21.085Z] - mirrored artifact osgi.bundle,org.eclipse.ui.workbench.texteditor,3.17.300.v20240207-1054 [2024-03-05T10:44:21.085Z] - mirrored artifact osgi.bundle,org.eclipse.swt.gtk.linux.ppc64le.source,3.125.0.v20240227-1638 [2024-03-05T10:44:21.086Z] - mirrored artifact osgi.bundle,org.eclipse.ui.intro.source,3.7.300.v20231214-1012 [2024-03-05T10:44:21.086Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.discovery.feature.source,1.3.300.v20240201-0843 [2024-03-05T10:44:21.347Z] - mirrored artifact osgi.bundle,org.sat4j.pb.source,2.3.6.v20201214 [2024-03-05T10:44:21.347Z] - mirrored artifact osgi.bundle,org.eclipse.ui.cocoa.source,1.3.100.v20230214-1401 [2024-03-05T10:44:21.348Z] - mirrored artifact osgi.bundle,org.apache.lucene.analysis-common,9.10.0.v20240221-0830 [2024-03-05T10:44:21.348Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.simpleconfigurator.manipulator,2.3.100.v20240201-0843 [2024-03-05T10:44:21.348Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench.swt,0.17.300.v20240123-1128 [2024-03-05T10:44:21.348Z] - mirrored artifact osgi.bundle,org.eclipse.tips.ui.source,0.3.300.v20240207-1044 [2024-03-05T10:44:21.608Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.doc.user,3.15.2100.v20240228-1609 [2024-03-05T10:44:21.608Z] - mirrored artifact osgi.bundle,org.eclipse.ui.ide.source,3.22.100.v20240227-1633 [2024-03-05T10:44:21.609Z] - mirrored artifact osgi.bundle,org.osgi.service.component.annotations,1.5.1.202212101352 [2024-03-05T10:44:21.895Z] - mirrored artifact osgi.bundle,org.eclipse.update.configurator.source,3.5.300.v20240215-1631 [2024-03-05T10:44:21.895Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.cocoa,0.14.300.v20240119-2127 [2024-03-05T10:44:21.895Z] - mirrored artifact osgi.bundle,org.apiguardian.api.source,1.1.2 [2024-03-05T10:44:21.895Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.servlet,12.0.6 [2024-03-05T10:44:21.895Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclient5.win32.source,1.1.0.v20230423-0417 [2024-03-05T10:44:21.895Z] - mirrored artifact osgi.bundle,org.apache.sshd.osgi.source,2.12.1 [2024-03-05T10:44:21.895Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench,1.15.300.v20240124-0948 [2024-03-05T10:44:21.895Z] - mirrored artifact osgi.bundle,org.apache.commons.commons-codec,1.16.0 [2024-03-05T10:44:21.895Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt,0.16.300.v20240223-1002 [2024-03-05T10:44:21.895Z] - mirrored artifact osgi.bundle,org.eclipse.swt.tools,3.110.300.v20240130-1851 [2024-03-05T10:44:21.896Z] - mirrored artifact osgi.bundle,org.apache.batik.i18n.source,1.17.0.v20231215-1130 [2024-03-05T10:44:21.896Z] - mirrored artifact osgi.bundle,org.apache.felix.gogo.command.source,1.1.2 [2024-03-05T10:44:21.896Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.junit.core,3.13.100.v20240220-0917 [2024-03-05T10:44:21.896Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.http.service.api,1.2.2.v20231218-2126 [2024-03-05T10:44:21.896Z] - mirrored artifact osgi.bundle,org.apache.batik.util,1.17.0.v20231215-1130 [2024-03-05T10:44:21.896Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.weaving.caching,1.3.0.v20240213-1357 [2024-03-05T10:44:22.156Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.frameworkadmin.equinox.source,1.3.100.v20240213-1609 [2024-03-05T10:44:22.156Z] - mirrored artifact osgi.bundle,org.eclipse.swt.tools.spies,3.109.300.v20240130-1851 [2024-03-05T10:44:22.156Z] - mirrored artifact osgi.bundle,org.osgi.annotation.bundle.source,2.0.0.202202082230 [2024-03-05T10:44:22.156Z] - mirrored artifact osgi.bundle,org.eclipse.pde.spy.model.source,0.13.300.v20240131-2101 [2024-03-05T10:44:22.156Z] - mirrored artifact osgi.bundle,com.sun.el.javax.el,3.0.4 [2024-03-05T10:44:22.156Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.core.feature.source,1.6.2.v20231021-2127 [2024-03-05T10:44:22.156Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.touchpoint.eclipse.source,2.4.200.v20240201-0843 [2024-03-05T10:44:22.156Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.repository.tools.source,2.4.300.v20240207-1113 [2024-03-05T10:44:22.156Z] - mirrored artifact osgi.bundle,org.eclipse.swt.gtk.linux.x86_64.source,3.125.0.v20240227-1638 [2024-03-05T10:44:22.156Z] - mirrored artifact osgi.bundle,org.eclipse.jface,3.33.0.v20240214-1640 [2024-03-05T10:44:22.415Z] - mirrored artifact osgi.bundle,org.eclipse.jface.text.source,3.25.0.v20240207-1054 [2024-03-05T10:44:22.415Z] - mirrored artifact osgi.bundle,org.eclipse.platform.doc.isv,4.31.0.v20240228-1609 [2024-03-05T10:44:22.415Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.transport.ecf,1.4.200.v20240203-1359 [2024-03-05T10:44:22.415Z] - mirrored artifact osgi.bundle,org.eclipse.ui.monitoring,1.3.200.v20240116-1723 [2024-03-05T10:44:22.415Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.operations,2.7.300.v20240212-0924 [2024-03-05T10:44:22.415Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.updatesite,1.3.300.v20240201-0843 [2024-03-05T10:44:22.415Z] - mirrored artifact osgi.bundle,junit-platform-commons.source,1.10.2 [2024-03-05T10:44:22.415Z] - mirrored artifact osgi.bundle,jakarta.inject.jakarta.inject-api,2.0.1 [2024-03-05T10:44:22.415Z] - mirrored artifact osgi.bundle,org.eclipse.search,3.16.100.v20240125-0858 [2024-03-05T10:44:22.415Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.touchpoint.eclipse,2.4.200.v20240201-0843 [2024-03-05T10:44:22.415Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.http.servlet,1.8.100.v20240213-1057 [2024-03-05T10:44:22.415Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.jarprocessor.source,1.3.300.v20240201-0843 [2024-03-05T10:44:22.677Z] - mirrored artifact osgi.bundle,org.eclipse.debug.ui,3.18.300.v20240213-1843 [2024-03-05T10:44:22.677Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.jarprocessor,1.3.300.v20240201-0843 [2024-03-05T10:44:22.677Z] - mirrored artifact osgi.bundle,org.eclipse.core.databinding.observable,1.13.200.v20240104-1240 [2024-03-05T10:44:22.677Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.launching.macosx.source,3.6.200.v20231214-1553 [2024-03-05T10:44:22.677Z] - mirrored artifact osgi.bundle,bcprov,1.77.0 [2024-03-05T10:44:22.677Z] - mirrored artifact osgi.bundle,org.eclipse.core.net.win32.source,1.1.300.v20231214-1526 [2024-03-05T10:44:22.677Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.aarch64,1.2.900.v20240129-1338 [2024-03-05T10:44:22.677Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.metadata,2.9.0.v20240213-1100 [2024-03-05T10:44:22.677Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.frameworkadmin.equinox,1.3.100.v20240213-1609 [2024-03-05T10:44:22.677Z] - mirrored artifact osgi.bundle,org.eclipse.core.expressions.source,3.9.300.v20240207-1044 [2024-03-05T10:44:22.677Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.user.ui,2.4.2300.v20240229-1022 [2024-03-05T10:44:22.677Z] - mirrored artifact osgi.bundle,org.eclipse.core.externaltools.source,1.3.300.v20231214-1012 [2024-03-05T10:44:22.677Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.console.ssh.source,1.3.0.v20240213-1244 [2024-03-05T10:44:22.677Z] - mirrored artifact osgi.bundle,org.eclipse.help,3.10.300.v20240107-2054 [2024-03-05T10:44:22.677Z] - mirrored artifact osgi.bundle,org.eclipse.pde.spy.core,1.1.300.v20231214-1521 [2024-03-05T10:44:22.677Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.common.source,2.31.0.v20231210-0956 [2024-03-05T10:44:22.677Z] Mirroring artifacts from https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 [2024-03-05T10:44:22.678Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.mapping.source,2.9.0.v20230211-1150 [2024-03-05T10:44:22.678Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecore.xcore.ui.source,1.27.0.v20231211-1533 [2024-03-05T10:44:22.678Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xsd.mapping.source,2.15.0.v20230211-1150 [2024-03-05T10:44:22.678Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecore.xcore.sdk,1.28.0.v20231211-1533 [2024-03-05T10:44:22.678Z] - mirroring artifact osgi.bundle,org.eclipse.xsd,2.19.0.v20231205-1420 [2024-03-05T10:44:22.678Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.change.edit,2.9.0.v20230211-1150 [2024-03-05T10:44:22.678Z] - mirroring artifact osgi.bundle,org.eclipse.emf.common.ui,2.22.0.v20231002-1020 [2024-03-05T10:44:22.678Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.edit.source,2.14.0.v20230211-1150 [2024-03-05T10:44:22.678Z] - mirroring artifact osgi.bundle,org.eclipse.emf.codegen.ecore.xtext.ui,1.6.0.v20231006-0503 [2024-03-05T10:44:22.678Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.oda.ecore.ui.source,1.8.0.v20230211-1150 [2024-03-05T10:44:22.678Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.source,2.13.0.v20230211-1150 [2024-03-05T10:44:22.678Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.source,2.37.0.v20240203-1010 [2024-03-05T10:44:22.678Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.oda.ecore.source,1.9.0.v20230315-1321 [2024-03-05T10:44:22.678Z] - mirroring artifact osgi.bundle,org.eclipse.emf.exporter.source,2.12.0.v20240203-0859 [2024-03-05T10:44:22.678Z] - mirroring artifact osgi.bundle,org.eclipse.emf,2.9.0.v20230211-1150 [2024-03-05T10:44:22.678Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.ecore.exporter.source,2.8.0.v20230211-1150 [2024-03-05T10:44:22.678Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.xcore.exporter.source,1.13.0.v20230211-1150 [2024-03-05T10:44:22.678Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xsd.source,2.21.0.v20231205-1420 [2024-03-05T10:44:22.678Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.oda.ecore,1.9.0.v20230315-1321 [2024-03-05T10:44:22.678Z] - mirroring artifact osgi.bundle,org.eclipse.emf.importer.rose,2.13.0.v20240203-0859 [2024-03-05T10:44:22.678Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecore.xcore.lib.source,1.9.0.v20230204-1018 [2024-03-05T10:44:22.678Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.source,2.19.0.v20231205-1420 [2024-03-05T10:44:22.678Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.ecore2ecore,2.12.0.v20230211-1150 [2024-03-05T10:44:22.678Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ant,2.12.0.v20230211-1150 [2024-03-05T10:44:22.678Z] - mirroring artifact osgi.bundle,org.eclipse.emf.importer.rose.source,2.13.0.v20240203-0859 [2024-03-05T10:44:22.678Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xsd.edit,2.15.0.v20230211-1150 [2024-03-05T10:44:22.679Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mapping.ecore.editor,2.16.0.v20230211-1150 [2024-03-05T10:44:22.679Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.codegen.ecore,2.37.0.v20240203-1010 [2024-03-05T10:44:22.679Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.xcore.ui,1.27.0.v20231211-1533 [2024-03-05T10:44:22.679Z] - mirroring artifact osgi.bundle,org.eclipse.emf.oda.ecore.ui.source,1.6.0.v20230211-1150 [2024-03-05T10:44:22.679Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.codegen,2.24.0.v20230211-1150 [2024-03-05T10:44:22.679Z] - mirroring artifact osgi.bundle,org.eclipse.emf.codegen.ecore.xtext,1.8.0.v20231006-0503 [2024-03-05T10:44:22.679Z] - mirroring artifact osgi.bundle,org.eclipse.emf.codegen.source,2.23.0.v20230211-1150 [2024-03-05T10:44:22.679Z] - mirroring artifact osgi.bundle,org.eclipse.emf.exporter,2.12.0.v20240203-0859 [2024-03-05T10:44:22.679Z] - mirroring artifact osgi.bundle,org.eclipse.emf.codegen.ui.source,2.24.0.v20230211-1150 [2024-03-05T10:44:22.679Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.ecore.editor,2.9.0.v20230211-1150 [2024-03-05T10:44:22.679Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.ui.source,2.37.0.v20231206-0758 [2024-03-05T10:44:22.679Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xsd.doc,2.30.0.v20230614-0743 [2024-03-05T10:44:22.679Z] - mirroring artifact osgi.bundle,org.eclipse.emf.common.ui.source,2.22.0.v20231002-1020 [2024-03-05T10:44:22.679Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ant.source,2.12.0.v20230211-1150 [2024-03-05T10:44:22.679Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.ecore,2.9.0.v20230211-1150 [2024-03-05T10:44:22.679Z] - mirroring artifact osgi.bundle,org.eclipse.emf.source,2.9.0.v20230211-1150 [2024-03-05T10:44:22.679Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mapping.source,2.15.0.v20230211-1150 [2024-03-05T10:44:22.679Z] - mirroring artifact osgi.bundle,org.eclipse.emf.codegen.ecore,2.37.0.v20240203-1010 [2024-03-05T10:44:22.679Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.editor.source,2.11.0.v20230211-1150 [2024-03-05T10:44:22.679Z] - mirroring artifact osgi.bundle,org.eclipse.emf.oda.ecore.source,1.6.0.v20230315-1321 [2024-03-05T10:44:22.679Z] - mirroring artifact osgi.bundle,org.eclipse.emf.importer.java.source,2.12.0.v20230211-1150 [2024-03-05T10:44:22.679Z] - mirroring artifact osgi.bundle,org.eclipse.emf.codegen.ecore.xtext.source,1.8.0.v20231006-0503 [2024-03-05T10:44:22.679Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xsd.ecore.converter,2.14.0.v20230211-1150 [2024-03-05T10:44:22.679Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecore.edit.source,2.16.0.v20230211-1150 [2024-03-05T10:44:22.679Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.editor,2.11.0.v20230211-1150 [2024-03-05T10:44:22.679Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.xcore.edit,1.7.0.v20230204-1018 [2024-03-05T10:44:22.679Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.oda,1.9.0.v20230315-1321 [2024-03-05T10:44:22.679Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mapping.ui,2.15.0.v20230211-1150 [2024-03-05T10:44:22.680Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.xcore.ui.source,1.27.0.v20231211-1533 [2024-03-05T10:44:22.680Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xsd.editor.source,2.15.0.v20230211-1150 [2024-03-05T10:44:22.680Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mapping.ecore,2.14.0.v20230211-1150 [2024-03-05T10:44:22.680Z] - mirroring artifact osgi.bundle,org.eclipse.emf.edit.ui,2.23.0.v20230211-1150 [2024-03-05T10:44:22.680Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.edit,2.14.0.v20230211-1150 [2024-03-05T10:44:22.680Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.ecore.importer.source,2.10.0.v20230211-1150 [2024-03-05T10:44:22.680Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.ecore.converter,2.9.0.v20230211-1150 [2024-03-05T10:44:22.680Z] - mirroring artifact osgi.bundle,org.eclipse.emf.importer.source,2.13.0.v20230211-1150 [2024-03-05T10:44:22.680Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.source,2.37.0.v20240203-1010 [2024-03-05T10:44:22.680Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.edit.ui,2.25.0.v20230211-1150 [2024-03-05T10:44:22.680Z] - mirroring artifact osgi.bundle,org.eclipse.emf.doc,2.31.0.v20230828-0744 [2024-03-05T10:44:22.680Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf,2.37.0.v20240203-1010 [2024-03-05T10:44:22.680Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.xcore.lib,1.7.0.v20230204-1018 [2024-03-05T10:44:22.680Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.xcore,1.28.0.v20231208-1446 [2024-03-05T10:44:22.680Z] - mirroring artifact osgi.bundle,org.eclipse.emf.oda.ecore,1.6.0.v20230315-1321 [2024-03-05T10:44:22.680Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.xcore.lib.source,1.7.0.v20230204-1018 [2024-03-05T10:44:22.680Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xsd,2.21.0.v20231205-1420 [2024-03-05T10:44:22.680Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.edit.source,2.12.0.v20230211-1150 [2024-03-05T10:44:22.680Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.ecore2xml.ui,2.13.0.v20230211-1150 [2024-03-05T10:44:22.680Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.doc,2.28.0.v20230614-0743 [2024-03-05T10:44:22.680Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xsd.ecore.converter.source,2.14.0.v20230211-1150 [2024-03-05T10:44:22.680Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.example.installer,1.5.0.v20230211-1150 [2024-03-05T10:44:22.680Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.codegen.source,2.24.0.v20230211-1150 [2024-03-05T10:44:22.680Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.oda.ecore.ui,1.8.0.v20230211-1150 [2024-03-05T10:44:22.680Z] - mirroring artifact osgi.bundle,org.eclipse.emf.codegen,2.23.0.v20230211-1150 [2024-03-05T10:44:22.681Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.change.edit.source,2.9.0.v20230211-1150 [2024-03-05T10:44:22.681Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.ui,2.37.0.v20231206-0758 [2024-03-05T10:44:22.681Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.xcore.edit.source,1.7.0.v20230204-1018 [2024-03-05T10:44:22.681Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xsd.sdk,2.36.0.v20231205-1420 [2024-03-05T10:44:22.681Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.editor.source,2.12.0.v20230211-1150 [2024-03-05T10:44:22.681Z] - mirroring artifact osgi.bundle,org.eclipse.emf.edit.ui.source,2.23.0.v20230211-1150 [2024-03-05T10:44:22.681Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.ecore2xml,2.12.0.v20230211-1150 [2024-03-05T10:44:22.681Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.oda.sdk,1.11.0.v20230315-1321 [2024-03-05T10:44:22.681Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mapping.ecore.source,2.14.0.v20230211-1150 [2024-03-05T10:44:22.681Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mapping.ecore.editor.source,2.16.0.v20230211-1150 [2024-03-05T10:44:22.681Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mapping,2.15.0.v20230211-1150 [2024-03-05T10:44:22.681Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.common.ui.source,2.21.0.v20231002-1020 [2024-03-05T10:44:22.681Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.ui.source,2.11.0.v20230211-1150 [2024-03-05T10:44:22.681Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.source,2.12.0.v20230211-1150 [2024-03-05T10:44:22.681Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.xsd2ecore.source,2.10.0.v20230211-1150 [2024-03-05T10:44:22.681Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.ecore.converter.source,2.9.0.v20230211-1150 [2024-03-05T10:44:22.681Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.converter.source,2.20.0.v20240203-0859 [2024-03-05T10:44:22.681Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.xcore.source,1.28.0.v20231208-1446 [2024-03-05T10:44:22.681Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.codegen.ui.source,2.25.0.v20230211-1150 [2024-03-05T10:44:22.681Z] - mirroring artifact osgi.bundle,org.eclipse.emf.oda.source,1.5.0.v20230211-1150 [2024-03-05T10:44:22.681Z] - mirroring artifact osgi.bundle,org.eclipse.emf.codegen.ecore.ui.source,2.37.0.v20231206-0758 [2024-03-05T10:44:22.681Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xsd.editor,2.15.0.v20230211-1150 [2024-03-05T10:44:22.681Z] - mirroring artifact osgi.bundle,org.eclipse.emf.converter,2.13.0.v20240203-0859 [2024-03-05T10:44:22.681Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.ecore.source,2.9.0.v20230211-1150 [2024-03-05T10:44:22.682Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecore.edit,2.16.0.v20230211-1150 [2024-03-05T10:44:22.682Z] - mirroring artifact osgi.bundle,org.eclipse.emf.codegen.ecore.ui,2.37.0.v20231206-0758 [2024-03-05T10:44:22.682Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.common.ui,2.21.0.v20231002-1020 [2024-03-05T10:44:22.682Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.xsd2ecore.editor.source,2.10.0.v20230211-1150 [2024-03-05T10:44:22.682Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.sdk,2.37.0.v20240203-1010 [2024-03-05T10:44:22.682Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.mapping.editor,2.10.0.v20230211-1150 [2024-03-05T10:44:22.682Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.doc,2.33.0.v20230828-0744 [2024-03-05T10:44:22.682Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecore.xcore.lib,1.9.0.v20230204-1018 [2024-03-05T10:44:22.682Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping,2.13.0.v20230211-1150 [2024-03-05T10:44:22.682Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.codegen.ui,2.25.0.v20230211-1150 [2024-03-05T10:44:22.682Z] - mirroring artifact osgi.bundle,org.eclipse.emf.converter.source,2.13.0.v20240203-0859 [2024-03-05T10:44:22.682Z] - mirroring artifact osgi.bundle,org.eclipse.emf.importer.ecore.source,2.11.0.v20230211-1150 [2024-03-05T10:44:22.682Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.editor,2.12.0.v20230211-1150 [2024-03-05T10:44:22.682Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.ui,2.11.0.v20230211-1150 [2024-03-05T10:44:22.682Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecore.editor.source,2.19.0.v20230224-1122 [2024-03-05T10:44:22.682Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.mapping,2.9.0.v20230211-1150 [2024-03-05T10:44:22.682Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.oda.source,1.9.0.v20230315-1321 [2024-03-05T10:44:22.682Z] - mirroring artifact osgi.bundle,org.eclipse.emf.codegen.ecore.source,2.37.0.v20240203-1010 [2024-03-05T10:44:22.682Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.xcore.importer,1.8.0.v20230211-1150 [2024-03-05T10:44:22.682Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.ecore2xml.ui.source,2.13.0.v20230211-1150 [2024-03-05T10:44:22.682Z] - mirroring artifact osgi.bundle,org.eclipse.emf.example.installer,1.11.0.v20230211-1150 [2024-03-05T10:44:22.682Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xsd.mapping,2.15.0.v20230211-1150 [2024-03-05T10:44:22.682Z] - mirroring artifact osgi.bundle,org.eclipse.emf.importer.ecore,2.11.0.v20230211-1150 [2024-03-05T10:44:22.682Z] - mirroring artifact osgi.bundle,org.eclipse.emf.importer.java,2.12.0.v20230211-1150 [2024-03-05T10:44:22.682Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mapping.ui.source,2.15.0.v20230211-1150 [2024-03-05T10:44:22.682Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xsd.edit.source,2.15.0.v20230211-1150 [2024-03-05T10:44:22.683Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.xcore.importer.source,1.8.0.v20230211-1150 [2024-03-05T10:44:22.683Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecore.editor,2.19.0.v20230224-1122 [2024-03-05T10:44:22.683Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.ecore2xml.source,2.12.0.v20230211-1150 [2024-03-05T10:44:22.683Z] - mirroring artifact osgi.bundle,org.eclipse.emf.oda.ecore.ui,1.6.0.v20230211-1150 [2024-03-05T10:44:22.683Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.xcore.exporter,1.13.0.v20230211-1150 [2024-03-05T10:44:22.683Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.ecore.exporter,2.8.0.v20230211-1150 [2024-03-05T10:44:22.683Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.edit.ui.source,2.25.0.v20230211-1150 [2024-03-05T10:44:22.683Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.ecore.importer,2.10.0.v20230211-1150 [2024-03-05T10:44:22.683Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.edit,2.12.0.v20230211-1150 [2024-03-05T10:44:22.683Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.xsd2ecore.editor,2.10.0.v20230211-1150 [2024-03-05T10:44:22.683Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cheatsheets,2.9.0.v20230211-1150 [2024-03-05T10:44:22.683Z] - mirroring artifact osgi.bundle,org.eclipse.emf.oda,1.5.0.v20230211-1150 [2024-03-05T10:44:22.683Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecore.xcore,1.28.0.v20231208-1446 [2024-03-05T10:44:22.683Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.editor.source,2.18.0.v20230224-1122 [2024-03-05T10:44:22.683Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xsd.mapping.editor,2.15.0.v20230211-1150 [2024-03-05T10:44:22.683Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.mapping.editor.source,2.10.0.v20230211-1150 [2024-03-05T10:44:22.683Z] - mirroring artifact osgi.bundle,org.eclipse.emf.importer,2.13.0.v20230211-1150 [2024-03-05T10:44:22.683Z] - mirroring artifact osgi.bundle,org.eclipse.emf.codegen.ecore.xtext.ui.source,1.6.0.v20231006-0503 [2024-03-05T10:44:22.683Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.converter,2.20.0.v20240203-0859 [2024-03-05T10:44:22.683Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecore.xcore.ui,1.27.0.v20231211-1533 [2024-03-05T10:44:22.683Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.editor,2.18.0.v20230224-1122 [2024-03-05T10:44:22.683Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xsd.mapping.editor.source,2.15.0.v20230211-1150 [2024-03-05T10:44:22.683Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.cheatsheets,2.8.0.v20230204-1018 [2024-03-05T10:44:22.683Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.xsd2ecore,2.10.0.v20230211-1150 [2024-03-05T10:44:22.683Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecore.xcore.source,1.28.0.v20231208-1446 [2024-03-05T10:44:22.683Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.ecore.editor.source,2.9.0.v20230211-1150 [2024-03-05T10:44:22.683Z] - mirroring artifact osgi.bundle,org.eclipse.emf.codegen.ui,2.24.0.v20230211-1150 [2024-03-05T10:44:22.945Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.mapping.source,2.9.0.v20230211-1150 [2024-03-05T10:44:22.945Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecore.xcore.ui.source,1.27.0.v20231211-1533 [2024-03-05T10:44:22.945Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xsd.mapping.source,2.15.0.v20230211-1150 [2024-03-05T10:44:22.945Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecore.xcore.sdk,1.28.0.v20231211-1533 [2024-03-05T10:44:22.945Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.change.edit,2.9.0.v20230211-1150 [2024-03-05T10:44:22.945Z] - mirrored artifact osgi.bundle,org.eclipse.emf.common.ui,2.22.0.v20231002-1020 [2024-03-05T10:44:22.945Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.edit.source,2.14.0.v20230211-1150 [2024-03-05T10:44:22.945Z] - mirrored artifact osgi.bundle,org.eclipse.emf.codegen.ecore.xtext.ui,1.6.0.v20231006-0503 [2024-03-05T10:44:22.945Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.oda.ecore.ui.source,1.8.0.v20230211-1150 [2024-03-05T10:44:22.945Z] - mirrored artifact osgi.bundle,org.eclipse.xsd,2.19.0.v20231205-1420 [2024-03-05T10:44:22.945Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.source,2.37.0.v20240203-1010 [2024-03-05T10:44:22.946Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.oda.ecore.source,1.9.0.v20230315-1321 [2024-03-05T10:44:22.946Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.source,2.13.0.v20230211-1150 [2024-03-05T10:44:22.946Z] - mirrored artifact osgi.bundle,org.eclipse.emf.exporter.source,2.12.0.v20240203-0859 [2024-03-05T10:44:22.946Z] - mirrored artifact osgi.bundle,org.eclipse.emf,2.9.0.v20230211-1150 [2024-03-05T10:44:22.946Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.ecore.exporter.source,2.8.0.v20230211-1150 [2024-03-05T10:44:22.946Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.xcore.exporter.source,1.13.0.v20230211-1150 [2024-03-05T10:44:22.946Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xsd.source,2.21.0.v20231205-1420 [2024-03-05T10:44:22.946Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.oda.ecore,1.9.0.v20230315-1321 [2024-03-05T10:44:22.946Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecore.xcore.lib.source,1.9.0.v20230204-1018 [2024-03-05T10:44:22.946Z] - mirrored artifact osgi.bundle,org.eclipse.emf.importer.rose,2.13.0.v20240203-0859 [2024-03-05T10:44:22.946Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.ecore2ecore,2.12.0.v20230211-1150 [2024-03-05T10:44:22.946Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ant,2.12.0.v20230211-1150 [2024-03-05T10:44:22.946Z] - mirrored artifact osgi.bundle,org.eclipse.emf.importer.rose.source,2.13.0.v20240203-0859 [2024-03-05T10:44:22.946Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.source,2.19.0.v20231205-1420 [2024-03-05T10:44:22.946Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xsd.edit,2.15.0.v20230211-1150 [2024-03-05T10:44:22.946Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mapping.ecore.editor,2.16.0.v20230211-1150 [2024-03-05T10:44:22.946Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.codegen.ecore,2.37.0.v20240203-1010 [2024-03-05T10:44:22.946Z] - mirrored artifact osgi.bundle,org.eclipse.emf.oda.ecore.ui.source,1.6.0.v20230211-1150 [2024-03-05T10:44:22.946Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.codegen,2.24.0.v20230211-1150 [2024-03-05T10:44:22.946Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.xcore.ui,1.27.0.v20231211-1533 [2024-03-05T10:44:22.946Z] - mirrored artifact osgi.bundle,org.eclipse.emf.codegen.ecore.xtext,1.8.0.v20231006-0503 [2024-03-05T10:44:22.946Z] - mirrored artifact osgi.bundle,org.eclipse.emf.exporter,2.12.0.v20240203-0859 [2024-03-05T10:44:22.946Z] - mirrored artifact osgi.bundle,org.eclipse.emf.codegen.ui.source,2.24.0.v20230211-1150 [2024-03-05T10:44:22.946Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.ecore.editor,2.9.0.v20230211-1150 [2024-03-05T10:44:22.946Z] - mirrored artifact osgi.bundle,org.eclipse.emf.codegen.source,2.23.0.v20230211-1150 [2024-03-05T10:44:22.946Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xsd.doc,2.30.0.v20230614-0743 [2024-03-05T10:44:22.946Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.ui.source,2.37.0.v20231206-0758 [2024-03-05T10:44:22.946Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ant.source,2.12.0.v20230211-1150 [2024-03-05T10:44:22.946Z] - mirrored artifact osgi.bundle,org.eclipse.emf.common.ui.source,2.22.0.v20231002-1020 [2024-03-05T10:44:23.209Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.ecore,2.9.0.v20230211-1150 [2024-03-05T10:44:23.209Z] - mirrored artifact osgi.bundle,org.eclipse.emf.source,2.9.0.v20230211-1150 [2024-03-05T10:44:23.209Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mapping.source,2.15.0.v20230211-1150 [2024-03-05T10:44:23.209Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.editor.source,2.11.0.v20230211-1150 [2024-03-05T10:44:23.209Z] - mirrored artifact osgi.bundle,org.eclipse.emf.oda.ecore.source,1.6.0.v20230315-1321 [2024-03-05T10:44:23.209Z] - mirrored artifact osgi.bundle,org.eclipse.emf.importer.java.source,2.12.0.v20230211-1150 [2024-03-05T10:44:23.209Z] - mirrored artifact osgi.bundle,org.eclipse.emf.codegen.ecore.xtext.source,1.8.0.v20231006-0503 [2024-03-05T10:44:23.209Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xsd.ecore.converter,2.14.0.v20230211-1150 [2024-03-05T10:44:23.209Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecore.edit.source,2.16.0.v20230211-1150 [2024-03-05T10:44:23.209Z] - mirrored artifact osgi.bundle,org.eclipse.emf.codegen.ecore,2.37.0.v20240203-1010 [2024-03-05T10:44:23.210Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.editor,2.11.0.v20230211-1150 [2024-03-05T10:44:23.210Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.oda,1.9.0.v20230315-1321 [2024-03-05T10:44:23.210Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.xcore.edit,1.7.0.v20230204-1018 [2024-03-05T10:44:23.210Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mapping.ui,2.15.0.v20230211-1150 [2024-03-05T10:44:23.210Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xsd.editor.source,2.15.0.v20230211-1150 [2024-03-05T10:44:23.210Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mapping.ecore,2.14.0.v20230211-1150 [2024-03-05T10:44:23.210Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.xcore.ui.source,1.27.0.v20231211-1533 [2024-03-05T10:44:23.210Z] - mirrored artifact osgi.bundle,org.eclipse.emf.edit.ui,2.23.0.v20230211-1150 [2024-03-05T10:44:23.210Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.ecore.importer.source,2.10.0.v20230211-1150 [2024-03-05T10:44:23.210Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.edit,2.14.0.v20230211-1150 [2024-03-05T10:44:23.210Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.ecore.converter,2.9.0.v20230211-1150 [2024-03-05T10:44:23.210Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.source,2.37.0.v20240203-1010 [2024-03-05T10:44:23.210Z] - mirrored artifact osgi.bundle,org.eclipse.emf.importer.source,2.13.0.v20230211-1150 [2024-03-05T10:44:23.210Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.edit.ui,2.25.0.v20230211-1150 [2024-03-05T10:44:23.210Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf,2.37.0.v20240203-1010 [2024-03-05T10:44:23.210Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.xcore.lib,1.7.0.v20230204-1018 [2024-03-05T10:44:23.210Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.xcore,1.28.0.v20231208-1446 [2024-03-05T10:44:23.210Z] - mirrored artifact osgi.bundle,org.eclipse.emf.oda.ecore,1.6.0.v20230315-1321 [2024-03-05T10:44:23.210Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.xcore.lib.source,1.7.0.v20230204-1018 [2024-03-05T10:44:23.210Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xsd,2.21.0.v20231205-1420 [2024-03-05T10:44:23.210Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.edit.source,2.12.0.v20230211-1150 [2024-03-05T10:44:23.210Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.ecore2xml.ui,2.13.0.v20230211-1150 [2024-03-05T10:44:23.210Z] - mirrored artifact osgi.bundle,org.eclipse.emf.doc,2.31.0.v20230828-0744 [2024-03-05T10:44:23.471Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xsd.ecore.converter.source,2.14.0.v20230211-1150 [2024-03-05T10:44:23.471Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.example.installer,1.5.0.v20230211-1150 [2024-03-05T10:44:23.471Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.codegen.source,2.24.0.v20230211-1150 [2024-03-05T10:44:23.471Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.oda.ecore.ui,1.8.0.v20230211-1150 [2024-03-05T10:44:23.471Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.doc,2.28.0.v20230614-0743 [2024-03-05T10:44:23.471Z] - mirrored artifact osgi.bundle,org.eclipse.emf.codegen,2.23.0.v20230211-1150 [2024-03-05T10:44:23.471Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.ui,2.37.0.v20231206-0758 [2024-03-05T10:44:23.471Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.change.edit.source,2.9.0.v20230211-1150 [2024-03-05T10:44:23.471Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xsd.sdk,2.36.0.v20231205-1420 [2024-03-05T10:44:23.471Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.xcore.edit.source,1.7.0.v20230204-1018 [2024-03-05T10:44:23.471Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.editor.source,2.12.0.v20230211-1150 [2024-03-05T10:44:23.472Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.ecore2xml,2.12.0.v20230211-1150 [2024-03-05T10:44:23.472Z] - mirrored artifact osgi.bundle,org.eclipse.emf.edit.ui.source,2.23.0.v20230211-1150 [2024-03-05T10:44:23.472Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mapping.ecore.source,2.14.0.v20230211-1150 [2024-03-05T10:44:23.472Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mapping.ecore.editor.source,2.16.0.v20230211-1150 [2024-03-05T10:44:23.472Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.oda.sdk,1.11.0.v20230315-1321 [2024-03-05T10:44:23.472Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.common.ui.source,2.21.0.v20231002-1020 [2024-03-05T10:44:23.472Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mapping,2.15.0.v20230211-1150 [2024-03-05T10:44:23.472Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.source,2.12.0.v20230211-1150 [2024-03-05T10:44:23.472Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.ui.source,2.11.0.v20230211-1150 [2024-03-05T10:44:23.472Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.ecore.converter.source,2.9.0.v20230211-1150 [2024-03-05T10:44:23.472Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.converter.source,2.20.0.v20240203-0859 [2024-03-05T10:44:23.472Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.xcore.source,1.28.0.v20231208-1446 [2024-03-05T10:44:23.472Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.codegen.ui.source,2.25.0.v20230211-1150 [2024-03-05T10:44:23.472Z] - mirrored artifact osgi.bundle,org.eclipse.emf.oda.source,1.5.0.v20230211-1150 [2024-03-05T10:44:23.472Z] - mirrored artifact osgi.bundle,org.eclipse.emf.codegen.ecore.ui.source,2.37.0.v20231206-0758 [2024-03-05T10:44:23.472Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xsd.editor,2.15.0.v20230211-1150 [2024-03-05T10:44:23.472Z] - mirrored artifact osgi.bundle,org.eclipse.emf.converter,2.13.0.v20240203-0859 [2024-03-05T10:44:23.472Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.xsd2ecore.source,2.10.0.v20230211-1150 [2024-03-05T10:44:23.472Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.ecore.source,2.9.0.v20230211-1150 [2024-03-05T10:44:23.472Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecore.edit,2.16.0.v20230211-1150 [2024-03-05T10:44:23.472Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.common.ui,2.21.0.v20231002-1020 [2024-03-05T10:44:23.472Z] - mirrored artifact osgi.bundle,org.eclipse.emf.codegen.ecore.ui,2.37.0.v20231206-0758 [2024-03-05T10:44:23.472Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.sdk,2.37.0.v20240203-1010 [2024-03-05T10:44:23.734Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.xsd2ecore.editor.source,2.10.0.v20230211-1150 [2024-03-05T10:44:23.735Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.doc,2.33.0.v20230828-0744 [2024-03-05T10:44:23.735Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecore.xcore.lib,1.9.0.v20230204-1018 [2024-03-05T10:44:23.735Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping,2.13.0.v20230211-1150 [2024-03-05T10:44:23.735Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.mapping.editor,2.10.0.v20230211-1150 [2024-03-05T10:44:23.735Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.codegen.ui,2.25.0.v20230211-1150 [2024-03-05T10:44:23.735Z] - mirrored artifact osgi.bundle,org.eclipse.emf.converter.source,2.13.0.v20240203-0859 [2024-03-05T10:44:23.735Z] - mirrored artifact osgi.bundle,org.eclipse.emf.importer.ecore.source,2.11.0.v20230211-1150 [2024-03-05T10:44:23.735Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.editor,2.12.0.v20230211-1150 [2024-03-05T10:44:23.735Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecore.editor.source,2.19.0.v20230224-1122 [2024-03-05T10:44:23.735Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.mapping,2.9.0.v20230211-1150 [2024-03-05T10:44:23.735Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.ui,2.11.0.v20230211-1150 [2024-03-05T10:44:23.735Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.oda.source,1.9.0.v20230315-1321 [2024-03-05T10:44:23.735Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.xcore.importer,1.8.0.v20230211-1150 [2024-03-05T10:44:23.735Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.ecore2xml.ui.source,2.13.0.v20230211-1150 [2024-03-05T10:44:23.735Z] - mirrored artifact osgi.bundle,org.eclipse.emf.example.installer,1.11.0.v20230211-1150 [2024-03-05T10:44:23.735Z] - mirrored artifact osgi.bundle,org.eclipse.emf.codegen.ecore.source,2.37.0.v20240203-1010 [2024-03-05T10:44:23.735Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xsd.mapping,2.15.0.v20230211-1150 [2024-03-05T10:44:23.735Z] - mirrored artifact osgi.bundle,org.eclipse.emf.importer.java,2.12.0.v20230211-1150 [2024-03-05T10:44:23.735Z] - mirrored artifact osgi.bundle,org.eclipse.emf.importer.ecore,2.11.0.v20230211-1150 [2024-03-05T10:44:23.735Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mapping.ui.source,2.15.0.v20230211-1150 [2024-03-05T10:44:23.735Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xsd.edit.source,2.15.0.v20230211-1150 [2024-03-05T10:44:23.735Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.xcore.importer.source,1.8.0.v20230211-1150 [2024-03-05T10:44:23.735Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.ecore2xml.source,2.12.0.v20230211-1150 [2024-03-05T10:44:23.736Z] - mirrored artifact osgi.bundle,org.eclipse.emf.oda.ecore.ui,1.6.0.v20230211-1150 [2024-03-05T10:44:23.736Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecore.editor,2.19.0.v20230224-1122 [2024-03-05T10:44:23.736Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.ecore.exporter,2.8.0.v20230211-1150 [2024-03-05T10:44:23.736Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.edit.ui.source,2.25.0.v20230211-1150 [2024-03-05T10:44:23.736Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.ecore.importer,2.10.0.v20230211-1150 [2024-03-05T10:44:23.736Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.xcore.exporter,1.13.0.v20230211-1150 [2024-03-05T10:44:23.736Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.xsd2ecore.editor,2.10.0.v20230211-1150 [2024-03-05T10:44:23.736Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.edit,2.12.0.v20230211-1150 [2024-03-05T10:44:23.736Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cheatsheets,2.9.0.v20230211-1150 [2024-03-05T10:44:23.736Z] - mirrored artifact osgi.bundle,org.eclipse.emf.oda,1.5.0.v20230211-1150 [2024-03-05T10:44:23.736Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecore.xcore,1.28.0.v20231208-1446 [2024-03-05T10:44:23.736Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.editor.source,2.18.0.v20230224-1122 [2024-03-05T10:44:23.736Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.mapping.editor.source,2.10.0.v20230211-1150 [2024-03-05T10:44:23.736Z] - mirrored artifact osgi.bundle,org.eclipse.emf.importer,2.13.0.v20230211-1150 [2024-03-05T10:44:23.736Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xsd.mapping.editor,2.15.0.v20230211-1150 [2024-03-05T10:44:23.736Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.converter,2.20.0.v20240203-0859 [2024-03-05T10:44:23.736Z] - mirrored artifact osgi.bundle,org.eclipse.emf.codegen.ecore.xtext.ui.source,1.6.0.v20231006-0503 [2024-03-05T10:44:23.736Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecore.xcore.ui,1.27.0.v20231211-1533 [2024-03-05T10:44:23.736Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xsd.mapping.editor.source,2.15.0.v20230211-1150 [2024-03-05T10:44:23.736Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.cheatsheets,2.8.0.v20230204-1018 [2024-03-05T10:44:23.736Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.editor,2.18.0.v20230224-1122 [2024-03-05T10:44:23.736Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecore.xcore.source,1.28.0.v20231208-1446 [2024-03-05T10:44:23.736Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.xsd2ecore,2.10.0.v20230211-1150 [2024-03-05T10:44:23.999Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.ecore.editor.source,2.9.0.v20230211-1150 [2024-03-05T10:44:23.999Z] - mirrored artifact osgi.bundle,org.eclipse.emf.codegen.ui,2.24.0.v20230211-1150 [2024-03-05T10:44:23.999Z] Mirroring artifacts from https://download.eclipse.org/rt/ecf/3.14.41/site.p2/3.14.41.v20240114-0141 [2024-03-05T10:44:23.999Z] - mirroring artifact osgi.bundle,org.xbill.dns,2.0.8.v201112050911 [2024-03-05T10:44:23.999Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.sharedobject.source,2.6.200.v20210922-0753 [2024-03-05T10:44:23.999Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.xmpp.ui,2.2.301.v20230528-2254 [2024-03-05T10:44:23.999Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservice.rest,2.8.1.v20231021-2015 [2024-03-05T10:44:23.999Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.osgi.services.feature,2.6.400.v20231021-2127 [2024-03-05T10:44:23.999Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.presence.ui,2.4.201.v20221117-1507 [2024-03-05T10:44:23.999Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery.ui.browser.source,1.0.201.v20231021-2050 [2024-03-05T10:44:23.999Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.scp.source,2.1.201.v20230528-2254 [2024-03-05T10:44:24.000Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.sdk.feature,3.14.41.v20231202-2253 [2024-03-05T10:44:24.000Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.r_osgi.source,3.7.0.v20231021-2050 [2024-03-05T10:44:24.000Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.feature.source,2.6.1.v20231021-2127 [2024-03-05T10:44:24.000Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.jmdns.source,4.4.0.v20231021-2050 [2024-03-05T10:44:24.000Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.r_osgi,3.7.0.v20231021-2050 [2024-03-05T10:44:24.000Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.efs,1.5.201.v20230528-2254 [2024-03-05T10:44:24.000Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.sharedobject,2.6.200.v20210922-0753 [2024-03-05T10:44:24.000Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservices.tooling.bndtools.source,1.0.100.v20231202-2243 [2024-03-05T10:44:24.000Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.feature,2.6.1.v20231021-2127 [2024-03-05T10:44:24.000Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.osgi.services.remoteserviceadmin.console.source,1.3.1.v20230528-2254 [2024-03-05T10:44:24.000Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery.source,5.2.0.v20231021-2050 [2024-03-05T10:44:24.000Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.ui,2.3.0.v20231021-2050 [2024-03-05T10:44:24.000Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.ui.capabilities,1.0.201.v20231021-2050 [2024-03-05T10:44:24.001Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservices.tooling.pde,1.2.0.v20230728-2232 [2024-03-05T10:44:24.001Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider,4.10.0.v20231021-2015 [2024-03-05T10:44:24.001Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.filetransfer.ui.source,1.5.201.v20231021-2050 [2024-03-05T10:44:24.001Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.rosgi.feature.source,2.0.2.v20231021-2127 [2024-03-05T10:44:24.001Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.irc.ui,1.4.0.v20231021-2050 [2024-03-05T10:44:24.001Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.server,2.1.301.v20231021-2050 [2024-03-05T10:44:24.001Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.doc.source,1.3.500.v20240113-2348 [2024-03-05T10:44:24.001Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery.ui.userinput.source,1.0.201.v20230528-2254 [2024-03-05T10:44:24.001Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.ds.async,1.0.201.v20221117-1507 [2024-03-05T10:44:24.001Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.osgi.services.remoteserviceadmin,4.9.3.v20231021-2050 [2024-03-05T10:44:24.001Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservice.asyncproxy.source,2.1.200.v20230528-2254 [2024-03-05T10:44:24.001Z] - mirroring artifact osgi.bundle,org.eclipse.osgi.services.remoteserviceadmin.source,1.6.301.v20231021-2050 [2024-03-05T10:44:24.001Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.xmpp.ui.source,2.2.301.v20230528-2254 [2024-03-05T10:44:24.001Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery.ui.edit,3.0.201.v20231021-2050 [2024-03-05T10:44:24.002Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.protocol.msn.source,1.2.201.v20231021-2050 [2024-03-05T10:44:24.002Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.zookeeper.feature.source,1.0.400.v20230528-2254 [2024-03-05T10:44:24.002Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.ds.source,1.0.401.v20221117-1507 [2024-03-05T10:44:24.002Z] - mirroring artifact osgi.bundle,org.jivesoftware.smack,3.4.0.v20231021-2050 [2024-03-05T10:44:24.002Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.slp.feature,1.0.102.v20231021-2050 [2024-03-05T10:44:24.002Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.examples.eventadmin.app.source,1.1.0.v20231021-2101 [2024-03-05T10:44:24.002Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.filediscovery.source,1.2.200.v20230905-1933 [2024-03-05T10:44:24.002Z] - mirroring artifact osgi.bundle,org.xbill.dns.source,2.0.8.v201112050911 [2024-03-05T10:44:24.002Z] - mirroring artifact osgi.bundle,org.eclipse.team.ecf.core.source,1.0.201.v20230528-2254 [2024-03-05T10:44:24.002Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.ui.source,2.3.0.v20231021-2050 [2024-03-05T10:44:24.002Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery.ui.browser,1.0.201.v20231021-2050 [2024-03-05T10:44:24.002Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source,1.0.102.v20221117-1507 [2024-03-05T10:44:24.002Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.server.generic.source,8.2.0.v20231021-2015 [2024-03-05T10:44:24.002Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery.ui.properties.tabbed.source,3.0.201.v20231021-2050 [2024-03-05T10:44:24.002Z] - mirroring artifact osgi.bundle,org.apache.hadoop.zookeeper,3.3.3.v201105210832 [2024-03-05T10:44:24.003Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.presence.bot.source,1.3.301.v20230528-2254 [2024-03-05T10:44:24.003Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.core.source,3.14.41.v20240113-2348 [2024-03-05T10:44:24.003Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.jmdns,4.4.0.v20231021-2050 [2024-03-05T10:44:24.003Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.jmdns.feature,1.0.103.v20231021-2127 [2024-03-05T10:44:24.003Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.osgi.services.distribution,2.1.700.v20231021-2127 [2024-03-05T10:44:24.003Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.presence,2.1.201.v20230528-2254 [2024-03-05T10:44:24.003Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.ds.async.source,1.0.201.v20221117-1507 [2024-03-05T10:44:24.003Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.example.clients,2.0.300.v20231021-2050 [2024-03-05T10:44:24.003Z] - mirroring artifact osgi.bundle,org.apache.httpcomponents.httpcore.source,4.4.16.v20221207-1049 [2024-03-05T10:44:24.003Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.server.generic.feature.source,1.2.103.v20231021-2127 [2024-03-05T10:44:24.003Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery.ui.source,3.0.301.v20231021-2050 [2024-03-05T10:44:24.003Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.zookeeper.feature,1.0.400.v20230528-2254 [2024-03-05T10:44:24.003Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.osgi.services.distribution.source,2.1.700.v20231021-2127 [2024-03-05T10:44:24.003Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.core,3.14.41.v20240113-2348 [2024-03-05T10:44:24.003Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.servlet.feature.source,1.0.301.v20231021-2127 [2024-03-05T10:44:24.004Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.zookeeper,1.2.500.v20230528-2254 [2024-03-05T10:44:24.004Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.doc,1.3.500.v20240113-2348 [2024-03-05T10:44:24.004Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservice.servlet.source,1.0.201.v20230528-2254 [2024-03-05T10:44:24.004Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.eventadmin.feature,2.0.202.v20231021-2127 [2024-03-05T10:44:24.004Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.example.collab,2.1.0.v20231021-2015 [2024-03-05T10:44:24.004Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.remoteservice,4.6.1.v20210926-0332 [2024-03-05T10:44:24.004Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.jslp.source,3.2.302.v20231021-2050 [2024-03-05T10:44:24.004Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice.consumer,1.1.201.v20221117-1507 [2024-03-05T10:44:24.004Z] - mirroring artifact osgi.bundle,org.eclipse.osgi.services.remoteserviceadmin,1.6.301.v20231021-2050 [2024-03-05T10:44:24.004Z] - mirroring artifact osgi.bundle,org.eclipse.team.ecf.ui,1.0.201.v20230528-2254 [2024-03-05T10:44:24.004Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.source,4.10.0.v20231021-2015 [2024-03-05T10:44:24.004Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.datashare.source,3.0.301.v20230528-2254 [2024-03-05T10:44:24.004Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.zookeeper.source,1.2.500.v20230528-2254 [2024-03-05T10:44:24.004Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.server.generic.feature,1.2.103.v20231021-2127 [2024-03-05T10:44:24.004Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservices.tooling.bndtools,1.0.100.v20231202-2243 [2024-03-05T10:44:24.004Z] - mirroring artifact osgi.bundle,org.eclipse.team.ecf.ui.source,1.0.201.v20230528-2254 [2024-03-05T10:44:24.005Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.remoteservice.source,4.6.1.v20210926-0332 [2024-03-05T10:44:24.005Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.ds,1.0.401.v20221117-1507 [2024-03-05T10:44:24.005Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice.async,2.1.101.v20221117-1507 [2024-03-05T10:44:24.005Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservice,8.14.0.v20230528-2254 [2024-03-05T10:44:24.005Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.msn,1.2.201.v20231021-2050 [2024-03-05T10:44:24.005Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.filediscovery,1.2.200.v20230905-1933 [2024-03-05T10:44:24.005Z] - mirroring artifact osgi.bundle,ch.ethz.iks.r_osgi.remote.source,1.3.0.v20231021-2015 [2024-03-05T10:44:24.005Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.presence.ui.source,2.4.201.v20221117-1507 [2024-03-05T10:44:24.005Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.bittorrent.source,0.3.401.v20231021-2050 [2024-03-05T10:44:24.005Z] - mirroring artifact osgi.bundle,org.apache.commons.logging,1.2.0.v20180409-1502 [2024-03-05T10:44:24.005Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.msn.source,1.2.201.v20231021-2050 [2024-03-05T10:44:24.005Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.rest.feature,1.0.303.v20231114-1017 [2024-03-05T10:44:24.005Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.xmpp.source,3.2.402.v20230528-2254 [2024-03-05T10:44:24.005Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.irc.ui.source,1.4.0.v20231021-2050 [2024-03-05T10:44:24.005Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.sync,2.0.302.v20231021-2050 [2024-03-05T10:44:24.005Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservice.ui,3.4.400.v20210403-2254 [2024-03-05T10:44:24.006Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.rest.feature.source,1.0.303.v20231114-1017 [2024-03-05T10:44:24.006Z] - mirroring artifact osgi.bundle,org.apache.commons.logging.source,1.2.0.v20180409-1502 [2024-03-05T10:44:24.006Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.osgi.services.feature.source,2.6.400.v20231021-2127 [2024-03-05T10:44:24.006Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery.ui.properties,3.0.201.v20231021-2050 [2024-03-05T10:44:24.006Z] - mirroring artifact osgi.bundle,org.apache.log4j.source,1.2.24.v20221221-2012 [2024-03-05T10:44:24.006Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.ui.capabilities.source,1.0.201.v20231021-2050 [2024-03-05T10:44:24.006Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice.host,1.1.400.v20231114-1017 [2024-03-05T10:44:24.006Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice.source,1.1.201.v20221117-1507 [2024-03-05T10:44:24.006Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.servlet.feature,1.0.301.v20231021-2127 [2024-03-05T10:44:24.006Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.efs.source,1.5.201.v20230528-2254 [2024-03-05T10:44:24.006Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.irc,1.3.401.v20231021-2050 [2024-03-05T10:44:24.006Z] - mirroring artifact osgi.bundle,org.jivesoftware.smack.source,3.4.0.v20231021-2050 [2024-03-05T10:44:24.006Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.provider.generic.remoteservice.feature,1.2.1.v20231021-2127 [2024-03-05T10:44:24.006Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservice.source,8.14.0.v20230528-2254 [2024-03-05T10:44:24.007Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice.async.source,2.1.101.v20221117-1507 [2024-03-05T10:44:24.007Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.osgi.services.remoteserviceadmin.console,1.3.1.v20230528-2254 [2024-03-05T10:44:24.007Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.provider.generic.feature.source,1.1.2.v20231021-2127 [2024-03-05T10:44:24.007Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery.ui.properties.tabbed,3.0.201.v20231021-2050 [2024-03-05T10:44:24.007Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.example.clients.source,2.0.300.v20231021-2050 [2024-03-05T10:44:24.007Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservice.ui.source,3.4.400.v20210403-2254 [2024-03-05T10:44:24.007Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.datashare,3.0.301.v20230528-2254 [2024-03-05T10:44:24.007Z] - mirroring artifact osgi.bundle,ch.ethz.iks.r_osgi.remote,1.3.0.v20231021-2015 [2024-03-05T10:44:24.007Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.osgi.services.remoteserviceadmin.source,4.9.3.v20231021-2050 [2024-03-05T10:44:24.007Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.sharedobject.feature.source,1.1.1.v20231021-2127 [2024-03-05T10:44:24.007Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice,1.1.201.v20221117-1507 [2024-03-05T10:44:24.007Z] - mirroring artifact osgi.bundle,org.eclipse.team.ecf.core,1.0.201.v20230528-2254 [2024-03-05T10:44:24.007Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservices.tooling.pde.source,1.2.0.v20230728-2232 [2024-03-05T10:44:24.007Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy,1.0.102.v20221117-1507 [2024-03-05T10:44:24.007Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.sharedobject.feature,1.1.1.v20231021-2127 [2024-03-05T10:44:24.008Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.presence.bot,1.3.301.v20230528-2254 [2024-03-05T10:44:24.008Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.provider.generic.remoteservice.feature.source,1.2.1.v20231021-2127 [2024-03-05T10:44:24.008Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery.ui.userinput,1.0.201.v20230528-2254 [2024-03-05T10:44:24.008Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservice.rest.source,2.8.1.v20231021-2015 [2024-03-05T10:44:24.008Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.examples.eventadmin.app,1.1.0.v20231021-2101 [2024-03-05T10:44:24.008Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.filetransfer.ui,1.5.201.v20231021-2050 [2024-03-05T10:44:24.008Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.examples.feature,1.6.1.v20231114-1017 [2024-03-05T10:44:24.008Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.server.source,2.1.301.v20231021-2050 [2024-03-05T10:44:24.008Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.protocol.msn,1.2.201.v20231021-2050 [2024-03-05T10:44:24.008Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.console.source,1.4.0.v20231021-2047 [2024-03-05T10:44:24.008Z] - mirroring artifact osgi.bundle,org.apache.log4j,1.2.24.v20221221-2012 [2024-03-05T10:44:24.008Z] - mirroring artifact osgi.bundle,org.objectweb.asm,9.5.0 [2024-03-05T10:44:24.008Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery.ui,3.0.301.v20231021-2050 [2024-03-05T10:44:24.008Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.example.collab.source,2.1.0.v20231021-2015 [2024-03-05T10:44:24.008Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.console,1.4.0.v20231021-2047 [2024-03-05T10:44:24.008Z] - mirroring artifact osgi.bundle,org.objectweb.asm.source,9.5.0 [2024-03-05T10:44:24.008Z] - mirroring artifact osgi.bundle,jakarta.servlet-api.source,4.0.0 [2024-03-05T10:44:24.008Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery.ui.properties.source,3.0.201.v20231021-2050 [2024-03-05T10:44:24.008Z] - mirroring artifact osgi.bundle,org.apache.hadoop.zookeeper.source,3.3.3.v201105210832 [2024-03-05T10:44:24.008Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.sdk.feature.source,3.14.41.v20231202-2253 [2024-03-05T10:44:24.008Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservice.servlet,1.0.201.v20230528-2254 [2024-03-05T10:44:24.008Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.sdk.examples.feature.source,1.1.1.v20231114-1017 [2024-03-05T10:44:24.009Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.feature.source,1.0.201.v20231021-2050 [2024-03-05T10:44:24.009Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery,5.2.0.v20231021-2050 [2024-03-05T10:44:24.009Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice.host.source,1.1.400.v20231114-1017 [2024-03-05T10:44:24.009Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery.ui.model.source,3.0.202.v20231021-2050 [2024-03-05T10:44:24.009Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.protocol.bittorrent.source,0.3.300.v20231021-2015 [2024-03-05T10:44:24.009Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.sdk.examples.feature,1.1.1.v20231114-1017 [2024-03-05T10:44:24.009Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservice.asyncproxy,2.1.200.v20230528-2254 [2024-03-05T10:44:24.009Z] - mirroring artifact osgi.bundle,org.json,1.0.0.v201011060100 [2024-03-05T10:44:24.009Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.eventadmin.examples.feature.source,1.0.202.v20231021-2127 [2024-03-05T10:44:24.009Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.sync.source,2.0.302.v20231021-2050 [2024-03-05T10:44:24.009Z] - mirroring artifact osgi.bundle,jakarta.servlet-api,4.0.0 [2024-03-05T10:44:24.009Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.jmdns.feature.source,1.0.103.v20231021-2127 [2024-03-05T10:44:24.009Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.jslp,3.2.302.v20231021-2050 [2024-03-05T10:44:24.010Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.scp,2.1.201.v20230528-2254 [2024-03-05T10:44:24.010Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.server.generic,8.2.0.v20231021-2015 [2024-03-05T10:44:24.010Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.xmpp,3.2.402.v20230528-2254 [2024-03-05T10:44:24.010Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.irc.source,1.3.401.v20231021-2050 [2024-03-05T10:44:24.010Z] - mirroring artifact osgi.bundle,ch.ethz.iks.slp.source,1.4.1.v20230528-2254 [2024-03-05T10:44:24.010Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery.ui.model,3.0.202.v20231021-2050 [2024-03-05T10:44:24.010Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.presence.source,2.1.201.v20230528-2254 [2024-03-05T10:44:24.010Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.feature,1.0.201.v20231021-2050 [2024-03-05T10:44:24.010Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservice.eventadmin,1.3.101.v20231021-2050 [2024-03-05T10:44:24.010Z] - mirroring artifact osgi.bundle,org.apache.httpcomponents.httpcore,4.4.16.v20221207-1049 [2024-03-05T10:44:24.010Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.examples.feature.source,1.6.1.v20231114-1017 [2024-03-05T10:44:24.010Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.filediscovery.rest,1.2.200.v20230905-1933 [2024-03-05T10:44:24.010Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.protocol.bittorrent,0.3.300.v20231021-2015 [2024-03-05T10:44:24.010Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.eventadmin.examples.feature,1.0.202.v20231021-2127 [2024-03-05T10:44:24.011Z] - mirroring artifact osgi.bundle,ch.ethz.iks.slp,1.4.1.v20230528-2254 [2024-03-05T10:44:24.011Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.eventadmin.feature.source,2.0.202.v20231021-2127 [2024-03-05T10:44:24.011Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservice.eventadmin.source,1.3.101.v20231021-2050 [2024-03-05T10:44:24.011Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.bittorrent,0.3.401.v20231021-2050 [2024-03-05T10:44:24.011Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.rosgi.feature,2.0.2.v20231021-2127 [2024-03-05T10:44:24.011Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery.ui.edit.source,3.0.201.v20231021-2050 [2024-03-05T10:44:24.011Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.source,1.1.201.v20221117-1507 [2024-03-05T10:44:24.011Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.provider.generic.feature,1.1.2.v20231021-2127 [2024-03-05T10:44:24.011Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.slp.feature.source,1.0.102.v20231021-2050 [2024-03-05T10:44:24.011Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.filediscovery.rest.source,1.2.200.v20230905-1933 [2024-03-05T10:44:24.012Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.sharedobject.source,2.6.200.v20210922-0753 [2024-03-05T10:44:24.012Z] - mirrored artifact osgi.bundle,org.xbill.dns,2.0.8.v201112050911 [2024-03-05T10:44:24.012Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.xmpp.ui,2.2.301.v20230528-2254 [2024-03-05T10:44:24.012Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservice.rest,2.8.1.v20231021-2015 [2024-03-05T10:44:24.012Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.osgi.services.feature,2.6.400.v20231021-2127 [2024-03-05T10:44:24.012Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery.ui.browser.source,1.0.201.v20231021-2050 [2024-03-05T10:44:24.013Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.presence.ui,2.4.201.v20221117-1507 [2024-03-05T10:44:24.013Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.scp.source,2.1.201.v20230528-2254 [2024-03-05T10:44:24.013Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.r_osgi.source,3.7.0.v20231021-2050 [2024-03-05T10:44:24.013Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.feature.source,2.6.1.v20231021-2127 [2024-03-05T10:44:24.013Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.sdk.feature,3.14.41.v20231202-2253 [2024-03-05T10:44:24.013Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.jmdns.source,4.4.0.v20231021-2050 [2024-03-05T10:44:24.013Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.r_osgi,3.7.0.v20231021-2050 [2024-03-05T10:44:24.013Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.efs,1.5.201.v20230528-2254 [2024-03-05T10:44:24.013Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservices.tooling.bndtools.source,1.0.100.v20231202-2243 [2024-03-05T10:44:24.013Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.feature,2.6.1.v20231021-2127 [2024-03-05T10:44:24.013Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.osgi.services.remoteserviceadmin.console.source,1.3.1.v20230528-2254 [2024-03-05T10:44:24.014Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.sharedobject,2.6.200.v20210922-0753 [2024-03-05T10:44:24.014Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery.source,5.2.0.v20231021-2050 [2024-03-05T10:44:24.014Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.ui.capabilities,1.0.201.v20231021-2050 [2024-03-05T10:44:24.014Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservices.tooling.pde,1.2.0.v20230728-2232 [2024-03-05T10:44:24.014Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.ui,2.3.0.v20231021-2050 [2024-03-05T10:44:24.014Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.filetransfer.ui.source,1.5.201.v20231021-2050 [2024-03-05T10:44:24.014Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider,4.10.0.v20231021-2015 [2024-03-05T10:44:24.014Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.rosgi.feature.source,2.0.2.v20231021-2127 [2024-03-05T10:44:24.014Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.irc.ui,1.4.0.v20231021-2050 [2024-03-05T10:44:24.014Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.server,2.1.301.v20231021-2050 [2024-03-05T10:44:24.014Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery.ui.userinput.source,1.0.201.v20230528-2254 [2024-03-05T10:44:24.014Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.doc.source,1.3.500.v20240113-2348 [2024-03-05T10:44:24.014Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.ds.async,1.0.201.v20221117-1507 [2024-03-05T10:44:24.014Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservice.asyncproxy.source,2.1.200.v20230528-2254 [2024-03-05T10:44:24.014Z] - mirrored artifact osgi.bundle,org.eclipse.osgi.services.remoteserviceadmin.source,1.6.301.v20231021-2050 [2024-03-05T10:44:24.014Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.osgi.services.remoteserviceadmin,4.9.3.v20231021-2050 [2024-03-05T10:44:24.015Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.xmpp.ui.source,2.2.301.v20230528-2254 [2024-03-05T10:44:24.275Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.protocol.msn.source,1.2.201.v20231021-2050 [2024-03-05T10:44:24.275Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery.ui.edit,3.0.201.v20231021-2050 [2024-03-05T10:44:24.275Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.ds.source,1.0.401.v20221117-1507 [2024-03-05T10:44:24.275Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.zookeeper.feature.source,1.0.400.v20230528-2254 [2024-03-05T10:44:24.275Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.slp.feature,1.0.102.v20231021-2050 [2024-03-05T10:44:24.275Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.examples.eventadmin.app.source,1.1.0.v20231021-2101 [2024-03-05T10:44:24.275Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.filediscovery.source,1.2.200.v20230905-1933 [2024-03-05T10:44:24.275Z] - mirrored artifact osgi.bundle,org.xbill.dns.source,2.0.8.v201112050911 [2024-03-05T10:44:24.275Z] - mirrored artifact osgi.bundle,org.jivesoftware.smack,3.4.0.v20231021-2050 [2024-03-05T10:44:24.275Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.ui.source,2.3.0.v20231021-2050 [2024-03-05T10:44:24.275Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery.ui.browser,1.0.201.v20231021-2050 [2024-03-05T10:44:24.276Z] - mirrored artifact osgi.bundle,org.eclipse.team.ecf.core.source,1.0.201.v20230528-2254 [2024-03-05T10:44:24.276Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source,1.0.102.v20221117-1507 [2024-03-05T10:44:24.276Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery.ui.properties.tabbed.source,3.0.201.v20231021-2050 [2024-03-05T10:44:24.276Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.server.generic.source,8.2.0.v20231021-2015 [2024-03-05T10:44:24.276Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.presence.bot.source,1.3.301.v20230528-2254 [2024-03-05T10:44:24.276Z] - mirrored artifact osgi.bundle,org.apache.hadoop.zookeeper,3.3.3.v201105210832 [2024-03-05T10:44:24.276Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.jmdns,4.4.0.v20231021-2050 [2024-03-05T10:44:24.276Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.core.source,3.14.41.v20240113-2348 [2024-03-05T10:44:24.276Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.osgi.services.distribution,2.1.700.v20231021-2127 [2024-03-05T10:44:24.276Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.presence,2.1.201.v20230528-2254 [2024-03-05T10:44:24.276Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.ds.async.source,1.0.201.v20221117-1507 [2024-03-05T10:44:24.276Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.example.clients,2.0.300.v20231021-2050 [2024-03-05T10:44:24.276Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.jmdns.feature,1.0.103.v20231021-2127 [2024-03-05T10:44:24.276Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.server.generic.feature.source,1.2.103.v20231021-2127 [2024-03-05T10:44:24.276Z] - mirrored artifact osgi.bundle,org.apache.httpcomponents.httpcore.source,4.4.16.v20221207-1049 [2024-03-05T10:44:24.276Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery.ui.source,3.0.301.v20231021-2050 [2024-03-05T10:44:24.276Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.osgi.services.distribution.source,2.1.700.v20231021-2127 [2024-03-05T10:44:24.276Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.core,3.14.41.v20240113-2348 [2024-03-05T10:44:24.276Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.zookeeper.feature,1.0.400.v20230528-2254 [2024-03-05T10:44:24.276Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.servlet.feature.source,1.0.301.v20231021-2127 [2024-03-05T10:44:24.276Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.zookeeper,1.2.500.v20230528-2254 [2024-03-05T10:44:24.536Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservice.servlet.source,1.0.201.v20230528-2254 [2024-03-05T10:44:24.537Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.eventadmin.feature,2.0.202.v20231021-2127 [2024-03-05T10:44:24.537Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.example.collab,2.1.0.v20231021-2015 [2024-03-05T10:44:24.537Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.remoteservice,4.6.1.v20210926-0332 [2024-03-05T10:44:24.537Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.jslp.source,3.2.302.v20231021-2050 [2024-03-05T10:44:24.537Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice.consumer,1.1.201.v20221117-1507 [2024-03-05T10:44:24.537Z] - mirrored artifact osgi.bundle,org.eclipse.osgi.services.remoteserviceadmin,1.6.301.v20231021-2050 [2024-03-05T10:44:24.537Z] - mirrored artifact osgi.bundle,org.eclipse.team.ecf.ui,1.0.201.v20230528-2254 [2024-03-05T10:44:24.537Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.source,4.10.0.v20231021-2015 [2024-03-05T10:44:24.537Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.datashare.source,3.0.301.v20230528-2254 [2024-03-05T10:44:24.537Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.zookeeper.source,1.2.500.v20230528-2254 [2024-03-05T10:44:24.537Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.doc,1.3.500.v20240113-2348 [2024-03-05T10:44:24.537Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.server.generic.feature,1.2.103.v20231021-2127 [2024-03-05T10:44:24.537Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservices.tooling.bndtools,1.0.100.v20231202-2243 [2024-03-05T10:44:24.537Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.remoteservice.source,4.6.1.v20210926-0332 [2024-03-05T10:44:24.537Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.ds,1.0.401.v20221117-1507 [2024-03-05T10:44:24.537Z] - mirrored artifact osgi.bundle,org.eclipse.team.ecf.ui.source,1.0.201.v20230528-2254 [2024-03-05T10:44:24.537Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice.async,2.1.101.v20221117-1507 [2024-03-05T10:44:24.537Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.msn,1.2.201.v20231021-2050 [2024-03-05T10:44:24.537Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservice,8.14.0.v20230528-2254 [2024-03-05T10:44:24.798Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.filediscovery,1.2.200.v20230905-1933 [2024-03-05T10:44:24.798Z] - mirrored artifact osgi.bundle,ch.ethz.iks.r_osgi.remote.source,1.3.0.v20231021-2015 [2024-03-05T10:44:24.798Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.bittorrent.source,0.3.401.v20231021-2050 [2024-03-05T10:44:24.798Z] - mirrored artifact osgi.bundle,org.apache.commons.logging,1.2.0.v20180409-1502 [2024-03-05T10:44:24.798Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.presence.ui.source,2.4.201.v20221117-1507 [2024-03-05T10:44:24.798Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.msn.source,1.2.201.v20231021-2050 [2024-03-05T10:44:24.798Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.rest.feature,1.0.303.v20231114-1017 [2024-03-05T10:44:24.798Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.xmpp.source,3.2.402.v20230528-2254 [2024-03-05T10:44:24.798Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.irc.ui.source,1.4.0.v20231021-2050 [2024-03-05T10:44:24.799Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.sync,2.0.302.v20231021-2050 [2024-03-05T10:44:24.799Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservice.ui,3.4.400.v20210403-2254 [2024-03-05T10:44:24.799Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.rest.feature.source,1.0.303.v20231114-1017 [2024-03-05T10:44:24.799Z] - mirrored artifact osgi.bundle,org.apache.commons.logging.source,1.2.0.v20180409-1502 [2024-03-05T10:44:24.799Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.osgi.services.feature.source,2.6.400.v20231021-2127 [2024-03-05T10:44:24.799Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery.ui.properties,3.0.201.v20231021-2050 [2024-03-05T10:44:24.799Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.ui.capabilities.source,1.0.201.v20231021-2050 [2024-03-05T10:44:24.799Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice.host,1.1.400.v20231114-1017 [2024-03-05T10:44:24.799Z] - mirrored artifact osgi.bundle,org.apache.log4j.source,1.2.24.v20221221-2012 [2024-03-05T10:44:24.799Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.servlet.feature,1.0.301.v20231021-2127 [2024-03-05T10:44:24.799Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice.source,1.1.201.v20221117-1507 [2024-03-05T10:44:24.799Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.irc,1.3.401.v20231021-2050 [2024-03-05T10:44:24.799Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.efs.source,1.5.201.v20230528-2254 [2024-03-05T10:44:24.799Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.provider.generic.remoteservice.feature,1.2.1.v20231021-2127 [2024-03-05T10:44:24.799Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservice.source,8.14.0.v20230528-2254 [2024-03-05T10:44:24.799Z] - mirrored artifact osgi.bundle,org.jivesoftware.smack.source,3.4.0.v20231021-2050 [2024-03-05T10:44:24.799Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice.async.source,2.1.101.v20221117-1507 [2024-03-05T10:44:24.799Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.provider.generic.feature.source,1.1.2.v20231021-2127 [2024-03-05T10:44:24.799Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.osgi.services.remoteserviceadmin.console,1.3.1.v20230528-2254 [2024-03-05T10:44:24.799Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery.ui.properties.tabbed,3.0.201.v20231021-2050 [2024-03-05T10:44:24.799Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.example.clients.source,2.0.300.v20231021-2050 [2024-03-05T10:44:24.799Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.datashare,3.0.301.v20230528-2254 [2024-03-05T10:44:24.799Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservice.ui.source,3.4.400.v20210403-2254 [2024-03-05T10:44:25.059Z] - mirrored artifact osgi.bundle,ch.ethz.iks.r_osgi.remote,1.3.0.v20231021-2015 [2024-03-05T10:44:25.059Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.sharedobject.feature.source,1.1.1.v20231021-2127 [2024-03-05T10:44:25.059Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.osgi.services.remoteserviceadmin.source,4.9.3.v20231021-2050 [2024-03-05T10:44:25.059Z] - mirrored artifact osgi.bundle,org.eclipse.team.ecf.core,1.0.201.v20230528-2254 [2024-03-05T10:44:25.059Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservices.tooling.pde.source,1.2.0.v20230728-2232 [2024-03-05T10:44:25.059Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice,1.1.201.v20221117-1507 [2024-03-05T10:44:25.059Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy,1.0.102.v20221117-1507 [2024-03-05T10:44:25.059Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.presence.bot,1.3.301.v20230528-2254 [2024-03-05T10:44:25.060Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.sharedobject.feature,1.1.1.v20231021-2127 [2024-03-05T10:44:25.060Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery.ui.userinput,1.0.201.v20230528-2254 [2024-03-05T10:44:25.060Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservice.rest.source,2.8.1.v20231021-2015 [2024-03-05T10:44:25.060Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.examples.eventadmin.app,1.1.0.v20231021-2101 [2024-03-05T10:44:25.060Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.provider.generic.remoteservice.feature.source,1.2.1.v20231021-2127 [2024-03-05T10:44:25.060Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.examples.feature,1.6.1.v20231114-1017 [2024-03-05T10:44:25.060Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.filetransfer.ui,1.5.201.v20231021-2050 [2024-03-05T10:44:25.060Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.server.source,2.1.301.v20231021-2050 [2024-03-05T10:44:25.060Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.protocol.msn,1.2.201.v20231021-2050 [2024-03-05T10:44:25.060Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.console.source,1.4.0.v20231021-2047 [2024-03-05T10:44:25.060Z] - mirrored artifact osgi.bundle,org.apache.log4j,1.2.24.v20221221-2012 [2024-03-05T10:44:25.060Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery.ui,3.0.301.v20231021-2050 [2024-03-05T10:44:25.060Z] - mirrored artifact osgi.bundle,org.objectweb.asm,9.5.0 [2024-03-05T10:44:25.060Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.console,1.4.0.v20231021-2047 [2024-03-05T10:44:25.060Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.example.collab.source,2.1.0.v20231021-2015 [2024-03-05T10:44:25.060Z] - mirrored artifact osgi.bundle,jakarta.servlet-api.source,4.0.0 [2024-03-05T10:44:25.060Z] - mirrored artifact osgi.bundle,org.objectweb.asm.source,9.5.0 [2024-03-05T10:44:25.060Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery.ui.properties.source,3.0.201.v20231021-2050 [2024-03-05T10:44:25.060Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.sdk.feature.source,3.14.41.v20231202-2253 [2024-03-05T10:44:25.060Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservice.servlet,1.0.201.v20230528-2254 [2024-03-05T10:44:25.060Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.sdk.examples.feature.source,1.1.1.v20231114-1017 [2024-03-05T10:44:25.060Z] - mirrored artifact osgi.bundle,org.apache.hadoop.zookeeper.source,3.3.3.v201105210832 [2024-03-05T10:44:25.060Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery,5.2.0.v20231021-2050 [2024-03-05T10:44:25.060Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.feature.source,1.0.201.v20231021-2050 [2024-03-05T10:44:25.060Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice.host.source,1.1.400.v20231114-1017 [2024-03-05T10:44:25.060Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.protocol.bittorrent.source,0.3.300.v20231021-2015 [2024-03-05T10:44:25.060Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery.ui.model.source,3.0.202.v20231021-2050 [2024-03-05T10:44:25.321Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservice.asyncproxy,2.1.200.v20230528-2254 [2024-03-05T10:44:25.321Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.sdk.examples.feature,1.1.1.v20231114-1017 [2024-03-05T10:44:25.321Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.eventadmin.examples.feature.source,1.0.202.v20231021-2127 [2024-03-05T10:44:25.321Z] - mirrored artifact osgi.bundle,org.json,1.0.0.v201011060100 [2024-03-05T10:44:25.321Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.sync.source,2.0.302.v20231021-2050 [2024-03-05T10:44:25.321Z] - mirrored artifact osgi.bundle,jakarta.servlet-api,4.0.0 [2024-03-05T10:44:25.321Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.jmdns.feature.source,1.0.103.v20231021-2127 [2024-03-05T10:44:25.321Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.jslp,3.2.302.v20231021-2050 [2024-03-05T10:44:25.321Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.scp,2.1.201.v20230528-2254 [2024-03-05T10:44:25.321Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.xmpp,3.2.402.v20230528-2254 [2024-03-05T10:44:25.321Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.server.generic,8.2.0.v20231021-2015 [2024-03-05T10:44:25.322Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.irc.source,1.3.401.v20231021-2050 [2024-03-05T10:44:25.322Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery.ui.model,3.0.202.v20231021-2050 [2024-03-05T10:44:25.322Z] - mirrored artifact osgi.bundle,ch.ethz.iks.slp.source,1.4.1.v20230528-2254 [2024-03-05T10:44:25.322Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.presence.source,2.1.201.v20230528-2254 [2024-03-05T10:44:25.322Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservice.eventadmin,1.3.101.v20231021-2050 [2024-03-05T10:44:25.322Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.feature,1.0.201.v20231021-2050 [2024-03-05T10:44:25.322Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.examples.feature.source,1.6.1.v20231114-1017 [2024-03-05T10:44:25.322Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.filediscovery.rest,1.2.200.v20230905-1933 [2024-03-05T10:44:25.322Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.protocol.bittorrent,0.3.300.v20231021-2015 [2024-03-05T10:44:25.322Z] - mirrored artifact osgi.bundle,org.apache.httpcomponents.httpcore,4.4.16.v20221207-1049 [2024-03-05T10:44:25.322Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.eventadmin.examples.feature,1.0.202.v20231021-2127 [2024-03-05T10:44:25.322Z] - mirrored artifact osgi.bundle,ch.ethz.iks.slp,1.4.1.v20230528-2254 [2024-03-05T10:44:25.322Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.eventadmin.feature.source,2.0.202.v20231021-2127 [2024-03-05T10:44:25.322Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservice.eventadmin.source,1.3.101.v20231021-2050 [2024-03-05T10:44:25.322Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.rosgi.feature,2.0.2.v20231021-2127 [2024-03-05T10:44:25.322Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery.ui.edit.source,3.0.201.v20231021-2050 [2024-03-05T10:44:25.322Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.source,1.1.201.v20221117-1507 [2024-03-05T10:44:25.322Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.bittorrent,0.3.401.v20231021-2050 [2024-03-05T10:44:25.322Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.provider.generic.feature,1.1.2.v20231021-2127 [2024-03-05T10:44:25.322Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.slp.feature.source,1.0.102.v20231021-2050 [2024-03-05T10:44:25.322Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.filediscovery.rest.source,1.2.200.v20230905-1933 [2024-03-05T10:44:25.322Z] Mirroring artifacts from https://download.eclipse.org/tools/gef/classic/milestone/S202402212051 [2024-03-05T10:44:25.584Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.draw2d.source,3.19.0.202402212051 [2024-03-05T10:44:25.584Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.source,3.19.0.202402212051 [2024-03-05T10:44:25.584Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef,3.19.0.202402212051 [2024-03-05T10:44:25.584Z] - mirroring artifact osgi.bundle,org.eclipse.zest.core.source,1.11.0.202402212051 [2024-03-05T10:44:25.584Z] - mirroring artifact osgi.bundle,org.eclipse.zest.layouts,1.4.0.202402212051 [2024-03-05T10:44:25.584Z] - mirroring artifact osgi.bundle,org.eclipse.zest.doc.isv,1.8.600.202402212051 [2024-03-05T10:44:25.584Z] - mirroring artifact osgi.bundle,org.eclipse.draw2d.source,3.15.0.202402212051 [2024-03-05T10:44:25.584Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.zest.source,3.19.0.202402212051 [2024-03-05T10:44:25.584Z] - mirroring artifact osgi.bundle,org.eclipse.zest.layouts.source,1.4.0.202402212051 [2024-03-05T10:44:25.584Z] - mirroring artifact osgi.bundle,org.eclipse.zest.core,1.11.0.202402212051 [2024-03-05T10:44:25.585Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.zest,3.19.0.202402212051 [2024-03-05T10:44:25.585Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.zest.sdk,3.19.0.202402212051 [2024-03-05T10:44:25.585Z] - mirroring artifact osgi.bundle,org.eclipse.gef,3.17.0.202402212051 [2024-03-05T10:44:25.585Z] - mirroring artifact osgi.bundle,org.eclipse.draw2d,3.15.0.202402212051 [2024-03-05T10:44:25.585Z] - mirroring artifact osgi.bundle,org.eclipse.gef.source,3.17.0.202402212051 [2024-03-05T10:44:25.585Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.draw2d,3.19.0.202402212051 [2024-03-05T10:44:25.585Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.draw2d.source,3.19.0.202402212051 [2024-03-05T10:44:25.585Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.source,3.19.0.202402212051 [2024-03-05T10:44:25.585Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef,3.19.0.202402212051 [2024-03-05T10:44:25.585Z] - mirrored artifact osgi.bundle,org.eclipse.zest.core.source,1.11.0.202402212051 [2024-03-05T10:44:25.585Z] - mirrored artifact osgi.bundle,org.eclipse.zest.layouts,1.4.0.202402212051 [2024-03-05T10:44:25.585Z] - mirrored artifact osgi.bundle,org.eclipse.zest.doc.isv,1.8.600.202402212051 [2024-03-05T10:44:25.585Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.zest.source,3.19.0.202402212051 [2024-03-05T10:44:25.585Z] - mirrored artifact osgi.bundle,org.eclipse.zest.layouts.source,1.4.0.202402212051 [2024-03-05T10:44:25.585Z] - mirrored artifact osgi.bundle,org.eclipse.draw2d.source,3.15.0.202402212051 [2024-03-05T10:44:25.585Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.zest,3.19.0.202402212051 [2024-03-05T10:44:25.585Z] - mirrored artifact osgi.bundle,org.eclipse.zest.core,1.11.0.202402212051 [2024-03-05T10:44:25.585Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.zest.sdk,3.19.0.202402212051 [2024-03-05T10:44:25.585Z] - mirrored artifact osgi.bundle,org.eclipse.draw2d,3.15.0.202402212051 [2024-03-05T10:44:25.585Z] - mirrored artifact osgi.bundle,org.eclipse.gef,3.17.0.202402212051 [2024-03-05T10:44:25.848Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.draw2d,3.19.0.202402212051 [2024-03-05T10:44:25.848Z] - mirrored artifact osgi.bundle,org.eclipse.gef.source,3.17.0.202402212051 [2024-03-05T10:44:25.848Z] Mirroring artifacts from https://download.eclipse.org/tools/gef/fx/release/5.5.0 [2024-03-05T10:44:25.848Z] - mirroring artifact osgi.bundle,org.eclipse.gef.zest.fx.jface.source,5.1.3.202311221639 [2024-03-05T10:44:25.848Z] - mirroring artifact osgi.bundle,org.eclipse.gef.geometry.convert.fx,5.0.0.202311221639 [2024-03-05T10:44:25.848Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.zest.sdk,5.1.2.202311221639 [2024-03-05T10:44:25.848Z] - mirroring artifact osgi.bundle,org.eclipse.gef.geometry.convert.swt.source,5.0.2.202311221639 [2024-03-05T10:44:25.848Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.zest.fx.ui,5.0.5.202311221639 [2024-03-05T10:44:25.848Z] - mirroring artifact osgi.bundle,org.eclipse.gef.layout.doc,5.0.0.202311221639 [2024-03-05T10:44:25.848Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.geometry.source,5.0.1.202311221639 [2024-03-05T10:44:25.848Z] - mirroring artifact osgi.bundle,org.eclipse.gef.mvc.fx,5.2.5.202311221639 [2024-03-05T10:44:25.848Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.zest.fx.jface,5.1.3.202311221639 [2024-03-05T10:44:25.848Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.geometry.doc,5.0.3.202311221639 [2024-03-05T10:44:25.848Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.graph,5.1.0.202311221639 [2024-03-05T10:44:25.848Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.cloudio.doc,5.0.2.202311221639 [2024-03-05T10:44:25.849Z] - mirroring artifact osgi.bundle,org.eclipse.gef.fx.swt,5.0.2.202311221639 [2024-03-05T10:44:25.849Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.dot,5.1.3.202311221639 [2024-03-05T10:44:25.849Z] - mirroring artifact osgi.bundle,org.eclipse.gef.layout.source,5.0.0.202311221639 [2024-03-05T10:44:25.849Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.fx.source,5.0.5.202311221639 [2024-03-05T10:44:25.849Z] - mirroring artifact osgi.bundle,org.eclipse.gef.geometry.convert.swt,5.0.2.202311221639 [2024-03-05T10:44:25.849Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.dot.ui.source,5.1.3.202311221639 [2024-03-05T10:44:25.849Z] - mirroring artifact osgi.bundle,org.eclipse.gef.mvc.fx.ui,5.1.3.202311221639 [2024-03-05T10:44:25.849Z] - mirroring artifact osgi.bundle,org.eclipse.gef.graph.doc,5.1.0.202311221639 [2024-03-05T10:44:25.849Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.cloudio.doc.user,5.0.2.202311221639 [2024-03-05T10:44:25.849Z] - mirroring artifact osgi.bundle,org.eclipse.gef.mvc.fx.ui.source,5.1.3.202311221639 [2024-03-05T10:44:25.849Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.fx.doc,5.0.5.202311221639 [2024-03-05T10:44:25.849Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.dot.doc.user,5.1.3.202311221639 [2024-03-05T10:44:25.849Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.dot.user,5.1.3.202311221639 [2024-03-05T10:44:25.849Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.common.sdk,5.0.1.202311221639 [2024-03-05T10:44:25.849Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.fx.sdk,5.0.5.202311221639 [2024-03-05T10:44:25.849Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.geometry.convert.fx.source,5.0.0.202311221639 [2024-03-05T10:44:25.849Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.geometry.convert.fx,5.0.0.202311221639 [2024-03-05T10:44:25.849Z] - mirroring artifact osgi.bundle,org.eclipse.gef.common,5.0.3.202311221639 [2024-03-05T10:44:25.849Z] - mirroring artifact osgi.bundle,org.eclipse.gef.mvc.fx.source,5.2.5.202311221639 [2024-03-05T10:44:25.849Z] - mirroring artifact osgi.bundle,com.google.inject,7.0.0 [2024-03-05T10:44:25.849Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.layout.doc,5.0.0.202311221639 [2024-03-05T10:44:25.849Z] - mirroring artifact osgi.bundle,org.eclipse.gef.fx.swt.source,5.0.2.202311221639 [2024-03-05T10:44:25.849Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.common,5.0.3.202311221639 [2024-03-05T10:44:25.849Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.dot.doc,5.1.3.202311221639 [2024-03-05T10:44:25.849Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.zest.fx.source,5.1.4.202311221639 [2024-03-05T10:44:25.849Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.fx.swt,5.0.2.202311221639 [2024-03-05T10:44:25.849Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.cloudio.ui.source,5.0.2.202311221639 [2024-03-05T10:44:25.850Z] - mirroring artifact osgi.bundle,org.eclipse.gef.geometry.source,5.0.1.202311221639 [2024-03-05T10:44:25.850Z] - mirroring artifact osgi.bundle,org.eclipse.gef.mvc.doc,5.2.5.202311221639 [2024-03-05T10:44:25.850Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.cloudio.sdk,5.0.2.202311221639 [2024-03-05T10:44:25.850Z] - mirroring artifact osgi.bundle,org.eclipse.gef.dot.ide,5.1.3.202311221639 [2024-03-05T10:44:25.850Z] - mirroring artifact osgi.bundle,org.eclipse.gef.fx.jface,5.0.2.202311221639 [2024-03-05T10:44:25.850Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.geometry.sdk,5.0.3.202311221639 [2024-03-05T10:44:25.850Z] - mirroring artifact osgi.bundle,org.eclipse.gef.fx.jface.source,5.0.2.202311221639 [2024-03-05T10:44:25.850Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.zest.doc,5.1.2.202311221639 [2024-03-05T10:44:25.850Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.cloudio.user,5.0.2.202311221639 [2024-03-05T10:44:25.850Z] - mirroring artifact osgi.bundle,org.eclipse.gef.geometry.convert.fx.source,5.0.0.202311221639 [2024-03-05T10:44:25.850Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.mvc.fx.ui.source,5.1.3.202311221639 [2024-03-05T10:44:25.850Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.fx,5.0.5.202311221639 [2024-03-05T10:44:25.850Z] - mirroring artifact osgi.bundle,com.google.inject.assistedinject,7.0.0 [2024-03-05T10:44:25.850Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.graph.source,5.1.0.202311221639 [2024-03-05T10:44:25.850Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.mvc.fx.source,5.2.5.202311221639 [2024-03-05T10:44:25.850Z] - mirroring artifact osgi.bundle,org.eclipse.gef.cloudio.ui,5.0.2.202311221639 [2024-03-05T10:44:25.850Z] - mirroring artifact osgi.bundle,org.eclipse.gef.cloudio.ui.source,5.0.2.202311221639 [2024-03-05T10:44:25.850Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.dot.source,5.1.3.202311221639 [2024-03-05T10:44:25.850Z] - mirroring artifact osgi.bundle,org.eclipse.gef.zest.fx,5.1.4.202311221639 [2024-03-05T10:44:25.850Z] - mirroring artifact osgi.bundle,org.eclipse.gef.dot.doc,5.1.4.202311221639 [2024-03-05T10:44:25.850Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.layout.sdk,5.0.0.202311221639 [2024-03-05T10:44:25.850Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.graph.sdk,5.1.0.202311221639 [2024-03-05T10:44:25.850Z] - mirroring artifact osgi.bundle,com.google.errorprone.annotations,2.23.0 [2024-03-05T10:44:25.850Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.geometry,5.0.1.202311221639 [2024-03-05T10:44:25.850Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.mvc.doc,5.2.3.202311221639 [2024-03-05T10:44:25.850Z] - mirroring artifact osgi.bundle,org.eclipse.gef.zest.doc,5.1.4.202311221639 [2024-03-05T10:44:25.850Z] - mirroring artifact osgi.bundle,org.eclipse.gef.common.doc,5.0.3.202311221639 [2024-03-05T10:44:25.850Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.fx.jface.source,5.0.2.202311221639 [2024-03-05T10:44:25.850Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.fx.jface,5.0.2.202311221639 [2024-03-05T10:44:25.850Z] - mirroring artifact osgi.bundle,org.eclipse.gef.dot.ui,5.1.4.202311221639 [2024-03-05T10:44:25.851Z] - mirroring artifact osgi.bundle,org.eclipse.gef.dot.ide.source,5.1.3.202311221639 [2024-03-05T10:44:25.851Z] - mirroring artifact osgi.bundle,org.eclipse.gef.layout,5.0.0.202311221639 [2024-03-05T10:44:25.851Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.geometry.convert.swt,5.0.2.202311221639 [2024-03-05T10:44:25.851Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.mvc.fx.ui,5.1.3.202311221639 [2024-03-05T10:44:25.851Z] - mirroring artifact osgi.bundle,org.eclipse.gef.dot.ui.source,5.1.4.202311221639 [2024-03-05T10:44:25.851Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.graph.doc,5.1.0.202311221639 [2024-03-05T10:44:25.851Z] - mirroring artifact osgi.bundle,org.eclipse.gef.fx,5.0.5.202311221639 [2024-03-05T10:44:25.851Z] - mirroring artifact osgi.bundle,org.eclipse.gef.geometry.doc,5.0.3.202311221639 [2024-03-05T10:44:25.851Z] - mirroring artifact osgi.bundle,org.eclipse.gef.graph,5.1.0.202311221639 [2024-03-05T10:44:25.851Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.zest.fx.ui.source,5.0.5.202311221639 [2024-03-05T10:44:25.851Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.geometry.convert.swt.source,5.0.2.202311221639 [2024-03-05T10:44:25.851Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.mvc.sdk,5.2.3.202311221639 [2024-03-05T10:44:25.851Z] - mirroring artifact osgi.bundle,org.eclipse.gef.dot,5.1.4.202311221639 [2024-03-05T10:44:25.851Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.layout.source,5.0.0.202311221639 [2024-03-05T10:44:25.851Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.zest.fx.jface.source,5.1.3.202311221639 [2024-03-05T10:44:25.851Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.mvc.fx,5.2.5.202311221639 [2024-03-05T10:44:25.851Z] - mirroring artifact osgi.bundle,org.eclipse.gef.common.source,5.0.3.202311221639 [2024-03-05T10:44:25.851Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.dot.sdk,5.1.3.202311221639 [2024-03-05T10:44:25.851Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.fx.swt.source,5.0.2.202311221639 [2024-03-05T10:44:25.851Z] - mirroring artifact osgi.bundle,org.eclipse.gef.zest.fx.source,5.1.4.202311221639 [2024-03-05T10:44:25.851Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.sdk,5.5.0.202311221639 [2024-03-05T10:44:25.851Z] - mirroring artifact osgi.bundle,org.eclipse.gef.graph.source,5.1.0.202311221639 [2024-03-05T10:44:25.851Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.cloudio.ui,5.0.2.202311221639 [2024-03-05T10:44:25.851Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.common.source,5.0.3.202311221639 [2024-03-05T10:44:25.851Z] - mirroring artifact osgi.bundle,org.eclipse.gef.fx.doc,5.0.5.202311221639 [2024-03-05T10:44:25.851Z] - mirroring artifact osgi.bundle,org.eclipse.gef.zest.fx.ui,5.0.5.202311221639 [2024-03-05T10:44:25.851Z] - mirroring artifact osgi.bundle,org.eclipse.gef.geometry,5.0.1.202311221639 [2024-03-05T10:44:25.851Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.zest.fx,5.1.4.202311221639 [2024-03-05T10:44:25.851Z] - mirroring artifact osgi.bundle,org.eclipse.gef.cloudio.doc,5.0.2.202311221639 [2024-03-05T10:44:25.851Z] - mirroring artifact osgi.bundle,org.eclipse.gef.zest.fx.ui.source,5.0.5.202311221639 [2024-03-05T10:44:25.851Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.layout,5.0.0.202311221639 [2024-03-05T10:44:25.852Z] - mirroring artifact osgi.bundle,org.eclipse.gef.zest.fx.jface,5.1.3.202311221639 [2024-03-05T10:44:25.852Z] - mirroring artifact osgi.bundle,org.eclipse.gef.dot.source,5.1.4.202311221639 [2024-03-05T10:44:25.852Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.common.doc,5.0.1.202311221639 [2024-03-05T10:44:25.852Z] - mirroring artifact osgi.bundle,org.eclipse.gef.cloudio.doc.user,5.0.2.202311221639 [2024-03-05T10:44:25.852Z] - mirroring artifact osgi.bundle,org.eclipse.gef.dot.doc.user,5.1.3.202311221639 [2024-03-05T10:44:25.852Z] - mirroring artifact osgi.bundle,org.eclipse.gef.fx.source,5.0.5.202311221639 [2024-03-05T10:44:25.852Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.dot.ui,5.1.3.202311221639 [2024-03-05T10:44:25.852Z] - mirrored artifact osgi.bundle,org.eclipse.gef.zest.fx.jface.source,5.1.3.202311221639 [2024-03-05T10:44:25.852Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.zest.sdk,5.1.2.202311221639 [2024-03-05T10:44:25.852Z] - mirrored artifact osgi.bundle,org.eclipse.gef.geometry.convert.fx,5.0.0.202311221639 [2024-03-05T10:44:25.852Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.zest.fx.ui,5.0.5.202311221639 [2024-03-05T10:44:25.852Z] - mirrored artifact osgi.bundle,org.eclipse.gef.geometry.convert.swt.source,5.0.2.202311221639 [2024-03-05T10:44:25.852Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.geometry.source,5.0.1.202311221639 [2024-03-05T10:44:25.852Z] - mirrored artifact osgi.bundle,org.eclipse.gef.mvc.fx,5.2.5.202311221639 [2024-03-05T10:44:26.113Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.zest.fx.jface,5.1.3.202311221639 [2024-03-05T10:44:26.113Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.geometry.doc,5.0.3.202311221639 [2024-03-05T10:44:26.113Z] - mirrored artifact osgi.bundle,org.eclipse.gef.layout.doc,5.0.0.202311221639 [2024-03-05T10:44:26.113Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.cloudio.doc,5.0.2.202311221639 [2024-03-05T10:44:26.113Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.graph,5.1.0.202311221639 [2024-03-05T10:44:26.113Z] - mirrored artifact osgi.bundle,org.eclipse.gef.fx.swt,5.0.2.202311221639 [2024-03-05T10:44:26.113Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.dot,5.1.3.202311221639 [2024-03-05T10:44:26.113Z] - mirrored artifact osgi.bundle,org.eclipse.gef.layout.source,5.0.0.202311221639 [2024-03-05T10:44:26.113Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.fx.source,5.0.5.202311221639 [2024-03-05T10:44:26.113Z] - mirrored artifact osgi.bundle,org.eclipse.gef.geometry.convert.swt,5.0.2.202311221639 [2024-03-05T10:44:26.113Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.dot.ui.source,5.1.3.202311221639 [2024-03-05T10:44:26.113Z] - mirrored artifact osgi.bundle,org.eclipse.gef.mvc.fx.ui,5.1.3.202311221639 [2024-03-05T10:44:26.113Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.cloudio.doc.user,5.0.2.202311221639 [2024-03-05T10:44:26.113Z] - mirrored artifact osgi.bundle,org.eclipse.gef.mvc.fx.ui.source,5.1.3.202311221639 [2024-03-05T10:44:26.114Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.fx.doc,5.0.5.202311221639 [2024-03-05T10:44:26.114Z] - mirrored artifact osgi.bundle,org.eclipse.gef.graph.doc,5.1.0.202311221639 [2024-03-05T10:44:26.114Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.dot.doc.user,5.1.3.202311221639 [2024-03-05T10:44:26.114Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.dot.user,5.1.3.202311221639 [2024-03-05T10:44:26.114Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.fx.sdk,5.0.5.202311221639 [2024-03-05T10:44:26.114Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.geometry.convert.fx.source,5.0.0.202311221639 [2024-03-05T10:44:26.114Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.geometry.convert.fx,5.0.0.202311221639 [2024-03-05T10:44:26.114Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.common.sdk,5.0.1.202311221639 [2024-03-05T10:44:26.114Z] - mirrored artifact osgi.bundle,org.eclipse.gef.common,5.0.3.202311221639 [2024-03-05T10:44:26.114Z] - mirrored artifact osgi.bundle,org.eclipse.gef.mvc.fx.source,5.2.5.202311221639 [2024-03-05T10:44:26.114Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.layout.doc,5.0.0.202311221639 [2024-03-05T10:44:26.114Z] - mirrored artifact osgi.bundle,org.eclipse.gef.fx.swt.source,5.0.2.202311221639 [2024-03-05T10:44:26.114Z] - mirrored artifact osgi.bundle,com.google.inject,7.0.0 [2024-03-05T10:44:26.114Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.dot.doc,5.1.3.202311221639 [2024-03-05T10:44:26.114Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.common,5.0.3.202311221639 [2024-03-05T10:44:26.114Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.fx.swt,5.0.2.202311221639 [2024-03-05T10:44:26.114Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.zest.fx.source,5.1.4.202311221639 [2024-03-05T10:44:26.114Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.cloudio.ui.source,5.0.2.202311221639 [2024-03-05T10:44:26.114Z] - mirrored artifact osgi.bundle,org.eclipse.gef.geometry.source,5.0.1.202311221639 [2024-03-05T10:44:26.375Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.cloudio.sdk,5.0.2.202311221639 [2024-03-05T10:44:26.375Z] - mirrored artifact osgi.bundle,org.eclipse.gef.dot.ide,5.1.3.202311221639 [2024-03-05T10:44:26.375Z] - mirrored artifact osgi.bundle,org.eclipse.gef.fx.jface,5.0.2.202311221639 [2024-03-05T10:44:26.375Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.geometry.sdk,5.0.3.202311221639 [2024-03-05T10:44:26.375Z] - mirrored artifact osgi.bundle,org.eclipse.gef.fx.jface.source,5.0.2.202311221639 [2024-03-05T10:44:26.375Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.zest.doc,5.1.2.202311221639 [2024-03-05T10:44:26.375Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.cloudio.user,5.0.2.202311221639 [2024-03-05T10:44:26.375Z] - mirrored artifact osgi.bundle,org.eclipse.gef.geometry.convert.fx.source,5.0.0.202311221639 [2024-03-05T10:44:26.375Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.mvc.fx.ui.source,5.1.3.202311221639 [2024-03-05T10:44:26.375Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.fx,5.0.5.202311221639 [2024-03-05T10:44:26.375Z] - mirrored artifact osgi.bundle,com.google.inject.assistedinject,7.0.0 [2024-03-05T10:44:26.375Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.graph.source,5.1.0.202311221639 [2024-03-05T10:44:26.375Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.mvc.fx.source,5.2.5.202311221639 [2024-03-05T10:44:26.375Z] - mirrored artifact osgi.bundle,org.eclipse.gef.cloudio.ui,5.0.2.202311221639 [2024-03-05T10:44:26.375Z] - mirrored artifact osgi.bundle,org.eclipse.gef.cloudio.ui.source,5.0.2.202311221639 [2024-03-05T10:44:26.375Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.dot.source,5.1.3.202311221639 [2024-03-05T10:44:26.375Z] - mirrored artifact osgi.bundle,org.eclipse.gef.zest.fx,5.1.4.202311221639 [2024-03-05T10:44:26.635Z] - mirrored artifact osgi.bundle,org.eclipse.gef.dot.doc,5.1.4.202311221639 [2024-03-05T10:44:26.635Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.layout.sdk,5.0.0.202311221639 [2024-03-05T10:44:26.635Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.graph.sdk,5.1.0.202311221639 [2024-03-05T10:44:26.635Z] - mirrored artifact osgi.bundle,com.google.errorprone.annotations,2.23.0 [2024-03-05T10:44:26.635Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.geometry,5.0.1.202311221639 [2024-03-05T10:44:26.635Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.mvc.doc,5.2.3.202311221639 [2024-03-05T10:44:26.635Z] - mirrored artifact osgi.bundle,org.eclipse.gef.mvc.doc,5.2.5.202311221639 [2024-03-05T10:44:26.895Z] - mirrored artifact osgi.bundle,org.eclipse.gef.zest.doc,5.1.4.202311221639 [2024-03-05T10:44:26.895Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.fx.jface.source,5.0.2.202311221639 [2024-03-05T10:44:26.895Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.fx.jface,5.0.2.202311221639 [2024-03-05T10:44:26.895Z] - mirrored artifact osgi.bundle,org.eclipse.gef.dot.ui,5.1.4.202311221639 [2024-03-05T10:44:26.895Z] - mirrored artifact osgi.bundle,org.eclipse.gef.dot.ide.source,5.1.3.202311221639 [2024-03-05T10:44:26.895Z] - mirrored artifact osgi.bundle,org.eclipse.gef.layout,5.0.0.202311221639 [2024-03-05T10:44:26.895Z] - mirrored artifact osgi.bundle,org.eclipse.gef.common.doc,5.0.3.202311221639 [2024-03-05T10:44:26.895Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.geometry.convert.swt,5.0.2.202311221639 [2024-03-05T10:44:26.896Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.mvc.fx.ui,5.1.3.202311221639 [2024-03-05T10:44:26.896Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.graph.doc,5.1.0.202311221639 [2024-03-05T10:44:26.896Z] - mirrored artifact osgi.bundle,org.eclipse.gef.dot.ui.source,5.1.4.202311221639 [2024-03-05T10:44:26.896Z] - mirrored artifact osgi.bundle,org.eclipse.gef.fx,5.0.5.202311221639 [2024-03-05T10:44:26.896Z] - mirrored artifact osgi.bundle,org.eclipse.gef.graph,5.1.0.202311221639 [2024-03-05T10:44:26.896Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.zest.fx.ui.source,5.0.5.202311221639 [2024-03-05T10:44:26.896Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.geometry.convert.swt.source,5.0.2.202311221639 [2024-03-05T10:44:26.896Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.mvc.sdk,5.2.3.202311221639 [2024-03-05T10:44:27.157Z] - mirrored artifact osgi.bundle,org.eclipse.gef.dot,5.1.4.202311221639 [2024-03-05T10:44:27.157Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.layout.source,5.0.0.202311221639 [2024-03-05T10:44:27.157Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.zest.fx.jface.source,5.1.3.202311221639 [2024-03-05T10:44:27.157Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.mvc.fx,5.2.5.202311221639 [2024-03-05T10:44:27.157Z] - mirrored artifact osgi.bundle,org.eclipse.gef.geometry.doc,5.0.3.202311221639 [2024-03-05T10:44:27.157Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.dot.sdk,5.1.3.202311221639 [2024-03-05T10:44:27.157Z] - mirrored artifact osgi.bundle,org.eclipse.gef.common.source,5.0.3.202311221639 [2024-03-05T10:44:27.157Z] - mirrored artifact osgi.bundle,org.eclipse.gef.zest.fx.source,5.1.4.202311221639 [2024-03-05T10:44:27.157Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.fx.swt.source,5.0.2.202311221639 [2024-03-05T10:44:27.157Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.sdk,5.5.0.202311221639 [2024-03-05T10:44:27.157Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.cloudio.ui,5.0.2.202311221639 [2024-03-05T10:44:27.157Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.common.source,5.0.3.202311221639 [2024-03-05T10:44:27.157Z] - mirrored artifact osgi.bundle,org.eclipse.gef.graph.source,5.1.0.202311221639 [2024-03-05T10:44:27.157Z] - mirrored artifact osgi.bundle,org.eclipse.gef.zest.fx.ui,5.0.5.202311221639 [2024-03-05T10:44:27.157Z] - mirrored artifact osgi.bundle,org.eclipse.gef.geometry,5.0.1.202311221639 [2024-03-05T10:44:27.157Z] - mirrored artifact osgi.bundle,org.eclipse.gef.fx.doc,5.0.5.202311221639 [2024-03-05T10:44:27.157Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.zest.fx,5.1.4.202311221639 [2024-03-05T10:44:27.157Z] - mirrored artifact osgi.bundle,org.eclipse.gef.zest.fx.ui.source,5.0.5.202311221639 [2024-03-05T10:44:27.157Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.layout,5.0.0.202311221639 [2024-03-05T10:44:27.157Z] - mirrored artifact osgi.bundle,org.eclipse.gef.zest.fx.jface,5.1.3.202311221639 [2024-03-05T10:44:27.157Z] - mirrored artifact osgi.bundle,org.eclipse.gef.dot.source,5.1.4.202311221639 [2024-03-05T10:44:27.157Z] - mirrored artifact osgi.bundle,org.eclipse.gef.cloudio.doc,5.0.2.202311221639 [2024-03-05T10:44:27.157Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.common.doc,5.0.1.202311221639 [2024-03-05T10:44:27.419Z] - mirrored artifact osgi.bundle,org.eclipse.gef.dot.doc.user,5.1.3.202311221639 [2024-03-05T10:44:27.419Z] - mirrored artifact osgi.bundle,org.eclipse.gef.fx.source,5.0.5.202311221639 [2024-03-05T10:44:27.419Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.dot.ui,5.1.3.202311221639 [2024-03-05T10:44:27.419Z] - mirrored artifact osgi.bundle,org.eclipse.gef.cloudio.doc.user,5.0.2.202311221639 [2024-03-05T10:44:27.419Z] Mirroring artifacts from https://download.eclipse.org/efxclipse/runtime-released/3.9.0/site [2024-03-05T10:44:27.419Z] - mirroring artifact osgi.bundle,org.eclipse.fx.osgi,3.9.0.202210162353 [2024-03-05T10:44:27.419Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.fx.runtime.min.feature,3.9.0.202210162353 [2024-03-05T10:44:27.419Z] - mirroring artifact osgi.bundle,jakarta.servlet.source,5.0.0.v20210105-0527 [2024-03-05T10:44:27.419Z] - mirroring artifact osgi.bundle,org.apache.commons.jxpath.source,1.3.0.v200911051830 [2024-03-05T10:44:27.419Z] - mirroring artifact osgi.bundle,jakarta.servlet,5.0.0.v20210105-0527 [2024-03-05T10:44:27.419Z] - mirroring artifact osgi.bundle,jakarta.xml.bind,2.3.3.v20201118-1818 [2024-03-05T10:44:27.419Z] - mirroring artifact osgi.bundle,org.apache.commons.jxpath,1.3.0.v200911051830 [2024-03-05T10:44:27.419Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.workspace.cli,0.3.1 [2024-03-05T10:44:27.419Z] - mirroring artifact osgi.bundle,org.eclipse.fx.osgi.source,3.9.0.202210162353 [2024-03-05T10:44:27.419Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.fx.runtime.min.feature,3.9.0.202210162353 [2024-03-05T10:44:27.419Z] - mirrored artifact osgi.bundle,org.eclipse.fx.osgi,3.9.0.202210162353 [2024-03-05T10:44:27.419Z] - mirrored artifact osgi.bundle,org.apache.commons.jxpath.source,1.3.0.v200911051830 [2024-03-05T10:44:27.419Z] - mirrored artifact osgi.bundle,jakarta.servlet.source,5.0.0.v20210105-0527 [2024-03-05T10:44:27.680Z] - mirrored artifact osgi.bundle,jakarta.servlet,5.0.0.v20210105-0527 [2024-03-05T10:44:27.680Z] - mirrored artifact osgi.bundle,jakarta.xml.bind,2.3.3.v20201118-1818 [2024-03-05T10:44:27.680Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.workspace.cli,0.3.1 [2024-03-05T10:44:27.680Z] - mirrored artifact osgi.bundle,org.apache.commons.jxpath,1.3.0.v200911051830 [2024-03-05T10:44:27.680Z] - mirrored artifact osgi.bundle,org.eclipse.fx.osgi.source,3.9.0.202210162353 [2024-03-05T10:44:27.680Z] Mirroring artifacts from https://download.eclipse.org/modeling/emf/compare/updates/releases/3.3/R202401051648 [2024-03-05T10:44:27.680Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.ide.source,3.4.3.202401051648 [2024-03-05T10:44:27.680Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.diagram.source,2.5.2.202401051648 [2024-03-05T10:44:27.680Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.uml2.rcp.ui.source,2.6.1.202401051648 [2024-03-05T10:44:27.680Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.compare.diagram.gmf,3.3.24.202401051648 [2024-03-05T10:44:27.680Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.compare,3.3.24.202401051648 [2024-03-05T10:44:27.680Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.compare.egit,3.3.24.202401051648 [2024-03-05T10:44:27.681Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.egit,1.2.4.202401051648 [2024-03-05T10:44:27.681Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare,3.5.3.202401051648 [2024-03-05T10:44:27.681Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.ide.ui,4.4.3.202401051648 [2024-03-05T10:44:27.681Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.diagram.ide.ui.sirius.source,1.1.1.202401051648 [2024-03-05T10:44:27.681Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.diagram.ide.ui.sirius,1.1.1.202401051648 [2024-03-05T10:44:27.681Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.uml2.rcp,2.5.1.202401051648 [2024-03-05T10:44:27.681Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.diagram.ide.ui.source,3.4.3.202401051648 [2024-03-05T10:44:27.681Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.edit,4.3.1.202401051648 [2024-03-05T10:44:27.681Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.diagram.edit.source,2.5.2.202401051648 [2024-03-05T10:44:27.681Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.compare.diagram.gmf.source,3.3.24.202401051648 [2024-03-05T10:44:27.681Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.compare.diagram.sirius.source,3.3.24.202401051648 [2024-03-05T10:44:27.681Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.diagram.edit,2.5.2.202401051648 [2024-03-05T10:44:27.681Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.compare.uml2,3.3.24.202401051648 [2024-03-05T10:44:27.681Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.uml2.source,2.6.1.202401051648 [2024-03-05T10:44:27.681Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.compare.source,3.3.24.202401051648 [2024-03-05T10:44:27.681Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.compare.rcp.ui.source,3.3.24.202401051648 [2024-03-05T10:44:27.681Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.compare.rcp.ui,3.3.24.202401051648 [2024-03-05T10:44:27.681Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.doc,3.3.24.202401051648 [2024-03-05T10:44:27.681Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.uml2.rcp.ui,2.6.1.202401051648 [2024-03-05T10:44:27.681Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.source,3.5.3.202401051648 [2024-03-05T10:44:27.681Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.uml2.rcp.source,2.5.1.202401051648 [2024-03-05T10:44:27.681Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.rcp,2.5.2.202401051648 [2024-03-05T10:44:27.681Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.compare.uml2.source,3.3.24.202401051648 [2024-03-05T10:44:27.681Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.diagram.sirius,1.1.0.202401051648 [2024-03-05T10:44:27.681Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.diagram.sirius.source,1.1.0.202401051648 [2024-03-05T10:44:27.681Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.compare.diagram.sirius,3.3.24.202401051648 [2024-03-05T10:44:27.681Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.rcp.source,2.5.2.202401051648 [2024-03-05T10:44:27.682Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.egit.ui.source,1.1.3.202401051648 [2024-03-05T10:44:27.682Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.diagram.ide.ui,3.4.3.202401051648 [2024-03-05T10:44:27.682Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.egit.ui,1.1.3.202401051648 [2024-03-05T10:44:27.682Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.uml2.edit.source,2.5.2.202401051648 [2024-03-05T10:44:27.682Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.uml2.ide,3.3.1.202401051648 [2024-03-05T10:44:27.682Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.egit.source,1.2.4.202401051648 [2024-03-05T10:44:27.682Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.uml2.edit,2.5.2.202401051648 [2024-03-05T10:44:27.682Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.rcp.ui.source,4.4.2.202401051648 [2024-03-05T10:44:27.682Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.rcp.ui,4.4.2.202401051648 [2024-03-05T10:44:27.682Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.uml2,2.6.1.202401051648 [2024-03-05T10:44:27.682Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.compare.ide.ui.source,3.3.24.202401051648 [2024-03-05T10:44:27.682Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.diagram,2.5.2.202401051648 [2024-03-05T10:44:27.682Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.ide,3.4.3.202401051648 [2024-03-05T10:44:27.682Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.uml2.ide.source,3.3.1.202401051648 [2024-03-05T10:44:27.682Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.compare.ide.ui,3.3.24.202401051648 [2024-03-05T10:44:27.682Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.ide.ui.source,4.4.3.202401051648 [2024-03-05T10:44:27.682Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.edit.source,4.3.1.202401051648 [2024-03-05T10:44:27.682Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.compare.egit.source,3.3.24.202401051648 [2024-03-05T10:44:27.682Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.diagram.source,2.5.2.202401051648 [2024-03-05T10:44:27.682Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.uml2.rcp.ui.source,2.6.1.202401051648 [2024-03-05T10:44:27.682Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.ide.source,3.4.3.202401051648 [2024-03-05T10:44:27.682Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.compare,3.3.24.202401051648 [2024-03-05T10:44:27.682Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.compare.diagram.gmf,3.3.24.202401051648 [2024-03-05T10:44:27.682Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.egit,1.2.4.202401051648 [2024-03-05T10:44:27.682Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.compare.egit,3.3.24.202401051648 [2024-03-05T10:44:27.682Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare,3.5.3.202401051648 [2024-03-05T10:44:27.682Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.diagram.ide.ui.sirius.source,1.1.1.202401051648 [2024-03-05T10:44:27.682Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.ide.ui,4.4.3.202401051648 [2024-03-05T10:44:27.682Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.diagram.ide.ui.sirius,1.1.1.202401051648 [2024-03-05T10:44:27.682Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.diagram.ide.ui.source,3.4.3.202401051648 [2024-03-05T10:44:27.683Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.uml2.rcp,2.5.1.202401051648 [2024-03-05T10:44:27.683Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.diagram.edit.source,2.5.2.202401051648 [2024-03-05T10:44:27.683Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.edit,4.3.1.202401051648 [2024-03-05T10:44:27.683Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.compare.diagram.gmf.source,3.3.24.202401051648 [2024-03-05T10:44:27.683Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.compare.diagram.sirius.source,3.3.24.202401051648 [2024-03-05T10:44:27.683Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.diagram.edit,2.5.2.202401051648 [2024-03-05T10:44:27.683Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.compare.uml2,3.3.24.202401051648 [2024-03-05T10:44:27.683Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.compare.source,3.3.24.202401051648 [2024-03-05T10:44:27.683Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.uml2.source,2.6.1.202401051648 [2024-03-05T10:44:27.683Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.compare.rcp.ui.source,3.3.24.202401051648 [2024-03-05T10:44:27.683Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.compare.rcp.ui,3.3.24.202401051648 [2024-03-05T10:44:27.683Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.uml2.rcp.ui,2.6.1.202401051648 [2024-03-05T10:44:27.946Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.source,3.5.3.202401051648 [2024-03-05T10:44:27.946Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.uml2.rcp.source,2.5.1.202401051648 [2024-03-05T10:44:27.946Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.rcp,2.5.2.202401051648 [2024-03-05T10:44:27.946Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.compare.uml2.source,3.3.24.202401051648 [2024-03-05T10:44:27.946Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.diagram.sirius,1.1.0.202401051648 [2024-03-05T10:44:27.946Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.diagram.sirius.source,1.1.0.202401051648 [2024-03-05T10:44:27.946Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.compare.diagram.sirius,3.3.24.202401051648 [2024-03-05T10:44:27.946Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.rcp.source,2.5.2.202401051648 [2024-03-05T10:44:27.946Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.egit.ui.source,1.1.3.202401051648 [2024-03-05T10:44:27.946Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.diagram.ide.ui,3.4.3.202401051648 [2024-03-05T10:44:27.946Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.egit.ui,1.1.3.202401051648 [2024-03-05T10:44:27.947Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.uml2.edit.source,2.5.2.202401051648 [2024-03-05T10:44:27.947Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.uml2.ide,3.3.1.202401051648 [2024-03-05T10:44:27.947Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.egit.source,1.2.4.202401051648 [2024-03-05T10:44:27.947Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.uml2.edit,2.5.2.202401051648 [2024-03-05T10:44:27.947Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.rcp.ui.source,4.4.2.202401051648 [2024-03-05T10:44:28.206Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.rcp.ui,4.4.2.202401051648 [2024-03-05T10:44:28.207Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.uml2,2.6.1.202401051648 [2024-03-05T10:44:28.207Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.compare.ide.ui.source,3.3.24.202401051648 [2024-03-05T10:44:28.207Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.diagram,2.5.2.202401051648 [2024-03-05T10:44:28.207Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.ide,3.4.3.202401051648 [2024-03-05T10:44:28.207Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.uml2.ide.source,3.3.1.202401051648 [2024-03-05T10:44:28.207Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.compare.ide.ui,3.3.24.202401051648 [2024-03-05T10:44:28.207Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.ide.ui.source,4.4.3.202401051648 [2024-03-05T10:44:28.207Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.edit.source,4.3.1.202401051648 [2024-03-05T10:44:28.207Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.compare.egit.source,3.3.24.202401051648 [2024-03-05T10:44:28.776Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.doc,3.3.24.202401051648 [2024-03-05T10:44:28.776Z] Mirroring artifacts from https://download.eclipse.org/ecoretools/updates/releases/3.5.0/2023-03 [2024-03-05T10:44:28.777Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecoretools.design,3.5.0.202306021647 [2024-03-05T10:44:28.777Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecoretools.design,3.5.0.202306021647 [2024-03-05T10:44:28.777Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecoretools.ui,3.5.0.202306021647 [2024-03-05T10:44:28.777Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecoretools,3.5.0.202306021647 [2024-03-05T10:44:28.777Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecoretools.design.ui,3.5.0.202306021647 [2024-03-05T10:44:28.777Z] - mirroring artifact binary,org.eclipse.emf.ecoretools.design_root,3.5.0.202306021647 [2024-03-05T10:44:28.777Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecoretools.doc,3.5.0.202306021647 [2024-03-05T10:44:28.777Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecoretools.design,3.5.0.202306021647 [2024-03-05T10:44:28.777Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecoretools.design,3.5.0.202306021647 [2024-03-05T10:44:28.777Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecoretools,3.5.0.202306021647 [2024-03-05T10:44:28.777Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecoretools.ui,3.5.0.202306021647 [2024-03-05T10:44:28.777Z] - mirrored artifact binary,org.eclipse.emf.ecoretools.design_root,3.5.0.202306021647 [2024-03-05T10:44:28.777Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecoretools.design.ui,3.5.0.202306021647 [2024-03-05T10:44:29.039Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecoretools.doc,3.5.0.202306021647 [2024-03-05T10:44:29.039Z] Mirroring artifacts from https://download.eclipse.org/mmt/atl/updates/releases/4.9.0 [2024-03-05T10:44:29.039Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.adt.source,4.9.0.v202312070913 [2024-03-05T10:44:29.039Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.ant.source,4.9.0.v202312070913 [2024-03-05T10:44:29.039Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.profiler.exportmodel.editor.source,4.9.0.v202312070913 [2024-03-05T10:44:29.039Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.profiler.ui,4.9.0.v202312070913 [2024-03-05T10:44:29.039Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.source,4.9.0.v202312070913 [2024-03-05T10:44:29.039Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.edit,4.9.0.v202312070913 [2024-03-05T10:44:29.039Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.core.emf.source,4.9.0.v202312070913 [2024-03-05T10:44:29.039Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.compiler,4.9.0.v202312070913 [2024-03-05T10:44:29.039Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.cdo.source,4.9.0.v202312070913 [2024-03-05T10:44:29.039Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.engine.vm,4.9.0.v202312070913 [2024-03-05T10:44:29.039Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.atl,4.9.0.v202312070913 [2024-03-05T10:44:29.039Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.drivers.uml24atl.source,4.9.0.v202312070913 [2024-03-05T10:44:29.039Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.atl.engine,4.9.0.v202312070913 [2024-03-05T10:44:29.039Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.debug.core,4.9.0.v202312070913 [2024-03-05T10:44:29.039Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.compiler.source,4.9.0.v202312070913 [2024-03-05T10:44:29.039Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.atl.emftvm.cdo,4.9.0.v202312070913 [2024-03-05T10:44:29.039Z] - mirroring artifact osgi.bundle,org.antlr.runtime,3.2.0.v20230929-1400 [2024-03-05T10:44:29.039Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.trace.source,4.9.0.v202312070913 [2024-03-05T10:44:29.039Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.profiler.vm.source,4.9.0.v202312070913 [2024-03-05T10:44:29.039Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.common,4.9.0.v202312070913 [2024-03-05T10:44:29.039Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.debug.core.source,4.9.0.v202312070913 [2024-03-05T10:44:29.039Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.atl.profiler,4.9.0.v202312070913 [2024-03-05T10:44:29.039Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.drivers.uml24atl,4.9.0.v202312070913 [2024-03-05T10:44:29.039Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.atl.examples,4.9.0.v202312070913 [2024-03-05T10:44:29.040Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.edit.source,4.9.0.v202312070913 [2024-03-05T10:44:29.040Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.trace.editor,4.9.0.v202312070913 [2024-03-05T10:44:29.040Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.trace.editor.source,4.9.0.v202312070913 [2024-03-05T10:44:29.040Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.adt.editor,4.9.0.v202312070913 [2024-03-05T10:44:29.040Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.profiler.exportmodel.source,4.9.0.v202312070913 [2024-03-05T10:44:29.040Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.doc,4.9.0.v202312070913 [2024-03-05T10:44:29.040Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.atl.emftvm,4.9.0.v202312070913 [2024-03-05T10:44:29.040Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.profiler.model.source,4.9.0.v202312070913 [2024-03-05T10:44:29.040Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.trace.edit,4.9.0.v202312070913 [2024-03-05T10:44:29.040Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.engine.emfvm.source,4.9.0.v202312070913 [2024-03-05T10:44:29.040Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.cheatsheets,4.9.0.v202312070913 [2024-03-05T10:44:29.040Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.editor,4.9.0.v202312070913 [2024-03-05T10:44:29.040Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.core.ui.vm,4.9.0.v202312070913 [2024-03-05T10:44:29.040Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.core.emf,4.9.0.v202312070913 [2024-03-05T10:44:29.040Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.launcher,4.9.0.v202312070913 [2024-03-05T10:44:29.040Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.common.source,4.9.0.v202312070913 [2024-03-05T10:44:29.040Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.adt.debug.source,4.9.0.v202312070913 [2024-03-05T10:44:29.040Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.profiler.vm,4.9.0.v202312070913 [2024-03-05T10:44:29.040Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.engine.source,4.9.0.v202312070913 [2024-03-05T10:44:29.040Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.atl.sdk,4.9.0.v202312070913 [2024-03-05T10:44:29.040Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.examples.source,4.9.0.v202312070913 [2024-03-05T10:44:29.040Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.core,4.9.0.v202312070913 [2024-03-05T10:44:29.040Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.adt,4.9.0.v202312070913 [2024-03-05T10:44:29.040Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.engine.emfvm.launch.source,4.9.0.v202312070913 [2024-03-05T10:44:29.040Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.adt.debug,4.9.0.v202312070913 [2024-03-05T10:44:29.040Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.profiler.exportmodel.editor,4.9.0.v202312070913 [2024-03-05T10:44:29.040Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.trace,4.9.0.v202312070913 [2024-03-05T10:44:29.040Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.adt.ui,4.9.0.v202312070913 [2024-03-05T10:44:29.040Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.engine,4.9.0.v202312070913 [2024-03-05T10:44:29.040Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.profiler.core,4.9.0.v202312070913 [2024-03-05T10:44:29.040Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.drivers.emf4atl,4.9.0.v202312070913 [2024-03-05T10:44:29.041Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.profiler.model,4.9.0.v202312070913 [2024-03-05T10:44:29.041Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.core.ui,4.9.0.v202312070913 [2024-03-05T10:44:29.041Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.drivers.emf4atl.source,4.9.0.v202312070913 [2024-03-05T10:44:29.041Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.editor.source,4.9.0.v202312070913 [2024-03-05T10:44:29.041Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.cdo,4.9.0.v202312070913 [2024-03-05T10:44:29.041Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.core.ui.source,4.9.0.v202312070913 [2024-03-05T10:44:29.041Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.dsls.source,4.9.0.v202312070913 [2024-03-05T10:44:29.041Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.engine.emfvm,4.9.0.v202312070913 [2024-03-05T10:44:29.041Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.examples,4.9.0.v202312070913 [2024-03-05T10:44:29.041Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.dsls,4.9.0.v202312070913 [2024-03-05T10:44:29.041Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl,4.9.0.v202312070913 [2024-03-05T10:44:29.041Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.adt.ui.source,4.9.0.v202312070913 [2024-03-05T10:44:29.041Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.core.ant.source,4.9.0.v202312070913 [2024-03-05T10:44:29.041Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.atl.emftvm.ui,4.9.0.v202312070913 [2024-03-05T10:44:29.041Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.profiler.exportmodel,4.9.0.v202312070913 [2024-03-05T10:44:29.041Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.engine.vm.source,4.9.0.v202312070913 [2024-03-05T10:44:29.041Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.profiler.emfvm.source,4.9.0.v202312070913 [2024-03-05T10:44:29.041Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.profiler.ui.source,4.9.0.v202312070913 [2024-03-05T10:44:29.041Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.engine.emfvm.launch,4.9.0.v202312070913 [2024-03-05T10:44:29.041Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.profiler.core.source,4.9.0.v202312070913 [2024-03-05T10:44:29.041Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.launcher.source,4.9.0.v202312070913 [2024-03-05T10:44:29.041Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm,4.9.0.v202312070913 [2024-03-05T10:44:29.041Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.atl.doc,4.9.0.v202312070913 [2024-03-05T10:44:29.041Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.profiler.emfvm,4.9.0.v202312070913 [2024-03-05T10:44:29.041Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.core.ant,4.9.0.v202312070913 [2024-03-05T10:44:29.041Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.trace.edit.source,4.9.0.v202312070913 [2024-03-05T10:44:29.041Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.adt.editor.source,4.9.0.v202312070913 [2024-03-05T10:44:29.041Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.core.ui.vm.source,4.9.0.v202312070913 [2024-03-05T10:44:29.041Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.core.source,4.9.0.v202312070913 [2024-03-05T10:44:29.041Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.atl.emftvm.engine,4.9.0.v202312070913 [2024-03-05T10:44:29.042Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.atl.adt,4.9.0.v202312070913 [2024-03-05T10:44:29.042Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.ant,4.9.0.v202312070913 [2024-03-05T10:44:29.042Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.ant.source,4.9.0.v202312070913 [2024-03-05T10:44:29.042Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.adt.source,4.9.0.v202312070913 [2024-03-05T10:44:29.042Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.profiler.exportmodel.editor.source,4.9.0.v202312070913 [2024-03-05T10:44:29.042Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.profiler.ui,4.9.0.v202312070913 [2024-03-05T10:44:29.042Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.edit,4.9.0.v202312070913 [2024-03-05T10:44:29.042Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.source,4.9.0.v202312070913 [2024-03-05T10:44:29.042Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.core.emf.source,4.9.0.v202312070913 [2024-03-05T10:44:29.042Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.cdo.source,4.9.0.v202312070913 [2024-03-05T10:44:29.042Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.compiler,4.9.0.v202312070913 [2024-03-05T10:44:29.042Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.engine.vm,4.9.0.v202312070913 [2024-03-05T10:44:29.042Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.atl,4.9.0.v202312070913 [2024-03-05T10:44:29.042Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.drivers.uml24atl.source,4.9.0.v202312070913 [2024-03-05T10:44:29.042Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.atl.engine,4.9.0.v202312070913 [2024-03-05T10:44:29.042Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.compiler.source,4.9.0.v202312070913 [2024-03-05T10:44:29.042Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.debug.core,4.9.0.v202312070913 [2024-03-05T10:44:29.042Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.atl.emftvm.cdo,4.9.0.v202312070913 [2024-03-05T10:44:29.042Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.trace.source,4.9.0.v202312070913 [2024-03-05T10:44:29.042Z] - mirrored artifact osgi.bundle,org.antlr.runtime,3.2.0.v20230929-1400 [2024-03-05T10:44:29.042Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.profiler.vm.source,4.9.0.v202312070913 [2024-03-05T10:44:29.042Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.debug.core.source,4.9.0.v202312070913 [2024-03-05T10:44:29.042Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.atl.profiler,4.9.0.v202312070913 [2024-03-05T10:44:29.042Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.common,4.9.0.v202312070913 [2024-03-05T10:44:29.042Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.drivers.uml24atl,4.9.0.v202312070913 [2024-03-05T10:44:29.303Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.atl.examples,4.9.0.v202312070913 [2024-03-05T10:44:29.303Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.edit.source,4.9.0.v202312070913 [2024-03-05T10:44:29.303Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.trace.editor,4.9.0.v202312070913 [2024-03-05T10:44:29.303Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.trace.editor.source,4.9.0.v202312070913 [2024-03-05T10:44:29.303Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.profiler.exportmodel.source,4.9.0.v202312070913 [2024-03-05T10:44:29.303Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.adt.editor,4.9.0.v202312070913 [2024-03-05T10:44:29.303Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.atl.emftvm,4.9.0.v202312070913 [2024-03-05T10:44:29.303Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.profiler.model.source,4.9.0.v202312070913 [2024-03-05T10:44:29.304Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.trace.edit,4.9.0.v202312070913 [2024-03-05T10:44:29.304Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.engine.emfvm.source,4.9.0.v202312070913 [2024-03-05T10:44:29.304Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.cheatsheets,4.9.0.v202312070913 [2024-03-05T10:44:29.304Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.editor,4.9.0.v202312070913 [2024-03-05T10:44:29.304Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.core.ui.vm,4.9.0.v202312070913 [2024-03-05T10:44:29.304Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.core.emf,4.9.0.v202312070913 [2024-03-05T10:44:29.304Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.launcher,4.9.0.v202312070913 [2024-03-05T10:44:29.304Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.common.source,4.9.0.v202312070913 [2024-03-05T10:44:29.304Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.adt.debug.source,4.9.0.v202312070913 [2024-03-05T10:44:29.304Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.profiler.vm,4.9.0.v202312070913 [2024-03-05T10:44:29.565Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.engine.source,4.9.0.v202312070913 [2024-03-05T10:44:29.565Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.atl.sdk,4.9.0.v202312070913 [2024-03-05T10:44:29.565Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.examples.source,4.9.0.v202312070913 [2024-03-05T10:44:29.565Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.core,4.9.0.v202312070913 [2024-03-05T10:44:29.565Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.adt,4.9.0.v202312070913 [2024-03-05T10:44:29.565Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.engine.emfvm.launch.source,4.9.0.v202312070913 [2024-03-05T10:44:29.565Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.adt.debug,4.9.0.v202312070913 [2024-03-05T10:44:29.565Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.profiler.exportmodel.editor,4.9.0.v202312070913 [2024-03-05T10:44:29.566Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.trace,4.9.0.v202312070913 [2024-03-05T10:44:29.566Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.adt.ui,4.9.0.v202312070913 [2024-03-05T10:44:29.566Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.doc,4.9.0.v202312070913 [2024-03-05T10:44:29.566Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.profiler.core,4.9.0.v202312070913 [2024-03-05T10:44:29.566Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.engine,4.9.0.v202312070913 [2024-03-05T10:44:29.566Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.drivers.emf4atl,4.9.0.v202312070913 [2024-03-05T10:44:29.566Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.profiler.model,4.9.0.v202312070913 [2024-03-05T10:44:29.566Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.core.ui,4.9.0.v202312070913 [2024-03-05T10:44:29.566Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.drivers.emf4atl.source,4.9.0.v202312070913 [2024-03-05T10:44:29.566Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.editor.source,4.9.0.v202312070913 [2024-03-05T10:44:29.566Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.cdo,4.9.0.v202312070913 [2024-03-05T10:44:29.566Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.core.ui.source,4.9.0.v202312070913 [2024-03-05T10:44:29.566Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.dsls.source,4.9.0.v202312070913 [2024-03-05T10:44:29.566Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.engine.emfvm,4.9.0.v202312070913 [2024-03-05T10:44:29.566Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.examples,4.9.0.v202312070913 [2024-03-05T10:44:29.566Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl,4.9.0.v202312070913 [2024-03-05T10:44:29.566Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.dsls,4.9.0.v202312070913 [2024-03-05T10:44:29.566Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.adt.ui.source,4.9.0.v202312070913 [2024-03-05T10:44:29.827Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.core.ant.source,4.9.0.v202312070913 [2024-03-05T10:44:29.827Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.atl.emftvm.ui,4.9.0.v202312070913 [2024-03-05T10:44:29.827Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.profiler.exportmodel,4.9.0.v202312070913 [2024-03-05T10:44:29.827Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.profiler.emfvm.source,4.9.0.v202312070913 [2024-03-05T10:44:29.827Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.engine.vm.source,4.9.0.v202312070913 [2024-03-05T10:44:29.827Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.engine.emfvm.launch,4.9.0.v202312070913 [2024-03-05T10:44:29.827Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.profiler.ui.source,4.9.0.v202312070913 [2024-03-05T10:44:29.827Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.profiler.core.source,4.9.0.v202312070913 [2024-03-05T10:44:29.827Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.launcher.source,4.9.0.v202312070913 [2024-03-05T10:44:29.827Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.atl.doc,4.9.0.v202312070913 [2024-03-05T10:44:29.827Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.profiler.emfvm,4.9.0.v202312070913 [2024-03-05T10:44:29.827Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm,4.9.0.v202312070913 [2024-03-05T10:44:29.827Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.trace.edit.source,4.9.0.v202312070913 [2024-03-05T10:44:29.827Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.core.ant,4.9.0.v202312070913 [2024-03-05T10:44:29.827Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.adt.editor.source,4.9.0.v202312070913 [2024-03-05T10:44:29.827Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.core.source,4.9.0.v202312070913 [2024-03-05T10:44:29.827Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.core.ui.vm.source,4.9.0.v202312070913 [2024-03-05T10:44:29.827Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.atl.emftvm.engine,4.9.0.v202312070913 [2024-03-05T10:44:29.827Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.atl.adt,4.9.0.v202312070913 [2024-03-05T10:44:29.827Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.ant,4.9.0.v202312070913 [2024-03-05T10:44:29.827Z] Mirroring artifacts from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.8 [2024-03-05T10:44:29.828Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.source,3.10.8.v20231126-0839 [2024-03-05T10:44:29.828Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.tools.coverage.junit.source,1.6.8.v20231126-0839 [2024-03-05T10:44:29.828Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml,3.10.8.v20231126-0839 [2024-03-05T10:44:29.828Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.runtime.source,3.10.8.v20231126-0839 [2024-03-05T10:44:29.828Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.ui.source,1.6.2.v20231126-0839 [2024-03-05T10:44:29.828Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.junit,1.6.2.v20231126-0839 [2024-03-05T10:44:29.828Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.debug.ui,2.10.2.v20231126-0839 [2024-03-05T10:44:29.828Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.project,3.10.4.v20231126-0839 [2024-03-05T10:44:29.828Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.common.ui,3.10.2.v20231126-0839 [2024-03-05T10:44:29.828Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.cst.parser,3.9.0.v20231126-0839 [2024-03-05T10:44:29.828Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.emf.util.ui,3.10.2.v20231126-0839 [2024-03-05T10:44:29.828Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.runtime.jdt,3.10.7.v20231126-0839 [2024-03-05T10:44:29.828Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.debug.source,2.10.7.v20231126-0839 [2024-03-05T10:44:29.828Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.ocl,3.10.2.v20231126-0839 [2024-03-05T10:44:29.828Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.common.source,3.10.2.v20231126-0839 [2024-03-05T10:44:29.828Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.ui,3.10.3.v20231126-0839 [2024-03-05T10:44:29.828Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.runtime,3.10.7.v20231126-0839 [2024-03-05T10:44:29.828Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.common.ui.source,3.10.2.v20231126-0839 [2024-03-05T10:44:29.828Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.startup.source,1.6.2.v20231126-0839 [2024-03-05T10:44:29.828Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.trace.edit.source,3.10.8.v20231126-0839 [2024-03-05T10:44:29.829Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.doc,1.6.2.v20231126-0839 [2024-03-05T10:44:29.829Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.tools.coverage,1.6.8.v20231126-0839 [2024-03-05T10:44:29.829Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.emf.util.source,3.10.6.v20231126-0839 [2024-03-05T10:44:29.829Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.doc.source,1.6.2.v20231126-0839 [2024-03-05T10:44:29.829Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.source,1.6.2.v20231126-0839 [2024-03-05T10:44:29.829Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.ui.source,3.10.3.v20231126-0839 [2024-03-05T10:44:29.829Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.doc,3.10.8.v20231126-0839 [2024-03-05T10:44:29.829Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.ecore.imperativeocl,3.10.2.v20231126-0839 [2024-03-05T10:44:29.829Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.runtime.ui.source,3.10.2.v20231126-0839 [2024-03-05T10:44:29.829Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml,3.10.8.v20231126-0839 [2024-03-05T10:44:29.829Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.editor,3.10.8.v20231126-0839 [2024-03-05T10:44:29.829Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.emf.util,3.10.6.v20231126-0839 [2024-03-05T10:44:30.093Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.doc.source,3.10.8.v20231126-0839 [2024-03-05T10:44:30.093Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.debug.core,2.10.2.v20231126-0839 [2024-03-05T10:44:30.093Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.startup,1.6.2.v20231126-0839 [2024-03-05T10:44:30.093Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.editor.source,3.10.8.v20231126-0839 [2024-03-05T10:44:30.093Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.runtime.jdt.source,3.10.7.v20231126-0839 [2024-03-05T10:44:30.093Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.editor.ui,3.10.3.v20231126-0839 [2024-03-05T10:44:30.093Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.examples.source,3.10.8.v20231126-0839 [2024-03-05T10:44:30.093Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.samples.source,3.10.2.v20231126-0839 [2024-03-05T10:44:30.093Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.junit.source,1.6.2.v20231126-0839 [2024-03-05T10:44:30.093Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.samples,3.10.2.v20231126-0839 [2024-03-05T10:44:30.093Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.ui,1.6.2.v20231126-0839 [2024-03-05T10:44:30.094Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.runtime,3.10.8.v20231126-0839 [2024-03-05T10:44:30.094Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.ocl.source,3.10.2.v20231126-0839 [2024-03-05T10:44:30.094Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.sdk.source,3.10.8.v20231126-0839 [2024-03-05T10:44:30.094Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.runtime.ui,3.10.2.v20231126-0839 [2024-03-05T10:44:30.094Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.doc,3.10.4.v20231126-0839 [2024-03-05T10:44:30.094Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.tools.coverage.source,1.6.8.v20231126-0839 [2024-03-05T10:44:30.094Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.debug.ui.source,2.10.2.v20231126-0839 [2024-03-05T10:44:30.094Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.debug.core.source,2.10.2.v20231126-0839 [2024-03-05T10:44:30.094Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.editor.jdt.source,3.10.8.v20231126-0839 [2024-03-05T10:44:30.094Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.examples,3.10.8.v20231126-0839 [2024-03-05T10:44:30.094Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.trace.edit,3.10.8.v20231126-0839 [2024-03-05T10:44:30.094Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.source,3.10.8.v20231126-0839 [2024-03-05T10:44:30.094Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.editor.jdt,3.10.8.v20231126-0839 [2024-03-05T10:44:30.094Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.project.source,3.10.4.v20231126-0839 [2024-03-05T10:44:30.094Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.ecore.imperativeocl.source,3.10.2.v20231126-0839 [2024-03-05T10:44:30.094Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.runtime.source,3.10.7.v20231126-0839 [2024-03-05T10:44:30.094Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.tools.coverage.junit,1.6.8.v20231126-0839 [2024-03-05T10:44:30.094Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.common,3.10.2.v20231126-0839 [2024-03-05T10:44:30.094Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage,1.6.2.v20231126-0839 [2024-03-05T10:44:30.095Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.debug,2.10.7.v20231126-0839 [2024-03-05T10:44:30.095Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.emf.util.ui.source,3.10.2.v20231126-0839 [2024-03-05T10:44:30.095Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.cst.parser.source,3.9.0.v20231126-0839 [2024-03-05T10:44:30.095Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.sdk,3.10.8.v20231126-0839 [2024-03-05T10:44:30.095Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.editor.ui.source,3.10.3.v20231126-0839 [2024-03-05T10:44:30.095Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.doc.source,3.10.4.v20231126-0839 [2024-03-05T10:44:30.095Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.tools.coverage.junit.source,1.6.8.v20231126-0839 [2024-03-05T10:44:30.095Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.source,3.10.8.v20231126-0839 [2024-03-05T10:44:30.095Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.runtime.source,3.10.8.v20231126-0839 [2024-03-05T10:44:30.095Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.ui.source,1.6.2.v20231126-0839 [2024-03-05T10:44:30.095Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.junit,1.6.2.v20231126-0839 [2024-03-05T10:44:30.095Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml,3.10.8.v20231126-0839 [2024-03-05T10:44:30.095Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.project,3.10.4.v20231126-0839 [2024-03-05T10:44:30.095Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.debug.ui,2.10.2.v20231126-0839 [2024-03-05T10:44:30.095Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.common.ui,3.10.2.v20231126-0839 [2024-03-05T10:44:30.095Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.emf.util.ui,3.10.2.v20231126-0839 [2024-03-05T10:44:30.095Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.runtime.jdt,3.10.7.v20231126-0839 [2024-03-05T10:44:30.095Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.cst.parser,3.9.0.v20231126-0839 [2024-03-05T10:44:30.095Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.debug.source,2.10.7.v20231126-0839 [2024-03-05T10:44:30.095Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.ocl,3.10.2.v20231126-0839 [2024-03-05T10:44:30.095Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.common.source,3.10.2.v20231126-0839 [2024-03-05T10:44:30.095Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.ui,3.10.3.v20231126-0839 [2024-03-05T10:44:30.095Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.runtime,3.10.7.v20231126-0839 [2024-03-05T10:44:30.095Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.common.ui.source,3.10.2.v20231126-0839 [2024-03-05T10:44:30.095Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.startup.source,1.6.2.v20231126-0839 [2024-03-05T10:44:30.358Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.trace.edit.source,3.10.8.v20231126-0839 [2024-03-05T10:44:30.358Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.tools.coverage,1.6.8.v20231126-0839 [2024-03-05T10:44:30.358Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.doc,1.6.2.v20231126-0839 [2024-03-05T10:44:30.358Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.doc.source,1.6.2.v20231126-0839 [2024-03-05T10:44:30.358Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.emf.util.source,3.10.6.v20231126-0839 [2024-03-05T10:44:30.358Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.source,1.6.2.v20231126-0839 [2024-03-05T10:44:30.358Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.doc,3.10.8.v20231126-0839 [2024-03-05T10:44:30.358Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.ui.source,3.10.3.v20231126-0839 [2024-03-05T10:44:30.358Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.ecore.imperativeocl,3.10.2.v20231126-0839 [2024-03-05T10:44:30.358Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.runtime.ui.source,3.10.2.v20231126-0839 [2024-03-05T10:44:30.358Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml,3.10.8.v20231126-0839 [2024-03-05T10:44:30.358Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.editor,3.10.8.v20231126-0839 [2024-03-05T10:44:30.358Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.doc.source,3.10.8.v20231126-0839 [2024-03-05T10:44:30.358Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.emf.util,3.10.6.v20231126-0839 [2024-03-05T10:44:30.358Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.startup,1.6.2.v20231126-0839 [2024-03-05T10:44:30.358Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.debug.core,2.10.2.v20231126-0839 [2024-03-05T10:44:30.358Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.editor.source,3.10.8.v20231126-0839 [2024-03-05T10:44:30.358Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.runtime.jdt.source,3.10.7.v20231126-0839 [2024-03-05T10:44:30.358Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.examples.source,3.10.8.v20231126-0839 [2024-03-05T10:44:30.358Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.editor.ui,3.10.3.v20231126-0839 [2024-03-05T10:44:30.358Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.junit.source,1.6.2.v20231126-0839 [2024-03-05T10:44:30.359Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.samples.source,3.10.2.v20231126-0839 [2024-03-05T10:44:30.359Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.ui,1.6.2.v20231126-0839 [2024-03-05T10:44:30.359Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.runtime,3.10.8.v20231126-0839 [2024-03-05T10:44:30.359Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.ocl.source,3.10.2.v20231126-0839 [2024-03-05T10:44:30.359Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.samples,3.10.2.v20231126-0839 [2024-03-05T10:44:30.618Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.sdk.source,3.10.8.v20231126-0839 [2024-03-05T10:44:30.619Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.runtime.ui,3.10.2.v20231126-0839 [2024-03-05T10:44:30.619Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.tools.coverage.source,1.6.8.v20231126-0839 [2024-03-05T10:44:30.619Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.debug.ui.source,2.10.2.v20231126-0839 [2024-03-05T10:44:30.619Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.doc,3.10.4.v20231126-0839 [2024-03-05T10:44:30.619Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.debug.core.source,2.10.2.v20231126-0839 [2024-03-05T10:44:30.619Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.editor.jdt.source,3.10.8.v20231126-0839 [2024-03-05T10:44:30.619Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.examples,3.10.8.v20231126-0839 [2024-03-05T10:44:30.619Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.trace.edit,3.10.8.v20231126-0839 [2024-03-05T10:44:30.619Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.source,3.10.8.v20231126-0839 [2024-03-05T10:44:30.619Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.editor.jdt,3.10.8.v20231126-0839 [2024-03-05T10:44:30.619Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.project.source,3.10.4.v20231126-0839 [2024-03-05T10:44:30.619Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.runtime.source,3.10.7.v20231126-0839 [2024-03-05T10:44:30.619Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.ecore.imperativeocl.source,3.10.2.v20231126-0839 [2024-03-05T10:44:30.619Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.tools.coverage.junit,1.6.8.v20231126-0839 [2024-03-05T10:44:30.619Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage,1.6.2.v20231126-0839 [2024-03-05T10:44:30.619Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.common,3.10.2.v20231126-0839 [2024-03-05T10:44:30.619Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.debug,2.10.7.v20231126-0839 [2024-03-05T10:44:30.619Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.emf.util.ui.source,3.10.2.v20231126-0839 [2024-03-05T10:44:30.619Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.sdk,3.10.8.v20231126-0839 [2024-03-05T10:44:30.619Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.editor.ui.source,3.10.3.v20231126-0839 [2024-03-05T10:44:30.619Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.doc.source,3.10.4.v20231126-0839 [2024-03-05T10:44:30.619Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.cst.parser.source,3.9.0.v20231126-0839 [2024-03-05T10:44:30.619Z] Mirroring artifacts from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.17.0 [2024-03-05T10:44:30.619Z] - mirroring artifact osgi.bundle,com.google.guava.failureaccess,1.0.2 [2024-03-05T10:44:30.619Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe2.language.ui.source,2.17.0.v20240224-1400 [2024-03-05T10:44:30.620Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mwe.core.feature.source,1.11.0.v20240224-1400 [2024-03-05T10:44:30.620Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe2.language.ide,2.17.0.v20240224-1400 [2024-03-05T10:44:30.620Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mwe2.language.sdk,2.17.0.v20240224-1400 [2024-03-05T10:44:30.620Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe.core.source,1.11.0.v20240224-1400 [2024-03-05T10:44:30.620Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe.core,1.11.0.v20240224-1400 [2024-03-05T10:44:30.620Z] - mirroring artifact osgi.bundle,com.google.guava.failureaccess.source,1.0.2 [2024-03-05T10:44:30.620Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mwe.sdk,1.11.0.v20240224-1400 [2024-03-05T10:44:30.620Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mwe.core.feature,1.11.0.v20240224-1400 [2024-03-05T10:44:30.620Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe.ui.simpleEditor,1.11.0.v20240224-1400 [2024-03-05T10:44:30.620Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe.ui.simpleEditor.source,1.11.0.v20240224-1400 [2024-03-05T10:44:30.620Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe2.language.ide.source,2.17.0.v20240224-1400 [2024-03-05T10:44:30.620Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe2.lib.source,2.17.0.v20240224-1400 [2024-03-05T10:44:30.620Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe2.language,2.17.0.v20240224-1400 [2024-03-05T10:44:30.620Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mwe.doc.feature,1.11.0.v20240224-1400 [2024-03-05T10:44:30.620Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe2.language.ui,2.17.0.v20240224-1400 [2024-03-05T10:44:30.620Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mwe.ui.feature,1.11.0.v20240224-1400 [2024-03-05T10:44:30.620Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe2.runtime,2.17.0.v20240224-1400 [2024-03-05T10:44:30.620Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe2.launch.ui.source,2.17.0.v20240224-1400 [2024-03-05T10:44:30.620Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe.doc,1.11.0.v20240224-1400 [2024-03-05T10:44:30.620Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe2.launch.source,2.17.0.v20240224-1400 [2024-03-05T10:44:30.620Z] - mirroring artifact osgi.bundle,org.apache.commons.cli.source,1.6.0 [2024-03-05T10:44:30.620Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe2.launch,2.17.0.v20240224-1400 [2024-03-05T10:44:30.620Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mwe2.launcher.source,2.17.0.v20240224-1400 [2024-03-05T10:44:30.620Z] - mirroring artifact osgi.bundle,org.apache.commons.cli,1.6.0 [2024-03-05T10:44:30.620Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe2.language.source,2.17.0.v20240224-1400 [2024-03-05T10:44:30.620Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe2.launch.ui,2.17.0.v20240224-1400 [2024-03-05T10:44:30.620Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe2.runtime.source,2.17.0.v20240224-1400 [2024-03-05T10:44:30.621Z] - mirroring artifact osgi.bundle,com.google.guava.source,33.0.0.jre [2024-03-05T10:44:30.621Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe.activities,1.11.0.v20240224-1400 [2024-03-05T10:44:30.621Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mwe.ui.feature.source,1.11.0.v20240224-1400 [2024-03-05T10:44:30.621Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe.utils.source,1.11.0.v20240224-1400 [2024-03-05T10:44:30.621Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe.ui,1.11.0.v20240224-1400 [2024-03-05T10:44:30.621Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe.utils,1.11.0.v20240224-1400 [2024-03-05T10:44:30.621Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mwe2.runtime.sdk,2.17.0.v20240224-1400 [2024-03-05T10:44:30.621Z] - mirroring artifact osgi.bundle,com.google.guava,33.0.0.jre [2024-03-05T10:44:30.621Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mwe2.launcher,2.17.0.v20240224-1400 [2024-03-05T10:44:30.621Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe.activities.source,1.11.0.v20240224-1400 [2024-03-05T10:44:30.621Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe2.lib,2.17.0.v20240224-1400 [2024-03-05T10:44:30.621Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe.ui.source,1.11.0.v20240224-1400 [2024-03-05T10:44:30.621Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe2.language.ui.source,2.17.0.v20240224-1400 [2024-03-05T10:44:30.621Z] - mirrored artifact osgi.bundle,com.google.guava.failureaccess,1.0.2 [2024-03-05T10:44:30.621Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mwe.core.feature.source,1.11.0.v20240224-1400 [2024-03-05T10:44:30.621Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mwe2.language.sdk,2.17.0.v20240224-1400 [2024-03-05T10:44:30.882Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe2.language.ide,2.17.0.v20240224-1400 [2024-03-05T10:44:30.882Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe.core,1.11.0.v20240224-1400 [2024-03-05T10:44:30.882Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe.core.source,1.11.0.v20240224-1400 [2024-03-05T10:44:30.882Z] - mirrored artifact osgi.bundle,com.google.guava.failureaccess.source,1.0.2 [2024-03-05T10:44:30.882Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mwe.sdk,1.11.0.v20240224-1400 [2024-03-05T10:44:30.882Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mwe.core.feature,1.11.0.v20240224-1400 [2024-03-05T10:44:30.882Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe.ui.simpleEditor.source,1.11.0.v20240224-1400 [2024-03-05T10:44:30.882Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe2.language.ide.source,2.17.0.v20240224-1400 [2024-03-05T10:44:30.882Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe2.lib.source,2.17.0.v20240224-1400 [2024-03-05T10:44:30.882Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe.ui.simpleEditor,1.11.0.v20240224-1400 [2024-03-05T10:44:30.882Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mwe.doc.feature,1.11.0.v20240224-1400 [2024-03-05T10:44:30.882Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe2.language,2.17.0.v20240224-1400 [2024-03-05T10:44:30.882Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe2.language.ui,2.17.0.v20240224-1400 [2024-03-05T10:44:30.882Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe2.runtime,2.17.0.v20240224-1400 [2024-03-05T10:44:30.882Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mwe.ui.feature,1.11.0.v20240224-1400 [2024-03-05T10:44:30.882Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe2.launch.ui.source,2.17.0.v20240224-1400 [2024-03-05T10:44:30.882Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe.doc,1.11.0.v20240224-1400 [2024-03-05T10:44:30.882Z] - mirrored artifact osgi.bundle,org.apache.commons.cli.source,1.6.0 [2024-03-05T10:44:30.882Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe2.launch.source,2.17.0.v20240224-1400 [2024-03-05T10:44:30.882Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe2.launch,2.17.0.v20240224-1400 [2024-03-05T10:44:30.882Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mwe2.launcher.source,2.17.0.v20240224-1400 [2024-03-05T10:44:30.882Z] - mirrored artifact osgi.bundle,org.apache.commons.cli,1.6.0 [2024-03-05T10:44:30.882Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe2.language.source,2.17.0.v20240224-1400 [2024-03-05T10:44:30.882Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe2.launch.ui,2.17.0.v20240224-1400 [2024-03-05T10:44:30.882Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe2.runtime.source,2.17.0.v20240224-1400 [2024-03-05T10:44:30.883Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe.activities,1.11.0.v20240224-1400 [2024-03-05T10:44:30.883Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mwe.ui.feature.source,1.11.0.v20240224-1400 [2024-03-05T10:44:30.883Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe.utils.source,1.11.0.v20240224-1400 [2024-03-05T10:44:30.883Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe.ui,1.11.0.v20240224-1400 [2024-03-05T10:44:30.883Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe.utils,1.11.0.v20240224-1400 [2024-03-05T10:44:30.883Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mwe2.runtime.sdk,2.17.0.v20240224-1400 [2024-03-05T10:44:30.883Z] - mirrored artifact osgi.bundle,com.google.guava.source,33.0.0.jre [2024-03-05T10:44:30.883Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mwe2.launcher,2.17.0.v20240224-1400 [2024-03-05T10:44:30.883Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe.activities.source,1.11.0.v20240224-1400 [2024-03-05T10:44:31.144Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe2.lib,2.17.0.v20240224-1400 [2024-03-05T10:44:31.144Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe.ui.source,1.11.0.v20240224-1400 [2024-03-05T10:44:31.144Z] - mirrored artifact osgi.bundle,com.google.guava,33.0.0.jre [2024-03-05T10:44:31.144Z] Mirroring artifacts from https://download.eclipse.org/datatools/updates/release/1.16.0 [2024-03-05T10:44:31.144Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.oda.xml.source,1.5.0.202311071249 [2024-03-05T10:44:31.144Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.oracle.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.144Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.144Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.doc.user.contexts,1.8.0.202311071249 [2024-03-05T10:44:31.144Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.ui.source,1.5.0.202311071249 [2024-03-05T10:44:31.144Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.sql.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.144Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sqlite.source,1.3.0.202311071249 [2024-03-05T10:44:31.145Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.ddlgen.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.145Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.data.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.145Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.data.feature,1.15.0.202311071249 [2024-03-05T10:44:31.145Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sdk,1.10.0.202311071249 [2024-03-05T10:44:31.145Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.zseries.source,1.3.0.202311071249 [2024-03-05T10:44:31.145Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity,1.15.0.202311071249 [2024-03-05T10:44:31.145Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.models.source,1.3.0.202311071249 [2024-03-05T10:44:31.145Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.hsqldb.source,1.3.0.202311071249 [2024-03-05T10:44:31.145Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.result,1.4.0.202311071249 [2024-03-05T10:44:31.145Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.design.ui,3.5.0.202311071249 [2024-03-05T10:44:31.145Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.result.ui.source,1.4.0.202311071249 [2024-03-05T10:44:31.145Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.oda.feature,1.15.0.202311071249 [2024-03-05T10:44:31.145Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa,1.3.0.202311071249 [2024-03-05T10:44:31.145Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.luw,1.3.0.202311071249 [2024-03-05T10:44:31.145Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.postgresql.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:31.145Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.feature,1.15.0.202311071249 [2024-03-05T10:44:31.145Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.jdt.classpath.source,1.3.0.202311071249 [2024-03-05T10:44:31.145Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sdk.feature,1.16.0.202311071345 [2024-03-05T10:44:31.145Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sqlite,1.3.0.202311071249 [2024-03-05T10:44:31.145Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.flatfile.ui.source,3.4.0.202311071249 [2024-03-05T10:44:31.145Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.routineeditor.ui,1.3.0.202311071249 [2024-03-05T10:44:31.145Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.query.edit.source,1.3.0.202311071249 [2024-03-05T10:44:31.146Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.design.source,3.6.0.202311071249 [2024-03-05T10:44:31.146Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.oda.ws.source,1.5.0.202311071249 [2024-03-05T10:44:31.146Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.informix.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:31.146Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.jdbc.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.146Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.result.source,1.4.0.202311071249 [2024-03-05T10:44:31.146Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.intro,1.15.0.202311071249 [2024-03-05T10:44:31.146Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.iseries.ui,1.3.0.202311071249 [2024-03-05T10:44:31.146Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.sql.ui,1.3.0.202311071249 [2024-03-05T10:44:31.146Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.msft.feature.source,1.16.0.202311071307 [2024-03-05T10:44:31.146Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.db.generic,1.3.0.202311071249 [2024-03-05T10:44:31.146Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql.xml.query,1.3.0.202311071249 [2024-03-05T10:44:31.146Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.consumer.source,3.5.0.202311071249 [2024-03-05T10:44:31.146Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.db.generic.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.146Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.oracle.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.146Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql.lexer,1.4.0.202311071638 [2024-03-05T10:44:31.146Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda,3.7.0.202311071249 [2024-03-05T10:44:31.146Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.source,2.8.0.202311071249 [2024-03-05T10:44:31.146Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.luw.source,1.3.0.202311071249 [2024-03-05T10:44:31.146Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.db.derby.source,1.3.0.202311071249 [2024-03-05T10:44:31.146Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ase.models,1.3.0.202311071249 [2024-03-05T10:44:31.146Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ase.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:31.146Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.source,3.7.0.202311071249 [2024-03-05T10:44:31.147Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.flatfile.source,3.4.0.202311071249 [2024-03-05T10:44:31.147Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql.query.source,1.5.0.202311071249 [2024-03-05T10:44:31.147Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.db.generic.source,1.3.0.202311071249 [2024-03-05T10:44:31.147Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.147Z] - mirroring artifact osgi.bundle,org.apache.xerces,2.12.2.v20230928-1306 [2024-03-05T10:44:31.147Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ingres,1.3.0.202311071249 [2024-03-05T10:44:31.147Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.iseries,1.3.0.202311071249 [2024-03-05T10:44:31.147Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.edit.source,1.3.0.202311071249 [2024-03-05T10:44:31.147Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:31.147Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.editor.core.ui,1.3.0.202311071249 [2024-03-05T10:44:31.147Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.query.source,1.4.0.202311071249 [2024-03-05T10:44:31.147Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.mysql.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:31.147Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.schemaobjecteditor.source,1.4.0.202311071249 [2024-03-05T10:44:31.147Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.apache.derby.ui,1.3.0.202311071249 [2024-03-05T10:44:31.147Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.postgresql,1.4.0.202311071249 [2024-03-05T10:44:31.147Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.msft.sqlserver.source,1.4.0.202311071307 [2024-03-05T10:44:31.147Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.common.doc.user,1.15.0.202311071249 [2024-03-05T10:44:31.147Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sap.maxdb.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:31.147Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.oda.designer.core.feature.source,1.16.0.202311071345 [2024-03-05T10:44:31.147Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.ui.dse.source,1.4.0.202311071249 [2024-03-05T10:44:31.147Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.sqm.core.source,1.6.0.202311071345 [2024-03-05T10:44:31.148Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.source,1.3.0.202311071249 [2024-03-05T10:44:31.148Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.apache.derby.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:31.148Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.informix.source,1.3.0.202311071249 [2024-03-05T10:44:31.148Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.modelbase.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.148Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sap.maxdb.source,1.3.0.202311071249 [2024-03-05T10:44:31.148Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.edit,1.3.0.202311071249 [2024-03-05T10:44:31.148Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.postgresql.ui,1.3.0.202311071249 [2024-03-05T10:44:31.148Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.apache.derby.feature,1.15.0.202311071249 [2024-03-05T10:44:31.148Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.ui.dse,1.4.0.202311071249 [2024-03-05T10:44:31.148Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ingres.ui,1.3.0.202311071249 [2024-03-05T10:44:31.148Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.tabledataeditor.source,1.3.0.202311071249 [2024-03-05T10:44:31.148Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.sqm.server.ui,1.4.0.202311071249 [2024-03-05T10:44:31.148Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql.query,1.5.0.202311071249 [2024-03-05T10:44:31.148Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.source,1.3.0.202311071249 [2024-03-05T10:44:31.148Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.consumer,3.5.0.202311071249 [2024-03-05T10:44:31.148Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.oda.xml,1.5.0.202311071249 [2024-03-05T10:44:31.148Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.debugger.core.source,1.3.0.202311071249 [2024-03-05T10:44:31.148Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.doc.user,1.15.0.202311071249 [2024-03-05T10:44:31.148Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.routineeditor.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.148Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.sql.source,1.3.0.202311071249 [2024-03-05T10:44:31.148Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.ui,1.3.0.202311071249 [2024-03-05T10:44:31.148Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sdk.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.148Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sdk.source,1.10.0.202311071249 [2024-03-05T10:44:31.149Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.console.profile,1.3.0.202311071249 [2024-03-05T10:44:31.149Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.source,1.3.0.202311071249 [2024-03-05T10:44:31.149Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.doc.user,1.15.0.202311071249 [2024-03-05T10:44:31.149Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.modelbase.sql,1.3.0.202311071249 [2024-03-05T10:44:31.149Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sap.maxdb.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.149Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.finfo.source,1.8.0.202311071249 [2024-03-05T10:44:31.149Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.apache.derby.source,1.3.0.202311071249 [2024-03-05T10:44:31.149Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sdk.feature,1.15.0.202311071249 [2024-03-05T10:44:31.149Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.hsqldb.feature,1.15.0.202311071249 [2024-03-05T10:44:31.149Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.db.derby.ui,1.3.0.202311071249 [2024-03-05T10:44:31.149Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.apache.derby,1.3.0.202311071249 [2024-03-05T10:44:31.149Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.feature.source,1.16.0.202311071345 [2024-03-05T10:44:31.149Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.ddl.feature,1.15.0.202311071249 [2024-03-05T10:44:31.149Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.common.doc.user,1.15.0.202311071249 [2024-03-05T10:44:31.149Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.doc.user,1.15.0.202311071249 [2024-03-05T10:44:31.149Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.query.edit,1.3.0.202311071249 [2024-03-05T10:44:31.149Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.msft.sqlserver,1.4.0.202311071307 [2024-03-05T10:44:31.149Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.design,3.6.0.202311071249 [2024-03-05T10:44:31.149Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.sqm.core.ui,1.5.0.202311071249 [2024-03-05T10:44:31.149Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sybase.feature,1.15.0.202311071249 [2024-03-05T10:44:31.149Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.data.core.source,1.5.0.202311071249 [2024-03-05T10:44:31.149Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.editor.core,1.3.0.202311071249 [2024-03-05T10:44:31.149Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.postgresql.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.149Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sdk.feature.source,1.16.0.202311071345 [2024-03-05T10:44:31.150Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sqlite.ui,1.3.0.202311071249 [2024-03-05T10:44:31.150Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.profile.source,3.5.0.202311071249 [2024-03-05T10:44:31.150Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.luw.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.150Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.ddlgen.ui,1.3.0.202311071249 [2024-03-05T10:44:31.150Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ingres.source,1.3.0.202311071249 [2024-03-05T10:44:31.150Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.jdt.classpath,1.3.0.202311071249 [2024-03-05T10:44:31.150Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.sqm.core,1.6.0.202311071345 [2024-03-05T10:44:31.150Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.feature,1.15.0.202311071249 [2024-03-05T10:44:31.150Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.oda.ws.ui.source,1.5.0.202311071249 [2024-03-05T10:44:31.150Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.query,1.4.0.202311071249 [2024-03-05T10:44:31.150Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.modelbase.dbdefinition.source,1.3.0.202311071249 [2024-03-05T10:44:31.150Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.oda.feature,1.15.0.202311071249 [2024-03-05T10:44:31.150Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.source,1.15.0.202311071249 [2024-03-05T10:44:31.150Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.help.source,1.8.0.202311071249 [2024-03-05T10:44:31.150Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.zseries,1.3.0.202311071249 [2024-03-05T10:44:31.150Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.parsers.feature.source,1.16.0.202311071638 [2024-03-05T10:44:31.150Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.results.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.150Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.oda.ws.ui,1.5.0.202311071249 [2024-03-05T10:44:31.150Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages,1.4.0.202311071249 [2024-03-05T10:44:31.150Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.ui,1.3.0.202311071249 [2024-03-05T10:44:31.150Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.intro,1.15.0.202311071249 [2024-03-05T10:44:31.150Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ase.source,1.3.0.202311071249 [2024-03-05T10:44:31.150Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.parsers.feature,1.16.0.202311071638 [2024-03-05T10:44:31.151Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.schemaobjecteditor.ui.source,1.4.0.202311071249 [2024-03-05T10:44:31.151Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.oda.xml.ui.source,1.5.0.202311071249 [2024-03-05T10:44:31.151Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.jdbc.feature,1.15.0.202311071249 [2024-03-05T10:44:31.151Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.modelbase.derby,1.3.0.202311071249 [2024-03-05T10:44:31.151Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.xml.query.source,1.3.0.202311071249 [2024-03-05T10:44:31.151Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.models,1.3.0.202311071249 [2024-03-05T10:44:31.151Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.ui.templates.source,1.3.0.202311071249 [2024-03-05T10:44:31.151Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sybase.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.151Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.console.profile.source,1.3.0.202311071249 [2024-03-05T10:44:31.151Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.data.ui.source,1.5.0.202311071249 [2024-03-05T10:44:31.151Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.hsqldb.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:31.151Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sap.maxdb.ui,1.3.0.202311071249 [2024-03-05T10:44:31.151Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.results.feature,1.15.0.202311071249 [2024-03-05T10:44:31.151Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.postgresql.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.151Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ase.ui,1.3.0.202311071249 [2024-03-05T10:44:31.151Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:31.151Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.oda.designer.core.feature,1.16.0.202311071345 [2024-03-05T10:44:31.151Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.mysql.feature,1.15.0.202311071249 [2024-03-05T10:44:31.151Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ingres.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.151Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.sqm.server.ui.source,1.4.0.202311071249 [2024-03-05T10:44:31.152Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:31.152Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.schemaobjecteditor,1.4.0.202311071249 [2024-03-05T10:44:31.152Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.sqlbuilder.source,1.3.0.202311071249 [2024-03-05T10:44:31.152Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.source,1.3.0.202311071249 [2024-03-05T10:44:31.152Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.editor.core.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.152Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql.source,1.3.0.202311071249 [2024-03-05T10:44:31.152Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2,1.3.0.202311071249 [2024-03-05T10:44:31.152Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.db.generic.ui,1.3.0.202311071249 [2024-03-05T10:44:31.152Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ase,1.3.0.202311071249 [2024-03-05T10:44:31.152Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql,1.3.0.202311071249 [2024-03-05T10:44:31.152Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.ingres.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.152Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:31.152Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.oracle.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:31.152Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.152Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.routineeditor,1.3.0.202311071249 [2024-03-05T10:44:31.152Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.msft.sqlserver.ui,1.3.0.202311071249 [2024-03-05T10:44:31.152Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.doc.user,1.15.0.202311071249 [2024-03-05T10:44:31.152Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.debugger.core.ui,1.3.0.202311071249 [2024-03-05T10:44:31.152Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.models.source,1.3.0.202311071249 [2024-03-05T10:44:31.152Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.doc.isv,1.15.0.202311071249 [2024-03-05T10:44:31.152Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.tabledataeditor,1.3.0.202311071249 [2024-03-05T10:44:31.152Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ui,1.3.0.202311071249 [2024-03-05T10:44:31.152Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.sqleditor.source,1.3.0.202311071249 [2024-03-05T10:44:31.153Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.ddl.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.153Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.help,1.8.0.202311071249 [2024-03-05T10:44:31.153Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.ibm.feature,1.15.0.202311071249 [2024-03-05T10:44:31.153Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.hsqldb.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.153Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.db.generic.source,1.3.0.202311071249 [2024-03-05T10:44:31.153Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.data.ui,1.5.0.202311071249 [2024-03-05T10:44:31.153Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.oracle.feature,1.15.0.202311071249 [2024-03-05T10:44:31.153Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sqlite.feature,1.15.0.202311071249 [2024-03-05T10:44:31.153Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.hsqldb.ui,1.3.0.202311071249 [2024-03-05T10:44:31.153Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ase.models.source,1.3.0.202311071249 [2024-03-05T10:44:31.153Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.db.derby.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.153Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.schemaobjecteditor.ui,1.4.0.202311071249 [2024-03-05T10:44:31.153Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.sql,1.3.0.202311071249 [2024-03-05T10:44:31.153Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.msft.sqlserver.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.153Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.jdt.feature,1.15.0.202311071249 [2024-03-05T10:44:31.153Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sqlite.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:31.153Z] - mirroring artifact osgi.bundle,org.apache.xml.resolver,1.2.0.v20230928-1222 [2024-03-05T10:44:31.153Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.xml.query,1.3.0.202311071249 [2024-03-05T10:44:31.153Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.sqlbuilder.feature,1.15.0.202311071249 [2024-03-05T10:44:31.153Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqltools.doc.user,1.15.0.202311071249 [2024-03-05T10:44:31.153Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.design.ui.source,3.5.0.202311071249 [2024-03-05T10:44:31.153Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.ddlgen.feature,1.15.0.202311071249 [2024-03-05T10:44:31.154Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.doc.isv.source,1.15.0.202311071249 [2024-03-05T10:44:31.154Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.oda.designer.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.154Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.oda.cshelp,1.5.0.202311071249 [2024-03-05T10:44:31.154Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.hsqldb.dbdefinition.source,1.3.0.202311071249 [2024-03-05T10:44:31.154Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql.lexer.source,1.4.0.202311071638 [2024-03-05T10:44:31.154Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sap.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.154Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ingres.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:31.154Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.oda.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.154Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.informix.ui,1.3.0.202311071249 [2024-03-05T10:44:31.154Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.debugger.core.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.154Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.mysql,1.3.0.202311071249 [2024-03-05T10:44:31.154Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.mysql.ui,1.3.0.202311071249 [2024-03-05T10:44:31.154Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.jdt.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.154Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples,2.8.0.202311071249 [2024-03-05T10:44:31.154Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.profile,3.5.0.202311071249 [2024-03-05T10:44:31.154Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sap.maxdb,1.3.0.202311071249 [2024-03-05T10:44:31.154Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.oda.ws,1.5.0.202311071249 [2024-03-05T10:44:31.154Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.oracle.source,1.3.0.202311071249 [2024-03-05T10:44:31.154Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.154Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ase.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.154Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.sqleditor,1.3.0.202311071249 [2024-03-05T10:44:31.154Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.db.generic.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.155Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.155Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.feature,1.16.0.202311071345 [2024-03-05T10:44:31.155Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.luw.ui,1.3.0.202311071249 [2024-03-05T10:44:31.155Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.hsqldb.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.155Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.db.generic,1.3.0.202311071249 [2024-03-05T10:44:31.155Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.oracle,1.3.0.202311071249 [2024-03-05T10:44:31.155Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.hsqldb,1.3.0.202311071249 [2024-03-05T10:44:31.155Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.oda.designer.feature,1.15.0.202311071249 [2024-03-05T10:44:31.155Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm,1.3.0.202311071249 [2024-03-05T10:44:31.155Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.dbdefinition.genericJDBC,1.3.0.202311071249 [2024-03-05T10:44:31.155Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:31.155Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.oda.designer.feature,1.15.0.202311071249 [2024-03-05T10:44:31.155Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.zseries.ui,1.3.0.202311071249 [2024-03-05T10:44:31.155Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.155Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.modelbase.derby.source,1.3.0.202311071249 [2024-03-05T10:44:31.155Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.ingres.feature,1.15.0.202311071249 [2024-03-05T10:44:31.155Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.result.ui,1.4.0.202311071249 [2024-03-05T10:44:31.155Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.apache.derby.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.155Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase,1.3.0.202311071249 [2024-03-05T10:44:31.155Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.msft.feature,1.16.0.202311071307 [2024-03-05T10:44:31.155Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.template.ui.source,3.5.0.202311071249 [2024-03-05T10:44:31.155Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.flatfile.ui,3.4.0.202311071249 [2024-03-05T10:44:31.156Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.models,1.3.0.202311071249 [2024-03-05T10:44:31.156Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages.source,1.4.0.202311071249 [2024-03-05T10:44:31.156Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.doc.user.contexts,1.8.0.202311071249 [2024-03-05T10:44:31.156Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.postgresql.source,1.4.0.202311071249 [2024-03-05T10:44:31.156Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.informix,1.3.0.202311071249 [2024-03-05T10:44:31.156Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.oda.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.156Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.sqlbuilder.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.156Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.ui.templates,1.3.0.202311071249 [2024-03-05T10:44:31.156Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.source,1.3.0.202311071249 [2024-03-05T10:44:31.156Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.db.generic.ui,1.3.0.202311071249 [2024-03-05T10:44:31.156Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.mysql.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.156Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.common.ui,1.3.0.202311071249 [2024-03-05T10:44:31.156Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.template.ui,3.5.0.202311071249 [2024-03-05T10:44:31.156Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.postgresql.feature,1.15.0.202311071249 [2024-03-05T10:44:31.156Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sqlite.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.156Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.common.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.156Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.ui,1.5.0.202311071249 [2024-03-05T10:44:31.156Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sap.feature,1.15.0.202311071249 [2024-03-05T10:44:31.156Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.apache.derby.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.156Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.doc.user,1.16.0.202311071249 [2024-03-05T10:44:31.156Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.ddlgen.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.157Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sqlite.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.157Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.mysql.source,1.3.0.202311071249 [2024-03-05T10:44:31.157Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.finfo,1.8.0.202311071249 [2024-03-05T10:44:31.157Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.modelbase.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:31.157Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.iseries.source,1.3.0.202311071249 [2024-03-05T10:44:31.157Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.ibm.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.157Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.sqm.core.ui.source,1.5.0.202311071249 [2024-03-05T10:44:31.157Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.sqlscrapbook.source,1.3.0.202311071249 [2024-03-05T10:44:31.157Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.zseries.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.157Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.modelbase.feature,1.15.0.202311071249 [2024-03-05T10:44:31.157Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.informix.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.157Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.sqlbuilder,1.3.0.202311071249 [2024-03-05T10:44:31.157Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.data.core,1.5.0.202311071249 [2024-03-05T10:44:31.157Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.oda.designer.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.157Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.sqlscrapbook,1.3.0.202311071249 [2024-03-05T10:44:31.157Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.oracle.ui,1.3.0.202311071249 [2024-03-05T10:44:31.157Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.plan.source,1.3.0.202311071249 [2024-03-05T10:44:31.157Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.plan,1.3.0.202311071249 [2024-03-05T10:44:31.157Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.oda.xml.ui,1.5.0.202311071249 [2024-03-05T10:44:31.157Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.routineeditor.source,1.3.0.202311071249 [2024-03-05T10:44:31.157Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature,1.15.0.202311071249 [2024-03-05T10:44:31.157Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.db.derby,1.3.0.202311071249 [2024-03-05T10:44:31.158Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.editor.core.source,1.3.0.202311071249 [2024-03-05T10:44:31.158Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql.xml.query.source,1.3.0.202311071249 [2024-03-05T10:44:31.158Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.mysql.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.158Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.debugger.core,1.3.0.202311071249 [2024-03-05T10:44:31.158Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.iseries.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.158Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.flatfile,3.4.0.202311071249 [2024-03-05T10:44:31.158Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.oracle.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.158Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.158Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.oda.xml.source,1.5.0.202311071249 [2024-03-05T10:44:31.158Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.doc.user.contexts,1.8.0.202311071249 [2024-03-05T10:44:31.158Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.ui.source,1.5.0.202311071249 [2024-03-05T10:44:31.158Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.sql.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.158Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sqlite.source,1.3.0.202311071249 [2024-03-05T10:44:31.419Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.data.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.419Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.data.feature,1.15.0.202311071249 [2024-03-05T10:44:31.419Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sdk,1.10.0.202311071249 [2024-03-05T10:44:31.419Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.ddlgen.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.419Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.zseries.source,1.3.0.202311071249 [2024-03-05T10:44:31.419Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity,1.15.0.202311071249 [2024-03-05T10:44:31.419Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.models.source,1.3.0.202311071249 [2024-03-05T10:44:31.419Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.hsqldb.source,1.3.0.202311071249 [2024-03-05T10:44:31.419Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.result,1.4.0.202311071249 [2024-03-05T10:44:31.419Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.result.ui.source,1.4.0.202311071249 [2024-03-05T10:44:31.419Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.oda.feature,1.15.0.202311071249 [2024-03-05T10:44:31.419Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.design.ui,3.5.0.202311071249 [2024-03-05T10:44:31.419Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa,1.3.0.202311071249 [2024-03-05T10:44:31.419Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.postgresql.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:31.420Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.feature,1.15.0.202311071249 [2024-03-05T10:44:31.420Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.jdt.classpath.source,1.3.0.202311071249 [2024-03-05T10:44:31.420Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.luw,1.3.0.202311071249 [2024-03-05T10:44:31.420Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sdk.feature,1.16.0.202311071345 [2024-03-05T10:44:31.420Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sqlite,1.3.0.202311071249 [2024-03-05T10:44:31.420Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.flatfile.ui.source,3.4.0.202311071249 [2024-03-05T10:44:31.420Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.query.edit.source,1.3.0.202311071249 [2024-03-05T10:44:31.420Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.routineeditor.ui,1.3.0.202311071249 [2024-03-05T10:44:31.420Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.oda.ws.source,1.5.0.202311071249 [2024-03-05T10:44:31.420Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.design.source,3.6.0.202311071249 [2024-03-05T10:44:31.420Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.informix.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:31.420Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.jdbc.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.420Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.result.source,1.4.0.202311071249 [2024-03-05T10:44:31.421Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.iseries.ui,1.3.0.202311071249 [2024-03-05T10:44:31.421Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.sql.ui,1.3.0.202311071249 [2024-03-05T10:44:31.421Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.intro,1.15.0.202311071249 [2024-03-05T10:44:31.421Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.msft.feature.source,1.16.0.202311071307 [2024-03-05T10:44:31.421Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.db.generic,1.3.0.202311071249 [2024-03-05T10:44:31.421Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.consumer.source,3.5.0.202311071249 [2024-03-05T10:44:31.681Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql.xml.query,1.3.0.202311071249 [2024-03-05T10:44:31.681Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.db.generic.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.681Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql.lexer,1.4.0.202311071638 [2024-03-05T10:44:31.682Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.oracle.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.682Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda,3.7.0.202311071249 [2024-03-05T10:44:31.682Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.source,2.8.0.202311071249 [2024-03-05T10:44:31.682Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.db.derby.source,1.3.0.202311071249 [2024-03-05T10:44:31.682Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.luw.source,1.3.0.202311071249 [2024-03-05T10:44:31.682Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ase.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:31.682Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ase.models,1.3.0.202311071249 [2024-03-05T10:44:31.682Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.flatfile.source,3.4.0.202311071249 [2024-03-05T10:44:31.682Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.source,3.7.0.202311071249 [2024-03-05T10:44:31.682Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.db.generic.source,1.3.0.202311071249 [2024-03-05T10:44:31.682Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql.query.source,1.5.0.202311071249 [2024-03-05T10:44:31.682Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.683Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ingres,1.3.0.202311071249 [2024-03-05T10:44:31.683Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.iseries,1.3.0.202311071249 [2024-03-05T10:44:31.683Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.edit.source,1.3.0.202311071249 [2024-03-05T10:44:31.683Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:31.683Z] - mirrored artifact osgi.bundle,org.apache.xerces,2.12.2.v20230928-1306 [2024-03-05T10:44:31.943Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.editor.core.ui,1.3.0.202311071249 [2024-03-05T10:44:31.943Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.query.source,1.4.0.202311071249 [2024-03-05T10:44:31.943Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.mysql.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:31.943Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.schemaobjecteditor.source,1.4.0.202311071249 [2024-03-05T10:44:31.943Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.postgresql,1.4.0.202311071249 [2024-03-05T10:44:31.943Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.msft.sqlserver.source,1.4.0.202311071307 [2024-03-05T10:44:31.944Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.common.doc.user,1.15.0.202311071249 [2024-03-05T10:44:31.944Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sap.maxdb.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:31.944Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.apache.derby.ui,1.3.0.202311071249 [2024-03-05T10:44:31.944Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.oda.designer.core.feature.source,1.16.0.202311071345 [2024-03-05T10:44:31.944Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.ui.dse.source,1.4.0.202311071249 [2024-03-05T10:44:31.944Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.sqm.core.source,1.6.0.202311071345 [2024-03-05T10:44:31.944Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.apache.derby.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:31.944Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.informix.source,1.3.0.202311071249 [2024-03-05T10:44:31.944Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.source,1.3.0.202311071249 [2024-03-05T10:44:31.944Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.modelbase.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.944Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sap.maxdb.source,1.3.0.202311071249 [2024-03-05T10:44:31.944Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.postgresql.ui,1.3.0.202311071249 [2024-03-05T10:44:31.944Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.edit,1.3.0.202311071249 [2024-03-05T10:44:31.945Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.ui.dse,1.4.0.202311071249 [2024-03-05T10:44:31.945Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.apache.derby.feature,1.15.0.202311071249 [2024-03-05T10:44:31.945Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.tabledataeditor.source,1.3.0.202311071249 [2024-03-05T10:44:31.945Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ingres.ui,1.3.0.202311071249 [2024-03-05T10:44:31.945Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.sqm.server.ui,1.4.0.202311071249 [2024-03-05T10:44:31.945Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql.query,1.5.0.202311071249 [2024-03-05T10:44:31.945Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.source,1.3.0.202311071249 [2024-03-05T10:44:31.945Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.consumer,3.5.0.202311071249 [2024-03-05T10:44:31.945Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.debugger.core.source,1.3.0.202311071249 [2024-03-05T10:44:31.945Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.oda.xml,1.5.0.202311071249 [2024-03-05T10:44:31.945Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.routineeditor.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.945Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.doc.user,1.15.0.202311071249 [2024-03-05T10:44:31.945Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.sql.source,1.3.0.202311071249 [2024-03-05T10:44:31.945Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sdk.feature.source,1.15.0.202311071249 [2024-03-05T10:44:31.946Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.ui,1.3.0.202311071249 [2024-03-05T10:44:31.946Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.console.profile,1.3.0.202311071249 [2024-03-05T10:44:31.946Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sdk.source,1.10.0.202311071249 [2024-03-05T10:44:31.946Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.source,1.3.0.202311071249 [2024-03-05T10:44:31.946Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.doc.user,1.15.0.202311071249 [2024-03-05T10:44:31.946Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sap.maxdb.ui.source,1.3.0.202311071249 [2024-03-05T10:44:31.946Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.finfo.source,1.8.0.202311071249 [2024-03-05T10:44:31.946Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.modelbase.sql,1.3.0.202311071249 [2024-03-05T10:44:31.946Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sdk.feature,1.15.0.202311071249 [2024-03-05T10:44:31.946Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.hsqldb.feature,1.15.0.202311071249 [2024-03-05T10:44:31.946Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.db.derby.ui,1.3.0.202311071249 [2024-03-05T10:44:32.208Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.apache.derby.source,1.3.0.202311071249 [2024-03-05T10:44:32.208Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.apache.derby,1.3.0.202311071249 [2024-03-05T10:44:32.208Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.feature.source,1.16.0.202311071345 [2024-03-05T10:44:32.208Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.ddl.feature,1.15.0.202311071249 [2024-03-05T10:44:32.208Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.common.doc.user,1.15.0.202311071249 [2024-03-05T10:44:32.208Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.doc.user,1.15.0.202311071249 [2024-03-05T10:44:32.208Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.msft.sqlserver,1.4.0.202311071307 [2024-03-05T10:44:32.208Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.query.edit,1.3.0.202311071249 [2024-03-05T10:44:32.208Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.design,3.6.0.202311071249 [2024-03-05T10:44:32.208Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.sqm.core.ui,1.5.0.202311071249 [2024-03-05T10:44:32.208Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sybase.feature,1.15.0.202311071249 [2024-03-05T10:44:32.208Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.editor.core,1.3.0.202311071249 [2024-03-05T10:44:32.208Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.data.core.source,1.5.0.202311071249 [2024-03-05T10:44:32.208Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.postgresql.ui.source,1.3.0.202311071249 [2024-03-05T10:44:32.208Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sdk.feature.source,1.16.0.202311071345 [2024-03-05T10:44:32.208Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sqlite.ui,1.3.0.202311071249 [2024-03-05T10:44:32.208Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.profile.source,3.5.0.202311071249 [2024-03-05T10:44:32.208Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.luw.ui.source,1.3.0.202311071249 [2024-03-05T10:44:32.209Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.ddlgen.ui,1.3.0.202311071249 [2024-03-05T10:44:32.209Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ingres.source,1.3.0.202311071249 [2024-03-05T10:44:32.209Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.jdt.classpath,1.3.0.202311071249 [2024-03-05T10:44:32.209Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.feature,1.15.0.202311071249 [2024-03-05T10:44:32.209Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.sqm.core,1.6.0.202311071345 [2024-03-05T10:44:32.209Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.oda.ws.ui.source,1.5.0.202311071249 [2024-03-05T10:44:32.209Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.modelbase.dbdefinition.source,1.3.0.202311071249 [2024-03-05T10:44:32.209Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.oda.feature,1.15.0.202311071249 [2024-03-05T10:44:32.209Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.source,1.15.0.202311071249 [2024-03-05T10:44:32.209Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.query,1.4.0.202311071249 [2024-03-05T10:44:32.209Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.help.source,1.8.0.202311071249 [2024-03-05T10:44:32.209Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.zseries,1.3.0.202311071249 [2024-03-05T10:44:32.209Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.parsers.feature.source,1.16.0.202311071638 [2024-03-05T10:44:32.209Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.results.feature.source,1.15.0.202311071249 [2024-03-05T10:44:32.209Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.oda.ws.ui,1.5.0.202311071249 [2024-03-05T10:44:32.209Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages,1.4.0.202311071249 [2024-03-05T10:44:32.209Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.intro,1.15.0.202311071249 [2024-03-05T10:44:32.209Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.ui,1.3.0.202311071249 [2024-03-05T10:44:32.209Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ase.source,1.3.0.202311071249 [2024-03-05T10:44:32.209Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.schemaobjecteditor.ui.source,1.4.0.202311071249 [2024-03-05T10:44:32.209Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.parsers.feature,1.16.0.202311071638 [2024-03-05T10:44:32.209Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.jdbc.feature,1.15.0.202311071249 [2024-03-05T10:44:32.210Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.oda.xml.ui.source,1.5.0.202311071249 [2024-03-05T10:44:32.210Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.modelbase.derby,1.3.0.202311071249 [2024-03-05T10:44:32.210Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.xml.query.source,1.3.0.202311071249 [2024-03-05T10:44:32.210Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.models,1.3.0.202311071249 [2024-03-05T10:44:32.210Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.ui.templates.source,1.3.0.202311071249 [2024-03-05T10:44:32.210Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sybase.feature.source,1.15.0.202311071249 [2024-03-05T10:44:32.210Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.console.profile.source,1.3.0.202311071249 [2024-03-05T10:44:32.210Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.data.ui.source,1.5.0.202311071249 [2024-03-05T10:44:32.470Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sap.maxdb.ui,1.3.0.202311071249 [2024-03-05T10:44:32.470Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.hsqldb.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:32.470Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.results.feature,1.15.0.202311071249 [2024-03-05T10:44:32.470Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ase.ui,1.3.0.202311071249 [2024-03-05T10:44:32.470Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.postgresql.feature.source,1.15.0.202311071249 [2024-03-05T10:44:32.470Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:32.470Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.oda.designer.core.feature,1.16.0.202311071345 [2024-03-05T10:44:32.470Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.mysql.feature,1.15.0.202311071249 [2024-03-05T10:44:32.470Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ingres.ui.source,1.3.0.202311071249 [2024-03-05T10:44:32.470Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.sqm.server.ui.source,1.4.0.202311071249 [2024-03-05T10:44:32.471Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:32.471Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.schemaobjecteditor,1.4.0.202311071249 [2024-03-05T10:44:32.471Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.source,1.3.0.202311071249 [2024-03-05T10:44:32.471Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.sqlbuilder.source,1.3.0.202311071249 [2024-03-05T10:44:32.471Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.editor.core.ui.source,1.3.0.202311071249 [2024-03-05T10:44:32.471Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql.source,1.3.0.202311071249 [2024-03-05T10:44:32.471Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2,1.3.0.202311071249 [2024-03-05T10:44:32.471Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.db.generic.ui,1.3.0.202311071249 [2024-03-05T10:44:32.471Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql,1.3.0.202311071249 [2024-03-05T10:44:32.471Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.ingres.feature.source,1.15.0.202311071249 [2024-03-05T10:44:32.471Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ase,1.3.0.202311071249 [2024-03-05T10:44:32.471Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:32.471Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.oracle.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:32.471Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.feature.source,1.15.0.202311071249 [2024-03-05T10:44:32.471Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.msft.sqlserver.ui,1.3.0.202311071249 [2024-03-05T10:44:32.471Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.routineeditor,1.3.0.202311071249 [2024-03-05T10:44:32.471Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.doc.user,1.15.0.202311071249 [2024-03-05T10:44:32.471Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.debugger.core.ui,1.3.0.202311071249 [2024-03-05T10:44:32.471Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.models.source,1.3.0.202311071249 [2024-03-05T10:44:32.471Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.doc.isv,1.15.0.202311071249 [2024-03-05T10:44:32.471Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.tabledataeditor,1.3.0.202311071249 [2024-03-05T10:44:32.471Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ui,1.3.0.202311071249 [2024-03-05T10:44:32.471Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.ddl.feature.source,1.15.0.202311071249 [2024-03-05T10:44:32.472Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.sqleditor.source,1.3.0.202311071249 [2024-03-05T10:44:32.472Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.ibm.feature,1.15.0.202311071249 [2024-03-05T10:44:32.472Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.help,1.8.0.202311071249 [2024-03-05T10:44:32.472Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.hsqldb.ui.source,1.3.0.202311071249 [2024-03-05T10:44:32.472Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.db.generic.source,1.3.0.202311071249 [2024-03-05T10:44:32.472Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.data.ui,1.5.0.202311071249 [2024-03-05T10:44:32.472Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.oracle.feature,1.15.0.202311071249 [2024-03-05T10:44:32.472Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sqlite.feature,1.15.0.202311071249 [2024-03-05T10:44:32.472Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.hsqldb.ui,1.3.0.202311071249 [2024-03-05T10:44:32.472Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.db.derby.ui.source,1.3.0.202311071249 [2024-03-05T10:44:32.732Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.schemaobjecteditor.ui,1.4.0.202311071249 [2024-03-05T10:44:32.732Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.sql,1.3.0.202311071249 [2024-03-05T10:44:32.732Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.msft.sqlserver.ui.source,1.3.0.202311071249 [2024-03-05T10:44:32.732Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.jdt.feature,1.15.0.202311071249 [2024-03-05T10:44:32.732Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ase.models.source,1.3.0.202311071249 [2024-03-05T10:44:32.732Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sqlite.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:32.732Z] - mirrored artifact osgi.bundle,org.apache.xml.resolver,1.2.0.v20230928-1222 [2024-03-05T10:44:32.732Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.sqlbuilder.feature,1.15.0.202311071249 [2024-03-05T10:44:32.733Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.xml.query,1.3.0.202311071249 [2024-03-05T10:44:32.733Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.design.ui.source,3.5.0.202311071249 [2024-03-05T10:44:32.733Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqltools.doc.user,1.15.0.202311071249 [2024-03-05T10:44:32.733Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.doc.isv.source,1.15.0.202311071249 [2024-03-05T10:44:32.733Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.oda.designer.feature.source,1.15.0.202311071249 [2024-03-05T10:44:32.733Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.ddlgen.feature,1.15.0.202311071249 [2024-03-05T10:44:32.733Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.hsqldb.dbdefinition.source,1.3.0.202311071249 [2024-03-05T10:44:32.733Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql.lexer.source,1.4.0.202311071638 [2024-03-05T10:44:32.733Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.oda.cshelp,1.5.0.202311071249 [2024-03-05T10:44:32.733Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sap.feature.source,1.15.0.202311071249 [2024-03-05T10:44:32.733Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ingres.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:32.734Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.informix.ui,1.3.0.202311071249 [2024-03-05T10:44:32.734Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.oda.feature.source,1.15.0.202311071249 [2024-03-05T10:44:32.734Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.mysql,1.3.0.202311071249 [2024-03-05T10:44:32.734Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.debugger.core.ui.source,1.3.0.202311071249 [2024-03-05T10:44:32.734Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.mysql.ui,1.3.0.202311071249 [2024-03-05T10:44:32.734Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.jdt.feature.source,1.15.0.202311071249 [2024-03-05T10:44:32.734Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.profile,3.5.0.202311071249 [2024-03-05T10:44:32.734Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sap.maxdb,1.3.0.202311071249 [2024-03-05T10:44:32.734Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.oda.ws,1.5.0.202311071249 [2024-03-05T10:44:32.734Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples,2.8.0.202311071249 [2024-03-05T10:44:32.734Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.feature.source,1.15.0.202311071249 [2024-03-05T10:44:32.735Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.oracle.source,1.3.0.202311071249 [2024-03-05T10:44:32.735Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ase.ui.source,1.3.0.202311071249 [2024-03-05T10:44:32.735Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.sqleditor,1.3.0.202311071249 [2024-03-05T10:44:32.735Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.db.generic.ui.source,1.3.0.202311071249 [2024-03-05T10:44:32.735Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.feature,1.16.0.202311071345 [2024-03-05T10:44:32.735Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.luw.ui,1.3.0.202311071249 [2024-03-05T10:44:32.735Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.ui.source,1.3.0.202311071249 [2024-03-05T10:44:32.735Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.hsqldb.feature.source,1.15.0.202311071249 [2024-03-05T10:44:32.735Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.db.generic,1.3.0.202311071249 [2024-03-05T10:44:32.995Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.oracle,1.3.0.202311071249 [2024-03-05T10:44:32.995Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.hsqldb,1.3.0.202311071249 [2024-03-05T10:44:32.995Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.oda.designer.feature,1.15.0.202311071249 [2024-03-05T10:44:32.995Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.dbdefinition.genericJDBC,1.3.0.202311071249 [2024-03-05T10:44:32.995Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:32.995Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm,1.3.0.202311071249 [2024-03-05T10:44:32.995Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.oda.designer.feature,1.15.0.202311071249 [2024-03-05T10:44:32.995Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.zseries.ui,1.3.0.202311071249 [2024-03-05T10:44:32.995Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.modelbase.derby.source,1.3.0.202311071249 [2024-03-05T10:44:32.995Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ui.source,1.3.0.202311071249 [2024-03-05T10:44:32.995Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.ingres.feature,1.15.0.202311071249 [2024-03-05T10:44:32.996Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.apache.derby.feature.source,1.15.0.202311071249 [2024-03-05T10:44:32.996Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.result.ui,1.4.0.202311071249 [2024-03-05T10:44:32.996Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase,1.3.0.202311071249 [2024-03-05T10:44:32.996Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.msft.feature,1.16.0.202311071307 [2024-03-05T10:44:32.996Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.template.ui.source,3.5.0.202311071249 [2024-03-05T10:44:32.996Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.flatfile.ui,3.4.0.202311071249 [2024-03-05T10:44:32.996Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.models,1.3.0.202311071249 [2024-03-05T10:44:32.996Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.doc.user.contexts,1.8.0.202311071249 [2024-03-05T10:44:32.996Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages.source,1.4.0.202311071249 [2024-03-05T10:44:32.996Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.postgresql.source,1.4.0.202311071249 [2024-03-05T10:44:32.996Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.informix,1.3.0.202311071249 [2024-03-05T10:44:32.996Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.oda.feature.source,1.15.0.202311071249 [2024-03-05T10:44:32.996Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.sqlbuilder.feature.source,1.15.0.202311071249 [2024-03-05T10:44:32.996Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.ui.templates,1.3.0.202311071249 [2024-03-05T10:44:32.996Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.db.generic.ui,1.3.0.202311071249 [2024-03-05T10:44:32.996Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.mysql.feature.source,1.15.0.202311071249 [2024-03-05T10:44:32.996Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.source,1.3.0.202311071249 [2024-03-05T10:44:32.996Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.template.ui,3.5.0.202311071249 [2024-03-05T10:44:32.996Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.postgresql.feature,1.15.0.202311071249 [2024-03-05T10:44:32.996Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.common.ui,1.3.0.202311071249 [2024-03-05T10:44:32.996Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sqlite.feature.source,1.15.0.202311071249 [2024-03-05T10:44:32.997Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.common.ui.source,1.3.0.202311071249 [2024-03-05T10:44:32.997Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sap.feature,1.15.0.202311071249 [2024-03-05T10:44:32.997Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.ui,1.5.0.202311071249 [2024-03-05T10:44:32.997Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.doc.user,1.16.0.202311071249 [2024-03-05T10:44:32.997Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.apache.derby.ui.source,1.3.0.202311071249 [2024-03-05T10:44:32.997Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sqlite.ui.source,1.3.0.202311071249 [2024-03-05T10:44:32.997Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.ddlgen.ui.source,1.3.0.202311071249 [2024-03-05T10:44:32.997Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.finfo,1.8.0.202311071249 [2024-03-05T10:44:32.997Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.mysql.source,1.3.0.202311071249 [2024-03-05T10:44:33.257Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.iseries.source,1.3.0.202311071249 [2024-03-05T10:44:33.257Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.modelbase.dbdefinition,1.3.0.202311071249 [2024-03-05T10:44:33.257Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.ibm.feature.source,1.15.0.202311071249 [2024-03-05T10:44:33.257Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.sqlscrapbook.source,1.3.0.202311071249 [2024-03-05T10:44:33.257Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.zseries.ui.source,1.3.0.202311071249 [2024-03-05T10:44:33.257Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.sqm.core.ui.source,1.5.0.202311071249 [2024-03-05T10:44:33.257Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.informix.ui.source,1.3.0.202311071249 [2024-03-05T10:44:33.257Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.modelbase.feature,1.15.0.202311071249 [2024-03-05T10:44:33.257Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.data.core,1.5.0.202311071249 [2024-03-05T10:44:33.257Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.oda.designer.feature.source,1.15.0.202311071249 [2024-03-05T10:44:33.257Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.sqlscrapbook,1.3.0.202311071249 [2024-03-05T10:44:33.257Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.oracle.ui,1.3.0.202311071249 [2024-03-05T10:44:33.257Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.sqlbuilder,1.3.0.202311071249 [2024-03-05T10:44:33.257Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.plan.source,1.3.0.202311071249 [2024-03-05T10:44:33.257Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.plan,1.3.0.202311071249 [2024-03-05T10:44:33.257Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.routineeditor.source,1.3.0.202311071249 [2024-03-05T10:44:33.257Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature,1.15.0.202311071249 [2024-03-05T10:44:33.257Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.oda.xml.ui,1.5.0.202311071249 [2024-03-05T10:44:33.257Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.editor.core.source,1.3.0.202311071249 [2024-03-05T10:44:33.257Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.db.derby,1.3.0.202311071249 [2024-03-05T10:44:33.258Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.mysql.ui.source,1.3.0.202311071249 [2024-03-05T10:44:33.258Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql.xml.query.source,1.3.0.202311071249 [2024-03-05T10:44:33.258Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.debugger.core,1.3.0.202311071249 [2024-03-05T10:44:33.258Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.iseries.ui.source,1.3.0.202311071249 [2024-03-05T10:44:33.258Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.flatfile,3.4.0.202311071249 [2024-03-05T10:44:33.258Z] Mirroring artifacts from https://download.eclipse.org/webtools/downloads/drops/R3.33.0/S-3.33RC2-20240304165142/repository [2024-03-05T10:44:33.537Z] - mirroring artifact osgi.bundle,org.eclipse.wtp.epp.package.capabilities,1.3.0.v201902122017 [2024-03-05T10:44:33.537Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.web_core.feature,3.33.0.v202402030251 [2024-03-05T10:44:33.537Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.ws.jaxws.dom.feature,1.0.600.v202308010354 [2024-03-05T10:44:33.537Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.jshint.ui,1.1.0.v202308160419 [2024-03-05T10:44:33.537Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.jndi,12.0.6 [2024-03-05T10:44:33.537Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.servlets,12.0.6 [2024-03-05T10:44:33.537Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.tomcat.ui.source,1.1.1100.v202307100353 [2024-03-05T10:44:33.537Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xmleditor.doc.user,1.1.0.v201903222120 [2024-03-05T10:44:33.537Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.ui.doc.user.source,1.0.600.v201901310132 [2024-03-05T10:44:33.537Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.cxf.doc.user,1.0.300.v201902162149 [2024-03-05T10:44:33.537Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.wipbackend.dev.source,0.6.0.v202307190318 [2024-03-05T10:44:33.537Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.server_adapters.feature.source,3.33.0.v202401292308 [2024-03-05T10:44:33.537Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxws.dom.integration.source,1.1.0.v202308010229 [2024-03-05T10:44:33.537Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.emf,1.2.700.v202007161535 [2024-03-05T10:44:33.537Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis.consumption.ui.source,1.1.0.v202308010145 [2024-03-05T10:44:33.538Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.creation.ejb.ui.source,1.0.400.v202308010145 [2024-03-05T10:44:33.538Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.debug.crossfire,1.1.0.v202307190318 [2024-03-05T10:44:33.538Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.source,0.6.0.v202307190318 [2024-03-05T10:44:33.538Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.wipbackend.protocol_1_0,0.6.0.v202307190351 [2024-03-05T10:44:33.538Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.annotate.source,1.1.0.v202308172102 [2024-03-05T10:44:33.538Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.common.fproj.enablement.jdt,3.29.0.v202308161955 [2024-03-05T10:44:33.538Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.doc,1.1.0.v202110312208 [2024-03-05T10:44:33.538Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.ui.source,1.6.200.v202308172116 [2024-03-05T10:44:33.538Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.core.source,1.5.0.v202307260438 [2024-03-05T10:44:33.538Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsdeditor.doc.user,1.0.800.v201903222120 [2024-03-05T10:44:33.538Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.emfworkbench.integration,1.3.0.v202308161955 [2024-03-05T10:44:33.538Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.snippets.source,1.3.0.v202308161955 [2024-03-05T10:44:33.538Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.xml,12.0.6 [2024-03-05T10:44:33.538Z] - mirroring artifact osgi.bundle,org.apache.commons.collections,3.2.2.v201511171945 [2024-03-05T10:44:33.538Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.ui.infopop,1.1.200.v201901310132 [2024-03-05T10:44:33.538Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.doc.user,1.0.700.v201903222115 [2024-03-05T10:44:33.538Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.wipbackend.dev,0.6.0.v202307190318 [2024-03-05T10:44:33.538Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.cxf.ui.source,1.1.0.v202308010145 [2024-03-05T10:44:33.538Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxb.core,1.1.0.v202308010229 [2024-03-05T10:44:33.538Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xml.xpath.ui,1.2.0.v202307260701 [2024-03-05T10:44:33.538Z] - mirroring artifact osgi.bundle,org.eclipse.persistence.moxy.source,2.7.3.v20180807-4be1041 [2024-03-05T10:44:33.538Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis.ui.doc.user.source,1.1.200.v201903222115 [2024-03-05T10:44:33.538Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxws.doc.user,1.0.400.v201902162216 [2024-03-05T10:44:33.538Z] - mirroring artifact osgi.bundle,org.eclipse.wst.ws.ui,1.2.1.v202308010145 [2024-03-05T10:44:33.538Z] - mirroring artifact osgi.bundle,org.eclipse.jst.common.frameworks.source,1.2.0.v202307260438 [2024-03-05T10:44:33.538Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.source,0.4.0.v202307190339 [2024-03-05T10:44:33.538Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpadiagrameditor.ui.source,1.2.201.v202307260736 [2024-03-05T10:44:33.538Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.cxf.doc.user.source,1.0.300.v201902162149 [2024-03-05T10:44:33.538Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.jshint.core,1.1.0.v202308160419 [2024-03-05T10:44:33.539Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.ws.jaxws.feature,1.2.1000.v202311280000 [2024-03-05T10:44:33.539Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.project.facet.core.source,1.5.0.v202308161955 [2024-03-05T10:44:33.539Z] - mirroring artifact osgi.bundle,javax.activation,1.1.0.v201211130549 [2024-03-05T10:44:33.539Z] - mirroring artifact osgi.bundle,org.apache.commons.discovery,0.5.0 [2024-03-05T10:44:33.539Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.ui.source,1.2.401.v202308161955 [2024-03-05T10:44:33.539Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.modulecore,1.3.200.v202108200212 [2024-03-05T10:44:33.539Z] - mirroring artifact osgi.bundle,org.eclipse.json,1.2.0.v202308160419 [2024-03-05T10:44:33.539Z] - mirroring artifact osgi.bundle,org.eclipse.wst.ws.infopop.source,1.0.400.v201903050508 [2024-03-05T10:44:33.539Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.infopop.source,1.0.301.v202307170218 [2024-03-05T10:44:33.539Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.frameworks.ui,1.3.0.v202308161955 [2024-03-05T10:44:33.539Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.cxf.consumption.ui,1.1.0.v202308010229 [2024-03-05T10:44:33.539Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxrs.core.source,1.2.0.v202311232240 [2024-03-05T10:44:33.539Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.web_js_support.feature,3.32.0.v202309190220 [2024-03-05T10:44:33.539Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.ui.source,0.7.0.v202307190318 [2024-03-05T10:44:33.539Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.npm.ui,1.1.0.v202308160419 [2024-03-05T10:44:33.539Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.core.source,1.2.200.v202302070714 [2024-03-05T10:44:33.539Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jaxb.ui,1.5.200.v202301061019 [2024-03-05T10:44:33.539Z] - mirroring artifact osgi.bundle,org.eclipse.wst.css.ui,1.2.200.v202308160453 [2024-03-05T10:44:33.539Z] - mirroring artifact osgi.bundle,org.eclipse.wst.web.source,1.3.200.v202305221615 [2024-03-05T10:44:33.539Z] - mirroring artifact osgi.bundle,org.eclipse.wst.webtools.doc.user.source,1.0.500.v201903222120 [2024-03-05T10:44:33.539Z] - mirroring artifact osgi.bundle,jakarta.servlet.jsp,3.0.0.v20210105-0527 [2024-03-05T10:44:33.539Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpadiagrameditor.ui,1.2.201.v202307260736 [2024-03-05T10:44:33.539Z] - mirroring artifact osgi.bundle,org.eclipse.persistence.antlr,3.5.2.v201711011707 [2024-03-05T10:44:33.539Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.ui,1.1.100.v202308012257 [2024-03-05T10:44:33.539Z] - mirroring artifact osgi.bundle,org.eclipse.jst.servlet.ui,1.2.0.v202402152248 [2024-03-05T10:44:33.539Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.jaxp.debug.source,1.1.100.v202202230212 [2024-03-05T10:44:33.539Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.ws.cxf.feature,1.1.1200.v202311232240 [2024-03-05T10:44:33.539Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.ws.axis2tools.feature,1.2.0.v202308010354 [2024-03-05T10:44:33.539Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxrs.core,1.2.0.v202311232240 [2024-03-05T10:44:33.539Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.infopop.source,1.0.400.v201903050508 [2024-03-05T10:44:33.539Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.server_core.feature,3.4.600.v202401292345 [2024-03-05T10:44:33.540Z] - mirroring artifact osgi.bundle,org.eclipse.jst.common.frameworks,1.2.0.v202307260438 [2024-03-05T10:44:33.540Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ejb.doc.user,1.1.301.v201903222024 [2024-03-05T10:44:33.540Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.jsdt.chromium.debug.feature.source,0.7.0.v202307190351 [2024-03-05T10:44:33.540Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.core.source,0.6.0.v202307190318 [2024-03-05T10:44:33.540Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jaxb.core.source,1.4.101.v201902121834 [2024-03-05T10:44:33.540Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsf.facelet.core,1.5.0.v202308300413 [2024-03-05T10:44:33.540Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.discovery.source,1.3.500.v202308172116 [2024-03-05T10:44:33.540Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.webservice,1.2.0.v202307260438 [2024-03-05T10:44:33.540Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.common.ui.source,1.4.201.v202301061019 [2024-03-05T10:44:33.540Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.webservice.ui.source,1.2.0.v202402152248 [2024-03-05T10:44:33.540Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsf.standard.tagsupport,1.6.0.v202303190717 [2024-03-05T10:44:33.540Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.eclipselink.core,2.5.0.v202308172102 [2024-03-05T10:44:33.540Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.creation.ui,1.1.0.v202308010145 [2024-03-05T10:44:33.540Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.doc.user,1.1.400.v202101072335 [2024-03-05T10:44:33.540Z] - mirroring artifact osgi.bundle,org.eclipse.jem.beaninfo.vm.common,2.1.0.v202402152248 [2024-03-05T10:44:33.540Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.plus,12.0.6 [2024-03-05T10:44:33.540Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jsf.feature,3.13.0.v202308300413 [2024-03-05T10:44:33.540Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.common_core.feature,3.31.0.v202308161955 [2024-03-05T10:44:33.540Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxws.utils.source,1.1.0.v202308010354 [2024-03-05T10:44:33.540Z] - mirroring artifact osgi.bundle,org.apache.wsil4j,1.0.0.v20230923-0644 [2024-03-05T10:44:33.540Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.eclipselink.branding,3.4.1.v201902121834 [2024-03-05T10:44:33.540Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.server_adapters.ext.feature.source,3.4.900.v202402192305 [2024-03-05T10:44:33.540Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.ejb,1.2.0.v202307260438 [2024-03-05T10:44:33.540Z] - mirroring artifact osgi.bundle,org.eclipse.jst.common.annotations.core.source,1.2.0.v202307260438 [2024-03-05T10:44:33.540Z] - mirroring artifact osgi.bundle,org.eclipse.jst.common.annotations.ui,1.2.0.v202307260438 [2024-03-05T10:44:33.540Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.jca,1.2.0.v202307260438 [2024-03-05T10:44:33.540Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.branding,3.4.1.v201902121834 [2024-03-05T10:44:33.540Z] - mirroring artifact osgi.bundle,org.eclipse.jsf.branding,3.5.1.v201902121810 [2024-03-05T10:44:33.540Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.js,0.2.0.v202307190318 [2024-03-05T10:44:33.541Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.emf.source,1.2.700.v202007161535 [2024-03-05T10:44:33.541Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.preview.adapter,1.2.100.v202401292308 [2024-03-05T10:44:33.541Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotations.emitter.source,1.2.0.v202307261744 [2024-03-05T10:44:33.541Z] - mirroring artifact osgi.bundle,org.eclipse.wst.html.core,1.4.400.v202308160453 [2024-03-05T10:44:33.541Z] - mirroring artifact osgi.bundle,org.eclipse.wst.wsi.source,1.1.501.v202308010145 [2024-03-05T10:44:33.541Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.json_core.feature,1.1.9.v202308160419 [2024-03-05T10:44:33.541Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xml.ui,1.2.701.v202308160453 [2024-03-05T10:44:33.541Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jaxb.ui.source,1.5.200.v202301061019 [2024-03-05T10:44:33.541Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.jaxp.launching,1.1.200.v202301080401 [2024-03-05T10:44:33.541Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.common.fproj.source,3.7.4.v202308161955 [2024-03-05T10:44:33.541Z] - mirroring artifact osgi.bundle,org.eclipse.wst.command.env.ui,1.2.0.v202308012257 [2024-03-05T10:44:33.541Z] - mirroring artifact osgi.bundle,org.eclipse.wst.ws.parser.source,1.1.0.v202308012257 [2024-03-05T10:44:33.541Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.ui.source,3.6.100.v202305092307 [2024-03-05T10:44:33.541Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.common.core,1.6.0.v202308172102 [2024-03-05T10:44:33.541Z] - mirroring artifact osgi.bundle,org.eclipse.wst.validation.infopop.source,1.0.300.v202007131715 [2024-03-05T10:44:33.541Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.bower.core,1.1.0.v202308160419 [2024-03-05T10:44:33.541Z] - mirroring artifact osgi.bundle,org.eclipse.wst.internet.monitor.ui.source,1.0.801.v202308110227 [2024-03-05T10:44:33.541Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jpt.jpa.feature,3.7.0.v202308172102 [2024-03-05T10:44:33.541Z] - mirroring artifact osgi.bundle,org.eclipse.wst.command.env.doc.user,1.5.400.v201903222115 [2024-03-05T10:44:33.541Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsf.ui,1.7.0.v202303190717 [2024-03-05T10:44:33.541Z] - mirroring artifact osgi.bundle,org.eclipse.wst.web.ui,1.2.500.v202308160453 [2024-03-05T10:44:33.541Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.modulecore.source,1.3.200.v202108200212 [2024-03-05T10:44:33.541Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.eslint.core,1.1.0.v202308160419 [2024-03-05T10:44:33.541Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.server_adapters.feature,3.33.0.v202401292308 [2024-03-05T10:44:33.541Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.consumption.infopop.source,1.0.400.v201903050508 [2024-03-05T10:44:33.541Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.jsdtbridge,0.6.0.v202307190318 [2024-03-05T10:44:33.541Z] - mirroring artifact osgi.bundle,org.eclipse.jst.pagedesigner.jsf.ui,1.6.0.v202303190717 [2024-03-05T10:44:33.541Z] - mirroring artifact osgi.bundle,org.apache.velocity,1.7.0 [2024-03-05T10:44:33.541Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.tomcat.ui,1.1.1100.v202307100353 [2024-03-05T10:44:33.541Z] - mirroring artifact osgi.bundle,org.eclipse.wst.internet.monitor.ui,1.0.801.v202308110227 [2024-03-05T10:44:33.542Z] - mirroring artifact osgi.bundle,org.eclipse.wst.wsdl.source,1.3.1.v202308012257 [2024-03-05T10:44:33.542Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.debug.rhino.debugger,1.1.0.v202307190318 [2024-03-05T10:44:33.542Z] - mirroring artifact osgi.bundle,org.eclipse.jst.pagedesigner.jsp.core,1.6.0.v202303190717 [2024-03-05T10:44:33.542Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.enterprise_ui.feature,3.33.0.v202401080452 [2024-03-05T10:44:33.542Z] - mirroring artifact osgi.bundle,org.eclipse.wtp.web.capabilities.source,1.0.200.v201901071922 [2024-03-05T10:44:33.542Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.ui,3.6.100.v202305092307 [2024-03-05T10:44:33.542Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.xdoclet.runtime.source,1.2.0.v202101081429 [2024-03-05T10:44:33.542Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsp.core.source,1.4.700.v202308180906 [2024-03-05T10:44:33.542Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsdeditor.doc.user.source,1.0.800.v201903222120 [2024-03-05T10:44:33.542Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.db.ui.source,2.1.201.v201902121834 [2024-03-05T10:44:33.542Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpadiagrameditor.doc.user,1.2.102.v201902121834 [2024-03-05T10:44:33.542Z] - mirroring artifact osgi.bundle,org.apache.axis,1.4.1.v20231107-0937 [2024-03-05T10:44:33.542Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.ui.infopop,1.0.500.v201901310132 [2024-03-05T10:44:33.542Z] - mirroring artifact osgi.bundle,org.eclipse.wtp.web.capabilities,1.0.200.v201901071922 [2024-03-05T10:44:33.542Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsp.ui.infopop,1.0.200.v201903222120 [2024-03-05T10:44:33.542Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.npm.core.source,1.1.0.v202308160419 [2024-03-05T10:44:33.542Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.ws.jaxws_userdoc.feature,1.0.403.v201909051708 [2024-03-05T10:44:33.542Z] - mirroring artifact osgi.bundle,org.apache.commons.lang,2.6.0.v201404270220 [2024-03-05T10:44:33.542Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.discovery,1.3.500.v202308172116 [2024-03-05T10:44:33.542Z] - mirroring artifact osgi.bundle,org.eclipse.jst.common.project.facet.core.source,1.13.0.v202308161955 [2024-03-05T10:44:33.542Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxws.dom.ui,1.1.0.v202308010229 [2024-03-05T10:44:33.542Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxws.doc.user.source,1.0.400.v201902162216 [2024-03-05T10:44:33.542Z] - mirroring artifact osgi.bundle,javax.persistence,2.2.1.v201807122140 [2024-03-05T10:44:33.542Z] - mirroring artifact osgi.bundle,org.eclipse.jem.util.source,2.2.0.v202308161955 [2024-03-05T10:44:33.542Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.frameworks.source,1.3.0.v202308161955 [2024-03-05T10:44:33.542Z] - mirroring artifact osgi.bundle,org.eclipse.jem.workbench,2.1.100.v202402230230 [2024-03-05T10:44:33.542Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.cxf.consumption.ui.source,1.1.0.v202308010229 [2024-03-05T10:44:33.542Z] - mirroring artifact osgi.bundle,org.eclipse.wst.wsdl.ui,1.3.101.v202308010229 [2024-03-05T10:44:33.542Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.project.facet.core,1.5.0.v202308161955 [2024-03-05T10:44:33.542Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsp.ui.source,1.3.600.v202308160453 [2024-03-05T10:44:33.543Z] - mirroring artifact osgi.bundle,org.eclipse.wst.wsi.ui,1.1.201.v202304050339 [2024-03-05T10:44:33.543Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.core,1.3.0.v202401292331 [2024-03-05T10:44:33.543Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.cxf.core,1.2.0.v202308010145 [2024-03-05T10:44:33.543Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.exslt.ui,1.1.0.v201901071922 [2024-03-05T10:44:33.543Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.preview.adapter.source,1.2.100.v202401292308 [2024-03-05T10:44:33.543Z] - mirroring artifact osgi.bundle,org.eclipse.wst.wsi.ui.doc.user,1.0.750.v201903222115 [2024-03-05T10:44:33.543Z] - mirroring artifact osgi.bundle,org.eclipse.wst.command.env.core.source,1.1.0.v202308010229 [2024-03-05T10:44:33.543Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.ws_core.feature,3.31.0.v202308021509 [2024-03-05T10:44:33.543Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.jsdt.chromium.debug.feature,0.7.0.v202307190351 [2024-03-05T10:44:33.543Z] - mirroring artifact osgi.bundle,org.eclipse.wst.ws.source,1.2.0.v202308010145 [2024-03-05T10:44:33.543Z] - mirroring artifact osgi.bundle,org.eclipse.wst.validation.source,1.3.0.v202308161955 [2024-03-05T10:44:33.543Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.annotations.source,12.0.6 [2024-03-05T10:44:33.543Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.annotations,12.0.6 [2024-03-05T10:44:33.543Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.common.branding,1.4.1.v201902121834 [2024-03-05T10:44:33.543Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.doc.source,1.1.0.v202110312208 [2024-03-05T10:44:33.543Z] - mirroring artifact osgi.bundle,org.eclipse.wtp.epp.package.jee.intro,1.3.0.v201902122017 [2024-03-05T10:44:33.543Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.web_ui.feature,3.31.0.v202403030558 [2024-03-05T10:44:33.543Z] - mirroring artifact osgi.bundle,org.eclipse.wst.wsdl.ui.doc.user.source,1.0.850.v201903222115 [2024-03-05T10:44:33.543Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.server_ui.feature,3.4.500.v202401292331 [2024-03-05T10:44:33.543Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.web_ui.feature.source,3.31.0.v202403030558 [2024-03-05T10:44:33.543Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsf.core,1.9.1.v202308300413 [2024-03-05T10:44:33.543Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xml.xpath.ui.source,1.2.0.v202307260701 [2024-03-05T10:44:33.543Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.preview.adapter,1.2.100.v202401292308 [2024-03-05T10:44:33.543Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.webpageeditor.feature,2.12.0.v202307262216 [2024-03-05T10:44:33.543Z] - mirroring artifact osgi.bundle,org.eclipse.wst.html.core.source,1.4.400.v202308160453 [2024-03-05T10:44:33.543Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.server_ui.feature.source,3.4.500.v202401292331 [2024-03-05T10:44:33.543Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.uriresolver.source,1.4.0.v202308161955 [2024-03-05T10:44:33.543Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.server_core.feature.source,3.4.0.v202311141839 [2024-03-05T10:44:33.543Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.core,0.6.0.v202307190318 [2024-03-05T10:44:33.544Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.consumption,1.1.0.v202308010229 [2024-03-05T10:44:33.544Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.xdoclet.runtime,1.2.0.v202101081429 [2024-03-05T10:44:33.544Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ejb.doc.user.source,1.1.301.v201903222024 [2024-03-05T10:44:33.544Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsd.ui.source,1.3.601.v202308160453 [2024-03-05T10:44:33.544Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.consumption.ui,1.2.0.v202308010145 [2024-03-05T10:44:33.544Z] - mirroring artifact osgi.bundle,jakarta.enterprise.lang-model,4.0.1 [2024-03-05T10:44:33.544Z] - mirroring artifact osgi.bundle,javax.xml,1.3.4.v201005080400 [2024-03-05T10:44:33.544Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.ui.source,1.2.300.v202305221615 [2024-03-05T10:44:33.544Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.jca.ui,1.2.0.v202402152248 [2024-03-05T10:44:33.544Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.enterprise_core.feature,3.33.0.v202401080452 [2024-03-05T10:44:33.544Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis.creation.ui.source,1.1.0.v202308011607 [2024-03-05T10:44:33.544Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xml.core,1.2.800.v202308210520 [2024-03-05T10:44:33.544Z] - mirroring artifact osgi.bundle,org.eclipse.wtp.xml.capabilities,1.0.200.v201901071922 [2024-03-05T10:44:33.544Z] - mirroring artifact osgi.bundle,org.eclipse.wst.dtd.ui.infopop,1.0.400.v201903222120 [2024-03-05T10:44:33.544Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.gen.source,2.3.201.v202301061019 [2024-03-05T10:44:33.544Z] - mirroring artifact osgi.bundle,org.eclipse.jst.common.ui.source,1.1.0.v202307260438 [2024-03-05T10:44:33.544Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.tomcat.core,1.2.600.v202402192305 [2024-03-05T10:44:33.544Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.launching,1.2.0.v201901071922 [2024-03-05T10:44:33.544Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jaxb.eclipselink.core.source,1.3.201.v201902121834 [2024-03-05T10:44:33.544Z] - mirroring artifact osgi.bundle,org.eclipse.wst.ws.service.policy.ui.source,1.2.0.v202311232240 [2024-03-05T10:44:33.544Z] - mirroring artifact osgi.bundle,org.eclipse.wst.sse.ui,1.7.900.v202402030233 [2024-03-05T10:44:33.544Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsf.apache.trinidad.tagsupport,1.5.0.v202303190717 [2024-03-05T10:44:33.544Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.jaxp.debug,1.1.100.v202202230212 [2024-03-05T10:44:33.544Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.server_adapters.ext.feature,3.4.900.v202402192305 [2024-03-05T10:44:33.544Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.json_core.feature.source,1.1.9.v202308160419 [2024-03-05T10:44:33.544Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.cxf.ui,1.1.0.v202308010145 [2024-03-05T10:44:33.544Z] - mirroring artifact osgi.bundle,org.eclipse.wst.sse.ui.infopop,1.0.300.v201903222120 [2024-03-05T10:44:33.544Z] - mirroring artifact osgi.bundle,org.eclipse.wtp.jee.capabilities.source,1.0.100.v201903222024 [2024-03-05T10:44:33.544Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.server_userdoc.feature,3.3.300.v201901310132 [2024-03-05T10:44:33.544Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.eclipselink.core.source,2.5.0.v202308172102 [2024-03-05T10:44:33.545Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jaxb.core.schemagen,1.1.202.v202104080213 [2024-03-05T10:44:33.545Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.core,3.7.0.v202308172102 [2024-03-05T10:44:33.545Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jaxb.branding,1.4.1.v201902121834 [2024-03-05T10:44:33.545Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.common_ui.feature.source,3.31.0.v202308161955 [2024-03-05T10:44:33.545Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.jshint.core.source,1.1.0.v202308160419 [2024-03-05T10:44:33.545Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis2.consumption.core.source,1.1.0.v202308010354 [2024-03-05T10:44:33.545Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.support.firefox,1.1.0.v202307190318 [2024-03-05T10:44:33.545Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.xml_ui.feature.source,3.33.0.v202402030243 [2024-03-05T10:44:33.545Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.uddiregistry.source,1.2.0.v202308010229 [2024-03-05T10:44:33.545Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsf.common.runtime,1.5.0.v202303190717 [2024-03-05T10:44:33.545Z] - mirroring artifact osgi.bundle,org.eclipse.wst.dtd.ui,1.1.700.v202308160453 [2024-03-05T10:44:33.545Z] - mirroring artifact osgi.bundle,org.eclipse.jem.beaninfo.vm.source,2.1.0.v202101081429 [2024-03-05T10:44:33.545Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.source,1.1.0.v202308010229 [2024-03-05T10:44:33.545Z] - mirroring artifact osgi.bundle,org.eclipse.wst.html.ui.source,1.1.801.v202308160453 [2024-03-05T10:44:33.545Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.launching.source,1.2.0.v201901071922 [2024-03-05T10:44:33.545Z] - mirroring artifact osgi.bundle,org.eclipse.wst.wsi.ui.doc.user.source,1.0.750.v201903222115 [2024-03-05T10:44:33.545Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature,2.8.0.v202307262303 [2024-03-05T10:44:33.545Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.server_adapters.feature,3.33.0.v202401292308 [2024-03-05T10:44:33.545Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.exslt.ui.source,1.1.0.v201901071922 [2024-03-05T10:44:33.545Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jpt.common.feature,1.5.200.v202308172102 [2024-03-05T10:44:33.545Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotation.model,1.1.600.v202307261744 [2024-03-05T10:44:33.545Z] - mirroring artifact osgi.bundle,org.eclipse.jst.common.annotations.ui.source,1.2.0.v202307260438 [2024-03-05T10:44:33.545Z] - mirroring artifact osgi.bundle,jakarta.enterprise.cdi-api,2.0.2 [2024-03-05T10:44:33.545Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jee.web.source,1.1.0.v202307260438 [2024-03-05T10:44:33.545Z] - mirroring artifact osgi.bundle,jakarta.enterprise.cdi-api.source,2.0.2 [2024-03-05T10:44:33.545Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xmleditor.doc.user.source,1.1.0.v201903222120 [2024-03-05T10:44:33.545Z] - mirroring artifact osgi.bundle,org.eclipse.wst.ws.service.policy,1.1.0.v202308010229 [2024-03-05T10:44:33.545Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsf.facesconfig.ui,1.7.0.v202305071652 [2024-03-05T10:44:33.546Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.xml_ui.feature,3.33.0.v202402030243 [2024-03-05T10:44:33.546Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.eclipselink.core.ddlgen,2.2.201.v201902121834 [2024-03-05T10:44:33.546Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxrs.ui,1.1.0.v202308010145 [2024-03-05T10:44:33.546Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.xsl.feature,1.3.1500.v202307260701 [2024-03-05T10:44:33.546Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.ui.doc.user.source,1.1.600.v201901310132 [2024-03-05T10:44:33.546Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jee,1.1.0.v202307260438 [2024-03-05T10:44:33.546Z] - mirroring artifact osgi.bundle,org.eclipse.wst.dtdeditor.doc.user.source,1.1.0.v201903222120 [2024-03-05T10:44:33.546Z] - mirroring artifact osgi.bundle,org.eclipse.wst.wsi.ui.source,1.1.201.v202304050339 [2024-03-05T10:44:33.546Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.web.ui,1.3.0.v202307260543 [2024-03-05T10:44:33.546Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.exslt.core,1.1.0.v201901071922 [2024-03-05T10:44:33.546Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.server_ui.feature,3.3.1800.v202308172116 [2024-03-05T10:44:33.546Z] - mirroring artifact osgi.bundle,javax.mail,1.4.0.v201005080615 [2024-03-05T10:44:33.546Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.saxon,1.1.0.v201901071922 [2024-03-05T10:44:33.546Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.eslint.core.source,1.1.0.v202308160419 [2024-03-05T10:44:33.546Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.server_userdoc.feature.source,3.3.300.v201901310132 [2024-03-05T10:44:33.546Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.creation.ejb.ui,1.0.400.v202308010145 [2024-03-05T10:44:33.546Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.server_core.feature,3.4.0.v202311141839 [2024-03-05T10:44:33.546Z] - mirroring artifact osgi.bundle,org.eclipse.jem.util,2.2.0.v202308161955 [2024-03-05T10:44:33.546Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.frameworks.ui.source,1.3.0.v202308161955 [2024-03-05T10:44:33.546Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.manipulation,1.1.0.v202307190318 [2024-03-05T10:44:33.546Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.core.source,1.1.100.v202308160419 [2024-03-05T10:44:33.546Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jee.ejb,1.1.0.v202307260438 [2024-03-05T10:44:33.546Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.jaxp.debug.ui.source,1.1.0.v201901071922 [2024-03-05T10:44:33.546Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jpt.common.eclipselink.feature,1.3.300.v202307260736 [2024-03-05T10:44:33.546Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.uriresolver,1.4.0.v202308161955 [2024-03-05T10:44:33.546Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotations.emitter,1.2.0.v202307261744 [2024-03-05T10:44:33.546Z] - mirroring artifact osgi.bundle,org.uddi4j,2.0.5.v20230923-0644 [2024-03-05T10:44:33.546Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis.infopop,1.0.400.v201903050508 [2024-03-05T10:44:33.546Z] - mirroring artifact osgi.bundle,org.eclipse.wst.wsdl.validation.source,1.3.101.v202308010145 [2024-03-05T10:44:33.546Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis2.creation.ui.source,1.1.0.v202308010145 [2024-03-05T10:44:33.547Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.doc,2.2.0.v202303191832 [2024-03-05T10:44:33.547Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.jca.source,1.2.0.v202307260438 [2024-03-05T10:44:33.547Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.xml_core.feature.source,3.33.0.v202402230237 [2024-03-05T10:44:33.547Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.generic.ui.source,1.1.0.v202401292331 [2024-03-05T10:44:33.547Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jaxb.eclipselink.branding,1.4.101.v201902121834 [2024-03-05T10:44:33.547Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis.consumption.core.source,1.1.0.v202308021505 [2024-03-05T10:44:33.547Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.environment.source,1.1.0.v202308161955 [2024-03-05T10:44:33.547Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.db.ui,2.1.201.v201902121834 [2024-03-05T10:44:33.547Z] - mirrored artifact osgi.bundle,org.eclipse.wtp.epp.package.capabilities,1.3.0.v201902122017 [2024-03-05T10:44:33.547Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxrs.ui.source,1.1.0.v202308010145 [2024-03-05T10:44:33.547Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.web.support.jsp,1.1.200.v202210260359 [2024-03-05T10:44:33.547Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis.creation.ui,1.1.0.v202308011607 [2024-03-05T10:44:33.547Z] - mirroring artifact osgi.bundle,org.eclipse.jst.servlet.ui.infopop,1.0.500.v201903222024 [2024-03-05T10:44:33.547Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.creation.ui.source,1.1.0.v202308010145 [2024-03-05T10:44:33.547Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.json_ui.feature.source,1.1.11.v202308160419 [2024-03-05T10:44:33.547Z] - mirroring artifact osgi.bundle,org.eclipse.wst.sse.ui.source,1.7.900.v202402030233 [2024-03-05T10:44:33.547Z] - mirroring artifact osgi.bundle,org.eclipse.wst.command.env,1.1.0.v202308010354 [2024-03-05T10:44:33.547Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis.ui.doc.user,1.1.200.v201903222115 [2024-03-05T10:44:33.547Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.uddiregistry,1.2.0.v202308010229 [2024-03-05T10:44:33.547Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.saxon.source,1.1.0.v201901071922 [2024-03-05T10:44:33.547Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jaxb.eclipselink.ui,1.4.201.v201902121834 [2024-03-05T10:44:33.547Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxb.core.source,1.1.0.v202308010229 [2024-03-05T10:44:33.547Z] - mirroring artifact osgi.bundle,javax.xml.ws,2.1.0.v200902101523 [2024-03-05T10:44:33.547Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xml.xpath.core,1.4.0.v202307260701 [2024-03-05T10:44:33.547Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.doc.user,3.2.101.v201902121834 [2024-03-05T10:44:33.547Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jaxb.eclipselink.ui.source,1.4.201.v201902121834 [2024-03-05T10:44:33.547Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.js.source,0.2.0.v202307190318 [2024-03-05T10:44:33.547Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.ui,1.6.200.v202308172116 [2024-03-05T10:44:33.547Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotations.ui.source,1.2.2.v202307261828 [2024-03-05T10:44:33.548Z] - mirroring artifact osgi.bundle,org.eclipse.wtp.javascript.capabilities,1.0.200.v201901071922 [2024-03-05T10:44:33.548Z] - mirroring artifact osgi.bundle,org.eclipse.wst.dtd.core,1.2.600.v202308160453 [2024-03-05T10:44:33.548Z] - mirroring artifact osgi.bundle,org.eclipse.wst.doc.user.source,1.2.0.v201903222120 [2024-03-05T10:44:33.548Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis2.ui,1.1.0.v202308010145 [2024-03-05T10:44:33.548Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis2.core.source,1.1.0.v202308010145 [2024-03-05T10:44:33.548Z] - mirroring artifact osgi.bundle,jakarta.interceptor-api.source,1.2.5 [2024-03-05T10:44:33.548Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.server_ui.feature.source,3.3.1800.v202308172116 [2024-03-05T10:44:33.548Z] - mirroring artifact osgi.bundle,org.eclipse.wst.sse.core,1.2.1300.v202402230237 [2024-03-05T10:44:33.548Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsf.common.ui,1.7.0.v202303190717 [2024-03-05T10:44:33.548Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsd.core,1.2.101.v202307260543 [2024-03-05T10:44:33.548Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.web_core.feature,3.33.0.v202402030251 [2024-03-05T10:44:33.548Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xml.ui.infopop,1.0.400.v201903222120 [2024-03-05T10:44:33.548Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jpt.jaxb.feature,1.5.201.v202301061019 [2024-03-05T10:44:33.548Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxws.dom.runtime.source,1.1.0.v202308010229 [2024-03-05T10:44:33.548Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl,1.2.0.v201901071922 [2024-03-05T10:44:33.548Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee,1.2.1000.v202402152246 [2024-03-05T10:44:33.548Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotations.xdoclet,1.3.0.v202307261816 [2024-03-05T10:44:33.548Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jaxb.eclipselink.core.schemagen,1.2.202.v202104080213 [2024-03-05T10:44:33.548Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.web.ui.source,1.3.0.v202307260543 [2024-03-05T10:44:33.548Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jee.ejb.source,1.1.0.v202307260438 [2024-03-05T10:44:33.548Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.core,1.4.100.v202103232321 [2024-03-05T10:44:33.548Z] - mirroring artifact osgi.bundle,org.eclipse.wst.sse.doc.user.source,1.2.0.v201903222120 [2024-03-05T10:44:33.548Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.ui.source,1.1.100.v202308012257 [2024-03-05T10:44:33.548Z] - mirroring artifact osgi.bundle,org.eclipse.persistence.jpa,2.7.3.v20180807-4be1041 [2024-03-05T10:44:33.548Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.eclipselink.ui.source,2.4.101.v202301061019 [2024-03-05T10:44:33.548Z] - mirroring artifact osgi.bundle,org.eclipse.wst.web,1.3.200.v202305221615 [2024-03-05T10:44:33.548Z] - mirroring artifact osgi.bundle,org.eclipse.wst.ws.service.policy.ui,1.2.0.v202311232240 [2024-03-05T10:44:33.548Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.common.ui,1.4.201.v202301061019 [2024-03-05T10:44:33.548Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.ui.doc.user,1.1.600.v201901310132 [2024-03-05T10:44:33.548Z] - mirroring artifact osgi.bundle,org.eclipse.wst.dtd.ui.source,1.1.700.v202308160453 [2024-03-05T10:44:33.548Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.wipbackend.protocol_1_0.source,0.6.0.v202307190351 [2024-03-05T10:44:33.549Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.web_userdoc.feature,3.18.0.v202004271556 [2024-03-05T10:44:33.549Z] - mirroring artifact osgi.bundle,com.google.javascript,0.0.20160315.v20161124-1903 [2024-03-05T10:44:33.549Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxws.dom.integration,1.1.0.v202308010229 [2024-03-05T10:44:33.549Z] - mirroring artifact osgi.bundle,org.eclipse.wst.ws.explorer.source,1.1.2.v202308010145 [2024-03-05T10:44:33.549Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxws.utils,1.1.0.v202308010354 [2024-03-05T10:44:33.549Z] - mirroring artifact osgi.bundle,org.eclipse.wst.wsi,1.1.501.v202308010145 [2024-03-05T10:44:33.549Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jaxb.core,1.4.101.v201902121834 [2024-03-05T10:44:33.549Z] - mirroring artifact osgi.bundle,org.eclipse.wst.internet.monitor.core,1.1.0.v202304050316 [2024-03-05T10:44:33.549Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jaxb.eclipselink.core,1.3.201.v201902121834 [2024-03-05T10:44:33.549Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis.consumption.core,1.1.0.v202308021505 [2024-03-05T10:44:33.549Z] - mirroring artifact osgi.bundle,org.eclipse.wst.validation.infopop,1.0.300.v202007131715 [2024-03-05T10:44:33.549Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.npm.core,1.1.0.v202308160419 [2024-03-05T10:44:33.549Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsf.facesconfig,1.6.0.v202303190717 [2024-03-05T10:44:33.549Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpadiagrameditor.branding,1.2.102.v201902121834 [2024-03-05T10:44:33.549Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.common.eclipselink.core.source,1.3.400.v202208190239 [2024-03-05T10:44:33.549Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis.consumption.ui,1.1.0.v202308010145 [2024-03-05T10:44:33.549Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotations.ui,1.2.2.v202307261828 [2024-03-05T10:44:33.549Z] - mirroring artifact osgi.bundle,org.eclipse.wst.sse.core.source,1.2.1300.v202402230237 [2024-03-05T10:44:33.549Z] - mirroring artifact osgi.bundle,org.eclipse.wst.sse.doc.user,1.2.0.v201903222120 [2024-03-05T10:44:33.549Z] - mirroring artifact osgi.bundle,org.eclipse.wst.ws,1.2.0.v202308010145 [2024-03-05T10:44:33.549Z] - mirroring artifact osgi.bundle,org.eclipse.jem.beaninfo.vm.common.source,2.1.0.v202402152248 [2024-03-05T10:44:33.549Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.infopop,1.0.400.v201903050508 [2024-03-05T10:44:33.549Z] - mirroring artifact osgi.bundle,org.eclipse.wst.ws.ui.source,1.2.1.v202308010145 [2024-03-05T10:44:33.549Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis2.creation.core.source,1.1.0.v202308010145 [2024-03-05T10:44:33.549Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxws.ui,1.1.0.v202308010145 [2024-03-05T10:44:33.549Z] - mirroring artifact osgi.bundle,org.eclipse.jst.pagedesigner,1.10.100.v202307262126 [2024-03-05T10:44:33.549Z] - mirroring artifact osgi.bundle,org.eclipse.wst.html.ui,1.1.801.v202308160453 [2024-03-05T10:44:33.549Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xml.core.source,1.2.800.v202308210520 [2024-03-05T10:44:33.549Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.core,1.2.200.v202302070714 [2024-03-05T10:44:33.549Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsf.doc.user,1.5.1.v202307262125 [2024-03-05T10:44:33.549Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.ws.jaxws.dom.feature,1.0.600.v202308010354 [2024-03-05T10:44:33.550Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.eslint.ui.source,1.1.0.v202308160419 [2024-03-05T10:44:33.550Z] - mirroring artifact osgi.bundle,org.eclipse.jst.standard.schemas,1.2.700.v202402030235 [2024-03-05T10:44:33.550Z] - mirroring artifact osgi.bundle,org.eclipse.jem.proxy,2.1.0.v202101081429 [2024-03-05T10:44:33.550Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotation.model.source,1.1.600.v202307261744 [2024-03-05T10:44:33.550Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.common.utility.source,2.4.1.v202301061019 [2024-03-05T10:44:33.550Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xml.ui.source,1.2.701.v202308160453 [2024-03-05T10:44:33.550Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.frameworks,1.3.0.v202308161955 [2024-03-05T10:44:33.550Z] - mirroring artifact osgi.bundle,org.eclipse.wst.internet.cache,1.1.0.v202011161431 [2024-03-05T10:44:33.550Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.ws_ui.feature,3.31.0.v202308010326 [2024-03-05T10:44:33.550Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis2.creation.core,1.1.0.v202308010145 [2024-03-05T10:44:33.550Z] - mirroring artifact osgi.bundle,org.eclipse.wst.command.env.core,1.1.0.v202308010229 [2024-03-05T10:44:33.550Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.web_userdoc.feature,3.6.1.v202309190220 [2024-03-05T10:44:33.550Z] - mirroring artifact osgi.bundle,javax.xml.soap,1.2.0.v201005080501 [2024-03-05T10:44:33.550Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.consumption.ui.source,1.2.0.v202308010145 [2024-03-05T10:44:33.550Z] - mirroring artifact osgi.bundle,javax.jws,2.0.0.v201005080400 [2024-03-05T10:44:33.550Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.annotations.core.source,1.3.0.v202308010145 [2024-03-05T10:44:33.550Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.jndi,12.0.6 [2024-03-05T10:44:33.550Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.xml.source,12.0.6 [2024-03-05T10:44:33.550Z] - mirroring artifact osgi.bundle,org.eclipse.jst.common.project.facet.ui.source,1.5.0.v202308161955 [2024-03-05T10:44:33.550Z] - mirroring artifact osgi.bundle,org.eclipse.wst.css.core,1.3.400.v202308160453 [2024-03-05T10:44:33.550Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.ui,1.2.401.v202308161955 [2024-03-05T10:44:33.550Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.server_adapters.feature.source,3.33.0.v202401292308 [2024-03-05T10:44:33.550Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotations.xdoclet.source,1.3.0.v202307261816 [2024-03-05T10:44:33.550Z] - mirroring artifact osgi.bundle,org.eclipse.jst.common.annotations.core,1.2.0.v202307260438 [2024-03-05T10:44:33.550Z] - mirroring artifact osgi.bundle,org.eclipse.wst.css.core.source,1.3.400.v202308160453 [2024-03-05T10:44:33.550Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.core.source,1.3.0.v202401292331 [2024-03-05T10:44:33.550Z] - mirroring artifact osgi.bundle,org.eclipse.wst.html.ui.infopop,1.0.201.v201903222120 [2024-03-05T10:44:33.550Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.db,2.2.201.v202301061019 [2024-03-05T10:44:33.550Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.debug.core,3.3.0.v202307190318 [2024-03-05T10:44:33.550Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.ui.source,1.1.0.v202308160419 [2024-03-05T10:44:33.550Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis2.ui.source,1.1.0.v202308010145 [2024-03-05T10:44:33.551Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.jshint.ui,1.1.0.v202308160419 [2024-03-05T10:44:33.551Z] - mirroring artifact osgi.bundle,org.eclipse.wst.dtdeditor.doc.user,1.1.0.v201903222120 [2024-03-05T10:44:33.551Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.xml_userdoc.feature.source,3.18.0.v202004271556 [2024-03-05T10:44:33.551Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsf.common,1.6.0.v202303190717 [2024-03-05T10:44:33.551Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.xml_core.feature,3.33.0.v202402230237 [2024-03-05T10:44:33.551Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.web.source,1.3.0.v202307260438 [2024-03-05T10:44:33.551Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jpt.jpa.eclipselink.feature,3.4.101.v202308172102 [2024-03-05T10:44:33.551Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.server_userdoc.feature,3.3.300.v201901310132 [2024-03-05T10:44:33.551Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsf.facelet.ui,1.5.0.v202308300413 [2024-03-05T10:44:33.551Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.jndi.source,12.0.6 [2024-03-05T10:44:33.551Z] - mirroring artifact osgi.bundle,org.eclipse.wst.validation.ui.source,1.3.0.v202308161955 [2024-03-05T10:44:33.551Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jee.source,1.1.0.v202307260438 [2024-03-05T10:44:33.551Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.source,1.2.1000.v202402152246 [2024-03-05T10:44:33.551Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpadiagrameditor.doc.user.source,1.2.102.v201902121834 [2024-03-05T10:44:33.551Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.core,1.5.0.v202307260438 [2024-03-05T10:44:33.551Z] - mirroring artifact osgi.bundle,org.eclipse.json.source,1.2.0.v202308160419 [2024-03-05T10:44:33.551Z] - mirroring artifact osgi.bundle,org.eclipse.wst.command.env.infopop,1.0.200.v201903050508 [2024-03-05T10:44:33.551Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jee.ui.source,1.1.0.v202307261744 [2024-03-05T10:44:33.551Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.cxf.creation.ui,1.1.0.v202308010145 [2024-03-05T10:44:33.551Z] - mirroring artifact osgi.bundle,org.mozilla.javascript,1.7.10.v20190430-1943 [2024-03-05T10:44:33.551Z] - mirroring artifact osgi.bundle,org.eclipse.jem.beaninfo,2.1.0.v202307260438 [2024-03-05T10:44:33.551Z] - mirroring artifact osgi.bundle,jakarta.el,4.0.0.v20210105-0527 [2024-03-05T10:44:33.551Z] - mirroring artifact osgi.bundle,org.eclipse.jst.common.annotations.controller.source,1.2.0.v202307260438 [2024-03-05T10:44:33.551Z] - mirroring artifact osgi.bundle,org.eclipse.wst.validation,1.3.0.v202308161955 [2024-03-05T10:44:33.551Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug,0.4.0.v202307190339 [2024-03-05T10:44:33.551Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.common.fproj.enablement.jdt.source,3.29.0.v202308161955 [2024-03-05T10:44:33.551Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.debug.transport,1.1.0.v202307190318 [2024-03-05T10:44:33.551Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.emfworkbench.integration.source,1.3.0.v202308161955 [2024-03-05T10:44:33.551Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.infopop,1.0.301.v202307170218 [2024-03-05T10:44:33.551Z] - mirroring artifact osgi.bundle,org.apache.xalan,2.7.2.v20230928-1302 [2024-03-05T10:44:33.552Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.navigator.ui.source,1.2.100.v202402152248 [2024-03-05T10:44:33.552Z] - mirroring artifact osgi.bundle,org.eclipse.jem.beaninfo.source,2.1.0.v202307260438 [2024-03-05T10:44:33.552Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.ws_userdoc.feature,3.1.501.v201909051708 [2024-03-05T10:44:33.552Z] - mirroring artifact osgi.bundle,org.eclipse.wst.doc.user,1.2.0.v201903222120 [2024-03-05T10:44:33.552Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.debug.ui.source,1.1.100.v202302070714 [2024-03-05T10:44:33.552Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jaxb.core.schemagen.source,1.1.202.v202104080213 [2024-03-05T10:44:33.552Z] - mirroring artifact osgi.bundle,org.eclipse.wtp.jee.capabilities,1.0.100.v201903222024 [2024-03-05T10:44:33.552Z] - mirroring artifact osgi.bundle,org.eclipse.wst.wsdl.validation,1.3.101.v202308010145 [2024-03-05T10:44:33.552Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis.infopop.source,1.0.400.v201903050508 [2024-03-05T10:44:33.552Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.web_userdoc.feature.source,3.18.0.v202004271556 [2024-03-05T10:44:33.552Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxws.dom.ui.source,1.1.0.v202308010229 [2024-03-05T10:44:33.552Z] - mirroring artifact osgi.bundle,org.eclipse.wst.ws.parser,1.1.0.v202308012257 [2024-03-05T10:44:33.552Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.eslint.ui,1.1.0.v202308160419 [2024-03-05T10:44:33.552Z] - mirroring artifact osgi.bundle,org.eclipse.persistence.asm,6.2.0.v201808041549 [2024-03-05T10:44:33.552Z] - mirroring artifact osgi.bundle,jakarta.enterprise.lang-model.source,4.0.1 [2024-03-05T10:44:33.552Z] - mirroring artifact osgi.bundle,org.eclipse.wst.standard.schemas,1.0.800.v201901071922 [2024-03-05T10:44:33.552Z] - mirroring artifact osgi.bundle,org.eclipse.wst.internet.cache.source,1.1.0.v202011161431 [2024-03-05T10:44:33.552Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.tomcat.core.source,1.2.600.v202402192305 [2024-03-05T10:44:33.552Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jpt.jpadiagrameditor.feature,1.2.300.v202307260736 [2024-03-05T10:44:33.552Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xml.xpath.core.source,1.4.0.v202307260701 [2024-03-05T10:44:33.552Z] - mirroring artifact osgi.bundle,org.eclipse.wst.command.env.infopop.source,1.0.200.v201903050508 [2024-03-05T10:44:33.552Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.webservice.ui,1.2.0.v202402152248 [2024-03-05T10:44:33.552Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.xml.xpath2.processor.feature,2.1.0.v202307260822 [2024-03-05T10:44:33.552Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.web.core,1.1.300.v202305221615 [2024-03-05T10:44:33.552Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.ui,1.2.300.v202305221615 [2024-03-05T10:44:33.552Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis2.creation.ui,1.1.0.v202308010145 [2024-03-05T10:44:33.552Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.consumption.source,1.1.0.v202308010229 [2024-03-05T10:44:33.552Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.web_js_support.feature,3.33.0.v202403030558 [2024-03-05T10:44:33.552Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.webservice.source,1.2.0.v202307260438 [2024-03-05T10:44:33.553Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.jndi,12.0.6 [2024-03-05T10:44:33.553Z] - mirroring artifact osgi.bundle,javax.xml.rpc,1.1.0.v201209140446 [2024-03-05T10:44:33.553Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.web.core.source,1.1.300.v202305221615 [2024-03-05T10:44:33.553Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.bower.ui.source,1.1.0.v202308160419 [2024-03-05T10:44:33.553Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.source,1.2.0.v201901071922 [2024-03-05T10:44:33.553Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.generic.core,1.1.0.v202401292345 [2024-03-05T10:44:33.553Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.consumption.ui.doc.user,1.0.700.v201903222115 [2024-03-05T10:44:33.553Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.annotate,1.1.0.v202308172102 [2024-03-05T10:44:33.553Z] - mirroring artifact osgi.bundle,org.eclipse.jem.proxy.source,2.1.0.v202101081429 [2024-03-05T10:44:33.553Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.xml_userdoc.feature,3.18.0.v202004271556 [2024-03-05T10:44:33.553Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.navigator.ui,1.2.100.v202402152248 [2024-03-05T10:44:33.553Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.web_core.feature.source,3.31.0.v202402230237 [2024-03-05T10:44:33.553Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.json_ui.feature,1.1.11.v202308160419 [2024-03-05T10:44:33.553Z] - mirroring artifact osgi.bundle,org.eclipse.wst.command.env.source,1.1.0.v202308010354 [2024-03-05T10:44:33.553Z] - mirroring artifact osgi.bundle,org.eclipse.wst.ws.service.policy.source,1.1.0.v202308010229 [2024-03-05T10:44:33.553Z] - mirroring artifact osgi.bundle,org.eclipse.wst.command.env.ui.source,1.2.0.v202308012257 [2024-03-05T10:44:33.553Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.infopop,1.0.300.v201903222024 [2024-03-05T10:44:33.553Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.plus.source,12.0.6 [2024-03-05T10:44:33.553Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.plus.source,12.0.6 [2024-03-05T10:44:33.553Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.schemaprocessor,1.1.0.v202308160419 [2024-03-05T10:44:33.553Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.project.facet.ui,1.5.0.v202308161955 [2024-03-05T10:44:33.553Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.http.ui.source,1.0.500.v202007170127 [2024-03-05T10:44:33.553Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.doc.user.source,3.2.101.v201902121834 [2024-03-05T10:44:33.553Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.eclipselink.ui,2.4.101.v202301061019 [2024-03-05T10:44:33.553Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis2.consumption.ui.source,1.1.0.v202308010145 [2024-03-05T10:44:33.553Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.http.ui,1.0.500.v202007170127 [2024-03-05T10:44:33.553Z] - mirroring artifact osgi.bundle,org.eclipse.wst.web.ui.infopop,1.0.300.v201903222120 [2024-03-05T10:44:33.553Z] - mirroring artifact osgi.bundle,org.eclipse.wst.standard.schemas.source,1.0.800.v201901071922 [2024-03-05T10:44:33.553Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxws.core.source,1.1.0.v202308010145 [2024-03-05T10:44:33.553Z] - mirroring artifact osgi.bundle,org.eclipse.wst.web.ui.source,1.2.500.v202308160453 [2024-03-05T10:44:33.553Z] - mirroring artifact osgi.bundle,org.eclipse.wst.wsdl,1.3.1.v202308012257 [2024-03-05T10:44:33.554Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.jca.ui.source,1.2.0.v202402152248 [2024-03-05T10:44:33.554Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis2.core,1.1.0.v202308010145 [2024-03-05T10:44:33.554Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.jshint.ui.source,1.1.0.v202308160419 [2024-03-05T10:44:33.554Z] - mirroring artifact osgi.bundle,org.eclipse.wst.webtools.doc.user,1.0.500.v201903222120 [2024-03-05T10:44:33.554Z] - mirroring artifact osgi.bundle,com.google.protobuf,2.4.0.v201105131100 [2024-03-05T10:44:33.554Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxws.core,1.1.0.v202308010145 [2024-03-05T10:44:33.554Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.xsl.feature.source,1.3.1500.v202307260701 [2024-03-05T10:44:33.554Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws,1.1.0.v202308010229 [2024-03-05T10:44:33.554Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.core,1.1.100.v202308160419 [2024-03-05T10:44:33.554Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.cxf.consumption.core.source,1.1.0.v202308010145 [2024-03-05T10:44:33.554Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jpt.jaxb.eclipselink.feature.source,1.4.203.v202104080213 [2024-03-05T10:44:33.554Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.cxf.creation.ui.source,1.1.0.v202308010145 [2024-03-05T10:44:33.554Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.preview.source,1.3.0.v202311130434 [2024-03-05T10:44:33.554Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.wip.eclipse.source,0.6.0.v202307190318 [2024-03-05T10:44:33.554Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.ui.infopop.source,1.1.200.v201901310132 [2024-03-05T10:44:33.554Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsp.core,1.4.700.v202308180906 [2024-03-05T10:44:33.554Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.eclipselink.core.ddlgen.source,2.2.201.v201902121834 [2024-03-05T10:44:33.554Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.core.source,1.11.0.v202311141839 [2024-03-05T10:44:33.554Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.debug.rhino,1.1.0.v202307190318 [2024-03-05T10:44:33.554Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.enterprise_userdoc.feature,3.23.0.v202309190220 [2024-03-05T10:44:33.554Z] - mirroring artifact osgi.bundle,org.eclipse.jst.common.ui,1.1.0.v202307260438 [2024-03-05T10:44:33.554Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.project.facet.ui.source,1.5.0.v202308161955 [2024-03-05T10:44:33.554Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.ui.infopop.source,1.0.500.v201901310132 [2024-03-05T10:44:33.554Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.gen,2.3.201.v202301061019 [2024-03-05T10:44:33.554Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.common.fproj,3.7.4.v202308161955 [2024-03-05T10:44:33.554Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.servlets,12.0.6 [2024-03-05T10:44:33.554Z] - mirroring artifact osgi.bundle,org.eclipse.jem.workbench.source,2.1.100.v202402230230 [2024-03-05T10:44:33.554Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ejb.ui.source,1.2.0.v202402152248 [2024-03-05T10:44:33.554Z] - mirroring artifact osgi.bundle,org.eclipse.jem.source,2.1.0.v202307260438 [2024-03-05T10:44:33.554Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.annotations.core,1.3.0.v202308010145 [2024-03-05T10:44:33.555Z] - mirroring artifact osgi.bundle,org.eclipse.persistence.core,2.7.3.v20180807-4be1041 [2024-03-05T10:44:33.555Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.common_core.feature.source,3.31.0.v202308161955 [2024-03-05T10:44:33.555Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.modulecore.ui,1.1.0.v202308161955 [2024-03-05T10:44:33.555Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsd.core.source,1.2.101.v202307260543 [2024-03-05T10:44:33.555Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.debug.ui,1.1.100.v202302070714 [2024-03-05T10:44:33.555Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xml.xpath2.processor,2.2.0.v202307260701 [2024-03-05T10:44:33.555Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.ui,1.2.300.v202402152248 [2024-03-05T10:44:33.555Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis2.consumption.ui,1.1.0.v202308010145 [2024-03-05T10:44:33.555Z] - mirroring artifact osgi.bundle,org.eclipse.wst.command.env.doc.user.source,1.5.400.v201903222115 [2024-03-05T10:44:33.555Z] - mirroring artifact osgi.bundle,jakarta.transaction-api.source,1.3.3 [2024-03-05T10:44:33.555Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.jsdtbridge.source,0.6.0.v202307190318 [2024-03-05T10:44:33.555Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.preview,1.3.0.v202311130434 [2024-03-05T10:44:33.555Z] - mirroring artifact osgi.bundle,javax.wsdl,1.6.2.v201012040545 [2024-03-05T10:44:33.555Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.consumption.infopop,1.0.400.v201903050508 [2024-03-05T10:44:33.555Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.server_userdoc.feature.source,3.3.300.v201901310132 [2024-03-05T10:44:33.555Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.jaxp.launching.source,1.1.200.v202301080401 [2024-03-05T10:44:33.555Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.core,2.0.500.v202211200038 [2024-03-05T10:44:33.555Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.generic.core.source,1.1.0.v202401292345 [2024-03-05T10:44:33.555Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.preview.adapter.source,1.2.100.v202401292308 [2024-03-05T10:44:33.555Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jpt.common.feature.source,1.5.200.v202308172102 [2024-03-05T10:44:33.555Z] - mirroring artifact osgi.bundle,jakarta.transaction-api,1.3.3 [2024-03-05T10:44:33.555Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.common.eclipselink.core,1.3.400.v202208190239 [2024-03-05T10:44:33.555Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.debug.ui,1.2.0.v202307190318 [2024-03-05T10:44:33.555Z] - mirroring artifact osgi.bundle,org.eclipse.jem,2.1.0.v202307260438 [2024-03-05T10:44:33.555Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxws.ui.source,1.1.0.v202308010145 [2024-03-05T10:44:33.555Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.common_ui.feature,3.31.0.v202308161955 [2024-03-05T10:44:33.555Z] - mirroring artifact osgi.bundle,org.eclipse.jst.servlet.ui.source,1.2.0.v202402152248 [2024-03-05T10:44:33.555Z] - mirroring artifact osgi.bundle,javax.xml.stream,1.0.1.v201004272200 [2024-03-05T10:44:33.555Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.npm.ui.source,1.1.0.v202308160419 [2024-03-05T10:44:33.555Z] - mirroring artifact osgi.bundle,org.eclipse.wst.wsdl.ui.doc.user,1.0.850.v201903222115 [2024-03-05T10:44:33.556Z] - mirroring artifact osgi.bundle,org.eclipse.wst.wsdl.ui.source,1.3.101.v202308010229 [2024-03-05T10:44:33.556Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.ui.source,1.1.500.v202308172116 [2024-03-05T10:44:33.556Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.xalan,1.1.100.v202301080401 [2024-03-05T10:44:33.556Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.cxf.consumption.core,1.1.0.v202308010145 [2024-03-05T10:44:33.556Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.jaxp.debug.ui,1.1.0.v201901071922 [2024-03-05T10:44:33.556Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.webapp.source,12.0.6 [2024-03-05T10:44:33.556Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jaxb.eclipselink.core.schemagen.source,1.2.202.v202104080213 [2024-03-05T10:44:33.556Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jee.ui,1.1.0.v202307261744 [2024-03-05T10:44:33.556Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.cxf.core.source,1.2.0.v202308010145 [2024-03-05T10:44:33.556Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.xalan.source,1.1.100.v202301080401 [2024-03-05T10:44:33.556Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.web_ui.feature,3.33.0.v202402161256 [2024-03-05T10:44:33.556Z] - mirroring artifact osgi.bundle,org.eclipse.wtp.javascript.capabilities.source,1.0.200.v201901071922 [2024-03-05T10:44:33.556Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.tomcat.ui.source,1.1.1100.v202307100353 [2024-03-05T10:44:33.556Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.core.source,1.4.100.v202103232321 [2024-03-05T10:44:33.556Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxws.dom.runtime,1.1.0.v202308010229 [2024-03-05T10:44:33.556Z] - mirroring artifact osgi.bundle,org.eclipse.jst.common.project.facet.ui,1.5.0.v202308161955 [2024-03-05T10:44:33.556Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.jsdt.feature,2.4.500.v202307190318 [2024-03-05T10:44:33.556Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium,0.6.0.v202307190318 [2024-03-05T10:44:33.556Z] - mirroring artifact osgi.bundle,org.apache.bcel,5.2.0.v201005080400 [2024-03-05T10:44:33.556Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.environment,1.1.0.v202308161955 [2024-03-05T10:44:33.556Z] - mirroring artifact osgi.bundle,org.eclipse.wst.dtd.core.source,1.2.600.v202308160453 [2024-03-05T10:44:33.556Z] - mirroring artifact osgi.bundle,org.eclipse.wtp.xml.capabilities.source,1.0.200.v201901071922 [2024-03-05T10:44:33.557Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsd.ui,1.3.601.v202308160453 [2024-03-05T10:44:33.557Z] - mirroring artifact osgi.bundle,jakarta.interceptor-api,1.2.5 [2024-03-05T10:44:33.557Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.server_core.feature.source,3.4.600.v202401292345 [2024-03-05T10:44:33.557Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.cxf.creation.core.source,1.2.0.v202311232240 [2024-03-05T10:44:33.557Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.doc.user.source,1.0.700.v201903222115 [2024-03-05T10:44:33.557Z] - mirroring artifact osgi.bundle,org.eclipse.jst.common.project.facet.core,1.13.0.v202308161955 [2024-03-05T10:44:33.557Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.http.core.source,1.0.400.v202007170127 [2024-03-05T10:44:33.557Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.web_js_support.feature.source,3.33.0.v202403030558 [2024-03-05T10:44:33.557Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.ui,0.7.0.v202307190318 [2024-03-05T10:44:33.557Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.db.source,2.2.201.v202301061019 [2024-03-05T10:44:33.557Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xml.xpath2.processor.doc.user,2.1.100.v202307260822 [2024-03-05T10:44:33.557Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.ui.source,1.2.300.v202402152248 [2024-03-05T10:44:33.557Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.plus,12.0.6 [2024-03-05T10:44:33.557Z] - mirroring artifact osgi.bundle,org.eclipse.wst.ws.explorer,1.1.2.v202308010145 [2024-03-05T10:44:33.557Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jpt.jaxb.eclipselink.feature,1.4.203.v202104080213 [2024-03-05T10:44:33.557Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.common.core.source,1.6.0.v202308172102 [2024-03-05T10:44:33.557Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.web,1.3.0.v202307260438 [2024-03-05T10:44:33.557Z] - mirroring artifact osgi.bundle,java_cup-runtime,0.11.20150326.v20180425-1030 [2024-03-05T10:44:33.557Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.schemaprocessor.source,1.1.0.v202308160419 [2024-03-05T10:44:33.557Z] - mirroring artifact osgi.bundle,org.eclipse.wst.ws.infopop,1.0.400.v201903050508 [2024-03-05T10:44:33.557Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.core.source,3.7.0.v202308172102 [2024-03-05T10:44:33.557Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis2.ui.doc.user,1.0.200.v201903222115 [2024-03-05T10:44:33.557Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.jndi.source,12.0.6 [2024-03-05T10:44:33.557Z] - mirroring artifact osgi.bundle,org.eclipse.persistence.jpa.jpql,2.7.3.v20180807-4be1041 [2024-03-05T10:44:33.557Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.source,1.2.0.v202307260438 [2024-03-05T10:44:33.557Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.ui,1.1.0.v202308160419 [2024-03-05T10:44:33.557Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.web_core.feature,3.31.0.v202402230237 [2024-03-05T10:44:33.557Z] - mirroring artifact osgi.bundle,org.apache.xml.serializer,2.7.1.v201005080400 [2024-03-05T10:44:33.557Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.generic.ui,1.1.0.v202401292331 [2024-03-05T10:44:33.557Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.bower.ui,1.1.0.v202308160419 [2024-03-05T10:44:33.558Z] - mirroring artifact osgi.bundle,org.eclipse.wst.validation.ui,1.3.0.v202308161955 [2024-03-05T10:44:33.558Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.common.utility,2.4.1.v202301061019 [2024-03-05T10:44:33.558Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.ui,1.1.500.v202308172116 [2024-03-05T10:44:33.558Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.core,1.11.0.v202311141839 [2024-03-05T10:44:33.558Z] - mirroring artifact osgi.bundle,org.eclipse.persistence.moxy,2.7.3.v20180807-4be1041 [2024-03-05T10:44:33.558Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.support.ie,1.1.0.v202307190318 [2024-03-05T10:44:33.558Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsp.ui,1.3.600.v202308160453 [2024-03-05T10:44:33.558Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.webapp,12.0.6 [2024-03-05T10:44:33.558Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xml.xpath2,1.1.0.v201901071922 [2024-03-05T10:44:33.558Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.bower.core.source,1.1.0.v202308160419 [2024-03-05T10:44:33.558Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jpt.common.eclipselink.feature.source,1.3.300.v202307260736 [2024-03-05T10:44:33.558Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jee.web,1.1.0.v202307260438 [2024-03-05T10:44:33.558Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.ui,2.1.700.v202304022004 [2024-03-05T10:44:33.558Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xml.xpath2.wtptypes,2.1.0.v202307260701 [2024-03-05T10:44:33.558Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.ui.doc.user,1.0.600.v201901310132 [2024-03-05T10:44:33.558Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.snippets,1.3.0.v202308161955 [2024-03-05T10:44:33.558Z] - mirroring artifact osgi.bundle,org.eclipse.wst.internet.monitor.core.source,1.1.0.v202304050316 [2024-03-05T10:44:33.558Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.http.core,1.0.400.v202007170127 [2024-03-05T10:44:33.558Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.consumption.ui.doc.user.source,1.0.700.v201903222115 [2024-03-05T10:44:33.558Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ejb.ui,1.2.0.v202402152248 [2024-03-05T10:44:33.558Z] - mirroring artifact osgi.bundle,org.eclipse.wst.css.ui.source,1.2.200.v202308160453 [2024-03-05T10:44:33.558Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.servlets.source,12.0.6 [2024-03-05T10:44:33.558Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.cxf.creation.core,1.2.0.v202311232240 [2024-03-05T10:44:33.558Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.common.eclipselink.branding,1.3.101.v201902121834 [2024-03-05T10:44:33.558Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis2.consumption.core,1.1.0.v202308010354 [2024-03-05T10:44:33.558Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ejb.ui.infopop,1.0.300.v201903222024 [2024-03-05T10:44:33.558Z] - mirroring artifact osgi.bundle,org.eclipse.jst.common.annotations.controller,1.2.0.v202307260438 [2024-03-05T10:44:33.558Z] - mirroring artifact osgi.bundle,org.eclipse.jem.beaninfo.vm,2.1.0.v202101081429 [2024-03-05T10:44:33.558Z] - mirroring artifact osgi.bundle,org.apache.axis.ant,1.4.1.v20231107-0937 [2024-03-05T10:44:33.558Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.modulecore.ui.source,1.1.0.v202308161955 [2024-03-05T10:44:33.558Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.wip.eclipse,0.6.0.v202307190318 [2024-03-05T10:44:33.558Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.exslt.core.source,1.1.0.v201901071922 [2024-03-05T10:44:33.559Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.ui.doc.user.source,1.0.600.v201901310132 [2024-03-05T10:44:33.559Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xmleditor.doc.user,1.1.0.v201903222120 [2024-03-05T10:44:33.559Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.wipbackend.dev.source,0.6.0.v202307190318 [2024-03-05T10:44:33.559Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.server_adapters.feature.source,3.33.0.v202401292308 [2024-03-05T10:44:33.559Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxws.dom.integration.source,1.1.0.v202308010229 [2024-03-05T10:44:33.559Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.cxf.doc.user,1.0.300.v201902162149 [2024-03-05T10:44:33.559Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.emf,1.2.700.v202007161535 [2024-03-05T10:44:33.559Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis.consumption.ui.source,1.1.0.v202308010145 [2024-03-05T10:44:33.559Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.creation.ejb.ui.source,1.0.400.v202308010145 [2024-03-05T10:44:33.559Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.debug.crossfire,1.1.0.v202307190318 [2024-03-05T10:44:33.559Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.source,0.6.0.v202307190318 [2024-03-05T10:44:33.559Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.annotate.source,1.1.0.v202308172102 [2024-03-05T10:44:33.559Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.common.fproj.enablement.jdt,3.29.0.v202308161955 [2024-03-05T10:44:33.559Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.wipbackend.protocol_1_0,0.6.0.v202307190351 [2024-03-05T10:44:33.559Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.ui.source,1.6.200.v202308172116 [2024-03-05T10:44:33.559Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.doc,1.1.0.v202110312208 [2024-03-05T10:44:33.559Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsdeditor.doc.user,1.0.800.v201903222120 [2024-03-05T10:44:33.819Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.emfworkbench.integration,1.3.0.v202308161955 [2024-03-05T10:44:33.819Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.snippets.source,1.3.0.v202308161955 [2024-03-05T10:44:33.819Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.xml,12.0.6 [2024-03-05T10:44:33.819Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.core.source,1.5.0.v202307260438 [2024-03-05T10:44:33.819Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.ui.infopop,1.1.200.v201901310132 [2024-03-05T10:44:33.819Z] - mirrored artifact osgi.bundle,org.apache.commons.collections,3.2.2.v201511171945 [2024-03-05T10:44:33.819Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.doc.user,1.0.700.v201903222115 [2024-03-05T10:44:33.819Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.cxf.ui.source,1.1.0.v202308010145 [2024-03-05T10:44:33.819Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxb.core,1.1.0.v202308010229 [2024-03-05T10:44:33.819Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xml.xpath.ui,1.2.0.v202307260701 [2024-03-05T10:44:33.819Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.wipbackend.dev,0.6.0.v202307190318 [2024-03-05T10:44:33.819Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis.ui.doc.user.source,1.1.200.v201903222115 [2024-03-05T10:44:33.819Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxws.doc.user,1.0.400.v201902162216 [2024-03-05T10:44:33.819Z] - mirrored artifact osgi.bundle,org.eclipse.persistence.moxy.source,2.7.3.v20180807-4be1041 [2024-03-05T10:44:33.819Z] - mirrored artifact osgi.bundle,org.eclipse.wst.ws.ui,1.2.1.v202308010145 [2024-03-05T10:44:33.819Z] - mirrored artifact osgi.bundle,org.eclipse.jst.common.frameworks.source,1.2.0.v202307260438 [2024-03-05T10:44:33.819Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.source,0.4.0.v202307190339 [2024-03-05T10:44:33.820Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.cxf.doc.user.source,1.0.300.v201902162149 [2024-03-05T10:44:33.820Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.jshint.core,1.1.0.v202308160419 [2024-03-05T10:44:33.820Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.ws.jaxws.feature,1.2.1000.v202311280000 [2024-03-05T10:44:33.820Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpadiagrameditor.ui.source,1.2.201.v202307260736 [2024-03-05T10:44:34.083Z] - mirrored artifact osgi.bundle,javax.activation,1.1.0.v201211130549 [2024-03-05T10:44:34.083Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.project.facet.core.source,1.5.0.v202308161955 [2024-03-05T10:44:34.083Z] - mirrored artifact osgi.bundle,org.apache.commons.discovery,0.5.0 [2024-03-05T10:44:34.083Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.ui.source,1.2.401.v202308161955 [2024-03-05T10:44:34.083Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.modulecore,1.3.200.v202108200212 [2024-03-05T10:44:34.083Z] - mirrored artifact osgi.bundle,org.eclipse.wst.ws.infopop.source,1.0.400.v201903050508 [2024-03-05T10:44:34.083Z] - mirrored artifact osgi.bundle,org.eclipse.json,1.2.0.v202308160419 [2024-03-05T10:44:34.083Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.infopop.source,1.0.301.v202307170218 [2024-03-05T10:44:34.083Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.frameworks.ui,1.3.0.v202308161955 [2024-03-05T10:44:34.084Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.cxf.consumption.ui,1.1.0.v202308010229 [2024-03-05T10:44:34.084Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.web_js_support.feature,3.32.0.v202309190220 [2024-03-05T10:44:34.084Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxrs.core.source,1.2.0.v202311232240 [2024-03-05T10:44:34.084Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.ui.source,0.7.0.v202307190318 [2024-03-05T10:44:34.084Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.npm.ui,1.1.0.v202308160419 [2024-03-05T10:44:34.084Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.core.source,1.2.200.v202302070714 [2024-03-05T10:44:34.084Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jaxb.ui,1.5.200.v202301061019 [2024-03-05T10:44:34.084Z] - mirrored artifact osgi.bundle,org.eclipse.wst.css.ui,1.2.200.v202308160453 [2024-03-05T10:44:34.084Z] - mirrored artifact osgi.bundle,org.eclipse.wst.web.source,1.3.200.v202305221615 [2024-03-05T10:44:34.084Z] - mirrored artifact osgi.bundle,org.eclipse.wst.webtools.doc.user.source,1.0.500.v201903222120 [2024-03-05T10:44:34.084Z] - mirrored artifact osgi.bundle,jakarta.servlet.jsp,3.0.0.v20210105-0527 [2024-03-05T10:44:34.084Z] - mirrored artifact osgi.bundle,org.eclipse.persistence.antlr,3.5.2.v201711011707 [2024-03-05T10:44:34.084Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.ui,1.1.100.v202308012257 [2024-03-05T10:44:34.084Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpadiagrameditor.ui,1.2.201.v202307260736 [2024-03-05T10:44:34.084Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.jaxp.debug.source,1.1.100.v202202230212 [2024-03-05T10:44:34.084Z] - mirrored artifact osgi.bundle,org.eclipse.jst.servlet.ui,1.2.0.v202402152248 [2024-03-05T10:44:34.084Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.ws.cxf.feature,1.1.1200.v202311232240 [2024-03-05T10:44:34.084Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.ws.axis2tools.feature,1.2.0.v202308010354 [2024-03-05T10:44:34.084Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.infopop.source,1.0.400.v201903050508 [2024-03-05T10:44:34.084Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.server_core.feature,3.4.600.v202401292345 [2024-03-05T10:44:34.084Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxrs.core,1.2.0.v202311232240 [2024-03-05T10:44:34.084Z] - mirrored artifact osgi.bundle,org.eclipse.jst.common.frameworks,1.2.0.v202307260438 [2024-03-05T10:44:34.084Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ejb.doc.user,1.1.301.v201903222024 [2024-03-05T10:44:34.350Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.jsdt.chromium.debug.feature.source,0.7.0.v202307190351 [2024-03-05T10:44:34.350Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.core.source,0.6.0.v202307190318 [2024-03-05T10:44:34.350Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsf.facelet.core,1.5.0.v202308300413 [2024-03-05T10:44:34.350Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jaxb.core.source,1.4.101.v201902121834 [2024-03-05T10:44:34.350Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.discovery.source,1.3.500.v202308172116 [2024-03-05T10:44:34.350Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.common.ui.source,1.4.201.v202301061019 [2024-03-05T10:44:34.350Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.webservice.ui.source,1.2.0.v202402152248 [2024-03-05T10:44:34.350Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.webservice,1.2.0.v202307260438 [2024-03-05T10:44:34.350Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsf.standard.tagsupport,1.6.0.v202303190717 [2024-03-05T10:44:34.350Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.creation.ui,1.1.0.v202308010145 [2024-03-05T10:44:34.350Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.eclipselink.core,2.5.0.v202308172102 [2024-03-05T10:44:34.350Z] - mirrored artifact osgi.bundle,org.eclipse.jem.beaninfo.vm.common,2.1.0.v202402152248 [2024-03-05T10:44:34.350Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.doc.user,1.1.400.v202101072335 [2024-03-05T10:44:34.350Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.plus,12.0.6 [2024-03-05T10:44:34.350Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jsf.feature,3.13.0.v202308300413 [2024-03-05T10:44:34.351Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.common_core.feature,3.31.0.v202308161955 [2024-03-05T10:44:34.351Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxws.utils.source,1.1.0.v202308010354 [2024-03-05T10:44:34.351Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.eclipselink.branding,3.4.1.v201902121834 [2024-03-05T10:44:34.351Z] - mirrored artifact osgi.bundle,org.apache.wsil4j,1.0.0.v20230923-0644 [2024-03-05T10:44:34.351Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.server_adapters.ext.feature.source,3.4.900.v202402192305 [2024-03-05T10:44:34.351Z] - mirrored artifact osgi.bundle,org.eclipse.jst.common.annotations.core.source,1.2.0.v202307260438 [2024-03-05T10:44:34.351Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.ejb,1.2.0.v202307260438 [2024-03-05T10:44:34.351Z] - mirrored artifact osgi.bundle,org.eclipse.jst.common.annotations.ui,1.2.0.v202307260438 [2024-03-05T10:44:34.351Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.jca,1.2.0.v202307260438 [2024-03-05T10:44:34.351Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.branding,3.4.1.v201902121834 [2024-03-05T10:44:34.351Z] - mirrored artifact osgi.bundle,org.eclipse.jsf.branding,3.5.1.v201902121810 [2024-03-05T10:44:34.351Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.js,0.2.0.v202307190318 [2024-03-05T10:44:34.610Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.preview.adapter,1.2.100.v202401292308 [2024-03-05T10:44:34.610Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.emf.source,1.2.700.v202007161535 [2024-03-05T10:44:34.610Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotations.emitter.source,1.2.0.v202307261744 [2024-03-05T10:44:34.610Z] - mirrored artifact osgi.bundle,org.eclipse.wst.html.core,1.4.400.v202308160453 [2024-03-05T10:44:34.611Z] - mirrored artifact osgi.bundle,org.eclipse.wst.wsi.source,1.1.501.v202308010145 [2024-03-05T10:44:34.611Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.json_core.feature,1.1.9.v202308160419 [2024-03-05T10:44:34.611Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jaxb.ui.source,1.5.200.v202301061019 [2024-03-05T10:44:34.611Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.jaxp.launching,1.1.200.v202301080401 [2024-03-05T10:44:34.611Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xml.ui,1.2.701.v202308160453 [2024-03-05T10:44:34.611Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.common.fproj.source,3.7.4.v202308161955 [2024-03-05T10:44:34.611Z] - mirrored artifact osgi.bundle,org.eclipse.wst.command.env.ui,1.2.0.v202308012257 [2024-03-05T10:44:34.611Z] - mirrored artifact osgi.bundle,org.eclipse.wst.ws.parser.source,1.1.0.v202308012257 [2024-03-05T10:44:34.611Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.ui.source,3.6.100.v202305092307 [2024-03-05T10:44:34.611Z] - mirrored artifact osgi.bundle,org.eclipse.wst.validation.infopop.source,1.0.300.v202007131715 [2024-03-05T10:44:34.611Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.bower.core,1.1.0.v202308160419 [2024-03-05T10:44:34.611Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.common.core,1.6.0.v202308172102 [2024-03-05T10:44:34.611Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jpt.jpa.feature,3.7.0.v202308172102 [2024-03-05T10:44:34.611Z] - mirrored artifact osgi.bundle,org.eclipse.wst.internet.monitor.ui.source,1.0.801.v202308110227 [2024-03-05T10:44:34.611Z] - mirrored artifact osgi.bundle,org.eclipse.wst.command.env.doc.user,1.5.400.v201903222115 [2024-03-05T10:44:34.611Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsf.ui,1.7.0.v202303190717 [2024-03-05T10:44:34.611Z] - mirrored artifact osgi.bundle,org.eclipse.wst.web.ui,1.2.500.v202308160453 [2024-03-05T10:44:34.611Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.eslint.core,1.1.0.v202308160419 [2024-03-05T10:44:34.871Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.server_adapters.feature,3.33.0.v202401292308 [2024-03-05T10:44:34.871Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.modulecore.source,1.3.200.v202108200212 [2024-03-05T10:44:34.871Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.consumption.infopop.source,1.0.400.v201903050508 [2024-03-05T10:44:34.871Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.jsdtbridge,0.6.0.v202307190318 [2024-03-05T10:44:34.871Z] - mirrored artifact osgi.bundle,org.eclipse.jst.pagedesigner.jsf.ui,1.6.0.v202303190717 [2024-03-05T10:44:34.871Z] - mirrored artifact osgi.bundle,org.apache.velocity,1.7.0 [2024-03-05T10:44:34.871Z] - mirrored artifact osgi.bundle,org.eclipse.wst.internet.monitor.ui,1.0.801.v202308110227 [2024-03-05T10:44:34.871Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.tomcat.ui,1.1.1100.v202307100353 [2024-03-05T10:44:34.871Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.debug.rhino.debugger,1.1.0.v202307190318 [2024-03-05T10:44:34.871Z] - mirrored artifact osgi.bundle,org.eclipse.jst.pagedesigner.jsp.core,1.6.0.v202303190717 [2024-03-05T10:44:34.871Z] - mirrored artifact osgi.bundle,org.eclipse.wst.wsdl.source,1.3.1.v202308012257 [2024-03-05T10:44:34.871Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.enterprise_ui.feature,3.33.0.v202401080452 [2024-03-05T10:44:34.871Z] - mirrored artifact osgi.bundle,org.eclipse.wtp.web.capabilities.source,1.0.200.v201901071922 [2024-03-05T10:44:34.871Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.xdoclet.runtime.source,1.2.0.v202101081429 [2024-03-05T10:44:34.871Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsp.core.source,1.4.700.v202308180906 [2024-03-05T10:44:34.871Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsdeditor.doc.user.source,1.0.800.v201903222120 [2024-03-05T10:44:34.871Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.db.ui.source,2.1.201.v201902121834 [2024-03-05T10:44:34.871Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpadiagrameditor.doc.user,1.2.102.v201902121834 [2024-03-05T10:44:34.871Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.ui,3.6.100.v202305092307 [2024-03-05T10:44:34.872Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.ui.infopop,1.0.500.v201901310132 [2024-03-05T10:44:34.872Z] - mirrored artifact osgi.bundle,org.eclipse.wtp.web.capabilities,1.0.200.v201901071922 [2024-03-05T10:44:34.872Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsp.ui.infopop,1.0.200.v201903222120 [2024-03-05T10:44:34.872Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.npm.core.source,1.1.0.v202308160419 [2024-03-05T10:44:34.872Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.ws.jaxws_userdoc.feature,1.0.403.v201909051708 [2024-03-05T10:44:35.132Z] - mirrored artifact osgi.bundle,org.apache.commons.lang,2.6.0.v201404270220 [2024-03-05T10:44:35.132Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.discovery,1.3.500.v202308172116 [2024-03-05T10:44:35.132Z] - mirrored artifact osgi.bundle,org.eclipse.jst.common.project.facet.core.source,1.13.0.v202308161955 [2024-03-05T10:44:35.132Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxws.dom.ui,1.1.0.v202308010229 [2024-03-05T10:44:35.132Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxws.doc.user.source,1.0.400.v201902162216 [2024-03-05T10:44:35.132Z] - mirrored artifact osgi.bundle,org.apache.axis,1.4.1.v20231107-0937 [2024-03-05T10:44:35.132Z] - mirrored artifact osgi.bundle,org.eclipse.jem.util.source,2.2.0.v202308161955 [2024-03-05T10:44:35.132Z] - mirrored artifact osgi.bundle,javax.persistence,2.2.1.v201807122140 [2024-03-05T10:44:35.132Z] - mirrored artifact osgi.bundle,org.eclipse.jem.workbench,2.1.100.v202402230230 [2024-03-05T10:44:35.132Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.frameworks.source,1.3.0.v202308161955 [2024-03-05T10:44:35.132Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.cxf.consumption.ui.source,1.1.0.v202308010229 [2024-03-05T10:44:35.132Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.project.facet.core,1.5.0.v202308161955 [2024-03-05T10:44:35.132Z] - mirrored artifact osgi.bundle,org.eclipse.wst.wsdl.ui,1.3.101.v202308010229 [2024-03-05T10:44:35.132Z] - mirrored artifact osgi.bundle,org.eclipse.wst.wsi.ui,1.1.201.v202304050339 [2024-03-05T10:44:35.132Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsp.ui.source,1.3.600.v202308160453 [2024-03-05T10:44:35.132Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.core,1.3.0.v202401292331 [2024-03-05T10:44:35.132Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.exslt.ui,1.1.0.v201901071922 [2024-03-05T10:44:35.132Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.cxf.core,1.2.0.v202308010145 [2024-03-05T10:44:35.133Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.preview.adapter.source,1.2.100.v202401292308 [2024-03-05T10:44:35.133Z] - mirrored artifact osgi.bundle,org.eclipse.wst.wsi.ui.doc.user,1.0.750.v201903222115 [2024-03-05T10:44:35.133Z] - mirrored artifact osgi.bundle,org.eclipse.wst.command.env.core.source,1.1.0.v202308010229 [2024-03-05T10:44:35.133Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.ws_core.feature,3.31.0.v202308021509 [2024-03-05T10:44:35.133Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.jsdt.chromium.debug.feature,0.7.0.v202307190351 [2024-03-05T10:44:35.133Z] - mirrored artifact osgi.bundle,org.eclipse.wst.ws.source,1.2.0.v202308010145 [2024-03-05T10:44:35.133Z] - mirrored artifact osgi.bundle,org.eclipse.wst.validation.source,1.3.0.v202308161955 [2024-03-05T10:44:35.133Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.annotations.source,12.0.6 [2024-03-05T10:44:35.133Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.common.branding,1.4.1.v201902121834 [2024-03-05T10:44:35.133Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.annotations,12.0.6 [2024-03-05T10:44:35.133Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.doc.source,1.1.0.v202110312208 [2024-03-05T10:44:35.133Z] - mirrored artifact osgi.bundle,org.eclipse.wtp.epp.package.jee.intro,1.3.0.v201902122017 [2024-03-05T10:44:35.133Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.web_ui.feature,3.31.0.v202403030558 [2024-03-05T10:44:35.133Z] - mirrored artifact osgi.bundle,org.eclipse.wst.wsdl.ui.doc.user.source,1.0.850.v201903222115 [2024-03-05T10:44:35.133Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.server_ui.feature,3.4.500.v202401292331 [2024-03-05T10:44:35.133Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.web_ui.feature.source,3.31.0.v202403030558 [2024-03-05T10:44:35.392Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xml.xpath.ui.source,1.2.0.v202307260701 [2024-03-05T10:44:35.392Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.preview.adapter,1.2.100.v202401292308 [2024-03-05T10:44:35.392Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.webpageeditor.feature,2.12.0.v202307262216 [2024-03-05T10:44:35.392Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsf.core,1.9.1.v202308300413 [2024-03-05T10:44:35.392Z] - mirrored artifact osgi.bundle,org.eclipse.wst.html.core.source,1.4.400.v202308160453 [2024-03-05T10:44:35.392Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.uriresolver.source,1.4.0.v202308161955 [2024-03-05T10:44:35.392Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.server_core.feature.source,3.4.0.v202311141839 [2024-03-05T10:44:35.392Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.server_ui.feature.source,3.4.500.v202401292331 [2024-03-05T10:44:35.392Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.consumption,1.1.0.v202308010229 [2024-03-05T10:44:35.392Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.core,0.6.0.v202307190318 [2024-03-05T10:44:35.392Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.xdoclet.runtime,1.2.0.v202101081429 [2024-03-05T10:44:35.392Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ejb.doc.user.source,1.1.301.v201903222024 [2024-03-05T10:44:35.392Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.consumption.ui,1.2.0.v202308010145 [2024-03-05T10:44:35.393Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsd.ui.source,1.3.601.v202308160453 [2024-03-05T10:44:35.393Z] - mirrored artifact osgi.bundle,jakarta.enterprise.lang-model,4.0.1 [2024-03-05T10:44:35.393Z] - mirrored artifact osgi.bundle,javax.xml,1.3.4.v201005080400 [2024-03-05T10:44:35.393Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.ui.source,1.2.300.v202305221615 [2024-03-05T10:44:35.393Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.enterprise_core.feature,3.33.0.v202401080452 [2024-03-05T10:44:35.393Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.jca.ui,1.2.0.v202402152248 [2024-03-05T10:44:35.393Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis.creation.ui.source,1.1.0.v202308011607 [2024-03-05T10:44:35.393Z] - mirrored artifact osgi.bundle,org.eclipse.wtp.xml.capabilities,1.0.200.v201901071922 [2024-03-05T10:44:35.393Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xml.core,1.2.800.v202308210520 [2024-03-05T10:44:35.393Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.gen.source,2.3.201.v202301061019 [2024-03-05T10:44:35.393Z] - mirrored artifact osgi.bundle,org.eclipse.wst.dtd.ui.infopop,1.0.400.v201903222120 [2024-03-05T10:44:35.393Z] - mirrored artifact osgi.bundle,org.eclipse.jst.common.ui.source,1.1.0.v202307260438 [2024-03-05T10:44:35.393Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.launching,1.2.0.v201901071922 [2024-03-05T10:44:35.393Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.tomcat.core,1.2.600.v202402192305 [2024-03-05T10:44:35.393Z] - mirrored artifact osgi.bundle,org.eclipse.wst.ws.service.policy.ui.source,1.2.0.v202311232240 [2024-03-05T10:44:35.393Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jaxb.eclipselink.core.source,1.3.201.v201902121834 [2024-03-05T10:44:35.393Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsf.apache.trinidad.tagsupport,1.5.0.v202303190717 [2024-03-05T10:44:35.393Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.jaxp.debug,1.1.100.v202202230212 [2024-03-05T10:44:35.393Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.server_adapters.ext.feature,3.4.900.v202402192305 [2024-03-05T10:44:35.653Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.json_core.feature.source,1.1.9.v202308160419 [2024-03-05T10:44:35.653Z] - mirrored artifact osgi.bundle,org.eclipse.wst.sse.ui,1.7.900.v202402030233 [2024-03-05T10:44:35.653Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.cxf.ui,1.1.0.v202308010145 [2024-03-05T10:44:35.653Z] - mirrored artifact osgi.bundle,org.eclipse.wtp.jee.capabilities.source,1.0.100.v201903222024 [2024-03-05T10:44:35.653Z] - mirrored artifact osgi.bundle,org.eclipse.wst.sse.ui.infopop,1.0.300.v201903222120 [2024-03-05T10:44:35.653Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.server_userdoc.feature,3.3.300.v201901310132 [2024-03-05T10:44:35.653Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jaxb.core.schemagen,1.1.202.v202104080213 [2024-03-05T10:44:35.653Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.eclipselink.core.source,2.5.0.v202308172102 [2024-03-05T10:44:35.653Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jaxb.branding,1.4.1.v201902121834 [2024-03-05T10:44:35.653Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.common_ui.feature.source,3.31.0.v202308161955 [2024-03-05T10:44:35.653Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.jshint.core.source,1.1.0.v202308160419 [2024-03-05T10:44:35.653Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis2.consumption.core.source,1.1.0.v202308010354 [2024-03-05T10:44:35.653Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.support.firefox,1.1.0.v202307190318 [2024-03-05T10:44:35.653Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.xml_ui.feature.source,3.33.0.v202402030243 [2024-03-05T10:44:35.654Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.uddiregistry.source,1.2.0.v202308010229 [2024-03-05T10:44:35.654Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsf.common.runtime,1.5.0.v202303190717 [2024-03-05T10:44:35.654Z] - mirrored artifact osgi.bundle,org.eclipse.wst.dtd.ui,1.1.700.v202308160453 [2024-03-05T10:44:35.654Z] - mirrored artifact osgi.bundle,org.eclipse.jem.beaninfo.vm.source,2.1.0.v202101081429 [2024-03-05T10:44:35.654Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.core,3.7.0.v202308172102 [2024-03-05T10:44:35.654Z] - mirrored artifact osgi.bundle,org.eclipse.wst.html.ui.source,1.1.801.v202308160453 [2024-03-05T10:44:35.654Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.source,1.1.0.v202308010229 [2024-03-05T10:44:35.654Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.launching.source,1.2.0.v201901071922 [2024-03-05T10:44:35.654Z] - mirrored artifact osgi.bundle,org.eclipse.wst.wsi.ui.doc.user.source,1.0.750.v201903222115 [2024-03-05T10:44:35.654Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature,2.8.0.v202307262303 [2024-03-05T10:44:35.654Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.server_adapters.feature,3.33.0.v202401292308 [2024-03-05T10:44:35.654Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jpt.common.feature,1.5.200.v202308172102 [2024-03-05T10:44:35.654Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.exslt.ui.source,1.1.0.v201901071922 [2024-03-05T10:44:35.654Z] - mirrored artifact osgi.bundle,org.eclipse.jst.common.annotations.ui.source,1.2.0.v202307260438 [2024-03-05T10:44:35.654Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotation.model,1.1.600.v202307261744 [2024-03-05T10:44:35.654Z] - mirrored artifact osgi.bundle,jakarta.enterprise.cdi-api,2.0.2 [2024-03-05T10:44:35.654Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jee.web.source,1.1.0.v202307260438 [2024-03-05T10:44:35.654Z] - mirrored artifact osgi.bundle,jakarta.enterprise.cdi-api.source,2.0.2 [2024-03-05T10:44:35.654Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xmleditor.doc.user.source,1.1.0.v201903222120 [2024-03-05T10:44:35.654Z] - mirrored artifact osgi.bundle,org.eclipse.wst.ws.service.policy,1.1.0.v202308010229 [2024-03-05T10:44:35.654Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.xml_ui.feature,3.33.0.v202402030243 [2024-03-05T10:44:35.654Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.eclipselink.core.ddlgen,2.2.201.v201902121834 [2024-03-05T10:44:35.654Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxrs.ui,1.1.0.v202308010145 [2024-03-05T10:44:35.914Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.xsl.feature,1.3.1500.v202307260701 [2024-03-05T10:44:35.914Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.ui.doc.user.source,1.1.600.v201901310132 [2024-03-05T10:44:35.914Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsf.facesconfig.ui,1.7.0.v202305071652 [2024-03-05T10:44:35.914Z] - mirrored artifact osgi.bundle,org.eclipse.wst.dtdeditor.doc.user.source,1.1.0.v201903222120 [2024-03-05T10:44:35.915Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jee,1.1.0.v202307260438 [2024-03-05T10:44:35.915Z] - mirrored artifact osgi.bundle,org.eclipse.wst.wsi.ui.source,1.1.201.v202304050339 [2024-03-05T10:44:35.915Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.exslt.core,1.1.0.v201901071922 [2024-03-05T10:44:35.915Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.server_ui.feature,3.3.1800.v202308172116 [2024-03-05T10:44:35.915Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.web.ui,1.3.0.v202307260543 [2024-03-05T10:44:35.915Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.saxon,1.1.0.v201901071922 [2024-03-05T10:44:35.915Z] - mirrored artifact osgi.bundle,javax.mail,1.4.0.v201005080615 [2024-03-05T10:44:35.915Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.eslint.core.source,1.1.0.v202308160419 [2024-03-05T10:44:35.915Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.server_userdoc.feature.source,3.3.300.v201901310132 [2024-03-05T10:44:35.915Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.creation.ejb.ui,1.0.400.v202308010145 [2024-03-05T10:44:35.915Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.server_core.feature,3.4.0.v202311141839 [2024-03-05T10:44:35.915Z] - mirrored artifact osgi.bundle,org.eclipse.jem.util,2.2.0.v202308161955 [2024-03-05T10:44:35.915Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.frameworks.ui.source,1.3.0.v202308161955 [2024-03-05T10:44:35.915Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.core.source,1.1.100.v202308160419 [2024-03-05T10:44:35.915Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.manipulation,1.1.0.v202307190318 [2024-03-05T10:44:35.915Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.jaxp.debug.ui.source,1.1.0.v201901071922 [2024-03-05T10:44:35.915Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jpt.common.eclipselink.feature,1.3.300.v202307260736 [2024-03-05T10:44:35.915Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.uriresolver,1.4.0.v202308161955 [2024-03-05T10:44:35.915Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotations.emitter,1.2.0.v202307261744 [2024-03-05T10:44:35.915Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jee.ejb,1.1.0.v202307260438 [2024-03-05T10:44:35.915Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis.infopop,1.0.400.v201903050508 [2024-03-05T10:44:35.915Z] - mirrored artifact osgi.bundle,org.uddi4j,2.0.5.v20230923-0644 [2024-03-05T10:44:35.915Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis2.creation.ui.source,1.1.0.v202308010145 [2024-03-05T10:44:35.915Z] - mirrored artifact osgi.bundle,org.eclipse.wst.wsdl.validation.source,1.3.101.v202308010145 [2024-03-05T10:44:35.915Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.doc,2.2.0.v202303191832 [2024-03-05T10:44:35.915Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.xml_core.feature.source,3.33.0.v202402230237 [2024-03-05T10:44:35.915Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.generic.ui.source,1.1.0.v202401292331 [2024-03-05T10:44:35.915Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jaxb.eclipselink.branding,1.4.101.v201902121834 [2024-03-05T10:44:35.916Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis.consumption.core.source,1.1.0.v202308021505 [2024-03-05T10:44:35.916Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.environment.source,1.1.0.v202308161955 [2024-03-05T10:44:35.916Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.db.ui,2.1.201.v201902121834 [2024-03-05T10:44:35.916Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxrs.ui.source,1.1.0.v202308010145 [2024-03-05T10:44:35.916Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.web.support.jsp,1.1.200.v202210260359 [2024-03-05T10:44:35.916Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis.creation.ui,1.1.0.v202308011607 [2024-03-05T10:44:35.916Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.jca.source,1.2.0.v202307260438 [2024-03-05T10:44:35.916Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.creation.ui.source,1.1.0.v202308010145 [2024-03-05T10:44:35.916Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.json_ui.feature.source,1.1.11.v202308160419 [2024-03-05T10:44:35.916Z] - mirrored artifact osgi.bundle,org.eclipse.jst.servlet.ui.infopop,1.0.500.v201903222024 [2024-03-05T10:44:35.916Z] - mirrored artifact osgi.bundle,org.eclipse.wst.command.env,1.1.0.v202308010354 [2024-03-05T10:44:36.175Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis.ui.doc.user,1.1.200.v201903222115 [2024-03-05T10:44:36.176Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.uddiregistry,1.2.0.v202308010229 [2024-03-05T10:44:36.176Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.saxon.source,1.1.0.v201901071922 [2024-03-05T10:44:36.176Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jaxb.eclipselink.ui,1.4.201.v201902121834 [2024-03-05T10:44:36.176Z] - mirrored artifact osgi.bundle,org.eclipse.wst.sse.ui.source,1.7.900.v202402030233 [2024-03-05T10:44:36.176Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxb.core.source,1.1.0.v202308010229 [2024-03-05T10:44:36.176Z] - mirrored artifact osgi.bundle,javax.xml.ws,2.1.0.v200902101523 [2024-03-05T10:44:36.176Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xml.xpath.core,1.4.0.v202307260701 [2024-03-05T10:44:36.176Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jaxb.eclipselink.ui.source,1.4.201.v201902121834 [2024-03-05T10:44:36.176Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.js.source,0.2.0.v202307190318 [2024-03-05T10:44:36.176Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.ui,1.6.200.v202308172116 [2024-03-05T10:44:36.176Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.doc.user,3.2.101.v201902121834 [2024-03-05T10:44:36.176Z] - mirrored artifact osgi.bundle,org.eclipse.wtp.javascript.capabilities,1.0.200.v201901071922 [2024-03-05T10:44:36.176Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotations.ui.source,1.2.2.v202307261828 [2024-03-05T10:44:36.176Z] - mirrored artifact osgi.bundle,org.eclipse.wst.dtd.core,1.2.600.v202308160453 [2024-03-05T10:44:36.176Z] - mirrored artifact osgi.bundle,org.eclipse.wst.doc.user.source,1.2.0.v201903222120 [2024-03-05T10:44:36.176Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis2.core.source,1.1.0.v202308010145 [2024-03-05T10:44:36.176Z] - mirrored artifact osgi.bundle,jakarta.interceptor-api.source,1.2.5 [2024-03-05T10:44:36.176Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.server_ui.feature.source,3.3.1800.v202308172116 [2024-03-05T10:44:36.176Z] - mirrored artifact osgi.bundle,org.eclipse.wst.sse.core,1.2.1300.v202402230237 [2024-03-05T10:44:36.176Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsf.common.ui,1.7.0.v202303190717 [2024-03-05T10:44:36.176Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsd.core,1.2.101.v202307260543 [2024-03-05T10:44:36.176Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xml.ui.infopop,1.0.400.v201903222120 [2024-03-05T10:44:36.438Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jpt.jaxb.feature,1.5.201.v202301061019 [2024-03-05T10:44:36.438Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxws.dom.runtime.source,1.1.0.v202308010229 [2024-03-05T10:44:36.438Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl,1.2.0.v201901071922 [2024-03-05T10:44:36.438Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis2.ui,1.1.0.v202308010145 [2024-03-05T10:44:36.438Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotations.xdoclet,1.3.0.v202307261816 [2024-03-05T10:44:36.438Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jaxb.eclipselink.core.schemagen,1.2.202.v202104080213 [2024-03-05T10:44:36.438Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.web.ui.source,1.3.0.v202307260543 [2024-03-05T10:44:36.438Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jee.ejb.source,1.1.0.v202307260438 [2024-03-05T10:44:36.438Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.core,1.4.100.v202103232321 [2024-03-05T10:44:36.438Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee,1.2.1000.v202402152246 [2024-03-05T10:44:36.438Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.ui.source,1.1.100.v202308012257 [2024-03-05T10:44:36.438Z] - mirrored artifact osgi.bundle,org.eclipse.wst.sse.doc.user.source,1.2.0.v201903222120 [2024-03-05T10:44:36.438Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.eclipselink.ui.source,2.4.101.v202301061019 [2024-03-05T10:44:36.439Z] - mirrored artifact osgi.bundle,org.eclipse.persistence.jpa,2.7.3.v20180807-4be1041 [2024-03-05T10:44:36.439Z] - mirrored artifact osgi.bundle,org.eclipse.wst.ws.service.policy.ui,1.2.0.v202311232240 [2024-03-05T10:44:36.439Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.common.ui,1.4.201.v202301061019 [2024-03-05T10:44:36.439Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.ui.doc.user,1.1.600.v201901310132 [2024-03-05T10:44:36.439Z] - mirrored artifact osgi.bundle,org.eclipse.wst.dtd.ui.source,1.1.700.v202308160453 [2024-03-05T10:44:36.439Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.wipbackend.protocol_1_0.source,0.6.0.v202307190351 [2024-03-05T10:44:36.699Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.web_userdoc.feature,3.18.0.v202004271556 [2024-03-05T10:44:36.699Z] - mirrored artifact osgi.bundle,org.eclipse.wst.web,1.3.200.v202305221615 [2024-03-05T10:44:36.699Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxws.dom.integration,1.1.0.v202308010229 [2024-03-05T10:44:36.699Z] - mirrored artifact osgi.bundle,org.eclipse.wst.ws.explorer.source,1.1.2.v202308010145 [2024-03-05T10:44:36.699Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxws.utils,1.1.0.v202308010354 [2024-03-05T10:44:36.699Z] - mirrored artifact osgi.bundle,org.eclipse.wst.wsi,1.1.501.v202308010145 [2024-03-05T10:44:36.699Z] - mirrored artifact osgi.bundle,com.google.javascript,0.0.20160315.v20161124-1903 [2024-03-05T10:44:36.699Z] - mirrored artifact osgi.bundle,org.eclipse.wst.internet.monitor.core,1.1.0.v202304050316 [2024-03-05T10:44:36.699Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jaxb.eclipselink.core,1.3.201.v201902121834 [2024-03-05T10:44:36.699Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis.consumption.core,1.1.0.v202308021505 [2024-03-05T10:44:36.700Z] - mirrored artifact osgi.bundle,org.eclipse.wst.validation.infopop,1.0.300.v202007131715 [2024-03-05T10:44:36.700Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.npm.core,1.1.0.v202308160419 [2024-03-05T10:44:36.959Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsf.facesconfig,1.6.0.v202303190717 [2024-03-05T10:44:36.960Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpadiagrameditor.branding,1.2.102.v201902121834 [2024-03-05T10:44:36.960Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.common.eclipselink.core.source,1.3.400.v202208190239 [2024-03-05T10:44:36.960Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jaxb.core,1.4.101.v201902121834 [2024-03-05T10:44:36.960Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotations.ui,1.2.2.v202307261828 [2024-03-05T10:44:36.960Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis.consumption.ui,1.1.0.v202308010145 [2024-03-05T10:44:36.960Z] - mirrored artifact osgi.bundle,org.eclipse.wst.sse.doc.user,1.2.0.v201903222120 [2024-03-05T10:44:36.960Z] - mirrored artifact osgi.bundle,org.eclipse.wst.sse.core.source,1.2.1300.v202402230237 [2024-03-05T10:44:36.960Z] - mirrored artifact osgi.bundle,org.eclipse.wst.ws,1.2.0.v202308010145 [2024-03-05T10:44:36.960Z] - mirrored artifact osgi.bundle,org.eclipse.jem.beaninfo.vm.common.source,2.1.0.v202402152248 [2024-03-05T10:44:36.960Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.infopop,1.0.400.v201903050508 [2024-03-05T10:44:36.960Z] - mirrored artifact osgi.bundle,org.eclipse.wst.ws.ui.source,1.2.1.v202308010145 [2024-03-05T10:44:36.960Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis2.creation.core.source,1.1.0.v202308010145 [2024-03-05T10:44:36.960Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxws.ui,1.1.0.v202308010145 [2024-03-05T10:44:36.960Z] - mirrored artifact osgi.bundle,org.eclipse.wst.html.ui,1.1.801.v202308160453 [2024-03-05T10:44:36.960Z] - mirrored artifact osgi.bundle,org.eclipse.jst.pagedesigner,1.10.100.v202307262126 [2024-03-05T10:44:36.960Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.core,1.2.200.v202302070714 [2024-03-05T10:44:36.960Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xml.core.source,1.2.800.v202308210520 [2024-03-05T10:44:36.960Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.eslint.ui.source,1.1.0.v202308160419 [2024-03-05T10:44:36.960Z] - mirrored artifact osgi.bundle,org.eclipse.jst.standard.schemas,1.2.700.v202402030235 [2024-03-05T10:44:37.220Z] - mirrored artifact osgi.bundle,org.eclipse.jem.proxy,2.1.0.v202101081429 [2024-03-05T10:44:37.220Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotation.model.source,1.1.600.v202307261744 [2024-03-05T10:44:37.220Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsf.doc.user,1.5.1.v202307262125 [2024-03-05T10:44:37.220Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xml.ui.source,1.2.701.v202308160453 [2024-03-05T10:44:37.220Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.common.utility.source,2.4.1.v202301061019 [2024-03-05T10:44:37.220Z] - mirrored artifact osgi.bundle,org.eclipse.wst.internet.cache,1.1.0.v202011161431 [2024-03-05T10:44:37.220Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.frameworks,1.3.0.v202308161955 [2024-03-05T10:44:37.220Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis2.creation.core,1.1.0.v202308010145 [2024-03-05T10:44:37.220Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.ws_ui.feature,3.31.0.v202308010326 [2024-03-05T10:44:37.220Z] - mirrored artifact osgi.bundle,org.eclipse.wst.command.env.core,1.1.0.v202308010229 [2024-03-05T10:44:37.221Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.web_userdoc.feature,3.6.1.v202309190220 [2024-03-05T10:44:37.221Z] - mirrored artifact osgi.bundle,javax.xml.soap,1.2.0.v201005080501 [2024-03-05T10:44:37.221Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.consumption.ui.source,1.2.0.v202308010145 [2024-03-05T10:44:37.221Z] - mirrored artifact osgi.bundle,javax.jws,2.0.0.v201005080400 [2024-03-05T10:44:37.221Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.jndi,12.0.6 [2024-03-05T10:44:37.221Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.xml.source,12.0.6 [2024-03-05T10:44:37.221Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.annotations.core.source,1.3.0.v202308010145 [2024-03-05T10:44:37.221Z] - mirrored artifact osgi.bundle,org.eclipse.jst.common.project.facet.ui.source,1.5.0.v202308161955 [2024-03-05T10:44:37.221Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.ui,1.2.401.v202308161955 [2024-03-05T10:44:37.221Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.server_adapters.feature.source,3.33.0.v202401292308 [2024-03-05T10:44:37.221Z] - mirrored artifact osgi.bundle,org.eclipse.wst.css.core,1.3.400.v202308160453 [2024-03-05T10:44:37.221Z] - mirrored artifact osgi.bundle,org.eclipse.jst.common.annotations.core,1.2.0.v202307260438 [2024-03-05T10:44:37.221Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotations.xdoclet.source,1.3.0.v202307261816 [2024-03-05T10:44:37.221Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.core.source,1.3.0.v202401292331 [2024-03-05T10:44:37.221Z] - mirrored artifact osgi.bundle,org.eclipse.wst.html.ui.infopop,1.0.201.v201903222120 [2024-03-05T10:44:37.222Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.db,2.2.201.v202301061019 [2024-03-05T10:44:37.222Z] - mirrored artifact osgi.bundle,org.eclipse.wst.css.core.source,1.3.400.v202308160453 [2024-03-05T10:44:37.222Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.debug.core,3.3.0.v202307190318 [2024-03-05T10:44:37.482Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.ui.source,1.1.0.v202308160419 [2024-03-05T10:44:37.482Z] - mirrored artifact osgi.bundle,org.eclipse.wst.dtdeditor.doc.user,1.1.0.v201903222120 [2024-03-05T10:44:37.482Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis2.ui.source,1.1.0.v202308010145 [2024-03-05T10:44:37.482Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.xml_userdoc.feature.source,3.18.0.v202004271556 [2024-03-05T10:44:37.482Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.xml_core.feature,3.33.0.v202402230237 [2024-03-05T10:44:37.482Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsf.common,1.6.0.v202303190717 [2024-03-05T10:44:37.482Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.web.source,1.3.0.v202307260438 [2024-03-05T10:44:37.482Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jpt.jpa.eclipselink.feature,3.4.101.v202308172102 [2024-03-05T10:44:37.482Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.server_userdoc.feature,3.3.300.v201901310132 [2024-03-05T10:44:37.482Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsf.facelet.ui,1.5.0.v202308300413 [2024-03-05T10:44:37.482Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.jndi.source,12.0.6 [2024-03-05T10:44:37.482Z] - mirrored artifact osgi.bundle,org.eclipse.wst.validation.ui.source,1.3.0.v202308161955 [2024-03-05T10:44:37.482Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jee.source,1.1.0.v202307260438 [2024-03-05T10:44:37.482Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.source,1.2.1000.v202402152246 [2024-03-05T10:44:37.483Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpadiagrameditor.doc.user.source,1.2.102.v201902121834 [2024-03-05T10:44:37.483Z] - mirrored artifact osgi.bundle,org.eclipse.json.source,1.2.0.v202308160419 [2024-03-05T10:44:37.483Z] - mirrored artifact osgi.bundle,org.eclipse.wst.command.env.infopop,1.0.200.v201903050508 [2024-03-05T10:44:37.483Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jee.ui.source,1.1.0.v202307261744 [2024-03-05T10:44:37.483Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.cxf.creation.ui,1.1.0.v202308010145 [2024-03-05T10:44:37.483Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.core,1.5.0.v202307260438 [2024-03-05T10:44:37.483Z] - mirrored artifact osgi.bundle,org.mozilla.javascript,1.7.10.v20190430-1943 [2024-03-05T10:44:37.743Z] - mirrored artifact osgi.bundle,org.eclipse.jem.beaninfo,2.1.0.v202307260438 [2024-03-05T10:44:37.743Z] - mirrored artifact osgi.bundle,jakarta.el,4.0.0.v20210105-0527 [2024-03-05T10:44:37.743Z] - mirrored artifact osgi.bundle,org.eclipse.jst.common.annotations.controller.source,1.2.0.v202307260438 [2024-03-05T10:44:37.743Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug,0.4.0.v202307190339 [2024-03-05T10:44:37.743Z] - mirrored artifact osgi.bundle,org.eclipse.wst.validation,1.3.0.v202308161955 [2024-03-05T10:44:37.743Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.common.fproj.enablement.jdt.source,3.29.0.v202308161955 [2024-03-05T10:44:37.743Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.debug.transport,1.1.0.v202307190318 [2024-03-05T10:44:37.743Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.infopop,1.0.301.v202307170218 [2024-03-05T10:44:37.743Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.emfworkbench.integration.source,1.3.0.v202308161955 [2024-03-05T10:44:37.743Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.navigator.ui.source,1.2.100.v202402152248 [2024-03-05T10:44:37.743Z] - mirrored artifact osgi.bundle,org.eclipse.jem.beaninfo.source,2.1.0.v202307260438 [2024-03-05T10:44:37.743Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.ws_userdoc.feature,3.1.501.v201909051708 [2024-03-05T10:44:37.743Z] - mirrored artifact osgi.bundle,org.eclipse.wst.doc.user,1.2.0.v201903222120 [2024-03-05T10:44:37.743Z] - mirrored artifact osgi.bundle,org.apache.xalan,2.7.2.v20230928-1302 [2024-03-05T10:44:37.743Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.debug.ui.source,1.1.100.v202302070714 [2024-03-05T10:44:37.743Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jaxb.core.schemagen.source,1.1.202.v202104080213 [2024-03-05T10:44:37.743Z] - mirrored artifact osgi.bundle,org.eclipse.wtp.jee.capabilities,1.0.100.v201903222024 [2024-03-05T10:44:37.743Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis.infopop.source,1.0.400.v201903050508 [2024-03-05T10:44:37.744Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.web_userdoc.feature.source,3.18.0.v202004271556 [2024-03-05T10:44:37.744Z] - mirrored artifact osgi.bundle,org.eclipse.wst.wsdl.validation,1.3.101.v202308010145 [2024-03-05T10:44:37.744Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxws.dom.ui.source,1.1.0.v202308010229 [2024-03-05T10:44:37.744Z] - mirrored artifact osgi.bundle,org.eclipse.wst.ws.parser,1.1.0.v202308012257 [2024-03-05T10:44:37.744Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.eslint.ui,1.1.0.v202308160419 [2024-03-05T10:44:37.744Z] - mirrored artifact osgi.bundle,jakarta.enterprise.lang-model.source,4.0.1 [2024-03-05T10:44:37.744Z] - mirrored artifact osgi.bundle,org.eclipse.wst.standard.schemas,1.0.800.v201901071922 [2024-03-05T10:44:37.744Z] - mirrored artifact osgi.bundle,org.eclipse.wst.internet.cache.source,1.1.0.v202011161431 [2024-03-05T10:44:37.744Z] - mirrored artifact osgi.bundle,org.eclipse.persistence.asm,6.2.0.v201808041549 [2024-03-05T10:44:37.744Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jpt.jpadiagrameditor.feature,1.2.300.v202307260736 [2024-03-05T10:44:37.744Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.tomcat.core.source,1.2.600.v202402192305 [2024-03-05T10:44:37.744Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xml.xpath.core.source,1.4.0.v202307260701 [2024-03-05T10:44:37.744Z] - mirrored artifact osgi.bundle,org.eclipse.wst.command.env.infopop.source,1.0.200.v201903050508 [2024-03-05T10:44:37.744Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.webservice.ui,1.2.0.v202402152248 [2024-03-05T10:44:38.003Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.xml.xpath2.processor.feature,2.1.0.v202307260822 [2024-03-05T10:44:38.003Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.web.core,1.1.300.v202305221615 [2024-03-05T10:44:38.004Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis2.creation.ui,1.1.0.v202308010145 [2024-03-05T10:44:38.004Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.ui,1.2.300.v202305221615 [2024-03-05T10:44:38.004Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.consumption.source,1.1.0.v202308010229 [2024-03-05T10:44:38.004Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.web_js_support.feature,3.33.0.v202403030558 [2024-03-05T10:44:38.004Z] - mirrored artifact osgi.bundle,javax.xml.rpc,1.1.0.v201209140446 [2024-03-05T10:44:38.004Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.web.core.source,1.1.300.v202305221615 [2024-03-05T10:44:38.004Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.bower.ui.source,1.1.0.v202308160419 [2024-03-05T10:44:38.004Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.source,1.2.0.v201901071922 [2024-03-05T10:44:38.004Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.webservice.source,1.2.0.v202307260438 [2024-03-05T10:44:38.004Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.generic.core,1.1.0.v202401292345 [2024-03-05T10:44:38.004Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.annotate,1.1.0.v202308172102 [2024-03-05T10:44:38.004Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.consumption.ui.doc.user,1.0.700.v201903222115 [2024-03-05T10:44:38.004Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.xml_userdoc.feature,3.18.0.v202004271556 [2024-03-05T10:44:38.004Z] - mirrored artifact osgi.bundle,org.eclipse.jem.proxy.source,2.1.0.v202101081429 [2024-03-05T10:44:38.004Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.web_core.feature.source,3.31.0.v202402230237 [2024-03-05T10:44:38.004Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.navigator.ui,1.2.100.v202402152248 [2024-03-05T10:44:38.004Z] - mirrored artifact osgi.bundle,org.eclipse.wst.command.env.source,1.1.0.v202308010354 [2024-03-05T10:44:38.004Z] - mirrored artifact osgi.bundle,org.eclipse.wst.ws.service.policy.source,1.1.0.v202308010229 [2024-03-05T10:44:38.004Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.json_ui.feature,1.1.11.v202308160419 [2024-03-05T10:44:38.004Z] - mirrored artifact osgi.bundle,org.eclipse.wst.command.env.ui.source,1.2.0.v202308012257 [2024-03-05T10:44:38.004Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.infopop,1.0.300.v201903222024 [2024-03-05T10:44:38.004Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.plus.source,12.0.6 [2024-03-05T10:44:38.004Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.plus.source,12.0.6 [2024-03-05T10:44:38.004Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.schemaprocessor,1.1.0.v202308160419 [2024-03-05T10:44:38.005Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.http.ui.source,1.0.500.v202007170127 [2024-03-05T10:44:38.005Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.project.facet.ui,1.5.0.v202308161955 [2024-03-05T10:44:38.005Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.doc.user.source,3.2.101.v201902121834 [2024-03-05T10:44:38.005Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis2.consumption.ui.source,1.1.0.v202308010145 [2024-03-05T10:44:38.005Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.http.ui,1.0.500.v202007170127 [2024-03-05T10:44:38.005Z] - mirrored artifact osgi.bundle,org.eclipse.wst.web.ui.infopop,1.0.300.v201903222120 [2024-03-05T10:44:38.005Z] - mirrored artifact osgi.bundle,org.eclipse.wst.standard.schemas.source,1.0.800.v201901071922 [2024-03-05T10:44:38.264Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.eclipselink.ui,2.4.101.v202301061019 [2024-03-05T10:44:38.265Z] - mirrored artifact osgi.bundle,org.eclipse.wst.web.ui.source,1.2.500.v202308160453 [2024-03-05T10:44:38.265Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxws.core.source,1.1.0.v202308010145 [2024-03-05T10:44:38.265Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.jca.ui.source,1.2.0.v202402152248 [2024-03-05T10:44:38.265Z] - mirrored artifact osgi.bundle,org.eclipse.wst.wsdl,1.3.1.v202308012257 [2024-03-05T10:44:38.265Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis2.core,1.1.0.v202308010145 [2024-03-05T10:44:38.265Z] - mirrored artifact osgi.bundle,org.eclipse.wst.webtools.doc.user,1.0.500.v201903222120 [2024-03-05T10:44:38.265Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.jshint.ui.source,1.1.0.v202308160419 [2024-03-05T10:44:38.265Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxws.core,1.1.0.v202308010145 [2024-03-05T10:44:38.265Z] - mirrored artifact osgi.bundle,com.google.protobuf,2.4.0.v201105131100 [2024-03-05T10:44:38.265Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.xsl.feature.source,1.3.1500.v202307260701 [2024-03-05T10:44:38.265Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws,1.1.0.v202308010229 [2024-03-05T10:44:38.265Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.cxf.consumption.core.source,1.1.0.v202308010145 [2024-03-05T10:44:38.265Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jpt.jaxb.eclipselink.feature.source,1.4.203.v202104080213 [2024-03-05T10:44:38.265Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.core,1.1.100.v202308160419 [2024-03-05T10:44:38.265Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.cxf.creation.ui.source,1.1.0.v202308010145 [2024-03-05T10:44:38.265Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.preview.source,1.3.0.v202311130434 [2024-03-05T10:44:38.265Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.wip.eclipse.source,0.6.0.v202307190318 [2024-03-05T10:44:38.265Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.ui.infopop.source,1.1.200.v201901310132 [2024-03-05T10:44:38.265Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.eclipselink.core.ddlgen.source,2.2.201.v201902121834 [2024-03-05T10:44:38.265Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.core.source,1.11.0.v202311141839 [2024-03-05T10:44:38.265Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsp.core,1.4.700.v202308180906 [2024-03-05T10:44:38.265Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.debug.rhino,1.1.0.v202307190318 [2024-03-05T10:44:38.265Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.enterprise_userdoc.feature,3.23.0.v202309190220 [2024-03-05T10:44:38.265Z] - mirrored artifact osgi.bundle,org.eclipse.jst.common.ui,1.1.0.v202307260438 [2024-03-05T10:44:38.265Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.project.facet.ui.source,1.5.0.v202308161955 [2024-03-05T10:44:38.265Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.ui.infopop.source,1.0.500.v201901310132 [2024-03-05T10:44:38.265Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.gen,2.3.201.v202301061019 [2024-03-05T10:44:38.266Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.common.fproj,3.7.4.v202308161955 [2024-03-05T10:44:38.266Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ejb.ui.source,1.2.0.v202402152248 [2024-03-05T10:44:38.526Z] - mirrored artifact osgi.bundle,org.eclipse.jem.source,2.1.0.v202307260438 [2024-03-05T10:44:38.526Z] - mirrored artifact osgi.bundle,org.eclipse.jem.workbench.source,2.1.100.v202402230230 [2024-03-05T10:44:38.526Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.annotations.core,1.3.0.v202308010145 [2024-03-05T10:44:38.526Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.common_core.feature.source,3.31.0.v202308161955 [2024-03-05T10:44:38.527Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.modulecore.ui,1.1.0.v202308161955 [2024-03-05T10:44:38.527Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsd.core.source,1.2.101.v202307260543 [2024-03-05T10:44:38.527Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.debug.ui,1.1.100.v202302070714 [2024-03-05T10:44:38.527Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xml.xpath2.processor,2.2.0.v202307260701 [2024-03-05T10:44:38.527Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.ui,1.2.300.v202402152248 [2024-03-05T10:44:38.527Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis2.consumption.ui,1.1.0.v202308010145 [2024-03-05T10:44:38.527Z] - mirrored artifact osgi.bundle,org.eclipse.wst.command.env.doc.user.source,1.5.400.v201903222115 [2024-03-05T10:44:38.527Z] - mirrored artifact osgi.bundle,jakarta.transaction-api.source,1.3.3 [2024-03-05T10:44:38.527Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.jsdtbridge.source,0.6.0.v202307190318 [2024-03-05T10:44:38.527Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.preview,1.3.0.v202311130434 [2024-03-05T10:44:38.527Z] - mirrored artifact osgi.bundle,javax.wsdl,1.6.2.v201012040545 [2024-03-05T10:44:38.527Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.consumption.infopop,1.0.400.v201903050508 [2024-03-05T10:44:38.527Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.server_userdoc.feature.source,3.3.300.v201901310132 [2024-03-05T10:44:38.527Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.jaxp.launching.source,1.1.200.v202301080401 [2024-03-05T10:44:38.527Z] - mirrored artifact osgi.bundle,org.eclipse.persistence.core,2.7.3.v20180807-4be1041 [2024-03-05T10:44:38.786Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.generic.core.source,1.1.0.v202401292345 [2024-03-05T10:44:38.786Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.preview.adapter.source,1.2.100.v202401292308 [2024-03-05T10:44:38.786Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jpt.common.feature.source,1.5.200.v202308172102 [2024-03-05T10:44:38.786Z] - mirrored artifact osgi.bundle,jakarta.transaction-api,1.3.3 [2024-03-05T10:44:38.786Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.common.eclipselink.core,1.3.400.v202208190239 [2024-03-05T10:44:38.786Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.debug.ui,1.2.0.v202307190318 [2024-03-05T10:44:38.786Z] - mirrored artifact osgi.bundle,org.eclipse.jem,2.1.0.v202307260438 [2024-03-05T10:44:38.786Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxws.ui.source,1.1.0.v202308010145 [2024-03-05T10:44:38.786Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.common_ui.feature,3.31.0.v202308161955 [2024-03-05T10:44:38.786Z] - mirrored artifact osgi.bundle,org.eclipse.jst.servlet.ui.source,1.2.0.v202402152248 [2024-03-05T10:44:38.786Z] - mirrored artifact osgi.bundle,javax.xml.stream,1.0.1.v201004272200 [2024-03-05T10:44:38.786Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.npm.ui.source,1.1.0.v202308160419 [2024-03-05T10:44:38.786Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.core,2.0.500.v202211200038 [2024-03-05T10:44:38.786Z] - mirrored artifact osgi.bundle,org.eclipse.wst.wsdl.ui.doc.user,1.0.850.v201903222115 [2024-03-05T10:44:38.786Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.ui.source,1.1.500.v202308172116 [2024-03-05T10:44:38.786Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.xalan,1.1.100.v202301080401 [2024-03-05T10:44:38.787Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.cxf.consumption.core,1.1.0.v202308010145 [2024-03-05T10:44:38.787Z] - mirrored artifact osgi.bundle,org.eclipse.wst.wsdl.ui.source,1.3.101.v202308010229 [2024-03-05T10:44:38.787Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.webapp.source,12.0.6 [2024-03-05T10:44:39.046Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.jaxp.debug.ui,1.1.0.v201901071922 [2024-03-05T10:44:39.046Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jaxb.eclipselink.core.schemagen.source,1.2.202.v202104080213 [2024-03-05T10:44:39.046Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jee.ui,1.1.0.v202307261744 [2024-03-05T10:44:39.046Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.xalan.source,1.1.100.v202301080401 [2024-03-05T10:44:39.046Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.cxf.core.source,1.2.0.v202308010145 [2024-03-05T10:44:39.046Z] - mirrored artifact osgi.bundle,org.eclipse.wtp.javascript.capabilities.source,1.0.200.v201901071922 [2024-03-05T10:44:39.046Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.web_ui.feature,3.33.0.v202402161256 [2024-03-05T10:44:39.046Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.core.source,1.4.100.v202103232321 [2024-03-05T10:44:39.046Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxws.dom.runtime,1.1.0.v202308010229 [2024-03-05T10:44:39.046Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.jsdt.feature,2.4.500.v202307190318 [2024-03-05T10:44:39.046Z] - mirrored artifact osgi.bundle,org.eclipse.jst.common.project.facet.ui,1.5.0.v202308161955 [2024-03-05T10:44:39.046Z] - mirrored artifact osgi.bundle,org.apache.bcel,5.2.0.v201005080400 [2024-03-05T10:44:39.046Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium,0.6.0.v202307190318 [2024-03-05T10:44:39.046Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.environment,1.1.0.v202308161955 [2024-03-05T10:44:39.046Z] - mirrored artifact osgi.bundle,org.eclipse.wtp.xml.capabilities.source,1.0.200.v201901071922 [2024-03-05T10:44:39.046Z] - mirrored artifact osgi.bundle,org.eclipse.wst.dtd.core.source,1.2.600.v202308160453 [2024-03-05T10:44:39.046Z] - mirrored artifact osgi.bundle,jakarta.interceptor-api,1.2.5 [2024-03-05T10:44:39.046Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.server_core.feature.source,3.4.600.v202401292345 [2024-03-05T10:44:39.046Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsd.ui,1.3.601.v202308160453 [2024-03-05T10:44:39.046Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.cxf.creation.core.source,1.2.0.v202311232240 [2024-03-05T10:44:39.046Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.doc.user.source,1.0.700.v201903222115 [2024-03-05T10:44:39.047Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.http.core.source,1.0.400.v202007170127 [2024-03-05T10:44:39.047Z] - mirrored artifact osgi.bundle,org.eclipse.jst.common.project.facet.core,1.13.0.v202308161955 [2024-03-05T10:44:39.047Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.web_js_support.feature.source,3.33.0.v202403030558 [2024-03-05T10:44:39.047Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.db.source,2.2.201.v202301061019 [2024-03-05T10:44:39.306Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.ui,0.7.0.v202307190318 [2024-03-05T10:44:39.306Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xml.xpath2.processor.doc.user,2.1.100.v202307260822 [2024-03-05T10:44:39.306Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.plus,12.0.6 [2024-03-05T10:44:39.306Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.ui.source,1.2.300.v202402152248 [2024-03-05T10:44:39.306Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jpt.jaxb.eclipselink.feature,1.4.203.v202104080213 [2024-03-05T10:44:39.306Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.common.core.source,1.6.0.v202308172102 [2024-03-05T10:44:39.306Z] - mirrored artifact osgi.bundle,org.eclipse.wst.ws.explorer,1.1.2.v202308010145 [2024-03-05T10:44:39.306Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.web,1.3.0.v202307260438 [2024-03-05T10:44:39.306Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.schemaprocessor.source,1.1.0.v202308160419 [2024-03-05T10:44:39.306Z] - mirrored artifact osgi.bundle,java_cup-runtime,0.11.20150326.v20180425-1030 [2024-03-05T10:44:39.306Z] - mirrored artifact osgi.bundle,org.eclipse.wst.ws.infopop,1.0.400.v201903050508 [2024-03-05T10:44:39.306Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis2.ui.doc.user,1.0.200.v201903222115 [2024-03-05T10:44:39.306Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.jndi.source,12.0.6 [2024-03-05T10:44:39.306Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.core.source,3.7.0.v202308172102 [2024-03-05T10:44:39.306Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.source,1.2.0.v202307260438 [2024-03-05T10:44:39.306Z] - mirrored artifact osgi.bundle,org.eclipse.persistence.jpa.jpql,2.7.3.v20180807-4be1041 [2024-03-05T10:44:39.307Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.web_core.feature,3.31.0.v202402230237 [2024-03-05T10:44:39.307Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.ui,1.1.0.v202308160419 [2024-03-05T10:44:39.567Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.generic.ui,1.1.0.v202401292331 [2024-03-05T10:44:39.567Z] - mirrored artifact osgi.bundle,org.apache.xml.serializer,2.7.1.v201005080400 [2024-03-05T10:44:39.567Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.bower.ui,1.1.0.v202308160419 [2024-03-05T10:44:39.567Z] - mirrored artifact osgi.bundle,org.eclipse.wst.validation.ui,1.3.0.v202308161955 [2024-03-05T10:44:39.567Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.ui,1.1.500.v202308172116 [2024-03-05T10:44:39.567Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.core,1.11.0.v202311141839 [2024-03-05T10:44:39.567Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.common.utility,2.4.1.v202301061019 [2024-03-05T10:44:39.567Z] - mirrored artifact osgi.bundle,org.eclipse.persistence.moxy,2.7.3.v20180807-4be1041 [2024-03-05T10:44:39.567Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.support.ie,1.1.0.v202307190318 [2024-03-05T10:44:39.567Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.webapp,12.0.6 [2024-03-05T10:44:39.567Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsp.ui,1.3.600.v202308160453 [2024-03-05T10:44:39.567Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.bower.core.source,1.1.0.v202308160419 [2024-03-05T10:44:39.567Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xml.xpath2,1.1.0.v201901071922 [2024-03-05T10:44:39.567Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jpt.common.eclipselink.feature.source,1.3.300.v202307260736 [2024-03-05T10:44:39.567Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jee.web,1.1.0.v202307260438 [2024-03-05T10:44:39.567Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xml.xpath2.wtptypes,2.1.0.v202307260701 [2024-03-05T10:44:39.567Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.ui.doc.user,1.0.600.v201901310132 [2024-03-05T10:44:39.567Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.snippets,1.3.0.v202308161955 [2024-03-05T10:44:39.567Z] - mirrored artifact osgi.bundle,org.eclipse.wst.internet.monitor.core.source,1.1.0.v202304050316 [2024-03-05T10:44:39.568Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.http.core,1.0.400.v202007170127 [2024-03-05T10:44:39.568Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.consumption.ui.doc.user.source,1.0.700.v201903222115 [2024-03-05T10:44:39.828Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ejb.ui,1.2.0.v202402152248 [2024-03-05T10:44:39.828Z] - mirrored artifact osgi.bundle,org.eclipse.wst.css.ui.source,1.2.200.v202308160453 [2024-03-05T10:44:39.828Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.servlets.source,12.0.6 [2024-03-05T10:44:39.828Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.cxf.creation.core,1.2.0.v202311232240 [2024-03-05T10:44:39.828Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.common.eclipselink.branding,1.3.101.v201902121834 [2024-03-05T10:44:39.828Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis2.consumption.core,1.1.0.v202308010354 [2024-03-05T10:44:39.828Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ejb.ui.infopop,1.0.300.v201903222024 [2024-03-05T10:44:39.828Z] - mirrored artifact osgi.bundle,org.eclipse.jst.common.annotations.controller,1.2.0.v202307260438 [2024-03-05T10:44:39.828Z] - mirrored artifact osgi.bundle,org.eclipse.jem.beaninfo.vm,2.1.0.v202101081429 [2024-03-05T10:44:39.828Z] - mirrored artifact osgi.bundle,org.apache.axis.ant,1.4.1.v20231107-0937 [2024-03-05T10:44:39.828Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.modulecore.ui.source,1.1.0.v202308161955 [2024-03-05T10:44:39.828Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.ui,2.1.700.v202304022004 [2024-03-05T10:44:39.828Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.wip.eclipse,0.6.0.v202307190318 [2024-03-05T10:44:39.828Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.exslt.core.source,1.1.0.v201901071922 [2024-03-05T10:44:39.828Z] Mirroring artifacts from https://download.eclipse.org/mylyn/updates/milestone/S202402281814 [2024-03-05T10:44:40.089Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.team.ui.source,4.2.0.v20240220-1733 [2024-03-05T10:44:40.089Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.bugzilla.ide,4.2.0.v20240220-1733 [2024-03-05T10:44:40.089Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.bugzilla.feature.source,4.2.0.v20240220-1733 [2024-03-05T10:44:40.089Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.ui.source,4.2.0.v20240207-0505 [2024-03-05T10:44:40.089Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.notifications.ui,4.2.0.v20240203-1124 [2024-03-05T10:44:40.090Z] - mirroring artifact osgi.bundle,org.apache.ws.commons.util,1.0.2.v20230723-0712 [2024-03-05T10:44:40.090Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.gerrit.dashboard.feature.source,4.2.0.v20240206-0832 [2024-03-05T10:44:40.090Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.jenkins.core.source,4.2.0.v20240212-0246 [2024-03-05T10:44:40.090Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.net,4.2.0.v20240203-1124 [2024-03-05T10:44:40.090Z] - mirroring artifact osgi.bundle,com.google.gwtjsonrpc,1.2.5.v201112241444 [2024-03-05T10:44:40.090Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.context.core,4.2.0.v20240220-1733 [2024-03-05T10:44:40.090Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.core,4.2.0.v20240131-0610 [2024-03-05T10:44:40.090Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.identity.feature,4.2.0.v20240203-1124 [2024-03-05T10:44:40.090Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.twiki.ui.source,4.2.0.v20240202-1906 [2024-03-05T10:44:40.090Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.jdt.feature,4.2.0.v20240220-1733 [2024-03-05T10:44:40.090Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.egit.feature,4.2.0.v20240202-0700 [2024-03-05T10:44:40.090Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.monitor.ui.source,4.2.0.v20240203-1124 [2024-03-05T10:44:40.090Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.feature,4.2.0.v20240220-1942 [2024-03-05T10:44:40.090Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.html,4.2.0.v20240221-1914 [2024-03-05T10:44:40.090Z] - mirroring artifact osgi.bundle,com.google.gerrit.common,2.1.5.v201112241444 [2024-03-05T10:44:40.090Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.gerrit.ui.source,4.2.0.v20240206-0832 [2024-03-05T10:44:40.090Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.gerrit.core,4.2.0.v20240206-0832 [2024-03-05T10:44:40.090Z] - mirroring artifact osgi.bundle,org.apache.commons.io,2.8.0.v20210415-0900 [2024-03-05T10:44:40.090Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.activity.feature.source,4.2.0.v20240203-1124 [2024-03-05T10:44:40.090Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.identity.ui,4.2.0.v20240203-1124 [2024-03-05T10:44:40.090Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.cdt.feature.source,5.24.0.v20240220-1733 [2024-03-05T10:44:40.090Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.reviews.ui,4.2.0.v20240206-0832 [2024-03-05T10:44:40.090Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.pde.feature.source,4.2.0.v20240220-1733 [2024-03-05T10:44:40.090Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.versions.core,4.2.0.v20240208-0919 [2024-03-05T10:44:40.090Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.reviews.edit.source,4.2.0.v20240206-0832 [2024-03-05T10:44:40.090Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.net.source,4.2.0.v20240203-1124 [2024-03-05T10:44:40.090Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.notifications.ui.source,4.2.0.v20240203-1124 [2024-03-05T10:44:40.090Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.textile,4.2.0.v20240221-1914 [2024-03-05T10:44:40.091Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.activity.ui.source,4.2.0.v20240131-0610 [2024-03-05T10:44:40.091Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.notifications.feature,4.2.0.v20240203-1124 [2024-03-05T10:44:40.091Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.activity.feature,4.2.0.v20240203-1124 [2024-03-05T10:44:40.091Z] - mirroring artifact osgi.bundle,org.apache.xmlrpc.common,3.1.3.v20181004-1955 [2024-03-05T10:44:40.091Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.feature.source,4.2.0.v20240220-1942 [2024-03-05T10:44:40.091Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.mediawiki.ui,4.2.0.v20240202-1906 [2024-03-05T10:44:40.091Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.asciidoc.ui,4.2.0.v20240130-0811 [2024-03-05T10:44:40.091Z] - mirroring artifact osgi.bundle,org.eclipse.egit.github.core,6.1.0.202203080745-r [2024-03-05T10:44:40.091Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.builds.feature.source,4.2.0.v20240212-0246 [2024-03-05T10:44:40.091Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.java.ui.source,4.2.0.v20240220-1733 [2024-03-05T10:44:40.091Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.twiki.source,4.2.0.v20240221-1914 [2024-03-05T10:44:40.091Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.monitor.core,4.2.0.v20240203-1124 [2024-03-05T10:44:40.091Z] - mirroring artifact osgi.bundle,com.github.ben-manes.caffeine,3.1.8 [2024-03-05T10:44:40.091Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.mediawiki.source,4.2.0.v20240221-1914 [2024-03-05T10:44:40.091Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.team.ui,4.2.0.v20240220-1733 [2024-03-05T10:44:40.091Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.help.ui,4.2.0.v20240130-0811 [2024-03-05T10:44:40.091Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.monitor.feature.source,4.2.0.v20240203-1124 [2024-03-05T10:44:40.091Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.egit.ui.source,4.2.0.v20240202-0700 [2024-03-05T10:44:40.091Z] - mirroring artifact osgi.bundle,javax.activation,1.2.2.v20221203-1659 [2024-03-05T10:44:40.091Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.ui,4.2.0.v20240221-1914 [2024-03-05T10:44:40.091Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.core.source,4.2.0.v20240131-0610 [2024-03-05T10:44:40.091Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.identity.core.source,4.2.0.v20240203-1124 [2024-03-05T10:44:40.091Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.activity.ui,4.2.0.v20240131-0610 [2024-03-05T10:44:40.091Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.team.feature,4.2.0.v20240220-1733 [2024-03-05T10:44:40.091Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.reviews.ui.source,4.2.0.v20240206-0832 [2024-03-05T10:44:40.092Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.bugs,4.2.0.v20240217-0810 [2024-03-05T10:44:40.092Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.bugzilla.core.source,4.2.0.v20240205-1118 [2024-03-05T10:44:40.092Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.search,4.2.0.v20240131-0610 [2024-03-05T10:44:40.092Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.reviews.core,4.2.0.v20240207-0731 [2024-03-05T10:44:40.092Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.repositories.ui.source,4.2.0.v20240203-1124 [2024-03-05T10:44:40.092Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.reviews.core.source,4.2.0.v20240207-0731 [2024-03-05T10:44:40.092Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.reviews.edit,4.2.0.v20240206-0832 [2024-03-05T10:44:40.092Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.cdt.feature,5.24.0.v20240220-1733 [2024-03-05T10:44:40.092Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.gerrit.dashboard.feature,4.2.0.v20240206-0832 [2024-03-05T10:44:40.092Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.team.feature.source,4.2.0.v20240220-1733 [2024-03-05T10:44:40.092Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.gerrit.feature.source,4.2.0.v20240206-0832 [2024-03-05T10:44:40.092Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.reviews.feature,4.2.0.v20240207-0731 [2024-03-05T10:44:40.092Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.ui.source,4.2.0.v20240220-1942 [2024-03-05T10:44:40.092Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.tracwiki.source,4.2.0.v20240221-1914 [2024-03-05T10:44:40.092Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.repositories.core,4.2.0.v20240203-1124 [2024-03-05T10:44:40.092Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.markdown.source,4.2.0.v20240221-1914 [2024-03-05T10:44:40.092Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.confluence,4.2.0.v20240221-1914 [2024-03-05T10:44:40.092Z] - mirroring artifact osgi.bundle,org.apache.commons.lang3,3.14.0 [2024-03-05T10:44:40.092Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.ide.ui,4.2.0.v20240220-1733 [2024-03-05T10:44:40.092Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.help.ui,4.2.0.v20240130-0811 [2024-03-05T10:44:40.092Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.monitor.core.source,4.2.0.v20240203-1124 [2024-03-05T10:44:40.092Z] - mirroring artifact osgi.bundle,org.apache.xmlrpc.client,3.1.3.v20160817-1930 [2024-03-05T10:44:40.092Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.gerrit.dashboard.ui,4.2.0.v20240206-0832 [2024-03-05T10:44:40.092Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.versions.ui.source,4.2.0.v20240208-0919 [2024-03-05T10:44:40.092Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.wikitext.feature,4.2.0.v20240227-1539 [2024-03-05T10:44:40.092Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.twiki,4.2.0.v20240221-1914 [2024-03-05T10:44:40.092Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.monitor.feature,4.2.0.v20240203-1124 [2024-03-05T10:44:40.093Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.versions.feature,4.2.0.v20240208-0919 [2024-03-05T10:44:40.093Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.github.core.source,6.4.0.v20240209-1319 [2024-03-05T10:44:40.093Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.activity.ui,4.2.0.v20240203-1124 [2024-03-05T10:44:40.093Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.asciidoc,4.2.0.v20240227-1539 [2024-03-05T10:44:40.093Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.github.core,6.4.0.v20240209-1319 [2024-03-05T10:44:40.093Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.tracwiki.ui,4.2.0.v20240202-1906 [2024-03-05T10:44:40.093Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.git.ui,4.2.0.v20240208-0919 [2024-03-05T10:44:40.093Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.markdown.ui,4.2.0.v20240130-0811 [2024-03-05T10:44:40.093Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.egit.ui,4.2.0.v20240202-0700 [2024-03-05T10:44:40.093Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.notifications.feed,4.2.0.v20240203-1124 [2024-03-05T10:44:40.093Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.versions.ui,4.2.0.v20240208-0919 [2024-03-05T10:44:40.093Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.context.feature,4.2.0.v20240221-0556 [2024-03-05T10:44:40.093Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.bugzilla.ui,4.2.0.v20240205-1118 [2024-03-05T10:44:40.093Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.core.source,4.2.0.v20240203-1124 [2024-03-05T10:44:40.093Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.activity.core.source,4.2.0.v20240131-0610 [2024-03-05T10:44:40.093Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.ide.ant,4.2.0.v20240220-1733 [2024-03-05T10:44:40.093Z] - mirroring artifact osgi.bundle,com.google.gerrit.reviewdb,2.1.5.v201112241444 [2024-03-05T10:44:40.093Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.asciidoc.source,4.2.0.v20240227-1539 [2024-03-05T10:44:40.093Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.jdt.feature.source,4.2.0.v20240220-1733 [2024-03-05T10:44:40.093Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.github.doc,6.4.0.v20231212-2002 [2024-03-05T10:44:40.093Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.ide.feature,4.2.0.v20240220-1733 [2024-03-05T10:44:40.093Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.builds.core.source,4.2.0.v20240212-0246 [2024-03-05T10:44:40.093Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.textile.ui.source,4.2.0.v20240202-1906 [2024-03-05T10:44:40.093Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.jenkins.ui.source,4.2.0.v20240212-0246 [2024-03-05T10:44:40.093Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.screenshots,4.2.0.v20240203-1124 [2024-03-05T10:44:40.093Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.confluence.ui.source,4.2.0.v20240202-1906 [2024-03-05T10:44:40.094Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.bugzilla.ide.source,4.2.0.v20240220-1733 [2024-03-05T10:44:40.094Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.git.feature,4.2.0.v20240208-0919 [2024-03-05T10:44:40.094Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.git.core.source,4.2.0.v20240208-0919 [2024-03-05T10:44:40.094Z] - mirroring artifact osgi.bundle,org.apache.commons.codec,1.14.0.v20221112-0806 [2024-03-05T10:44:40.094Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.ui,4.2.0.v20240220-1942 [2024-03-05T10:44:40.094Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.markdown,4.2.0.v20240221-1914 [2024-03-05T10:44:40.094Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.bugzilla.ui.source,4.2.0.v20240205-1118 [2024-03-05T10:44:40.094Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.source,4.2.0.v20240227-1539 [2024-03-05T10:44:40.094Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.markdown.ui.source,4.2.0.v20240130-0811 [2024-03-05T10:44:40.094Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.context.tasks.ui,4.2.0.v20240220-1733 [2024-03-05T10:44:40.094Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.java.ui,4.2.0.v20240220-1733 [2024-03-05T10:44:40.094Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.screenshots.source,4.2.0.v20240203-1124 [2024-03-05T10:44:40.094Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.egit.feature.source,4.2.0.v20240202-0700 [2024-03-05T10:44:40.094Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.ui.source,4.2.0.v20240221-1914 [2024-03-05T10:44:40.094Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.identity.feature.source,4.2.0.v20240203-1124 [2024-03-05T10:44:40.094Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.identity.core,4.2.0.v20240203-1124 [2024-03-05T10:44:40.094Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.context.ui,4.2.0.v20240221-0556 [2024-03-05T10:44:40.094Z] - mirroring artifact osgi.bundle,org.apache.lucene.sandbox,9.10.0.v20240221-0830 [2024-03-05T10:44:40.094Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.mylyn.ui,4.2.0.v20240220-1733 [2024-03-05T10:44:40.094Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.textile.source,4.2.0.v20240221-1914 [2024-03-05T10:44:40.094Z] - mirroring artifact osgi.bundle,com.google.gwt.servlet,2.1.0.v201111291940 [2024-03-05T10:44:40.094Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.versions.feature.source,4.2.0.v20240208-0919 [2024-03-05T10:44:40.094Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.help.ui.source,4.2.0.v20240130-0811 [2024-03-05T10:44:40.094Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.repositories.feature,4.2.0.v20240203-1124 [2024-03-05T10:44:40.094Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.mediawiki.ui.source,4.2.0.v20240202-1906 [2024-03-05T10:44:40.094Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.workbench.source,4.2.0.v20240203-1124 [2024-03-05T10:44:40.095Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.wikitext.feature.source,4.2.0.v20240227-1539 [2024-03-05T10:44:40.095Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.gerrit.dashboard.core.source,4.2.0.v20240206-0832 [2024-03-05T10:44:40.095Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.context.feature.source,4.2.0.v20240221-0556 [2024-03-05T10:44:40.095Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.reviews.feature.source,4.2.0.v20240207-0731 [2024-03-05T10:44:40.095Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.builds.ui,4.2.0.v20240212-0246 [2024-03-05T10:44:40.095Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.mediawiki,4.2.0.v20240221-1914 [2024-03-05T10:44:40.095Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.ide.feature.source,4.2.0.v20240220-1733 [2024-03-05T10:44:40.095Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.index.ui.source,4.2.0.v20240131-0610 [2024-03-05T10:44:40.095Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.context.ui.source,4.2.0.v20240221-0556 [2024-03-05T10:44:40.095Z] - mirroring artifact osgi.bundle,org.jsoup,1.17.2 [2024-03-05T10:44:40.095Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.index.core,4.2.0.v20240131-0610 [2024-03-05T10:44:40.095Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.monitor.ui,4.2.0.v20240203-1124 [2024-03-05T10:44:40.095Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.git.core,4.2.0.v20240208-0919 [2024-03-05T10:44:40.095Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.ide.ui.source,4.2.0.v20240220-1733 [2024-03-05T10:44:40.095Z] - mirroring artifact osgi.bundle,org.apache.commons.httpclient,3.1.0.v201012070820 [2024-03-05T10:44:40.095Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.identity.ui.source,4.2.0.v20240203-1124 [2024-03-05T10:44:40.095Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.gerrit.ui,4.2.0.v20240206-0832 [2024-03-05T10:44:40.095Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.activity.core,4.2.0.v20240131-0610 [2024-03-05T10:44:40.095Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.builds.ui.source,4.2.0.v20240212-0246 [2024-03-05T10:44:40.095Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.search.source,4.2.0.v20240131-0610 [2024-03-05T10:44:40.095Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.github.ui,6.4.0.v20240209-1319 [2024-03-05T10:44:40.095Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.repositories.ui,4.2.0.v20240203-1124 [2024-03-05T10:44:40.095Z] - mirroring artifact osgi.bundle,org.glassfish.hk2.osgi-resource-locator,2.5.0.v20161103-1916 [2024-03-05T10:44:40.095Z] - mirroring artifact osgi.bundle,org.apache.lucene.queryparser,9.10.0.v20240221-0830 [2024-03-05T10:44:40.095Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.repositories.feature.source,4.2.0.v20240203-1124 [2024-03-05T10:44:40.095Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.xmlrpc,4.2.0.v20240203-1124 [2024-03-05T10:44:40.095Z] - mirroring artifact osgi.bundle,com.sun.xml.bind,2.3.3.v20221203-1659 [2024-03-05T10:44:40.095Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.osgi,4.2.0.v20240221-1914 [2024-03-05T10:44:40.095Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.core,4.2.0.v20240203-1124 [2024-03-05T10:44:40.096Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.confluence.ui,4.2.0.v20240202-1906 [2024-03-05T10:44:40.096Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.repositories.core.source,4.2.0.v20240203-1124 [2024-03-05T10:44:40.096Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.ui,4.2.0.v20240207-0505 [2024-03-05T10:44:40.096Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.repositories.http.core,4.2.0.v20240203-1124 [2024-03-05T10:44:40.096Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.resources.ui.source,4.2.0.v20240220-1733 [2024-03-05T10:44:40.096Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.workbench,4.2.0.v20240203-1124 [2024-03-05T10:44:40.096Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.ide.ant.source,4.2.0.v20240220-1733 [2024-03-05T10:44:40.096Z] - mirroring artifact osgi.bundle,com.google.gwtorm,1.1.4.v201112241444 [2024-03-05T10:44:40.096Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.tasks.feature.source,4.2.0.v20240217-0810 [2024-03-05T10:44:40.096Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.gerrit.dashboard.core,4.2.0.v20240206-0832 [2024-03-05T10:44:40.096Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.twiki.ui,4.2.0.v20240202-1906 [2024-03-05T10:44:40.096Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.context.core.source,4.2.0.v20240220-1733 [2024-03-05T10:44:40.096Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.asciidoc.ui.source,4.2.0.v20240130-0811 [2024-03-05T10:44:40.096Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.pde.ui.source,4.2.0.v20240220-1733 [2024-03-05T10:44:40.096Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.ant,4.2.0.v20240227-1539 [2024-03-05T10:44:40.096Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.html.source,4.2.0.v20240221-1914 [2024-03-05T10:44:40.096Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.gerrit.core.source,4.2.0.v20240206-0832 [2024-03-05T10:44:40.096Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.gerrit.dashboard.ui.source,4.2.0.v20240206-0832 [2024-03-05T10:44:40.096Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.notifications.core.source,4.2.0.v20240203-1124 [2024-03-05T10:44:40.096Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.jenkins.feature,4.2.0.v20240212-0246 [2024-03-05T10:44:40.096Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.debug.ui,4.2.0.v20240220-1733 [2024-03-05T10:44:40.096Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.confluence.source,4.2.0.v20240221-1914 [2024-03-05T10:44:40.096Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.versions.core.source,4.2.0.v20240208-0919 [2024-03-05T10:44:40.096Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.bugzilla.core,4.2.0.v20240205-1118 [2024-03-05T10:44:40.096Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.notifications.feature.source,4.2.0.v20240203-1124 [2024-03-05T10:44:40.096Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.git.feature.source,4.2.0.v20240208-0919 [2024-03-05T10:44:40.097Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.notifications.feed.source,4.2.0.v20240203-1124 [2024-03-05T10:44:40.097Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.repositories.http.core.source,4.2.0.v20240203-1124 [2024-03-05T10:44:40.097Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.jenkins.ui,4.2.0.v20240212-0246 [2024-03-05T10:44:40.097Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.mylyn.ui.source,4.2.0.v20240220-1733 [2024-03-05T10:44:40.097Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.xmlrpc.source,4.2.0.v20240203-1124 [2024-03-05T10:44:40.097Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.gerrit.feature,4.2.0.v20240206-0832 [2024-03-05T10:44:40.097Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.github.ui.source,6.4.0.v20240209-1319 [2024-03-05T10:44:40.097Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.github.feature.source,6.4.0.v20240209-1319 [2024-03-05T10:44:40.097Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.builds.feature,4.2.0.v20240212-0246 [2024-03-05T10:44:40.097Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.index.core.source,4.2.0.v20240131-0610 [2024-03-05T10:44:40.097Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.resources.ui,4.2.0.v20240220-1733 [2024-03-05T10:44:40.097Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.bugs.source,4.2.0.v20240217-0810 [2024-03-05T10:44:40.097Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.jenkins.core,4.2.0.v20240212-0246 [2024-03-05T10:44:40.097Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.tracwiki,4.2.0.v20240221-1914 [2024-03-05T10:44:40.097Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.osgi.source,4.2.0.v20240221-1914 [2024-03-05T10:44:40.097Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.textile.ui,4.2.0.v20240202-1906 [2024-03-05T10:44:40.097Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext,4.2.0.v20240227-1539 [2024-03-05T10:44:40.097Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.index.ui,4.2.0.v20240131-0610 [2024-03-05T10:44:40.097Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.tracwiki.ui.source,4.2.0.v20240202-1906 [2024-03-05T10:44:40.097Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.context.tasks.ui.source,4.2.0.v20240220-1733 [2024-03-05T10:44:40.097Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.pde.feature,4.2.0.v20240220-1733 [2024-03-05T10:44:40.097Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.java.tasks,4.2.0.v20240220-1733 [2024-03-05T10:44:40.097Z] - mirroring artifact osgi.bundle,com.google.gerrit.prettify,2.1.5.v201112241444 [2024-03-05T10:44:40.097Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.help.ui.source,4.2.0.v20240130-0811 [2024-03-05T10:44:40.097Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.debug.ui.source,4.2.0.v20240220-1733 [2024-03-05T10:44:40.097Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.github.feature,6.4.0.v20240209-1319 [2024-03-05T10:44:40.097Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.jenkins.feature.source,4.2.0.v20240212-0246 [2024-03-05T10:44:40.098Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.bugzilla.feature,4.2.0.v20240220-1733 [2024-03-05T10:44:40.098Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.pde.ui,4.2.0.v20240220-1733 [2024-03-05T10:44:40.098Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.notifications.core,4.2.0.v20240203-1124 [2024-03-05T10:44:40.098Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.ant.source,4.2.0.v20240227-1539 [2024-03-05T10:44:40.098Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.tasks.feature,4.2.0.v20240217-0810 [2024-03-05T10:44:40.098Z] - mirroring artifact osgi.bundle,org.apache.lucene.queries,9.10.0.v20240221-0830 [2024-03-05T10:44:40.098Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.git.ui.source,4.2.0.v20240208-0919 [2024-03-05T10:44:40.098Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.java.tasks.source,4.2.0.v20240220-1733 [2024-03-05T10:44:40.098Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.builds.core,4.2.0.v20240212-0246 [2024-03-05T10:44:40.098Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.activity.ui.source,4.2.0.v20240203-1124 [2024-03-05T10:44:40.098Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.team.ui.source,4.2.0.v20240220-1733 [2024-03-05T10:44:40.098Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.bugzilla.feature.source,4.2.0.v20240220-1733 [2024-03-05T10:44:40.098Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.bugzilla.ide,4.2.0.v20240220-1733 [2024-03-05T10:44:40.098Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.notifications.ui,4.2.0.v20240203-1124 [2024-03-05T10:44:40.098Z] - mirrored artifact osgi.bundle,org.apache.ws.commons.util,1.0.2.v20230723-0712 [2024-03-05T10:44:40.098Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.ui.source,4.2.0.v20240207-0505 [2024-03-05T10:44:40.098Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.gerrit.dashboard.feature.source,4.2.0.v20240206-0832 [2024-03-05T10:44:40.098Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.jenkins.core.source,4.2.0.v20240212-0246 [2024-03-05T10:44:40.098Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.net,4.2.0.v20240203-1124 [2024-03-05T10:44:40.098Z] - mirrored artifact osgi.bundle,com.google.gwtjsonrpc,1.2.5.v201112241444 [2024-03-05T10:44:40.098Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.context.core,4.2.0.v20240220-1733 [2024-03-05T10:44:40.098Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.core,4.2.0.v20240131-0610 [2024-03-05T10:44:40.358Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.twiki.ui.source,4.2.0.v20240202-1906 [2024-03-05T10:44:40.359Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.identity.feature,4.2.0.v20240203-1124 [2024-03-05T10:44:40.359Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.egit.feature,4.2.0.v20240202-0700 [2024-03-05T10:44:40.359Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.monitor.ui.source,4.2.0.v20240203-1124 [2024-03-05T10:44:40.359Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.jdt.feature,4.2.0.v20240220-1733 [2024-03-05T10:44:40.359Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.feature,4.2.0.v20240220-1942 [2024-03-05T10:44:40.359Z] - mirrored artifact osgi.bundle,com.google.gerrit.common,2.1.5.v201112241444 [2024-03-05T10:44:40.359Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.html,4.2.0.v20240221-1914 [2024-03-05T10:44:40.359Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.gerrit.ui.source,4.2.0.v20240206-0832 [2024-03-05T10:44:40.359Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.gerrit.core,4.2.0.v20240206-0832 [2024-03-05T10:44:40.359Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.activity.feature.source,4.2.0.v20240203-1124 [2024-03-05T10:44:40.359Z] - mirrored artifact osgi.bundle,org.apache.commons.io,2.8.0.v20210415-0900 [2024-03-05T10:44:40.359Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.cdt.feature.source,5.24.0.v20240220-1733 [2024-03-05T10:44:40.359Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.identity.ui,4.2.0.v20240203-1124 [2024-03-05T10:44:40.359Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.pde.feature.source,4.2.0.v20240220-1733 [2024-03-05T10:44:40.359Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.versions.core,4.2.0.v20240208-0919 [2024-03-05T10:44:40.359Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.reviews.edit.source,4.2.0.v20240206-0832 [2024-03-05T10:44:40.359Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.reviews.ui,4.2.0.v20240206-0832 [2024-03-05T10:44:40.360Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.net.source,4.2.0.v20240203-1124 [2024-03-05T10:44:40.360Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.notifications.ui.source,4.2.0.v20240203-1124 [2024-03-05T10:44:40.360Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.textile,4.2.0.v20240221-1914 [2024-03-05T10:44:40.360Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.activity.ui.source,4.2.0.v20240131-0610 [2024-03-05T10:44:40.360Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.activity.feature,4.2.0.v20240203-1124 [2024-03-05T10:44:40.360Z] - mirrored artifact osgi.bundle,org.apache.xmlrpc.common,3.1.3.v20181004-1955 [2024-03-05T10:44:40.360Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.notifications.feature,4.2.0.v20240203-1124 [2024-03-05T10:44:40.360Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.feature.source,4.2.0.v20240220-1942 [2024-03-05T10:44:40.360Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.asciidoc.ui,4.2.0.v20240130-0811 [2024-03-05T10:44:40.360Z] - mirrored artifact osgi.bundle,org.eclipse.egit.github.core,6.1.0.202203080745-r [2024-03-05T10:44:40.360Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.mediawiki.ui,4.2.0.v20240202-1906 [2024-03-05T10:44:40.360Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.builds.feature.source,4.2.0.v20240212-0246 [2024-03-05T10:44:40.360Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.java.ui.source,4.2.0.v20240220-1733 [2024-03-05T10:44:40.360Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.twiki.source,4.2.0.v20240221-1914 [2024-03-05T10:44:40.360Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.monitor.core,4.2.0.v20240203-1124 [2024-03-05T10:44:40.360Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.mediawiki.source,4.2.0.v20240221-1914 [2024-03-05T10:44:40.360Z] - mirrored artifact osgi.bundle,com.github.ben-manes.caffeine,3.1.8 [2024-03-05T10:44:40.361Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.team.ui,4.2.0.v20240220-1733 [2024-03-05T10:44:40.361Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.monitor.feature.source,4.2.0.v20240203-1124 [2024-03-05T10:44:40.623Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.egit.ui.source,4.2.0.v20240202-0700 [2024-03-05T10:44:40.623Z] - mirrored artifact osgi.bundle,javax.activation,1.2.2.v20221203-1659 [2024-03-05T10:44:40.623Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.ui,4.2.0.v20240221-1914 [2024-03-05T10:44:40.623Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.help.ui,4.2.0.v20240130-0811 [2024-03-05T10:44:40.623Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.identity.core.source,4.2.0.v20240203-1124 [2024-03-05T10:44:40.623Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.activity.ui,4.2.0.v20240131-0610 [2024-03-05T10:44:40.623Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.team.feature,4.2.0.v20240220-1733 [2024-03-05T10:44:40.623Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.core.source,4.2.0.v20240131-0610 [2024-03-05T10:44:40.623Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.bugs,4.2.0.v20240217-0810 [2024-03-05T10:44:40.623Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.reviews.ui.source,4.2.0.v20240206-0832 [2024-03-05T10:44:40.623Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.search,4.2.0.v20240131-0610 [2024-03-05T10:44:40.623Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.reviews.core,4.2.0.v20240207-0731 [2024-03-05T10:44:40.623Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.bugzilla.core.source,4.2.0.v20240205-1118 [2024-03-05T10:44:40.623Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.repositories.ui.source,4.2.0.v20240203-1124 [2024-03-05T10:44:40.623Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.reviews.edit,4.2.0.v20240206-0832 [2024-03-05T10:44:40.623Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.cdt.feature,5.24.0.v20240220-1733 [2024-03-05T10:44:40.623Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.reviews.core.source,4.2.0.v20240207-0731 [2024-03-05T10:44:40.623Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.team.feature.source,4.2.0.v20240220-1733 [2024-03-05T10:44:40.623Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.gerrit.feature.source,4.2.0.v20240206-0832 [2024-03-05T10:44:40.623Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.reviews.feature,4.2.0.v20240207-0731 [2024-03-05T10:44:40.623Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.ui.source,4.2.0.v20240220-1942 [2024-03-05T10:44:40.623Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.gerrit.dashboard.feature,4.2.0.v20240206-0832 [2024-03-05T10:44:40.623Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.tracwiki.source,4.2.0.v20240221-1914 [2024-03-05T10:44:40.624Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.repositories.core,4.2.0.v20240203-1124 [2024-03-05T10:44:40.624Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.markdown.source,4.2.0.v20240221-1914 [2024-03-05T10:44:40.624Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.confluence,4.2.0.v20240221-1914 [2024-03-05T10:44:40.624Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.ide.ui,4.2.0.v20240220-1733 [2024-03-05T10:44:40.624Z] - mirrored artifact osgi.bundle,org.apache.commons.lang3,3.14.0 [2024-03-05T10:44:40.624Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.monitor.core.source,4.2.0.v20240203-1124 [2024-03-05T10:44:40.624Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.help.ui,4.2.0.v20240130-0811 [2024-03-05T10:44:40.884Z] - mirrored artifact osgi.bundle,org.apache.xmlrpc.client,3.1.3.v20160817-1930 [2024-03-05T10:44:40.884Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.versions.ui.source,4.2.0.v20240208-0919 [2024-03-05T10:44:40.884Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.gerrit.dashboard.ui,4.2.0.v20240206-0832 [2024-03-05T10:44:40.884Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.wikitext.feature,4.2.0.v20240227-1539 [2024-03-05T10:44:40.884Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.twiki,4.2.0.v20240221-1914 [2024-03-05T10:44:40.884Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.versions.feature,4.2.0.v20240208-0919 [2024-03-05T10:44:40.884Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.monitor.feature,4.2.0.v20240203-1124 [2024-03-05T10:44:40.884Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.github.core.source,6.4.0.v20240209-1319 [2024-03-05T10:44:40.885Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.activity.ui,4.2.0.v20240203-1124 [2024-03-05T10:44:40.885Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.github.core,6.4.0.v20240209-1319 [2024-03-05T10:44:40.885Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.asciidoc,4.2.0.v20240227-1539 [2024-03-05T10:44:40.885Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.tracwiki.ui,4.2.0.v20240202-1906 [2024-03-05T10:44:40.885Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.markdown.ui,4.2.0.v20240130-0811 [2024-03-05T10:44:40.885Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.git.ui,4.2.0.v20240208-0919 [2024-03-05T10:44:40.885Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.notifications.feed,4.2.0.v20240203-1124 [2024-03-05T10:44:40.885Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.versions.ui,4.2.0.v20240208-0919 [2024-03-05T10:44:40.885Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.egit.ui,4.2.0.v20240202-0700 [2024-03-05T10:44:40.885Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.context.feature,4.2.0.v20240221-0556 [2024-03-05T10:44:40.885Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.core.source,4.2.0.v20240203-1124 [2024-03-05T10:44:40.885Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.bugzilla.ui,4.2.0.v20240205-1118 [2024-03-05T10:44:40.885Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.activity.core.source,4.2.0.v20240131-0610 [2024-03-05T10:44:40.885Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.ide.ant,4.2.0.v20240220-1733 [2024-03-05T10:44:40.885Z] - mirrored artifact osgi.bundle,com.google.gerrit.reviewdb,2.1.5.v201112241444 [2024-03-05T10:44:40.886Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.asciidoc.source,4.2.0.v20240227-1539 [2024-03-05T10:44:40.886Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.jdt.feature.source,4.2.0.v20240220-1733 [2024-03-05T10:44:40.886Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.github.doc,6.4.0.v20231212-2002 [2024-03-05T10:44:40.886Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.ide.feature,4.2.0.v20240220-1733 [2024-03-05T10:44:40.886Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.textile.ui.source,4.2.0.v20240202-1906 [2024-03-05T10:44:40.886Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.builds.core.source,4.2.0.v20240212-0246 [2024-03-05T10:44:40.886Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.screenshots,4.2.0.v20240203-1124 [2024-03-05T10:44:40.886Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.jenkins.ui.source,4.2.0.v20240212-0246 [2024-03-05T10:44:40.886Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.bugzilla.ide.source,4.2.0.v20240220-1733 [2024-03-05T10:44:40.886Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.git.feature,4.2.0.v20240208-0919 [2024-03-05T10:44:40.886Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.confluence.ui.source,4.2.0.v20240202-1906 [2024-03-05T10:44:40.886Z] - mirrored artifact osgi.bundle,org.apache.commons.codec,1.14.0.v20221112-0806 [2024-03-05T10:44:40.886Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.git.core.source,4.2.0.v20240208-0919 [2024-03-05T10:44:40.886Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.ui,4.2.0.v20240220-1942 [2024-03-05T10:44:40.886Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.markdown,4.2.0.v20240221-1914 [2024-03-05T10:44:40.887Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.source,4.2.0.v20240227-1539 [2024-03-05T10:44:40.887Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.bugzilla.ui.source,4.2.0.v20240205-1118 [2024-03-05T10:44:40.887Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.markdown.ui.source,4.2.0.v20240130-0811 [2024-03-05T10:44:40.887Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.context.tasks.ui,4.2.0.v20240220-1733 [2024-03-05T10:44:41.146Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.screenshots.source,4.2.0.v20240203-1124 [2024-03-05T10:44:41.146Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.java.ui,4.2.0.v20240220-1733 [2024-03-05T10:44:41.146Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.egit.feature.source,4.2.0.v20240202-0700 [2024-03-05T10:44:41.146Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.identity.feature.source,4.2.0.v20240203-1124 [2024-03-05T10:44:41.146Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.identity.core,4.2.0.v20240203-1124 [2024-03-05T10:44:41.146Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.ui.source,4.2.0.v20240221-1914 [2024-03-05T10:44:41.146Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.context.ui,4.2.0.v20240221-0556 [2024-03-05T10:44:41.146Z] - mirrored artifact osgi.bundle,org.apache.lucene.sandbox,9.10.0.v20240221-0830 [2024-03-05T10:44:41.147Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.textile.source,4.2.0.v20240221-1914 [2024-03-05T10:44:41.147Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.mylyn.ui,4.2.0.v20240220-1733 [2024-03-05T10:44:41.147Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.versions.feature.source,4.2.0.v20240208-0919 [2024-03-05T10:44:41.147Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.help.ui.source,4.2.0.v20240130-0811 [2024-03-05T10:44:41.147Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.repositories.feature,4.2.0.v20240203-1124 [2024-03-05T10:44:41.147Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.mediawiki.ui.source,4.2.0.v20240202-1906 [2024-03-05T10:44:41.147Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.workbench.source,4.2.0.v20240203-1124 [2024-03-05T10:44:41.147Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.wikitext.feature.source,4.2.0.v20240227-1539 [2024-03-05T10:44:41.147Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.gerrit.dashboard.core.source,4.2.0.v20240206-0832 [2024-03-05T10:44:41.147Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.context.feature.source,4.2.0.v20240221-0556 [2024-03-05T10:44:41.147Z] - mirrored artifact osgi.bundle,com.google.gwt.servlet,2.1.0.v201111291940 [2024-03-05T10:44:41.147Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.reviews.feature.source,4.2.0.v20240207-0731 [2024-03-05T10:44:41.147Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.builds.ui,4.2.0.v20240212-0246 [2024-03-05T10:44:41.147Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.mediawiki,4.2.0.v20240221-1914 [2024-03-05T10:44:41.147Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.ide.feature.source,4.2.0.v20240220-1733 [2024-03-05T10:44:41.147Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.index.ui.source,4.2.0.v20240131-0610 [2024-03-05T10:44:41.147Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.context.ui.source,4.2.0.v20240221-0556 [2024-03-05T10:44:41.147Z] - mirrored artifact osgi.bundle,org.jsoup,1.17.2 [2024-03-05T10:44:41.407Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.index.core,4.2.0.v20240131-0610 [2024-03-05T10:44:41.407Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.monitor.ui,4.2.0.v20240203-1124 [2024-03-05T10:44:41.407Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.git.core,4.2.0.v20240208-0919 [2024-03-05T10:44:41.407Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.ide.ui.source,4.2.0.v20240220-1733 [2024-03-05T10:44:41.407Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.identity.ui.source,4.2.0.v20240203-1124 [2024-03-05T10:44:41.407Z] - mirrored artifact osgi.bundle,org.apache.commons.httpclient,3.1.0.v201012070820 [2024-03-05T10:44:41.407Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.activity.core,4.2.0.v20240131-0610 [2024-03-05T10:44:41.407Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.gerrit.ui,4.2.0.v20240206-0832 [2024-03-05T10:44:41.407Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.builds.ui.source,4.2.0.v20240212-0246 [2024-03-05T10:44:41.407Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.search.source,4.2.0.v20240131-0610 [2024-03-05T10:44:41.407Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.repositories.ui,4.2.0.v20240203-1124 [2024-03-05T10:44:41.407Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.github.ui,6.4.0.v20240209-1319 [2024-03-05T10:44:41.408Z] - mirrored artifact osgi.bundle,org.glassfish.hk2.osgi-resource-locator,2.5.0.v20161103-1916 [2024-03-05T10:44:41.408Z] - mirrored artifact osgi.bundle,org.apache.lucene.queryparser,9.10.0.v20240221-0830 [2024-03-05T10:44:41.408Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.xmlrpc,4.2.0.v20240203-1124 [2024-03-05T10:44:41.408Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.repositories.feature.source,4.2.0.v20240203-1124 [2024-03-05T10:44:41.408Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.osgi,4.2.0.v20240221-1914 [2024-03-05T10:44:41.408Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.core,4.2.0.v20240203-1124 [2024-03-05T10:44:41.408Z] - mirrored artifact osgi.bundle,com.sun.xml.bind,2.3.3.v20221203-1659 [2024-03-05T10:44:41.408Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.confluence.ui,4.2.0.v20240202-1906 [2024-03-05T10:44:41.408Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.repositories.core.source,4.2.0.v20240203-1124 [2024-03-05T10:44:41.408Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.repositories.http.core,4.2.0.v20240203-1124 [2024-03-05T10:44:41.408Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.resources.ui.source,4.2.0.v20240220-1733 [2024-03-05T10:44:41.408Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.workbench,4.2.0.v20240203-1124 [2024-03-05T10:44:41.408Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.ide.ant.source,4.2.0.v20240220-1733 [2024-03-05T10:44:41.408Z] - mirrored artifact osgi.bundle,com.google.gwtorm,1.1.4.v201112241444 [2024-03-05T10:44:41.669Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.tasks.feature.source,4.2.0.v20240217-0810 [2024-03-05T10:44:41.669Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.gerrit.dashboard.core,4.2.0.v20240206-0832 [2024-03-05T10:44:41.669Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.twiki.ui,4.2.0.v20240202-1906 [2024-03-05T10:44:41.669Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.ui,4.2.0.v20240207-0505 [2024-03-05T10:44:41.669Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.asciidoc.ui.source,4.2.0.v20240130-0811 [2024-03-05T10:44:41.669Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.pde.ui.source,4.2.0.v20240220-1733 [2024-03-05T10:44:41.669Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.context.core.source,4.2.0.v20240220-1733 [2024-03-05T10:44:41.669Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.ant,4.2.0.v20240227-1539 [2024-03-05T10:44:41.669Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.gerrit.core.source,4.2.0.v20240206-0832 [2024-03-05T10:44:41.669Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.html.source,4.2.0.v20240221-1914 [2024-03-05T10:44:41.669Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.notifications.core.source,4.2.0.v20240203-1124 [2024-03-05T10:44:41.669Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.gerrit.dashboard.ui.source,4.2.0.v20240206-0832 [2024-03-05T10:44:41.669Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.jenkins.feature,4.2.0.v20240212-0246 [2024-03-05T10:44:41.669Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.debug.ui,4.2.0.v20240220-1733 [2024-03-05T10:44:41.669Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.confluence.source,4.2.0.v20240221-1914 [2024-03-05T10:44:41.669Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.versions.core.source,4.2.0.v20240208-0919 [2024-03-05T10:44:41.669Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.notifications.feature.source,4.2.0.v20240203-1124 [2024-03-05T10:44:41.669Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.git.feature.source,4.2.0.v20240208-0919 [2024-03-05T10:44:41.669Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.notifications.feed.source,4.2.0.v20240203-1124 [2024-03-05T10:44:41.669Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.bugzilla.core,4.2.0.v20240205-1118 [2024-03-05T10:44:41.669Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.jenkins.ui,4.2.0.v20240212-0246 [2024-03-05T10:44:41.669Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.repositories.http.core.source,4.2.0.v20240203-1124 [2024-03-05T10:44:41.669Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.mylyn.ui.source,4.2.0.v20240220-1733 [2024-03-05T10:44:41.670Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.xmlrpc.source,4.2.0.v20240203-1124 [2024-03-05T10:44:41.670Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.github.ui.source,6.4.0.v20240209-1319 [2024-03-05T10:44:41.670Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.gerrit.feature,4.2.0.v20240206-0832 [2024-03-05T10:44:41.670Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.builds.feature,4.2.0.v20240212-0246 [2024-03-05T10:44:41.670Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.github.feature.source,6.4.0.v20240209-1319 [2024-03-05T10:44:41.670Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.index.core.source,4.2.0.v20240131-0610 [2024-03-05T10:44:41.670Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.bugs.source,4.2.0.v20240217-0810 [2024-03-05T10:44:41.670Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.resources.ui,4.2.0.v20240220-1733 [2024-03-05T10:44:41.670Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.tracwiki,4.2.0.v20240221-1914 [2024-03-05T10:44:41.670Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.osgi.source,4.2.0.v20240221-1914 [2024-03-05T10:44:41.670Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.jenkins.core,4.2.0.v20240212-0246 [2024-03-05T10:44:41.670Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.textile.ui,4.2.0.v20240202-1906 [2024-03-05T10:44:41.670Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.index.ui,4.2.0.v20240131-0610 [2024-03-05T10:44:41.670Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext,4.2.0.v20240227-1539 [2024-03-05T10:44:41.670Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.tracwiki.ui.source,4.2.0.v20240202-1906 [2024-03-05T10:44:41.670Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.context.tasks.ui.source,4.2.0.v20240220-1733 [2024-03-05T10:44:41.670Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.java.tasks,4.2.0.v20240220-1733 [2024-03-05T10:44:41.670Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.pde.feature,4.2.0.v20240220-1733 [2024-03-05T10:44:41.670Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.help.ui.source,4.2.0.v20240130-0811 [2024-03-05T10:44:41.931Z] - mirrored artifact osgi.bundle,com.google.gerrit.prettify,2.1.5.v201112241444 [2024-03-05T10:44:41.931Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.debug.ui.source,4.2.0.v20240220-1733 [2024-03-05T10:44:41.931Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.github.feature,6.4.0.v20240209-1319 [2024-03-05T10:44:41.931Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.bugzilla.feature,4.2.0.v20240220-1733 [2024-03-05T10:44:41.931Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.jenkins.feature.source,4.2.0.v20240212-0246 [2024-03-05T10:44:41.931Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.notifications.core,4.2.0.v20240203-1124 [2024-03-05T10:44:41.931Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.ant.source,4.2.0.v20240227-1539 [2024-03-05T10:44:41.931Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.tasks.feature,4.2.0.v20240217-0810 [2024-03-05T10:44:41.931Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.pde.ui,4.2.0.v20240220-1733 [2024-03-05T10:44:41.931Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.git.ui.source,4.2.0.v20240208-0919 [2024-03-05T10:44:41.931Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.java.tasks.source,4.2.0.v20240220-1733 [2024-03-05T10:44:41.931Z] - mirrored artifact osgi.bundle,org.apache.lucene.queries,9.10.0.v20240221-0830 [2024-03-05T10:44:41.932Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.activity.ui.source,4.2.0.v20240203-1124 [2024-03-05T10:44:41.932Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.builds.core,4.2.0.v20240212-0246 [2024-03-05T10:44:41.932Z] Mirroring artifacts from https://download.eclipse.org/tools/cdt/builds/11.5/cdt-11.5.0-rc2 [2024-03-05T10:44:41.932Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.testsrunner.feature,11.5.0.202402230238 [2024-03-05T10:44:41.932Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.launch.serial.feature,11.5.0.202402230238 [2024-03-05T10:44:41.932Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.core.linux.aarch64,11.5.0.202403041627 [2024-03-05T10:44:41.932Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.remote.serial.source,11.5.0.202402230238 [2024-03-05T10:44:41.932Z] - mirroring artifact osgi.bundle,org.eclipse.launchbar.remote.core.source,1.2.100.202402230238 [2024-03-05T10:44:41.932Z] - mirroring artifact osgi.bundle,org.eclipse.remote.proxy.server.linux.x86_64,11.5.0.202312062348 [2024-03-05T10:44:41.932Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.launch.remote,11.5.0.202402230238 [2024-03-05T10:44:41.932Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.gdbjtag.core.source,10.8.200.202402230238 [2024-03-05T10:44:41.932Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.testsrunner.qttest,7.2.300.202402230238 [2024-03-05T10:44:41.932Z] - mirroring artifact osgi.bundle,org.eclipse.launchbar.remote.ui.source,1.2.200.202402230238 [2024-03-05T10:44:41.933Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.local.feature,11.5.0.202402230238 [2024-03-05T10:44:41.933Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.make.core.source,7.6.500.202402230238 [2024-03-05T10:44:41.933Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.ui,8.5.500.202402230238 [2024-03-05T10:44:41.933Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.managedbuilder.core.source,9.6.300.202401242025 [2024-03-05T10:44:41.933Z] - mirroring artifact osgi.bundle,org.eclipse.cdt,11.5.0.202312062348 [2024-03-05T10:44:41.933Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.managedbuilder.llvm.source,11.5.0.202402230238 [2024-03-05T10:44:41.933Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.launch.source,10.4.400.202402230238 [2024-03-05T10:44:41.933Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.visualizer.ui.source,1.5.200.202402230238 [2024-03-05T10:44:41.933Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui.source,1.3.400.202402230238 [2024-03-05T10:44:41.933Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.doc.user,11.5.0.202312062348 [2024-03-05T10:44:41.933Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.core.macosx,11.5.0.202403041627 [2024-03-05T10:44:41.933Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.codan.core.cxx,3.6.100.202402230238 [2024-03-05T10:44:41.933Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.gdb.ui.source,7.2.100.202402230238 [2024-03-05T10:44:41.933Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.launchbar.remote.source,11.5.0.202402230238 [2024-03-05T10:44:41.933Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.meson.core.source,1.2.200.202402230238 [2024-03-05T10:44:41.933Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.remote.source,11.5.0.202402230238 [2024-03-05T10:44:41.934Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.launch.remote,2.7.200.202402230238 [2024-03-05T10:44:41.934Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.remote.core,1.2.100.202402230238 [2024-03-05T10:44:41.934Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.ui.source,8.5.500.202402230238 [2024-03-05T10:44:41.934Z] - mirroring artifact osgi.bundle,org.eclipse.tools.templates.ui.source,2.0.100.202402071818 [2024-03-05T10:44:41.934Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.remote.core.source,1.2.100.202402230238 [2024-03-05T10:44:41.934Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.remote,11.5.0.202402230238 [2024-03-05T10:44:41.934Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.dsf.source,11.5.0.202402230238 [2024-03-05T10:44:41.934Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.core.memory.source,0.2.100.202402230238 [2024-03-05T10:44:41.934Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.unittest.feature.source,11.5.0.202402230238 [2024-03-05T10:44:41.934Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.docker.launcher.source,11.5.0.202312062348 [2024-03-05T10:44:41.934Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.doc.isv,11.5.0.202312062348 [2024-03-05T10:44:41.934Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.core.memory,0.2.100.202402230238 [2024-03-05T10:44:41.934Z] - mirroring artifact osgi.bundle,org.eclipse.remote.jsch.core,1.2.100.202402230238 [2024-03-05T10:44:41.934Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.jsoncdb.core.doc,1.1.0.202211080413 [2024-03-05T10:44:41.935Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.visualizer.source,11.5.0.202402230238 [2024-03-05T10:44:41.935Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.build.gcc.core,2.1.400.202402230238 [2024-03-05T10:44:41.935Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.managedbuilder.headlessbuilderapp,1.1.100.202402230238 [2024-03-05T10:44:41.935Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.launch.remote.source,11.5.0.202402230238 [2024-03-05T10:44:41.935Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.codan.ui.source,3.5.100.202402230238 [2024-03-05T10:44:41.935Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.flatpak.launcher,1.1.200.202402230238 [2024-03-05T10:44:41.935Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.dsf,2.12.100.202402230238 [2024-03-05T10:44:41.935Z] - mirroring artifact osgi.bundle,org.eclipse.launchbar.ui.controls.source,1.2.400.202401051815 [2024-03-05T10:44:41.935Z] - mirroring artifact osgi.bundle,org.eclipse.remote.jsch.ui,1.2.100.202402230238 [2024-03-05T10:44:41.935Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.make.ui,8.3.0.202402082056 [2024-03-05T10:44:41.935Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.launch.serial.ui,1.2.200.202402230238 [2024-03-05T10:44:41.935Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.view.core,4.10.200.202312281935 [2024-03-05T10:44:41.935Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt,11.5.0.202403041627 [2024-03-05T10:44:41.935Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.remote.console.source,11.5.0.202402230238 [2024-03-05T10:44:41.935Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.core.source,8.4.0.202402110645 [2024-03-05T10:44:41.935Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.traditional.source,1.7.100.202312272306 [2024-03-05T10:44:41.936Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.launchbar,11.5.0.202401051815 [2024-03-05T10:44:41.936Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.autotools.core,2.2.300.202402230238 [2024-03-05T10:44:41.936Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.core.linux.source,6.1.100.202402230238 [2024-03-05T10:44:41.936Z] - mirroring artifact osgi.bundle,org.eclipse.remote.proxy.server.linux.ppc64le,11.5.0.202312062348 [2024-03-05T10:44:41.936Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.gdb,7.2.200.202402230238 [2024-03-05T10:44:41.936Z] - mirroring artifact osgi.bundle,org.eclipse.remote.telnet.core.source,1.2.100.202402230238 [2024-03-05T10:44:41.936Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.telnet.feature,11.5.0.202312281935 [2024-03-05T10:44:41.936Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.application.source,11.5.0.202312062348 [2024-03-05T10:44:41.936Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.dsf.gdb.ui.source,2.8.400.202402230238 [2024-03-05T10:44:41.936Z] - mirroring artifact osgi.bundle,org.eclipse.remote.proxy.ui,1.1.200.202402230238 [2024-03-05T10:44:41.936Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.launch.serial.feature.source,11.5.0.202402230238 [2024-03-05T10:44:41.936Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.connector.telnet,4.8.100.202312281935 [2024-03-05T10:44:41.936Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.ssh.feature,11.5.0.202312281935 [2024-03-05T10:44:41.937Z] - mirroring artifact osgi.bundle,org.eclipse.remote.proxy.server.macosx.x86_64,11.5.0.202312062348 [2024-03-05T10:44:41.937Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.launch.remote.source,2.7.200.202402230238 [2024-03-05T10:44:41.937Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.msw.build,2.0.200.202402230238 [2024-03-05T10:44:41.937Z] - mirroring artifact osgi.bundle,org.eclipse.remote.proxy.ui.source,1.1.200.202402230238 [2024-03-05T10:44:41.937Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.platform.branding.source,11.5.0.202312062348 [2024-03-05T10:44:41.937Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.visualizer.core.source,1.2.100.202312281935 [2024-03-05T10:44:41.937Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.connector.telnet.source,4.8.100.202312281935 [2024-03-05T10:44:41.937Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.managedbuilder.llvm.ui,1.4.200.202402230238 [2024-03-05T10:44:41.937Z] - mirroring artifact osgi.bundle,org.eclipse.remote.proxy.protocol.core,2.1.100.202312281935 [2024-03-05T10:44:41.937Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.core.macosx.source,11.5.0.202403041627 [2024-03-05T10:44:41.937Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.meson.ui.editor.source,1.2.100.202402230238 [2024-03-05T10:44:41.937Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.sdk,11.5.0.202312062348 [2024-03-05T10:44:41.937Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.dsf.gdb.ui,2.8.400.202402230238 [2024-03-05T10:44:41.937Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.telnet.feature.source,11.5.0.202312281935 [2024-03-05T10:44:41.937Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.application.doc,11.5.0.202312062348 [2024-03-05T10:44:41.938Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.jsoncdb.core.ui.source,1.1.100.202402230238 [2024-03-05T10:44:41.938Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.core.native,6.3.300.202402211459 [2024-03-05T10:44:41.938Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.debug.source,11.5.0.202402230238 [2024-03-05T10:44:41.938Z] - mirroring artifact osgi.bundle,org.eclipse.remote.doc.isv,11.5.0.202312062348 [2024-03-05T10:44:41.938Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.connector.cdtserial.source,4.8.100.202402230238 [2024-03-05T10:44:41.938Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.gdbjtag,7.1.200.202402230238 [2024-03-05T10:44:41.938Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.search.source,1.5.300.202402230238 [2024-03-05T10:44:41.938Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.connector.remote.source,4.8.300.202402230238 [2024-03-05T10:44:41.938Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.managedbuilder.ui.source,9.4.100.202402230238 [2024-03-05T10:44:41.938Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.build.gcc.core.source,2.1.400.202402230238 [2024-03-05T10:44:41.938Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.testsrunner.boost.source,7.2.300.202402230238 [2024-03-05T10:44:41.938Z] - mirroring artifact osgi.bundle,org.eclipse.tools.templates.freemarker.source,2.0.100.202402230238 [2024-03-05T10:44:41.938Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.unittest.source,1.1.100.202402230238 [2024-03-05T10:44:41.938Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.launch.serial.core.source,1.2.100.202402230238 [2024-03-05T10:44:41.939Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.build,11.5.0.202402230238 [2024-03-05T10:44:41.939Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.ui,8.1.400.202402261635 [2024-03-05T10:44:41.939Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.view.ui,4.11.400.202312281935 [2024-03-05T10:44:41.939Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.jsoncdb.core.ui,1.1.100.202402230238 [2024-03-05T10:44:41.939Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.gdbjtag.core,10.8.200.202402230238 [2024-03-05T10:44:41.939Z] - mirroring artifact osgi.bundle,org.eclipse.remote.telnet.ui.source,1.1.200.202402230238 [2024-03-05T10:44:41.939Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.floatingpoint.source,1.2.100.202312272306 [2024-03-05T10:44:41.939Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.autotools.docs,11.5.0.202312062348 [2024-03-05T10:44:41.939Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.managedbuilder.headlessbuilderapp.source,1.1.100.202402230238 [2024-03-05T10:44:41.939Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui,1.3.400.202402230238 [2024-03-05T10:44:41.939Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.autotools,11.5.0.202402230238 [2024-03-05T10:44:41.939Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.cmake.ui.source,1.4.400.202402081932 [2024-03-05T10:44:41.939Z] - mirroring artifact osgi.bundle,org.eclipse.remote.proxy.core,1.1.100.202402230238 [2024-03-05T10:44:41.939Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.testsrunner.gtest,7.2.100.202402230238 [2024-03-05T10:44:41.939Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.autotools.core.source,2.2.300.202402230238 [2024-03-05T10:44:41.940Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.multicorevisualizer,11.5.0.202402230238 [2024-03-05T10:44:41.940Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.managedbuilder.llvm.ui.source,1.4.200.202402230238 [2024-03-05T10:44:41.940Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.ssh.feature.source,11.5.0.202312281935 [2024-03-05T10:44:41.940Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.testsrunner,8.3.200.202402230238 [2024-03-05T10:44:41.940Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.local.feature.source,11.5.0.202402230238 [2024-03-05T10:44:41.940Z] - mirroring artifact osgi.bundle,org.freemarker.freemarker,2.3.32.stable [2024-03-05T10:44:41.940Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.autotools.source,11.5.0.202402230238 [2024-03-05T10:44:41.940Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.build.crossgcc,11.5.0.202402230238 [2024-03-05T10:44:41.940Z] - mirroring artifact osgi.bundle,org.eclipse.remote.console.source,1.4.200.202402230238 [2024-03-05T10:44:41.940Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.cmake.core.source,1.5.500.202402071852 [2024-03-05T10:44:41.940Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.testsrunner.qttest.source,7.2.300.202402230238 [2024-03-05T10:44:41.940Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.gdb.source,7.2.200.202402230238 [2024-03-05T10:44:41.940Z] - mirroring artifact osgi.bundle,org.eclipse.launchbar.remote.ui,1.2.200.202402230238 [2024-03-05T10:44:41.941Z] - mirroring artifact osgi.bundle,org.eclipse.tools.templates.freemarker,2.0.100.202402230238 [2024-03-05T10:44:41.941Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.remote.proxy.source,11.5.0.202402230238 [2024-03-05T10:44:41.941Z] - mirroring artifact osgi.bundle,org.eclipse.launchbar.remote.core,1.2.100.202402230238 [2024-03-05T10:44:41.941Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.cmake.source,11.5.0.202402230238 [2024-03-05T10:44:41.941Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.control,5.5.200.202312281935 [2024-03-05T10:44:41.941Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.msw.source,11.5.0.202402230238 [2024-03-05T10:44:41.941Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.codan.core.cxx.source,3.6.100.202402230238 [2024-03-05T10:44:41.941Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.build.crossgcc.source,11.5.0.202402230238 [2024-03-05T10:44:41.941Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.codan.checkers.source,3.5.500.202402021640 [2024-03-05T10:44:41.941Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.cmake.ui,1.4.400.202402081932 [2024-03-05T10:44:41.941Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.codan.checkers,3.5.500.202402021640 [2024-03-05T10:44:41.941Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.visualizer,11.5.0.202402230238 [2024-03-05T10:44:41.941Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.testsrunner.gtest.source,7.2.100.202402230238 [2024-03-05T10:44:41.941Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.codan.core.source,4.2.100.202312281935 [2024-03-05T10:44:41.941Z] - mirroring artifact osgi.bundle,org.eclipse.remote.serial.ui,1.1.200.202402230238 [2024-03-05T10:44:41.942Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.testsrunner.tap.source,1.2.100.202402230238 [2024-03-05T10:44:41.942Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.dsf,11.5.0.202402230238 [2024-03-05T10:44:41.942Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.native,11.5.0.202403041627 [2024-03-05T10:44:41.942Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.meson.ui,1.2.300.202402230238 [2024-03-05T10:44:41.942Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.transport.source,2.3.300.202312281935 [2024-03-05T10:44:41.942Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.unittest,1.1.100.202402230238 [2024-03-05T10:44:41.942Z] - mirroring artifact osgi.bundle,org.eclipse.remote.ui,2.3.200.202402230238 [2024-03-05T10:44:41.942Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.visualizer.core,1.2.100.202312281935 [2024-03-05T10:44:41.942Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.launchbar.source,11.5.0.202401051815 [2024-03-05T10:44:41.942Z] - mirroring artifact osgi.bundle,org.eclipse.remote.console,1.4.200.202402230238 [2024-03-05T10:44:41.942Z] - mirroring artifact osgi.bundle,org.eclipse.remote.serial.ui.source,1.1.200.202402230238 [2024-03-05T10:44:41.942Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.meson.ui.editor,1.2.100.202402230238 [2024-03-05T10:44:41.942Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.connector.process,4.9.100.202402230238 [2024-03-05T10:44:41.942Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.build.crossgcc.source,1.3.400.202402230238 [2024-03-05T10:44:41.942Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.native.serial.source,11.5.0.202403041627 [2024-03-05T10:44:41.943Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.traditional,1.7.100.202312272306 [2024-03-05T10:44:41.943Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.dsf.gdb,7.1.300.202312272342 [2024-03-05T10:44:41.943Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.managedbuilder.ui,9.4.100.202402230238 [2024-03-05T10:44:41.943Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.codan.ui.cxx,3.7.100.202402230238 [2024-03-05T10:44:41.943Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.connector.remote,4.8.300.202402230238 [2024-03-05T10:44:41.943Z] - mirroring artifact osgi.bundle,org.eclipse.remote.jsch.ui.source,1.2.100.202402230238 [2024-03-05T10:44:41.943Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.control.feature,11.5.0.202312281935 [2024-03-05T10:44:41.943Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.docker.launcher.source,2.1.200.202312062348 [2024-03-05T10:44:41.943Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.remote.proxy,11.5.0.202402230238 [2024-03-05T10:44:41.943Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.core.win32.x86_64,11.5.0.202403041627 [2024-03-05T10:44:41.943Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.view.core.source,4.10.200.202312281935 [2024-03-05T10:44:41.943Z] - mirroring artifact binary,org.eclipse.cdt_root,11.5.0.202403041627 [2024-03-05T10:44:41.943Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.connector.local,4.8.100.202402230238 [2024-03-05T10:44:41.943Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.codan.ui.cxx.source,3.7.100.202402230238 [2024-03-05T10:44:41.943Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.msw,11.5.0.202402230238 [2024-03-05T10:44:41.943Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.core.linux.x86_64,11.5.0.202403041627 [2024-03-05T10:44:41.944Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.meson.core,1.2.200.202402230238 [2024-03-05T10:44:41.944Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.connector.cdtserial,4.8.100.202402230238 [2024-03-05T10:44:41.944Z] - mirroring artifact osgi.bundle,org.eclipse.remote.serial.core,1.2.100.202402230238 [2024-03-05T10:44:41.944Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.jsoncdb.core,1.4.300.202312181542 [2024-03-05T10:44:41.944Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.connector.local.source,4.8.100.202402230238 [2024-03-05T10:44:41.944Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.remote.console,11.5.0.202402230238 [2024-03-05T10:44:41.944Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.cmake.core,1.5.500.202402071852 [2024-03-05T10:44:41.944Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.core,8.4.0.202402110645 [2024-03-05T10:44:41.944Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.view.feature,11.5.0.202312281935 [2024-03-05T10:44:41.944Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.gdbjtag.ui,9.1.100.202402230238 [2024-03-05T10:44:41.944Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.unittest.feature,11.5.0.202402230238 [2024-03-05T10:44:41.944Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.managedbuilder.llvm,11.5.0.202402230238 [2024-03-05T10:44:41.944Z] - mirroring artifact osgi.bundle,org.eclipse.launchbar.ui,2.5.300.202312281935 [2024-03-05T10:44:41.944Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.cdtserial.feature.source,11.5.0.202402230238 [2024-03-05T10:44:41.945Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.core.linux,6.1.100.202402230238 [2024-03-05T10:44:41.945Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.control.feature.source,11.5.0.202312281935 [2024-03-05T10:44:41.945Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.memorybrowser,1.5.200.202402230238 [2024-03-05T10:44:41.945Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.dsf.ui.source,2.7.300.202402230238 [2024-03-05T10:44:41.945Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.cdtserial.feature,11.5.0.202402230238 [2024-03-05T10:44:41.945Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.application,11.5.0.202312062348 [2024-03-05T10:44:41.945Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.docker.launcher,11.5.0.202312062348 [2024-03-05T10:44:41.945Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.platform.source,11.5.0.202403041627 [2024-03-05T10:44:41.945Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.launch,10.4.400.202402230238 [2024-03-05T10:44:41.945Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.debug.ui.memory,11.5.0.202402230238 [2024-03-05T10:44:41.945Z] - mirroring artifact osgi.bundle,org.eclipse.remote.serial.core.source,1.2.100.202402230238 [2024-03-05T10:44:41.945Z] - mirroring artifact osgi.bundle,com.google.gson,2.10.1.v20230109-0753 [2024-03-05T10:44:41.945Z] - mirroring artifact osgi.bundle,org.eclipse.remote.core.source,4.2.200.202402230238 [2024-03-05T10:44:41.945Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.platform,11.5.0.202403041627 [2024-03-05T10:44:41.946Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.flatpak.launcher.source,1.1.200.202402230238 [2024-03-05T10:44:41.946Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.build.crossgcc,1.3.400.202402230238 [2024-03-05T10:44:41.946Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.debug.gdbjtag.source,11.5.0.202402230238 [2024-03-05T10:44:41.946Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.floatingpoint,1.2.100.202312272306 [2024-03-05T10:44:41.946Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.managedbuilder.gnu.ui,8.7.0.202401271603 [2024-03-05T10:44:41.946Z] - mirroring artifact osgi.bundle,org.eclipse.remote.proxy.server.core,1.1.100.202402230238 [2024-03-05T10:44:41.946Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.gdb.source,11.5.0.202402230238 [2024-03-05T10:44:41.946Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.meson,11.5.0.202402230238 [2024-03-05T10:44:41.946Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.feature,11.5.0.202312062348 [2024-03-05T10:44:41.946Z] - mirroring artifact osgi.bundle,org.eclipse.remote.ui.source,2.3.200.202402230238 [2024-03-05T10:44:41.946Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.codan.ui,3.5.100.202402230238 [2024-03-05T10:44:41.946Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.make.core,7.6.500.202402230238 [2024-03-05T10:44:41.946Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.connector.ssh.source,4.8.200.202312281935 [2024-03-05T10:44:41.946Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.remote.feature.source,11.5.0.202402230238 [2024-03-05T10:44:41.947Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.autotools.ui.source,2.2.400.202402230238 [2024-03-05T10:44:41.947Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.debug,11.5.0.202402230238 [2024-03-05T10:44:41.947Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.gdb.ui,7.2.100.202402230238 [2024-03-05T10:44:41.947Z] - mirroring artifact osgi.bundle,org.eclipse.remote.telnet.core,1.2.100.202402230238 [2024-03-05T10:44:41.947Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.connector.ssh,4.8.200.202312281935 [2024-03-05T10:44:41.947Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.core,8.8.400.202402230238 [2024-03-05T10:44:41.947Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.control.source,5.5.200.202312281935 [2024-03-05T10:44:41.947Z] - mirroring artifact osgi.bundle,org.eclipse.remote.proxy.protocol.core.source,2.1.100.202312281935 [2024-03-05T10:44:41.947Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.native.serial,11.5.0.202403041627 [2024-03-05T10:44:41.947Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.connector.process.source,4.9.100.202402230238 [2024-03-05T10:44:41.947Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.debug.gdbjtag,11.5.0.202402230238 [2024-03-05T10:44:41.947Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.testsrunner.source,8.3.200.202402230238 [2024-03-05T10:44:41.947Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.dsf.ui,2.7.300.202402230238 [2024-03-05T10:44:41.947Z] - mirroring artifact osgi.bundle,org.eclipse.remote.jsch.core.source,1.2.100.202402230238 [2024-03-05T10:44:41.947Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.sdk,11.5.0.202403041627 [2024-03-05T10:44:41.948Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.launchbar.remote,11.5.0.202402230238 [2024-03-05T10:44:41.948Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.core.win32.source,6.1.100.202402230238 [2024-03-05T10:44:41.948Z] - mirroring artifact osgi.bundle,org.eclipse.launchbar.ui.controls,1.2.400.202401051815 [2024-03-05T10:44:41.948Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.core.win32,6.1.100.202402230238 [2024-03-05T10:44:41.948Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.core.source,8.8.400.202402230238 [2024-03-05T10:44:41.948Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.meson.docs,11.5.0.202312062348 [2024-03-05T10:44:41.948Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.debug.standalone,11.5.0.202312062348 [2024-03-05T10:44:41.948Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.meson.ui.source,1.2.300.202402230238 [2024-03-05T10:44:41.948Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.jsoncdb.core.source,1.4.300.202312181542 [2024-03-05T10:44:41.948Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.gdbjtag.ui.source,9.1.100.202402230238 [2024-03-05T10:44:41.948Z] - mirroring artifact osgi.bundle,org.eclipse.tools.templates.core,2.0.100.202402230238 [2024-03-05T10:44:41.948Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.managedbuilder.gnu.ui.source,8.7.0.202401271603 [2024-03-05T10:44:41.948Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.transport,2.3.300.202312281935 [2024-03-05T10:44:41.948Z] - mirroring artifact osgi.bundle,org.eclipse.remote.proxy.core.source,1.1.100.202402230238 [2024-03-05T10:44:41.948Z] - mirroring artifact osgi.bundle,org.eclipse.launchbar.core.source,2.5.200.202312281935 [2024-03-05T10:44:41.949Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.managedbuilder.core,9.6.300.202401242025 [2024-03-05T10:44:41.949Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.launch.serial.ui.source,1.2.200.202402230238 [2024-03-05T10:44:41.949Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.native.source,11.5.0.202403041627 [2024-03-05T10:44:41.949Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.build.source,11.5.0.202402230238 [2024-03-05T10:44:41.949Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.build.gcc.ui,1.2.200.202402230238 [2024-03-05T10:44:41.949Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.feature.source,11.5.0.202312062348 [2024-03-05T10:44:41.949Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.remote.serial,11.5.0.202402230238 [2024-03-05T10:44:41.949Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.core.native.source,6.3.300.202402211459 [2024-03-05T10:44:41.949Z] - mirroring artifact osgi.bundle,org.eclipse.launchbar.core,2.5.200.202312281935 [2024-03-05T10:44:41.949Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.codan.checkers.ui,3.4.100.202402230238 [2024-03-05T10:44:41.949Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.dsf.source,2.12.100.202402230238 [2024-03-05T10:44:41.949Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.multicorevisualizer.source,11.5.0.202402230238 [2024-03-05T10:44:41.949Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.view.feature.source,11.5.0.202312281935 [2024-03-05T10:44:41.949Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.debug.standalone.source,11.5.0.202312062348 [2024-03-05T10:44:41.950Z] - mirroring artifact osgi.bundle,org.eclipse.launchbar.ui.source,2.5.300.202312281935 [2024-03-05T10:44:41.950Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.view.ui.source,4.11.400.202312281935 [2024-03-05T10:44:41.950Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.visualizer.ui,1.5.200.202402230238 [2024-03-05T10:44:41.950Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.autotools.ui,2.2.400.202402230238 [2024-03-05T10:44:41.950Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.platform.branding,11.5.0.202312062348 [2024-03-05T10:44:41.950Z] - mirroring artifact osgi.bundle,org.eclipse.tools.templates.core.source,2.0.100.202402230238 [2024-03-05T10:44:41.950Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.search,1.5.300.202402230238 [2024-03-05T10:44:41.950Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.cmake,11.5.0.202402230238 [2024-03-05T10:44:41.950Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.testsrunner.tap,1.2.100.202402230238 [2024-03-05T10:44:41.950Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.remote.feature,11.5.0.202402230238 [2024-03-05T10:44:41.950Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.dsf.gdb.source,7.1.300.202312272342 [2024-03-05T10:44:41.950Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.source,11.5.0.202403041627 [2024-03-05T10:44:41.950Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.codan.checkers.ui.source,3.4.100.202402230238 [2024-03-05T10:44:41.950Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.launch.serial.core,1.2.100.202402230238 [2024-03-05T10:44:41.951Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.testsrunner.feature.source,11.5.0.202402230238 [2024-03-05T10:44:41.951Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.codan.core,4.2.100.202312281935 [2024-03-05T10:44:41.951Z] - mirroring artifact osgi.bundle,org.eclipse.tools.templates.ui,2.0.100.202402071818 [2024-03-05T10:44:41.951Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.build.gcc.ui.source,1.2.200.202402230238 [2024-03-05T10:44:41.951Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.memorybrowser.source,1.5.200.202402230238 [2024-03-05T10:44:41.951Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.ui.source,8.1.400.202402261635 [2024-03-05T10:44:41.951Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.gdb,11.5.0.202402230238 [2024-03-05T10:44:41.951Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.msw.build.source,2.0.200.202402230238 [2024-03-05T10:44:41.951Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.make.ui.source,8.3.0.202402082056 [2024-03-05T10:44:41.951Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.testsrunner.boost,7.2.300.202402230238 [2024-03-05T10:44:41.951Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.meson.source,11.5.0.202402230238 [2024-03-05T10:44:41.951Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.docker.launcher,2.1.200.202312062348 [2024-03-05T10:44:41.951Z] - mirroring artifact osgi.bundle,org.eclipse.remote.proxy.server.core.source,1.1.100.202402230238 [2024-03-05T10:44:41.951Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.jsoncdb.core.doc.source,1.1.0.202211080413 [2024-03-05T10:44:41.951Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.debug.ui.memory.source,11.5.0.202402230238 [2024-03-05T10:44:41.952Z] - mirroring artifact osgi.bundle,org.eclipse.remote.core,4.2.200.202402230238 [2024-03-05T10:44:41.952Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.core.linux.ppc64le,11.5.0.202403041627 [2024-03-05T10:44:41.952Z] - mirroring artifact osgi.bundle,org.eclipse.remote.telnet.ui,1.1.200.202402230238 [2024-03-05T10:44:41.952Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.testsrunner.feature,11.5.0.202402230238 [2024-03-05T10:44:41.952Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.launch.serial.feature,11.5.0.202402230238 [2024-03-05T10:44:41.952Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.core.linux.aarch64,11.5.0.202403041627 [2024-03-05T10:44:41.952Z] - mirrored artifact osgi.bundle,org.eclipse.launchbar.remote.core.source,1.2.100.202402230238 [2024-03-05T10:44:41.952Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.remote.serial.source,11.5.0.202402230238 [2024-03-05T10:44:41.952Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.launch.remote,11.5.0.202402230238 [2024-03-05T10:44:41.952Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.gdbjtag.core.source,10.8.200.202402230238 [2024-03-05T10:44:41.952Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.testsrunner.qttest,7.2.300.202402230238 [2024-03-05T10:44:42.212Z] - mirrored artifact osgi.bundle,org.eclipse.launchbar.remote.ui.source,1.2.200.202402230238 [2024-03-05T10:44:42.212Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.local.feature,11.5.0.202402230238 [2024-03-05T10:44:42.212Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.make.core.source,7.6.500.202402230238 [2024-03-05T10:44:42.212Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.ui,8.5.500.202402230238 [2024-03-05T10:44:42.212Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.managedbuilder.core.source,9.6.300.202401242025 [2024-03-05T10:44:42.212Z] - mirrored artifact osgi.bundle,org.eclipse.cdt,11.5.0.202312062348 [2024-03-05T10:44:42.212Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.managedbuilder.llvm.source,11.5.0.202402230238 [2024-03-05T10:44:42.212Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.launch.source,10.4.400.202402230238 [2024-03-05T10:44:42.213Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.visualizer.ui.source,1.5.200.202402230238 [2024-03-05T10:44:42.213Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui.source,1.3.400.202402230238 [2024-03-05T10:44:42.472Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.doc.user,11.5.0.202312062348 [2024-03-05T10:44:42.472Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.core.macosx,11.5.0.202403041627 [2024-03-05T10:44:42.472Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.codan.core.cxx,3.6.100.202402230238 [2024-03-05T10:44:42.472Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.gdb.ui.source,7.2.100.202402230238 [2024-03-05T10:44:42.738Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.launchbar.remote.source,11.5.0.202402230238 [2024-03-05T10:44:42.738Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.meson.core.source,1.2.200.202402230238 [2024-03-05T10:44:42.738Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.remote.source,11.5.0.202402230238 [2024-03-05T10:44:42.738Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.launch.remote,2.7.200.202402230238 [2024-03-05T10:44:42.738Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.remote.core,1.2.100.202402230238 [2024-03-05T10:44:42.738Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.ui.source,8.5.500.202402230238 [2024-03-05T10:44:42.738Z] - mirrored artifact osgi.bundle,org.eclipse.tools.templates.ui.source,2.0.100.202402071818 [2024-03-05T10:44:42.738Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.remote.core.source,1.2.100.202402230238 [2024-03-05T10:44:42.738Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.remote,11.5.0.202402230238 [2024-03-05T10:44:42.738Z] - mirrored artifact osgi.bundle,org.eclipse.remote.proxy.server.linux.x86_64,11.5.0.202312062348 [2024-03-05T10:44:42.738Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.dsf.source,11.5.0.202402230238 [2024-03-05T10:44:42.738Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.core.memory.source,0.2.100.202402230238 [2024-03-05T10:44:42.738Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.unittest.feature.source,11.5.0.202402230238 [2024-03-05T10:44:42.739Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.docker.launcher.source,11.5.0.202312062348 [2024-03-05T10:44:42.739Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.core.memory,0.2.100.202402230238 [2024-03-05T10:44:42.739Z] - mirrored artifact osgi.bundle,org.eclipse.remote.jsch.core,1.2.100.202402230238 [2024-03-05T10:44:42.739Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.jsoncdb.core.doc,1.1.0.202211080413 [2024-03-05T10:44:42.739Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.visualizer.source,11.5.0.202402230238 [2024-03-05T10:44:42.739Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.build.gcc.core,2.1.400.202402230238 [2024-03-05T10:44:42.739Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.managedbuilder.headlessbuilderapp,1.1.100.202402230238 [2024-03-05T10:44:42.998Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.launch.remote.source,11.5.0.202402230238 [2024-03-05T10:44:42.999Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.codan.ui.source,3.5.100.202402230238 [2024-03-05T10:44:42.999Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.flatpak.launcher,1.1.200.202402230238 [2024-03-05T10:44:42.999Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.dsf,2.12.100.202402230238 [2024-03-05T10:44:42.999Z] - mirrored artifact osgi.bundle,org.eclipse.launchbar.ui.controls.source,1.2.400.202401051815 [2024-03-05T10:44:42.999Z] - mirrored artifact osgi.bundle,org.eclipse.remote.jsch.ui,1.2.100.202402230238 [2024-03-05T10:44:42.999Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.make.ui,8.3.0.202402082056 [2024-03-05T10:44:42.999Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.launch.serial.ui,1.2.200.202402230238 [2024-03-05T10:44:42.999Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.view.core,4.10.200.202312281935 [2024-03-05T10:44:42.999Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.doc.isv,11.5.0.202312062348 [2024-03-05T10:44:42.999Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt,11.5.0.202403041627 [2024-03-05T10:44:43.260Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.remote.console.source,11.5.0.202402230238 [2024-03-05T10:44:43.260Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.traditional.source,1.7.100.202312272306 [2024-03-05T10:44:43.260Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.launchbar,11.5.0.202401051815 [2024-03-05T10:44:43.260Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.autotools.core,2.2.300.202402230238 [2024-03-05T10:44:43.260Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.core.linux.source,6.1.100.202402230238 [2024-03-05T10:44:43.260Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.core.source,8.4.0.202402110645 [2024-03-05T10:44:43.260Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.gdb,7.2.200.202402230238 [2024-03-05T10:44:43.260Z] - mirrored artifact osgi.bundle,org.eclipse.remote.telnet.core.source,1.2.100.202402230238 [2024-03-05T10:44:43.260Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.telnet.feature,11.5.0.202312281935 [2024-03-05T10:44:43.260Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.application.source,11.5.0.202312062348 [2024-03-05T10:44:43.520Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.dsf.gdb.ui.source,2.8.400.202402230238 [2024-03-05T10:44:43.520Z] - mirrored artifact osgi.bundle,org.eclipse.remote.proxy.ui,1.1.200.202402230238 [2024-03-05T10:44:43.521Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.launch.serial.feature.source,11.5.0.202402230238 [2024-03-05T10:44:43.521Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.connector.telnet,4.8.100.202312281935 [2024-03-05T10:44:43.521Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.ssh.feature,11.5.0.202312281935 [2024-03-05T10:44:43.781Z] - mirrored artifact osgi.bundle,org.eclipse.remote.proxy.server.linux.ppc64le,11.5.0.202312062348 [2024-03-05T10:44:43.781Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.launch.remote.source,2.7.200.202402230238 [2024-03-05T10:44:44.041Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.msw.build,2.0.200.202402230238 [2024-03-05T10:44:44.041Z] - mirrored artifact osgi.bundle,org.eclipse.remote.proxy.ui.source,1.1.200.202402230238 [2024-03-05T10:44:44.041Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.platform.branding.source,11.5.0.202312062348 [2024-03-05T10:44:44.041Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.visualizer.core.source,1.2.100.202312281935 [2024-03-05T10:44:44.041Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.connector.telnet.source,4.8.100.202312281935 [2024-03-05T10:44:44.041Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.managedbuilder.llvm.ui,1.4.200.202402230238 [2024-03-05T10:44:44.041Z] - mirrored artifact osgi.bundle,org.eclipse.remote.proxy.protocol.core,2.1.100.202312281935 [2024-03-05T10:44:44.041Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.core.macosx.source,11.5.0.202403041627 [2024-03-05T10:44:44.041Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.meson.ui.editor.source,1.2.100.202402230238 [2024-03-05T10:44:44.041Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.sdk,11.5.0.202312062348 [2024-03-05T10:44:44.041Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.dsf.gdb.ui,2.8.400.202402230238 [2024-03-05T10:44:44.041Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.telnet.feature.source,11.5.0.202312281935 [2024-03-05T10:44:44.301Z] - mirrored artifact osgi.bundle,org.eclipse.remote.proxy.server.macosx.x86_64,11.5.0.202312062348 [2024-03-05T10:44:44.301Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.jsoncdb.core.ui.source,1.1.100.202402230238 [2024-03-05T10:44:44.301Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.core.native,6.3.300.202402211459 [2024-03-05T10:44:44.301Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.debug.source,11.5.0.202402230238 [2024-03-05T10:44:44.301Z] - mirrored artifact osgi.bundle,org.eclipse.remote.doc.isv,11.5.0.202312062348 [2024-03-05T10:44:44.302Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.connector.cdtserial.source,4.8.100.202402230238 [2024-03-05T10:44:44.302Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.gdbjtag,7.1.200.202402230238 [2024-03-05T10:44:44.302Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.search.source,1.5.300.202402230238 [2024-03-05T10:44:44.302Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.connector.remote.source,4.8.300.202402230238 [2024-03-05T10:44:44.302Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.managedbuilder.ui.source,9.4.100.202402230238 [2024-03-05T10:44:44.302Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.application.doc,11.5.0.202312062348 [2024-03-05T10:44:44.302Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.build.gcc.core.source,2.1.400.202402230238 [2024-03-05T10:44:44.302Z] - mirrored artifact osgi.bundle,org.eclipse.tools.templates.freemarker.source,2.0.100.202402230238 [2024-03-05T10:44:44.302Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.unittest.source,1.1.100.202402230238 [2024-03-05T10:44:44.302Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.testsrunner.boost.source,7.2.300.202402230238 [2024-03-05T10:44:44.302Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.launch.serial.core.source,1.2.100.202402230238 [2024-03-05T10:44:44.302Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.build,11.5.0.202402230238 [2024-03-05T10:44:44.302Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.view.ui,4.11.400.202312281935 [2024-03-05T10:44:44.302Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.jsoncdb.core.ui,1.1.100.202402230238 [2024-03-05T10:44:44.302Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.gdbjtag.core,10.8.200.202402230238 [2024-03-05T10:44:44.302Z] - mirrored artifact osgi.bundle,org.eclipse.remote.telnet.ui.source,1.1.200.202402230238 [2024-03-05T10:44:44.302Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.floatingpoint.source,1.2.100.202312272306 [2024-03-05T10:44:44.563Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.autotools.docs,11.5.0.202312062348 [2024-03-05T10:44:44.563Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.managedbuilder.headlessbuilderapp.source,1.1.100.202402230238 [2024-03-05T10:44:44.563Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui,1.3.400.202402230238 [2024-03-05T10:44:44.563Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.autotools,11.5.0.202402230238 [2024-03-05T10:44:44.563Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.cmake.ui.source,1.4.400.202402081932 [2024-03-05T10:44:44.563Z] - mirrored artifact osgi.bundle,org.eclipse.remote.proxy.core,1.1.100.202402230238 [2024-03-05T10:44:44.563Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.testsrunner.gtest,7.2.100.202402230238 [2024-03-05T10:44:44.563Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.autotools.core.source,2.2.300.202402230238 [2024-03-05T10:44:44.563Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.multicorevisualizer,11.5.0.202402230238 [2024-03-05T10:44:44.563Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.managedbuilder.llvm.ui.source,1.4.200.202402230238 [2024-03-05T10:44:44.564Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.ssh.feature.source,11.5.0.202312281935 [2024-03-05T10:44:44.564Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.testsrunner,8.3.200.202402230238 [2024-03-05T10:44:44.564Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.local.feature.source,11.5.0.202402230238 [2024-03-05T10:44:44.564Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.ui,8.1.400.202402261635 [2024-03-05T10:44:44.564Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.autotools.source,11.5.0.202402230238 [2024-03-05T10:44:44.564Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.build.crossgcc,11.5.0.202402230238 [2024-03-05T10:44:44.564Z] - mirrored artifact osgi.bundle,org.eclipse.remote.console.source,1.4.200.202402230238 [2024-03-05T10:44:44.564Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.cmake.core.source,1.5.500.202402071852 [2024-03-05T10:44:44.564Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.testsrunner.qttest.source,7.2.300.202402230238 [2024-03-05T10:44:44.564Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.gdb.source,7.2.200.202402230238 [2024-03-05T10:44:44.564Z] - mirrored artifact osgi.bundle,org.freemarker.freemarker,2.3.32.stable [2024-03-05T10:44:44.564Z] - mirrored artifact osgi.bundle,org.eclipse.tools.templates.freemarker,2.0.100.202402230238 [2024-03-05T10:44:44.564Z] - mirrored artifact osgi.bundle,org.eclipse.launchbar.remote.ui,1.2.200.202402230238 [2024-03-05T10:44:44.564Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.remote.proxy.source,11.5.0.202402230238 [2024-03-05T10:44:44.564Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.cmake.source,11.5.0.202402230238 [2024-03-05T10:44:44.827Z] - mirrored artifact osgi.bundle,org.eclipse.launchbar.remote.core,1.2.100.202402230238 [2024-03-05T10:44:44.827Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.control,5.5.200.202312281935 [2024-03-05T10:44:44.827Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.msw.source,11.5.0.202402230238 [2024-03-05T10:44:44.827Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.build.crossgcc.source,11.5.0.202402230238 [2024-03-05T10:44:44.827Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.codan.core.cxx.source,3.6.100.202402230238 [2024-03-05T10:44:44.827Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.codan.checkers.source,3.5.500.202402021640 [2024-03-05T10:44:44.827Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.cmake.ui,1.4.400.202402081932 [2024-03-05T10:44:44.827Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.visualizer,11.5.0.202402230238 [2024-03-05T10:44:44.827Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.testsrunner.gtest.source,7.2.100.202402230238 [2024-03-05T10:44:44.827Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.codan.checkers,3.5.500.202402021640 [2024-03-05T10:44:44.827Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.codan.core.source,4.2.100.202312281935 [2024-03-05T10:44:44.827Z] - mirrored artifact osgi.bundle,org.eclipse.remote.serial.ui,1.1.200.202402230238 [2024-03-05T10:44:44.827Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.dsf,11.5.0.202402230238 [2024-03-05T10:44:44.827Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.native,11.5.0.202403041627 [2024-03-05T10:44:44.827Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.testsrunner.tap.source,1.2.100.202402230238 [2024-03-05T10:44:44.827Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.transport.source,2.3.300.202312281935 [2024-03-05T10:44:44.827Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.meson.ui,1.2.300.202402230238 [2024-03-05T10:44:44.828Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.unittest,1.1.100.202402230238 [2024-03-05T10:44:44.828Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.visualizer.core,1.2.100.202312281935 [2024-03-05T10:44:44.828Z] - mirrored artifact osgi.bundle,org.eclipse.remote.ui,2.3.200.202402230238 [2024-03-05T10:44:44.828Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.launchbar.source,11.5.0.202401051815 [2024-03-05T10:44:44.828Z] - mirrored artifact osgi.bundle,org.eclipse.remote.serial.ui.source,1.1.200.202402230238 [2024-03-05T10:44:44.828Z] - mirrored artifact osgi.bundle,org.eclipse.remote.console,1.4.200.202402230238 [2024-03-05T10:44:44.828Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.meson.ui.editor,1.2.100.202402230238 [2024-03-05T10:44:44.828Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.build.crossgcc.source,1.3.400.202402230238 [2024-03-05T10:44:44.828Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.connector.process,4.9.100.202402230238 [2024-03-05T10:44:44.828Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.native.serial.source,11.5.0.202403041627 [2024-03-05T10:44:44.828Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.traditional,1.7.100.202312272306 [2024-03-05T10:44:44.828Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.managedbuilder.ui,9.4.100.202402230238 [2024-03-05T10:44:44.828Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.codan.ui.cxx,3.7.100.202402230238 [2024-03-05T10:44:44.828Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.connector.remote,4.8.300.202402230238 [2024-03-05T10:44:44.828Z] - mirrored artifact osgi.bundle,org.eclipse.remote.jsch.ui.source,1.2.100.202402230238 [2024-03-05T10:44:44.828Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.control.feature,11.5.0.202312281935 [2024-03-05T10:44:44.828Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.dsf.gdb,7.1.300.202312272342 [2024-03-05T10:44:44.828Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.docker.launcher.source,2.1.200.202312062348 [2024-03-05T10:44:44.828Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.remote.proxy,11.5.0.202402230238 [2024-03-05T10:44:44.828Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.view.core.source,4.10.200.202312281935 [2024-03-05T10:44:44.828Z] - mirrored artifact binary,org.eclipse.cdt_root,11.5.0.202403041627 [2024-03-05T10:44:44.828Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.connector.local,4.8.100.202402230238 [2024-03-05T10:44:44.828Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.codan.ui.cxx.source,3.7.100.202402230238 [2024-03-05T10:44:44.828Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.msw,11.5.0.202402230238 [2024-03-05T10:44:44.828Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.core.linux.x86_64,11.5.0.202403041627 [2024-03-05T10:44:44.828Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.core.win32.x86_64,11.5.0.202403041627 [2024-03-05T10:44:45.088Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.meson.core,1.2.200.202402230238 [2024-03-05T10:44:45.088Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.connector.cdtserial,4.8.100.202402230238 [2024-03-05T10:44:45.088Z] - mirrored artifact osgi.bundle,org.eclipse.remote.serial.core,1.2.100.202402230238 [2024-03-05T10:44:45.088Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.jsoncdb.core,1.4.300.202312181542 [2024-03-05T10:44:45.088Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.connector.local.source,4.8.100.202402230238 [2024-03-05T10:44:45.088Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.remote.console,11.5.0.202402230238 [2024-03-05T10:44:45.088Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.cmake.core,1.5.500.202402071852 [2024-03-05T10:44:45.088Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.view.feature,11.5.0.202312281935 [2024-03-05T10:44:45.088Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.gdbjtag.ui,9.1.100.202402230238 [2024-03-05T10:44:45.088Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.unittest.feature,11.5.0.202402230238 [2024-03-05T10:44:45.088Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.managedbuilder.llvm,11.5.0.202402230238 [2024-03-05T10:44:45.088Z] - mirrored artifact osgi.bundle,org.eclipse.launchbar.ui,2.5.300.202312281935 [2024-03-05T10:44:45.089Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.cdtserial.feature.source,11.5.0.202402230238 [2024-03-05T10:44:45.089Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.core.linux,6.1.100.202402230238 [2024-03-05T10:44:45.089Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.control.feature.source,11.5.0.202312281935 [2024-03-05T10:44:45.089Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.memorybrowser,1.5.200.202402230238 [2024-03-05T10:44:45.089Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.dsf.ui.source,2.7.300.202402230238 [2024-03-05T10:44:45.089Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.cdtserial.feature,11.5.0.202402230238 [2024-03-05T10:44:45.089Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.application,11.5.0.202312062348 [2024-03-05T10:44:45.351Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.docker.launcher,11.5.0.202312062348 [2024-03-05T10:44:45.351Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.platform.source,11.5.0.202403041627 [2024-03-05T10:44:45.351Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.launch,10.4.400.202402230238 [2024-03-05T10:44:45.352Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.debug.ui.memory,11.5.0.202402230238 [2024-03-05T10:44:45.352Z] - mirrored artifact osgi.bundle,org.eclipse.remote.serial.core.source,1.2.100.202402230238 [2024-03-05T10:44:45.352Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.core,8.4.0.202402110645 [2024-03-05T10:44:45.352Z] - mirrored artifact osgi.bundle,com.google.gson,2.10.1.v20230109-0753 [2024-03-05T10:44:45.352Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.platform,11.5.0.202403041627 [2024-03-05T10:44:45.352Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.flatpak.launcher.source,1.1.200.202402230238 [2024-03-05T10:44:45.352Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.build.crossgcc,1.3.400.202402230238 [2024-03-05T10:44:45.352Z] - mirrored artifact osgi.bundle,org.eclipse.remote.core.source,4.2.200.202402230238 [2024-03-05T10:44:45.352Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.debug.gdbjtag.source,11.5.0.202402230238 [2024-03-05T10:44:45.352Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.floatingpoint,1.2.100.202312272306 [2024-03-05T10:44:45.352Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.managedbuilder.gnu.ui,8.7.0.202401271603 [2024-03-05T10:44:45.352Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.gdb.source,11.5.0.202402230238 [2024-03-05T10:44:45.352Z] - mirrored artifact osgi.bundle,org.eclipse.remote.proxy.server.core,1.1.100.202402230238 [2024-03-05T10:44:45.352Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.meson,11.5.0.202402230238 [2024-03-05T10:44:45.352Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.feature,11.5.0.202312062348 [2024-03-05T10:44:45.352Z] - mirrored artifact osgi.bundle,org.eclipse.remote.ui.source,2.3.200.202402230238 [2024-03-05T10:44:45.352Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.codan.ui,3.5.100.202402230238 [2024-03-05T10:44:45.352Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.make.core,7.6.500.202402230238 [2024-03-05T10:44:45.352Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.remote.feature.source,11.5.0.202402230238 [2024-03-05T10:44:45.352Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.connector.ssh.source,4.8.200.202312281935 [2024-03-05T10:44:45.352Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.debug,11.5.0.202402230238 [2024-03-05T10:44:45.353Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.gdb.ui,7.2.100.202402230238 [2024-03-05T10:44:45.353Z] - mirrored artifact osgi.bundle,org.eclipse.remote.telnet.core,1.2.100.202402230238 [2024-03-05T10:44:45.353Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.autotools.ui.source,2.2.400.202402230238 [2024-03-05T10:44:45.353Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.connector.ssh,4.8.200.202312281935 [2024-03-05T10:44:45.353Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.control.source,5.5.200.202312281935 [2024-03-05T10:44:45.353Z] - mirrored artifact osgi.bundle,org.eclipse.remote.proxy.protocol.core.source,2.1.100.202312281935 [2024-03-05T10:44:45.353Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.core,8.8.400.202402230238 [2024-03-05T10:44:45.353Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.native.serial,11.5.0.202403041627 [2024-03-05T10:44:45.353Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.connector.process.source,4.9.100.202402230238 [2024-03-05T10:44:45.353Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.debug.gdbjtag,11.5.0.202402230238 [2024-03-05T10:44:45.353Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.testsrunner.source,8.3.200.202402230238 [2024-03-05T10:44:45.353Z] - mirrored artifact osgi.bundle,org.eclipse.remote.jsch.core.source,1.2.100.202402230238 [2024-03-05T10:44:45.353Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.sdk,11.5.0.202403041627 [2024-03-05T10:44:45.353Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.launchbar.remote,11.5.0.202402230238 [2024-03-05T10:44:45.353Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.core.win32.source,6.1.100.202402230238 [2024-03-05T10:44:45.353Z] - mirrored artifact osgi.bundle,org.eclipse.launchbar.ui.controls,1.2.400.202401051815 [2024-03-05T10:44:45.353Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.core.win32,6.1.100.202402230238 [2024-03-05T10:44:45.353Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.dsf.ui,2.7.300.202402230238 [2024-03-05T10:44:45.623Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.core.source,8.8.400.202402230238 [2024-03-05T10:44:45.623Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.debug.standalone,11.5.0.202312062348 [2024-03-05T10:44:45.623Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.meson.docs,11.5.0.202312062348 [2024-03-05T10:44:45.623Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.meson.ui.source,1.2.300.202402230238 [2024-03-05T10:44:45.623Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.jsoncdb.core.source,1.4.300.202312181542 [2024-03-05T10:44:45.623Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.gdbjtag.ui.source,9.1.100.202402230238 [2024-03-05T10:44:45.623Z] - mirrored artifact osgi.bundle,org.eclipse.tools.templates.core,2.0.100.202402230238 [2024-03-05T10:44:45.623Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.managedbuilder.gnu.ui.source,8.7.0.202401271603 [2024-03-05T10:44:45.623Z] - mirrored artifact osgi.bundle,org.eclipse.remote.proxy.core.source,1.1.100.202402230238 [2024-03-05T10:44:45.624Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.transport,2.3.300.202312281935 [2024-03-05T10:44:45.624Z] - mirrored artifact osgi.bundle,org.eclipse.launchbar.core.source,2.5.200.202312281935 [2024-03-05T10:44:45.624Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.launch.serial.ui.source,1.2.200.202402230238 [2024-03-05T10:44:45.624Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.native.source,11.5.0.202403041627 [2024-03-05T10:44:45.624Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.build.source,11.5.0.202402230238 [2024-03-05T10:44:45.624Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.managedbuilder.core,9.6.300.202401242025 [2024-03-05T10:44:45.624Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.build.gcc.ui,1.2.200.202402230238 [2024-03-05T10:44:45.624Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.feature.source,11.5.0.202312062348 [2024-03-05T10:44:45.624Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.remote.serial,11.5.0.202402230238 [2024-03-05T10:44:45.624Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.core.native.source,6.3.300.202402211459 [2024-03-05T10:44:45.624Z] - mirrored artifact osgi.bundle,org.eclipse.launchbar.core,2.5.200.202312281935 [2024-03-05T10:44:45.624Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.codan.checkers.ui,3.4.100.202402230238 [2024-03-05T10:44:45.624Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.multicorevisualizer.source,11.5.0.202402230238 [2024-03-05T10:44:45.624Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.dsf.source,2.12.100.202402230238 [2024-03-05T10:44:45.624Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.debug.standalone.source,11.5.0.202312062348 [2024-03-05T10:44:45.624Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.view.feature.source,11.5.0.202312281935 [2024-03-05T10:44:45.624Z] - mirrored artifact osgi.bundle,org.eclipse.launchbar.ui.source,2.5.300.202312281935 [2024-03-05T10:44:45.624Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.view.ui.source,4.11.400.202312281935 [2024-03-05T10:44:45.624Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.visualizer.ui,1.5.200.202402230238 [2024-03-05T10:44:45.624Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.platform.branding,11.5.0.202312062348 [2024-03-05T10:44:45.624Z] - mirrored artifact osgi.bundle,org.eclipse.tools.templates.core.source,2.0.100.202402230238 [2024-03-05T10:44:45.624Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.search,1.5.300.202402230238 [2024-03-05T10:44:45.624Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.autotools.ui,2.2.400.202402230238 [2024-03-05T10:44:45.624Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.cmake,11.5.0.202402230238 [2024-03-05T10:44:45.624Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.testsrunner.tap,1.2.100.202402230238 [2024-03-05T10:44:45.624Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.remote.feature,11.5.0.202402230238 [2024-03-05T10:44:45.624Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.source,11.5.0.202403041627 [2024-03-05T10:44:45.625Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.codan.checkers.ui.source,3.4.100.202402230238 [2024-03-05T10:44:45.625Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.launch.serial.core,1.2.100.202402230238 [2024-03-05T10:44:45.625Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.testsrunner.feature.source,11.5.0.202402230238 [2024-03-05T10:44:45.625Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.dsf.gdb.source,7.1.300.202312272342 [2024-03-05T10:44:45.625Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.codan.core,4.2.100.202312281935 [2024-03-05T10:44:45.625Z] - mirrored artifact osgi.bundle,org.eclipse.tools.templates.ui,2.0.100.202402071818 [2024-03-05T10:44:45.625Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.build.gcc.ui.source,1.2.200.202402230238 [2024-03-05T10:44:45.625Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.memorybrowser.source,1.5.200.202402230238 [2024-03-05T10:44:45.625Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.gdb,11.5.0.202402230238 [2024-03-05T10:44:45.886Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.msw.build.source,2.0.200.202402230238 [2024-03-05T10:44:45.886Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.make.ui.source,8.3.0.202402082056 [2024-03-05T10:44:45.886Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.testsrunner.boost,7.2.300.202402230238 [2024-03-05T10:44:45.886Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.meson.source,11.5.0.202402230238 [2024-03-05T10:44:45.886Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.docker.launcher,2.1.200.202312062348 [2024-03-05T10:44:45.886Z] - mirrored artifact osgi.bundle,org.eclipse.remote.proxy.server.core.source,1.1.100.202402230238 [2024-03-05T10:44:45.886Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.jsoncdb.core.doc.source,1.1.0.202211080413 [2024-03-05T10:44:45.886Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.debug.ui.memory.source,11.5.0.202402230238 [2024-03-05T10:44:45.886Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.ui.source,8.1.400.202402261635 [2024-03-05T10:44:45.886Z] - mirrored artifact osgi.bundle,org.eclipse.remote.core,4.2.200.202402230238 [2024-03-05T10:44:45.886Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.core.linux.ppc64le,11.5.0.202403041627 [2024-03-05T10:44:45.886Z] - mirrored artifact osgi.bundle,org.eclipse.remote.telnet.ui,1.1.200.202402230238 [2024-03-05T10:44:45.886Z] Mirroring artifacts from https://download.eclipse.org/embed-cdt/releases/6.5.0/p2 [2024-03-05T10:44:45.886Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.stm.ui,3.0.2.202401111557 [2024-03-05T10:44:45.886Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.qemu.ui.source,4.1.1.202401111557 [2024-03-05T10:44:45.886Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag,6.5.0.202401111557 [2024-03-05T10:44:45.887Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.jlink,6.5.0.202401111557 [2024-03-05T10:44:45.887Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.pyocd.source,6.5.0.202401111557 [2024-03-05T10:44:45.887Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.pyocd.ui.source,2.1.1.202401111557 [2024-03-05T10:44:45.887Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.xpack,6.5.0.202401111557 [2024-03-05T10:44:45.887Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.openocd.core,5.0.0.202401111557 [2024-03-05T10:44:45.887Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.sifive,6.5.0.202401111557 [2024-03-05T10:44:45.887Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.jlink.source,6.5.0.202401111557 [2024-03-05T10:44:45.887Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.core.source,2.1.2.202401111557 [2024-03-05T10:44:45.887Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.cortexm.source,6.5.0.202401111557 [2024-03-05T10:44:45.887Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.ad.source,6.5.0.202401111557 [2024-03-05T10:44:45.887Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.arm.source,6.5.0.202401111557 [2024-03-05T10:44:45.887Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.codered.source,6.5.0.202401111557 [2024-03-05T10:44:45.887Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.arm.ui.source,3.2.1.202401111557 [2024-03-05T10:44:45.887Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.sifive.ui.source,2.0.1.202401111557 [2024-03-05T10:44:45.887Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.freescale.pe.ui.source,2.0.0.202401111557 [2024-03-05T10:44:45.887Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.freescale.pe.ui,2.0.0.202401111557 [2024-03-05T10:44:45.887Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.sifive.source,6.5.0.202401111557 [2024-03-05T10:44:45.887Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.ad,6.5.0.202401111557 [2024-03-05T10:44:45.887Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.packs.source,6.5.0.202401111557 [2024-03-05T10:44:45.887Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.packs.ui.source,2.0.3.202401111557 [2024-03-05T10:44:45.887Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.stm.source,6.5.0.202401111557 [2024-03-05T10:44:45.887Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.ad.ui.source,2.0.0.202401111557 [2024-03-05T10:44:45.887Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.packs.ui,2.1.1.202401111557 [2024-03-05T10:44:45.887Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.xpack.source,6.5.0.202401111557 [2024-03-05T10:44:45.888Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.jlink.ui.source,5.1.1.202401111557 [2024-03-05T10:44:45.888Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.managedbuild.cross.riscv,6.5.0.202401111557 [2024-03-05T10:44:45.888Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.openocd,6.5.0.202401111557 [2024-03-05T10:44:45.888Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.restart.ui,2.0.0.202401111557 [2024-03-05T10:44:45.888Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.doc.user,6.5.0.202401111557 [2024-03-05T10:44:45.888Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.core.source,2.0.0.202401111557 [2024-03-05T10:44:45.888Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.qemu,6.5.0.202401111557 [2024-03-05T10:44:45.888Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.source,6.5.0.202401111557 [2024-03-05T10:44:45.888Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.jlink,6.5.0.202401111557 [2024-03-05T10:44:45.888Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.pyocd.source,6.5.0.202401111557 [2024-03-05T10:44:45.888Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.xpack.ui.source,1.0.0.202401111557 [2024-03-05T10:44:45.888Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.qemu.source,6.5.0.202401111557 [2024-03-05T10:44:45.888Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.jlink.ui,5.1.1.202401111557 [2024-03-05T10:44:45.888Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.stm,6.5.0.202401111557 [2024-03-05T10:44:45.888Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.core.source,3.1.2.202401111557 [2024-03-05T10:44:45.888Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.jlink.source,6.5.0.202401111557 [2024-03-05T10:44:45.888Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.codered.source,6.5.0.202401111557 [2024-03-05T10:44:45.888Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.packs,6.5.0.202401111557 [2024-03-05T10:44:45.888Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.ad.source,6.5.0.202401111557 [2024-03-05T10:44:45.888Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.cortexm,6.5.0.202401111557 [2024-03-05T10:44:45.888Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.ui.source,2.0.2.202401111557 [2024-03-05T10:44:45.888Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.openocd.source,6.5.0.202401111557 [2024-03-05T10:44:45.888Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.jlink.core.source,5.0.0.202401111557 [2024-03-05T10:44:45.888Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.xpack.ui,1.0.0.202401111557 [2024-03-05T10:44:45.888Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.packs,6.5.0.202401111557 [2024-03-05T10:44:45.889Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.sifive.source,6.5.0.202401111557 [2024-03-05T10:44:45.889Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt,6.5.0.202401111557 [2024-03-05T10:44:45.889Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag,6.5.0.202401111557 [2024-03-05T10:44:45.889Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.ad.ui,2.0.0.202401111557 [2024-03-05T10:44:45.889Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.qemu.core,4.1.1.202401111557 [2024-03-05T10:44:45.889Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.packs.ui.source,2.1.1.202401111557 [2024-03-05T10:44:45.889Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.pyocd,6.5.0.202401111557 [2024-03-05T10:44:45.889Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.codered.ui.source,2.0.1.202401111557 [2024-03-05T10:44:45.889Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.riscv,6.5.0.202401111557 [2024-03-05T10:44:45.889Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.ad,6.5.0.202401111557 [2024-03-05T10:44:45.889Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.stm,6.5.0.202401111557 [2024-03-05T10:44:45.889Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.ui,6.5.0.202401111557 [2024-03-05T10:44:45.889Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.managedbuild.cross.arm,6.5.0.202401111557 [2024-03-05T10:44:45.889Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.openocd.ui,5.0.1.202401111557 [2024-03-05T10:44:45.889Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.freescale,6.5.0.202401111557 [2024-03-05T10:44:45.889Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.pyocd.core.source,3.0.0.202401111557 [2024-03-05T10:44:45.889Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.stm.ui.source,3.0.2.202401111557 [2024-03-05T10:44:45.889Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.qemu.source,6.5.0.202401111557 [2024-03-05T10:44:45.889Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.packs.core,3.1.3.202401111557 [2024-03-05T10:44:45.889Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.openocd,6.5.0.202401111557 [2024-03-05T10:44:45.889Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.pyocd.ui,2.1.1.202401111557 [2024-03-05T10:44:45.889Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.core,5.2.1.202401111557 [2024-03-05T10:44:45.889Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.core,2.0.0.202401111557 [2024-03-05T10:44:45.889Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.ui,5.1.2.202401111557 [2024-03-05T10:44:45.889Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.cortexm,6.5.0.202401111557 [2024-03-05T10:44:45.889Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.pyocd.core,3.0.0.202401111557 [2024-03-05T10:44:45.889Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.jlink.core,5.0.0.202401111557 [2024-03-05T10:44:45.890Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.cortexm.ui.source,2.0.0.202401111557 [2024-03-05T10:44:45.890Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.riscv.ui,3.2.1.202401111557 [2024-03-05T10:44:45.890Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.source,6.5.0.202401111557 [2024-03-05T10:44:45.890Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.packs.core.source,3.1.3.202401111557 [2024-03-05T10:44:45.890Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.openocd.source,6.5.0.202401111557 [2024-03-05T10:44:45.890Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.codered,6.5.0.202401111557 [2024-03-05T10:44:45.890Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.core.source,6.5.0.202401111557 [2024-03-05T10:44:45.890Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.ui,2.0.2.202401111557 [2024-03-05T10:44:45.890Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.doc.user.source,6.5.0.202401111557 [2024-03-05T10:44:45.890Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt,6.5.0.202401111557 [2024-03-05T10:44:45.890Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.packs,6.5.0.202401111557 [2024-03-05T10:44:45.890Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.core.source,5.2.1.202401111557 [2024-03-05T10:44:45.890Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.packs.ui,2.0.3.202401111557 [2024-03-05T10:44:45.890Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.openocd.ui.source,5.0.1.202401111557 [2024-03-05T10:44:45.890Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.pyocd,6.5.0.202401111557 [2024-03-05T10:44:45.890Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.arm.ui,3.2.1.202401111557 [2024-03-05T10:44:45.890Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.packs.source,6.5.0.202401111557 [2024-03-05T10:44:45.890Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.xpack,6.5.0.202401111557 [2024-03-05T10:44:45.890Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.cortexm.ui,2.0.0.202401111557 [2024-03-05T10:44:45.890Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.freescale,6.5.0.202401111557 [2024-03-05T10:44:45.890Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.arm.core,3.4.0.202401111557 [2024-03-05T10:44:45.890Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.codered,6.5.0.202401111557 [2024-03-05T10:44:45.890Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.freescale.source,6.5.0.202401111557 [2024-03-05T10:44:45.890Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.managedbuild.cross.riscv.source,6.5.0.202401111557 [2024-03-05T10:44:45.890Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.doc.user,2.0.0.202401111557 [2024-03-05T10:44:45.891Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.riscv.core,3.4.0.202401111557 [2024-03-05T10:44:45.891Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.ui.source,5.1.2.202401111557 [2024-03-05T10:44:45.891Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.arm.core.source,3.4.0.202401111557 [2024-03-05T10:44:45.891Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.arm,6.5.0.202401111557 [2024-03-05T10:44:45.891Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.codered.ui,2.0.1.202401111557 [2024-03-05T10:44:45.891Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.managedbuild.cross.arm.source,6.5.0.202401111557 [2024-03-05T10:44:45.891Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.cortexm.source,6.5.0.202401111557 [2024-03-05T10:44:45.891Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.qemu.ui,4.1.1.202401111557 [2024-03-05T10:44:45.891Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.core,3.1.2.202401111557 [2024-03-05T10:44:45.891Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.riscv.ui.source,3.2.1.202401111557 [2024-03-05T10:44:45.891Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.freescale.ui.source,3.0.0.202401111557 [2024-03-05T10:44:45.891Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.riscv.core.source,3.4.0.202401111557 [2024-03-05T10:44:45.891Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.freescale.ui,3.0.0.202401111557 [2024-03-05T10:44:45.891Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.packs.source,6.5.0.202401111557 [2024-03-05T10:44:45.891Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.stm.source,6.5.0.202401111557 [2024-03-05T10:44:45.891Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.openocd.core.source,5.0.0.202401111557 [2024-03-05T10:44:45.891Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.sifive,6.5.0.202401111557 [2024-03-05T10:44:45.891Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.qemu,6.5.0.202401111557 [2024-03-05T10:44:45.891Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.freescale.source,6.5.0.202401111557 [2024-03-05T10:44:45.891Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.sifive.ui,2.0.1.202401111557 [2024-03-05T10:44:45.891Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.core,6.5.0.202401111557 [2024-03-05T10:44:45.891Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.restart.ui.source,2.0.0.202401111557 [2024-03-05T10:44:45.891Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.riscv.source,6.5.0.202401111557 [2024-03-05T10:44:45.891Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.qemu.core.source,4.1.1.202401111557 [2024-03-05T10:44:45.891Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.core,2.1.2.202401111557 [2024-03-05T10:44:45.892Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.xpack.source,6.5.0.202401111557 [2024-03-05T10:44:45.892Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.qemu.ui.source,4.1.1.202401111557 [2024-03-05T10:44:45.892Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag,6.5.0.202401111557 [2024-03-05T10:44:45.892Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.jlink,6.5.0.202401111557 [2024-03-05T10:44:46.151Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.pyocd.source,6.5.0.202401111557 [2024-03-05T10:44:46.152Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.pyocd.ui.source,2.1.1.202401111557 [2024-03-05T10:44:46.152Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.xpack,6.5.0.202401111557 [2024-03-05T10:44:46.152Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.openocd.core,5.0.0.202401111557 [2024-03-05T10:44:46.152Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.sifive,6.5.0.202401111557 [2024-03-05T10:44:46.152Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.jlink.source,6.5.0.202401111557 [2024-03-05T10:44:46.152Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.core.source,2.1.2.202401111557 [2024-03-05T10:44:46.152Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.cortexm.source,6.5.0.202401111557 [2024-03-05T10:44:46.152Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.ad.source,6.5.0.202401111557 [2024-03-05T10:44:46.152Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.arm.source,6.5.0.202401111557 [2024-03-05T10:44:46.152Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.codered.source,6.5.0.202401111557 [2024-03-05T10:44:46.152Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.arm.ui.source,3.2.1.202401111557 [2024-03-05T10:44:46.153Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.sifive.ui.source,2.0.1.202401111557 [2024-03-05T10:44:46.153Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.freescale.pe.ui.source,2.0.0.202401111557 [2024-03-05T10:44:46.153Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.freescale.pe.ui,2.0.0.202401111557 [2024-03-05T10:44:46.153Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.sifive.source,6.5.0.202401111557 [2024-03-05T10:44:46.153Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.ad,6.5.0.202401111557 [2024-03-05T10:44:46.153Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.packs.source,6.5.0.202401111557 [2024-03-05T10:44:46.413Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.packs.ui.source,2.0.3.202401111557 [2024-03-05T10:44:46.413Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.stm.source,6.5.0.202401111557 [2024-03-05T10:44:46.413Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.ad.ui.source,2.0.0.202401111557 [2024-03-05T10:44:46.413Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.packs.ui,2.1.1.202401111557 [2024-03-05T10:44:46.413Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.xpack.source,6.5.0.202401111557 [2024-03-05T10:44:46.413Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.jlink.ui.source,5.1.1.202401111557 [2024-03-05T10:44:46.413Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.managedbuild.cross.riscv,6.5.0.202401111557 [2024-03-05T10:44:46.413Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.openocd,6.5.0.202401111557 [2024-03-05T10:44:46.413Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.restart.ui,2.0.0.202401111557 [2024-03-05T10:44:46.413Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.doc.user,6.5.0.202401111557 [2024-03-05T10:44:46.414Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.core.source,2.0.0.202401111557 [2024-03-05T10:44:46.414Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.qemu,6.5.0.202401111557 [2024-03-05T10:44:46.414Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.source,6.5.0.202401111557 [2024-03-05T10:44:46.414Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.jlink,6.5.0.202401111557 [2024-03-05T10:44:46.414Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.pyocd.source,6.5.0.202401111557 [2024-03-05T10:44:46.414Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.xpack.ui.source,1.0.0.202401111557 [2024-03-05T10:44:46.414Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.qemu.source,6.5.0.202401111557 [2024-03-05T10:44:46.414Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.jlink.ui,5.1.1.202401111557 [2024-03-05T10:44:46.414Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.stm,6.5.0.202401111557 [2024-03-05T10:44:46.414Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.core.source,3.1.2.202401111557 [2024-03-05T10:44:46.414Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.jlink.source,6.5.0.202401111557 [2024-03-05T10:44:46.414Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.codered.source,6.5.0.202401111557 [2024-03-05T10:44:46.414Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.packs,6.5.0.202401111557 [2024-03-05T10:44:46.414Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.ad.source,6.5.0.202401111557 [2024-03-05T10:44:46.414Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.cortexm,6.5.0.202401111557 [2024-03-05T10:44:46.414Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.ui.source,2.0.2.202401111557 [2024-03-05T10:44:46.677Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.openocd.source,6.5.0.202401111557 [2024-03-05T10:44:46.677Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.stm.ui,3.0.2.202401111557 [2024-03-05T10:44:46.677Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.xpack.ui,1.0.0.202401111557 [2024-03-05T10:44:46.677Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.packs,6.5.0.202401111557 [2024-03-05T10:44:46.677Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.sifive.source,6.5.0.202401111557 [2024-03-05T10:44:46.677Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.jlink.core.source,5.0.0.202401111557 [2024-03-05T10:44:46.677Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt,6.5.0.202401111557 [2024-03-05T10:44:46.677Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag,6.5.0.202401111557 [2024-03-05T10:44:46.677Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.ad.ui,2.0.0.202401111557 [2024-03-05T10:44:46.677Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.packs.ui.source,2.1.1.202401111557 [2024-03-05T10:44:46.678Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.qemu.core,4.1.1.202401111557 [2024-03-05T10:44:46.678Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.codered.ui.source,2.0.1.202401111557 [2024-03-05T10:44:46.678Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.pyocd,6.5.0.202401111557 [2024-03-05T10:44:46.678Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.riscv,6.5.0.202401111557 [2024-03-05T10:44:46.678Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.ad,6.5.0.202401111557 [2024-03-05T10:44:46.678Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.stm,6.5.0.202401111557 [2024-03-05T10:44:46.678Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.managedbuild.cross.arm,6.5.0.202401111557 [2024-03-05T10:44:46.678Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.openocd.ui,5.0.1.202401111557 [2024-03-05T10:44:46.678Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.ui,6.5.0.202401111557 [2024-03-05T10:44:46.678Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.freescale,6.5.0.202401111557 [2024-03-05T10:44:46.678Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.pyocd.core.source,3.0.0.202401111557 [2024-03-05T10:44:46.678Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.qemu.source,6.5.0.202401111557 [2024-03-05T10:44:46.678Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.stm.ui.source,3.0.2.202401111557 [2024-03-05T10:44:46.678Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.openocd,6.5.0.202401111557 [2024-03-05T10:44:46.678Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.packs.core,3.1.3.202401111557 [2024-03-05T10:44:46.678Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.pyocd.ui,2.1.1.202401111557 [2024-03-05T10:44:46.678Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.core,2.0.0.202401111557 [2024-03-05T10:44:46.678Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.core,5.2.1.202401111557 [2024-03-05T10:44:46.678Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.ui,5.1.2.202401111557 [2024-03-05T10:44:46.678Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.pyocd.core,3.0.0.202401111557 [2024-03-05T10:44:46.678Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.cortexm,6.5.0.202401111557 [2024-03-05T10:44:46.678Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.cortexm.ui.source,2.0.0.202401111557 [2024-03-05T10:44:46.678Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.riscv.ui,3.2.1.202401111557 [2024-03-05T10:44:46.678Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.source,6.5.0.202401111557 [2024-03-05T10:44:46.678Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.jlink.core,5.0.0.202401111557 [2024-03-05T10:44:46.678Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.openocd.source,6.5.0.202401111557 [2024-03-05T10:44:46.679Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.packs.core.source,3.1.3.202401111557 [2024-03-05T10:44:46.679Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.core.source,6.5.0.202401111557 [2024-03-05T10:44:46.679Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.ui,2.0.2.202401111557 [2024-03-05T10:44:46.679Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.codered,6.5.0.202401111557 [2024-03-05T10:44:46.679Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.doc.user.source,6.5.0.202401111557 [2024-03-05T10:44:46.679Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt,6.5.0.202401111557 [2024-03-05T10:44:46.939Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.core.source,5.2.1.202401111557 [2024-03-05T10:44:46.939Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.packs,6.5.0.202401111557 [2024-03-05T10:44:46.940Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.openocd.ui.source,5.0.1.202401111557 [2024-03-05T10:44:46.940Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.packs.ui,2.0.3.202401111557 [2024-03-05T10:44:46.940Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.pyocd,6.5.0.202401111557 [2024-03-05T10:44:46.940Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.packs.source,6.5.0.202401111557 [2024-03-05T10:44:46.940Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.xpack,6.5.0.202401111557 [2024-03-05T10:44:46.940Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.cortexm.ui,2.0.0.202401111557 [2024-03-05T10:44:46.940Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.arm.ui,3.2.1.202401111557 [2024-03-05T10:44:46.940Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.freescale,6.5.0.202401111557 [2024-03-05T10:44:46.940Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.arm.core,3.4.0.202401111557 [2024-03-05T10:44:46.940Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.codered,6.5.0.202401111557 [2024-03-05T10:44:46.940Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.managedbuild.cross.riscv.source,6.5.0.202401111557 [2024-03-05T10:44:46.940Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.freescale.source,6.5.0.202401111557 [2024-03-05T10:44:46.940Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.doc.user,2.0.0.202401111557 [2024-03-05T10:44:46.940Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.riscv.core,3.4.0.202401111557 [2024-03-05T10:44:46.940Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.arm.core.source,3.4.0.202401111557 [2024-03-05T10:44:46.940Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.arm,6.5.0.202401111557 [2024-03-05T10:44:46.940Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.codered.ui,2.0.1.202401111557 [2024-03-05T10:44:46.940Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.ui.source,5.1.2.202401111557 [2024-03-05T10:44:46.940Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.managedbuild.cross.arm.source,6.5.0.202401111557 [2024-03-05T10:44:46.940Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.qemu.ui,4.1.1.202401111557 [2024-03-05T10:44:46.940Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.cortexm.source,6.5.0.202401111557 [2024-03-05T10:44:46.940Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.riscv.ui.source,3.2.1.202401111557 [2024-03-05T10:44:46.940Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.core,3.1.2.202401111557 [2024-03-05T10:44:46.940Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.freescale.ui.source,3.0.0.202401111557 [2024-03-05T10:44:46.940Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.riscv.core.source,3.4.0.202401111557 [2024-03-05T10:44:47.200Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.freescale.ui,3.0.0.202401111557 [2024-03-05T10:44:47.200Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.stm.source,6.5.0.202401111557 [2024-03-05T10:44:47.200Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.packs.source,6.5.0.202401111557 [2024-03-05T10:44:47.200Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.openocd.core.source,5.0.0.202401111557 [2024-03-05T10:44:47.200Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.qemu,6.5.0.202401111557 [2024-03-05T10:44:47.200Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.freescale.source,6.5.0.202401111557 [2024-03-05T10:44:47.200Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.sifive,6.5.0.202401111557 [2024-03-05T10:44:47.200Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.sifive.ui,2.0.1.202401111557 [2024-03-05T10:44:47.200Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.restart.ui.source,2.0.0.202401111557 [2024-03-05T10:44:47.200Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.riscv.source,6.5.0.202401111557 [2024-03-05T10:44:47.200Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.qemu.core.source,4.1.1.202401111557 [2024-03-05T10:44:47.200Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.core,2.1.2.202401111557 [2024-03-05T10:44:47.201Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.xpack.source,6.5.0.202401111557 [2024-03-05T10:44:47.201Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.core,6.5.0.202401111557 [2024-03-05T10:44:47.201Z] Mirroring artifacts from https://download.eclipse.org/tm/updates/4.5.600/repository [2024-03-05T10:44:47.201Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.rse.dstore,4.5.600.202401151828 [2024-03-05T10:44:47.201Z] - mirroring artifact osgi.bundle,org.eclipse.rse.efs.ui,4.5.600.202401151652 [2024-03-05T10:44:47.201Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.rse.core,4.5.600.202401151828 [2024-03-05T10:44:47.201Z] - mirroring artifact osgi.bundle,org.eclipse.rse.subsystems.processes.core,4.5.600.202401151652 [2024-03-05T10:44:47.201Z] - mirroring artifact osgi.bundle,org.eclipse.rse.subsystems.processes.dstore,4.5.600.202401151652 [2024-03-05T10:44:47.201Z] - mirroring artifact osgi.bundle,org.eclipse.rse.connectorservice.dstore,4.5.600.202401151652 [2024-03-05T10:44:47.201Z] - mirroring artifact osgi.bundle,org.eclipse.rse.subsystems.shells.core,4.5.600.202401151652 [2024-03-05T10:44:47.201Z] - mirroring artifact osgi.bundle,org.eclipse.rse.subsystems.files.ssh,4.5.600.202401151652 [2024-03-05T10:44:47.201Z] - mirroring artifact osgi.bundle,org.eclipse.rse.doc.user,4.5.600.202401151652 [2024-03-05T10:44:47.201Z] - mirroring artifact osgi.bundle,org.eclipse.rse.efs,4.5.600.202401151652 [2024-03-05T10:44:47.201Z] - mirroring artifact osgi.bundle,org.eclipse.rse.processes.ui,4.5.600.202401151652 [2024-03-05T10:44:47.201Z] - mirroring artifact osgi.bundle,org.eclipse.rse.files.ui,4.5.600.202401151652 [2024-03-05T10:44:47.201Z] - mirroring artifact osgi.bundle,org.eclipse.rse.subsystems.shells.telnet,4.5.600.202401151652 [2024-03-05T10:44:47.201Z] - mirroring artifact osgi.bundle,org.eclipse.rse.services.ssh,4.5.600.202401151652 [2024-03-05T10:44:47.201Z] - mirroring artifact osgi.bundle,org.eclipse.dstore.extra,4.5.600.202401151652 [2024-03-05T10:44:47.201Z] - mirroring artifact osgi.bundle,org.eclipse.rse.shells.ui,4.5.600.202401151652 [2024-03-05T10:44:47.201Z] - mirroring artifact osgi.bundle,org.eclipse.rse.connectorservice.telnet,4.5.600.202401151652 [2024-03-05T10:44:47.201Z] - mirroring artifact osgi.bundle,org.eclipse.rse.subsystems.files.dstore,4.5.600.202401151652 [2024-03-05T10:44:47.201Z] - mirroring artifact osgi.bundle,org.eclipse.rse.subsystems.files.ftp,4.5.600.202401151652 [2024-03-05T10:44:47.201Z] - mirroring artifact osgi.bundle,org.eclipse.rse.importexport,4.5.101.202401151652 [2024-03-05T10:44:47.201Z] - mirroring artifact osgi.bundle,org.eclipse.rse.services.telnet,4.5.600.202401151652 [2024-03-05T10:44:47.201Z] - mirroring artifact osgi.bundle,org.eclipse.rse.services,4.5.600.202401151652 [2024-03-05T10:44:47.201Z] - mirroring artifact osgi.bundle,org.eclipse.rse.subsystems.processes.shell.linux,4.5.600.202401151652 [2024-03-05T10:44:47.201Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.rse.ssh,4.5.600.202401151828 [2024-03-05T10:44:47.201Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.rse.local,4.5.600.202401151828 [2024-03-05T10:44:47.201Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.rse,4.5.600.202401151828 [2024-03-05T10:44:47.201Z] - mirroring artifact osgi.bundle,org.eclipse.rse.connectorservice.local,4.5.600.202401151652 [2024-03-05T10:44:47.202Z] - mirroring artifact osgi.bundle,org.eclipse.dstore.core,4.5.600.202401151652 [2024-03-05T10:44:47.202Z] - mirroring artifact osgi.bundle,org.eclipse.rse.connectorservice.ssh,4.5.600.202401151652 [2024-03-05T10:44:47.202Z] - mirroring artifact osgi.bundle,org.eclipse.rse.services.dstore,4.5.600.202401151652 [2024-03-05T10:44:47.202Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.rse.ftp,4.5.600.202401151828 [2024-03-05T10:44:47.202Z] - mirroring artifact osgi.bundle,org.apache.commons.net,3.2.0.v201305141515 [2024-03-05T10:44:47.202Z] - mirroring artifact osgi.bundle,org.eclipse.rse,4.5.600.202401151652 [2024-03-05T10:44:47.202Z] - mirroring artifact osgi.bundle,org.eclipse.rse.core,4.5.600.202401151652 [2024-03-05T10:44:47.202Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.rse.telnet,4.5.600.202401151828 [2024-03-05T10:44:47.202Z] - mirroring artifact osgi.bundle,org.eclipse.rse.subsystems.files.local,4.5.600.202401151652 [2024-03-05T10:44:47.202Z] - mirroring artifact osgi.bundle,org.eclipse.rse.subsystems.processes.local,4.5.600.202401151652 [2024-03-05T10:44:47.202Z] - mirroring artifact osgi.bundle,org.eclipse.rse.subsystems.shells.dstore,4.5.600.202401151652 [2024-03-05T10:44:47.202Z] - mirroring artifact osgi.bundle,org.eclipse.rse.ui,4.5.600.202401151652 [2024-03-05T10:44:47.202Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.rse.useractions,4.5.600.202401151828 [2024-03-05T10:44:47.202Z] - mirroring artifact osgi.bundle,org.eclipse.rse.services.local,4.5.600.202401151652 [2024-03-05T10:44:47.202Z] - mirroring artifact osgi.bundle,org.eclipse.rse.subsystems.shells.ssh,4.5.600.202401151652 [2024-03-05T10:44:47.202Z] - mirroring artifact osgi.bundle,org.eclipse.rse.subsystems.shells.local,4.5.600.202401151652 [2024-03-05T10:44:47.202Z] - mirroring artifact osgi.bundle,org.eclipse.rse.dstore.security,4.5.600.202401151652 [2024-03-05T10:44:47.202Z] - mirroring artifact osgi.bundle,org.eclipse.rse.useractions,4.5.600.202401151652 [2024-03-05T10:44:47.202Z] - mirroring artifact osgi.bundle,org.eclipse.rse.subsystems.files.core,4.5.600.202401151652 [2024-03-05T10:44:47.202Z] - mirroring artifact osgi.bundle,org.eclipse.rse.services.files.ftp,4.5.600.202401151652 [2024-03-05T10:44:47.463Z] - mirrored artifact osgi.bundle,org.eclipse.rse.efs.ui,4.5.600.202401151652 [2024-03-05T10:44:47.463Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.rse.dstore,4.5.600.202401151828 [2024-03-05T10:44:47.463Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.rse.core,4.5.600.202401151828 [2024-03-05T10:44:47.463Z] - mirrored artifact osgi.bundle,org.eclipse.rse.subsystems.processes.core,4.5.600.202401151652 [2024-03-05T10:44:47.463Z] - mirrored artifact osgi.bundle,org.eclipse.rse.subsystems.processes.dstore,4.5.600.202401151652 [2024-03-05T10:44:47.463Z] - mirrored artifact osgi.bundle,org.eclipse.rse.connectorservice.dstore,4.5.600.202401151652 [2024-03-05T10:44:47.463Z] - mirrored artifact osgi.bundle,org.eclipse.rse.subsystems.shells.core,4.5.600.202401151652 [2024-03-05T10:44:47.463Z] - mirrored artifact osgi.bundle,org.eclipse.rse.subsystems.files.ssh,4.5.600.202401151652 [2024-03-05T10:44:47.463Z] - mirrored artifact osgi.bundle,org.eclipse.rse.efs,4.5.600.202401151652 [2024-03-05T10:44:47.463Z] - mirrored artifact osgi.bundle,org.eclipse.rse.processes.ui,4.5.600.202401151652 [2024-03-05T10:44:47.463Z] - mirrored artifact osgi.bundle,org.eclipse.rse.doc.user,4.5.600.202401151652 [2024-03-05T10:44:47.463Z] - mirrored artifact osgi.bundle,org.eclipse.rse.subsystems.shells.telnet,4.5.600.202401151652 [2024-03-05T10:44:47.463Z] - mirrored artifact osgi.bundle,org.eclipse.rse.services.ssh,4.5.600.202401151652 [2024-03-05T10:44:47.463Z] - mirrored artifact osgi.bundle,org.eclipse.rse.files.ui,4.5.600.202401151652 [2024-03-05T10:44:47.463Z] - mirrored artifact osgi.bundle,org.eclipse.dstore.extra,4.5.600.202401151652 [2024-03-05T10:44:47.463Z] - mirrored artifact osgi.bundle,org.eclipse.rse.shells.ui,4.5.600.202401151652 [2024-03-05T10:44:47.464Z] - mirrored artifact osgi.bundle,org.eclipse.rse.connectorservice.telnet,4.5.600.202401151652 [2024-03-05T10:44:47.464Z] - mirrored artifact osgi.bundle,org.eclipse.rse.subsystems.files.dstore,4.5.600.202401151652 [2024-03-05T10:44:47.464Z] - mirrored artifact osgi.bundle,org.eclipse.rse.subsystems.files.ftp,4.5.600.202401151652 [2024-03-05T10:44:47.464Z] - mirrored artifact osgi.bundle,org.eclipse.rse.importexport,4.5.101.202401151652 [2024-03-05T10:44:47.464Z] - mirrored artifact osgi.bundle,org.eclipse.rse.services.telnet,4.5.600.202401151652 [2024-03-05T10:44:47.464Z] - mirrored artifact osgi.bundle,org.eclipse.rse.subsystems.processes.shell.linux,4.5.600.202401151652 [2024-03-05T10:44:47.464Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.rse.ssh,4.5.600.202401151828 [2024-03-05T10:44:47.464Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.rse.local,4.5.600.202401151828 [2024-03-05T10:44:47.464Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.rse,4.5.600.202401151828 [2024-03-05T10:44:47.464Z] - mirrored artifact osgi.bundle,org.eclipse.rse.services,4.5.600.202401151652 [2024-03-05T10:44:47.464Z] - mirrored artifact osgi.bundle,org.eclipse.rse.connectorservice.local,4.5.600.202401151652 [2024-03-05T10:44:47.464Z] - mirrored artifact osgi.bundle,org.eclipse.rse.connectorservice.ssh,4.5.600.202401151652 [2024-03-05T10:44:47.464Z] - mirrored artifact osgi.bundle,org.eclipse.dstore.core,4.5.600.202401151652 [2024-03-05T10:44:47.464Z] - mirrored artifact osgi.bundle,org.eclipse.rse.services.dstore,4.5.600.202401151652 [2024-03-05T10:44:47.464Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.rse.ftp,4.5.600.202401151828 [2024-03-05T10:44:47.464Z] - mirrored artifact osgi.bundle,org.apache.commons.net,3.2.0.v201305141515 [2024-03-05T10:44:47.464Z] - mirrored artifact osgi.bundle,org.eclipse.rse,4.5.600.202401151652 [2024-03-05T10:44:47.724Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.rse.telnet,4.5.600.202401151828 [2024-03-05T10:44:47.724Z] - mirrored artifact osgi.bundle,org.eclipse.rse.subsystems.files.local,4.5.600.202401151652 [2024-03-05T10:44:47.724Z] - mirrored artifact osgi.bundle,org.eclipse.rse.core,4.5.600.202401151652 [2024-03-05T10:44:47.724Z] - mirrored artifact osgi.bundle,org.eclipse.rse.subsystems.shells.dstore,4.5.600.202401151652 [2024-03-05T10:44:47.724Z] - mirrored artifact osgi.bundle,org.eclipse.rse.subsystems.processes.local,4.5.600.202401151652 [2024-03-05T10:44:47.725Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.rse.useractions,4.5.600.202401151828 [2024-03-05T10:44:47.725Z] - mirrored artifact osgi.bundle,org.eclipse.rse.services.local,4.5.600.202401151652 [2024-03-05T10:44:47.725Z] - mirrored artifact osgi.bundle,org.eclipse.rse.subsystems.shells.ssh,4.5.600.202401151652 [2024-03-05T10:44:47.725Z] - mirrored artifact osgi.bundle,org.eclipse.rse.subsystems.shells.local,4.5.600.202401151652 [2024-03-05T10:44:47.725Z] - mirrored artifact osgi.bundle,org.eclipse.rse.ui,4.5.600.202401151652 [2024-03-05T10:44:47.725Z] - mirrored artifact osgi.bundle,org.eclipse.rse.dstore.security,4.5.600.202401151652 [2024-03-05T10:44:47.725Z] - mirrored artifact osgi.bundle,org.eclipse.rse.useractions,4.5.600.202401151652 [2024-03-05T10:44:47.725Z] - mirrored artifact osgi.bundle,org.eclipse.rse.subsystems.files.core,4.5.600.202401151652 [2024-03-05T10:44:47.725Z] - mirrored artifact osgi.bundle,org.eclipse.rse.services.files.ftp,4.5.600.202401151652 [2024-03-05T10:44:47.725Z] Mirroring artifacts from https://download.eclipse.org/technology/dltk/updates-dev/milestone/6.4m1 [2024-03-05T10:44:47.725Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.ui,6.4.0.202307141201 [2024-03-05T10:44:47.725Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.itcl.ui.source,6.4.0.202307141201 [2024-03-05T10:44:47.725Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.validators.externalchecker.source,6.4.0.202307141201 [2024-03-05T10:44:47.725Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl,6.4.0.202307141201 [2024-03-05T10:44:47.725Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.debug.ui.source,6.4.0.202307141201 [2024-03-05T10:44:47.725Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.core.index.lucene.source,6.4.0.202307141201 [2024-03-05T10:44:47.725Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.rse.ui.source,6.4.0.202307141201 [2024-03-05T10:44:47.725Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.xotcl,6.4.0.202307141201 [2024-03-05T10:44:47.725Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.testing.source,6.4.0.202307141201 [2024-03-05T10:44:47.725Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.activestatedebugger,6.4.0.202307141201 [2024-03-05T10:44:47.725Z] - mirroring artifact binary,org.eclipse.dltk.core_root,6.4.0.202307141201 [2024-03-05T10:44:47.725Z] - mirroring artifact binary,org.eclipse.dltk.mylyn_root,6.4.0.202307141201 [2024-03-05T10:44:47.726Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.core.manipulation,6.4.0.202307141201 [2024-03-05T10:44:47.726Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.formatter.source,6.4.0.202307141201 [2024-03-05T10:44:47.726Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.dltk.mylyn,6.4.0.202307141201 [2024-03-05T10:44:47.726Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.dltk.itcl,6.4.0.202307141201 [2024-03-05T10:44:47.726Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.parser.source,6.4.0.202307141201 [2024-03-05T10:44:47.726Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.core.index,6.4.0.202307141201 [2024-03-05T10:44:47.726Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.debug,6.4.0.202307141201 [2024-03-05T10:44:47.726Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.console.ui,6.4.0.202307141201 [2024-03-05T10:44:47.726Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.debug.source,6.4.0.202307141201 [2024-03-05T10:44:47.726Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.formatter,6.4.0.202307141201 [2024-03-05T10:44:47.726Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.launching,6.4.0.202307141201 [2024-03-05T10:44:47.726Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.rse.core,6.4.0.202307141201 [2024-03-05T10:44:47.726Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.mylyn,6.4.0.202307141201 [2024-03-05T10:44:47.726Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.testing,6.4.0.202307141201 [2024-03-05T10:44:47.726Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.itcl.core.source,6.4.0.202307141201 [2024-03-05T10:44:47.726Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.validators.source,6.4.0.202307141201 [2024-03-05T10:44:47.726Z] - mirroring artifact binary,org.eclipse.dltk.xotcl_root,6.4.0.202307141201 [2024-03-05T10:44:47.726Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.tcllib,6.4.0.202307141201 [2024-03-05T10:44:47.726Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.logconsole,6.4.0.202307141201 [2024-03-05T10:44:47.726Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.annotations,6.4.0.202307141201 [2024-03-05T10:44:47.726Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.debug.ui,6.4.0.202307141201 [2024-03-05T10:44:47.726Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.formatter,6.4.0.202307141201 [2024-03-05T10:44:47.726Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.ui,6.4.0.202307141201 [2024-03-05T10:44:47.726Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.launching,6.4.0.202307141201 [2024-03-05T10:44:47.726Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.ui.source,6.4.0.202307141201 [2024-03-05T10:44:47.726Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.core,6.4.0.202307141201 [2024-03-05T10:44:47.726Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.dltk.rse,6.4.0.202307141201 [2024-03-05T10:44:47.726Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.testing.tcltest.source,6.4.0.202307141201 [2024-03-05T10:44:47.726Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.xotcl.core,6.4.0.202307141201 [2024-03-05T10:44:47.726Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.debug,6.4.0.202307141201 [2024-03-05T10:44:47.727Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.xotcl.core.source,6.4.0.202307141201 [2024-03-05T10:44:47.727Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.xotcl.testing.xounit,6.4.0.202307141201 [2024-03-05T10:44:47.727Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.tclchecker.source,6.4.0.202307141201 [2024-03-05T10:44:47.727Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.validators.ui.source,6.4.0.202307141201 [2024-03-05T10:44:47.727Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.core,6.4.0.202307141201 [2024-03-05T10:44:47.727Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.core.index.lucene,6.4.0.202307141201 [2024-03-05T10:44:47.727Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.debug.ui,6.4.0.202307141201 [2024-03-05T10:44:47.727Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.itcl.core,6.4.0.202307141201 [2024-03-05T10:44:47.727Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.debug.source,6.4.0.202307141201 [2024-03-05T10:44:47.727Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.xotcl.ui,6.4.0.202307141201 [2024-03-05T10:44:47.727Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.xotcl.ui.source,6.4.0.202307141201 [2024-03-05T10:44:47.727Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.ui.source,6.4.0.202307141201 [2024-03-05T10:44:47.727Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.dltk.xotcl,6.4.0.202307141201 [2024-03-05T10:44:47.727Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.formatter.source,6.4.0.202307141201 [2024-03-05T10:44:47.727Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.console.source,6.4.0.202307141201 [2024-03-05T10:44:47.727Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.console,6.4.0.202307141201 [2024-03-05T10:44:47.727Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.core.manipulation.source,6.4.0.202307141201 [2024-03-05T10:44:47.727Z] - mirroring artifact binary,org.eclipse.dltk.rse_root,6.4.0.202307141201 [2024-03-05T10:44:47.727Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.parser,6.4.0.202307141201 [2024-03-05T10:44:47.727Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.itcl.ui,6.4.0.202307141201 [2024-03-05T10:44:47.727Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.validators.core,6.4.0.202307141201 [2024-03-05T10:44:47.727Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.activestatedebugger.source,6.4.0.202307141201 [2024-03-05T10:44:47.727Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.dltk.core,6.4.0.202307141201 [2024-03-05T10:44:47.727Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.testing.source,6.4.0.202307141201 [2024-03-05T10:44:47.727Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.core.source,6.4.0.202307141201 [2024-03-05T10:44:47.727Z] - mirroring artifact osgi.bundle,org.eclipse.dltk,6.4.0.202307141201 [2024-03-05T10:44:47.727Z] - mirroring artifact binary,org.eclipse.dltk.itcl_root,6.4.0.202307141201 [2024-03-05T10:44:47.727Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.validators,6.4.0.202307141201 [2024-03-05T10:44:47.727Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.testing.tcltest,6.4.0.202307141201 [2024-03-05T10:44:47.727Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.rse.core.source,6.4.0.202307141201 [2024-03-05T10:44:47.728Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.testing,6.4.0.202307141201 [2024-03-05T10:44:47.728Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.console.ui.source,6.4.0.202307141201 [2024-03-05T10:44:47.728Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.launching.source,6.4.0.202307141201 [2024-03-05T10:44:47.728Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.dltk.tcl,6.4.0.202307141201 [2024-03-05T10:44:47.728Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.mylyn.source,6.4.0.202307141201 [2024-03-05T10:44:47.728Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.logconsole.ui.source,6.4.0.202307141201 [2024-03-05T10:44:47.728Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.validators.core.source,6.4.0.202307141201 [2024-03-05T10:44:47.728Z] - mirroring artifact binary,org.eclipse.dltk.tcl_root,6.4.0.202307141201 [2024-03-05T10:44:47.728Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.dltk.core.index.lucene,6.4.0.202307141201 [2024-03-05T10:44:47.728Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.itcl,6.4.0.202307141201 [2024-03-05T10:44:47.728Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.debug.ui.source,6.4.0.202307141201 [2024-03-05T10:44:47.728Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.validators.externalchecker,6.4.0.202307141201 [2024-03-05T10:44:47.728Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.logconsole.ui,6.4.0.202307141201 [2024-03-05T10:44:47.728Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.doc.user,6.4.0.202307141201 [2024-03-05T10:44:47.728Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.rse.ui,6.4.0.202307141201 [2024-03-05T10:44:47.728Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.core.source,6.4.0.202307141201 [2024-03-05T10:44:47.728Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.logconsole.source,6.4.0.202307141201 [2024-03-05T10:44:47.728Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.xotcl.testing.xounit.source,6.4.0.202307141201 [2024-03-05T10:44:47.728Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.launching.source,6.4.0.202307141201 [2024-03-05T10:44:47.728Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.ssh.core.source,6.4.0.202307141201 [2024-03-05T10:44:47.728Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.ssh.core,6.4.0.202307141201 [2024-03-05T10:44:47.728Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.validators.ui,6.4.0.202307141201 [2024-03-05T10:44:47.728Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.tclchecker,6.4.0.202307141201 [2024-03-05T10:44:47.728Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.itcl.ui.source,6.4.0.202307141201 [2024-03-05T10:44:47.728Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.validators.externalchecker.source,6.4.0.202307141201 [2024-03-05T10:44:47.988Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl,6.4.0.202307141201 [2024-03-05T10:44:47.988Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.debug.ui.source,6.4.0.202307141201 [2024-03-05T10:44:47.988Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.core.index.lucene.source,6.4.0.202307141201 [2024-03-05T10:44:47.988Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.rse.ui.source,6.4.0.202307141201 [2024-03-05T10:44:47.988Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.xotcl,6.4.0.202307141201 [2024-03-05T10:44:47.988Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.testing.source,6.4.0.202307141201 [2024-03-05T10:44:47.988Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.activestatedebugger,6.4.0.202307141201 [2024-03-05T10:44:47.988Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.ui,6.4.0.202307141201 [2024-03-05T10:44:47.988Z] - mirrored artifact binary,org.eclipse.dltk.mylyn_root,6.4.0.202307141201 [2024-03-05T10:44:47.988Z] - mirrored artifact binary,org.eclipse.dltk.core_root,6.4.0.202307141201 [2024-03-05T10:44:47.988Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.core.manipulation,6.4.0.202307141201 [2024-03-05T10:44:47.988Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.dltk.mylyn,6.4.0.202307141201 [2024-03-05T10:44:47.988Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.formatter.source,6.4.0.202307141201 [2024-03-05T10:44:47.988Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.dltk.itcl,6.4.0.202307141201 [2024-03-05T10:44:47.988Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.core.index,6.4.0.202307141201 [2024-03-05T10:44:47.988Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.debug,6.4.0.202307141201 [2024-03-05T10:44:47.988Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.parser.source,6.4.0.202307141201 [2024-03-05T10:44:47.989Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.debug.source,6.4.0.202307141201 [2024-03-05T10:44:47.989Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.console.ui,6.4.0.202307141201 [2024-03-05T10:44:47.989Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.launching,6.4.0.202307141201 [2024-03-05T10:44:47.989Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.formatter,6.4.0.202307141201 [2024-03-05T10:44:47.989Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.mylyn,6.4.0.202307141201 [2024-03-05T10:44:47.989Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.rse.core,6.4.0.202307141201 [2024-03-05T10:44:47.989Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.itcl.core.source,6.4.0.202307141201 [2024-03-05T10:44:48.248Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.validators.source,6.4.0.202307141201 [2024-03-05T10:44:48.248Z] - mirrored artifact binary,org.eclipse.dltk.xotcl_root,6.4.0.202307141201 [2024-03-05T10:44:48.248Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.testing,6.4.0.202307141201 [2024-03-05T10:44:48.248Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.logconsole,6.4.0.202307141201 [2024-03-05T10:44:48.248Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.tcllib,6.4.0.202307141201 [2024-03-05T10:44:48.248Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.annotations,6.4.0.202307141201 [2024-03-05T10:44:48.248Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.formatter,6.4.0.202307141201 [2024-03-05T10:44:48.248Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.debug.ui,6.4.0.202307141201 [2024-03-05T10:44:48.248Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.launching,6.4.0.202307141201 [2024-03-05T10:44:48.248Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.ui,6.4.0.202307141201 [2024-03-05T10:44:48.248Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.core,6.4.0.202307141201 [2024-03-05T10:44:48.248Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.dltk.rse,6.4.0.202307141201 [2024-03-05T10:44:48.248Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.testing.tcltest.source,6.4.0.202307141201 [2024-03-05T10:44:48.249Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.xotcl.core,6.4.0.202307141201 [2024-03-05T10:44:48.249Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.debug,6.4.0.202307141201 [2024-03-05T10:44:48.509Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.xotcl.core.source,6.4.0.202307141201 [2024-03-05T10:44:48.509Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.xotcl.testing.xounit,6.4.0.202307141201 [2024-03-05T10:44:48.509Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.ui.source,6.4.0.202307141201 [2024-03-05T10:44:48.509Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.validators.ui.source,6.4.0.202307141201 [2024-03-05T10:44:48.509Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.tclchecker.source,6.4.0.202307141201 [2024-03-05T10:44:48.509Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.core.index.lucene,6.4.0.202307141201 [2024-03-05T10:44:48.509Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.core,6.4.0.202307141201 [2024-03-05T10:44:48.509Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.debug.ui,6.4.0.202307141201 [2024-03-05T10:44:48.509Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.itcl.core,6.4.0.202307141201 [2024-03-05T10:44:48.509Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.xotcl.ui,6.4.0.202307141201 [2024-03-05T10:44:48.509Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.xotcl.ui.source,6.4.0.202307141201 [2024-03-05T10:44:48.509Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.debug.source,6.4.0.202307141201 [2024-03-05T10:44:48.509Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.dltk.xotcl,6.4.0.202307141201 [2024-03-05T10:44:48.509Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.ui.source,6.4.0.202307141201 [2024-03-05T10:44:48.509Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.formatter.source,6.4.0.202307141201 [2024-03-05T10:44:48.509Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.console.source,6.4.0.202307141201 [2024-03-05T10:44:48.509Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.console,6.4.0.202307141201 [2024-03-05T10:44:48.509Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.core.manipulation.source,6.4.0.202307141201 [2024-03-05T10:44:48.509Z] - mirrored artifact binary,org.eclipse.dltk.rse_root,6.4.0.202307141201 [2024-03-05T10:44:48.509Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.itcl.ui,6.4.0.202307141201 [2024-03-05T10:44:48.509Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.parser,6.4.0.202307141201 [2024-03-05T10:44:48.509Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.validators.core,6.4.0.202307141201 [2024-03-05T10:44:48.509Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.dltk.core,6.4.0.202307141201 [2024-03-05T10:44:48.509Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.testing.source,6.4.0.202307141201 [2024-03-05T10:44:48.509Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.activestatedebugger.source,6.4.0.202307141201 [2024-03-05T10:44:48.509Z] - mirrored artifact osgi.bundle,org.eclipse.dltk,6.4.0.202307141201 [2024-03-05T10:44:48.509Z] - mirrored artifact binary,org.eclipse.dltk.itcl_root,6.4.0.202307141201 [2024-03-05T10:44:48.769Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.validators,6.4.0.202307141201 [2024-03-05T10:44:48.769Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.testing.tcltest,6.4.0.202307141201 [2024-03-05T10:44:48.769Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.rse.core.source,6.4.0.202307141201 [2024-03-05T10:44:48.769Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.testing,6.4.0.202307141201 [2024-03-05T10:44:48.769Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.core.source,6.4.0.202307141201 [2024-03-05T10:44:48.769Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.launching.source,6.4.0.202307141201 [2024-03-05T10:44:48.769Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.console.ui.source,6.4.0.202307141201 [2024-03-05T10:44:48.769Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.dltk.tcl,6.4.0.202307141201 [2024-03-05T10:44:48.769Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.logconsole.ui.source,6.4.0.202307141201 [2024-03-05T10:44:48.769Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.mylyn.source,6.4.0.202307141201 [2024-03-05T10:44:48.769Z] - mirrored artifact binary,org.eclipse.dltk.tcl_root,6.4.0.202307141201 [2024-03-05T10:44:48.769Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.validators.core.source,6.4.0.202307141201 [2024-03-05T10:44:48.769Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.itcl,6.4.0.202307141201 [2024-03-05T10:44:48.769Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.dltk.core.index.lucene,6.4.0.202307141201 [2024-03-05T10:44:48.769Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.debug.ui.source,6.4.0.202307141201 [2024-03-05T10:44:48.770Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.logconsole.ui,6.4.0.202307141201 [2024-03-05T10:44:48.770Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.validators.externalchecker,6.4.0.202307141201 [2024-03-05T10:44:48.770Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.rse.ui,6.4.0.202307141201 [2024-03-05T10:44:48.770Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.core.source,6.4.0.202307141201 [2024-03-05T10:44:48.770Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.logconsole.source,6.4.0.202307141201 [2024-03-05T10:44:48.770Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.xotcl.testing.xounit.source,6.4.0.202307141201 [2024-03-05T10:44:48.770Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.launching.source,6.4.0.202307141201 [2024-03-05T10:44:48.770Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.ssh.core.source,6.4.0.202307141201 [2024-03-05T10:44:48.770Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.ssh.core,6.4.0.202307141201 [2024-03-05T10:44:49.031Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.validators.ui,6.4.0.202307141201 [2024-03-05T10:44:49.031Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.tclchecker,6.4.0.202307141201 [2024-03-05T10:44:49.031Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.doc.user,6.4.0.202307141201 [2024-03-05T10:44:49.031Z] Mirroring artifacts from https://download.eclipse.org/rt/rap/tools/3.28/RC1-20240228-1121 [2024-03-05T10:44:49.031Z] - mirroring artifact osgi.bundle,org.eclipse.rap.tools.templates,3.28.0.20240110-1200 [2024-03-05T10:44:49.031Z] - mirroring artifact osgi.bundle,org.eclipse.rap.tools.launch.rwt,3.28.0.20240110-1457 [2024-03-05T10:44:49.031Z] - mirroring artifact osgi.bundle,org.eclipse.rap.doc,3.28.0.20240110-1457 [2024-03-05T10:44:49.031Z] - mirroring artifact osgi.bundle,org.eclipse.rap.tools.launch.rwt.source,3.28.0.20240110-1457 [2024-03-05T10:44:49.031Z] - mirroring artifact osgi.bundle,org.eclipse.rap.tools.intro.source,3.28.0.20240110-1457 [2024-03-05T10:44:49.031Z] - mirroring artifact osgi.bundle,org.eclipse.rap.tools.launch,3.28.0.20240110-1457 [2024-03-05T10:44:49.031Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.util.ajax,12.0.6 [2024-03-05T10:44:49.031Z] - mirroring artifact osgi.bundle,org.eclipse.rap.tools.templates.source,3.28.0.20240110-1200 [2024-03-05T10:44:49.031Z] - mirroring artifact osgi.bundle,org.eclipse.rap.tools.launch.source,3.28.0.20240110-1457 [2024-03-05T10:44:49.031Z] - mirroring artifact osgi.bundle,jakarta.servlet-api,6.0.0 [2024-03-05T10:44:49.031Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.rap.tools.feature,3.28.0.20240228-1200 [2024-03-05T10:44:49.031Z] - mirroring artifact osgi.bundle,org.eclipse.rap.tools.intro,3.28.0.20240110-1457 [2024-03-05T10:44:49.031Z] - mirrored artifact osgi.bundle,org.eclipse.rap.tools.launch.rwt,3.28.0.20240110-1457 [2024-03-05T10:44:49.031Z] - mirrored artifact osgi.bundle,org.eclipse.rap.tools.templates,3.28.0.20240110-1200 [2024-03-05T10:44:49.031Z] - mirrored artifact osgi.bundle,org.eclipse.rap.tools.launch.rwt.source,3.28.0.20240110-1457 [2024-03-05T10:44:49.031Z] - mirrored artifact osgi.bundle,org.eclipse.rap.tools.intro.source,3.28.0.20240110-1457 [2024-03-05T10:44:49.031Z] - mirrored artifact osgi.bundle,org.eclipse.rap.tools.launch,3.28.0.20240110-1457 [2024-03-05T10:44:49.031Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.util.ajax,12.0.6 [2024-03-05T10:44:49.291Z] - mirrored artifact osgi.bundle,org.eclipse.rap.tools.templates.source,3.28.0.20240110-1200 [2024-03-05T10:44:49.291Z] - mirrored artifact osgi.bundle,org.eclipse.rap.tools.launch.source,3.28.0.20240110-1457 [2024-03-05T10:44:49.291Z] - mirrored artifact osgi.bundle,jakarta.servlet-api,6.0.0 [2024-03-05T10:44:49.291Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.rap.tools.feature,3.28.0.20240228-1200 [2024-03-05T10:44:49.291Z] - mirrored artifact osgi.bundle,org.eclipse.rap.doc,3.28.0.20240110-1457 [2024-03-05T10:44:49.291Z] - mirrored artifact osgi.bundle,org.eclipse.rap.tools.intro,3.28.0.20240110-1457 [2024-03-05T10:44:49.291Z] Mirroring artifacts from https://download.eclipse.org/mpc/drops/1.10.3/v20240228-1000 [2024-03-05T10:44:49.291Z] - mirroring artifact osgi.bundle,org.eclipse.epp.mpc.help.ui,1.10.3.v20240221-1216 [2024-03-05T10:44:49.291Z] - mirroring artifact osgi.bundle,org.eclipse.epp.mpc.core.win32,1.10.3.v20240221-1216 [2024-03-05T10:44:49.291Z] - mirroring artifact osgi.bundle,org.eclipse.epp.mpc.core.source,1.10.3.v20240221-1216 [2024-03-05T10:44:49.291Z] - mirroring artifact osgi.bundle,org.eclipse.epp.mpc.core,1.10.3.v20240221-1216 [2024-03-05T10:44:49.292Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.mpc.source,1.10.3.v20240228-1000 [2024-03-05T10:44:49.292Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.mpc,1.10.3.v20240228-1000 [2024-03-05T10:44:49.292Z] - mirroring artifact osgi.bundle,org.eclipse.epp.mpc.core.win32.source,1.10.3.v20240221-1216 [2024-03-05T10:44:49.292Z] - mirroring artifact osgi.bundle,org.eclipse.epp.mpc.ui.source,1.10.3.v20240228-1000 [2024-03-05T10:44:49.292Z] - mirroring artifact osgi.bundle,org.eclipse.epp.mpc.ui.css.source,1.10.3.v20240221-1216 [2024-03-05T10:44:49.292Z] - mirroring artifact osgi.bundle,org.eclipse.epp.mpc.ui,1.10.3.v20240228-1000 [2024-03-05T10:44:49.292Z] - mirroring artifact osgi.bundle,org.eclipse.epp.mpc.ui.css,1.10.3.v20240221-1216 [2024-03-05T10:44:49.292Z] - mirrored artifact osgi.bundle,org.eclipse.epp.mpc.core.win32,1.10.3.v20240221-1216 [2024-03-05T10:44:49.292Z] - mirrored artifact osgi.bundle,org.eclipse.epp.mpc.core.source,1.10.3.v20240221-1216 [2024-03-05T10:44:49.292Z] - mirrored artifact osgi.bundle,org.eclipse.epp.mpc.help.ui,1.10.3.v20240221-1216 [2024-03-05T10:44:49.292Z] - mirrored artifact osgi.bundle,org.eclipse.epp.mpc.core,1.10.3.v20240221-1216 [2024-03-05T10:44:49.292Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.mpc.source,1.10.3.v20240228-1000 [2024-03-05T10:44:49.292Z] - mirrored artifact osgi.bundle,org.eclipse.epp.mpc.core.win32.source,1.10.3.v20240221-1216 [2024-03-05T10:44:49.292Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.mpc,1.10.3.v20240228-1000 [2024-03-05T10:44:49.292Z] - mirrored artifact osgi.bundle,org.eclipse.epp.mpc.ui.css.source,1.10.3.v20240221-1216 [2024-03-05T10:44:49.292Z] - mirrored artifact osgi.bundle,org.eclipse.epp.mpc.ui.source,1.10.3.v20240228-1000 [2024-03-05T10:44:49.292Z] - mirrored artifact osgi.bundle,org.eclipse.epp.mpc.ui.css,1.10.3.v20240221-1216 [2024-03-05T10:44:49.292Z] - mirrored artifact osgi.bundle,org.eclipse.epp.mpc.ui,1.10.3.v20240228-1000 [2024-03-05T10:44:49.292Z] Mirroring artifacts from https://download.eclipse.org/modeling/emf/cdo/drops/S20240228-0110 [2024-03-05T10:44:49.292Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.ui.source,4.8.1.v20231122-0952 [2024-03-05T10:44:49.292Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.common,4.22.0.v20231124-1621 [2024-03-05T10:44:49.292Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.migrator.source,4.6.0.v20231122-0952 [2024-03-05T10:44:49.292Z] - mirroring artifact osgi.bundle,org.h2,1.3.168.v201212121212 [2024-03-05T10:44:49.292Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.debug.source,3.2.0.v20230623-1652 [2024-03-05T10:44:49.292Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.examples.installer,4.3.1.v20231122-0952 [2024-03-05T10:44:49.292Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.db.source,4.12.0.v20231124-1621 [2024-03-05T10:44:49.292Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.transfer.source,4.4.6.v20231122-0952 [2024-03-05T10:44:49.292Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server.embedded,4.10.3.v20231122-0952 [2024-03-05T10:44:49.292Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.expressions,4.4.1.v20230830-1044 [2024-03-05T10:44:49.292Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.util.ui,3.18.1.v20231209-0827 [2024-03-05T10:44:49.292Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.db.jdbc,4.4.0.v20230221-1613 [2024-03-05T10:44:49.293Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j,4.24.1.v20231209-2009 [2024-03-05T10:44:49.293Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.transfer,4.4.6.v20231122-0952 [2024-03-05T10:44:49.293Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.transfer.workspace,4.4.4.v20231014-0654 [2024-03-05T10:44:49.293Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.explorer,4.14.0.v20231124-1621 [2024-03-05T10:44:49.293Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.source,4.24.1.v20231209-2009 [2024-03-05T10:44:49.293Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.dawn.emf.source,2.2.2.v20231122-0952 [2024-03-05T10:44:49.293Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.db.h2,4.5.4.v20231122-0952 [2024-03-05T10:44:49.293Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.db.h2.source,4.5.4.v20231122-0952 [2024-03-05T10:44:49.293Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.sdk,4.24.1.v20231209-2009 [2024-03-05T10:44:49.293Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server.source,4.20.0.v20231129-1230 [2024-03-05T10:44:49.293Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.workspace,4.4.5.v20231124-1621 [2024-03-05T10:44:49.293Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.expressions.edit,4.4.2.v20230830-1044 [2024-03-05T10:44:49.293Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.util.ui.source,3.18.1.v20231209-0827 [2024-03-05T10:44:49.293Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.server.db.source,4.13.0.v20231127-2112 [2024-03-05T10:44:49.293Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.ui.jdt,1.0.0.v20230623-1652 [2024-03-05T10:44:49.293Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo,4.23.0.v20231124-1621 [2024-03-05T10:44:49.293Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.admin.source,4.4.0.v20231122-0952 [2024-03-05T10:44:49.293Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.doc,4.3.8.v20231209-2009 [2024-03-05T10:44:49.293Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.workspace.source,4.4.5.v20231124-1621 [2024-03-05T10:44:49.293Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.transfer.ui.source,4.5.0.v20231124-1621 [2024-03-05T10:44:49.293Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server.product,4.2.8.v20231218-1001 [2024-03-05T10:44:49.293Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.util.ui.source,4.22.1.v20231209-2009 [2024-03-05T10:44:49.293Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.db.source,4.22.1.v20231209-2009 [2024-03-05T10:44:49.293Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.db,4.22.1.v20231209-2009 [2024-03-05T10:44:49.293Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.ui.source,4.4.5.v20231122-0952 [2024-03-05T10:44:49.293Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.ecore.dependencies.source,1.0.4.v20231122-0952 [2024-03-05T10:44:49.293Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.doc,4.3.10.v20231209-2009 [2024-03-05T10:44:49.293Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.server,4.24.1.v20231218-1001 [2024-03-05T10:44:49.294Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.compare.source,4.10.4.v20231122-1107 [2024-03-05T10:44:49.294Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.transfer.repository,4.3.5.v20230914-1725 [2024-03-05T10:44:49.294Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.net4j.source,4.6.3.v20231122-0952 [2024-03-05T10:44:49.294Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.util,4.22.1.v20231209-2009 [2024-03-05T10:44:49.294Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server.db,4.13.0.v20231127-2112 [2024-03-05T10:44:49.294Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.source,4.23.0.v20231124-1621 [2024-03-05T10:44:49.294Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.transfer.ui,4.5.0.v20231124-1621 [2024-03-05T10:44:49.294Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server.security.source,4.11.0.v20231129-1121 [2024-03-05T10:44:49.294Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.dawn.graphiti.source,2.3.2.v20231122-0952 [2024-03-05T10:44:49.294Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.expressions.edit.source,4.4.2.v20230830-1044 [2024-03-05T10:44:49.294Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.source,4.19.0.v20231127-2112 [2024-03-05T10:44:49.294Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.examples.installer,4.4.1.v20231122-0952 [2024-03-05T10:44:49.294Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.explorer.ui.source,4.7.11.v20231124-1621 [2024-03-05T10:44:49.294Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.db,4.12.0.v20231124-1621 [2024-03-05T10:44:49.294Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.explorer.ui,4.7.11.v20231124-1621 [2024-03-05T10:44:49.294Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.edit,4.6.1.v20231124-1229 [2024-03-05T10:44:49.294Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server.security,4.11.0.v20231129-1121 [2024-03-05T10:44:49.294Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server.product.source,4.2.8.v20231218-1001 [2024-03-05T10:44:49.294Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.migrator,3.4.0.v20231122-0952 [2024-03-05T10:44:49.294Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.dawn.emf,2.2.2.v20231122-0952 [2024-03-05T10:44:49.294Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.dawn,2.5.3.v20231122-0952 [2024-03-05T10:44:49.294Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.compare,4.10.4.v20231122-1107 [2024-03-05T10:44:49.294Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.lm.modules.source,1.0.2.v20230914-0810 [2024-03-05T10:44:49.294Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.ui.team.source,4.4.3.v20230830-1044 [2024-03-05T10:44:49.294Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server.admin.source,4.4.0.v20231127-2112 [2024-03-05T10:44:49.294Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.ui.shared,4.8.0.v20230830-1044 [2024-03-05T10:44:49.294Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.sdk,4.1.605.v20231122-0952 [2024-03-05T10:44:49.294Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.doc,4.2.8.v20231209-2009 [2024-03-05T10:44:49.294Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.transfer.workspace.ui.source,4.4.3.v20231014-0654 [2024-03-05T10:44:49.295Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.ecore.dependencies,1.0.4.v20231122-0952 [2024-03-05T10:44:49.295Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.db.doc,4.4.2.v20231209-0827 [2024-03-05T10:44:49.295Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.examples.installer,4.4.2.v20231218-1001 [2024-03-05T10:44:49.295Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.ui.jdt.source,1.0.0.v20230623-1652 [2024-03-05T10:44:49.295Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.sdk.source,4.1.605.v20231122-0952 [2024-03-05T10:44:49.295Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.sdk,5.14.1.v20231218-1001 [2024-03-05T10:44:49.295Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.tcp,4.4.1.v20231122-0952 [2024-03-05T10:44:49.295Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.ecore.dependencies.source,1.0.4.v20231122-0952 [2024-03-05T10:44:49.295Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.tcp.source,4.4.1.v20231122-0952 [2024-03-05T10:44:49.295Z] - mirroring artifact osgi.bundle,org.eclipse.net4j,4.19.0.v20231127-2112 [2024-03-05T10:44:49.295Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.lm.server.source,1.3.0.v20231128-1920 [2024-03-05T10:44:49.295Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.expressions.source,4.4.1.v20230830-1044 [2024-03-05T10:44:49.295Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.db.h2,4.5.4.v20231122-0952 [2024-03-05T10:44:49.295Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.db.jdbc.source,4.4.0.v20230221-1613 [2024-03-05T10:44:49.295Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.ui.shared.source,4.8.0.v20230830-1044 [2024-03-05T10:44:49.295Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.doc,4.2.10.v20231209-2009 [2024-03-05T10:44:49.295Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.server.source,4.24.1.v20231218-1001 [2024-03-05T10:44:49.295Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.security,4.7.1.v20231122-0952 [2024-03-05T10:44:49.295Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.jvm,4.3.1.v20231122-0952 [2024-03-05T10:44:49.295Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server.db.source,4.13.0.v20231127-2112 [2024-03-05T10:44:49.295Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.ui.source,4.16.0.v20231124-1621 [2024-03-05T10:44:49.295Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.sdk.source,4.24.1.v20231209-2009 [2024-03-05T10:44:49.295Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.sdk.source,4.1.605.v20231122-0952 [2024-03-05T10:44:49.295Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.jvm.source,4.3.1.v20231122-0952 [2024-03-05T10:44:49.295Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.compare,4.7.3.v20231122-1107 [2024-03-05T10:44:49.295Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.ecore.dependencies,1.0.4.v20231122-0952 [2024-03-05T10:44:49.295Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.sdk,4.1.605.v20231122-0952 [2024-03-05T10:44:49.295Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server.net4j.source,4.7.0.v20231128-1954 [2024-03-05T10:44:49.295Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.server.db,4.13.0.v20231127-2112 [2024-03-05T10:44:49.296Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.transfer.workspace.source,4.4.4.v20231014-0654 [2024-03-05T10:44:49.296Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.ui.shared,4.8.0.v20230830-1044 [2024-03-05T10:44:49.296Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.examples.installer,4.3.2.v20231218-1001 [2024-03-05T10:44:49.296Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.ui.admin.source,4.3.0.v20230623-1652 [2024-03-05T10:44:49.296Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.security.edit,4.6.0.v20231122-0952 [2024-03-05T10:44:49.296Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.dawn,2.3.6.v20231122-0952 [2024-03-05T10:44:49.296Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.common.source,4.22.0.v20231124-1621 [2024-03-05T10:44:49.296Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.explorer.source,4.14.0.v20231124-1621 [2024-03-05T10:44:49.296Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.dawn.source,2.5.3.v20231122-0952 [2024-03-05T10:44:49.296Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.security.source,4.7.1.v20231122-0952 [2024-03-05T10:44:49.296Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.util,3.23.1.v20231209-2009 [2024-03-05T10:44:49.296Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.dawn.util.source,2.2.1.v20231014-0654 [2024-03-05T10:44:49.296Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server.ocl.source,4.5.0.v20231124-1229 [2024-03-05T10:44:49.296Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.sdk.source,5.14.1.v20231218-1001 [2024-03-05T10:44:49.296Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.dawn.gmf.source,2.3.4.v20231122-0952 [2024-03-05T10:44:49.296Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.security.ui,4.5.3.v20231122-0952 [2024-03-05T10:44:49.296Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.dawn.ui.source,2.3.0.v20230623-1652 [2024-03-05T10:44:49.296Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.security.edit.source,4.6.0.v20231122-0952 [2024-03-05T10:44:49.296Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.dawn.graphiti,2.3.2.v20231122-0952 [2024-03-05T10:44:49.296Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.util.doc,4.3.8.v20231209-2009 [2024-03-05T10:44:49.296Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server.ocl,4.5.0.v20231124-1229 [2024-03-05T10:44:49.296Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.dawn.ui,2.3.0.v20230623-1652 [2024-03-05T10:44:49.296Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.dawn.util,2.2.1.v20231014-0654 [2024-03-05T10:44:49.296Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.db.h2.source,4.5.4.v20231122-0952 [2024-03-05T10:44:49.296Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.migrator.source,3.4.0.v20231122-0952 [2024-03-05T10:44:49.296Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.admin,4.4.0.v20231122-0952 [2024-03-05T10:44:49.296Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.ui,4.4.5.v20231122-0952 [2024-03-05T10:44:49.296Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.ui.shared.source,4.8.0.v20230830-1044 [2024-03-05T10:44:49.296Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.ui,4.16.0.v20231124-1621 [2024-03-05T10:44:49.296Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.util.doc,4.2.8.v20231209-2009 [2024-03-05T10:44:49.296Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.ui.admin,4.3.0.v20230623-1652 [2024-03-05T10:44:49.297Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.server.embedded.source,4.24.1.v20231218-1001 [2024-03-05T10:44:49.297Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.debug,3.2.0.v20230623-1652 [2024-03-05T10:44:49.297Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.net4j,4.6.3.v20231122-0952 [2024-03-05T10:44:49.297Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.ui.compare.source,4.7.3.v20231122-1107 [2024-03-05T10:44:49.297Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server,4.20.0.v20231129-1230 [2024-03-05T10:44:49.297Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.lm,1.1.1.v20231219-1213 [2024-03-05T10:44:49.297Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.lm.source,1.1.1.v20231219-1213 [2024-03-05T10:44:49.297Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.lm.modules,1.0.2.v20230914-0810 [2024-03-05T10:44:49.297Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server.admin,4.4.0.v20231127-2112 [2024-03-05T10:44:49.297Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.migrator,4.6.0.v20231122-0952 [2024-03-05T10:44:49.297Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.db.doc,4.3.2.v20231209-0827 [2024-03-05T10:44:49.297Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.compare.source,4.7.3.v20231122-1107 [2024-03-05T10:44:49.297Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.dawn.gmf,2.3.4.v20231122-0952 [2024-03-05T10:44:49.297Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo,4.24.0.v20231124-1621 [2024-03-05T10:44:49.297Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server.net4j,4.7.0.v20231128-1954 [2024-03-05T10:44:49.297Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.dawn.source,2.3.6.v20231122-0952 [2024-03-05T10:44:49.297Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.util.source,4.22.1.v20231209-2009 [2024-03-05T10:44:49.297Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.source,4.24.0.v20231124-1621 [2024-03-05T10:44:49.297Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.transfer.repository.source,4.3.5.v20230914-1725 [2024-03-05T10:44:49.297Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.lm.server,1.3.0.v20231128-1920 [2024-03-05T10:44:49.297Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.security.ui.source,4.5.3.v20231122-0952 [2024-03-05T10:44:49.297Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.ui,4.8.1.v20231122-0952 [2024-03-05T10:44:49.297Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.ui.team,4.4.3.v20230830-1044 [2024-03-05T10:44:49.297Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.server.embedded,4.24.1.v20231218-1001 [2024-03-05T10:44:49.297Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.edit.source,4.6.1.v20231124-1229 [2024-03-05T10:44:49.297Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.transfer.workspace.ui,4.4.3.v20231014-0654 [2024-03-05T10:44:49.297Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.util.source,3.23.1.v20231209-2009 [2024-03-05T10:44:49.297Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.util.ui,4.22.1.v20231209-2009 [2024-03-05T10:44:49.297Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.ui.compare,4.7.3.v20231122-1107 [2024-03-05T10:44:49.298Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server.embedded.source,4.10.3.v20231122-0952 [2024-03-05T10:44:49.558Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.ui.source,4.8.1.v20231122-0952 [2024-03-05T10:44:49.558Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.migrator.source,4.6.0.v20231122-0952 [2024-03-05T10:44:49.558Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.common,4.22.0.v20231124-1621 [2024-03-05T10:44:49.558Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.debug.source,3.2.0.v20230623-1652 [2024-03-05T10:44:49.558Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.examples.installer,4.3.1.v20231122-0952 [2024-03-05T10:44:49.558Z] - mirrored artifact osgi.bundle,org.h2,1.3.168.v201212121212 [2024-03-05T10:44:49.558Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.db.source,4.12.0.v20231124-1621 [2024-03-05T10:44:49.558Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.transfer.source,4.4.6.v20231122-0952 [2024-03-05T10:44:49.558Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server.embedded,4.10.3.v20231122-0952 [2024-03-05T10:44:49.558Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.expressions,4.4.1.v20230830-1044 [2024-03-05T10:44:49.558Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.db.jdbc,4.4.0.v20230221-1613 [2024-03-05T10:44:49.558Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.util.ui,3.18.1.v20231209-0827 [2024-03-05T10:44:49.558Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j,4.24.1.v20231209-2009 [2024-03-05T10:44:49.558Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.transfer,4.4.6.v20231122-0952 [2024-03-05T10:44:49.558Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.transfer.workspace,4.4.4.v20231014-0654 [2024-03-05T10:44:49.558Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.source,4.24.1.v20231209-2009 [2024-03-05T10:44:49.558Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.dawn.emf.source,2.2.2.v20231122-0952 [2024-03-05T10:44:49.558Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.db.h2,4.5.4.v20231122-0952 [2024-03-05T10:44:49.558Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.db.h2.source,4.5.4.v20231122-0952 [2024-03-05T10:44:49.558Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.sdk,4.24.1.v20231209-2009 [2024-03-05T10:44:49.558Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.explorer,4.14.0.v20231124-1621 [2024-03-05T10:44:49.818Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.workspace,4.4.5.v20231124-1621 [2024-03-05T10:44:49.818Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server.source,4.20.0.v20231129-1230 [2024-03-05T10:44:49.818Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.util.ui.source,3.18.1.v20231209-0827 [2024-03-05T10:44:49.818Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.server.db.source,4.13.0.v20231127-2112 [2024-03-05T10:44:49.818Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.expressions.edit,4.4.2.v20230830-1044 [2024-03-05T10:44:49.818Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.ui.jdt,1.0.0.v20230623-1652 [2024-03-05T10:44:49.818Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.admin.source,4.4.0.v20231122-0952 [2024-03-05T10:44:49.818Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.doc,4.3.8.v20231209-2009 [2024-03-05T10:44:49.818Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.workspace.source,4.4.5.v20231124-1621 [2024-03-05T10:44:49.819Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.transfer.ui.source,4.5.0.v20231124-1621 [2024-03-05T10:44:49.819Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server.product,4.2.8.v20231218-1001 [2024-03-05T10:44:49.819Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo,4.23.0.v20231124-1621 [2024-03-05T10:44:49.819Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.util.ui.source,4.22.1.v20231209-2009 [2024-03-05T10:44:49.819Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.db.source,4.22.1.v20231209-2009 [2024-03-05T10:44:49.819Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.ui.source,4.4.5.v20231122-0952 [2024-03-05T10:44:49.819Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.db,4.22.1.v20231209-2009 [2024-03-05T10:44:49.819Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.ecore.dependencies.source,1.0.4.v20231122-0952 [2024-03-05T10:44:49.819Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.server,4.24.1.v20231218-1001 [2024-03-05T10:44:49.819Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.doc,4.3.10.v20231209-2009 [2024-03-05T10:44:49.819Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.transfer.repository,4.3.5.v20230914-1725 [2024-03-05T10:44:49.819Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.compare.source,4.10.4.v20231122-1107 [2024-03-05T10:44:49.819Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.util,4.22.1.v20231209-2009 [2024-03-05T10:44:49.819Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.net4j.source,4.6.3.v20231122-0952 [2024-03-05T10:44:49.819Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server.db,4.13.0.v20231127-2112 [2024-03-05T10:44:49.819Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.transfer.ui,4.5.0.v20231124-1621 [2024-03-05T10:44:49.819Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server.security.source,4.11.0.v20231129-1121 [2024-03-05T10:44:49.819Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.dawn.graphiti.source,2.3.2.v20231122-0952 [2024-03-05T10:44:50.079Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.source,4.23.0.v20231124-1621 [2024-03-05T10:44:50.079Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.expressions.edit.source,4.4.2.v20230830-1044 [2024-03-05T10:44:50.079Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.source,4.19.0.v20231127-2112 [2024-03-05T10:44:50.079Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.examples.installer,4.4.1.v20231122-0952 [2024-03-05T10:44:50.079Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.explorer.ui.source,4.7.11.v20231124-1621 [2024-03-05T10:44:50.079Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.db,4.12.0.v20231124-1621 [2024-03-05T10:44:50.079Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.edit,4.6.1.v20231124-1229 [2024-03-05T10:44:50.080Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server.security,4.11.0.v20231129-1121 [2024-03-05T10:44:50.080Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server.product.source,4.2.8.v20231218-1001 [2024-03-05T10:44:50.080Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.explorer.ui,4.7.11.v20231124-1621 [2024-03-05T10:44:50.080Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.dawn.emf,2.2.2.v20231122-0952 [2024-03-05T10:44:50.080Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.dawn,2.5.3.v20231122-0952 [2024-03-05T10:44:50.080Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.compare,4.10.4.v20231122-1107 [2024-03-05T10:44:50.080Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.lm.modules.source,1.0.2.v20230914-0810 [2024-03-05T10:44:50.080Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.migrator,3.4.0.v20231122-0952 [2024-03-05T10:44:50.080Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.ui.team.source,4.4.3.v20230830-1044 [2024-03-05T10:44:50.080Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server.admin.source,4.4.0.v20231127-2112 [2024-03-05T10:44:50.080Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.ui.shared,4.8.0.v20230830-1044 [2024-03-05T10:44:50.080Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.sdk,4.1.605.v20231122-0952 [2024-03-05T10:44:50.080Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.transfer.workspace.ui.source,4.4.3.v20231014-0654 [2024-03-05T10:44:50.080Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.ecore.dependencies,1.0.4.v20231122-0952 [2024-03-05T10:44:50.080Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.db.doc,4.4.2.v20231209-0827 [2024-03-05T10:44:50.080Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.examples.installer,4.4.2.v20231218-1001 [2024-03-05T10:44:50.080Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.doc,4.2.8.v20231209-2009 [2024-03-05T10:44:50.080Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.ui.jdt.source,1.0.0.v20230623-1652 [2024-03-05T10:44:50.080Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.sdk.source,4.1.605.v20231122-0952 [2024-03-05T10:44:50.080Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.sdk,5.14.1.v20231218-1001 [2024-03-05T10:44:50.340Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.tcp,4.4.1.v20231122-0952 [2024-03-05T10:44:50.340Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.ecore.dependencies.source,1.0.4.v20231122-0952 [2024-03-05T10:44:50.340Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.tcp.source,4.4.1.v20231122-0952 [2024-03-05T10:44:50.340Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.lm.server.source,1.3.0.v20231128-1920 [2024-03-05T10:44:50.340Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.expressions.source,4.4.1.v20230830-1044 [2024-03-05T10:44:50.341Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.db.h2,4.5.4.v20231122-0952 [2024-03-05T10:44:50.341Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.db.jdbc.source,4.4.0.v20230221-1613 [2024-03-05T10:44:50.341Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.ui.shared.source,4.8.0.v20230830-1044 [2024-03-05T10:44:50.341Z] - mirrored artifact osgi.bundle,org.eclipse.net4j,4.19.0.v20231127-2112 [2024-03-05T10:44:50.341Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.server.source,4.24.1.v20231218-1001 [2024-03-05T10:44:50.341Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.security,4.7.1.v20231122-0952 [2024-03-05T10:44:50.341Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.jvm,4.3.1.v20231122-0952 [2024-03-05T10:44:50.341Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server.db.source,4.13.0.v20231127-2112 [2024-03-05T10:44:50.341Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.ui.source,4.16.0.v20231124-1621 [2024-03-05T10:44:50.341Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.sdk.source,4.24.1.v20231209-2009 [2024-03-05T10:44:50.341Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.sdk.source,4.1.605.v20231122-0952 [2024-03-05T10:44:50.341Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.jvm.source,4.3.1.v20231122-0952 [2024-03-05T10:44:50.341Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.compare,4.7.3.v20231122-1107 [2024-03-05T10:44:50.341Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.ecore.dependencies,1.0.4.v20231122-0952 [2024-03-05T10:44:50.341Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.sdk,4.1.605.v20231122-0952 [2024-03-05T10:44:50.601Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server.net4j.source,4.7.0.v20231128-1954 [2024-03-05T10:44:50.601Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.server.db,4.13.0.v20231127-2112 [2024-03-05T10:44:50.601Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.transfer.workspace.source,4.4.4.v20231014-0654 [2024-03-05T10:44:50.601Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.ui.shared,4.8.0.v20230830-1044 [2024-03-05T10:44:50.601Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.examples.installer,4.3.2.v20231218-1001 [2024-03-05T10:44:50.601Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.ui.admin.source,4.3.0.v20230623-1652 [2024-03-05T10:44:50.601Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.security.edit,4.6.0.v20231122-0952 [2024-03-05T10:44:50.601Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.dawn,2.3.6.v20231122-0952 [2024-03-05T10:44:50.601Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.common.source,4.22.0.v20231124-1621 [2024-03-05T10:44:50.601Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.explorer.source,4.14.0.v20231124-1621 [2024-03-05T10:44:50.601Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.dawn.source,2.5.3.v20231122-0952 [2024-03-05T10:44:50.601Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.security.source,4.7.1.v20231122-0952 [2024-03-05T10:44:50.861Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.util,3.23.1.v20231209-2009 [2024-03-05T10:44:50.861Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.dawn.util.source,2.2.1.v20231014-0654 [2024-03-05T10:44:50.861Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server.ocl.source,4.5.0.v20231124-1229 [2024-03-05T10:44:50.861Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.sdk.source,5.14.1.v20231218-1001 [2024-03-05T10:44:50.861Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.dawn.gmf.source,2.3.4.v20231122-0952 [2024-03-05T10:44:50.861Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.security.ui,4.5.3.v20231122-0952 [2024-03-05T10:44:50.861Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.dawn.ui.source,2.3.0.v20230623-1652 [2024-03-05T10:44:50.861Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.security.edit.source,4.6.0.v20231122-0952 [2024-03-05T10:44:50.861Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.dawn.graphiti,2.3.2.v20231122-0952 [2024-03-05T10:44:50.861Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.util.doc,4.3.8.v20231209-2009 [2024-03-05T10:44:50.861Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server.ocl,4.5.0.v20231124-1229 [2024-03-05T10:44:50.861Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.dawn.ui,2.3.0.v20230623-1652 [2024-03-05T10:44:50.861Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.dawn.util,2.2.1.v20231014-0654 [2024-03-05T10:44:50.861Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.db.h2.source,4.5.4.v20231122-0952 [2024-03-05T10:44:50.861Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.migrator.source,3.4.0.v20231122-0952 [2024-03-05T10:44:50.861Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.doc,4.2.10.v20231209-2009 [2024-03-05T10:44:50.861Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.admin,4.4.0.v20231122-0952 [2024-03-05T10:44:50.861Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.ui.shared.source,4.8.0.v20230830-1044 [2024-03-05T10:44:50.861Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.ui,4.4.5.v20231122-0952 [2024-03-05T10:44:50.861Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.ui,4.16.0.v20231124-1621 [2024-03-05T10:44:50.861Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.ui.admin,4.3.0.v20230623-1652 [2024-03-05T10:44:50.861Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.server.embedded.source,4.24.1.v20231218-1001 [2024-03-05T10:44:50.861Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.debug,3.2.0.v20230623-1652 [2024-03-05T10:44:50.861Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.net4j,4.6.3.v20231122-0952 [2024-03-05T10:44:51.123Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.ui.compare.source,4.7.3.v20231122-1107 [2024-03-05T10:44:51.123Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server,4.20.0.v20231129-1230 [2024-03-05T10:44:51.123Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.lm,1.1.1.v20231219-1213 [2024-03-05T10:44:51.123Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.lm.source,1.1.1.v20231219-1213 [2024-03-05T10:44:51.124Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.lm.modules,1.0.2.v20230914-0810 [2024-03-05T10:44:51.124Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.util.doc,4.2.8.v20231209-2009 [2024-03-05T10:44:51.124Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server.admin,4.4.0.v20231127-2112 [2024-03-05T10:44:51.124Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.migrator,4.6.0.v20231122-0952 [2024-03-05T10:44:51.124Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.compare.source,4.7.3.v20231122-1107 [2024-03-05T10:44:51.124Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.db.doc,4.3.2.v20231209-0827 [2024-03-05T10:44:51.124Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.dawn.gmf,2.3.4.v20231122-0952 [2024-03-05T10:44:51.124Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo,4.24.0.v20231124-1621 [2024-03-05T10:44:51.124Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.dawn.source,2.3.6.v20231122-0952 [2024-03-05T10:44:51.124Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.util.source,4.22.1.v20231209-2009 [2024-03-05T10:44:51.124Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.source,4.24.0.v20231124-1621 [2024-03-05T10:44:51.124Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server.net4j,4.7.0.v20231128-1954 [2024-03-05T10:44:51.124Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.transfer.repository.source,4.3.5.v20230914-1725 [2024-03-05T10:44:51.124Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.lm.server,1.3.0.v20231128-1920 [2024-03-05T10:44:51.124Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.security.ui.source,4.5.3.v20231122-0952 [2024-03-05T10:44:51.124Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.ui,4.8.1.v20231122-0952 [2024-03-05T10:44:51.124Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.server.embedded,4.24.1.v20231218-1001 [2024-03-05T10:44:51.124Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.ui.team,4.4.3.v20230830-1044 [2024-03-05T10:44:51.124Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.edit.source,4.6.1.v20231124-1229 [2024-03-05T10:44:51.124Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.transfer.workspace.ui,4.4.3.v20231014-0654 [2024-03-05T10:44:51.124Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.util.ui,4.22.1.v20231209-2009 [2024-03-05T10:44:51.124Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.ui.compare,4.7.3.v20231122-1107 [2024-03-05T10:44:51.124Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server.embedded.source,4.10.3.v20231122-0952 [2024-03-05T10:44:51.124Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.util.source,3.23.1.v20231209-2009 [2024-03-05T10:44:51.124Z] Mirroring artifacts from https://download.eclipse.org/oomph/drops/milestone/S20240227-171637-1.32.0-RC1 [2024-03-05T10:44:51.124Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.mylyn.edit,1.14.0.v20230617-1322 [2024-03-05T10:44:51.124Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.version,1.20.0.v20240211-0940 [2024-03-05T10:44:51.384Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.p2.doc,1.14.0.v20230625-0755 [2024-03-05T10:44:51.384Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.workingsets.edit,1.13.0.v20230204-0932 [2024-03-05T10:44:51.384Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.editor.source,1.27.0.v20231119-1528 [2024-03-05T10:44:51.384Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.targlets.ui.source,1.15.0.v20220601-1149 [2024-03-05T10:44:51.384Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.targlets.edit,1.15.0.v20230204-0932 [2024-03-05T10:44:51.384Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.workbench,1.18.0.v20230828-1517 [2024-03-05T10:44:51.384Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.workbench.source,1.15.0.v20230828-1517 [2024-03-05T10:44:51.384Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.projectconfig.editor.source,1.14.0.v20230828-1517 [2024-03-05T10:44:51.384Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.extractor.lib,1.9.0.v20220421-1218 [2024-03-05T10:44:51.384Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.pde.edit.source,1.15.0.v20230617-1322 [2024-03-05T10:44:51.385Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.preferences.editor.source,1.14.0.v20230828-1517 [2024-03-05T10:44:51.385Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.ui,1.21.0.v20240120-1356 [2024-03-05T10:44:51.385Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.ui,1.29.0.v20240211-0940 [2024-03-05T10:44:51.385Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.util,1.21.0.v20231205-1338 [2024-03-05T10:44:51.385Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.workingsets.source,1.17.0.v20230617-1322 [2024-03-05T10:44:51.385Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.base,1.18.0.v20230617-1322 [2024-03-05T10:44:51.385Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.jreinfo.win32.x86_64.source,1.8.0.v20220421-1218 [2024-03-05T10:44:51.385Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.jreinfo.source,1.18.0.v20230817-0718 [2024-03-05T10:44:51.385Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.ui.questionnaire.source,1.13.0.v20220421-1218 [2024-03-05T10:44:51.385Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.git.source,1.25.0.v20240129-1026 [2024-03-05T10:44:51.385Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.p2,1.17.0.v20230617-1322 [2024-03-05T10:44:51.385Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.targlets.ui,1.15.0.v20220601-1149 [2024-03-05T10:44:51.385Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.preferences,1.17.0.v20230828-1517 [2024-03-05T10:44:51.385Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.doc.source,1.14.0.v20230618-0610 [2024-03-05T10:44:51.385Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.p2.core,1.28.0.v20240120-1356 [2024-03-05T10:44:51.385Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.p2,1.20.0.v20230617-1322 [2024-03-05T10:44:51.385Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.git,1.25.0.v20240129-1026 [2024-03-05T10:44:51.385Z] - mirroring artifact osgi.bundle,org.eclipse.nebula.widgets.tablecombo,1.2.0.202402110801 [2024-03-05T10:44:51.385Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.targlets.source,1.19.0.v20231111-1149 [2024-03-05T10:44:51.385Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.p2.edit.source,1.17.0.v20230204-0932 [2024-03-05T10:44:51.385Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.mylyn,1.20.0.v20230731-0700 [2024-03-05T10:44:51.385Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.workingsets.edit.source,1.14.0.v20230617-1322 [2024-03-05T10:44:51.385Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.version,1.16.0.v20240211-0940 [2024-03-05T10:44:51.385Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.preferences.edit.source,1.13.0.v20230204-0932 [2024-03-05T10:44:51.385Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.pde.edit,1.15.0.v20230617-1322 [2024-03-05T10:44:51.385Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.core.source,1.30.0.v20240211-0940 [2024-03-05T10:44:51.385Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.sdk,1.7.0.v20220421-1218 [2024-03-05T10:44:51.385Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.base.source,1.18.0.v20230617-1322 [2024-03-05T10:44:51.385Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.projects.edit.source,1.15.0.v20230617-1322 [2024-03-05T10:44:51.386Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.git.edit.source,1.16.0.v20240121-1406 [2024-03-05T10:44:51.386Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.targlets.edit,1.14.0.v20230204-0932 [2024-03-05T10:44:51.386Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.base.edit,1.17.0.v20230617-1322 [2024-03-05T10:44:51.386Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.p2.doc.source,1.14.0.v20230625-0755 [2024-03-05T10:44:51.386Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.projects.source,1.18.0.v20230617-1322 [2024-03-05T10:44:51.386Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.workingsets.editor.source,1.15.0.v20230828-1517 [2024-03-05T10:44:51.386Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.maven.edit.source,1.16.0.v20230617-1322 [2024-03-05T10:44:51.386Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup,1.28.0.v20231119-1528 [2024-03-05T10:44:51.386Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.doc,1.14.0.v20230618-0610 [2024-03-05T10:44:51.386Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.jdt,1.22.0.v20231119-1528 [2024-03-05T10:44:51.386Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.projectconfig.edit.source,1.13.0.v20230204-0932 [2024-03-05T10:44:51.386Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.jdt.source,1.22.0.v20231119-1528 [2024-03-05T10:44:51.386Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.projectconfig.edit,1.13.0.v20230204-0932 [2024-03-05T10:44:51.386Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.targlets.edit.source,1.14.0.v20230204-0932 [2024-03-05T10:44:51.386Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.resources.edit.source,1.14.0.v20240130-1324 [2024-03-05T10:44:51.386Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.jreinfo.ui,1.15.0.v20220520-1242 [2024-03-05T10:44:51.386Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.workingsets.editor,1.15.0.v20230828-1517 [2024-03-05T10:44:51.386Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.predicates.edit,1.15.0.v20230416-0642 [2024-03-05T10:44:51.386Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.preferences.editor,1.14.0.v20230828-1517 [2024-03-05T10:44:51.386Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.projectconfig,1.17.0.v20230828-1517 [2024-03-05T10:44:51.386Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.p2.core.source,1.28.0.v20240120-1356 [2024-03-05T10:44:51.386Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.p2.edit,1.17.0.v20230204-0932 [2024-03-05T10:44:51.386Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.util.source,1.21.0.v20231205-1338 [2024-03-05T10:44:51.386Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.workingsets.source,1.18.0.v20230828-1517 [2024-03-05T10:44:51.386Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.workingsets,1.19.0.v20230617-1322 [2024-03-05T10:44:51.386Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.git.edit,1.16.0.v20240121-1406 [2024-03-05T10:44:51.386Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.sync,1.16.0.v20240211-0940 [2024-03-05T10:44:51.386Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.source,1.31.0.v20240211-0940 [2024-03-05T10:44:51.387Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.targlets.editor.source,1.15.0.v20230828-1517 [2024-03-05T10:44:51.387Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.targlets.editor,1.15.0.v20230828-1517 [2024-03-05T10:44:51.387Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.ui.source,1.21.0.v20240120-1356 [2024-03-05T10:44:51.387Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.workingsets.source,1.19.0.v20230617-1322 [2024-03-05T10:44:51.387Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.predicates,1.17.0.v20230617-1322 [2024-03-05T10:44:51.387Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.projectset.edit.source,1.14.0.v20230617-1322 [2024-03-05T10:44:51.387Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.launching,1.18.0.v20230617-1322 [2024-03-05T10:44:51.387Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.version.source,1.20.0.v20240211-0940 [2024-03-05T10:44:51.387Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.p2,1.29.0.v20240120-1356 [2024-03-05T10:44:51.387Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.projects,1.16.0.v20230617-1322 [2024-03-05T10:44:51.387Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.core,1.30.0.v20240211-0940 [2024-03-05T10:44:51.387Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.sdk.source,1.7.0.v20220421-1218 [2024-03-05T10:44:51.387Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.workbench.edit.source,1.14.0.v20230416-1315 [2024-03-05T10:44:51.387Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.ui.ide.source,1.16.0.v20240211-0940 [2024-03-05T10:44:51.387Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.version.digest.source,1.11.0.v20220421-1218 [2024-03-05T10:44:51.387Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.ui.ide,1.16.0.v20240211-0940 [2024-03-05T10:44:51.387Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.source,1.28.0.v20231119-1528 [2024-03-05T10:44:51.387Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.edit,1.17.0.v20231119-1528 [2024-03-05T10:44:51.387Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.targlets.core.source,1.20.0.v20231120-1324 [2024-03-05T10:44:51.387Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.projectconfig.source,1.14.0.v20230617-1322 [2024-03-05T10:44:51.387Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.launching,1.15.0.v20230617-1322 [2024-03-05T10:44:51.387Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.targlets.source,1.19.0.v20230617-1322 [2024-03-05T10:44:51.387Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.ui.questionnaire,1.13.0.v20220421-1218 [2024-03-05T10:44:51.387Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.jdt.edit,1.16.0.v20231119-1528 [2024-03-05T10:44:51.387Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.projectset,1.17.0.v20230617-1322 [2024-03-05T10:44:51.388Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.util.pde.source,1.12.0.v20220421-1218 [2024-03-05T10:44:51.388Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.pde,1.15.0.v20230617-1322 [2024-03-05T10:44:51.388Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.editor,1.27.0.v20231119-1528 [2024-03-05T10:44:51.388Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.predicates.edit.source,1.15.0.v20230416-0642 [2024-03-05T10:44:51.388Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.base.edit.source,1.17.0.v20230617-1322 [2024-03-05T10:44:51.388Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.maven,1.21.0.v20240130-1324 [2024-03-05T10:44:51.388Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.mylyn.source,1.19.0.v20230731-0700 [2024-03-05T10:44:51.388Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.predicates.source,1.17.0.v20230617-1322 [2024-03-05T10:44:51.388Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.workingsets,1.18.0.v20230828-1517 [2024-03-05T10:44:51.388Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.targlets.source,1.25.0.v20231120-1324 [2024-03-05T10:44:51.388Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.resources.edit,1.14.0.v20240130-1324 [2024-03-05T10:44:51.388Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.workingsets.edit.source,1.13.0.v20230204-0932 [2024-03-05T10:44:51.388Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.version.ui,1.15.0.v20230320-1346 [2024-03-05T10:44:51.388Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.jdt,1.23.0.v20231119-1528 [2024-03-05T10:44:51.388Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.workingsets,1.17.0.v20230617-1322 [2024-03-05T10:44:51.388Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.edit.source,1.17.0.v20231119-1528 [2024-03-05T10:44:51.388Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.targlets.core,1.20.0.v20231120-1324 [2024-03-05T10:44:51.388Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.preferences,1.14.0.v20230617-1322 [2024-03-05T10:44:51.388Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.launching.source,1.18.0.v20230617-1322 [2024-03-05T10:44:51.388Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.sdk,1.30.0.v20240211-0940 [2024-03-05T10:44:51.388Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.resources,1.20.0.v20240130-1324 [2024-03-05T10:44:51.388Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.projects.edit,1.15.0.v20230617-1322 [2024-03-05T10:44:51.388Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.p2.ui,1.21.0.v20230828-1517 [2024-03-05T10:44:51.388Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.launching.source,1.15.0.v20230617-1322 [2024-03-05T10:44:51.388Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.targlets.doc.source,1.14.0.v20230617-1322 [2024-03-05T10:44:51.388Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.mylyn,1.19.0.v20230731-0700 [2024-03-05T10:44:51.388Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.version.digest,1.11.0.v20220421-1218 [2024-03-05T10:44:51.388Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.workingsets,1.14.0.v20230617-1322 [2024-03-05T10:44:51.389Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.p2.source,1.29.0.v20240120-1356 [2024-03-05T10:44:51.389Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.projects,1.18.0.v20230617-1322 [2024-03-05T10:44:51.389Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.workbench.edit,1.14.0.v20230416-1315 [2024-03-05T10:44:51.389Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.maven.source,1.21.0.v20240130-1324 [2024-03-05T10:44:51.389Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.version.ui.source,1.15.0.v20230320-1346 [2024-03-05T10:44:51.389Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.maven,1.20.0.v20240130-1324 [2024-03-05T10:44:51.389Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.projectset,1.14.0.v20230617-1322 [2024-03-05T10:44:51.389Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.targlets.source,1.16.0.v20230617-1322 [2024-03-05T10:44:51.389Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.pde,1.17.0.v20230617-1322 [2024-03-05T10:44:51.389Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.preferences.source,1.14.0.v20230617-1322 [2024-03-05T10:44:51.389Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.p2.edit,1.16.0.v20230617-1322 [2024-03-05T10:44:51.389Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.targlets,1.19.0.v20230617-1322 [2024-03-05T10:44:51.389Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.sdk.source,1.30.0.v20240211-0940 [2024-03-05T10:44:51.389Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.extractor.lib.source,1.9.0.v20220421-1218 [2024-03-05T10:44:51.389Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.jdt.edit.source,1.16.0.v20231119-1528 [2024-03-05T10:44:51.389Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.preferences.edit,1.13.0.v20230204-0932 [2024-03-05T10:44:51.389Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.p2.ui.source,1.21.0.v20230828-1517 [2024-03-05T10:44:51.389Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.projectconfig.editor,1.14.0.v20230828-1517 [2024-03-05T10:44:51.389Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.launching.edit.source,1.15.0.v20230617-1322 [2024-03-05T10:44:51.389Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.ui.source,1.29.0.v20240211-0940 [2024-03-05T10:44:51.389Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.targlets,1.19.0.v20231111-1149 [2024-03-05T10:44:51.389Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.version.source,1.16.0.v20240211-0940 [2024-03-05T10:44:51.389Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.p2.edit.source,1.16.0.v20230617-1322 [2024-03-05T10:44:51.389Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.maven.source,1.20.0.v20240130-1324 [2024-03-05T10:44:51.389Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.jreinfo.ui.source,1.15.0.v20220520-1242 [2024-03-05T10:44:51.389Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.targlets,1.25.0.v20231120-1324 [2024-03-05T10:44:51.390Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.core.source,1.30.0.v20240211-0940 [2024-03-05T10:44:51.390Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.p2.source,1.17.0.v20230617-1322 [2024-03-05T10:44:51.390Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.workingsets.edit,1.14.0.v20230617-1322 [2024-03-05T10:44:51.390Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.jreinfo.win32.x86_64,1.8.0.v20220421-1218 [2024-03-05T10:44:51.390Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.pde.source,1.17.0.v20230617-1322 [2024-03-05T10:44:51.390Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.mylyn.source,1.20.0.v20230731-0700 [2024-03-05T10:44:51.390Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.launching.edit,1.15.0.v20230617-1322 [2024-03-05T10:44:51.390Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.ui.ide.source,1.12.0.v20220421-1218 [2024-03-05T10:44:51.390Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.projectconfig.source,1.17.0.v20230828-1517 [2024-03-05T10:44:51.390Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.targlets.edit.source,1.15.0.v20230204-0932 [2024-03-05T10:44:51.390Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.maven.edit,1.16.0.v20230617-1322 [2024-03-05T10:44:51.390Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.workbench.source,1.18.0.v20230828-1517 [2024-03-05T10:44:51.390Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.projectset.source,1.17.0.v20230617-1322 [2024-03-05T10:44:51.390Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.workbench,1.15.0.v20230828-1517 [2024-03-05T10:44:51.390Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.preferences.source,1.17.0.v20230828-1517 [2024-03-05T10:44:51.390Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.p2.source,1.20.0.v20230617-1322 [2024-03-05T10:44:51.390Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.projectconfig,1.14.0.v20230617-1322 [2024-03-05T10:44:51.390Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.resources.source,1.20.0.v20240130-1324 [2024-03-05T10:44:51.390Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup,1.31.0.v20240211-0940 [2024-03-05T10:44:51.390Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.mylyn.edit.source,1.14.0.v20230617-1322 [2024-03-05T10:44:51.390Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.projects.source,1.16.0.v20230617-1322 [2024-03-05T10:44:51.390Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.workingsets.source,1.14.0.v20230617-1322 [2024-03-05T10:44:51.390Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.sync.source,1.16.0.v20240211-0940 [2024-03-05T10:44:51.390Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.jreinfo,1.18.0.v20230817-0718 [2024-03-05T10:44:51.390Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.projectset.source,1.14.0.v20230617-1322 [2024-03-05T10:44:51.390Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.jdt.source,1.23.0.v20231119-1528 [2024-03-05T10:44:51.390Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.pde.source,1.15.0.v20230617-1322 [2024-03-05T10:44:51.391Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.targlets.doc,1.14.0.v20230617-1322 [2024-03-05T10:44:51.391Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.projectset.edit,1.14.0.v20230617-1322 [2024-03-05T10:44:51.391Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.git.source,1.25.0.v20240129-1026 [2024-03-05T10:44:51.391Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.ui.ide,1.12.0.v20220421-1218 [2024-03-05T10:44:51.391Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.targlets,1.16.0.v20230617-1322 [2024-03-05T10:44:51.391Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.util.pde,1.12.0.v20220421-1218 [2024-03-05T10:44:51.391Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.git,1.25.0.v20240129-1026 [2024-03-05T10:44:51.391Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.core,1.30.0.v20240211-0940 [2024-03-05T10:44:51.391Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.mylyn.edit,1.14.0.v20230617-1322 [2024-03-05T10:44:51.391Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.version,1.20.0.v20240211-0940 [2024-03-05T10:44:51.391Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.workingsets.edit,1.13.0.v20230204-0932 [2024-03-05T10:44:51.391Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.p2.doc,1.14.0.v20230625-0755 [2024-03-05T10:44:51.391Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.editor.source,1.27.0.v20231119-1528 [2024-03-05T10:44:51.391Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.targlets.ui.source,1.15.0.v20220601-1149 [2024-03-05T10:44:51.391Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.targlets.edit,1.15.0.v20230204-0932 [2024-03-05T10:44:51.391Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.workbench,1.18.0.v20230828-1517 [2024-03-05T10:44:51.391Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.projectconfig.editor.source,1.14.0.v20230828-1517 [2024-03-05T10:44:51.391Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.extractor.lib,1.9.0.v20220421-1218 [2024-03-05T10:44:51.391Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.workbench.source,1.15.0.v20230828-1517 [2024-03-05T10:44:51.391Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.preferences.editor.source,1.14.0.v20230828-1517 [2024-03-05T10:44:51.391Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.pde.edit.source,1.15.0.v20230617-1322 [2024-03-05T10:44:51.391Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.ui,1.21.0.v20240120-1356 [2024-03-05T10:44:51.391Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.util,1.21.0.v20231205-1338 [2024-03-05T10:44:51.391Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.ui,1.29.0.v20240211-0940 [2024-03-05T10:44:51.391Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.base,1.18.0.v20230617-1322 [2024-03-05T10:44:51.391Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.workingsets.source,1.17.0.v20230617-1322 [2024-03-05T10:44:51.391Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.jreinfo.win32.x86_64.source,1.8.0.v20220421-1218 [2024-03-05T10:44:51.391Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.ui.questionnaire.source,1.13.0.v20220421-1218 [2024-03-05T10:44:51.391Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.jreinfo.source,1.18.0.v20230817-0718 [2024-03-05T10:44:51.391Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.git.source,1.25.0.v20240129-1026 [2024-03-05T10:44:51.392Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.p2,1.17.0.v20230617-1322 [2024-03-05T10:44:51.392Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.targlets.ui,1.15.0.v20220601-1149 [2024-03-05T10:44:51.392Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.doc.source,1.14.0.v20230618-0610 [2024-03-05T10:44:51.392Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.preferences,1.17.0.v20230828-1517 [2024-03-05T10:44:51.392Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.p2,1.20.0.v20230617-1322 [2024-03-05T10:44:51.392Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.git,1.25.0.v20240129-1026 [2024-03-05T10:44:51.652Z] - mirrored artifact osgi.bundle,org.eclipse.nebula.widgets.tablecombo,1.2.0.202402110801 [2024-03-05T10:44:51.652Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.p2.core,1.28.0.v20240120-1356 [2024-03-05T10:44:51.652Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.p2.edit.source,1.17.0.v20230204-0932 [2024-03-05T10:44:51.652Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.mylyn,1.20.0.v20230731-0700 [2024-03-05T10:44:51.652Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.workingsets.edit.source,1.14.0.v20230617-1322 [2024-03-05T10:44:51.652Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.version,1.16.0.v20240211-0940 [2024-03-05T10:44:51.652Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.preferences.edit.source,1.13.0.v20230204-0932 [2024-03-05T10:44:51.652Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.pde.edit,1.15.0.v20230617-1322 [2024-03-05T10:44:51.652Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.core.source,1.30.0.v20240211-0940 [2024-03-05T10:44:51.652Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.sdk,1.7.0.v20220421-1218 [2024-03-05T10:44:51.652Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.targlets.source,1.19.0.v20231111-1149 [2024-03-05T10:44:51.652Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.base.source,1.18.0.v20230617-1322 [2024-03-05T10:44:51.652Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.projects.edit.source,1.15.0.v20230617-1322 [2024-03-05T10:44:51.652Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.git.edit.source,1.16.0.v20240121-1406 [2024-03-05T10:44:51.652Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.base.edit,1.17.0.v20230617-1322 [2024-03-05T10:44:51.652Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.targlets.edit,1.14.0.v20230204-0932 [2024-03-05T10:44:51.652Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.p2.doc.source,1.14.0.v20230625-0755 [2024-03-05T10:44:51.652Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.workingsets.editor.source,1.15.0.v20230828-1517 [2024-03-05T10:44:51.652Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.maven.edit.source,1.16.0.v20230617-1322 [2024-03-05T10:44:51.652Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.projects.source,1.18.0.v20230617-1322 [2024-03-05T10:44:51.652Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup,1.28.0.v20231119-1528 [2024-03-05T10:44:51.652Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.jdt,1.22.0.v20231119-1528 [2024-03-05T10:44:51.652Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.projectconfig.edit.source,1.13.0.v20230204-0932 [2024-03-05T10:44:51.652Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.jdt.source,1.22.0.v20231119-1528 [2024-03-05T10:44:51.652Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.projectconfig.edit,1.13.0.v20230204-0932 [2024-03-05T10:44:51.652Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.targlets.edit.source,1.14.0.v20230204-0932 [2024-03-05T10:44:51.653Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.resources.edit.source,1.14.0.v20240130-1324 [2024-03-05T10:44:51.653Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.doc,1.14.0.v20230618-0610 [2024-03-05T10:44:51.653Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.workingsets.editor,1.15.0.v20230828-1517 [2024-03-05T10:44:51.653Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.jreinfo.ui,1.15.0.v20220520-1242 [2024-03-05T10:44:51.653Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.predicates.edit,1.15.0.v20230416-0642 [2024-03-05T10:44:51.653Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.preferences.editor,1.14.0.v20230828-1517 [2024-03-05T10:44:51.653Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.p2.core.source,1.28.0.v20240120-1356 [2024-03-05T10:44:51.653Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.p2.edit,1.17.0.v20230204-0932 [2024-03-05T10:44:51.653Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.util.source,1.21.0.v20231205-1338 [2024-03-05T10:44:51.653Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.projectconfig,1.17.0.v20230828-1517 [2024-03-05T10:44:51.653Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.workingsets.source,1.18.0.v20230828-1517 [2024-03-05T10:44:51.653Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.workingsets,1.19.0.v20230617-1322 [2024-03-05T10:44:51.913Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.git.edit,1.16.0.v20240121-1406 [2024-03-05T10:44:51.913Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.sync,1.16.0.v20240211-0940 [2024-03-05T10:44:51.913Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.targlets.editor.source,1.15.0.v20230828-1517 [2024-03-05T10:44:51.913Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.source,1.31.0.v20240211-0940 [2024-03-05T10:44:51.913Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.targlets.editor,1.15.0.v20230828-1517 [2024-03-05T10:44:51.913Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.workingsets.source,1.19.0.v20230617-1322 [2024-03-05T10:44:51.913Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.ui.source,1.21.0.v20240120-1356 [2024-03-05T10:44:51.913Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.predicates,1.17.0.v20230617-1322 [2024-03-05T10:44:51.913Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.projectset.edit.source,1.14.0.v20230617-1322 [2024-03-05T10:44:51.913Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.launching,1.18.0.v20230617-1322 [2024-03-05T10:44:51.913Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.version.source,1.20.0.v20240211-0940 [2024-03-05T10:44:51.913Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.projects,1.16.0.v20230617-1322 [2024-03-05T10:44:51.913Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.p2,1.29.0.v20240120-1356 [2024-03-05T10:44:51.913Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.sdk.source,1.7.0.v20220421-1218 [2024-03-05T10:44:51.913Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.workbench.edit.source,1.14.0.v20230416-1315 [2024-03-05T10:44:51.913Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.core,1.30.0.v20240211-0940 [2024-03-05T10:44:51.913Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.ui.ide.source,1.16.0.v20240211-0940 [2024-03-05T10:44:51.913Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.version.digest.source,1.11.0.v20220421-1218 [2024-03-05T10:44:51.913Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.source,1.28.0.v20231119-1528 [2024-03-05T10:44:51.913Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.ui.ide,1.16.0.v20240211-0940 [2024-03-05T10:44:51.913Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.edit,1.17.0.v20231119-1528 [2024-03-05T10:44:51.913Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.projectconfig.source,1.14.0.v20230617-1322 [2024-03-05T10:44:51.913Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.launching,1.15.0.v20230617-1322 [2024-03-05T10:44:51.913Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.targlets.source,1.19.0.v20230617-1322 [2024-03-05T10:44:51.914Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.targlets.core.source,1.20.0.v20231120-1324 [2024-03-05T10:44:51.914Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.jdt.edit,1.16.0.v20231119-1528 [2024-03-05T10:44:51.914Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.ui.questionnaire,1.13.0.v20220421-1218 [2024-03-05T10:44:51.914Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.util.pde.source,1.12.0.v20220421-1218 [2024-03-05T10:44:51.914Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.projectset,1.17.0.v20230617-1322 [2024-03-05T10:44:51.914Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.pde,1.15.0.v20230617-1322 [2024-03-05T10:44:51.914Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.predicates.edit.source,1.15.0.v20230416-0642 [2024-03-05T10:44:51.914Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.base.edit.source,1.17.0.v20230617-1322 [2024-03-05T10:44:51.914Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.editor,1.27.0.v20231119-1528 [2024-03-05T10:44:51.914Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.mylyn.source,1.19.0.v20230731-0700 [2024-03-05T10:44:51.914Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.maven,1.21.0.v20240130-1324 [2024-03-05T10:44:51.914Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.workingsets,1.18.0.v20230828-1517 [2024-03-05T10:44:51.914Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.predicates.source,1.17.0.v20230617-1322 [2024-03-05T10:44:51.914Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.resources.edit,1.14.0.v20240130-1324 [2024-03-05T10:44:51.914Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.workingsets.edit.source,1.13.0.v20230204-0932 [2024-03-05T10:44:51.914Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.version.ui,1.15.0.v20230320-1346 [2024-03-05T10:44:51.914Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.targlets.source,1.25.0.v20231120-1324 [2024-03-05T10:44:51.914Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.jdt,1.23.0.v20231119-1528 [2024-03-05T10:44:51.914Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.workingsets,1.17.0.v20230617-1322 [2024-03-05T10:44:51.914Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.targlets.core,1.20.0.v20231120-1324 [2024-03-05T10:44:51.914Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.edit.source,1.17.0.v20231119-1528 [2024-03-05T10:44:51.914Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.preferences,1.14.0.v20230617-1322 [2024-03-05T10:44:51.914Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.launching.source,1.18.0.v20230617-1322 [2024-03-05T10:44:52.174Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.sdk,1.30.0.v20240211-0940 [2024-03-05T10:44:52.174Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.resources,1.20.0.v20240130-1324 [2024-03-05T10:44:52.174Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.projects.edit,1.15.0.v20230617-1322 [2024-03-05T10:44:52.174Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.launching.source,1.15.0.v20230617-1322 [2024-03-05T10:44:52.174Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.targlets.doc.source,1.14.0.v20230617-1322 [2024-03-05T10:44:52.174Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.p2.ui,1.21.0.v20230828-1517 [2024-03-05T10:44:52.174Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.mylyn,1.19.0.v20230731-0700 [2024-03-05T10:44:52.174Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.workingsets,1.14.0.v20230617-1322 [2024-03-05T10:44:52.174Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.version.digest,1.11.0.v20220421-1218 [2024-03-05T10:44:52.174Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.p2.source,1.29.0.v20240120-1356 [2024-03-05T10:44:52.174Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.workbench.edit,1.14.0.v20230416-1315 [2024-03-05T10:44:52.174Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.maven.source,1.21.0.v20240130-1324 [2024-03-05T10:44:52.174Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.projects,1.18.0.v20230617-1322 [2024-03-05T10:44:52.174Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.maven,1.20.0.v20240130-1324 [2024-03-05T10:44:52.174Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.version.ui.source,1.15.0.v20230320-1346 [2024-03-05T10:44:52.174Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.targlets.source,1.16.0.v20230617-1322 [2024-03-05T10:44:52.174Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.projectset,1.14.0.v20230617-1322 [2024-03-05T10:44:52.175Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.preferences.source,1.14.0.v20230617-1322 [2024-03-05T10:44:52.175Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.p2.edit,1.16.0.v20230617-1322 [2024-03-05T10:44:52.175Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.pde,1.17.0.v20230617-1322 [2024-03-05T10:44:52.175Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.targlets,1.19.0.v20230617-1322 [2024-03-05T10:44:52.175Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.sdk.source,1.30.0.v20240211-0940 [2024-03-05T10:44:52.175Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.jdt.edit.source,1.16.0.v20231119-1528 [2024-03-05T10:44:52.175Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.extractor.lib.source,1.9.0.v20220421-1218 [2024-03-05T10:44:52.175Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.preferences.edit,1.13.0.v20230204-0932 [2024-03-05T10:44:52.175Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.projectconfig.editor,1.14.0.v20230828-1517 [2024-03-05T10:44:52.175Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.p2.ui.source,1.21.0.v20230828-1517 [2024-03-05T10:44:52.175Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.ui.source,1.29.0.v20240211-0940 [2024-03-05T10:44:52.175Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.launching.edit.source,1.15.0.v20230617-1322 [2024-03-05T10:44:52.175Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.version.source,1.16.0.v20240211-0940 [2024-03-05T10:44:52.175Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.p2.edit.source,1.16.0.v20230617-1322 [2024-03-05T10:44:52.175Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.maven.source,1.20.0.v20240130-1324 [2024-03-05T10:44:52.175Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.jreinfo.ui.source,1.15.0.v20220520-1242 [2024-03-05T10:44:52.175Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.targlets,1.19.0.v20231111-1149 [2024-03-05T10:44:52.175Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.core.source,1.30.0.v20240211-0940 [2024-03-05T10:44:52.175Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.targlets,1.25.0.v20231120-1324 [2024-03-05T10:44:52.175Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.workingsets.edit,1.14.0.v20230617-1322 [2024-03-05T10:44:52.175Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.p2.source,1.17.0.v20230617-1322 [2024-03-05T10:44:52.175Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.jreinfo.win32.x86_64,1.8.0.v20220421-1218 [2024-03-05T10:44:52.175Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.pde.source,1.17.0.v20230617-1322 [2024-03-05T10:44:52.175Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.launching.edit,1.15.0.v20230617-1322 [2024-03-05T10:44:52.175Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.ui.ide.source,1.12.0.v20220421-1218 [2024-03-05T10:44:52.175Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.mylyn.source,1.20.0.v20230731-0700 [2024-03-05T10:44:52.175Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.targlets.edit.source,1.15.0.v20230204-0932 [2024-03-05T10:44:52.176Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.projectconfig.source,1.17.0.v20230828-1517 [2024-03-05T10:44:52.176Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.maven.edit,1.16.0.v20230617-1322 [2024-03-05T10:44:52.176Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.workbench.source,1.18.0.v20230828-1517 [2024-03-05T10:44:52.435Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.workbench,1.15.0.v20230828-1517 [2024-03-05T10:44:52.435Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.preferences.source,1.17.0.v20230828-1517 [2024-03-05T10:44:52.435Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.p2.source,1.20.0.v20230617-1322 [2024-03-05T10:44:52.435Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.projectset.source,1.17.0.v20230617-1322 [2024-03-05T10:44:52.435Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.projectconfig,1.14.0.v20230617-1322 [2024-03-05T10:44:52.435Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.resources.source,1.20.0.v20240130-1324 [2024-03-05T10:44:52.435Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.mylyn.edit.source,1.14.0.v20230617-1322 [2024-03-05T10:44:52.436Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.projects.source,1.16.0.v20230617-1322 [2024-03-05T10:44:52.436Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup,1.31.0.v20240211-0940 [2024-03-05T10:44:52.436Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.sync.source,1.16.0.v20240211-0940 [2024-03-05T10:44:52.436Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.jreinfo,1.18.0.v20230817-0718 [2024-03-05T10:44:52.436Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.workingsets.source,1.14.0.v20230617-1322 [2024-03-05T10:44:52.436Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.projectset.source,1.14.0.v20230617-1322 [2024-03-05T10:44:52.436Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.jdt.source,1.23.0.v20231119-1528 [2024-03-05T10:44:52.436Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.pde.source,1.15.0.v20230617-1322 [2024-03-05T10:44:52.436Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.projectset.edit,1.14.0.v20230617-1322 [2024-03-05T10:44:52.436Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.targlets.doc,1.14.0.v20230617-1322 [2024-03-05T10:44:52.436Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.git.source,1.25.0.v20240129-1026 [2024-03-05T10:44:52.436Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.targlets,1.16.0.v20230617-1322 [2024-03-05T10:44:52.436Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.ui.ide,1.12.0.v20220421-1218 [2024-03-05T10:44:52.436Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.util.pde,1.12.0.v20220421-1218 [2024-03-05T10:44:52.436Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.git,1.25.0.v20240129-1026 [2024-03-05T10:44:52.437Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.core,1.30.0.v20240211-0940 [2024-03-05T10:44:52.437Z] Mirroring artifacts from https://download.eclipse.org/mat/2023-12/RC1/update-site [2024-03-05T10:44:52.437Z] - mirroring artifact osgi.bundle,org.eclipse.mat.ibmdumps,1.15.0.202311170814 [2024-03-05T10:44:52.437Z] - mirroring artifact osgi.bundle,org.eclipse.mat.chart,1.15.0.202311170814 [2024-03-05T10:44:52.437Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mat.chart.feature,1.15.0.202311170814 [2024-03-05T10:44:52.437Z] - mirroring artifact osgi.bundle,org.eclipse.birt.chart.engine.extension,4.12.0.v202211281949 [2024-03-05T10:44:52.437Z] - mirroring artifact osgi.bundle,org.eclipse.mat.parser,1.15.0.202311170814 [2024-03-05T10:44:52.437Z] - mirroring artifact osgi.bundle,org.eclipse.mat.api,1.15.0.202311170814 [2024-03-05T10:44:52.437Z] - mirroring artifact osgi.bundle,org.eclipse.mat.chart.ui,1.15.0.202311170814 [2024-03-05T10:44:52.437Z] - mirroring artifact osgi.bundle,org.eclipse.birt.core,4.12.0.v202211281949 [2024-03-05T10:44:52.437Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mat.feature,1.15.0.202311170814 [2024-03-05T10:44:52.437Z] - mirroring artifact osgi.bundle,org.eclipse.mat.hprof,1.15.0.202311170814 [2024-03-05T10:44:52.437Z] - mirroring artifact osgi.bundle,org.eclipse.mat.jruby.resolver,1.15.0.202311170814 [2024-03-05T10:44:52.437Z] - mirroring artifact osgi.bundle,org.eclipse.birt.chart.device.extension,4.12.0.v202211281949 [2024-03-05T10:44:52.437Z] - mirroring artifact osgi.bundle,org.eclipse.mat.dtfj,1.15.0.202311170814 [2024-03-05T10:44:52.437Z] - mirroring artifact osgi.bundle,org.eclipse.mat.ui,1.15.0.202311170814 [2024-03-05T10:44:52.437Z] - mirroring artifact osgi.bundle,org.eclipse.mat.report,1.15.0.202311170814 [2024-03-05T10:44:52.438Z] - mirroring artifact osgi.bundle,org.eclipse.birt.chart.device.swt,4.12.0.v202211281949 [2024-03-05T10:44:52.438Z] - mirroring artifact osgi.bundle,org.eclipse.birt.chart.engine,4.12.0.v202211281949 [2024-03-05T10:44:52.438Z] - mirroring artifact osgi.bundle,org.eclipse.mat.ui.help,1.15.0.202311170814 [2024-03-05T10:44:52.438Z] - mirroring artifact osgi.bundle,org.eclipse.mat.jdt,1.15.0.202311170814 [2024-03-05T10:44:52.698Z] - mirrored artifact osgi.bundle,org.eclipse.mat.ibmdumps,1.15.0.202311170814 [2024-03-05T10:44:52.698Z] - mirrored artifact osgi.bundle,org.eclipse.mat.chart,1.15.0.202311170814 [2024-03-05T10:44:52.698Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mat.chart.feature,1.15.0.202311170814 [2024-03-05T10:44:52.698Z] - mirrored artifact osgi.bundle,org.eclipse.birt.chart.engine.extension,4.12.0.v202211281949 [2024-03-05T10:44:52.698Z] - mirrored artifact osgi.bundle,org.eclipse.mat.parser,1.15.0.202311170814 [2024-03-05T10:44:52.698Z] - mirrored artifact osgi.bundle,org.eclipse.mat.chart.ui,1.15.0.202311170814 [2024-03-05T10:44:52.698Z] - mirrored artifact osgi.bundle,org.eclipse.birt.core,4.12.0.v202211281949 [2024-03-05T10:44:52.698Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mat.feature,1.15.0.202311170814 [2024-03-05T10:44:52.698Z] - mirrored artifact osgi.bundle,org.eclipse.mat.api,1.15.0.202311170814 [2024-03-05T10:44:52.698Z] - mirrored artifact osgi.bundle,org.eclipse.mat.jruby.resolver,1.15.0.202311170814 [2024-03-05T10:44:52.698Z] - mirrored artifact osgi.bundle,org.eclipse.mat.hprof,1.15.0.202311170814 [2024-03-05T10:44:52.698Z] - mirrored artifact osgi.bundle,org.eclipse.birt.chart.device.extension,4.12.0.v202211281949 [2024-03-05T10:44:52.698Z] - mirrored artifact osgi.bundle,org.eclipse.mat.dtfj,1.15.0.202311170814 [2024-03-05T10:44:52.698Z] - mirrored artifact osgi.bundle,org.eclipse.mat.ui,1.15.0.202311170814 [2024-03-05T10:44:52.699Z] - mirrored artifact osgi.bundle,org.eclipse.mat.report,1.15.0.202311170814 [2024-03-05T10:44:52.699Z] - mirrored artifact osgi.bundle,org.eclipse.birt.chart.device.swt,4.12.0.v202211281949 [2024-03-05T10:44:52.958Z] - mirrored artifact osgi.bundle,org.eclipse.birt.chart.engine,4.12.0.v202211281949 [2024-03-05T10:44:52.958Z] - mirrored artifact osgi.bundle,org.eclipse.mat.jdt,1.15.0.202311170814 [2024-03-05T10:44:53.222Z] - mirrored artifact osgi.bundle,org.eclipse.mat.ui.help,1.15.0.202311170814 [2024-03-05T10:44:53.222Z] Mirroring artifacts from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5 [2024-03-05T10:44:53.222Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.codegen.ecore.source,2.5.2.v20221116-1811 [2024-03-05T10:44:53.222Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.codegen.ecore.ui.source,2.5.2.v20221116-1811 [2024-03-05T10:44:53.222Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.examples.source,5.5.0.v20221116-1811 [2024-03-05T10:44:53.222Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml.edit,5.5.0.v20221116-1811 [2024-03-05T10:44:53.222Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.uml,5.5.0.v20221116-1811 [2024-03-05T10:44:53.222Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.common.edit,2.5.0.v20221116-1811 [2024-03-05T10:44:53.222Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.doc.source,5.5.0.v20221116-1811 [2024-03-05T10:44:53.222Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.doc,5.5.0.v20221116-1811 [2024-03-05T10:44:53.223Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.codegen.ecore.ui,2.5.2.v20221116-1811 [2024-03-05T10:44:53.223Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.sdk,5.5.3.v20221116-1811 [2024-03-05T10:44:53.223Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml.profile.standard,1.5.0.v20221116-1811 [2024-03-05T10:44:53.223Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml.resources.source,5.5.0.v20221116-1811 [2024-03-05T10:44:53.223Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.codegen.ecore,2.5.2.v20221116-1811 [2024-03-05T10:44:53.223Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.common.edit.source,2.5.0.v20221116-1811 [2024-03-05T10:44:53.223Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.ant.source,1.5.0.v20221116-1811 [2024-03-05T10:44:53.223Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.types.source,2.5.0.v20221116-1811 [2024-03-05T10:44:53.223Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.ant,1.5.0.v20221116-1811 [2024-03-05T10:44:53.223Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.uml.edit.source,5.5.0.v20221116-1811 [2024-03-05T10:44:53.223Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.examples.uml.ui,5.5.0.v20221116-1811 [2024-03-05T10:44:53.223Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.common.source,2.5.0.v20221116-1811 [2024-03-05T10:44:53.223Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.examples.uml.ui.source,5.5.0.v20221116-1811 [2024-03-05T10:44:53.223Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.uml.source,5.5.0.v20221116-1811 [2024-03-05T10:44:53.223Z] - mirroring artifact osgi.bundle,org.eclipse.uml2,5.5.3.v20221116-1811 [2024-03-05T10:44:53.223Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.examples,5.5.0.v20221116-1811 [2024-03-05T10:44:53.223Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.codegen.ecore.ui,2.5.2.v20221116-1811 [2024-03-05T10:44:53.223Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.sdk,5.5.3.v20221116-1811 [2024-03-05T10:44:53.223Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml.ecore.importer.source,3.5.0.v20221116-1811 [2024-03-05T10:44:53.223Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.examples,5.5.0.v20221116-1811 [2024-03-05T10:44:53.223Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.types,2.5.0.v20221116-1811 [2024-03-05T10:44:53.223Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml.ecore.exporter,3.5.0.v20221116-1811 [2024-03-05T10:44:53.223Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.source,5.5.3.v20221116-1811 [2024-03-05T10:44:53.223Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml.validation.source,5.5.0.v20221116-1811 [2024-03-05T10:44:53.223Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml,5.5.0.v20221116-1811 [2024-03-05T10:44:53.223Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.sdk.source,5.5.3.v20221116-1811 [2024-03-05T10:44:53.223Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.codegen.ecore.ui.source,2.5.2.v20221116-1811 [2024-03-05T10:44:53.223Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml.ecore.exporter.source,3.5.0.v20221116-1811 [2024-03-05T10:44:53.223Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.common,2.5.0.v20221116-1811 [2024-03-05T10:44:53.223Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.doc.source,5.5.0.v20221116-1811 [2024-03-05T10:44:53.224Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml.edit.source,5.5.0.v20221116-1811 [2024-03-05T10:44:53.224Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.uml.edit,5.5.0.v20221116-1811 [2024-03-05T10:44:53.224Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.sdk.source,5.5.3.v20221116-1811 [2024-03-05T10:44:53.224Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml.source,5.5.0.v20221116-1811 [2024-03-05T10:44:53.224Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml.editor.source,5.5.0.v20221116-1811 [2024-03-05T10:44:53.224Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml.resources,5.5.0.v20221116-1811 [2024-03-05T10:44:53.224Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml.validation,5.5.0.v20221116-1811 [2024-03-05T10:44:53.224Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2,5.5.3.v20221116-1811 [2024-03-05T10:44:53.224Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.common.source,2.5.0.v20221116-1811 [2024-03-05T10:44:53.224Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.common.edit.source,2.5.0.v20221116-1811 [2024-03-05T10:44:53.224Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml.profile.standard.source,1.5.0.v20221116-1811 [2024-03-05T10:44:53.224Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.examples.source,5.5.0.v20221116-1811 [2024-03-05T10:44:53.224Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.common,2.5.0.v20221116-1811 [2024-03-05T10:44:53.224Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml.ecore.importer,3.5.0.v20221116-1811 [2024-03-05T10:44:53.224Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.common.edit,2.5.0.v20221116-1811 [2024-03-05T10:44:53.224Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml.editor,5.5.0.v20221116-1811 [2024-03-05T10:44:53.224Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.doc,5.5.0.v20221116-1811 [2024-03-05T10:44:53.224Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.source,5.5.3.v20221116-1811 [2024-03-05T10:44:53.224Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.codegen.ecore.source,2.5.2.v20221116-1811 [2024-03-05T10:44:53.224Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.codegen.ecore.ui.source,2.5.2.v20221116-1811 [2024-03-05T10:44:53.224Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.examples.source,5.5.0.v20221116-1811 [2024-03-05T10:44:53.224Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.uml,5.5.0.v20221116-1811 [2024-03-05T10:44:53.224Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.common.edit,2.5.0.v20221116-1811 [2024-03-05T10:44:53.483Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.doc.source,5.5.0.v20221116-1811 [2024-03-05T10:44:53.484Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml.edit,5.5.0.v20221116-1811 [2024-03-05T10:44:53.484Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.doc,5.5.0.v20221116-1811 [2024-03-05T10:44:53.484Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.codegen.ecore.ui,2.5.2.v20221116-1811 [2024-03-05T10:44:53.484Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.sdk,5.5.3.v20221116-1811 [2024-03-05T10:44:53.484Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml.profile.standard,1.5.0.v20221116-1811 [2024-03-05T10:44:53.484Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml.resources.source,5.5.0.v20221116-1811 [2024-03-05T10:44:53.484Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.common.edit.source,2.5.0.v20221116-1811 [2024-03-05T10:44:53.484Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.codegen.ecore,2.5.2.v20221116-1811 [2024-03-05T10:44:53.484Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.types.source,2.5.0.v20221116-1811 [2024-03-05T10:44:53.484Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.ant.source,1.5.0.v20221116-1811 [2024-03-05T10:44:53.484Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.uml.edit.source,5.5.0.v20221116-1811 [2024-03-05T10:44:53.484Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.ant,1.5.0.v20221116-1811 [2024-03-05T10:44:53.484Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.common.source,2.5.0.v20221116-1811 [2024-03-05T10:44:53.484Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.examples.uml.ui.source,5.5.0.v20221116-1811 [2024-03-05T10:44:53.484Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.examples.uml.ui,5.5.0.v20221116-1811 [2024-03-05T10:44:53.484Z] - mirrored artifact osgi.bundle,org.eclipse.uml2,5.5.3.v20221116-1811 [2024-03-05T10:44:53.484Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.examples,5.5.0.v20221116-1811 [2024-03-05T10:44:53.484Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.uml.source,5.5.0.v20221116-1811 [2024-03-05T10:44:53.484Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.sdk,5.5.3.v20221116-1811 [2024-03-05T10:44:53.484Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml.ecore.importer.source,3.5.0.v20221116-1811 [2024-03-05T10:44:53.484Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.codegen.ecore.ui,2.5.2.v20221116-1811 [2024-03-05T10:44:53.484Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.examples,5.5.0.v20221116-1811 [2024-03-05T10:44:53.484Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.types,2.5.0.v20221116-1811 [2024-03-05T10:44:53.484Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml.ecore.exporter,3.5.0.v20221116-1811 [2024-03-05T10:44:53.484Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml.validation.source,5.5.0.v20221116-1811 [2024-03-05T10:44:53.484Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.source,5.5.3.v20221116-1811 [2024-03-05T10:44:53.485Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.sdk.source,5.5.3.v20221116-1811 [2024-03-05T10:44:53.485Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.codegen.ecore.ui.source,2.5.2.v20221116-1811 [2024-03-05T10:44:53.485Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml.ecore.exporter.source,3.5.0.v20221116-1811 [2024-03-05T10:44:53.745Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.common,2.5.0.v20221116-1811 [2024-03-05T10:44:53.745Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.doc.source,5.5.0.v20221116-1811 [2024-03-05T10:44:53.745Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml.edit.source,5.5.0.v20221116-1811 [2024-03-05T10:44:53.745Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.uml.edit,5.5.0.v20221116-1811 [2024-03-05T10:44:53.745Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.sdk.source,5.5.3.v20221116-1811 [2024-03-05T10:44:53.745Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml,5.5.0.v20221116-1811 [2024-03-05T10:44:53.745Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml.editor.source,5.5.0.v20221116-1811 [2024-03-05T10:44:53.745Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml.resources,5.5.0.v20221116-1811 [2024-03-05T10:44:53.745Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml.validation,5.5.0.v20221116-1811 [2024-03-05T10:44:53.745Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2,5.5.3.v20221116-1811 [2024-03-05T10:44:53.745Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.common.source,2.5.0.v20221116-1811 [2024-03-05T10:44:53.745Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.common.edit.source,2.5.0.v20221116-1811 [2024-03-05T10:44:53.745Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml.profile.standard.source,1.5.0.v20221116-1811 [2024-03-05T10:44:53.746Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.examples.source,5.5.0.v20221116-1811 [2024-03-05T10:44:53.746Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.common,2.5.0.v20221116-1811 [2024-03-05T10:44:53.746Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml.ecore.importer,3.5.0.v20221116-1811 [2024-03-05T10:44:53.746Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.common.edit,2.5.0.v20221116-1811 [2024-03-05T10:44:53.746Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml.editor,5.5.0.v20221116-1811 [2024-03-05T10:44:53.746Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.doc,5.5.0.v20221116-1811 [2024-03-05T10:44:53.746Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml.source,5.5.0.v20221116-1811 [2024-03-05T10:44:53.746Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.source,5.5.3.v20221116-1811 [2024-03-05T10:44:53.746Z] Mirroring artifacts from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.20.0/S202402261444 [2024-03-05T10:44:53.746Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.interpreter.source,4.20.0.v20240226-1444 [2024-03-05T10:44:53.746Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.idioms.source,1.20.0.v20240226-1444 [2024-03-05T10:44:53.746Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.uml.ui,2.20.0.v20240226-1444 [2024-03-05T10:44:53.746Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples,3.20.0.v20240226-1444 [2024-03-05T10:44:53.746Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.interpreter,4.20.0.v20240226-1444 [2024-03-05T10:44:53.746Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.common.ui.source,1.20.0.v20240226-1444 [2024-03-05T10:44:53.746Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.xtext.console.source,4.20.0.v20240226-1444 [2024-03-05T10:44:53.746Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.uml.ui.source,2.20.0.v20240226-1444 [2024-03-05T10:44:53.746Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.common.source,1.20.0.v20240226-1444 [2024-03-05T10:44:53.746Z] - mirroring artifact osgi.bundle,lpg.runtime.java.source,2.0.17.v201004271640 [2024-03-05T10:44:53.746Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.essentialocl.source,1.20.0.v20240226-1444 [2024-03-05T10:44:53.746Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.markup.source,1.20.0.v20240226-1444 [2024-03-05T10:44:53.746Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.uml.source,5.20.0.v20240226-1444 [2024-03-05T10:44:53.746Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.common.ui,1.20.0.v20240226-1444 [2024-03-05T10:44:53.746Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.uml,5.20.0.v20240226-1444 [2024-03-05T10:44:53.746Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.ecore,3.20.0.v20240226-1444 [2024-03-05T10:44:53.746Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.impactanalyzer,3.20.0.v20240226-1444 [2024-03-05T10:44:53.746Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.source,3.20.0.v20240226-1444 [2024-03-05T10:44:53.746Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.pivot.ui,1.20.0.v20240226-1444 [2024-03-05T10:44:53.746Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.validity.source,2.20.0.v20240226-1444 [2024-03-05T10:44:53.746Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.ui,1.20.0.v20240226-1444 [2024-03-05T10:44:53.747Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.uml.edit.source,5.20.0.v20240226-1444 [2024-03-05T10:44:53.747Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.oclstdlib.ui,1.20.0.v20240226-1444 [2024-03-05T10:44:53.747Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.ui.source,2.20.0.v20240226-1444 [2024-03-05T10:44:53.747Z] - mirroring artifact osgi.bundle,lpg.runtime.java,2.0.17.v201004271640 [2024-03-05T10:44:53.747Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.examples.classic,5.20.0.v20240226-1444 [2024-03-05T10:44:53.747Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.doc,3.20.0.v20240226-1444 [2024-03-05T10:44:53.747Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl,3.20.0.v20240226-1444 [2024-03-05T10:44:53.747Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.all.sdk.source,5.20.0.v20240226-1444 [2024-03-05T10:44:53.747Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.completeocl.ui,1.20.0.v20240226-1444 [2024-03-05T10:44:53.747Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.examples.unified,4.20.0.v20240226-1444 [2024-03-05T10:44:53.747Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.base.source,1.20.0.v20240226-1444 [2024-03-05T10:44:53.747Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.tools.source,3.19.0.v20240226-1444 [2024-03-05T10:44:53.747Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.ui,2.20.0.v20240226-1444 [2024-03-05T10:44:53.747Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.ecore.edit,4.20.0.v20240226-1444 [2024-03-05T10:44:53.747Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.uml.source,5.20.0.v20240226-1444 [2024-03-05T10:44:53.747Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.debug.vm,2.20.0.v20240226-1444 [2024-03-05T10:44:53.747Z] - mirroring artifact osgi.bundle,org.eclipse.ocl,3.20.0.v20240226-1444 [2024-03-05T10:44:53.747Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.oclstdlib.source,1.20.0.v20240226-1444 [2024-03-05T10:44:53.747Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.ecore.edit.source,4.20.0.v20240226-1444 [2024-03-05T10:44:53.747Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.doc.source,3.20.0.v20240226-1444 [2024-03-05T10:44:53.747Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.oclinecore,1.20.0.v20240226-1444 [2024-03-05T10:44:53.747Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.codegen,2.20.0.v20240226-1444 [2024-03-05T10:44:53.747Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.markup.ui,1.20.0.v20240226-1444 [2024-03-05T10:44:53.747Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.idioms.ui,1.20.0.v20240226-1444 [2024-03-05T10:44:53.747Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.source,3.20.0.v20240226-1444 [2024-03-05T10:44:53.747Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.debug.vm.ui,2.20.0.v20240226-1444 [2024-03-05T10:44:53.747Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.completeocl.source,1.20.0.v20240226-1444 [2024-03-05T10:44:53.747Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.standalone,2.20.0.v20240226-1444 [2024-03-05T10:44:53.747Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.pivot.uml,1.20.0.v20240226-1444 [2024-03-05T10:44:53.748Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.classic,5.20.0.v20240226-1444 [2024-03-05T10:44:53.748Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.completeocl.ui.source,1.20.0.v20240226-1444 [2024-03-05T10:44:53.748Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.impactanalyzer.util,3.20.0.v20240226-1444 [2024-03-05T10:44:53.748Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.eventmanager.source,3.20.0.v20240226-1444 [2024-03-05T10:44:53.748Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.debug.ui.source,2.20.0.v20240226-1444 [2024-03-05T10:44:53.748Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.codegen.source,2.20.0.v20240226-1444 [2024-03-05T10:44:53.748Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.essentialocl,1.20.0.v20240226-1444 [2024-03-05T10:44:53.748Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.unified.ui.source,1.20.0.v20240226-1444 [2024-03-05T10:44:53.748Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.base.ui,1.20.0.v20240226-1444 [2024-03-05T10:44:53.748Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.examples,6.20.0.v20240226-1444 [2024-03-05T10:44:53.748Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.common,1.20.0.v20240226-1444 [2024-03-05T10:44:53.748Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.debug,2.20.0.v20240226-1444 [2024-03-05T10:44:53.748Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.unified,4.20.0.v20240226-1444 [2024-03-05T10:44:53.748Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.ui,1.20.0.v20240226-1444 [2024-03-05T10:44:53.748Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.impactanalyzer.source,3.20.0.v20240226-1444 [2024-03-05T10:44:53.748Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.oclinecore.ui.source,1.20.0.v20240226-1444 [2024-03-05T10:44:53.748Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.emf.validation.validity,2.20.0.v20240226-1444 [2024-03-05T10:44:53.748Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.pivot.ui.source,1.20.0.v20240226-1444 [2024-03-05T10:44:53.748Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.oclstdlib,1.20.0.v20240226-1444 [2024-03-05T10:44:53.748Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.tools,3.19.0.v20240226-1444 [2024-03-05T10:44:53.748Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.unified.ui,1.20.0.v20240226-1444 [2024-03-05T10:44:53.748Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.ecore.source,3.20.0.v20240226-1444 [2024-03-05T10:44:53.748Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.essentialocl.ui.source,1.20.0.v20240226-1444 [2024-03-05T10:44:53.748Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.uml.edit,5.20.0.v20240226-1444 [2024-03-05T10:44:53.748Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.doc.source,3.20.0.v20240226-1444 [2024-03-05T10:44:53.748Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.classic.source,5.20.0.v20240226-1444 [2024-03-05T10:44:53.748Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.standalone.source,2.20.0.v20240226-1444 [2024-03-05T10:44:53.748Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.unified.source,4.20.0.v20240226-1444 [2024-03-05T10:44:53.749Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.source,3.20.0.v20240226-1444 [2024-03-05T10:44:53.749Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.oclinecore.ui,1.20.0.v20240226-1444 [2024-03-05T10:44:53.749Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.uml,5.20.0.v20240226-1444 [2024-03-05T10:44:53.749Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.edit.source,4.20.0.v20240226-1444 [2024-03-05T10:44:53.749Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.eventmanager,3.20.0.v20240226-1444 [2024-03-05T10:44:53.749Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.all.sdk,5.20.0.v20240226-1444 [2024-03-05T10:44:53.749Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.pivot.uml.source,1.20.0.v20240226-1444 [2024-03-05T10:44:53.749Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.debug.ui,2.20.0.v20240226-1444 [2024-03-05T10:44:53.749Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.unified.core,1.20.0.v20240226-1444 [2024-03-05T10:44:53.749Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.edit,4.20.0.v20240226-1444 [2024-03-05T10:44:53.749Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.debug.source,2.20.0.v20240226-1444 [2024-03-05T10:44:53.749Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.build.source,6.20.0.v20240226-1444 [2024-03-05T10:44:53.749Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.idioms.ui.source,1.20.0.v20240226-1444 [2024-03-05T10:44:53.749Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.build,6.20.0.v20240226-1444 [2024-03-05T10:44:53.749Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.completeocl,1.20.0.v20240226-1444 [2024-03-05T10:44:53.749Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.simrel.classic,5.19.0.v20240226-1444 [2024-03-05T10:44:53.749Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.emf.validation.validity.ui.source,2.20.0.v20240226-1444 [2024-03-05T10:44:53.749Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.validity,2.20.0.v20240226-1444 [2024-03-05T10:44:53.749Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.unified.core.source,1.20.0.v20240226-1444 [2024-03-05T10:44:53.749Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.oclinecore.source,1.20.0.v20240226-1444 [2024-03-05T10:44:53.749Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.doc,3.20.0.v20240226-1444 [2024-03-05T10:44:53.749Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.oclstdlib.ui.source,1.20.0.v20240226-1444 [2024-03-05T10:44:53.749Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.ui.source,1.20.0.v20240226-1444 [2024-03-05T10:44:53.749Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.debug.vm.source,2.20.0.v20240226-1444 [2024-03-05T10:44:53.749Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.edit,5.20.0.v20240226-1444 [2024-03-05T10:44:53.749Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.idioms,1.20.0.v20240226-1444 [2024-03-05T10:44:53.749Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.markup,1.20.0.v20240226-1444 [2024-03-05T10:44:53.750Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.examples.classic.source,5.20.0.v20240226-1444 [2024-03-05T10:44:53.750Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.examples.unified.source,4.20.0.v20240226-1444 [2024-03-05T10:44:53.750Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.simrel.classic.source,5.19.0.v20240226-1444 [2024-03-05T10:44:53.750Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.examples.source,6.20.0.v20240226-1444 [2024-03-05T10:44:53.750Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.essentialocl.ui,1.20.0.v20240226-1444 [2024-03-05T10:44:53.750Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.pivot,1.20.0.v20240226-1444 [2024-03-05T10:44:53.750Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.impactanalyzer.util.source,3.20.0.v20240226-1444 [2024-03-05T10:44:53.750Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.base,1.20.0.v20240226-1444 [2024-03-05T10:44:53.750Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.pivot.source,1.20.0.v20240226-1444 [2024-03-05T10:44:53.750Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.emf.validation.validity.source,2.20.0.v20240226-1444 [2024-03-05T10:44:53.750Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.emf.validation.validity.ui,2.20.0.v20240226-1444 [2024-03-05T10:44:53.750Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.impactanalyzer.ui.source,3.20.0.v20240226-1444 [2024-03-05T10:44:53.750Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.edit.source,5.20.0.v20240226-1444 [2024-03-05T10:44:53.750Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.impactanalyzer.ui,3.20.0.v20240226-1444 [2024-03-05T10:44:53.750Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.markup.ui.source,1.20.0.v20240226-1444 [2024-03-05T10:44:53.750Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.debug.vm.ui.source,2.20.0.v20240226-1444 [2024-03-05T10:44:53.750Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.ui.source,1.20.0.v20240226-1444 [2024-03-05T10:44:53.750Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.base.ui.source,1.20.0.v20240226-1444 [2024-03-05T10:44:53.750Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.xtext.console,4.20.0.v20240226-1444 [2024-03-05T10:44:53.750Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.interpreter.source,4.20.0.v20240226-1444 [2024-03-05T10:44:53.750Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.idioms.source,1.20.0.v20240226-1444 [2024-03-05T10:44:53.750Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.uml.ui,2.20.0.v20240226-1444 [2024-03-05T10:44:55.170Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples,3.20.0.v20240226-1444 [2024-03-05T10:44:55.170Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.interpreter,4.20.0.v20240226-1444 [2024-03-05T10:44:55.170Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.xtext.console.source,4.20.0.v20240226-1444 [2024-03-05T10:44:55.171Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.uml.ui.source,2.20.0.v20240226-1444 [2024-03-05T10:44:55.171Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.common.source,1.20.0.v20240226-1444 [2024-03-05T10:44:55.171Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.common.ui.source,1.20.0.v20240226-1444 [2024-03-05T10:44:55.171Z] - mirrored artifact osgi.bundle,lpg.runtime.java.source,2.0.17.v201004271640 [2024-03-05T10:44:55.171Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.markup.source,1.20.0.v20240226-1444 [2024-03-05T10:44:55.171Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.uml.source,5.20.0.v20240226-1444 [2024-03-05T10:44:55.171Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.essentialocl.source,1.20.0.v20240226-1444 [2024-03-05T10:44:55.171Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.common.ui,1.20.0.v20240226-1444 [2024-03-05T10:44:55.171Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.uml,5.20.0.v20240226-1444 [2024-03-05T10:44:55.171Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.impactanalyzer,3.20.0.v20240226-1444 [2024-03-05T10:44:55.171Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.ecore,3.20.0.v20240226-1444 [2024-03-05T10:44:55.171Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.source,3.20.0.v20240226-1444 [2024-03-05T10:44:55.171Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.pivot.ui,1.20.0.v20240226-1444 [2024-03-05T10:44:55.171Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.validity.source,2.20.0.v20240226-1444 [2024-03-05T10:44:55.171Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.ui,1.20.0.v20240226-1444 [2024-03-05T10:44:55.171Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.uml.edit.source,5.20.0.v20240226-1444 [2024-03-05T10:44:55.171Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.ui.source,2.20.0.v20240226-1444 [2024-03-05T10:44:55.171Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.oclstdlib.ui,1.20.0.v20240226-1444 [2024-03-05T10:44:55.171Z] - mirrored artifact osgi.bundle,lpg.runtime.java,2.0.17.v201004271640 [2024-03-05T10:44:55.171Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.examples.classic,5.20.0.v20240226-1444 [2024-03-05T10:44:55.171Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.doc,3.20.0.v20240226-1444 [2024-03-05T10:44:55.171Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.all.sdk.source,5.20.0.v20240226-1444 [2024-03-05T10:44:55.171Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl,3.20.0.v20240226-1444 [2024-03-05T10:44:55.171Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.examples.unified,4.20.0.v20240226-1444 [2024-03-05T10:44:55.171Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.completeocl.ui,1.20.0.v20240226-1444 [2024-03-05T10:44:55.171Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.base.source,1.20.0.v20240226-1444 [2024-03-05T10:44:55.171Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.tools.source,3.19.0.v20240226-1444 [2024-03-05T10:44:55.171Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.ui,2.20.0.v20240226-1444 [2024-03-05T10:44:55.172Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.uml.source,5.20.0.v20240226-1444 [2024-03-05T10:44:55.172Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.ecore.edit,4.20.0.v20240226-1444 [2024-03-05T10:44:55.172Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.debug.vm,2.20.0.v20240226-1444 [2024-03-05T10:44:55.172Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.oclstdlib.source,1.20.0.v20240226-1444 [2024-03-05T10:44:55.172Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.ecore.edit.source,4.20.0.v20240226-1444 [2024-03-05T10:44:55.172Z] - mirrored artifact osgi.bundle,org.eclipse.ocl,3.20.0.v20240226-1444 [2024-03-05T10:44:55.172Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.oclinecore,1.20.0.v20240226-1444 [2024-03-05T10:44:55.172Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.codegen,2.20.0.v20240226-1444 [2024-03-05T10:44:55.172Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.markup.ui,1.20.0.v20240226-1444 [2024-03-05T10:44:55.172Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.idioms.ui,1.20.0.v20240226-1444 [2024-03-05T10:44:55.172Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.source,3.20.0.v20240226-1444 [2024-03-05T10:44:55.172Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.doc.source,3.20.0.v20240226-1444 [2024-03-05T10:44:55.172Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.debug.vm.ui,2.20.0.v20240226-1444 [2024-03-05T10:44:55.172Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.standalone,2.20.0.v20240226-1444 [2024-03-05T10:44:55.172Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.completeocl.source,1.20.0.v20240226-1444 [2024-03-05T10:44:55.172Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.pivot.uml,1.20.0.v20240226-1444 [2024-03-05T10:44:55.172Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.classic,5.20.0.v20240226-1444 [2024-03-05T10:44:55.172Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.impactanalyzer.util,3.20.0.v20240226-1444 [2024-03-05T10:44:55.172Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.completeocl.ui.source,1.20.0.v20240226-1444 [2024-03-05T10:44:55.172Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.debug.ui.source,2.20.0.v20240226-1444 [2024-03-05T10:44:55.172Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.eventmanager.source,3.20.0.v20240226-1444 [2024-03-05T10:44:55.172Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.codegen.source,2.20.0.v20240226-1444 [2024-03-05T10:44:55.172Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.unified.ui.source,1.20.0.v20240226-1444 [2024-03-05T10:44:55.172Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.essentialocl,1.20.0.v20240226-1444 [2024-03-05T10:44:55.172Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.examples,6.20.0.v20240226-1444 [2024-03-05T10:44:55.172Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.base.ui,1.20.0.v20240226-1444 [2024-03-05T10:44:55.172Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.common,1.20.0.v20240226-1444 [2024-03-05T10:44:55.172Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.unified,4.20.0.v20240226-1444 [2024-03-05T10:44:55.172Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.debug,2.20.0.v20240226-1444 [2024-03-05T10:44:55.172Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.ui,1.20.0.v20240226-1444 [2024-03-05T10:44:55.173Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.impactanalyzer.source,3.20.0.v20240226-1444 [2024-03-05T10:44:55.173Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.oclinecore.ui.source,1.20.0.v20240226-1444 [2024-03-05T10:44:55.173Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.emf.validation.validity,2.20.0.v20240226-1444 [2024-03-05T10:44:55.173Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.pivot.ui.source,1.20.0.v20240226-1444 [2024-03-05T10:44:55.173Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.tools,3.19.0.v20240226-1444 [2024-03-05T10:44:55.173Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.unified.ui,1.20.0.v20240226-1444 [2024-03-05T10:44:55.173Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.oclstdlib,1.20.0.v20240226-1444 [2024-03-05T10:44:55.173Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.essentialocl.ui.source,1.20.0.v20240226-1444 [2024-03-05T10:44:55.173Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.ecore.source,3.20.0.v20240226-1444 [2024-03-05T10:44:55.173Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.doc.source,3.20.0.v20240226-1444 [2024-03-05T10:44:55.173Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.uml.edit,5.20.0.v20240226-1444 [2024-03-05T10:44:55.173Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.classic.source,5.20.0.v20240226-1444 [2024-03-05T10:44:55.173Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.unified.source,4.20.0.v20240226-1444 [2024-03-05T10:44:55.173Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.standalone.source,2.20.0.v20240226-1444 [2024-03-05T10:44:55.173Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.source,3.20.0.v20240226-1444 [2024-03-05T10:44:55.173Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.uml,5.20.0.v20240226-1444 [2024-03-05T10:44:55.173Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.edit.source,4.20.0.v20240226-1444 [2024-03-05T10:44:55.173Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.oclinecore.ui,1.20.0.v20240226-1444 [2024-03-05T10:44:55.173Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.all.sdk,5.20.0.v20240226-1444 [2024-03-05T10:44:55.173Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.eventmanager,3.20.0.v20240226-1444 [2024-03-05T10:44:55.173Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.pivot.uml.source,1.20.0.v20240226-1444 [2024-03-05T10:44:55.173Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.debug.ui,2.20.0.v20240226-1444 [2024-03-05T10:44:55.173Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.unified.core,1.20.0.v20240226-1444 [2024-03-05T10:44:55.173Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.debug.source,2.20.0.v20240226-1444 [2024-03-05T10:44:55.173Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.edit,4.20.0.v20240226-1444 [2024-03-05T10:44:55.173Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.build.source,6.20.0.v20240226-1444 [2024-03-05T10:44:55.173Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.build,6.20.0.v20240226-1444 [2024-03-05T10:44:55.174Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.idioms.ui.source,1.20.0.v20240226-1444 [2024-03-05T10:44:55.174Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.simrel.classic,5.19.0.v20240226-1444 [2024-03-05T10:44:55.174Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.emf.validation.validity.ui.source,2.20.0.v20240226-1444 [2024-03-05T10:44:55.174Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.validity,2.20.0.v20240226-1444 [2024-03-05T10:44:55.174Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.completeocl,1.20.0.v20240226-1444 [2024-03-05T10:44:55.174Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.unified.core.source,1.20.0.v20240226-1444 [2024-03-05T10:44:55.174Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.oclinecore.source,1.20.0.v20240226-1444 [2024-03-05T10:44:55.174Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.oclstdlib.ui.source,1.20.0.v20240226-1444 [2024-03-05T10:44:55.174Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.ui.source,1.20.0.v20240226-1444 [2024-03-05T10:44:55.174Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.debug.vm.source,2.20.0.v20240226-1444 [2024-03-05T10:44:55.174Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.edit,5.20.0.v20240226-1444 [2024-03-05T10:44:55.174Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.idioms,1.20.0.v20240226-1444 [2024-03-05T10:44:55.174Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.markup,1.20.0.v20240226-1444 [2024-03-05T10:44:55.174Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.examples.classic.source,5.20.0.v20240226-1444 [2024-03-05T10:44:55.174Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.examples.unified.source,4.20.0.v20240226-1444 [2024-03-05T10:44:55.174Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.simrel.classic.source,5.19.0.v20240226-1444 [2024-03-05T10:44:55.174Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.examples.source,6.20.0.v20240226-1444 [2024-03-05T10:44:55.174Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.essentialocl.ui,1.20.0.v20240226-1444 [2024-03-05T10:44:55.174Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.doc,3.20.0.v20240226-1444 [2024-03-05T10:44:55.174Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.impactanalyzer.util.source,3.20.0.v20240226-1444 [2024-03-05T10:44:55.174Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.base,1.20.0.v20240226-1444 [2024-03-05T10:44:55.174Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.pivot,1.20.0.v20240226-1444 [2024-03-05T10:44:55.174Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.emf.validation.validity.source,2.20.0.v20240226-1444 [2024-03-05T10:44:55.174Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.emf.validation.validity.ui,2.20.0.v20240226-1444 [2024-03-05T10:44:55.174Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.impactanalyzer.ui.source,3.20.0.v20240226-1444 [2024-03-05T10:44:55.174Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.edit.source,5.20.0.v20240226-1444 [2024-03-05T10:44:55.175Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.impactanalyzer.ui,3.20.0.v20240226-1444 [2024-03-05T10:44:55.175Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.markup.ui.source,1.20.0.v20240226-1444 [2024-03-05T10:44:55.175Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.pivot.source,1.20.0.v20240226-1444 [2024-03-05T10:44:55.175Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.debug.vm.ui.source,2.20.0.v20240226-1444 [2024-03-05T10:44:55.175Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.ui.source,1.20.0.v20240226-1444 [2024-03-05T10:44:55.175Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.base.ui.source,1.20.0.v20240226-1444 [2024-03-05T10:44:55.175Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.xtext.console,4.20.0.v20240226-1444 [2024-03-05T10:44:55.175Z] Mirroring artifacts from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857 [2024-03-05T10:44:55.175Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.query.doc.source,7.0.0.202402190857 [2024-03-05T10:44:55.175Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.equinox.launcher,3.7.15.202402190857 [2024-03-05T10:44:55.175Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.acceleo.query,7.0.0.202402190857 [2024-03-05T10:44:55.175Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.traceability.source,3.7.15.202402190857 [2024-03-05T10:44:55.175Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.profiler.source,3.7.15.202402190857 [2024-03-05T10:44:55.175Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.query.source,7.0.0.202402190857 [2024-03-05T10:44:55.175Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.traceability.model,3.7.15.202402190857 [2024-03-05T10:44:55.175Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.parser.source,3.7.15.202402190857 [2024-03-05T10:44:55.175Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.model.source,3.7.15.202402190857 [2024-03-05T10:44:55.175Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.model,3.7.15.202402190857 [2024-03-05T10:44:55.175Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.common.ide.source,3.7.15.202402190857 [2024-03-05T10:44:55.175Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.profiler.edit.source,3.7.15.202402190857 [2024-03-05T10:44:55.175Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.annotations.source,7.0.0.202402190857 [2024-03-05T10:44:55.175Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.doc,3.7.15.202402190857 [2024-03-05T10:44:55.175Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.common.ui.source,3.7.15.202402190857 [2024-03-05T10:44:55.175Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.query.ide,7.0.0.202402190857 [2024-03-05T10:44:55.175Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.acceleo.equinox.launcher,3.7.15.202402190857 [2024-03-05T10:44:55.175Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.acceleo,3.7.15.202402190857 [2024-03-05T10:44:55.175Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.query.ide.source,7.0.0.202402190857 [2024-03-05T10:44:55.175Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.ui.interpreter.source,3.7.15.202402190857 [2024-03-05T10:44:55.176Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.common.ide,3.7.15.202402190857 [2024-03-05T10:44:55.176Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.common.ui,3.7.15.202402190857 [2024-03-05T10:44:55.176Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.compatibility.ui.source,3.7.15.202402190857 [2024-03-05T10:44:55.176Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.engine,3.7.15.202402190857 [2024-03-05T10:44:55.176Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.compatibility,3.7.15.202402190857 [2024-03-05T10:44:55.176Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.traceability,3.7.15.202402190857 [2024-03-05T10:44:55.176Z] - mirroring artifact osgi.bundle,org.antlr.runtime,4.7.2.v20221112-0806 [2024-03-05T10:44:55.176Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.profiler.editor.source,3.7.15.202402190857 [2024-03-05T10:44:55.176Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.common.source,3.7.15.202402190857 [2024-03-05T10:44:55.176Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.engine.source,3.7.15.202402190857 [2024-03-05T10:44:55.176Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.profiler,3.7.15.202402190857 [2024-03-05T10:44:55.176Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.model.edit,3.7.15.202402190857 [2024-03-05T10:44:55.176Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.model.edit.source,3.7.15.202402190857 [2024-03-05T10:44:55.176Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.traceability.model.source,3.7.15.202402190857 [2024-03-05T10:44:55.176Z] - mirroring artifact osgi.bundle,org.kohsuke.args4j,2.33.0 [2024-03-05T10:44:55.176Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.annotations,7.0.0.202402190857 [2024-03-05T10:44:55.176Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.query,7.0.0.202402190857 [2024-03-05T10:44:55.176Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.profiler.edit,3.7.15.202402190857 [2024-03-05T10:44:55.176Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.compatibility.ui,3.7.15.202402190857 [2024-03-05T10:44:55.176Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.ui.interpreter,3.7.15.202402190857 [2024-03-05T10:44:55.176Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.parser,3.7.15.202402190857 [2024-03-05T10:44:55.176Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.profiler.editor,3.7.15.202402190857 [2024-03-05T10:44:55.176Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.acceleo.query.source,7.0.0.202402190857 [2024-03-05T10:44:55.176Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.compatibility.source,3.7.15.202402190857 [2024-03-05T10:44:55.176Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.common,3.7.15.202402190857 [2024-03-05T10:44:55.176Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.acceleo.source,3.7.15.202402190857 [2024-03-05T10:44:55.176Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.ide.ui.source,3.7.15.202402190857 [2024-03-05T10:44:55.176Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.query.doc,7.0.0.202402190857 [2024-03-05T10:44:55.176Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.ide.ui,3.7.15.202402190857 [2024-03-05T10:44:55.176Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.equinox.launcher,3.7.15.202402190857 [2024-03-05T10:44:55.176Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.acceleo.query,7.0.0.202402190857 [2024-03-05T10:44:55.177Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.traceability.source,3.7.15.202402190857 [2024-03-05T10:44:55.177Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.profiler.source,3.7.15.202402190857 [2024-03-05T10:44:55.177Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.query.source,7.0.0.202402190857 [2024-03-05T10:44:55.177Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.traceability.model,3.7.15.202402190857 [2024-03-05T10:44:55.177Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.query.doc.source,7.0.0.202402190857 [2024-03-05T10:44:55.177Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.parser.source,3.7.15.202402190857 [2024-03-05T10:44:55.177Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.model,3.7.15.202402190857 [2024-03-05T10:44:55.177Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.model.source,3.7.15.202402190857 [2024-03-05T10:44:55.177Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.common.ide.source,3.7.15.202402190857 [2024-03-05T10:44:55.177Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.profiler.edit.source,3.7.15.202402190857 [2024-03-05T10:44:55.177Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.annotations.source,7.0.0.202402190857 [2024-03-05T10:44:55.177Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.common.ui.source,3.7.15.202402190857 [2024-03-05T10:44:55.177Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.query.ide,7.0.0.202402190857 [2024-03-05T10:44:55.177Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.acceleo.equinox.launcher,3.7.15.202402190857 [2024-03-05T10:44:55.437Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.acceleo,3.7.15.202402190857 [2024-03-05T10:44:55.437Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.query.ide.source,7.0.0.202402190857 [2024-03-05T10:44:55.437Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.ui.interpreter.source,3.7.15.202402190857 [2024-03-05T10:44:55.437Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.common.ide,3.7.15.202402190857 [2024-03-05T10:44:55.437Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.common.ui,3.7.15.202402190857 [2024-03-05T10:44:55.437Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.compatibility.ui.source,3.7.15.202402190857 [2024-03-05T10:44:55.437Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.engine,3.7.15.202402190857 [2024-03-05T10:44:55.437Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.compatibility,3.7.15.202402190857 [2024-03-05T10:44:55.437Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.doc,3.7.15.202402190857 [2024-03-05T10:44:55.437Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.traceability,3.7.15.202402190857 [2024-03-05T10:44:55.437Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.profiler.editor.source,3.7.15.202402190857 [2024-03-05T10:44:55.437Z] - mirrored artifact osgi.bundle,org.antlr.runtime,4.7.2.v20221112-0806 [2024-03-05T10:44:55.437Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.common.source,3.7.15.202402190857 [2024-03-05T10:44:55.437Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.engine.source,3.7.15.202402190857 [2024-03-05T10:44:55.437Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.model.edit,3.7.15.202402190857 [2024-03-05T10:44:55.437Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.profiler,3.7.15.202402190857 [2024-03-05T10:44:55.437Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.model.edit.source,3.7.15.202402190857 [2024-03-05T10:44:55.437Z] - mirrored artifact osgi.bundle,org.kohsuke.args4j,2.33.0 [2024-03-05T10:44:55.438Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.traceability.model.source,3.7.15.202402190857 [2024-03-05T10:44:55.438Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.annotations,7.0.0.202402190857 [2024-03-05T10:44:55.438Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.profiler.edit,3.7.15.202402190857 [2024-03-05T10:44:55.438Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.query,7.0.0.202402190857 [2024-03-05T10:44:55.438Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.compatibility.ui,3.7.15.202402190857 [2024-03-05T10:44:55.438Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.ui.interpreter,3.7.15.202402190857 [2024-03-05T10:44:55.438Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.profiler.editor,3.7.15.202402190857 [2024-03-05T10:44:55.438Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.acceleo.query.source,7.0.0.202402190857 [2024-03-05T10:44:55.438Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.compatibility.source,3.7.15.202402190857 [2024-03-05T10:44:55.438Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.common,3.7.15.202402190857 [2024-03-05T10:44:55.438Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.parser,3.7.15.202402190857 [2024-03-05T10:44:55.438Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.acceleo.source,3.7.15.202402190857 [2024-03-05T10:44:55.698Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.ide.ui.source,3.7.15.202402190857 [2024-03-05T10:44:55.698Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.query.doc,7.0.0.202402190857 [2024-03-05T10:44:55.698Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.ide.ui,3.7.15.202402190857 [2024-03-05T10:44:55.698Z] Mirroring artifacts from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202403010913 [2024-03-05T10:44:55.698Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.core.source,1.8.0.202403010913 [2024-03-05T10:44:55.699Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.action.source,1.8.0.202403010913 [2024-03-05T10:44:55.699Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.examples.runtime,1.9.0.202403010913 [2024-03-05T10:44:55.699Z] - mirroring artifact osgi.bundle,org.apache.batik.xml,1.17.0.v20231215-1130 [2024-03-05T10:44:55.699Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.printing,1.7.0.202403010913 [2024-03-05T10:44:55.699Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.emf.commands.core.source,1.8.0.202403010913 [2024-03-05T10:44:55.699Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.printing.source,1.8.0.202403010913 [2024-03-05T10:44:55.699Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.notation.providers,1.8.0.202403010913 [2024-03-05T10:44:55.699Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.actions.source,1.8.0.202403010913 [2024-03-05T10:44:55.699Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gmf.runtime.thirdparty,1.16.3.202403010913 [2024-03-05T10:44:55.699Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.printing.render,1.9.0.202403010913 [2024-03-05T10:44:55.699Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.source,1.10.0.202403010913 [2024-03-05T10:44:55.699Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.examples.runtime.diagram.logic.model.editor,1.2.0.202403010913 [2024-03-05T10:44:55.699Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gmf.runtime.thirdparty.source,1.16.3.202403010913 [2024-03-05T10:44:55.699Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.examples.runtime.diagram.logic.model,1.2.0.202403010913 [2024-03-05T10:44:55.699Z] - mirroring artifact osgi.bundle,org.apache.batik.bridge,1.17.0.v20231215-1130 [2024-03-05T10:44:55.699Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.source,1.8.0.202403010913 [2024-03-05T10:44:55.699Z] - mirroring artifact osgi.bundle,org.apache.batik.awt.util.source,1.17.0.v20231215-1130 [2024-03-05T10:44:55.699Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gmf.source,1.16.3.202403010913 [2024-03-05T10:44:55.699Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.resources.editor.source,1.8.1.202403010913 [2024-03-05T10:44:55.699Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.emf.core,1.8.0.202403010913 [2024-03-05T10:44:55.699Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.examples.runtime.ui.pde,1.7.0.202403010913 [2024-03-05T10:44:55.699Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.emf.clipboard.core,1.8.0.202403010913 [2024-03-05T10:44:55.699Z] - mirroring artifact osgi.bundle,org.apache.batik.transcoder.source,1.17.0.v20231215-1130 [2024-03-05T10:44:55.699Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gmf,1.16.3.202403010913 [2024-03-05T10:44:55.699Z] - mirroring artifact osgi.bundle,org.apache.batik.codec,1.17.0.v20231215-1130 [2024-03-05T10:44:55.699Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.render.source,1.8.1.202403010913 [2024-03-05T10:44:55.700Z] - mirroring artifact osgi.bundle,org.apache.batik.dom.svg.source,1.17.0.v20231215-1130 [2024-03-05T10:44:55.700Z] - mirroring artifact osgi.bundle,org.apache.batik.svggen,1.17.0.v20231215-1130 [2024-03-05T10:44:55.700Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.core,1.8.0.202403010913 [2024-03-05T10:44:55.700Z] - mirroring artifact osgi.bundle,org.apache.batik.parser.source,1.17.0.v20231215-1130 [2024-03-05T10:44:55.700Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.notation.providers.source,1.8.0.202403010913 [2024-03-05T10:44:55.700Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.sdk,1.8.0.202403010913 [2024-03-05T10:44:55.700Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.gef.ui,1.8.0.202403010913 [2024-03-05T10:44:55.700Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.examples.runtime.diagram.geoshapes,1.8.0.202403010913 [2024-03-05T10:44:55.700Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide,1.8.0.202403010913 [2024-03-05T10:44:55.700Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.geoshapes,1.8.0.202403010913 [2024-03-05T10:44:55.700Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.emf.ui.properties,1.8.0.202403010913 [2024-03-05T10:44:55.700Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.draw2d.ui.render.awt.source,1.11.1.202403010913 [2024-03-05T10:44:55.700Z] - mirroring artifact osgi.bundle,org.apache.batik.svggen.source,1.17.0.v20231215-1130 [2024-03-05T10:44:55.700Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.emf.type.ui.source,1.8.0.202403010913 [2024-03-05T10:44:55.700Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.dnd,1.8.0.202403010913 [2024-03-05T10:44:55.700Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.draw2d.ui.render,1.8.0.202403010913 [2024-03-05T10:44:55.700Z] - mirroring artifact osgi.bundle,org.apache.batik.dom.source,1.17.0.v20231215-1130 [2024-03-05T10:44:55.700Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.draw2d.ui.render.source,1.8.0.202403010913 [2024-03-05T10:44:55.700Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.providers.source,1.8.0.202403010913 [2024-03-05T10:44:55.700Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.draw2d.ui.source,1.10.2.202403010913 [2024-03-05T10:44:55.700Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.render,1.8.1.202403010913 [2024-03-05T10:44:55.700Z] - mirroring artifact osgi.bundle,org.apache.batik.parser,1.17.0.v20231215-1130 [2024-03-05T10:44:55.700Z] - mirroring artifact osgi.bundle,org.apache.batik.anim,1.17.0.v20231215-1130 [2024-03-05T10:44:55.700Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.printing.win32.source,1.8.0.202403010913 [2024-03-05T10:44:55.700Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.printing,1.8.0.202403010913 [2024-03-05T10:44:55.700Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.emf.ui.source,1.8.0.202403010913 [2024-03-05T10:44:55.700Z] - mirroring artifact osgi.bundle,org.apache.batik.shared.resources,1.17.0.v20231215-1130 [2024-03-05T10:44:55.700Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.printing.source,1.7.0.202403010913 [2024-03-05T10:44:55.701Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui,1.10.1.202403010913 [2024-03-05T10:44:55.701Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gmf.runtime.sdk,1.16.3.202403010913 [2024-03-05T10:44:55.701Z] - mirroring artifact osgi.bundle,org.apache.batik.ext,1.17.0.v20231215-1130 [2024-03-05T10:44:55.701Z] - mirroring artifact osgi.bundle,org.apache.batik.script,1.17.0.v20231215-1130 [2024-03-05T10:44:55.701Z] - mirroring artifact osgi.bundle,org.apache.batik.codec.source,1.17.0.v20231215-1130 [2024-03-05T10:44:55.701Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.emf.core.source,1.8.0.202403010913 [2024-03-05T10:44:55.701Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.action,1.8.0.202403010913 [2024-03-05T10:44:55.701Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gmf.examples.runtime.ui.pde,1.16.3.202403010913 [2024-03-05T10:44:55.701Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.emf.ui,1.8.0.202403010913 [2024-03-05T10:44:55.701Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.core,1.8.0.202403010913 [2024-03-05T10:44:55.701Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.actions,1.8.0.202403010913 [2024-03-05T10:44:55.701Z] - mirroring artifact osgi.bundle,org.apache.batik.dom,1.17.0.v20231215-1130 [2024-03-05T10:44:55.701Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.printing.render.source,1.9.0.202403010913 [2024-03-05T10:44:55.701Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.source,1.10.1.202403010913 [2024-03-05T10:44:55.701Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.emf.ui.properties.source,1.8.0.202403010913 [2024-03-05T10:44:55.701Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.emf.commands.core,1.8.0.202403010913 [2024-03-05T10:44:55.701Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.action.ide.source,1.7.0.202403010913 [2024-03-05T10:44:55.701Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.emf.type.core.source,1.10.0.202403010913 [2024-03-05T10:44:55.701Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.dnd.source,1.8.0.202403010913 [2024-03-05T10:44:55.701Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.examples.runtime.diagram.logic,1.7.0.202403010913 [2024-03-05T10:44:55.701Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui,1.9.1.202403010913 [2024-03-05T10:44:55.701Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.gef.ui.source,1.8.0.202403010913 [2024-03-05T10:44:55.701Z] - mirroring artifact osgi.bundle,org.apache.batik.ext.source,1.17.0.v20231215-1130 [2024-03-05T10:44:55.701Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.providers.ide,1.8.0.202403010913 [2024-03-05T10:44:55.701Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.dnd.ide,1.8.1.202403010913 [2024-03-05T10:44:55.701Z] - mirroring artifact osgi.bundle,org.apache.batik.gvt,1.17.0.v20231215-1130 [2024-03-05T10:44:55.701Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services,1.10.0.202403010913 [2024-03-05T10:44:55.701Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.properties.source,1.10.0.202403010913 [2024-03-05T10:44:55.702Z] - mirroring artifact osgi.bundle,org.apache.batik.dom.svg,1.17.0.v20231215-1130 [2024-03-05T10:44:55.702Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.dnd,1.8.0.202403010913 [2024-03-05T10:44:55.702Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.draw2d.ui.render.awt,1.11.1.202403010913 [2024-03-05T10:44:55.702Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.emf.type.core,1.10.0.202403010913 [2024-03-05T10:44:55.702Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.properties,1.10.0.202403010913 [2024-03-05T10:44:55.702Z] - mirroring artifact osgi.bundle,org.apache.batik.transcoder,1.17.0.v20231215-1130 [2024-03-05T10:44:55.702Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.source,1.9.1.202403010913 [2024-03-05T10:44:55.702Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.draw2d.ui,1.10.2.202403010913 [2024-03-05T10:44:55.702Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.geoshapes.source,1.8.0.202403010913 [2024-03-05T10:44:55.702Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.core.source,1.8.0.202403010913 [2024-03-05T10:44:55.702Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.providers,1.8.0.202403010913 [2024-03-05T10:44:55.702Z] - mirroring artifact osgi.bundle,org.apache.batik.shared.resources.source,1.17.0.v20231215-1130 [2024-03-05T10:44:55.702Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.action.source,1.7.0.202403010913 [2024-03-05T10:44:55.702Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.providers.ide.source,1.8.0.202403010913 [2024-03-05T10:44:55.702Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.printing.win32,1.8.0.202403010913 [2024-03-05T10:44:55.702Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.properties.source,1.9.1.202403010913 [2024-03-05T10:44:55.702Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gmf.examples.runtime,1.16.3.202403010913 [2024-03-05T10:44:55.702Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.action,1.7.0.202403010913 [2024-03-05T10:44:55.702Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.emf.clipboard.core.source,1.8.0.202403010913 [2024-03-05T10:44:55.702Z] - mirroring artifact osgi.bundle,org.apache.batik.xml.source,1.17.0.v20231215-1130 [2024-03-05T10:44:55.702Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.action.ide,1.7.0.202403010913 [2024-03-05T10:44:55.702Z] - mirroring artifact osgi.bundle,org.apache.batik.anim.source,1.17.0.v20231215-1130 [2024-03-05T10:44:55.702Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.properties,1.9.1.202403010913 [2024-03-05T10:44:55.702Z] - mirroring artifact osgi.bundle,org.apache.batik.bridge.source,1.17.0.v20231215-1130 [2024-03-05T10:44:55.702Z] - mirroring artifact osgi.bundle,org.apache.batik.gvt.source,1.17.0.v20231215-1130 [2024-03-05T10:44:55.702Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.dnd.source,1.8.0.202403010913 [2024-03-05T10:44:55.703Z] - mirroring artifact osgi.bundle,org.apache.batik.script.source,1.17.0.v20231215-1130 [2024-03-05T10:44:55.703Z] - mirroring artifact osgi.bundle,org.apache.batik.awt.util,1.17.0.v20231215-1130 [2024-03-05T10:44:55.703Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.resources.editor,1.8.1.202403010913 [2024-03-05T10:44:55.703Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.dnd.ide.source,1.8.1.202403010913 [2024-03-05T10:44:55.703Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.emf.type.ui,1.8.0.202403010913 [2024-03-05T10:44:55.703Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.examples.runtime.diagram.logic.model.edit,1.2.0.202403010913 [2024-03-05T10:44:55.703Z] - mirroring artifact osgi.bundle,org.eclipse.gmf,1.16.3.202403010913 [2024-03-05T10:44:55.703Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.core.source,1.8.0.202403010913 [2024-03-05T10:44:55.703Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.examples.runtime,1.9.0.202403010913 [2024-03-05T10:44:55.703Z] - mirrored artifact osgi.bundle,org.apache.batik.xml,1.17.0.v20231215-1130 [2024-03-05T10:44:55.703Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.printing,1.7.0.202403010913 [2024-03-05T10:44:55.703Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.emf.commands.core.source,1.8.0.202403010913 [2024-03-05T10:44:55.703Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.action.source,1.8.0.202403010913 [2024-03-05T10:44:55.703Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.printing.source,1.8.0.202403010913 [2024-03-05T10:44:55.703Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.notation.providers,1.8.0.202403010913 [2024-03-05T10:44:55.703Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.actions.source,1.8.0.202403010913 [2024-03-05T10:44:55.703Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.printing.render,1.9.0.202403010913 [2024-03-05T10:44:55.703Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gmf.runtime.thirdparty,1.16.3.202403010913 [2024-03-05T10:44:55.703Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.examples.runtime.diagram.logic.model.editor,1.2.0.202403010913 [2024-03-05T10:44:55.703Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.source,1.10.0.202403010913 [2024-03-05T10:44:55.703Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gmf.runtime.thirdparty.source,1.16.3.202403010913 [2024-03-05T10:44:55.703Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.examples.runtime.diagram.logic.model,1.2.0.202403010913 [2024-03-05T10:44:55.703Z] - mirrored artifact osgi.bundle,org.apache.batik.bridge,1.17.0.v20231215-1130 [2024-03-05T10:44:55.703Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.source,1.8.0.202403010913 [2024-03-05T10:44:55.703Z] - mirrored artifact osgi.bundle,org.apache.batik.awt.util.source,1.17.0.v20231215-1130 [2024-03-05T10:44:55.965Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gmf.source,1.16.3.202403010913 [2024-03-05T10:44:55.965Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.resources.editor.source,1.8.1.202403010913 [2024-03-05T10:44:55.965Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.emf.core,1.8.0.202403010913 [2024-03-05T10:44:55.965Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.examples.runtime.ui.pde,1.7.0.202403010913 [2024-03-05T10:44:55.965Z] - mirrored artifact osgi.bundle,org.apache.batik.transcoder.source,1.17.0.v20231215-1130 [2024-03-05T10:44:55.965Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gmf,1.16.3.202403010913 [2024-03-05T10:44:55.965Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.emf.clipboard.core,1.8.0.202403010913 [2024-03-05T10:44:55.965Z] - mirrored artifact osgi.bundle,org.apache.batik.codec,1.17.0.v20231215-1130 [2024-03-05T10:44:55.965Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.render.source,1.8.1.202403010913 [2024-03-05T10:44:55.965Z] - mirrored artifact osgi.bundle,org.apache.batik.dom.svg.source,1.17.0.v20231215-1130 [2024-03-05T10:44:55.965Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.core,1.8.0.202403010913 [2024-03-05T10:44:55.965Z] - mirrored artifact osgi.bundle,org.apache.batik.parser.source,1.17.0.v20231215-1130 [2024-03-05T10:44:55.965Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.notation.providers.source,1.8.0.202403010913 [2024-03-05T10:44:55.965Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.sdk,1.8.0.202403010913 [2024-03-05T10:44:55.965Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.gef.ui,1.8.0.202403010913 [2024-03-05T10:44:55.965Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.examples.runtime.diagram.geoshapes,1.8.0.202403010913 [2024-03-05T10:44:55.965Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide,1.8.0.202403010913 [2024-03-05T10:44:55.965Z] - mirrored artifact osgi.bundle,org.apache.batik.svggen,1.17.0.v20231215-1130 [2024-03-05T10:44:55.965Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.geoshapes,1.8.0.202403010913 [2024-03-05T10:44:55.965Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.emf.ui.properties,1.8.0.202403010913 [2024-03-05T10:44:55.965Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.draw2d.ui.render.awt.source,1.11.1.202403010913 [2024-03-05T10:44:55.965Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.emf.type.ui.source,1.8.0.202403010913 [2024-03-05T10:44:55.965Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.dnd,1.8.0.202403010913 [2024-03-05T10:44:55.965Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.draw2d.ui.render,1.8.0.202403010913 [2024-03-05T10:44:55.965Z] - mirrored artifact osgi.bundle,org.apache.batik.svggen.source,1.17.0.v20231215-1130 [2024-03-05T10:44:55.965Z] - mirrored artifact osgi.bundle,org.apache.batik.dom.source,1.17.0.v20231215-1130 [2024-03-05T10:44:55.966Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.providers.source,1.8.0.202403010913 [2024-03-05T10:44:55.966Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.draw2d.ui.render.source,1.8.0.202403010913 [2024-03-05T10:44:55.966Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.render,1.8.1.202403010913 [2024-03-05T10:44:55.966Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.draw2d.ui.source,1.10.2.202403010913 [2024-03-05T10:44:55.966Z] - mirrored artifact osgi.bundle,org.apache.batik.anim,1.17.0.v20231215-1130 [2024-03-05T10:44:56.226Z] - mirrored artifact osgi.bundle,org.apache.batik.parser,1.17.0.v20231215-1130 [2024-03-05T10:44:56.226Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.printing.win32.source,1.8.0.202403010913 [2024-03-05T10:44:56.226Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.printing,1.8.0.202403010913 [2024-03-05T10:44:56.226Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.emf.ui.source,1.8.0.202403010913 [2024-03-05T10:44:56.226Z] - mirrored artifact osgi.bundle,org.apache.batik.shared.resources,1.17.0.v20231215-1130 [2024-03-05T10:44:56.226Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.printing.source,1.7.0.202403010913 [2024-03-05T10:44:56.226Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gmf.runtime.sdk,1.16.3.202403010913 [2024-03-05T10:44:56.226Z] - mirrored artifact osgi.bundle,org.apache.batik.ext,1.17.0.v20231215-1130 [2024-03-05T10:44:56.226Z] - mirrored artifact osgi.bundle,org.apache.batik.script,1.17.0.v20231215-1130 [2024-03-05T10:44:56.226Z] - mirrored artifact osgi.bundle,org.apache.batik.codec.source,1.17.0.v20231215-1130 [2024-03-05T10:44:56.226Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui,1.10.1.202403010913 [2024-03-05T10:44:56.227Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.emf.core.source,1.8.0.202403010913 [2024-03-05T10:44:56.227Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.action,1.8.0.202403010913 [2024-03-05T10:44:56.227Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gmf.examples.runtime.ui.pde,1.16.3.202403010913 [2024-03-05T10:44:56.227Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.emf.ui,1.8.0.202403010913 [2024-03-05T10:44:56.227Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.core,1.8.0.202403010913 [2024-03-05T10:44:56.227Z] - mirrored artifact osgi.bundle,org.apache.batik.dom,1.17.0.v20231215-1130 [2024-03-05T10:44:56.227Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.actions,1.8.0.202403010913 [2024-03-05T10:44:56.227Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.printing.render.source,1.9.0.202403010913 [2024-03-05T10:44:56.227Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.emf.ui.properties.source,1.8.0.202403010913 [2024-03-05T10:44:56.227Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.emf.commands.core,1.8.0.202403010913 [2024-03-05T10:44:56.227Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.action.ide.source,1.7.0.202403010913 [2024-03-05T10:44:56.227Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.source,1.10.1.202403010913 [2024-03-05T10:44:56.227Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.emf.type.core.source,1.10.0.202403010913 [2024-03-05T10:44:56.227Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.dnd.source,1.8.0.202403010913 [2024-03-05T10:44:56.227Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui,1.9.1.202403010913 [2024-03-05T10:44:56.227Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.examples.runtime.diagram.logic,1.7.0.202403010913 [2024-03-05T10:44:56.227Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.gef.ui.source,1.8.0.202403010913 [2024-03-05T10:44:56.227Z] - mirrored artifact osgi.bundle,org.apache.batik.ext.source,1.17.0.v20231215-1130 [2024-03-05T10:44:56.227Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.providers.ide,1.8.0.202403010913 [2024-03-05T10:44:56.227Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.dnd.ide,1.8.1.202403010913 [2024-03-05T10:44:56.227Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services,1.10.0.202403010913 [2024-03-05T10:44:56.227Z] - mirrored artifact osgi.bundle,org.apache.batik.gvt,1.17.0.v20231215-1130 [2024-03-05T10:44:56.487Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.properties.source,1.10.0.202403010913 [2024-03-05T10:44:56.487Z] - mirrored artifact osgi.bundle,org.apache.batik.dom.svg,1.17.0.v20231215-1130 [2024-03-05T10:44:56.488Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.dnd,1.8.0.202403010913 [2024-03-05T10:44:56.488Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.emf.type.core,1.10.0.202403010913 [2024-03-05T10:44:56.488Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.draw2d.ui.render.awt,1.11.1.202403010913 [2024-03-05T10:44:56.488Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.properties,1.10.0.202403010913 [2024-03-05T10:44:56.488Z] - mirrored artifact osgi.bundle,org.apache.batik.transcoder,1.17.0.v20231215-1130 [2024-03-05T10:44:56.488Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.source,1.9.1.202403010913 [2024-03-05T10:44:56.488Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.geoshapes.source,1.8.0.202403010913 [2024-03-05T10:44:56.488Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.core.source,1.8.0.202403010913 [2024-03-05T10:44:56.488Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.providers,1.8.0.202403010913 [2024-03-05T10:44:56.488Z] - mirrored artifact osgi.bundle,org.apache.batik.shared.resources.source,1.17.0.v20231215-1130 [2024-03-05T10:44:56.488Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.draw2d.ui,1.10.2.202403010913 [2024-03-05T10:44:56.488Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.action.source,1.7.0.202403010913 [2024-03-05T10:44:56.488Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.providers.ide.source,1.8.0.202403010913 [2024-03-05T10:44:56.488Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.properties.source,1.9.1.202403010913 [2024-03-05T10:44:56.488Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gmf.examples.runtime,1.16.3.202403010913 [2024-03-05T10:44:56.488Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.printing.win32,1.8.0.202403010913 [2024-03-05T10:44:56.488Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.emf.clipboard.core.source,1.8.0.202403010913 [2024-03-05T10:44:56.488Z] - mirrored artifact osgi.bundle,org.apache.batik.xml.source,1.17.0.v20231215-1130 [2024-03-05T10:44:56.488Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.action.ide,1.7.0.202403010913 [2024-03-05T10:44:56.488Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.action,1.7.0.202403010913 [2024-03-05T10:44:56.488Z] - mirrored artifact osgi.bundle,org.apache.batik.anim.source,1.17.0.v20231215-1130 [2024-03-05T10:44:56.488Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.properties,1.9.1.202403010913 [2024-03-05T10:44:56.488Z] - mirrored artifact osgi.bundle,org.apache.batik.bridge.source,1.17.0.v20231215-1130 [2024-03-05T10:44:56.488Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.dnd.source,1.8.0.202403010913 [2024-03-05T10:44:56.489Z] - mirrored artifact osgi.bundle,org.apache.batik.gvt.source,1.17.0.v20231215-1130 [2024-03-05T10:44:56.489Z] - mirrored artifact osgi.bundle,org.apache.batik.script.source,1.17.0.v20231215-1130 [2024-03-05T10:44:56.489Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.resources.editor,1.8.1.202403010913 [2024-03-05T10:44:56.489Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.dnd.ide.source,1.8.1.202403010913 [2024-03-05T10:44:56.489Z] - mirrored artifact osgi.bundle,org.apache.batik.awt.util,1.17.0.v20231215-1130 [2024-03-05T10:44:56.489Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.emf.type.ui,1.8.0.202403010913 [2024-03-05T10:44:56.489Z] - mirrored artifact osgi.bundle,org.eclipse.gmf,1.16.3.202403010913 [2024-03-05T10:44:56.489Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.examples.runtime.diagram.logic.model.edit,1.2.0.202403010913 [2024-03-05T10:44:56.489Z] Mirroring artifacts from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334 [2024-03-05T10:44:56.749Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.notation.sdk,1.7.0.202211151334 [2024-03-05T10:44:56.749Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.notation,1.10.0.202211151334 [2024-03-05T10:44:56.749Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gmf.runtime.notation.source,1.13.1.202211151334 [2024-03-05T10:44:56.749Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.notation.edit.source,1.8.0.202211151334 [2024-03-05T10:44:56.749Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gmf.runtime.notation.sdk,1.13.1.202211151334 [2024-03-05T10:44:56.749Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gmf.runtime.notation,1.13.1.202211151334 [2024-03-05T10:44:56.749Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.notation.source,1.10.0.202211151334 [2024-03-05T10:44:56.749Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.notation.edit,1.8.0.202211151334 [2024-03-05T10:44:56.749Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.notation.sdk,1.7.0.202211151334 [2024-03-05T10:44:56.749Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gmf.runtime.notation.source,1.13.1.202211151334 [2024-03-05T10:44:56.749Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.notation.edit.source,1.8.0.202211151334 [2024-03-05T10:44:56.749Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gmf.runtime.notation.sdk,1.13.1.202211151334 [2024-03-05T10:44:56.749Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gmf.runtime.notation,1.13.1.202211151334 [2024-03-05T10:44:56.749Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.notation,1.10.0.202211151334 [2024-03-05T10:44:56.749Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.notation.edit,1.8.0.202211151334 [2024-03-05T10:44:56.749Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.notation.source,1.10.0.202211151334 [2024-03-05T10:44:56.749Z] Mirroring artifacts from https://download.eclipse.org/modeling/emf/query/updates/releases/R202208101410 [2024-03-05T10:44:56.749Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.query.source,1.12.1.202208101410 [2024-03-05T10:44:56.749Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.query.sdk,1.12.1.202208101410 [2024-03-05T10:44:56.749Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.query.ocl.source,1.12.1.202208101410 [2024-03-05T10:44:56.749Z] - mirroring artifact osgi.bundle,org.eclipse.emf.query,1.7.0.202208101410 [2024-03-05T10:44:56.750Z] - mirroring artifact osgi.bundle,org.eclipse.emf.query.examples.source,1.2.0.202208101410 [2024-03-05T10:44:56.750Z] - mirroring artifact osgi.bundle,org.eclipse.emf.query.source,1.7.0.202208101410 [2024-03-05T10:44:56.750Z] - mirroring artifact osgi.bundle,org.eclipse.emf.query.ocl,2.0.0.202208101410 [2024-03-05T10:44:56.750Z] - mirroring artifact osgi.bundle,org.eclipse.emf.query.doc,1.2.0.202208101410 [2024-03-05T10:44:56.750Z] - mirroring artifact osgi.bundle,org.eclipse.emf.query.examples,1.2.0.202208101410 [2024-03-05T10:44:56.750Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.query.doc,1.12.1.202208101410 [2024-03-05T10:44:56.750Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.query.ocl,1.12.1.202208101410 [2024-03-05T10:44:56.750Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.query,1.12.1.202208101410 [2024-03-05T10:44:56.750Z] - mirroring artifact osgi.bundle,org.eclipse.emf.query.ocl.source,2.0.0.202208101410 [2024-03-05T10:44:56.750Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.query.source,1.12.1.202208101410 [2024-03-05T10:44:56.750Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.query.sdk,1.12.1.202208101410 [2024-03-05T10:44:56.750Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.query.ocl.source,1.12.1.202208101410 [2024-03-05T10:44:56.750Z] - mirrored artifact osgi.bundle,org.eclipse.emf.query,1.7.0.202208101410 [2024-03-05T10:44:56.750Z] - mirrored artifact osgi.bundle,org.eclipse.emf.query.examples.source,1.2.0.202208101410 [2024-03-05T10:44:56.750Z] - mirrored artifact osgi.bundle,org.eclipse.emf.query.ocl,2.0.0.202208101410 [2024-03-05T10:44:56.750Z] - mirrored artifact osgi.bundle,org.eclipse.emf.query.source,1.7.0.202208101410 [2024-03-05T10:44:56.750Z] - mirrored artifact osgi.bundle,org.eclipse.emf.query.examples,1.2.0.202208101410 [2024-03-05T10:44:56.750Z] - mirrored artifact osgi.bundle,org.eclipse.emf.query.doc,1.2.0.202208101410 [2024-03-05T10:44:56.750Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.query.ocl,1.12.1.202208101410 [2024-03-05T10:44:56.750Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.query,1.12.1.202208101410 [2024-03-05T10:44:56.750Z] - mirrored artifact osgi.bundle,org.eclipse.emf.query.ocl.source,2.0.0.202208101410 [2024-03-05T10:44:56.750Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.query.doc,1.12.1.202208101410 [2024-03-05T10:44:56.750Z] Mirroring artifacts from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202305230712 [2024-03-05T10:44:56.750Z] - mirroring artifact osgi.bundle,org.eclipse.emf.validation,1.8.3.202305230712 [2024-03-05T10:44:56.750Z] - mirroring artifact osgi.bundle,org.eclipse.emf.validation.examples.source,1.3.2.202305230712 [2024-03-05T10:44:56.750Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.validation.source,1.13.3.202305230712 [2024-03-05T10:44:56.750Z] - mirroring artifact osgi.bundle,org.eclipse.emf.validation.ui.source,1.7.3.202305230712 [2024-03-05T10:44:56.750Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.validation.sdk,1.13.3.202305230712 [2024-03-05T10:44:56.750Z] - mirroring artifact osgi.bundle,org.eclipse.emf.validation.ui,1.7.3.202305230712 [2024-03-05T10:44:56.750Z] - mirroring artifact osgi.bundle,org.eclipse.emf.validation.ui.ide.source,1.3.2.202305230712 [2024-03-05T10:44:56.750Z] - mirroring artifact osgi.bundle,org.eclipse.emf.validation.ocl.source,1.4.2.202305230712 [2024-03-05T10:44:56.751Z] - mirroring artifact osgi.bundle,org.eclipse.emf.validation.ocl,1.4.2.202305230712 [2024-03-05T10:44:56.751Z] - mirroring artifact osgi.bundle,org.eclipse.emf.validation.source,1.8.3.202305230712 [2024-03-05T10:44:56.751Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.validation.doc,1.13.3.202305230712 [2024-03-05T10:44:56.751Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.validation.ocl,1.13.3.202305230712 [2024-03-05T10:44:56.751Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.validation,1.13.3.202305230712 [2024-03-05T10:44:56.751Z] - mirroring artifact osgi.bundle,org.eclipse.emf.validation.doc,1.4.0.202305230712 [2024-03-05T10:44:56.751Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.validation.ocl.source,1.13.3.202305230712 [2024-03-05T10:44:56.751Z] - mirroring artifact osgi.bundle,org.eclipse.emf.validation.examples,1.3.2.202305230712 [2024-03-05T10:44:56.751Z] - mirroring artifact osgi.bundle,org.eclipse.emf.validation.ui.ide,1.3.2.202305230712 [2024-03-05T10:44:56.751Z] - mirrored artifact osgi.bundle,org.eclipse.emf.validation.examples.source,1.3.2.202305230712 [2024-03-05T10:44:56.751Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.validation.source,1.13.3.202305230712 [2024-03-05T10:44:56.751Z] - mirrored artifact osgi.bundle,org.eclipse.emf.validation.ui.source,1.7.3.202305230712 [2024-03-05T10:44:56.751Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.validation.sdk,1.13.3.202305230712 [2024-03-05T10:44:56.751Z] - mirrored artifact osgi.bundle,org.eclipse.emf.validation,1.8.3.202305230712 [2024-03-05T10:44:57.011Z] - mirrored artifact osgi.bundle,org.eclipse.emf.validation.ui,1.7.3.202305230712 [2024-03-05T10:44:57.011Z] - mirrored artifact osgi.bundle,org.eclipse.emf.validation.ui.ide.source,1.3.2.202305230712 [2024-03-05T10:44:57.011Z] - mirrored artifact osgi.bundle,org.eclipse.emf.validation.ocl,1.4.2.202305230712 [2024-03-05T10:44:57.011Z] - mirrored artifact osgi.bundle,org.eclipse.emf.validation.ocl.source,1.4.2.202305230712 [2024-03-05T10:44:57.011Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.validation.doc,1.13.3.202305230712 [2024-03-05T10:44:57.011Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.validation.ocl,1.13.3.202305230712 [2024-03-05T10:44:57.011Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.validation,1.13.3.202305230712 [2024-03-05T10:44:57.011Z] - mirrored artifact osgi.bundle,org.eclipse.emf.validation.doc,1.4.0.202305230712 [2024-03-05T10:44:57.012Z] - mirrored artifact osgi.bundle,org.eclipse.emf.validation.source,1.8.3.202305230712 [2024-03-05T10:44:57.012Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.validation.ocl.source,1.13.3.202305230712 [2024-03-05T10:44:57.012Z] - mirrored artifact osgi.bundle,org.eclipse.emf.validation.examples,1.3.2.202305230712 [2024-03-05T10:44:57.012Z] - mirrored artifact osgi.bundle,org.eclipse.emf.validation.ui.ide,1.3.2.202305230712 [2024-03-05T10:44:57.012Z] Mirroring artifacts from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R202208110935 [2024-03-05T10:44:57.012Z] - mirroring artifact osgi.bundle,org.eclipse.emf.transaction.examples,1.3.0.202208110935 [2024-03-05T10:44:57.012Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.transaction.source,1.13.0.202208110935 [2024-03-05T10:44:57.012Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.transaction.doc,1.13.0.202208110935 [2024-03-05T10:44:57.012Z] - mirroring artifact osgi.bundle,org.eclipse.emf.workspace.ui,1.3.1.202208110935 [2024-03-05T10:44:57.012Z] - mirroring artifact osgi.bundle,org.eclipse.emf.transaction,1.9.2.202208110935 [2024-03-05T10:44:57.012Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.transaction,1.13.0.202208110935 [2024-03-05T10:44:57.012Z] - mirroring artifact osgi.bundle,org.eclipse.emf.transaction.doc,1.4.1.202208110935 [2024-03-05T10:44:57.012Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.workspace,1.13.0.202208110935 [2024-03-05T10:44:57.012Z] - mirroring artifact osgi.bundle,org.eclipse.emf.workspace,1.5.2.202208110935 [2024-03-05T10:44:57.012Z] - mirroring artifact osgi.bundle,org.eclipse.emf.workspace.doc,1.3.1.202208110935 [2024-03-05T10:44:57.012Z] - mirroring artifact osgi.bundle,org.eclipse.emf.transaction.ui.source,1.4.1.202208110935 [2024-03-05T10:44:57.012Z] - mirroring artifact osgi.bundle,org.eclipse.emf.transaction.ui,1.4.1.202208110935 [2024-03-05T10:44:57.012Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.workspace.doc,1.13.0.202208110935 [2024-03-05T10:44:57.012Z] - mirroring artifact osgi.bundle,org.eclipse.emf.workspace.source,1.5.2.202208110935 [2024-03-05T10:44:57.012Z] - mirroring artifact osgi.bundle,org.eclipse.emf.transaction.source,1.9.2.202208110935 [2024-03-05T10:44:57.012Z] - mirroring artifact osgi.bundle,org.eclipse.emf.workspace.ui.source,1.3.1.202208110935 [2024-03-05T10:44:57.012Z] - mirroring artifact osgi.bundle,org.eclipse.emf.transaction.examples.source,1.3.0.202208110935 [2024-03-05T10:44:57.012Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.workspace.source,1.13.0.202208110935 [2024-03-05T10:44:57.012Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.transaction.sdk,1.13.0.202208110935 [2024-03-05T10:44:57.012Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.transaction.source,1.13.0.202208110935 [2024-03-05T10:44:57.012Z] - mirrored artifact osgi.bundle,org.eclipse.emf.transaction.examples,1.3.0.202208110935 [2024-03-05T10:44:57.012Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.transaction.doc,1.13.0.202208110935 [2024-03-05T10:44:57.012Z] - mirrored artifact osgi.bundle,org.eclipse.emf.workspace.ui,1.3.1.202208110935 [2024-03-05T10:44:57.012Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.transaction,1.13.0.202208110935 [2024-03-05T10:44:57.013Z] - mirrored artifact osgi.bundle,org.eclipse.emf.transaction.doc,1.4.1.202208110935 [2024-03-05T10:44:57.013Z] - mirrored artifact osgi.bundle,org.eclipse.emf.transaction,1.9.2.202208110935 [2024-03-05T10:44:57.013Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.workspace,1.13.0.202208110935 [2024-03-05T10:44:57.013Z] - mirrored artifact osgi.bundle,org.eclipse.emf.workspace.doc,1.3.1.202208110935 [2024-03-05T10:44:57.013Z] - mirrored artifact osgi.bundle,org.eclipse.emf.workspace,1.5.2.202208110935 [2024-03-05T10:44:57.013Z] - mirrored artifact osgi.bundle,org.eclipse.emf.transaction.ui.source,1.4.1.202208110935 [2024-03-05T10:44:57.013Z] - mirrored artifact osgi.bundle,org.eclipse.emf.transaction.ui,1.4.1.202208110935 [2024-03-05T10:44:57.013Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.workspace.doc,1.13.0.202208110935 [2024-03-05T10:44:57.013Z] - mirrored artifact osgi.bundle,org.eclipse.emf.workspace.source,1.5.2.202208110935 [2024-03-05T10:44:57.013Z] - mirrored artifact osgi.bundle,org.eclipse.emf.workspace.ui.source,1.3.1.202208110935 [2024-03-05T10:44:57.013Z] - mirrored artifact osgi.bundle,org.eclipse.emf.transaction.examples.source,1.3.0.202208110935 [2024-03-05T10:44:57.013Z] - mirrored artifact osgi.bundle,org.eclipse.emf.transaction.source,1.9.2.202208110935 [2024-03-05T10:44:57.013Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.workspace.source,1.13.0.202208110935 [2024-03-05T10:44:57.013Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.transaction.sdk,1.13.0.202208110935 [2024-03-05T10:44:57.013Z] Mirroring artifacts from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.34.0 [2024-03-05T10:44:57.013Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xbase.lib,2.34.0.v20240227-0940 [2024-03-05T10:44:57.013Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.testing,2.34.0.v20240227-0940 [2024-03-05T10:44:57.013Z] - mirroring artifact osgi.bundle,io.github.classgraph.classgraph,4.8.165 [2024-03-05T10:44:57.013Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui.testing.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.013Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.lib.macro,2.34.0.v20240227-0940 [2024-03-05T10:44:57.013Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xtext.ide.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.013Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xbase.ide,2.34.0.v20240227-0940 [2024-03-05T10:44:57.013Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui.testing,2.34.0.v20240227-0940 [2024-03-05T10:44:57.013Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.lib,2.34.0.v20240227-0940 [2024-03-05T10:44:57.013Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.purexbase,2.34.0.v20240227-0940 [2024-03-05T10:44:57.013Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.m2e,2.34.0.v20240227-0940 [2024-03-05T10:44:57.013Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xtext.ui.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.013Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ecore.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.013Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.java,2.34.0.v20240227-0940 [2024-03-05T10:44:57.013Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.doc,2.34.0.v20240227-0940 [2024-03-05T10:44:57.013Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui.ecore,2.34.0.v20240227-0940 [2024-03-05T10:44:57.014Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.ide.common.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.014Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui,2.34.0.v20240227-0940 [2024-03-05T10:44:57.014Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.ide,2.34.0.v20240227-0940 [2024-03-05T10:44:57.014Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xbase.testing.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.014Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.014Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xbase.lib.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.014Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.purexbase.ide,2.34.0.v20240227-0940 [2024-03-05T10:44:57.014Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xtend.sdk,2.34.0.v20240227-0940 [2024-03-05T10:44:57.014Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.activities.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.014Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xbase.junit,2.34.0.v20240227-0940 [2024-03-05T10:44:57.014Z] - mirroring artifact osgi.bundle,org.eclipse.xtext,2.34.0.v20240227-0940 [2024-03-05T10:44:57.014Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xtend.lib,2.34.0.v20240227-0940 [2024-03-05T10:44:57.014Z] - mirroring artifact osgi.bundle,org.aopalliance.source,1.0.0.v20230720-0728 [2024-03-05T10:44:57.014Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.purexbase.ui,2.34.0.v20240227-0940 [2024-03-05T10:44:57.014Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xbase.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.014Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.014Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ecore,2.34.0.v20240227-0940 [2024-03-05T10:44:57.014Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.util.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.014Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.logging.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.014Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui.codetemplates.ide.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.014Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xtext.wizard,2.34.0.v20240227-0940 [2024-03-05T10:44:57.014Z] - mirroring artifact osgi.bundle,com.google.inject.source,7.0.0 [2024-03-05T10:44:57.014Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.common.types.edit,2.34.0.v20240227-0940 [2024-03-05T10:44:57.014Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xbase,2.34.0.v20240227-0940 [2024-03-05T10:44:57.014Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xtext.wizard.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.014Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xtext.ui.graph.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.014Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.common.types.edit.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.014Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui.codemining,2.34.0.v20240227-0940 [2024-03-05T10:44:57.014Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.common.types,2.34.0.v20240227-0940 [2024-03-05T10:44:57.014Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui.codetemplates.ui.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.014Z] - mirroring artifact osgi.bundle,org.kohsuke.args4j.source,2.33.0 [2024-03-05T10:44:57.014Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.logging,2.34.0.v20240227-0940 [2024-03-05T10:44:57.015Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui.shared,2.34.0.v20240227-0940 [2024-03-05T10:44:57.015Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xtext.xtext.ui.graph,2.34.0.v20240227-0940 [2024-03-05T10:44:57.015Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xbase.ui.testing,2.34.0.v20240227-0940 [2024-03-05T10:44:57.015Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui.codemining.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.015Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xbase.ide.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.015Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.util,2.34.0.v20240227-0940 [2024-03-05T10:44:57.015Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xtext.examples,2.34.0.v20240227-0940 [2024-03-05T10:44:57.015Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.common.types.shared.jdt38.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.015Z] - mirroring artifact osgi.bundle,org.aopalliance,1.0.0.v20230720-0728 [2024-03-05T10:44:57.015Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xbase.testing,2.34.0.v20240227-0940 [2024-03-05T10:44:57.015Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xtext.docs,2.34.0.v20240227-0940 [2024-03-05T10:44:57.015Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xbase.ui.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.015Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.purexbase.ide.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.015Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.junit4.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.015Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.builder.standalone,2.34.0.v20240227-0940 [2024-03-05T10:44:57.015Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.lib.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.015Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.smap.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.015Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xtext.redist,2.34.0.v20240227-0940 [2024-03-05T10:44:57.015Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.common.types.shared.jdt38,2.34.0.v20240227-0940 [2024-03-05T10:44:57.015Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.core.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.015Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.java.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.015Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.builder,2.34.0.v20240227-0940 [2024-03-05T10:44:57.015Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.m2e,2.34.0.v20240227-0940 [2024-03-05T10:44:57.015Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.activities,2.34.0.v20240227-0940 [2024-03-05T10:44:57.015Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.common.types.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.015Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xbase.ui.testing.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.015Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.doc,2.34.0.v20240227-0940 [2024-03-05T10:44:57.015Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xtext.ui,2.34.0.v20240227-0940 [2024-03-05T10:44:57.015Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.common.types.ui.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.016Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xtext.runtime,2.34.0.v20240227-0940 [2024-03-05T10:44:57.016Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xtext.generator.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.016Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.ide.common,2.34.0.v20240227-0940 [2024-03-05T10:44:57.016Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.buildship,2.34.0.v20240227-0940 [2024-03-05T10:44:57.016Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xtext.xbase,2.34.0.v20240227-0940 [2024-03-05T10:44:57.016Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.ide.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.016Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.purexbase.ui.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.276Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.common.types.shared.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.276Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xtext.sdk,2.34.0.v20240227-0940 [2024-03-05T10:44:57.276Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xbase.junit.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.276Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ide.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.276Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xtext.xbase.lib,2.34.0.v20240227-0940 [2024-03-05T10:44:57.276Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui.ecore.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.276Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui.shared.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.276Z] - mirroring artifact osgi.bundle,io.github.classgraph.classgraph.source,4.8.165 [2024-03-05T10:44:57.276Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.common.types.shared,2.34.0.v20240227-0940 [2024-03-05T10:44:57.276Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui.codetemplates.ui,2.34.0.v20240227-0940 [2024-03-05T10:44:57.276Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xbase.ui,2.34.0.v20240227-0940 [2024-03-05T10:44:57.276Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ide,2.34.0.v20240227-0940 [2024-03-05T10:44:57.276Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xtext.generator,2.34.0.v20240227-0940 [2024-03-05T10:44:57.276Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.m2e.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.276Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.core,2.34.0.v20240227-0940 [2024-03-05T10:44:57.276Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xtext.ui.graph,2.34.0.v20240227-0940 [2024-03-05T10:44:57.276Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xtext.ui,2.34.0.v20240227-0940 [2024-03-05T10:44:57.276Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.junit4,2.34.0.v20240227-0940 [2024-03-05T10:44:57.276Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xtext.ide,2.34.0.v20240227-0940 [2024-03-05T10:44:57.276Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.common.types.ui,2.34.0.v20240227-0940 [2024-03-05T10:44:57.276Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.testing.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.276Z] - mirroring artifact osgi.bundle,org.antlr.runtime.source,3.2.0.v20230929-1400 [2024-03-05T10:44:57.276Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xtext.xtext.ui,2.34.0.v20240227-0940 [2024-03-05T10:44:57.277Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xtext.ui.examples,2.34.0.v20240227-0940 [2024-03-05T10:44:57.277Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.standalone,2.34.0.v20240227-0940 [2024-03-05T10:44:57.277Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.purexbase.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.277Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.lib.macro.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.277Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui.codetemplates.ide,2.34.0.v20240227-0940 [2024-03-05T10:44:57.277Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.m2e.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.277Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.builder.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.277Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui.codetemplates,2.34.0.v20240227-0940 [2024-03-05T10:44:57.277Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.standalone.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.277Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.smap,2.34.0.v20240227-0940 [2024-03-05T10:44:57.277Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.buildship.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.277Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.examples,2.34.0.v20240227-0940 [2024-03-05T10:44:57.277Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.builder.standalone.source,2.34.0.v20240227-0940 [2024-03-05T10:44:57.277Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui.codetemplates.source,2.34.0.v20240227-0940 [2024-03-05T10:44:58.657Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xbase.lib,2.34.0.v20240227-0940 [2024-03-05T10:44:58.657Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.testing,2.34.0.v20240227-0940 [2024-03-05T10:44:58.657Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui.testing.source,2.34.0.v20240227-0940 [2024-03-05T10:44:58.657Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.lib.macro,2.34.0.v20240227-0940 [2024-03-05T10:44:58.657Z] - mirrored artifact osgi.bundle,io.github.classgraph.classgraph,4.8.165 [2024-03-05T10:44:58.657Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xtext.ide.source,2.34.0.v20240227-0940 [2024-03-05T10:44:58.657Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui.testing,2.34.0.v20240227-0940 [2024-03-05T10:44:58.657Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xbase.ide,2.34.0.v20240227-0940 [2024-03-05T10:44:58.657Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.lib,2.34.0.v20240227-0940 [2024-03-05T10:44:58.657Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.m2e,2.34.0.v20240227-0940 [2024-03-05T10:44:58.657Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.purexbase,2.34.0.v20240227-0940 [2024-03-05T10:44:58.657Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xtext.ui.source,2.34.0.v20240227-0940 [2024-03-05T10:44:58.657Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ecore.source,2.34.0.v20240227-0940 [2024-03-05T10:44:58.657Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.java,2.34.0.v20240227-0940 [2024-03-05T10:44:58.657Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui.ecore,2.34.0.v20240227-0940 [2024-03-05T10:44:58.657Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.ide.common.source,2.34.0.v20240227-0940 [2024-03-05T10:44:58.918Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui,2.34.0.v20240227-0940 [2024-03-05T10:44:58.919Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.ide,2.34.0.v20240227-0940 [2024-03-05T10:44:58.919Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xbase.testing.source,2.34.0.v20240227-0940 [2024-03-05T10:44:58.919Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui.source,2.34.0.v20240227-0940 [2024-03-05T10:44:58.919Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xbase.lib.source,2.34.0.v20240227-0940 [2024-03-05T10:44:58.919Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.purexbase.ide,2.34.0.v20240227-0940 [2024-03-05T10:44:58.919Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xtend.sdk,2.34.0.v20240227-0940 [2024-03-05T10:44:58.919Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.activities.source,2.34.0.v20240227-0940 [2024-03-05T10:44:58.919Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xbase.junit,2.34.0.v20240227-0940 [2024-03-05T10:44:58.919Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.doc,2.34.0.v20240227-0940 [2024-03-05T10:44:58.919Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xtend.lib,2.34.0.v20240227-0940 [2024-03-05T10:44:58.919Z] - mirrored artifact osgi.bundle,org.aopalliance.source,1.0.0.v20230720-0728 [2024-03-05T10:44:58.919Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.purexbase.ui,2.34.0.v20240227-0940 [2024-03-05T10:44:59.179Z] - mirrored artifact osgi.bundle,org.eclipse.xtext,2.34.0.v20240227-0940 [2024-03-05T10:44:59.179Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xbase.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.179Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ecore,2.34.0.v20240227-0940 [2024-03-05T10:44:59.179Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.util.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.179Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.logging.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.179Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui.codetemplates.ide.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.179Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xtext.wizard,2.34.0.v20240227-0940 [2024-03-05T10:44:59.179Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.179Z] - mirrored artifact osgi.bundle,com.google.inject.source,7.0.0 [2024-03-05T10:44:59.179Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.common.types.edit,2.34.0.v20240227-0940 [2024-03-05T10:44:59.179Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xtext.wizard.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.179Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xtext.ui.graph.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.179Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.common.types.edit.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.179Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui.codemining,2.34.0.v20240227-0940 [2024-03-05T10:44:59.179Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.common.types,2.34.0.v20240227-0940 [2024-03-05T10:44:59.179Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui.codetemplates.ui.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.179Z] - mirrored artifact osgi.bundle,org.kohsuke.args4j.source,2.33.0 [2024-03-05T10:44:59.179Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.logging,2.34.0.v20240227-0940 [2024-03-05T10:44:59.179Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui.shared,2.34.0.v20240227-0940 [2024-03-05T10:44:59.179Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xbase,2.34.0.v20240227-0940 [2024-03-05T10:44:59.180Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xtext.xtext.ui.graph,2.34.0.v20240227-0940 [2024-03-05T10:44:59.180Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui.codemining.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.180Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xbase.ui.testing,2.34.0.v20240227-0940 [2024-03-05T10:44:59.439Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xbase.ide.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.439Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xtext.examples,2.34.0.v20240227-0940 [2024-03-05T10:44:59.439Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.common.types.shared.jdt38.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.439Z] - mirrored artifact osgi.bundle,org.aopalliance,1.0.0.v20230720-0728 [2024-03-05T10:44:59.439Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.util,2.34.0.v20240227-0940 [2024-03-05T10:44:59.439Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xtext.docs,2.34.0.v20240227-0940 [2024-03-05T10:44:59.439Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xbase.testing,2.34.0.v20240227-0940 [2024-03-05T10:44:59.439Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.purexbase.ide.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.439Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xbase.ui.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.439Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.builder.standalone,2.34.0.v20240227-0940 [2024-03-05T10:44:59.439Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.lib.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.439Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.junit4.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.439Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.smap.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.439Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xtext.redist,2.34.0.v20240227-0940 [2024-03-05T10:44:59.439Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.common.types.shared.jdt38,2.34.0.v20240227-0940 [2024-03-05T10:44:59.439Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.java.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.439Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.builder,2.34.0.v20240227-0940 [2024-03-05T10:44:59.439Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.core.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.439Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.m2e,2.34.0.v20240227-0940 [2024-03-05T10:44:59.439Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.activities,2.34.0.v20240227-0940 [2024-03-05T10:44:59.440Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xbase.ui.testing.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.440Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.common.types.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.440Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.doc,2.34.0.v20240227-0940 [2024-03-05T10:44:59.440Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xtext.ui,2.34.0.v20240227-0940 [2024-03-05T10:44:59.440Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.common.types.ui.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.440Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xtext.runtime,2.34.0.v20240227-0940 [2024-03-05T10:44:59.440Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.ide.common,2.34.0.v20240227-0940 [2024-03-05T10:44:59.440Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xtext.generator.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.440Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.buildship,2.34.0.v20240227-0940 [2024-03-05T10:44:59.440Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xtext.xbase,2.34.0.v20240227-0940 [2024-03-05T10:44:59.440Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.purexbase.ui.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.440Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.common.types.shared.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.701Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xtext.sdk,2.34.0.v20240227-0940 [2024-03-05T10:44:59.701Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xbase.junit.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.701Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.ide.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.701Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xtext.xbase.lib,2.34.0.v20240227-0940 [2024-03-05T10:44:59.701Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui.ecore.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.701Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui.shared.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.701Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ide.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.701Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.common.types.shared,2.34.0.v20240227-0940 [2024-03-05T10:44:59.701Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui.codetemplates.ui,2.34.0.v20240227-0940 [2024-03-05T10:44:59.701Z] - mirrored artifact osgi.bundle,io.github.classgraph.classgraph.source,4.8.165 [2024-03-05T10:44:59.701Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xbase.ui,2.34.0.v20240227-0940 [2024-03-05T10:44:59.701Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ide,2.34.0.v20240227-0940 [2024-03-05T10:44:59.701Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.m2e.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.701Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xtext.generator,2.34.0.v20240227-0940 [2024-03-05T10:44:59.701Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.core,2.34.0.v20240227-0940 [2024-03-05T10:44:59.701Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xtext.ui,2.34.0.v20240227-0940 [2024-03-05T10:44:59.701Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xtext.ui.graph,2.34.0.v20240227-0940 [2024-03-05T10:44:59.701Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.junit4,2.34.0.v20240227-0940 [2024-03-05T10:44:59.701Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xtext.ide,2.34.0.v20240227-0940 [2024-03-05T10:44:59.701Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.testing.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.701Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.common.types.ui,2.34.0.v20240227-0940 [2024-03-05T10:44:59.961Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xtext.xtext.ui,2.34.0.v20240227-0940 [2024-03-05T10:44:59.961Z] - mirrored artifact osgi.bundle,org.antlr.runtime.source,3.2.0.v20230929-1400 [2024-03-05T10:44:59.961Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.standalone,2.34.0.v20240227-0940 [2024-03-05T10:44:59.961Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.purexbase.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.961Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.lib.macro.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.961Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xtext.ui.examples,2.34.0.v20240227-0940 [2024-03-05T10:44:59.961Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.m2e.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.961Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui.codetemplates.ide,2.34.0.v20240227-0940 [2024-03-05T10:44:59.961Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.builder.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.962Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui.codetemplates,2.34.0.v20240227-0940 [2024-03-05T10:44:59.962Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.standalone.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.962Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.smap,2.34.0.v20240227-0940 [2024-03-05T10:44:59.962Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.buildship.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.962Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.examples,2.34.0.v20240227-0940 [2024-03-05T10:44:59.962Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.builder.standalone.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.962Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui.codetemplates.source,2.34.0.v20240227-0940 [2024-03-05T10:44:59.962Z] Mirroring artifacts from https://download.eclipse.org/tools/pdt/updates/8.2rc2 [2024-03-05T10:44:59.962Z] - mirroring artifact osgi.bundle,org.eclipse.php.core,8.2.0.202311292129 [2024-03-05T10:44:59.962Z] - mirroring artifact osgi.bundle,org.eclipse.php.debug.core,8.2.0.202311292129 [2024-03-05T10:44:59.962Z] - mirroring artifact osgi.bundle,org.eclipse.php.server.ui,8.2.0.202311292129 [2024-03-05T10:44:59.962Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.php.mylyn,8.2.0.202311292129 [2024-03-05T10:44:59.962Z] - mirroring artifact osgi.bundle,org.eclipse.php.formatter.ui.source,8.2.0.202311292129 [2024-03-05T10:44:59.962Z] - mirroring artifact osgi.bundle,org.eclipse.php.refactoring.core.source,8.2.0.202311292129 [2024-03-05T10:44:59.962Z] - mirroring artifact osgi.bundle,org.eclipse.php.composer.core,8.2.0.202311292129 [2024-03-05T10:44:59.962Z] - mirroring artifact osgi.bundle,org.eclipse.php.composer.ui.source,8.2.0.202311292129 [2024-03-05T10:44:59.962Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.php,8.2.0.202311292129 [2024-03-05T10:44:59.962Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.php.profiler,8.2.0.202311292129 [2024-03-05T10:44:59.962Z] - mirroring artifact osgi.bundle,org.eclipse.php.debug.ui,8.2.0.202311292129 [2024-03-05T10:44:59.962Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.php.phpunit.feature,8.2.0.202311292129 [2024-03-05T10:44:59.962Z] - mirroring artifact osgi.bundle,org.eclipse.php.composer.api.source,8.2.0.202311292129 [2024-03-05T10:44:59.962Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.php.composer,8.2.0.202311292129 [2024-03-05T10:44:59.963Z] - mirroring artifact osgi.bundle,org.eclipse.php.refactoring.ui.source,8.2.0.202311292129 [2024-03-05T10:44:59.963Z] - mirroring artifact osgi.bundle,org.eclipse.php.mylyn.ui,8.2.0.202311292129 [2024-03-05T10:44:59.963Z] - mirroring artifact osgi.bundle,org.eclipse.php.debug.daemon,8.2.0.202311292129 [2024-03-05T10:44:59.963Z] - mirroring artifact osgi.bundle,org.eclipse.php.formatter.core.source,8.2.0.202311292129 [2024-03-05T10:44:59.963Z] - mirroring artifact osgi.bundle,org.eclipse.php.formatter.core,8.2.0.202311292129 [2024-03-05T10:44:59.963Z] - mirroring artifact osgi.bundle,org.eclipse.php.phpunit,8.2.0.202311292129 [2024-03-05T10:44:59.963Z] - mirroring artifact osgi.bundle,org.eclipse.php.debug.daemon.source,8.2.0.202311292129 [2024-03-05T10:44:59.963Z] - mirroring artifact osgi.bundle,org.eclipse.php.builtin.server.ui,8.2.0.202311292129 [2024-03-05T10:44:59.963Z] - mirroring artifact osgi.bundle,org.eclipse.php.ui,8.2.0.202311292129 [2024-03-05T10:44:59.963Z] - mirroring artifact osgi.bundle,org.eclipse.php.ui.source,8.2.0.202311292129 [2024-03-05T10:44:59.963Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.php.source,8.2.0.202311292129 [2024-03-05T10:44:59.963Z] - mirroring artifact osgi.bundle,org.eclipse.php.core.parser,8.2.0.202311292129 [2024-03-05T10:44:59.963Z] - mirroring artifact osgi.bundle,org.eclipse.php.rdt.sync.ui,8.2.0.202311292129 [2024-03-05T10:44:59.963Z] - mirroring artifact osgi.bundle,org.eclipse.php.server.core,8.2.0.202311292129 [2024-03-05T10:44:59.963Z] - mirroring artifact osgi.bundle,org.eclipse.php.builtin.server.core,8.2.0.202311292129 [2024-03-05T10:44:59.963Z] - mirroring artifact osgi.bundle,org.eclipse.php.composer.api,8.2.0.202311292129 [2024-03-05T10:44:59.963Z] - mirroring artifact osgi.bundle,org.eclipse.php.refactoring.ui,8.2.0.202311292129 [2024-03-05T10:44:59.963Z] - mirroring artifact osgi.bundle,org.eclipse.php.debug.core.source,8.2.0.202311292129 [2024-03-05T10:44:59.963Z] - mirroring artifact osgi.bundle,org.eclipse.php.help,8.2.0.202311292129 [2024-03-05T10:44:59.963Z] - mirroring artifact osgi.bundle,org.eclipse.php.profile.ui,8.2.0.202311292129 [2024-03-05T10:44:59.963Z] - mirroring artifact osgi.bundle,org.eclipse.php.debug.ui.source,8.2.0.202311292129 [2024-03-05T10:44:59.963Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.php.rdt.sync,8.2.0.202311292129 [2024-03-05T10:44:59.963Z] - mirroring artifact osgi.bundle,org.eclipse.php.composer.ui,8.2.0.202311292129 [2024-03-05T10:44:59.963Z] - mirroring artifact osgi.bundle,org.eclipse.php.formatter.ui,8.2.0.202311292129 [2024-03-05T10:44:59.963Z] - mirroring artifact osgi.bundle,org.eclipse.php.composer.core.source,8.2.0.202311292129 [2024-03-05T10:44:59.963Z] - mirroring artifact osgi.bundle,org.eclipse.php.profile.core,8.2.0.202311292129 [2024-03-05T10:44:59.963Z] - mirroring artifact osgi.bundle,org.eclipse.php.core.source,8.2.0.202311292129 [2024-03-05T10:44:59.963Z] - mirroring artifact osgi.bundle,org.eclipse.php.server.ui.source,8.2.0.202311292129 [2024-03-05T10:44:59.964Z] - mirroring artifact osgi.bundle,org.eclipse.php.core.parser.source,8.2.0.202311292129 [2024-03-05T10:44:59.964Z] - mirroring artifact osgi.bundle,org.eclipse.php.refactoring.core,8.2.0.202311292129 [2024-03-05T10:44:59.964Z] - mirroring artifact osgi.bundle,org.eclipse.php.server.core.source,8.2.0.202311292129 [2024-03-05T10:45:00.223Z] - mirrored artifact osgi.bundle,org.eclipse.php.debug.core,8.2.0.202311292129 [2024-03-05T10:45:00.223Z] - mirrored artifact osgi.bundle,org.eclipse.php.server.ui,8.2.0.202311292129 [2024-03-05T10:45:00.223Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.php.mylyn,8.2.0.202311292129 [2024-03-05T10:45:00.223Z] - mirrored artifact osgi.bundle,org.eclipse.php.formatter.ui.source,8.2.0.202311292129 [2024-03-05T10:45:00.223Z] - mirrored artifact osgi.bundle,org.eclipse.php.refactoring.core.source,8.2.0.202311292129 [2024-03-05T10:45:00.223Z] - mirrored artifact osgi.bundle,org.eclipse.php.composer.core,8.2.0.202311292129 [2024-03-05T10:45:00.223Z] - mirrored artifact osgi.bundle,org.eclipse.php.composer.ui.source,8.2.0.202311292129 [2024-03-05T10:45:00.223Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.php,8.2.0.202311292129 [2024-03-05T10:45:00.223Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.php.profiler,8.2.0.202311292129 [2024-03-05T10:45:00.223Z] - mirrored artifact osgi.bundle,org.eclipse.php.debug.ui,8.2.0.202311292129 [2024-03-05T10:45:00.483Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.php.phpunit.feature,8.2.0.202311292129 [2024-03-05T10:45:00.483Z] - mirrored artifact osgi.bundle,org.eclipse.php.composer.api.source,8.2.0.202311292129 [2024-03-05T10:45:00.483Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.php.composer,8.2.0.202311292129 [2024-03-05T10:45:00.483Z] - mirrored artifact osgi.bundle,org.eclipse.php.refactoring.ui.source,8.2.0.202311292129 [2024-03-05T10:45:00.483Z] - mirrored artifact osgi.bundle,org.eclipse.php.mylyn.ui,8.2.0.202311292129 [2024-03-05T10:45:00.483Z] - mirrored artifact osgi.bundle,org.eclipse.php.debug.daemon,8.2.0.202311292129 [2024-03-05T10:45:00.483Z] - mirrored artifact osgi.bundle,org.eclipse.php.formatter.core.source,8.2.0.202311292129 [2024-03-05T10:45:00.483Z] - mirrored artifact osgi.bundle,org.eclipse.php.formatter.core,8.2.0.202311292129 [2024-03-05T10:45:00.483Z] - mirrored artifact osgi.bundle,org.eclipse.php.phpunit,8.2.0.202311292129 [2024-03-05T10:45:00.483Z] - mirrored artifact osgi.bundle,org.eclipse.php.core,8.2.0.202311292129 [2024-03-05T10:45:00.483Z] - mirrored artifact osgi.bundle,org.eclipse.php.debug.daemon.source,8.2.0.202311292129 [2024-03-05T10:45:00.483Z] - mirrored artifact osgi.bundle,org.eclipse.php.builtin.server.ui,8.2.0.202311292129 [2024-03-05T10:45:00.745Z] - mirrored artifact osgi.bundle,org.eclipse.php.ui,8.2.0.202311292129 [2024-03-05T10:45:00.745Z] - mirrored artifact osgi.bundle,org.eclipse.php.ui.source,8.2.0.202311292129 [2024-03-05T10:45:00.745Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.php.source,8.2.0.202311292129 [2024-03-05T10:45:00.745Z] - mirrored artifact osgi.bundle,org.eclipse.php.rdt.sync.ui,8.2.0.202311292129 [2024-03-05T10:45:00.745Z] - mirrored artifact osgi.bundle,org.eclipse.php.core.parser,8.2.0.202311292129 [2024-03-05T10:45:00.745Z] - mirrored artifact osgi.bundle,org.eclipse.php.server.core,8.2.0.202311292129 [2024-03-05T10:45:00.745Z] - mirrored artifact osgi.bundle,org.eclipse.php.builtin.server.core,8.2.0.202311292129 [2024-03-05T10:45:00.745Z] - mirrored artifact osgi.bundle,org.eclipse.php.refactoring.ui,8.2.0.202311292129 [2024-03-05T10:45:00.745Z] - mirrored artifact osgi.bundle,org.eclipse.php.composer.api,8.2.0.202311292129 [2024-03-05T10:45:00.745Z] - mirrored artifact osgi.bundle,org.eclipse.php.debug.core.source,8.2.0.202311292129 [2024-03-05T10:45:00.745Z] - mirrored artifact osgi.bundle,org.eclipse.php.profile.ui,8.2.0.202311292129 [2024-03-05T10:45:00.745Z] - mirrored artifact osgi.bundle,org.eclipse.php.debug.ui.source,8.2.0.202311292129 [2024-03-05T10:45:00.745Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.php.rdt.sync,8.2.0.202311292129 [2024-03-05T10:45:00.745Z] - mirrored artifact osgi.bundle,org.eclipse.php.composer.ui,8.2.0.202311292129 [2024-03-05T10:45:01.004Z] - mirrored artifact osgi.bundle,org.eclipse.php.help,8.2.0.202311292129 [2024-03-05T10:45:01.004Z] - mirrored artifact osgi.bundle,org.eclipse.php.formatter.ui,8.2.0.202311292129 [2024-03-05T10:45:01.004Z] - mirrored artifact osgi.bundle,org.eclipse.php.composer.core.source,8.2.0.202311292129 [2024-03-05T10:45:01.004Z] - mirrored artifact osgi.bundle,org.eclipse.php.profile.core,8.2.0.202311292129 [2024-03-05T10:45:01.004Z] - mirrored artifact osgi.bundle,org.eclipse.php.server.ui.source,8.2.0.202311292129 [2024-03-05T10:45:01.004Z] - mirrored artifact osgi.bundle,org.eclipse.php.core.parser.source,8.2.0.202311292129 [2024-03-05T10:45:01.004Z] - mirrored artifact osgi.bundle,org.eclipse.php.refactoring.core,8.2.0.202311292129 [2024-03-05T10:45:01.004Z] - mirrored artifact osgi.bundle,org.eclipse.php.server.core.source,8.2.0.202311292129 [2024-03-05T10:45:01.004Z] - mirrored artifact osgi.bundle,org.eclipse.php.core.source,8.2.0.202311292129 [2024-03-05T10:45:01.004Z] Mirroring artifacts from https://download.eclipse.org/tools/ptp/builds/9.4/2021-09 [2024-03-05T10:45:01.004Z] - mirroring artifact osgi.bundle,org.eclipse.ptp.rdt.sync.ui,2.0.0.202108312239 [2024-03-05T10:45:01.004Z] - mirroring artifact osgi.bundle,org.eclipse.ptp.rdt.sync.git.core,2.0.1.202108312239 [2024-03-05T10:45:01.004Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ptp.rdt.sync,9.4.1.202108312239 [2024-03-05T10:45:01.004Z] - mirroring artifact osgi.bundle,org.eclipse.ptp.rdt.sync.core,6.0.0.202108312239 [2024-03-05T10:45:01.004Z] - mirroring artifact osgi.bundle,org.eclipse.ptp.remote.server.core,3.0.0.202108312239 [2024-03-05T10:45:01.004Z] - mirroring artifact osgi.bundle,org.eclipse.ptp.rdt.sync.git.ui,1.0.0.202108312239 [2024-03-05T10:45:01.004Z] - mirrored artifact osgi.bundle,org.eclipse.ptp.rdt.sync.git.core,2.0.1.202108312239 [2024-03-05T10:45:01.004Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ptp.rdt.sync,9.4.1.202108312239 [2024-03-05T10:45:01.004Z] - mirrored artifact osgi.bundle,org.eclipse.ptp.rdt.sync.ui,2.0.0.202108312239 [2024-03-05T10:45:01.004Z] - mirrored artifact osgi.bundle,org.eclipse.ptp.rdt.sync.core,6.0.0.202108312239 [2024-03-05T10:45:01.004Z] - mirrored artifact osgi.bundle,org.eclipse.ptp.remote.server.core,3.0.0.202108312239 [2024-03-05T10:45:01.264Z] - mirrored artifact osgi.bundle,org.eclipse.ptp.rdt.sync.git.ui,1.0.0.202108312239 [2024-03-05T10:45:01.264Z] Mirroring artifacts from https://download.eclipse.org/modeling/emft/eef/updates/releases/2.1/R202210191223 [2024-03-05T10:45:01.264Z] - mirroring artifact osgi.bundle,org.eclipse.eef.properties.ui,2.1.6.202210191223 [2024-03-05T10:45:01.264Z] - mirroring artifact osgi.bundle,org.eclipse.eef.ide.ui.properties,2.1.6.202210191223 [2024-03-05T10:45:01.264Z] - mirroring artifact osgi.bundle,org.eclipse.eef.documentation,2.1.6.202210191223 [2024-03-05T10:45:01.264Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.eef.ext.widgets.reference.feature.source,2.1.6.202210191223 [2024-03-05T10:45:01.264Z] - mirroring artifact osgi.bundle,org.eclipse.eef.edit,2.1.6.202210191223 [2024-03-05T10:45:01.264Z] - mirroring artifact osgi.bundle,org.eclipse.eef.ide.source,2.1.6.202210191223 [2024-03-05T10:45:01.264Z] - mirroring artifact osgi.bundle,org.eclipse.eef.common,2.1.6.202210191223 [2024-03-05T10:45:01.264Z] - mirroring artifact osgi.bundle,org.eclipse.eef.common.ui,2.1.6.202210191223 [2024-03-05T10:45:01.264Z] - mirroring artifact osgi.bundle,org.eclipse.eef.documentation.ext.widgets.reference.source,2.1.6.202210191223 [2024-03-05T10:45:01.264Z] - mirroring artifact osgi.bundle,org.eclipse.eef.ide.ui.ext.widgets.reference,2.1.6.202210191223 [2024-03-05T10:45:01.264Z] - mirroring artifact osgi.bundle,org.eclipse.eef.properties.ui.source,2.1.6.202210191223 [2024-03-05T10:45:01.264Z] - mirroring artifact osgi.bundle,org.eclipse.eef.ide.ui.properties.source,2.1.6.202210191223 [2024-03-05T10:45:01.264Z] - mirroring artifact osgi.bundle,org.eclipse.eef.core.source,2.1.6.202210191223 [2024-03-05T10:45:01.264Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.eef.sdk.feature.source,2.1.6.202210191223 [2024-03-05T10:45:01.264Z] - mirroring artifact osgi.bundle,org.eclipse.eef.ide.ui.ext.widgets.reference.source,2.1.6.202210191223 [2024-03-05T10:45:01.264Z] - mirroring artifact osgi.bundle,org.eclipse.eef.core,2.1.6.202210191223 [2024-03-05T10:45:01.264Z] - mirroring artifact osgi.bundle,org.eclipse.eef.ext.widgets.reference.source,2.1.6.202210191223 [2024-03-05T10:45:01.264Z] - mirroring artifact osgi.bundle,org.eclipse.eef.documentation.ext.widgets.reference,2.1.6.202210191223 [2024-03-05T10:45:01.264Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.eef.sdk.feature,2.1.6.202210191223 [2024-03-05T10:45:01.264Z] - mirroring artifact osgi.bundle,org.eclipse.eef.documentation.source,2.1.6.202210191223 [2024-03-05T10:45:01.264Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.eef.ext.widgets.reference.feature,2.1.6.202210191223 [2024-03-05T10:45:01.265Z] - mirroring artifact osgi.bundle,org.eclipse.eef.ide.ui.source,2.1.6.202210191223 [2024-03-05T10:45:01.265Z] - mirroring artifact osgi.bundle,org.eclipse.eef.edit.source,2.1.6.202210191223 [2024-03-05T10:45:01.265Z] - mirroring artifact osgi.bundle,org.eclipse.eef.properties.ui.legacy,2.1.6.202210191223 [2024-03-05T10:45:01.265Z] - mirroring artifact osgi.bundle,org.eclipse.eef.ext.widgets.reference,2.1.6.202210191223 [2024-03-05T10:45:01.265Z] - mirroring artifact osgi.bundle,org.eclipse.eef.ide,2.1.6.202210191223 [2024-03-05T10:45:01.265Z] - mirroring artifact osgi.bundle,org.eclipse.eef.ide.ui,2.1.6.202210191223 [2024-03-05T10:45:01.265Z] - mirroring artifact osgi.bundle,org.eclipse.eef.common.source,2.1.6.202210191223 [2024-03-05T10:45:01.265Z] - mirroring artifact osgi.bundle,org.eclipse.eef.core.ext.widgets.reference.source,2.1.6.202210191223 [2024-03-05T10:45:01.265Z] - mirroring artifact osgi.bundle,org.eclipse.eef.properties.ui.legacy.source,2.1.6.202210191223 [2024-03-05T10:45:01.265Z] - mirroring artifact osgi.bundle,org.eclipse.eef,2.1.6.202210191223 [2024-03-05T10:45:01.265Z] - mirroring artifact osgi.bundle,org.eclipse.eef.source,2.1.6.202210191223 [2024-03-05T10:45:01.265Z] - mirroring artifact osgi.bundle,org.eclipse.eef.common.ui.source,2.1.6.202210191223 [2024-03-05T10:45:01.265Z] - mirroring artifact osgi.bundle,org.eclipse.eef.core.ext.widgets.reference,2.1.6.202210191223 [2024-03-05T10:45:01.265Z] - mirrored artifact osgi.bundle,org.eclipse.eef.ide.ui.properties,2.1.6.202210191223 [2024-03-05T10:45:01.265Z] - mirrored artifact osgi.bundle,org.eclipse.eef.properties.ui,2.1.6.202210191223 [2024-03-05T10:45:01.265Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.eef.ext.widgets.reference.feature.source,2.1.6.202210191223 [2024-03-05T10:45:01.265Z] - mirrored artifact osgi.bundle,org.eclipse.eef.edit,2.1.6.202210191223 [2024-03-05T10:45:01.265Z] - mirrored artifact osgi.bundle,org.eclipse.eef.ide.source,2.1.6.202210191223 [2024-03-05T10:45:01.265Z] - mirrored artifact osgi.bundle,org.eclipse.eef.documentation,2.1.6.202210191223 [2024-03-05T10:45:01.265Z] - mirrored artifact osgi.bundle,org.eclipse.eef.common.ui,2.1.6.202210191223 [2024-03-05T10:45:01.265Z] - mirrored artifact osgi.bundle,org.eclipse.eef.common,2.1.6.202210191223 [2024-03-05T10:45:01.265Z] - mirrored artifact osgi.bundle,org.eclipse.eef.ide.ui.ext.widgets.reference,2.1.6.202210191223 [2024-03-05T10:45:01.265Z] - mirrored artifact osgi.bundle,org.eclipse.eef.properties.ui.source,2.1.6.202210191223 [2024-03-05T10:45:01.265Z] - mirrored artifact osgi.bundle,org.eclipse.eef.documentation.ext.widgets.reference.source,2.1.6.202210191223 [2024-03-05T10:45:01.265Z] - mirrored artifact osgi.bundle,org.eclipse.eef.core.source,2.1.6.202210191223 [2024-03-05T10:45:01.265Z] - mirrored artifact osgi.bundle,org.eclipse.eef.ide.ui.properties.source,2.1.6.202210191223 [2024-03-05T10:45:01.265Z] - mirrored artifact osgi.bundle,org.eclipse.eef.ide.ui.ext.widgets.reference.source,2.1.6.202210191223 [2024-03-05T10:45:01.265Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.eef.sdk.feature.source,2.1.6.202210191223 [2024-03-05T10:45:01.265Z] - mirrored artifact osgi.bundle,org.eclipse.eef.ext.widgets.reference.source,2.1.6.202210191223 [2024-03-05T10:45:01.266Z] - mirrored artifact osgi.bundle,org.eclipse.eef.core,2.1.6.202210191223 [2024-03-05T10:45:01.266Z] - mirrored artifact osgi.bundle,org.eclipse.eef.documentation.ext.widgets.reference,2.1.6.202210191223 [2024-03-05T10:45:01.266Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.eef.sdk.feature,2.1.6.202210191223 [2024-03-05T10:45:01.266Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.eef.ext.widgets.reference.feature,2.1.6.202210191223 [2024-03-05T10:45:01.266Z] - mirrored artifact osgi.bundle,org.eclipse.eef.ide.ui.source,2.1.6.202210191223 [2024-03-05T10:45:01.266Z] - mirrored artifact osgi.bundle,org.eclipse.eef.edit.source,2.1.6.202210191223 [2024-03-05T10:45:01.266Z] - mirrored artifact osgi.bundle,org.eclipse.eef.properties.ui.legacy,2.1.6.202210191223 [2024-03-05T10:45:01.266Z] - mirrored artifact osgi.bundle,org.eclipse.eef.ext.widgets.reference,2.1.6.202210191223 [2024-03-05T10:45:01.266Z] - mirrored artifact osgi.bundle,org.eclipse.eef.documentation.source,2.1.6.202210191223 [2024-03-05T10:45:01.266Z] - mirrored artifact osgi.bundle,org.eclipse.eef.ide,2.1.6.202210191223 [2024-03-05T10:45:01.266Z] - mirrored artifact osgi.bundle,org.eclipse.eef.common.source,2.1.6.202210191223 [2024-03-05T10:45:01.266Z] - mirrored artifact osgi.bundle,org.eclipse.eef.ide.ui,2.1.6.202210191223 [2024-03-05T10:45:01.266Z] - mirrored artifact osgi.bundle,org.eclipse.eef.core.ext.widgets.reference.source,2.1.6.202210191223 [2024-03-05T10:45:01.266Z] - mirrored artifact osgi.bundle,org.eclipse.eef.properties.ui.legacy.source,2.1.6.202210191223 [2024-03-05T10:45:01.526Z] - mirrored artifact osgi.bundle,org.eclipse.eef,2.1.6.202210191223 [2024-03-05T10:45:01.526Z] - mirrored artifact osgi.bundle,org.eclipse.eef.source,2.1.6.202210191223 [2024-03-05T10:45:01.526Z] - mirrored artifact osgi.bundle,org.eclipse.eef.common.ui.source,2.1.6.202210191223 [2024-03-05T10:45:01.526Z] - mirrored artifact osgi.bundle,org.eclipse.eef.core.ext.widgets.reference,2.1.6.202210191223 [2024-03-05T10:45:01.526Z] Mirroring artifacts from https://download.eclipse.org/linuxtools/update-2024-03-rc1 [2024-03-05T10:45:01.526Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.dataviewers.charts.source,7.0.0.202402281813 [2024-03-05T10:45:01.526Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.cachegrind.source,1.1.0.202402281813 [2024-03-05T10:45:01.526Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.cdt.libhover.devhelp.feature.source,8.14.0.202402281813 [2024-03-05T10:45:01.526Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.perf.source,1.3.0.202402281813 [2024-03-05T10:45:01.526Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.perf,1.3.0.202402281813 [2024-03-05T10:45:01.526Z] - mirroring artifact osgi.bundle,org.eclipse.swtchart,0.14.0.202301260747 [2024-03-05T10:45:01.526Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.gprof.feature,8.14.0.202402281813 [2024-03-05T10:45:01.526Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.changelog.java.source,8.14.0.202402281813 [2024-03-05T10:45:01.526Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.changelog.source,8.14.0.202402281813 [2024-03-05T10:45:01.526Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.gprof.launch.source,1.2.0.202402281813 [2024-03-05T10:45:01.527Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.tools.launch.core,3.3.0.202402281813 [2024-03-05T10:45:01.527Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.rpm.source,8.14.0.202402281813 [2024-03-05T10:45:01.527Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.profiling.ui,3.2.0.202402281813 [2024-03-05T10:45:01.527Z] - mirroring artifact osgi.bundle,org.codelibs.nekohtml,2.1.2.v20230802-0829 [2024-03-05T10:45:01.527Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.systemtap.structures,4.2.0.202402281813 [2024-03-05T10:45:01.527Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.changelog.doc,2.7.1.202402281813 [2024-03-05T10:45:01.527Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.massif,1.1.0.202402281813 [2024-03-05T10:45:01.527Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.man.core,1.5.0.202402281813 [2024-03-05T10:45:01.527Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.javadocs.source,1.0.0.202402281813 [2024-03-05T10:45:01.527Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.callgraph.feature,8.14.0.202402281813 [2024-03-05T10:45:01.527Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.gcov.source,8.14.0.202402281813 [2024-03-05T10:45:01.527Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.core,1.1.0.202402281813 [2024-03-05T10:45:01.527Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.systemtap.graphing.ui,4.2.0.202402281813 [2024-03-05T10:45:01.527Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.javadocs.feature.source,8.14.0.202402281813 [2024-03-05T10:45:01.527Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.changelog.c,8.14.0.202402281813 [2024-03-05T10:45:01.527Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.changelog.cparser.source,2.7.0.202402281813 [2024-03-05T10:45:01.527Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.valgrind,8.14.0.202402281813 [2024-03-05T10:45:01.527Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.gcov.docs,1.0.0.202402281813 [2024-03-05T10:45:01.527Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.rpm.ui.source,1.1.0.202402281813 [2024-03-05T10:45:01.527Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.tools.launch.ui,2.0.0.202402281813 [2024-03-05T10:45:01.528Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.systemtap.ui.ide.source,2.3.1.202402281813 [2024-03-05T10:45:01.528Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.profiling.docs,1.0.0.202402281813 [2024-03-05T10:45:01.528Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.profiling.source,8.14.0.202402281813 [2024-03-05T10:45:01.528Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.gcov.core,6.3.0.202402281813 [2024-03-05T10:45:01.528Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.gcov.launch.source,1.2.0.202402281813 [2024-03-05T10:45:01.528Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.changelog.java,8.14.0.202402281813 [2024-03-05T10:45:01.528Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.callgraph.launch,2.1.0.202402281813 [2024-03-05T10:45:01.528Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.cachegrind,1.1.0.202402281813 [2024-03-05T10:45:01.528Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.systemtap.source,8.14.0.202402281813 [2024-03-05T10:45:01.528Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.systemtap,8.14.0.202402281813 [2024-03-05T10:45:01.528Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.systemtap.ui.consolelog.source,4.0.0.202402281813 [2024-03-05T10:45:01.528Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.dataviewers,6.1.0.202402281813 [2024-03-05T10:45:01.528Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.gprof.source,5.1.0.202402281813 [2024-03-05T10:45:01.528Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.profiling.ui.capability.source,1.0.0.202402281813 [2024-03-05T10:45:01.528Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.cdt.libhover.feature.source,8.14.0.202402281813 [2024-03-05T10:45:01.528Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.changelog,8.14.0.202402281813 [2024-03-05T10:45:01.528Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.gcov.launch,1.2.0.202402281813 [2024-03-05T10:45:01.528Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.cdt.libhover.devhelp.source,1.1.0.202402281813 [2024-03-05T10:45:01.528Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.rpm.ui,1.1.0.202402281813 [2024-03-05T10:45:01.529Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.changelog.core,3.0.0.202402281813 [2024-03-05T10:45:01.529Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.core.source,1.1.0.202402281813 [2024-03-05T10:45:01.529Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.rpm.rpmlint,1.1.0.202402281813 [2024-03-05T10:45:01.529Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.gcov,8.14.0.202402281813 [2024-03-05T10:45:01.529Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.binutils.source,6.0.0.202402281813 [2024-03-05T10:45:01.529Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.helgrind,1.1.0.202402281813 [2024-03-05T10:45:01.529Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.callgraph,2.0.0.202402281813 [2024-03-05T10:45:01.529Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.massif.source,1.1.0.202402281813 [2024-03-05T10:45:01.529Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.dataviewers.feature.source,8.14.0.202402281813 [2024-03-05T10:45:01.529Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.rpm.core,3.1.0.202402281813 [2024-03-05T10:45:01.529Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.man.core.source,1.5.0.202402281813 [2024-03-05T10:45:01.529Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.cdt.libhover.devhelp,1.1.0.202402281813 [2024-03-05T10:45:01.529Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.profiling,8.14.0.202402281813 [2024-03-05T10:45:01.529Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.cdt.libhover.feature,8.14.0.202402281813 [2024-03-05T10:45:01.529Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.profiling.launch.source,3.3.0.202402281813 [2024-03-05T10:45:01.529Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.man.help,1.1.0.202402281813 [2024-03-05T10:45:01.529Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.javadocs.feature,8.14.0.202402281813 [2024-03-05T10:45:01.529Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.rpm.ui.editor.source,4.0.0.202402281813 [2024-03-05T10:45:01.529Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.binutils,6.0.0.202402281813 [2024-03-05T10:45:01.529Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.gcov.core.source,6.3.0.202402281813 [2024-03-05T10:45:01.529Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.rpm.ui.editor.doc,1.0.0.202402281813 [2024-03-05T10:45:01.529Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.rpm.ui.editor,4.0.0.202402281813 [2024-03-05T10:45:01.529Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.profiling.launch,3.3.0.202402281813 [2024-03-05T10:45:01.529Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.gprof.feature.source,8.14.0.202402281813 [2024-03-05T10:45:01.530Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.ui,2.1.0.202402281813 [2024-03-05T10:45:01.530Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.launch.source,3.0.0.202402281813 [2024-03-05T10:45:01.530Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.rpm.core.source,3.1.0.202402281813 [2024-03-05T10:45:01.530Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.changelog.parsers.java,2.7.0.202402281813 [2024-03-05T10:45:01.530Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.tools.launch.ui.source,2.0.0.202402281813 [2024-03-05T10:45:01.530Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.dataviewers.piechart,3.0.0.202402281813 [2024-03-05T10:45:01.530Z] - mirroring artifact osgi.bundle,org.eclipse.swtchart.extensions,0.14.0.202301260747 [2024-03-05T10:45:01.530Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.dataviewers.piechart.source,3.0.0.202402281813 [2024-03-05T10:45:01.530Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.man,8.14.0.202402281813 [2024-03-05T10:45:01.530Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.rpm.rpmlint.source,1.1.0.202402281813 [2024-03-05T10:45:01.530Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.memcheck,1.1.0.202402281813 [2024-03-05T10:45:01.530Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.systemtap.ui.ide,2.3.1.202402281813 [2024-03-05T10:45:01.530Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.valgrind.source,8.14.0.202402281813 [2024-03-05T10:45:01.530Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.callgraph.docs,1.0.0.202402281813 [2024-03-05T10:45:01.530Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.systemtap.graphing.ui.source,4.2.0.202402281813 [2024-03-05T10:45:01.530Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.perf.feature.source,8.14.0.202402281813 [2024-03-05T10:45:01.530Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.systemtap.structures.source,4.2.0.202402281813 [2024-03-05T10:45:01.530Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.dataviewers.feature,8.14.0.202402281813 [2024-03-05T10:45:01.530Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.systemtap.graphing.core,2.1.0.202402281813 [2024-03-05T10:45:01.530Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.ui.editor.source,1.0.0.202402281813 [2024-03-05T10:45:01.530Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.gprof,5.1.0.202402281813 [2024-03-05T10:45:01.530Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.changelog.core.source,3.0.0.202402281813 [2024-03-05T10:45:01.530Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.helgrind.source,1.1.0.202402281813 [2024-03-05T10:45:01.530Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.profiling.ui.source,3.2.0.202402281813 [2024-03-05T10:45:01.531Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.doc,1.0.0.202402281813 [2024-03-05T10:45:01.531Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.changelog.cparser,2.7.0.202402281813 [2024-03-05T10:45:01.531Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.gprof.launch,1.2.0.202402281813 [2024-03-05T10:45:01.531Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.ui.source,2.1.0.202402281813 [2024-03-05T10:45:01.531Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.gprof.docs,1.0.0.202402281813 [2024-03-05T10:45:01.531Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.cdt.libhover.glibc,1.2.1.202402281813 [2024-03-05T10:45:01.531Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.changelog.parsers.java.source,2.7.0.202402281813 [2024-03-05T10:45:01.531Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.ui.editor,1.0.0.202402281813 [2024-03-05T10:45:01.531Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.perf.feature,8.14.0.202402281813 [2024-03-05T10:45:01.531Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.cdt.libhover,1.2.0.202402281813 [2024-03-05T10:45:01.531Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.callgraph.core.source,3.1.0.202402281813 [2024-03-05T10:45:01.531Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.cdt.libhover.library.docs,1.0.2.202402281813 [2024-03-05T10:45:01.531Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.perf.doc,1.0.0.202402281813 [2024-03-05T10:45:01.531Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.profiling.ui.capability,1.0.0.202402281813 [2024-03-05T10:45:01.531Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.javadocs,1.0.0.202402281813 [2024-03-05T10:45:01.531Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.dataviewers.source,6.1.0.202402281813 [2024-03-05T10:45:01.531Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.callgraph.feature.source,8.14.0.202402281813 [2024-03-05T10:45:01.531Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.systemtap.graphing.core.source,2.1.0.202402281813 [2024-03-05T10:45:01.531Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.cdt.libhover.devhelp.feature,8.14.0.202402281813 [2024-03-05T10:45:01.531Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.man.help.source,1.1.0.202402281813 [2024-03-05T10:45:01.531Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.callgraph.source,2.0.0.202402281813 [2024-03-05T10:45:01.531Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.systemtap.ui.doc,2.6.5.202402281813 [2024-03-05T10:45:01.531Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.rpm,8.14.0.202402281813 [2024-03-05T10:45:01.531Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.tools.launch.core.source,3.3.0.202402281813 [2024-03-05T10:45:01.531Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.systemtap.ui.consolelog,4.0.0.202402281813 [2024-03-05T10:45:01.531Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.man.source,8.14.0.202402281813 [2024-03-05T10:45:01.532Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.callgraph.core,3.1.0.202402281813 [2024-03-05T10:45:01.532Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.dataviewers.charts,7.0.0.202402281813 [2024-03-05T10:45:01.532Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.launch,3.0.0.202402281813 [2024-03-05T10:45:01.532Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.changelog.c.source,8.14.0.202402281813 [2024-03-05T10:45:01.532Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.memcheck.source,1.1.0.202402281813 [2024-03-05T10:45:01.532Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.callgraph.launch.source,2.1.0.202402281813 [2024-03-05T10:45:01.532Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.cdt.libhover.source,1.2.0.202402281813 [2024-03-05T10:45:01.532Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.dataviewers.charts.source,7.0.0.202402281813 [2024-03-05T10:45:01.532Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.cachegrind.source,1.1.0.202402281813 [2024-03-05T10:45:01.532Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.cdt.libhover.devhelp.feature.source,8.14.0.202402281813 [2024-03-05T10:45:01.532Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.perf.source,1.3.0.202402281813 [2024-03-05T10:45:01.532Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.perf,1.3.0.202402281813 [2024-03-05T10:45:01.532Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.gprof.feature,8.14.0.202402281813 [2024-03-05T10:45:01.532Z] - mirrored artifact osgi.bundle,org.eclipse.swtchart,0.14.0.202301260747 [2024-03-05T10:45:01.532Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.changelog.java.source,8.14.0.202402281813 [2024-03-05T10:45:01.532Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.gprof.launch.source,1.2.0.202402281813 [2024-03-05T10:45:01.532Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.tools.launch.core,3.3.0.202402281813 [2024-03-05T10:45:01.532Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.changelog.source,8.14.0.202402281813 [2024-03-05T10:45:01.532Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.rpm.source,8.14.0.202402281813 [2024-03-05T10:45:01.532Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.profiling.ui,3.2.0.202402281813 [2024-03-05T10:45:01.532Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.systemtap.structures,4.2.0.202402281813 [2024-03-05T10:45:01.532Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.changelog.doc,2.7.1.202402281813 [2024-03-05T10:45:01.792Z] - mirrored artifact osgi.bundle,org.codelibs.nekohtml,2.1.2.v20230802-0829 [2024-03-05T10:45:01.792Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.massif,1.1.0.202402281813 [2024-03-05T10:45:01.792Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.javadocs.source,1.0.0.202402281813 [2024-03-05T10:45:01.792Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.callgraph.feature,8.14.0.202402281813 [2024-03-05T10:45:01.792Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.man.core,1.5.0.202402281813 [2024-03-05T10:45:01.792Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.gcov.source,8.14.0.202402281813 [2024-03-05T10:45:01.792Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.core,1.1.0.202402281813 [2024-03-05T10:45:01.792Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.systemtap.graphing.ui,4.2.0.202402281813 [2024-03-05T10:45:01.792Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.javadocs.feature.source,8.14.0.202402281813 [2024-03-05T10:45:01.792Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.changelog.c,8.14.0.202402281813 [2024-03-05T10:45:01.792Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.changelog.cparser.source,2.7.0.202402281813 [2024-03-05T10:45:01.792Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.valgrind,8.14.0.202402281813 [2024-03-05T10:45:01.792Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.rpm.ui.source,1.1.0.202402281813 [2024-03-05T10:45:01.792Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.gcov.docs,1.0.0.202402281813 [2024-03-05T10:45:01.792Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.tools.launch.ui,2.0.0.202402281813 [2024-03-05T10:45:01.792Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.systemtap.ui.ide.source,2.3.1.202402281813 [2024-03-05T10:45:01.792Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.profiling.docs,1.0.0.202402281813 [2024-03-05T10:45:01.792Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.profiling.source,8.14.0.202402281813 [2024-03-05T10:45:01.792Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.gcov.launch.source,1.2.0.202402281813 [2024-03-05T10:45:01.793Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.changelog.java,8.14.0.202402281813 [2024-03-05T10:45:01.793Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.gcov.core,6.3.0.202402281813 [2024-03-05T10:45:01.793Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.cachegrind,1.1.0.202402281813 [2024-03-05T10:45:01.793Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.callgraph.launch,2.1.0.202402281813 [2024-03-05T10:45:01.793Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.systemtap,8.14.0.202402281813 [2024-03-05T10:45:01.793Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.systemtap.source,8.14.0.202402281813 [2024-03-05T10:45:01.793Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.systemtap.ui.consolelog.source,4.0.0.202402281813 [2024-03-05T10:45:01.793Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.dataviewers,6.1.0.202402281813 [2024-03-05T10:45:01.793Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.gprof.source,5.1.0.202402281813 [2024-03-05T10:45:01.793Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.profiling.ui.capability.source,1.0.0.202402281813 [2024-03-05T10:45:01.793Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.cdt.libhover.feature.source,8.14.0.202402281813 [2024-03-05T10:45:01.793Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.changelog,8.14.0.202402281813 [2024-03-05T10:45:01.793Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.gcov.launch,1.2.0.202402281813 [2024-03-05T10:45:01.793Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.cdt.libhover.devhelp.source,1.1.0.202402281813 [2024-03-05T10:45:01.793Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.rpm.ui,1.1.0.202402281813 [2024-03-05T10:45:01.793Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.changelog.core,3.0.0.202402281813 [2024-03-05T10:45:01.793Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.core.source,1.1.0.202402281813 [2024-03-05T10:45:01.793Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.rpm.rpmlint,1.1.0.202402281813 [2024-03-05T10:45:01.793Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.gcov,8.14.0.202402281813 [2024-03-05T10:45:01.793Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.helgrind,1.1.0.202402281813 [2024-03-05T10:45:01.793Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.binutils.source,6.0.0.202402281813 [2024-03-05T10:45:01.793Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.massif.source,1.1.0.202402281813 [2024-03-05T10:45:01.793Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.callgraph,2.0.0.202402281813 [2024-03-05T10:45:01.793Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.dataviewers.feature.source,8.14.0.202402281813 [2024-03-05T10:45:01.793Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.rpm.core,3.1.0.202402281813 [2024-03-05T10:45:02.053Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.man.core.source,1.5.0.202402281813 [2024-03-05T10:45:02.053Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.profiling,8.14.0.202402281813 [2024-03-05T10:45:02.053Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.cdt.libhover.devhelp,1.1.0.202402281813 [2024-03-05T10:45:02.053Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.cdt.libhover.feature,8.14.0.202402281813 [2024-03-05T10:45:02.053Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.profiling.launch.source,3.3.0.202402281813 [2024-03-05T10:45:02.053Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.man.help,1.1.0.202402281813 [2024-03-05T10:45:02.053Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.javadocs.feature,8.14.0.202402281813 [2024-03-05T10:45:02.053Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.binutils,6.0.0.202402281813 [2024-03-05T10:45:02.053Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.rpm.ui.editor.source,4.0.0.202402281813 [2024-03-05T10:45:02.053Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.gcov.core.source,6.3.0.202402281813 [2024-03-05T10:45:02.053Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.rpm.ui.editor,4.0.0.202402281813 [2024-03-05T10:45:02.054Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.profiling.launch,3.3.0.202402281813 [2024-03-05T10:45:02.054Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.gprof.feature.source,8.14.0.202402281813 [2024-03-05T10:45:02.054Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.rpm.ui.editor.doc,1.0.0.202402281813 [2024-03-05T10:45:02.054Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.ui,2.1.0.202402281813 [2024-03-05T10:45:02.054Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.rpm.core.source,3.1.0.202402281813 [2024-03-05T10:45:02.054Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.launch.source,3.0.0.202402281813 [2024-03-05T10:45:02.054Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.tools.launch.ui.source,2.0.0.202402281813 [2024-03-05T10:45:02.054Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.changelog.parsers.java,2.7.0.202402281813 [2024-03-05T10:45:02.054Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.dataviewers.piechart,3.0.0.202402281813 [2024-03-05T10:45:02.054Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.dataviewers.piechart.source,3.0.0.202402281813 [2024-03-05T10:45:02.054Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.man,8.14.0.202402281813 [2024-03-05T10:45:02.054Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.rpm.rpmlint.source,1.1.0.202402281813 [2024-03-05T10:45:02.054Z] - mirrored artifact osgi.bundle,org.eclipse.swtchart.extensions,0.14.0.202301260747 [2024-03-05T10:45:02.054Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.memcheck,1.1.0.202402281813 [2024-03-05T10:45:02.054Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.valgrind.source,8.14.0.202402281813 [2024-03-05T10:45:02.054Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.systemtap.ui.ide,2.3.1.202402281813 [2024-03-05T10:45:02.054Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.callgraph.docs,1.0.0.202402281813 [2024-03-05T10:45:02.054Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.perf.feature.source,8.14.0.202402281813 [2024-03-05T10:45:02.054Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.systemtap.graphing.ui.source,4.2.0.202402281813 [2024-03-05T10:45:02.054Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.systemtap.structures.source,4.2.0.202402281813 [2024-03-05T10:45:02.054Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.dataviewers.feature,8.14.0.202402281813 [2024-03-05T10:45:02.054Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.ui.editor.source,1.0.0.202402281813 [2024-03-05T10:45:02.054Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.systemtap.graphing.core,2.1.0.202402281813 [2024-03-05T10:45:02.055Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.changelog.core.source,3.0.0.202402281813 [2024-03-05T10:45:02.055Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.gprof,5.1.0.202402281813 [2024-03-05T10:45:02.055Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.helgrind.source,1.1.0.202402281813 [2024-03-05T10:45:02.055Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.profiling.ui.source,3.2.0.202402281813 [2024-03-05T10:45:02.055Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.changelog.cparser,2.7.0.202402281813 [2024-03-05T10:45:02.055Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.gprof.launch,1.2.0.202402281813 [2024-03-05T10:45:02.055Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.ui.source,2.1.0.202402281813 [2024-03-05T10:45:02.055Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.doc,1.0.0.202402281813 [2024-03-05T10:45:02.055Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.gprof.docs,1.0.0.202402281813 [2024-03-05T10:45:02.055Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.changelog.parsers.java.source,2.7.0.202402281813 [2024-03-05T10:45:02.055Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.ui.editor,1.0.0.202402281813 [2024-03-05T10:45:02.314Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.cdt.libhover.glibc,1.2.1.202402281813 [2024-03-05T10:45:02.314Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.perf.feature,8.14.0.202402281813 [2024-03-05T10:45:02.314Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.cdt.libhover,1.2.0.202402281813 [2024-03-05T10:45:02.314Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.callgraph.core.source,3.1.0.202402281813 [2024-03-05T10:45:02.315Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.cdt.libhover.library.docs,1.0.2.202402281813 [2024-03-05T10:45:02.315Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.profiling.ui.capability,1.0.0.202402281813 [2024-03-05T10:45:02.315Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.javadocs,1.0.0.202402281813 [2024-03-05T10:45:02.315Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.dataviewers.source,6.1.0.202402281813 [2024-03-05T10:45:02.315Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.callgraph.feature.source,8.14.0.202402281813 [2024-03-05T10:45:02.315Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.perf.doc,1.0.0.202402281813 [2024-03-05T10:45:02.315Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.systemtap.graphing.core.source,2.1.0.202402281813 [2024-03-05T10:45:02.315Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.man.help.source,1.1.0.202402281813 [2024-03-05T10:45:02.315Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.cdt.libhover.devhelp.feature,8.14.0.202402281813 [2024-03-05T10:45:02.315Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.callgraph.source,2.0.0.202402281813 [2024-03-05T10:45:02.315Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.rpm,8.14.0.202402281813 [2024-03-05T10:45:02.315Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.tools.launch.core.source,3.3.0.202402281813 [2024-03-05T10:45:02.315Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.systemtap.ui.consolelog,4.0.0.202402281813 [2024-03-05T10:45:02.315Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.man.source,8.14.0.202402281813 [2024-03-05T10:45:02.315Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.callgraph.core,3.1.0.202402281813 [2024-03-05T10:45:02.315Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.dataviewers.charts,7.0.0.202402281813 [2024-03-05T10:45:02.315Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.launch,3.0.0.202402281813 [2024-03-05T10:45:02.315Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.changelog.c.source,8.14.0.202402281813 [2024-03-05T10:45:02.315Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.memcheck.source,1.1.0.202402281813 [2024-03-05T10:45:02.315Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.callgraph.launch.source,2.1.0.202402281813 [2024-03-05T10:45:02.315Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.cdt.libhover.source,1.2.0.202402281813 [2024-03-05T10:45:02.315Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.systemtap.ui.doc,2.6.5.202402281813 [2024-03-05T10:45:02.315Z] Mirroring artifacts from https://download.eclipse.org/linuxtools/update-2024-03-docker-rc1 [2024-03-05T10:45:02.315Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.docker.core.source,5.14.0.202402281813 [2024-03-05T10:45:02.315Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.vagrant.feature.source,5.14.0.202402281813 [2024-03-05T10:45:02.316Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.docker.editor.ls.source,1.0.1.202402281813 [2024-03-05T10:45:02.316Z] - mirroring artifact osgi.bundle,org.glassfish.jersey.core.jersey-common,3.1.5 [2024-03-05T10:45:02.316Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.docker.feature.source,5.14.0.202402281813 [2024-03-05T10:45:02.316Z] - mirroring artifact osgi.bundle,jakarta.ws.rs-api,3.1.0 [2024-03-05T10:45:02.316Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.jdt.docker.launcher,1.0.0.202402281813 [2024-03-05T10:45:02.316Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.docker.core,5.14.0.202402281813 [2024-03-05T10:45:02.316Z] - mirroring artifact osgi.bundle,org.apache.commons.commons-compress,1.26.0 [2024-03-05T10:45:02.316Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.vagrant.docs.source,2.0.0.202402281813 [2024-03-05T10:45:02.316Z] - mirroring artifact osgi.bundle,com.github.jnr.constants,0.10.4 [2024-03-05T10:45:02.316Z] - mirroring artifact osgi.bundle,com.github.jnr.enxio,0.32.17 [2024-03-05T10:45:02.316Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.docker.ui,5.14.0.202402281813 [2024-03-05T10:45:02.316Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.docker.feature,5.14.0.202402281813 [2024-03-05T10:45:02.316Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.jdt.docker.launcher.feature.source,5.14.0.202402281813 [2024-03-05T10:45:02.316Z] - mirroring artifact osgi.bundle,org.mandas.docker-client,7.0.7 [2024-03-05T10:45:02.316Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.vagrant.core.source,2.0.0.202402281813 [2024-03-05T10:45:02.316Z] - mirroring artifact osgi.bundle,com.github.jnr.jffi.native,1.3.13.v20240215-1616 [2024-03-05T10:45:02.316Z] - mirroring artifact osgi.bundle,org.glassfish.jersey.core.jersey-server,3.1.5 [2024-03-05T10:45:02.316Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.docker.docs.source,5.14.0.202402281813 [2024-03-05T10:45:02.316Z] - mirroring artifact osgi.bundle,org.apache.httpcomponents.httpclient,4.5.14 [2024-03-05T10:45:02.316Z] - mirroring artifact osgi.bundle,com.github.jnr.jffi,1.3.13 [2024-03-05T10:45:02.316Z] - mirroring artifact osgi.bundle,com.fasterxml.jackson.module.jackson-module-jakarta-xmlbind-annotations,2.16.1 [2024-03-05T10:45:02.316Z] - mirroring artifact osgi.bundle,com.github.jnr.x86asm,1.0.2.v20230715-0746 [2024-03-05T10:45:02.316Z] - mirroring artifact osgi.bundle,com.fasterxml.jackson.core.jackson-databind,2.16.1 [2024-03-05T10:45:02.316Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.docker.editor.ls,1.0.1.202402281813 [2024-03-05T10:45:02.316Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.vagrant.ui,2.0.0.202402281813 [2024-03-05T10:45:02.316Z] - mirroring artifact osgi.bundle,com.github.jnr.posix,3.1.19 [2024-03-05T10:45:02.316Z] - mirroring artifact osgi.bundle,com.github.jnr.ffi,2.2.16 [2024-03-05T10:45:02.316Z] - mirroring artifact osgi.bundle,com.github.jnr.unixsocket,0.38.22 [2024-03-05T10:45:02.316Z] - mirroring artifact osgi.bundle,org.glassfish.jersey.ext.jersey-entity-filtering,3.1.5 [2024-03-05T10:45:02.316Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.jdt.docker.launcher.source,1.0.0.202402281813 [2024-03-05T10:45:02.316Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.vagrant.core,2.0.0.202402281813 [2024-03-05T10:45:02.316Z] - mirroring artifact osgi.bundle,com.fasterxml.jackson.core.jackson-annotations,2.16.1 [2024-03-05T10:45:02.316Z] - mirroring artifact osgi.bundle,org.glassfish.hk2.osgi-resource-locator,1.0.3 [2024-03-05T10:45:02.317Z] - mirroring artifact osgi.bundle,org.glassfish.jersey.core.jersey-client,3.1.5 [2024-03-05T10:45:02.317Z] - mirroring artifact osgi.bundle,com.github.jnr.a64asm,1.0.0.v20230715-0746 [2024-03-05T10:45:02.317Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.jdt.docker.launcher.feature,5.14.0.202402281813 [2024-03-05T10:45:02.317Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.docker.editor.ls.feature.source,5.14.0.202402281813 [2024-03-05T10:45:02.317Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.docker.docs,5.14.0.202402281813 [2024-03-05T10:45:02.317Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.vagrant.docs,2.0.0.202402281813 [2024-03-05T10:45:02.317Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.vagrant.ui.source,2.0.0.202402281813 [2024-03-05T10:45:02.317Z] - mirroring artifact osgi.bundle,com.fasterxml.jackson.core.jackson-core,2.16.1 [2024-03-05T10:45:02.317Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.docker.ui.source,5.14.0.202402281813 [2024-03-05T10:45:02.317Z] - mirroring artifact osgi.bundle,bcpkix,1.77.0 [2024-03-05T10:45:02.317Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.vagrant.feature,5.14.0.202402281813 [2024-03-05T10:45:02.317Z] - mirroring artifact osgi.bundle,org.glassfish.jersey.media.jersey-media-json-jackson,3.1.5 [2024-03-05T10:45:02.317Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.docker.editor.ls.feature,5.14.0.202402281813 [2024-03-05T10:45:02.317Z] - mirroring artifact osgi.bundle,org.glassfish.jersey.connectors.jersey-apache-connector,3.1.5 [2024-03-05T10:45:02.578Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.vagrant.feature.source,5.14.0.202402281813 [2024-03-05T10:45:02.578Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.docker.editor.ls.source,1.0.1.202402281813 [2024-03-05T10:45:02.578Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.docker.core.source,5.14.0.202402281813 [2024-03-05T10:45:02.578Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.docker.feature.source,5.14.0.202402281813 [2024-03-05T10:45:02.578Z] - mirrored artifact osgi.bundle,jakarta.ws.rs-api,3.1.0 [2024-03-05T10:45:02.578Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.jdt.docker.launcher,1.0.0.202402281813 [2024-03-05T10:45:02.578Z] - mirrored artifact osgi.bundle,org.glassfish.jersey.core.jersey-common,3.1.5 [2024-03-05T10:45:02.578Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.docker.core,5.14.0.202402281813 [2024-03-05T10:45:02.578Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.vagrant.docs.source,2.0.0.202402281813 [2024-03-05T10:45:02.578Z] - mirrored artifact osgi.bundle,org.apache.commons.commons-compress,1.26.0 [2024-03-05T10:45:02.578Z] - mirrored artifact osgi.bundle,com.github.jnr.enxio,0.32.17 [2024-03-05T10:45:02.578Z] - mirrored artifact osgi.bundle,com.github.jnr.constants,0.10.4 [2024-03-05T10:45:02.578Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.docker.feature,5.14.0.202402281813 [2024-03-05T10:45:02.578Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.jdt.docker.launcher.feature.source,5.14.0.202402281813 [2024-03-05T10:45:02.578Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.docker.ui,5.14.0.202402281813 [2024-03-05T10:45:02.578Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.vagrant.core.source,2.0.0.202402281813 [2024-03-05T10:45:02.839Z] - mirrored artifact osgi.bundle,org.mandas.docker-client,7.0.7 [2024-03-05T10:45:02.840Z] - mirrored artifact osgi.bundle,com.github.jnr.jffi.native,1.3.13.v20240215-1616 [2024-03-05T10:45:02.840Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.docker.docs.source,5.14.0.202402281813 [2024-03-05T10:45:02.840Z] - mirrored artifact osgi.bundle,org.glassfish.jersey.core.jersey-server,3.1.5 [2024-03-05T10:45:02.840Z] - mirrored artifact osgi.bundle,com.github.jnr.jffi,1.3.13 [2024-03-05T10:45:02.840Z] - mirrored artifact osgi.bundle,com.fasterxml.jackson.module.jackson-module-jakarta-xmlbind-annotations,2.16.1 [2024-03-05T10:45:02.840Z] - mirrored artifact osgi.bundle,com.github.jnr.x86asm,1.0.2.v20230715-0746 [2024-03-05T10:45:02.840Z] - mirrored artifact osgi.bundle,org.apache.httpcomponents.httpclient,4.5.14 [2024-03-05T10:45:02.840Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.docker.editor.ls,1.0.1.202402281813 [2024-03-05T10:45:02.840Z] - mirrored artifact osgi.bundle,com.fasterxml.jackson.core.jackson-databind,2.16.1 [2024-03-05T10:45:02.840Z] - mirrored artifact osgi.bundle,com.github.jnr.posix,3.1.19 [2024-03-05T10:45:02.840Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.vagrant.ui,2.0.0.202402281813 [2024-03-05T10:45:02.840Z] - mirrored artifact osgi.bundle,com.github.jnr.unixsocket,0.38.22 [2024-03-05T10:45:02.840Z] - mirrored artifact osgi.bundle,org.glassfish.jersey.ext.jersey-entity-filtering,3.1.5 [2024-03-05T10:45:02.840Z] - mirrored artifact osgi.bundle,com.github.jnr.ffi,2.2.16 [2024-03-05T10:45:02.840Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.jdt.docker.launcher.source,1.0.0.202402281813 [2024-03-05T10:45:02.840Z] - mirrored artifact osgi.bundle,com.fasterxml.jackson.core.jackson-annotations,2.16.1 [2024-03-05T10:45:02.840Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.vagrant.core,2.0.0.202402281813 [2024-03-05T10:45:02.840Z] - mirrored artifact osgi.bundle,org.glassfish.hk2.osgi-resource-locator,1.0.3 [2024-03-05T10:45:02.840Z] - mirrored artifact osgi.bundle,com.github.jnr.a64asm,1.0.0.v20230715-0746 [2024-03-05T10:45:03.100Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.jdt.docker.launcher.feature,5.14.0.202402281813 [2024-03-05T10:45:03.100Z] - mirrored artifact osgi.bundle,org.glassfish.jersey.core.jersey-client,3.1.5 [2024-03-05T10:45:03.100Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.docker.editor.ls.feature.source,5.14.0.202402281813 [2024-03-05T10:45:03.100Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.vagrant.docs,2.0.0.202402281813 [2024-03-05T10:45:03.101Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.vagrant.ui.source,2.0.0.202402281813 [2024-03-05T10:45:03.101Z] - mirrored artifact osgi.bundle,com.fasterxml.jackson.core.jackson-core,2.16.1 [2024-03-05T10:45:03.101Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.docker.ui.source,5.14.0.202402281813 [2024-03-05T10:45:03.101Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.docker.docs,5.14.0.202402281813 [2024-03-05T10:45:03.101Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.vagrant.feature,5.14.0.202402281813 [2024-03-05T10:45:03.101Z] - mirrored artifact osgi.bundle,org.glassfish.jersey.media.jersey-media-json-jackson,3.1.5 [2024-03-05T10:45:03.101Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.docker.editor.ls.feature,5.14.0.202402281813 [2024-03-05T10:45:03.101Z] - mirrored artifact osgi.bundle,org.glassfish.jersey.connectors.jersey-apache-connector,3.1.5 [2024-03-05T10:45:03.101Z] - mirrored artifact osgi.bundle,bcpkix,1.77.0 [2024-03-05T10:45:03.101Z] Mirroring artifacts from https://download.eclipse.org/egit/staging/v6.9.0.202402282109-rc1 [2024-03-05T10:45:03.101Z] - mirroring artifact osgi.bundle,org.eclipse.egit.core.source,6.9.0.202402282109-rc1 [2024-03-05T10:45:03.101Z] - mirroring artifact osgi.bundle,org.apache.httpcomponents.httpclient.source,4.5.14 [2024-03-05T10:45:03.101Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.ssh.apache.agent,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.101Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jgit.lfs,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.101Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.pgm,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.101Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.server.source,10.0.20 [2024-03-05T10:45:03.101Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.ant.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.101Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.http,10.0.20 [2024-03-05T10:45:03.101Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.archive.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.101Z] - mirroring artifact osgi.bundle,bcutil,1.77.0 [2024-03-05T10:45:03.101Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.lfs.server,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.101Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.ssh.jsch.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.101Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jgit.gpg.bc,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.101Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.gpg.bc.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.101Z] - mirroring artifact osgi.bundle,org.apache.sshd.sftp,2.12.0 [2024-03-05T10:45:03.101Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.101Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.servlet.source,10.0.20 [2024-03-05T10:45:03.101Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.ui.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.101Z] - mirroring artifact osgi.bundle,org.eclipse.egit.core,6.9.0.202402282109-rc1 [2024-03-05T10:45:03.101Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.http.server.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.101Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.ssh.apache.agent.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.101Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.ssh.apache.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.102Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jgit.ssh.jsch,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.102Z] - mirroring artifact osgi.bundle,bcpkix.source,1.77.0 [2024-03-05T10:45:03.102Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jgit.pgm,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.102Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.http.source,10.0.20 [2024-03-05T10:45:03.102Z] - mirroring artifact osgi.bundle,com.googlecode.javaewah.JavaEWAH.source,1.2.3 [2024-03-05T10:45:03.102Z] - mirroring artifact osgi.bundle,org.eclipse.egit.gitflow.source,6.9.0.202402282109-rc1 [2024-03-05T10:45:03.102Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.ssh.apache,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.102Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.io.source,10.0.20 [2024-03-05T10:45:03.102Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.lfs.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.102Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.util,10.0.20 [2024-03-05T10:45:03.102Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.junit.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.102Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jgit.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.102Z] - mirroring artifact osgi.bundle,net.i2p.crypto.eddsa,0.3.0 [2024-03-05T10:45:03.102Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.security.source,10.0.20 [2024-03-05T10:45:03.102Z] - mirroring artifact osgi.bundle,org.eclipse.egit.gitflow.ui.source,6.9.0.202402282109-rc1 [2024-03-05T10:45:03.102Z] - mirroring artifact osgi.bundle,org.eclipse.egit.ui.source,6.9.0.202402282109-rc1 [2024-03-05T10:45:03.102Z] - mirroring artifact osgi.bundle,com.googlecode.javaewah.JavaEWAH,1.2.3 [2024-03-05T10:45:03.102Z] - mirroring artifact osgi.bundle,org.eclipse.jgit,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.102Z] - mirroring artifact osgi.bundle,org.eclipse.egit.doc,6.9.0.202402282109-rc1 [2024-03-05T10:45:03.102Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.junit.http.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.102Z] - mirroring artifact osgi.bundle,org.eclipse.egit.gitflow,6.9.0.202402282109-rc1 [2024-03-05T10:45:03.102Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.http.apache,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.102Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jgit.ssh.apache,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.102Z] - mirroring artifact osgi.bundle,net.i2p.crypto.eddsa.source,0.3.0 [2024-03-05T10:45:03.102Z] - mirroring artifact osgi.bundle,org.apache.commons.commons-compress.source,1.26.0 [2024-03-05T10:45:03.102Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.archive,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.102Z] - mirroring artifact osgi.bundle,org.eclipse.egit.ui,6.9.0.202402282109-rc1 [2024-03-05T10:45:03.102Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.http.apache.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.102Z] - mirroring artifact osgi.bundle,org.eclipse.egit,6.9.0.202402282109-rc1 [2024-03-05T10:45:03.102Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.lfs.server.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.102Z] - mirroring artifact osgi.bundle,bcutil.source,1.77.0 [2024-03-05T10:45:03.102Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.servlet,10.0.20 [2024-03-05T10:45:03.102Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.lfs,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.102Z] - mirroring artifact osgi.bundle,org.apache.sshd.sftp.source,2.12.0 [2024-03-05T10:45:03.103Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.security,10.0.20 [2024-03-05T10:45:03.103Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jgit.http.apache,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.103Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.util.source,10.0.20 [2024-03-05T10:45:03.103Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.io,10.0.20 [2024-03-05T10:45:03.103Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jgit,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.103Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.pgm.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.103Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.egit.gitflow.feature,6.9.0.202402282109-rc1 [2024-03-05T10:45:03.103Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.ssh.jsch,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.103Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.gpg.bc,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.103Z] - mirroring artifact osgi.bundle,org.eclipse.egit.gitflow.ui,6.9.0.202402282109-rc1 [2024-03-05T10:45:03.103Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.junit.ssh.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.103Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.server,10.0.20 [2024-03-05T10:45:03.103Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.egit,6.9.0.202402282109-rc1 [2024-03-05T10:45:03.103Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.ui,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.103Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.egit.source,6.9.0.202402282109-rc1 [2024-03-05T10:45:03.363Z] - mirrored artifact osgi.bundle,org.apache.httpcomponents.httpclient.source,4.5.14 [2024-03-05T10:45:03.363Z] - mirrored artifact osgi.bundle,org.eclipse.egit.core.source,6.9.0.202402282109-rc1 [2024-03-05T10:45:03.363Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jgit.lfs,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.363Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.ssh.apache.agent,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.363Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.server.source,10.0.20 [2024-03-05T10:45:03.363Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.ant.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.363Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.pgm,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.363Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.http,10.0.20 [2024-03-05T10:45:03.363Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.archive.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.363Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.lfs.server,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.363Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.ssh.jsch.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.363Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jgit.gpg.bc,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.363Z] - mirrored artifact osgi.bundle,bcutil,1.77.0 [2024-03-05T10:45:03.363Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.gpg.bc.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.363Z] - mirrored artifact osgi.bundle,org.apache.sshd.sftp,2.12.0 [2024-03-05T10:45:03.363Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.servlet.source,10.0.20 [2024-03-05T10:45:03.363Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.ui.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.363Z] - mirrored artifact osgi.bundle,org.eclipse.egit.core,6.9.0.202402282109-rc1 [2024-03-05T10:45:03.363Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.363Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.http.server.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.363Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.ssh.apache.agent.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.363Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jgit.ssh.jsch,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.363Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.ssh.apache.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.363Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jgit.pgm,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.623Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.http.source,10.0.20 [2024-03-05T10:45:03.623Z] - mirrored artifact osgi.bundle,bcpkix.source,1.77.0 [2024-03-05T10:45:03.623Z] - mirrored artifact osgi.bundle,com.googlecode.javaewah.JavaEWAH.source,1.2.3 [2024-03-05T10:45:03.623Z] - mirrored artifact osgi.bundle,org.eclipse.egit.gitflow.source,6.9.0.202402282109-rc1 [2024-03-05T10:45:03.623Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.io.source,10.0.20 [2024-03-05T10:45:03.623Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.ssh.apache,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.623Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.lfs.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.623Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.junit.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.623Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jgit.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.623Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.util,10.0.20 [2024-03-05T10:45:03.623Z] - mirrored artifact osgi.bundle,net.i2p.crypto.eddsa,0.3.0 [2024-03-05T10:45:03.623Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.security.source,10.0.20 [2024-03-05T10:45:03.623Z] - mirrored artifact osgi.bundle,org.eclipse.egit.gitflow.ui.source,6.9.0.202402282109-rc1 [2024-03-05T10:45:03.623Z] - mirrored artifact osgi.bundle,com.googlecode.javaewah.JavaEWAH,1.2.3 [2024-03-05T10:45:03.623Z] - mirrored artifact osgi.bundle,org.eclipse.egit.ui.source,6.9.0.202402282109-rc1 [2024-03-05T10:45:03.623Z] - mirrored artifact osgi.bundle,org.eclipse.jgit,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.883Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.junit.http.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.883Z] - mirrored artifact osgi.bundle,org.eclipse.egit.gitflow,6.9.0.202402282109-rc1 [2024-03-05T10:45:03.883Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.http.apache,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.883Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jgit.ssh.apache,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.883Z] - mirrored artifact osgi.bundle,net.i2p.crypto.eddsa.source,0.3.0 [2024-03-05T10:45:03.883Z] - mirrored artifact osgi.bundle,org.apache.commons.commons-compress.source,1.26.0 [2024-03-05T10:45:03.883Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.archive,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.883Z] - mirrored artifact osgi.bundle,org.eclipse.egit.doc,6.9.0.202402282109-rc1 [2024-03-05T10:45:03.883Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.http.apache.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.883Z] - mirrored artifact osgi.bundle,org.eclipse.egit,6.9.0.202402282109-rc1 [2024-03-05T10:45:03.883Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.lfs.server.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:03.883Z] - mirrored artifact osgi.bundle,org.eclipse.egit.ui,6.9.0.202402282109-rc1 [2024-03-05T10:45:03.883Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.servlet,10.0.20 [2024-03-05T10:45:04.143Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.lfs,6.9.0.202402281855-rc1 [2024-03-05T10:45:04.143Z] - mirrored artifact osgi.bundle,bcutil.source,1.77.0 [2024-03-05T10:45:04.143Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.security,10.0.20 [2024-03-05T10:45:04.143Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jgit.http.apache,6.9.0.202402281855-rc1 [2024-03-05T10:45:04.143Z] - mirrored artifact osgi.bundle,org.apache.sshd.sftp.source,2.12.0 [2024-03-05T10:45:04.143Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.util.source,10.0.20 [2024-03-05T10:45:04.143Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jgit,6.9.0.202402281855-rc1 [2024-03-05T10:45:04.143Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.io,10.0.20 [2024-03-05T10:45:04.143Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.pgm.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:04.143Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.egit.gitflow.feature,6.9.0.202402282109-rc1 [2024-03-05T10:45:04.143Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.ssh.jsch,6.9.0.202402281855-rc1 [2024-03-05T10:45:04.143Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.gpg.bc,6.9.0.202402281855-rc1 [2024-03-05T10:45:04.143Z] - mirrored artifact osgi.bundle,org.eclipse.egit.gitflow.ui,6.9.0.202402282109-rc1 [2024-03-05T10:45:04.144Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.junit.ssh.source,6.9.0.202402281855-rc1 [2024-03-05T10:45:04.144Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.egit,6.9.0.202402282109-rc1 [2024-03-05T10:45:04.144Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.ui,6.9.0.202402281855-rc1 [2024-03-05T10:45:04.144Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.server,10.0.20 [2024-03-05T10:45:04.144Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.egit.source,6.9.0.202402282109-rc1 [2024-03-05T10:45:04.144Z] Mirroring artifacts from https://download.eclipse.org/graphiti/updates/release/0.19.2 [2024-03-05T10:45:04.144Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.graphiti.export.feature.source,0.19.2.202311281543 [2024-03-05T10:45:04.144Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.tools.newprojectwizard,0.19.2.202311281543 [2024-03-05T10:45:04.144Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.graphiti.sdk.plus.feature.source,0.19.2.202311281543 [2024-03-05T10:45:04.144Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.export.batik.source,0.19.2.202311281543 [2024-03-05T10:45:04.144Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.ui,0.19.2.202311281543 [2024-03-05T10:45:04.144Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.mm,0.19.2.202311281543 [2024-03-05T10:45:04.144Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.examples.common.source,0.19.2.202311281543 [2024-03-05T10:45:04.144Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.examples.composite.source,0.19.2.202311281543 [2024-03-05T10:45:04.144Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.examples.composite,0.19.2.202311281543 [2024-03-05T10:45:04.144Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.graphiti.sdk.plus.feature,0.19.2.202311281543 [2024-03-05T10:45:04.144Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.examples.filesystem.mm,0.19.2.202311281543 [2024-03-05T10:45:04.144Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.examples.tutorial.source,0.19.2.202311281543 [2024-03-05T10:45:04.144Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.pattern.source,0.19.2.202311281543 [2024-03-05T10:45:04.144Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.ui.capabilities.source,0.19.2.202311281543 [2024-03-05T10:45:04.144Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.tools.newprojectwizard.source,0.19.2.202311281543 [2024-03-05T10:45:04.144Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.graphiti.feature.examples,0.19.2.202311281543 [2024-03-05T10:45:04.144Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.ui.capabilities,0.19.2.202311281543 [2024-03-05T10:45:04.144Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.examples.filesystem.source,0.19.2.202311281543 [2024-03-05T10:45:04.144Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.examples.chess.source,0.19.2.202311281543 [2024-03-05T10:45:04.145Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.examples.common,0.19.2.202311281543 [2024-03-05T10:45:04.145Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.graphiti.sdk.feature,0.19.2.202311281543 [2024-03-05T10:45:04.145Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.examples.chess,0.19.2.202311281543 [2024-03-05T10:45:04.145Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.doc.source,0.19.2.202311281543 [2024-03-05T10:45:04.145Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.pattern,0.19.2.202311281543 [2024-03-05T10:45:04.145Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.examples.tutorial,0.19.2.202311281543 [2024-03-05T10:45:04.145Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.graphiti.feature.examples.source,0.19.2.202311281543 [2024-03-05T10:45:04.145Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.graphiti.feature,0.19.2.202311281543 [2024-03-05T10:45:04.145Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.export.batik,0.19.2.202311281543 [2024-03-05T10:45:04.145Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.graphiti.sdk.feature.source,0.19.2.202311281543 [2024-03-05T10:45:04.145Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.examples.filesystem,0.19.2.202311281543 [2024-03-05T10:45:04.145Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.graphiti.export.feature,0.19.2.202311281543 [2024-03-05T10:45:04.145Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.graphiti.feature.tools.source,0.19.2.202311281543 [2024-03-05T10:45:04.145Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.mm.source,0.19.2.202311281543 [2024-03-05T10:45:04.145Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.graphiti.feature.source,0.19.2.202311281543 [2024-03-05T10:45:04.145Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.examples.filesystem.mm.source,0.19.2.202311281543 [2024-03-05T10:45:04.145Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.doc,0.19.2.202311281543 [2024-03-05T10:45:04.145Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti,0.19.2.202311281543 [2024-03-05T10:45:04.145Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.source,0.19.2.202311281543 [2024-03-05T10:45:04.145Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.ui.source,0.19.2.202311281543 [2024-03-05T10:45:04.145Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.graphiti.feature.tools,0.19.2.202311281543 [2024-03-05T10:45:09.427Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.graphiti.export.feature.source,0.19.2.202311281543 [2024-03-05T10:45:09.427Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.graphiti.sdk.plus.feature.source,0.19.2.202311281543 [2024-03-05T10:45:09.427Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.tools.newprojectwizard,0.19.2.202311281543 [2024-03-05T10:45:09.427Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.export.batik.source,0.19.2.202311281543 [2024-03-05T10:45:09.427Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.mm,0.19.2.202311281543 [2024-03-05T10:45:09.427Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.ui,0.19.2.202311281543 [2024-03-05T10:45:09.427Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.examples.common.source,0.19.2.202311281543 [2024-03-05T10:45:09.427Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.examples.composite,0.19.2.202311281543 [2024-03-05T10:45:09.427Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.examples.composite.source,0.19.2.202311281543 [2024-03-05T10:45:09.427Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.graphiti.sdk.plus.feature,0.19.2.202311281543 [2024-03-05T10:45:09.427Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.examples.filesystem.mm,0.19.2.202311281543 [2024-03-05T10:45:09.427Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.examples.tutorial.source,0.19.2.202311281543 [2024-03-05T10:45:09.427Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.pattern.source,0.19.2.202311281543 [2024-03-05T10:45:09.427Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.tools.newprojectwizard.source,0.19.2.202311281543 [2024-03-05T10:45:09.427Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.ui.capabilities.source,0.19.2.202311281543 [2024-03-05T10:45:09.427Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.graphiti.feature.examples,0.19.2.202311281543 [2024-03-05T10:45:09.427Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.examples.filesystem.source,0.19.2.202311281543 [2024-03-05T10:45:09.428Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.examples.chess.source,0.19.2.202311281543 [2024-03-05T10:45:09.428Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.ui.capabilities,0.19.2.202311281543 [2024-03-05T10:45:09.428Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.graphiti.sdk.feature,0.19.2.202311281543 [2024-03-05T10:45:09.428Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.examples.common,0.19.2.202311281543 [2024-03-05T10:45:09.428Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.examples.chess,0.19.2.202311281543 [2024-03-05T10:45:09.428Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.pattern,0.19.2.202311281543 [2024-03-05T10:45:09.428Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.examples.tutorial,0.19.2.202311281543 [2024-03-05T10:45:09.428Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.graphiti.feature.examples.source,0.19.2.202311281543 [2024-03-05T10:45:09.428Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.graphiti.feature,0.19.2.202311281543 [2024-03-05T10:45:09.428Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.export.batik,0.19.2.202311281543 [2024-03-05T10:45:09.428Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.graphiti.sdk.feature.source,0.19.2.202311281543 [2024-03-05T10:45:09.428Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.examples.filesystem,0.19.2.202311281543 [2024-03-05T10:45:09.428Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.graphiti.export.feature,0.19.2.202311281543 [2024-03-05T10:45:09.428Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.graphiti.feature.tools.source,0.19.2.202311281543 [2024-03-05T10:45:09.428Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.mm.source,0.19.2.202311281543 [2024-03-05T10:45:09.428Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.graphiti.feature.source,0.19.2.202311281543 [2024-03-05T10:45:09.428Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.examples.filesystem.mm.source,0.19.2.202311281543 [2024-03-05T10:45:09.689Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.doc.source,0.19.2.202311281543 [2024-03-05T10:45:09.689Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti,0.19.2.202311281543 [2024-03-05T10:45:09.689Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.source,0.19.2.202311281543 [2024-03-05T10:45:09.689Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.ui.source,0.19.2.202311281543 [2024-03-05T10:45:09.689Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.graphiti.feature.tools,0.19.2.202311281543 [2024-03-05T10:45:09.689Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.doc,0.19.2.202311281543 [2024-03-05T10:45:09.689Z] Mirroring artifacts from https://download.eclipse.org/technology/m2e/releases/2.6.0 [2024-03-05T10:45:09.689Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.model.edit,2.0.400.20231030-1438 [2024-03-05T10:45:09.689Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.jdt,2.3.400.20240219-2341 [2024-03-05T10:45:09.689Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.binaryproject.ui.source,2.0.200.20231030-1438 [2024-03-05T10:45:09.689Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.mavenarchiver,2.0.500.20240202-2240 [2024-03-05T10:45:09.689Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.profiles.core,2.1.201.20231030-1438 [2024-03-05T10:45:09.689Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.logback.feature,2.6.0.20240217-1525 [2024-03-05T10:45:09.689Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.archetype.descriptor.source,3.2.1.2 [2024-03-05T10:45:09.689Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.logback.source,2.6.0.20240217-1525 [2024-03-05T10:45:09.690Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.sourcelookup.source,2.0.301.20231030-1438 [2024-03-05T10:45:09.690Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.jdt.source,2.3.400.20240219-2341 [2024-03-05T10:45:09.690Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.pde.feature,2.3.1.20240203-0902 [2024-03-05T10:45:09.690Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.discovery.source,2.0.201.20231030-1438 [2024-03-05T10:45:09.690Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.binaryproject.source,2.1.202.20231119-0901 [2024-03-05T10:45:09.690Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.apt.core,2.2.201.20240125-1714 [2024-03-05T10:45:09.690Z] - mirroring artifact osgi.bundle,org.jdom2,2.0.6.v20230720-0727 [2024-03-05T10:45:09.690Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.lemminx.feature,2.0.600.20240219-1707 [2024-03-05T10:45:09.690Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.pde.target,2.0.500.20231119-0901 [2024-03-05T10:45:09.690Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.archetype.catalog.source,3.2.1.2 [2024-03-05T10:45:09.690Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.sourcelookup.ui.source,2.0.400.20231030-1438 [2024-03-05T10:45:09.690Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.maven.runtime.source,3.9.600.20231203-1234 [2024-03-05T10:45:09.690Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.archetype.common.source,3.2.104 [2024-03-05T10:45:09.690Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.editor.lemminx,2.0.600.20240219-1707 [2024-03-05T10:45:09.690Z] - mirroring artifact osgi.bundle,org.jcodings.source,1.0.58.v20230703-0749 [2024-03-05T10:45:09.690Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.launching.source,2.0.601.20231119-0901 [2024-03-05T10:45:09.690Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.maven.runtime,3.9.600.20231203-1234 [2024-03-05T10:45:09.690Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.core,2.6.0.20240220-1109 [2024-03-05T10:45:09.690Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.feature.source,2.6.0.20240220-1109 [2024-03-05T10:45:09.690Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.jdt.ui.source,2.0.400.20231030-1438 [2024-03-05T10:45:09.691Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.apt.core.source,2.2.201.20240125-1714 [2024-03-05T10:45:09.691Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.sourcelookup.ui,2.0.400.20231030-1438 [2024-03-05T10:45:09.691Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.apt.ui,2.0.401.20231030-1438 [2024-03-05T10:45:09.691Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.tests.common.source,2.0.6.20231230-2025 [2024-03-05T10:45:09.691Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.logback.feature.source,2.6.0.20240217-1525 [2024-03-05T10:45:09.691Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.pde.ui.source,2.0.401.20240203-0902 [2024-03-05T10:45:09.691Z] - mirroring artifact osgi.bundle,com.sun.jna.source,5.14.0.v20231211-1200 [2024-03-05T10:45:09.691Z] - mirroring artifact osgi.bundle,org.joni.source,2.2.1.v20230703-0749 [2024-03-05T10:45:09.691Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.discovery,2.0.201.20231030-1438 [2024-03-05T10:45:09.691Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.logback,2.6.0.20240217-1525 [2024-03-05T10:45:09.691Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.model.edit.source,2.0.400.20231030-1438 [2024-03-05T10:45:09.691Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.archetype.catalog,3.2.1.2 [2024-03-05T10:45:09.691Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.sourcelookup,2.0.301.20231030-1438 [2024-03-05T10:45:09.691Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.core.ui.source,2.0.800.20240217-0902 [2024-03-05T10:45:09.691Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.sdk.feature,2.6.0.20240220-1109 [2024-03-05T10:45:09.691Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.scm,2.0.201.20231030-1438 [2024-03-05T10:45:09.691Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.pde.target.source,2.0.500.20231119-0901 [2024-03-05T10:45:09.691Z] - mirroring artifact osgi.bundle,org.apache.xerces.source,2.12.2.v20230928-1306 [2024-03-05T10:45:09.691Z] - mirroring artifact osgi.bundle,org.apache.xml.resolver.source,1.2.0.v20230928-1222 [2024-03-05T10:45:09.692Z] - mirroring artifact osgi.bundle,org.jcodings,1.0.58.v20230703-0749 [2024-03-05T10:45:09.692Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.apt.ui.source,2.0.401.20231030-1438 [2024-03-05T10:45:09.692Z] - mirroring artifact osgi.bundle,ch.qos.logback.classic,1.5.0 [2024-03-05T10:45:09.692Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.scm.source,2.0.201.20231030-1438 [2024-03-05T10:45:09.692Z] - mirroring artifact osgi.bundle,jaxen.source,2.0.0 [2024-03-05T10:45:09.692Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.editor.source,2.0.400.20240105-1922 [2024-03-05T10:45:09.692Z] - mirroring artifact osgi.bundle,org.jdom2.source,2.0.6.v20230720-0727 [2024-03-05T10:45:09.692Z] - mirroring artifact osgi.bundle,org.jsoup.source,1.17.2 [2024-03-05T10:45:09.692Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.pde.connector,2.1.600.20240202-2240 [2024-03-05T10:45:09.692Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.pde.connector.source,2.1.600.20240202-2240 [2024-03-05T10:45:09.692Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.launching,2.0.601.20231119-0901 [2024-03-05T10:45:09.692Z] - mirroring artifact osgi.bundle,org.apache.commons.lang3.source,3.14.0 [2024-03-05T10:45:09.692Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.binaryproject.ui,2.0.200.20231030-1438 [2024-03-05T10:45:09.692Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.jdt.ui,2.0.400.20231030-1438 [2024-03-05T10:45:09.692Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.archetype.common,3.2.104 [2024-03-05T10:45:09.692Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.refactoring,2.0.302.20231108-0009 [2024-03-05T10:45:09.692Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.pde.ui,2.0.401.20240203-0902 [2024-03-05T10:45:09.692Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.pde.feature.source,2.3.1.20240203-0902 [2024-03-05T10:45:09.692Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.profiles.core.source,2.1.201.20231030-1438 [2024-03-05T10:45:09.692Z] - mirroring artifact osgi.bundle,ch.qos.logback.core.source,1.5.0 [2024-03-05T10:45:09.692Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.archetype.descriptor,3.2.1.2 [2024-03-05T10:45:09.692Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.mavenarchiver.source,2.0.500.20240202-2240 [2024-03-05T10:45:09.693Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.tests.common,2.0.6.20231230-2025 [2024-03-05T10:45:09.693Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.editor,2.0.400.20240105-1922 [2024-03-05T10:45:09.693Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.refactoring.source,2.0.302.20231108-0009 [2024-03-05T10:45:09.693Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.core.source,2.6.0.20240220-1109 [2024-03-05T10:45:09.693Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.profiles.ui.source,2.0.301.20231030-1438 [2024-03-05T10:45:09.693Z] - mirroring artifact osgi.bundle,org.joni,2.2.1.v20230703-0749 [2024-03-05T10:45:09.693Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.editor.lemminx.source,2.0.600.20240219-1707 [2024-03-05T10:45:09.693Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.core.ui,2.0.800.20240217-0902 [2024-03-05T10:45:09.693Z] - mirroring artifact osgi.bundle,ch.qos.logback.classic.source,1.5.0 [2024-03-05T10:45:09.693Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.profiles.ui,2.0.301.20231030-1438 [2024-03-05T10:45:09.693Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.lemminx.feature.source,2.0.600.20240219-1707 [2024-03-05T10:45:09.693Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.archetype.maven-artifact-transfer.source,0.13.1.2 [2024-03-05T10:45:09.693Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.feature,2.6.0.20240220-1109 [2024-03-05T10:45:09.693Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.archetype.maven-artifact-transfer,0.13.1.2 [2024-03-05T10:45:09.693Z] - mirroring artifact osgi.bundle,org.snakeyaml.engine.source,2.7.0 [2024-03-05T10:45:09.693Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.binaryproject,2.1.202.20231119-0901 [2024-03-05T10:45:09.693Z] - mirroring artifact osgi.bundle,ch.qos.logback.core,1.5.0 [2024-03-05T10:45:09.693Z] - mirroring artifact osgi.bundle,jaxen,2.0.0 [2024-03-05T10:45:09.693Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.jdt,2.3.400.20240219-2341 [2024-03-05T10:45:09.694Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.model.edit,2.0.400.20231030-1438 [2024-03-05T10:45:09.694Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.binaryproject.ui.source,2.0.200.20231030-1438 [2024-03-05T10:45:09.694Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.mavenarchiver,2.0.500.20240202-2240 [2024-03-05T10:45:09.694Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.profiles.core,2.1.201.20231030-1438 [2024-03-05T10:45:09.694Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.logback.feature,2.6.0.20240217-1525 [2024-03-05T10:45:09.694Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.archetype.descriptor.source,3.2.1.2 [2024-03-05T10:45:09.694Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.logback.source,2.6.0.20240217-1525 [2024-03-05T10:45:09.694Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.jdt.source,2.3.400.20240219-2341 [2024-03-05T10:45:09.694Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.sourcelookup.source,2.0.301.20231030-1438 [2024-03-05T10:45:09.694Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.pde.feature,2.3.1.20240203-0902 [2024-03-05T10:45:09.694Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.discovery.source,2.0.201.20231030-1438 [2024-03-05T10:45:09.694Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.binaryproject.source,2.1.202.20231119-0901 [2024-03-05T10:45:09.955Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.apt.core,2.2.201.20240125-1714 [2024-03-05T10:45:09.955Z] - mirrored artifact osgi.bundle,org.jdom2,2.0.6.v20230720-0727 [2024-03-05T10:45:09.955Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.lemminx.feature,2.0.600.20240219-1707 [2024-03-05T10:45:09.955Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.pde.target,2.0.500.20231119-0901 [2024-03-05T10:45:09.955Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.archetype.catalog.source,3.2.1.2 [2024-03-05T10:45:09.955Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.sourcelookup.ui.source,2.0.400.20231030-1438 [2024-03-05T10:45:09.955Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.archetype.common.source,3.2.104 [2024-03-05T10:45:09.955Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.editor.lemminx,2.0.600.20240219-1707 [2024-03-05T10:45:09.955Z] - mirrored artifact osgi.bundle,org.jcodings.source,1.0.58.v20230703-0749 [2024-03-05T10:45:09.955Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.launching.source,2.0.601.20231119-0901 [2024-03-05T10:45:09.955Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.maven.runtime.source,3.9.600.20231203-1234 [2024-03-05T10:45:10.216Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.core,2.6.0.20240220-1109 [2024-03-05T10:45:10.216Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.feature.source,2.6.0.20240220-1109 [2024-03-05T10:45:10.216Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.jdt.ui.source,2.0.400.20231030-1438 [2024-03-05T10:45:10.216Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.apt.core.source,2.2.201.20240125-1714 [2024-03-05T10:45:10.216Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.sourcelookup.ui,2.0.400.20231030-1438 [2024-03-05T10:45:10.216Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.apt.ui,2.0.401.20231030-1438 [2024-03-05T10:45:10.216Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.tests.common.source,2.0.6.20231230-2025 [2024-03-05T10:45:10.216Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.logback.feature.source,2.6.0.20240217-1525 [2024-03-05T10:45:10.217Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.pde.ui.source,2.0.401.20240203-0902 [2024-03-05T10:45:10.217Z] - mirrored artifact osgi.bundle,com.sun.jna.source,5.14.0.v20231211-1200 [2024-03-05T10:45:10.217Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.maven.runtime,3.9.600.20231203-1234 [2024-03-05T10:45:10.217Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.discovery,2.0.201.20231030-1438 [2024-03-05T10:45:10.217Z] - mirrored artifact osgi.bundle,org.joni.source,2.2.1.v20230703-0749 [2024-03-05T10:45:10.217Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.logback,2.6.0.20240217-1525 [2024-03-05T10:45:10.217Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.archetype.catalog,3.2.1.2 [2024-03-05T10:45:10.217Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.sourcelookup,2.0.301.20231030-1438 [2024-03-05T10:45:10.217Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.model.edit.source,2.0.400.20231030-1438 [2024-03-05T10:45:10.217Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.sdk.feature,2.6.0.20240220-1109 [2024-03-05T10:45:10.217Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.core.ui.source,2.0.800.20240217-0902 [2024-03-05T10:45:10.217Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.scm,2.0.201.20231030-1438 [2024-03-05T10:45:10.217Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.pde.target.source,2.0.500.20231119-0901 [2024-03-05T10:45:10.217Z] - mirrored artifact osgi.bundle,org.apache.xml.resolver.source,1.2.0.v20230928-1222 [2024-03-05T10:45:10.217Z] - mirrored artifact osgi.bundle,org.apache.xerces.source,2.12.2.v20230928-1306 [2024-03-05T10:45:10.217Z] - mirrored artifact osgi.bundle,org.jcodings,1.0.58.v20230703-0749 [2024-03-05T10:45:10.217Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.apt.ui.source,2.0.401.20231030-1438 [2024-03-05T10:45:10.217Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.scm.source,2.0.201.20231030-1438 [2024-03-05T10:45:10.477Z] - mirrored artifact osgi.bundle,jaxen.source,2.0.0 [2024-03-05T10:45:10.477Z] - mirrored artifact osgi.bundle,ch.qos.logback.classic,1.5.0 [2024-03-05T10:45:10.477Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.editor.source,2.0.400.20240105-1922 [2024-03-05T10:45:10.477Z] - mirrored artifact osgi.bundle,org.jdom2.source,2.0.6.v20230720-0727 [2024-03-05T10:45:10.477Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.pde.connector,2.1.600.20240202-2240 [2024-03-05T10:45:10.477Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.pde.connector.source,2.1.600.20240202-2240 [2024-03-05T10:45:10.477Z] - mirrored artifact osgi.bundle,org.jsoup.source,1.17.2 [2024-03-05T10:45:10.477Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.launching,2.0.601.20231119-0901 [2024-03-05T10:45:10.477Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.binaryproject.ui,2.0.200.20231030-1438 [2024-03-05T10:45:10.477Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.jdt.ui,2.0.400.20231030-1438 [2024-03-05T10:45:10.477Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.archetype.common,3.2.104 [2024-03-05T10:45:10.477Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.refactoring,2.0.302.20231108-0009 [2024-03-05T10:45:10.477Z] - mirrored artifact osgi.bundle,org.apache.commons.lang3.source,3.14.0 [2024-03-05T10:45:10.477Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.pde.feature.source,2.3.1.20240203-0902 [2024-03-05T10:45:10.477Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.profiles.core.source,2.1.201.20231030-1438 [2024-03-05T10:45:10.477Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.pde.ui,2.0.401.20240203-0902 [2024-03-05T10:45:10.477Z] - mirrored artifact osgi.bundle,ch.qos.logback.core.source,1.5.0 [2024-03-05T10:45:10.477Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.archetype.descriptor,3.2.1.2 [2024-03-05T10:45:10.477Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.mavenarchiver.source,2.0.500.20240202-2240 [2024-03-05T10:45:10.477Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.tests.common,2.0.6.20231230-2025 [2024-03-05T10:45:10.477Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.editor,2.0.400.20240105-1922 [2024-03-05T10:45:10.477Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.refactoring.source,2.0.302.20231108-0009 [2024-03-05T10:45:10.477Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.core.source,2.6.0.20240220-1109 [2024-03-05T10:45:10.477Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.profiles.ui.source,2.0.301.20231030-1438 [2024-03-05T10:45:10.478Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.editor.lemminx.source,2.0.600.20240219-1707 [2024-03-05T10:45:10.478Z] - mirrored artifact osgi.bundle,org.joni,2.2.1.v20230703-0749 [2024-03-05T10:45:10.478Z] - mirrored artifact osgi.bundle,ch.qos.logback.classic.source,1.5.0 [2024-03-05T10:45:10.478Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.profiles.ui,2.0.301.20231030-1438 [2024-03-05T10:45:10.478Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.core.ui,2.0.800.20240217-0902 [2024-03-05T10:45:10.478Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.lemminx.feature.source,2.0.600.20240219-1707 [2024-03-05T10:45:10.478Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.feature,2.6.0.20240220-1109 [2024-03-05T10:45:10.738Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.archetype.maven-artifact-transfer.source,0.13.1.2 [2024-03-05T10:45:10.738Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.archetype.maven-artifact-transfer,0.13.1.2 [2024-03-05T10:45:10.738Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.binaryproject,2.1.202.20231119-0901 [2024-03-05T10:45:10.738Z] - mirrored artifact osgi.bundle,org.snakeyaml.engine.source,2.7.0 [2024-03-05T10:45:10.738Z] - mirrored artifact osgi.bundle,jaxen,2.0.0 [2024-03-05T10:45:10.738Z] - mirrored artifact osgi.bundle,ch.qos.logback.core,1.5.0 [2024-03-05T10:45:10.738Z] Mirroring artifacts from https://download.eclipse.org/technology/m2e/m2e-wtp/releases/1.6.1 [2024-03-05T10:45:10.738Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.jpa.feature,1.6.1.20231024-1618 [2024-03-05T10:45:10.738Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.jsf.feature.source,1.6.1.20231024-1618 [2024-03-05T10:45:10.738Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.wtp,1.6.1.20231024-1618 [2024-03-05T10:45:10.738Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.wtp.overlay.ui,1.6.1.20231024-1618 [2024-03-05T10:45:10.738Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.jpa.feature.source,1.6.1.20231024-1618 [2024-03-05T10:45:10.738Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.wtp.jsf.source,1.6.1.20231024-1618 [2024-03-05T10:45:10.738Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.wtp.jpa.source,1.6.1.20231024-1618 [2024-03-05T10:45:10.738Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.jsf.feature,1.6.1.20231024-1618 [2024-03-05T10:45:10.738Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.wtp.jaxrs.source,1.6.1.20231024-1618 [2024-03-05T10:45:10.738Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.wtp.source,1.6.1.20231024-1618 [2024-03-05T10:45:10.738Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.jaxrs.feature.source,1.6.1.20231024-1618 [2024-03-05T10:45:10.738Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.wtp.overlay.ui.source,1.6.1.20231024-1618 [2024-03-05T10:45:10.739Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.sdk.feature,1.6.1.20231024-1618 [2024-03-05T10:45:10.739Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.jaxrs.feature,1.6.1.20231024-1618 [2024-03-05T10:45:10.739Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.wtp.jpa,1.6.1.20231024-1618 [2024-03-05T10:45:10.739Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.wtp.overlay.source,1.6.1.20231024-1618 [2024-03-05T10:45:10.739Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.wtp.jsf,1.6.1.20231024-1618 [2024-03-05T10:45:10.739Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.wtp.jaxrs,1.6.1.20231024-1618 [2024-03-05T10:45:10.739Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.wtp.overlay,1.6.1.20231024-1618 [2024-03-05T10:45:10.739Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.feature,1.6.1.20231024-1618 [2024-03-05T10:45:10.739Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.jsf.feature.source,1.6.1.20231024-1618 [2024-03-05T10:45:10.739Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.jpa.feature,1.6.1.20231024-1618 [2024-03-05T10:45:10.739Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.wtp,1.6.1.20231024-1618 [2024-03-05T10:45:10.739Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.wtp.overlay.ui,1.6.1.20231024-1618 [2024-03-05T10:45:10.739Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.jpa.feature.source,1.6.1.20231024-1618 [2024-03-05T10:45:10.739Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.wtp.jsf.source,1.6.1.20231024-1618 [2024-03-05T10:45:10.739Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.wtp.jpa.source,1.6.1.20231024-1618 [2024-03-05T10:45:10.739Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.jsf.feature,1.6.1.20231024-1618 [2024-03-05T10:45:10.739Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.wtp.jaxrs.source,1.6.1.20231024-1618 [2024-03-05T10:45:10.739Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.wtp.source,1.6.1.20231024-1618 [2024-03-05T10:45:10.739Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.wtp.overlay.ui.source,1.6.1.20231024-1618 [2024-03-05T10:45:10.739Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.jaxrs.feature.source,1.6.1.20231024-1618 [2024-03-05T10:45:10.739Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.sdk.feature,1.6.1.20231024-1618 [2024-03-05T10:45:10.739Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.wtp.jpa,1.6.1.20231024-1618 [2024-03-05T10:45:10.739Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.jaxrs.feature,1.6.1.20231024-1618 [2024-03-05T10:45:10.739Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.wtp.overlay.source,1.6.1.20231024-1618 [2024-03-05T10:45:10.739Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.wtp.jsf,1.6.1.20231024-1618 [2024-03-05T10:45:10.739Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.wtp.jaxrs,1.6.1.20231024-1618 [2024-03-05T10:45:10.740Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.feature,1.6.1.20231024-1618 [2024-03-05T10:45:10.740Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.wtp.overlay,1.6.1.20231024-1618 [2024-03-05T10:45:10.740Z] Mirroring artifacts from https://download.eclipse.org/scout/releases/13.0/31 [2024-03-05T10:45:10.740Z] - mirroring artifact osgi.bundle,org.eclipse.scout.sdk.s2e.ui,13.0.31 [2024-03-05T10:45:10.740Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.scout.sdk-feature,13.0.31 [2024-03-05T10:45:10.740Z] - mirroring artifact osgi.bundle,org.eclipse.scout.sdk.s2e,13.0.31 [2024-03-05T10:45:10.740Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.scout.sdk-feature.source,13.0.31 [2024-03-05T10:45:10.740Z] - mirroring artifact osgi.bundle,org.eclipse.scout.sdk.s2e.doc,13.0.31 [2024-03-05T10:45:10.740Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.scout.sdk-feature,13.0.31 [2024-03-05T10:45:10.740Z] - mirrored artifact osgi.bundle,org.eclipse.scout.sdk.s2e.ui,13.0.31 [2024-03-05T10:45:10.740Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.scout.sdk-feature.source,13.0.31 [2024-03-05T10:45:11.001Z] - mirrored artifact osgi.bundle,org.eclipse.scout.sdk.s2e,13.0.31 [2024-03-05T10:45:11.001Z] - mirrored artifact osgi.bundle,org.eclipse.scout.sdk.s2e.doc,13.0.31 [2024-03-05T10:45:11.001Z] Mirroring artifacts from https://download.eclipse.org/windowbuilder/updates/release/1.15.0 [2024-03-05T10:45:11.001Z] - mirroring artifact osgi.bundle,org.eclipse.wb.layout.group.source,1.9.500.202402012120 [2024-03-05T10:45:11.001Z] - mirroring artifact osgi.bundle,org.eclipse.nebula.widgets.cdatetime,1.5.0.202312260654 [2024-03-05T10:45:11.001Z] - mirroring artifact osgi.bundle,org.apache.commons.commons-collections4,4.4.0 [2024-03-05T10:45:11.001Z] - mirroring artifact osgi.bundle,org.eclipse.nebula.cwt.source,1.1.0.202312260654 [2024-03-05T10:45:11.001Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.core.java.feature.source,1.15.0.202403040813 [2024-03-05T10:45:11.001Z] - mirroring artifact osgi.bundle,org.eclipse.wb.rcp.nebula.source,1.10.100.202402082106 [2024-03-05T10:45:11.001Z] - mirroring artifact osgi.bundle,org.mvel2.source,2.5.1.Final [2024-03-05T10:45:11.001Z] - mirroring artifact osgi.bundle,org.eclipse.wb.os,1.9.3.202402012120 [2024-03-05T10:45:11.001Z] - mirroring artifact osgi.bundle,org.eclipse.wb.rcp.doc.user,1.9.400.202402012120 [2024-03-05T10:45:11.001Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing.MigLayout,1.9.500.202402081803 [2024-03-05T10:45:11.001Z] - mirroring artifact osgi.bundle,org.eclipse.wb.rcp.swing2swt,1.9.400.202402012120 [2024-03-05T10:45:11.001Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing.FormLayout.source,1.10.0.202402012120 [2024-03-05T10:45:11.001Z] - mirroring artifact osgi.bundle,com.sun.xml.bind.jaxb-osgi.source,4.0.4 [2024-03-05T10:45:11.001Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swt,1.9.500.202402200547 [2024-03-05T10:45:11.001Z] - mirroring artifact osgi.bundle,org.apache.commons.commons-collections4.source,4.4.0 [2024-03-05T10:45:11.001Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.layout.group.feature.source,1.15.0.202402012120 [2024-03-05T10:45:11.001Z] - mirroring artifact osgi.bundle,org.eclipse.wb.rcp.SWT_AWT,1.9.400.202402012120 [2024-03-05T10:45:11.001Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.rcp.SWT_AWT_support.source,1.15.0.202402012120 [2024-03-05T10:45:11.001Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing.FormLayout,1.10.0.202402012120 [2024-03-05T10:45:11.001Z] - mirroring artifact osgi.bundle,org.eclipse.wb.core.databinding.xsd.source,1.0.0.202401190510 [2024-03-05T10:45:11.001Z] - mirroring artifact osgi.bundle,io.github.toolfactory.jvm-driver.source,9.6.0 [2024-03-05T10:45:11.002Z] - mirroring artifact osgi.bundle,org.eclipse.wb.rcp.SWT_AWT.source,1.9.400.202402012120 [2024-03-05T10:45:11.002Z] - mirroring artifact osgi.bundle,org.burningwave.core,12.64.3 [2024-03-05T10:45:11.002Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.doc.user.feature,1.15.0.202402012120 [2024-03-05T10:45:11.002Z] - mirroring artifact osgi.bundle,org.eclipse.wb.core.java,1.11.0.202403040813 [2024-03-05T10:45:11.002Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.core.feature.source,1.15.0.202402200547 [2024-03-05T10:45:11.002Z] - mirroring artifact osgi.bundle,org.mvel2,2.5.1.Final [2024-03-05T10:45:11.002Z] - mirroring artifact osgi.bundle,org.eclipse.wb.rcp.source,1.9.600.202402082106 [2024-03-05T10:45:11.002Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swt.widgets.baseline.source,1.9.500.202402012120 [2024-03-05T10:45:11.002Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.rcp.doc.user.feature,1.15.0.202402012120 [2024-03-05T10:45:11.002Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.swt.feature.source,1.15.0.202402200547 [2024-03-05T10:45:11.002Z] - mirroring artifact osgi.bundle,io.github.toolfactory.jvm-driver,9.6.0 [2024-03-05T10:45:11.002Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.swt.feature,1.15.0.202402200547 [2024-03-05T10:45:11.002Z] - mirroring artifact osgi.bundle,org.eclipse.wb.os.macosx.source,1.9.400.202402012120 [2024-03-05T10:45:11.002Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing.source,1.9.500.202402200547 [2024-03-05T10:45:11.002Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing.doc.user,1.9.400.202402012120 [2024-03-05T10:45:11.002Z] - mirroring artifact osgi.bundle,org.eclipse.wb.core.ui.source,1.10.400.202402012120 [2024-03-05T10:45:11.002Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swt.source,1.9.500.202402200547 [2024-03-05T10:45:11.002Z] - mirroring artifact osgi.bundle,org.eclipse.wb.core.ui,1.10.400.202402012120 [2024-03-05T10:45:11.002Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing.jsr296.source,1.9.500.202402012120 [2024-03-05T10:45:11.002Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.swing.feature.source,1.15.0.202402200547 [2024-03-05T10:45:11.002Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing.databinding,1.9.500.202402012120 [2024-03-05T10:45:11.003Z] - mirroring artifact osgi.bundle,org.eclipse.wb.core.java.source,1.11.0.202403040813 [2024-03-05T10:45:11.003Z] - mirroring artifact osgi.bundle,org.eclipse.wb.rcp.swing2swt.source,1.9.400.202402012120 [2024-03-05T10:45:11.003Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.rcp.feature,1.15.0.202402082106 [2024-03-05T10:45:11.003Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.core.feature,1.15.0.202402200547 [2024-03-05T10:45:11.003Z] - mirroring artifact osgi.bundle,org.eclipse.wb.core.databinding.source,1.9.500.202402012120 [2024-03-05T10:45:11.003Z] - mirroring artifact osgi.bundle,org.eclipse.wb.runtime,1.9.3.202402012120 [2024-03-05T10:45:11.003Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing.jsr296,1.9.500.202402012120 [2024-03-05T10:45:11.003Z] - mirroring artifact osgi.bundle,com.sun.xml.bind.jaxb-osgi,4.0.4 [2024-03-05T10:45:11.003Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing.MigLayout.lib,1.9.3.202402012120 [2024-03-05T10:45:11.003Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.swing.doc.user.feature,1.15.0.202402012120 [2024-03-05T10:45:11.003Z] - mirroring artifact osgi.bundle,org.eclipse.wb.os.linux.source,1.9.600.202402012120 [2024-03-05T10:45:11.003Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing.java6.source,1.9.500.202402012120 [2024-03-05T10:45:11.003Z] - mirroring artifact osgi.bundle,org.eclipse.wb.rcp.databinding,1.9.500.202402012120 [2024-03-05T10:45:11.003Z] - mirroring artifact osgi.bundle,org.eclipse.wb.os.macosx,1.9.400.202402012120 [2024-03-05T10:45:11.003Z] - mirroring artifact osgi.bundle,org.eclipse.wb.rcp.databinding.source,1.9.500.202402012120 [2024-03-05T10:45:11.003Z] - mirroring artifact osgi.bundle,org.eclipse.nebula.widgets.cdatetime.source,1.5.0.202312260654 [2024-03-05T10:45:11.003Z] - mirroring artifact osgi.bundle,org.eclipse.wb.rcp.databinding.emf,1.9.500.202402012120 [2024-03-05T10:45:11.003Z] - mirroring artifact osgi.bundle,org.eclipse.wb.core,1.15.0.202402200547 [2024-03-05T10:45:11.003Z] - mirroring artifact osgi.bundle,org.eclipse.wb.os.win32,1.9.400.202402012120 [2024-03-05T10:45:11.003Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.core.ui.feature.source,1.15.0.202402012120 [2024-03-05T10:45:11.003Z] - mirroring artifact osgi.bundle,org.eclipse.wb.runtime.source,1.9.3.202402012120 [2024-03-05T10:45:11.003Z] - mirroring artifact osgi.bundle,org.apache.commons.text.source,1.11.0 [2024-03-05T10:45:11.003Z] - mirroring artifact osgi.bundle,org.eclipse.wb.core.databinding,1.9.500.202402012120 [2024-03-05T10:45:11.004Z] - mirroring artifact osgi.bundle,org.eclipse.wb.core.source,1.15.0.202402200547 [2024-03-05T10:45:11.004Z] - mirroring artifact osgi.bundle,org.burningwave.core.source,12.64.3 [2024-03-05T10:45:11.004Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.rcp.feature.source,1.15.0.202402082106 [2024-03-05T10:45:11.004Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing.MigLayout.lib.source,1.9.3.202402012120 [2024-03-05T10:45:11.004Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing.MigLayout.source,1.9.500.202402081803 [2024-03-05T10:45:11.004Z] - mirroring artifact osgi.bundle,org.eclipse.wb.os.win32.source,1.9.400.202402012120 [2024-03-05T10:45:11.004Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.layout.group.feature,1.15.0.202402012120 [2024-03-05T10:45:11.004Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.core.ui.feature,1.15.0.202402012120 [2024-03-05T10:45:11.004Z] - mirroring artifact osgi.bundle,org.eclipse.nebula.cwt,1.1.0.202312260654 [2024-03-05T10:45:11.004Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing,1.9.500.202402200547 [2024-03-05T10:45:11.004Z] - mirroring artifact osgi.bundle,org.eclipse.wb.layout.group,1.9.500.202402012120 [2024-03-05T10:45:11.004Z] - mirroring artifact osgi.bundle,io.github.toolfactory.narcissus.source,1.0.7 [2024-03-05T10:45:11.004Z] - mirroring artifact osgi.bundle,org.eclipse.wb.rcp,1.9.600.202402082106 [2024-03-05T10:45:11.004Z] - mirroring artifact osgi.bundle,org.eclipse.wb.doc.user,1.9.400.202402012120 [2024-03-05T10:45:11.004Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.rcp.SWT_AWT_support,1.15.0.202402012120 [2024-03-05T10:45:11.004Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing.databinding.source,1.9.500.202402012120 [2024-03-05T10:45:11.004Z] - mirroring artifact osgi.bundle,org.apache.commons.text,1.11.0 [2024-03-05T10:45:11.004Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.swing.feature,1.15.0.202402200547 [2024-03-05T10:45:11.004Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing.java6,1.9.500.202402012120 [2024-03-05T10:45:11.004Z] - mirroring artifact osgi.bundle,org.eclipse.wb.rcp.databinding.emf.source,1.9.500.202402012120 [2024-03-05T10:45:11.004Z] - mirroring artifact osgi.bundle,org.eclipse.wb.os.source,1.9.3.202402012120 [2024-03-05T10:45:11.004Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swt.widgets.baseline,1.9.500.202402012120 [2024-03-05T10:45:11.004Z] - mirroring artifact osgi.bundle,io.github.toolfactory.narcissus,1.0.7 [2024-03-05T10:45:11.004Z] - mirroring artifact osgi.bundle,org.eclipse.wb.core.databinding.xsd,1.0.0.202401190510 [2024-03-05T10:45:11.004Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.core.java.feature,1.15.0.202403040813 [2024-03-05T10:45:11.004Z] - mirroring artifact osgi.bundle,org.eclipse.wb.rcp.nebula,1.10.100.202402082106 [2024-03-05T10:45:11.004Z] - mirroring artifact osgi.bundle,org.eclipse.wb.os.linux,1.9.600.202402012120 [2024-03-05T10:45:11.005Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing.FormLayout.lib,1.9.400.202402012120 [2024-03-05T10:45:11.005Z] - mirrored artifact osgi.bundle,org.eclipse.nebula.widgets.cdatetime,1.5.0.202312260654 [2024-03-05T10:45:11.005Z] - mirrored artifact osgi.bundle,org.eclipse.wb.layout.group.source,1.9.500.202402012120 [2024-03-05T10:45:11.005Z] - mirrored artifact osgi.bundle,org.eclipse.nebula.cwt.source,1.1.0.202312260654 [2024-03-05T10:45:11.005Z] - mirrored artifact osgi.bundle,org.apache.commons.commons-collections4,4.4.0 [2024-03-05T10:45:11.005Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.core.java.feature.source,1.15.0.202403040813 [2024-03-05T10:45:11.005Z] - mirrored artifact osgi.bundle,org.eclipse.wb.rcp.nebula.source,1.10.100.202402082106 [2024-03-05T10:45:11.005Z] - mirrored artifact osgi.bundle,org.eclipse.wb.os,1.9.3.202402012120 [2024-03-05T10:45:11.005Z] - mirrored artifact osgi.bundle,org.mvel2.source,2.5.1.Final [2024-03-05T10:45:11.005Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing.MigLayout,1.9.500.202402081803 [2024-03-05T10:45:11.005Z] - mirrored artifact osgi.bundle,org.eclipse.wb.rcp.swing2swt,1.9.400.202402012120 [2024-03-05T10:45:11.005Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing.FormLayout.source,1.10.0.202402012120 [2024-03-05T10:45:11.265Z] - mirrored artifact osgi.bundle,com.sun.xml.bind.jaxb-osgi.source,4.0.4 [2024-03-05T10:45:11.265Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swt,1.9.500.202402200547 [2024-03-05T10:45:11.265Z] - mirrored artifact osgi.bundle,org.apache.commons.commons-collections4.source,4.4.0 [2024-03-05T10:45:11.265Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.layout.group.feature.source,1.15.0.202402012120 [2024-03-05T10:45:11.265Z] - mirrored artifact osgi.bundle,org.eclipse.wb.rcp.SWT_AWT,1.9.400.202402012120 [2024-03-05T10:45:11.265Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.rcp.SWT_AWT_support.source,1.15.0.202402012120 [2024-03-05T10:45:11.265Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing.FormLayout,1.10.0.202402012120 [2024-03-05T10:45:11.265Z] - mirrored artifact osgi.bundle,org.eclipse.wb.core.databinding.xsd.source,1.0.0.202401190510 [2024-03-05T10:45:11.265Z] - mirrored artifact osgi.bundle,org.eclipse.wb.rcp.doc.user,1.9.400.202402012120 [2024-03-05T10:45:11.526Z] - mirrored artifact osgi.bundle,io.github.toolfactory.jvm-driver.source,9.6.0 [2024-03-05T10:45:11.526Z] - mirrored artifact osgi.bundle,org.eclipse.wb.rcp.SWT_AWT.source,1.9.400.202402012120 [2024-03-05T10:45:11.526Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.doc.user.feature,1.15.0.202402012120 [2024-03-05T10:45:11.526Z] - mirrored artifact osgi.bundle,org.burningwave.core,12.64.3 [2024-03-05T10:45:11.526Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.core.feature.source,1.15.0.202402200547 [2024-03-05T10:45:11.526Z] - mirrored artifact osgi.bundle,org.mvel2,2.5.1.Final [2024-03-05T10:45:11.526Z] - mirrored artifact osgi.bundle,org.eclipse.wb.core.java,1.11.0.202403040813 [2024-03-05T10:45:11.526Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swt.widgets.baseline.source,1.9.500.202402012120 [2024-03-05T10:45:11.526Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.rcp.doc.user.feature,1.15.0.202402012120 [2024-03-05T10:45:11.526Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.swt.feature.source,1.15.0.202402200547 [2024-03-05T10:45:11.526Z] - mirrored artifact osgi.bundle,io.github.toolfactory.jvm-driver,9.6.0 [2024-03-05T10:45:11.526Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.swt.feature,1.15.0.202402200547 [2024-03-05T10:45:11.526Z] - mirrored artifact osgi.bundle,org.eclipse.wb.os.macosx.source,1.9.400.202402012120 [2024-03-05T10:45:11.526Z] - mirrored artifact osgi.bundle,org.eclipse.wb.rcp.source,1.9.600.202402082106 [2024-03-05T10:45:11.526Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing.source,1.9.500.202402200547 [2024-03-05T10:45:11.526Z] - mirrored artifact osgi.bundle,org.eclipse.wb.core.ui.source,1.10.400.202402012120 [2024-03-05T10:45:11.526Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swt.source,1.9.500.202402200547 [2024-03-05T10:45:11.526Z] - mirrored artifact osgi.bundle,org.eclipse.wb.core.ui,1.10.400.202402012120 [2024-03-05T10:45:11.526Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing.jsr296.source,1.9.500.202402012120 [2024-03-05T10:45:11.526Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.swing.feature.source,1.15.0.202402200547 [2024-03-05T10:45:11.526Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing.databinding,1.9.500.202402012120 [2024-03-05T10:45:11.787Z] - mirrored artifact osgi.bundle,org.eclipse.wb.core.java.source,1.11.0.202403040813 [2024-03-05T10:45:11.787Z] - mirrored artifact osgi.bundle,org.eclipse.wb.rcp.swing2swt.source,1.9.400.202402012120 [2024-03-05T10:45:11.787Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.rcp.feature,1.15.0.202402082106 [2024-03-05T10:45:11.787Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.core.feature,1.15.0.202402200547 [2024-03-05T10:45:11.787Z] - mirrored artifact osgi.bundle,org.eclipse.wb.core.databinding.source,1.9.500.202402012120 [2024-03-05T10:45:11.787Z] - mirrored artifact osgi.bundle,org.eclipse.wb.runtime,1.9.3.202402012120 [2024-03-05T10:45:11.787Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing.jsr296,1.9.500.202402012120 [2024-03-05T10:45:11.787Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing.doc.user,1.9.400.202402012120 [2024-03-05T10:45:11.787Z] - mirrored artifact osgi.bundle,com.sun.xml.bind.jaxb-osgi,4.0.4 [2024-03-05T10:45:11.787Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.swing.doc.user.feature,1.15.0.202402012120 [2024-03-05T10:45:11.787Z] - mirrored artifact osgi.bundle,org.eclipse.wb.os.linux.source,1.9.600.202402012120 [2024-03-05T10:45:11.787Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing.java6.source,1.9.500.202402012120 [2024-03-05T10:45:11.787Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing.MigLayout.lib,1.9.3.202402012120 [2024-03-05T10:45:12.048Z] - mirrored artifact osgi.bundle,org.eclipse.wb.os.macosx,1.9.400.202402012120 [2024-03-05T10:45:12.048Z] - mirrored artifact osgi.bundle,org.eclipse.wb.rcp.databinding.source,1.9.500.202402012120 [2024-03-05T10:45:12.048Z] - mirrored artifact osgi.bundle,org.eclipse.wb.rcp.databinding,1.9.500.202402012120 [2024-03-05T10:45:12.048Z] - mirrored artifact osgi.bundle,org.eclipse.wb.rcp.databinding.emf,1.9.500.202402012120 [2024-03-05T10:45:12.048Z] - mirrored artifact osgi.bundle,org.eclipse.nebula.widgets.cdatetime.source,1.5.0.202312260654 [2024-03-05T10:45:12.048Z] - mirrored artifact osgi.bundle,org.eclipse.wb.os.win32,1.9.400.202402012120 [2024-03-05T10:45:12.048Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.core.ui.feature.source,1.15.0.202402012120 [2024-03-05T10:45:12.048Z] - mirrored artifact osgi.bundle,org.eclipse.wb.runtime.source,1.9.3.202402012120 [2024-03-05T10:45:12.048Z] - mirrored artifact osgi.bundle,org.apache.commons.text.source,1.11.0 [2024-03-05T10:45:12.048Z] - mirrored artifact osgi.bundle,org.eclipse.wb.core,1.15.0.202402200547 [2024-03-05T10:45:12.048Z] - mirrored artifact osgi.bundle,org.eclipse.wb.core.databinding,1.9.500.202402012120 [2024-03-05T10:45:12.048Z] - mirrored artifact osgi.bundle,org.eclipse.wb.core.source,1.15.0.202402200547 [2024-03-05T10:45:12.048Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.rcp.feature.source,1.15.0.202402082106 [2024-03-05T10:45:12.048Z] - mirrored artifact osgi.bundle,org.burningwave.core.source,12.64.3 [2024-03-05T10:45:12.048Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing.MigLayout.lib.source,1.9.3.202402012120 [2024-03-05T10:45:12.048Z] - mirrored artifact osgi.bundle,org.eclipse.wb.os.win32.source,1.9.400.202402012120 [2024-03-05T10:45:12.048Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.layout.group.feature,1.15.0.202402012120 [2024-03-05T10:45:12.048Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.core.ui.feature,1.15.0.202402012120 [2024-03-05T10:45:12.048Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing.MigLayout.source,1.9.500.202402081803 [2024-03-05T10:45:12.048Z] - mirrored artifact osgi.bundle,org.eclipse.nebula.cwt,1.1.0.202312260654 [2024-03-05T10:45:12.049Z] - mirrored artifact osgi.bundle,org.eclipse.wb.layout.group,1.9.500.202402012120 [2024-03-05T10:45:12.049Z] - mirrored artifact osgi.bundle,io.github.toolfactory.narcissus.source,1.0.7 [2024-03-05T10:45:12.311Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing,1.9.500.202402200547 [2024-03-05T10:45:12.311Z] - mirrored artifact osgi.bundle,org.eclipse.wb.rcp,1.9.600.202402082106 [2024-03-05T10:45:12.311Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.rcp.SWT_AWT_support,1.15.0.202402012120 [2024-03-05T10:45:12.311Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing.databinding.source,1.9.500.202402012120 [2024-03-05T10:45:12.311Z] - mirrored artifact osgi.bundle,org.apache.commons.text,1.11.0 [2024-03-05T10:45:12.311Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.swing.feature,1.15.0.202402200547 [2024-03-05T10:45:12.311Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing.java6,1.9.500.202402012120 [2024-03-05T10:45:12.311Z] - mirrored artifact osgi.bundle,org.eclipse.wb.rcp.databinding.emf.source,1.9.500.202402012120 [2024-03-05T10:45:12.312Z] - mirrored artifact osgi.bundle,org.eclipse.wb.os.source,1.9.3.202402012120 [2024-03-05T10:45:12.312Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swt.widgets.baseline,1.9.500.202402012120 [2024-03-05T10:45:12.312Z] - mirrored artifact osgi.bundle,io.github.toolfactory.narcissus,1.0.7 [2024-03-05T10:45:12.312Z] - mirrored artifact osgi.bundle,org.eclipse.wb.core.databinding.xsd,1.0.0.202401190510 [2024-03-05T10:45:12.312Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.core.java.feature,1.15.0.202403040813 [2024-03-05T10:45:12.312Z] - mirrored artifact osgi.bundle,org.eclipse.wb.rcp.nebula,1.10.100.202402082106 [2024-03-05T10:45:12.312Z] - mirrored artifact osgi.bundle,org.eclipse.wb.os.linux,1.9.600.202402012120 [2024-03-05T10:45:12.312Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing.FormLayout.lib,1.9.400.202402012120 [2024-03-05T10:45:12.312Z] - mirrored artifact osgi.bundle,org.eclipse.wb.doc.user,1.9.400.202402012120 [2024-03-05T10:45:12.312Z] Mirroring artifacts from https://download.eclipse.org/technology/swtbot/releases/4.1.0 [2024-03-05T10:45:12.312Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.generator.source,4.1.0.202306071420 [2024-03-05T10:45:12.312Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.eclipse.ui,4.1.0.202306071420 [2024-03-05T10:45:12.312Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.e4.finder.source,4.1.0.202306071420 [2024-03-05T10:45:12.312Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.eclipse.core,4.1.0.202306071420 [2024-03-05T10:45:12.312Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.swtbot.generator.feature,4.1.0.202306071420 [2024-03-05T10:45:12.312Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.eclipse.finder,4.1.0.202306071420 [2024-03-05T10:45:12.312Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.swtbot.ide.source,4.1.0.202306071420 [2024-03-05T10:45:12.312Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.swtbot,4.1.0.202306071420 [2024-03-05T10:45:12.312Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.junit4_x.source,4.1.0.202306071420 [2024-03-05T10:45:12.312Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.forms.finder,4.1.0.202306071420 [2024-03-05T10:45:12.312Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.generator.rules.workbench.source,4.1.0.202306071420 [2024-03-05T10:45:12.312Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.eclipse.ui.source,4.1.0.202306071420 [2024-03-05T10:45:12.312Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.swtbot.eclipse,4.1.0.202306071420 [2024-03-05T10:45:12.312Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.generator.jdt.source,4.1.0.202306071420 [2024-03-05T10:45:12.312Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.eclipse.core.source,4.1.0.202306071420 [2024-03-05T10:45:12.313Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.generator.client,4.1.0.202306071420 [2024-03-05T10:45:12.313Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.swtbot.eclipse.gef,4.1.0.202306071420 [2024-03-05T10:45:12.313Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.junit4_x,4.1.0.202306071420 [2024-03-05T10:45:12.313Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.eclipse.finder.source,4.1.0.202306071420 [2024-03-05T10:45:12.313Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.swtbot.ide,4.1.0.202306071420 [2024-03-05T10:45:12.313Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.eclipse.gef.finder.source,4.1.0.202306071420 [2024-03-05T10:45:12.313Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.swtbot.forms.source,4.1.0.202306071420 [2024-03-05T10:45:12.313Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.generator,4.1.0.202306071420 [2024-03-05T10:45:12.313Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.swtbot.generator.feature.source,4.1.0.202306071420 [2024-03-05T10:45:12.313Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.swt.finder.source,4.1.0.202306071420 [2024-03-05T10:45:12.313Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.eclipse.gef.finder,4.1.0.202306071420 [2024-03-05T10:45:12.313Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.go,4.1.0.202306071420 [2024-03-05T10:45:12.313Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.swtbot.eclipse.gef.source,4.1.0.202306071420 [2024-03-05T10:45:12.313Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.generator.client.source,4.1.0.202306071420 [2024-03-05T10:45:12.313Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.e4.finder,4.1.0.202306071420 [2024-03-05T10:45:12.313Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.eclipse.spy,4.1.0.202306071420 [2024-03-05T10:45:12.313Z] - mirroring artifact osgi.bundle,org.hamcrest.library,1.3.0.v20180524-2246 [2024-03-05T10:45:12.313Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.forms.finder.source,4.1.0.202306071420 [2024-03-05T10:45:12.313Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.swtbot.eclipse.source,4.1.0.202306071420 [2024-03-05T10:45:12.313Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.eclipse.spy.source,4.1.0.202306071420 [2024-03-05T10:45:12.313Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.swtbot.source,4.1.0.202306071420 [2024-03-05T10:45:12.313Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.generator.ui,4.1.0.202306071420 [2024-03-05T10:45:12.313Z] - mirroring artifact osgi.bundle,org.hamcrest.library.source,1.3.0.v20180524-2246 [2024-03-05T10:45:12.313Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.go.source,4.1.0.202306071420 [2024-03-05T10:45:12.313Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.generator.rules.workbench,4.1.0.202306071420 [2024-03-05T10:45:12.314Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.swtbot.forms,4.1.0.202306071420 [2024-03-05T10:45:12.314Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.generator.ui.source,4.1.0.202306071420 [2024-03-05T10:45:12.314Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.generator.jdt,4.1.0.202306071420 [2024-03-05T10:45:12.314Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.swt.finder,4.1.0.202306071420 [2024-03-05T10:45:12.314Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.generator.source,4.1.0.202306071420 [2024-03-05T10:45:12.574Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.e4.finder.source,4.1.0.202306071420 [2024-03-05T10:45:12.574Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.eclipse.core,4.1.0.202306071420 [2024-03-05T10:45:12.574Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.eclipse.ui,4.1.0.202306071420 [2024-03-05T10:45:12.574Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.swtbot.generator.feature,4.1.0.202306071420 [2024-03-05T10:45:12.574Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.swtbot.ide.source,4.1.0.202306071420 [2024-03-05T10:45:12.575Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.eclipse.finder,4.1.0.202306071420 [2024-03-05T10:45:12.575Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.swtbot,4.1.0.202306071420 [2024-03-05T10:45:12.575Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.forms.finder,4.1.0.202306071420 [2024-03-05T10:45:12.575Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.junit4_x.source,4.1.0.202306071420 [2024-03-05T10:45:12.575Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.generator.rules.workbench.source,4.1.0.202306071420 [2024-03-05T10:45:12.575Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.swtbot.eclipse,4.1.0.202306071420 [2024-03-05T10:45:12.575Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.eclipse.ui.source,4.1.0.202306071420 [2024-03-05T10:45:12.575Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.eclipse.core.source,4.1.0.202306071420 [2024-03-05T10:45:12.575Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.generator.jdt.source,4.1.0.202306071420 [2024-03-05T10:45:12.575Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.generator.client,4.1.0.202306071420 [2024-03-05T10:45:12.575Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.swtbot.eclipse.gef,4.1.0.202306071420 [2024-03-05T10:45:12.575Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.junit4_x,4.1.0.202306071420 [2024-03-05T10:45:12.575Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.eclipse.finder.source,4.1.0.202306071420 [2024-03-05T10:45:12.575Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.swtbot.ide,4.1.0.202306071420 [2024-03-05T10:45:12.575Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.swtbot.forms.source,4.1.0.202306071420 [2024-03-05T10:45:12.575Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.eclipse.gef.finder.source,4.1.0.202306071420 [2024-03-05T10:45:12.575Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.swtbot.generator.feature.source,4.1.0.202306071420 [2024-03-05T10:45:12.575Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.generator,4.1.0.202306071420 [2024-03-05T10:45:12.575Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.eclipse.gef.finder,4.1.0.202306071420 [2024-03-05T10:45:12.575Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.swt.finder.source,4.1.0.202306071420 [2024-03-05T10:45:12.575Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.swtbot.eclipse.gef.source,4.1.0.202306071420 [2024-03-05T10:45:12.575Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.go,4.1.0.202306071420 [2024-03-05T10:45:12.575Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.generator.client.source,4.1.0.202306071420 [2024-03-05T10:45:12.575Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.e4.finder,4.1.0.202306071420 [2024-03-05T10:45:12.575Z] - mirrored artifact osgi.bundle,org.hamcrest.library,1.3.0.v20180524-2246 [2024-03-05T10:45:12.575Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.eclipse.spy,4.1.0.202306071420 [2024-03-05T10:45:12.575Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.forms.finder.source,4.1.0.202306071420 [2024-03-05T10:45:12.575Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.eclipse.spy.source,4.1.0.202306071420 [2024-03-05T10:45:12.575Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.swtbot.source,4.1.0.202306071420 [2024-03-05T10:45:12.576Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.swtbot.eclipse.source,4.1.0.202306071420 [2024-03-05T10:45:12.576Z] - mirrored artifact osgi.bundle,org.hamcrest.library.source,1.3.0.v20180524-2246 [2024-03-05T10:45:12.576Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.go.source,4.1.0.202306071420 [2024-03-05T10:45:12.576Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.generator.ui,4.1.0.202306071420 [2024-03-05T10:45:12.576Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.swtbot.forms,4.1.0.202306071420 [2024-03-05T10:45:12.576Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.generator.rules.workbench,4.1.0.202306071420 [2024-03-05T10:45:12.576Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.generator.jdt,4.1.0.202306071420 [2024-03-05T10:45:12.576Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.generator.ui.source,4.1.0.202306071420 [2024-03-05T10:45:12.576Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.swt.finder,4.1.0.202306071420 [2024-03-05T10:45:12.576Z] Mirroring artifacts from https://download.eclipse.org/tools/tcf/releases/1.7/1.7.0 [2024-03-05T10:45:12.576Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.launch.ui,1.7.0.202002082211 [2024-03-05T10:45:12.576Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.launch.core,1.7.0.202002082211 [2024-03-05T10:45:12.576Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tcf.cdt.feature,1.7.0.202105251709 [2024-03-05T10:45:12.576Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tcf.core.feature,1.7.0.202106171832 [2024-03-05T10:45:12.576Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.ui.views,1.7.0.202002082211 [2024-03-05T10:45:12.576Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tcf.te.feature,1.7.0.202004140449 [2024-03-05T10:45:12.576Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.locator,1.7.0.202002082211 [2024-03-05T10:45:12.576Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.launch.core.source,1.7.0.202002082211 [2024-03-05T10:45:12.576Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.processes.core.source,1.7.0.202002082211 [2024-03-05T10:45:12.576Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tcf.te.tcf.launch.cdt.feature,1.7.0.202007121733 [2024-03-05T10:45:12.576Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.locator.source,1.7.0.202002082211 [2024-03-05T10:45:12.576Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.core.source,1.7.0.202002082211 [2024-03-05T10:45:12.576Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.ui.source,1.7.0.202002082211 [2024-03-05T10:45:12.576Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te,1.7.0.202002082211 [2024-03-05T10:45:12.576Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.ui.views.source,1.7.0.202002082211 [2024-03-05T10:45:12.577Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.core,1.7.0.202106171832 [2024-03-05T10:45:12.577Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.launch.cdt,1.7.0.202007121733 [2024-03-05T10:45:12.577Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.ui.controls,1.7.0.202002082211 [2024-03-05T10:45:12.577Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.runtime.model.source,1.7.0.202002082211 [2024-03-05T10:45:12.577Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tcf.te.tcf.feature,1.7.0.202002082211 [2024-03-05T10:45:12.577Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.ui.notifications,1.7.0.202002082211 [2024-03-05T10:45:12.577Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.debug.source,1.7.0.202103022036 [2024-03-05T10:45:12.577Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.cdt.ui.source,1.7.0.202105251709 [2024-03-05T10:45:12.577Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.runtime.stepper,1.7.0.202002082211 [2024-03-05T10:45:12.577Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.filesystem.core.source,1.7.0.202002082211 [2024-03-05T10:45:12.577Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.runtime.services.source,1.7.0.202002082211 [2024-03-05T10:45:12.577Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.ui.source,1.7.0.202004150835 [2024-03-05T10:45:12.577Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.processes.core,1.7.0.202002082211 [2024-03-05T10:45:12.577Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.ui.forms.source,1.7.0.202002082211 [2024-03-05T10:45:12.577Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.runtime.stepper.source,1.7.0.202002082211 [2024-03-05T10:45:12.577Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.runtime.statushandler,1.7.0.202002082211 [2024-03-05T10:45:12.577Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.log.core,1.7.0.202002082211 [2024-03-05T10:45:12.577Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tcf.feature,1.7.0.202105251709 [2024-03-05T10:45:12.577Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.cdt.ui,1.7.0.202105251709 [2024-03-05T10:45:12.577Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.runtime.statushandler.source,1.7.0.202002082211 [2024-03-05T10:45:12.577Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.launch.ui.source,1.7.0.202002082211 [2024-03-05T10:45:12.577Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.core.cdt.source,1.7.0.202002082211 [2024-03-05T10:45:12.577Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.processes.ui.source,1.7.0.202002082211 [2024-03-05T10:45:12.577Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.launch.core,1.7.0.202002082211 [2024-03-05T10:45:12.577Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.ui.views,1.7.0.202004140449 [2024-03-05T10:45:12.577Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.launch.cdt.source,1.7.0.202007121733 [2024-03-05T10:45:12.577Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.ui.console.source,1.7.0.202002082211 [2024-03-05T10:45:12.577Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.source,1.7.0.202003240220 [2024-03-05T10:45:12.577Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.ui,1.7.0.202002082211 [2024-03-05T10:45:12.577Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.filesystem.core,1.7.0.202002082211 [2024-03-05T10:45:12.578Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.ui,1.7.0.202004150835 [2024-03-05T10:45:12.578Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.source,1.7.0.202002082211 [2024-03-05T10:45:12.578Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.ui.controls.source,1.7.0.202002082211 [2024-03-05T10:45:12.578Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.runtime.persistence,1.7.0.202002082211 [2024-03-05T10:45:12.578Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.core.scripting.source,1.7.0.202002082211 [2024-03-05T10:45:12.578Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.terminals.core,1.7.0.202002082211 [2024-03-05T10:45:12.578Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.core,1.7.0.202002082211 [2024-03-05T10:45:12.578Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.runtime.services,1.7.0.202002082211 [2024-03-05T10:45:12.578Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.debug,1.7.0.202103022036 [2024-03-05T10:45:12.578Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.terminals.core.source,1.7.0.202002082211 [2024-03-05T10:45:12.578Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.core.scripting,1.7.0.202002082211 [2024-03-05T10:45:12.578Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.launch.core.source,1.7.0.202002082211 [2024-03-05T10:45:12.578Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.ui.swt.source,1.7.0.202002082211 [2024-03-05T10:45:12.578Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.terminals.ui,1.7.0.202002082211 [2024-03-05T10:45:12.578Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.ui.swt,1.7.0.202002082211 [2024-03-05T10:45:12.578Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.runtime.persistence.source,1.7.0.202002082211 [2024-03-05T10:45:12.578Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.core.model,1.7.0.202002082211 [2024-03-05T10:45:12.578Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.log.core.source,1.7.0.202002082211 [2024-03-05T10:45:12.578Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.core.source,1.7.0.202106171832 [2024-03-05T10:45:12.578Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.runtime.source,1.7.0.202002082211 [2024-03-05T10:45:12.578Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.debug.ui.source,1.7.0.202105251709 [2024-03-05T10:45:12.578Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.launch.ui.source,1.7.0.202002082211 [2024-03-05T10:45:12.578Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.launch.ui,1.7.0.202002082211 [2024-03-05T10:45:12.578Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.services.contexts.source,1.7.0.202002082211 [2024-03-05T10:45:12.578Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.core.model.source,1.7.0.202002082211 [2024-03-05T10:45:12.578Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.ui.views.source,1.7.0.202004140449 [2024-03-05T10:45:12.578Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.terminals.ui.source,1.7.0.202002082211 [2024-03-05T10:45:12.578Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.runtime.concurrent,1.7.0.202002082211 [2024-03-05T10:45:12.579Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.filesystem.ui,1.7.0.202002082211 [2024-03-05T10:45:12.579Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.core.cdt,1.7.0.202002082211 [2024-03-05T10:45:12.579Z] - mirroring artifact osgi.bundle,org.eclipse.tcf,1.7.0.202003240220 [2024-03-05T10:45:12.579Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.runtime,1.7.0.202002082211 [2024-03-05T10:45:12.579Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.ui.console,1.7.0.202002082211 [2024-03-05T10:45:12.579Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.core.source,1.7.0.202003010826 [2024-03-05T10:45:12.579Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.services.contexts,1.7.0.202002082211 [2024-03-05T10:45:12.579Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.debug.ui,1.7.0.202105251709 [2024-03-05T10:45:12.579Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.ui.forms,1.7.0.202002082211 [2024-03-05T10:45:12.579Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.runtime.model,1.7.0.202002082211 [2024-03-05T10:45:12.579Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tcf.te.tcf.core.feature,1.7.0.202004150835 [2024-03-05T10:45:12.579Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.runtime.concurrent.source,1.7.0.202002082211 [2024-03-05T10:45:12.579Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.ui.notifications.source,1.7.0.202002082211 [2024-03-05T10:45:12.579Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.core,1.7.0.202003010826 [2024-03-05T10:45:12.579Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.filesystem.ui.source,1.7.0.202002082211 [2024-03-05T10:45:12.579Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.processes.ui,1.7.0.202002082211 [2024-03-05T10:45:12.579Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.launch.core,1.7.0.202002082211 [2024-03-05T10:45:12.840Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.launch.ui,1.7.0.202002082211 [2024-03-05T10:45:12.840Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tcf.cdt.feature,1.7.0.202105251709 [2024-03-05T10:45:12.840Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tcf.core.feature,1.7.0.202106171832 [2024-03-05T10:45:12.840Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tcf.te.feature,1.7.0.202004140449 [2024-03-05T10:45:12.840Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.ui.views,1.7.0.202002082211 [2024-03-05T10:45:12.840Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.locator,1.7.0.202002082211 [2024-03-05T10:45:12.841Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.launch.core.source,1.7.0.202002082211 [2024-03-05T10:45:12.841Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tcf.te.tcf.launch.cdt.feature,1.7.0.202007121733 [2024-03-05T10:45:12.841Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.processes.core.source,1.7.0.202002082211 [2024-03-05T10:45:12.841Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.core.source,1.7.0.202002082211 [2024-03-05T10:45:12.841Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.locator.source,1.7.0.202002082211 [2024-03-05T10:45:12.841Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.ui.source,1.7.0.202002082211 [2024-03-05T10:45:12.841Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te,1.7.0.202002082211 [2024-03-05T10:45:12.841Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.ui.views.source,1.7.0.202002082211 [2024-03-05T10:45:12.841Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.launch.cdt,1.7.0.202007121733 [2024-03-05T10:45:12.841Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.ui.controls,1.7.0.202002082211 [2024-03-05T10:45:12.841Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.core,1.7.0.202106171832 [2024-03-05T10:45:12.841Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.runtime.model.source,1.7.0.202002082211 [2024-03-05T10:45:12.841Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tcf.te.tcf.feature,1.7.0.202002082211 [2024-03-05T10:45:12.841Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.ui.notifications,1.7.0.202002082211 [2024-03-05T10:45:12.841Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.debug.source,1.7.0.202103022036 [2024-03-05T10:45:12.841Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.cdt.ui.source,1.7.0.202105251709 [2024-03-05T10:45:12.841Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.runtime.stepper,1.7.0.202002082211 [2024-03-05T10:45:12.841Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.filesystem.core.source,1.7.0.202002082211 [2024-03-05T10:45:12.841Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.runtime.services.source,1.7.0.202002082211 [2024-03-05T10:45:12.841Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.processes.core,1.7.0.202002082211 [2024-03-05T10:45:12.841Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.ui.source,1.7.0.202004150835 [2024-03-05T10:45:12.841Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.ui.forms.source,1.7.0.202002082211 [2024-03-05T10:45:12.841Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.runtime.statushandler,1.7.0.202002082211 [2024-03-05T10:45:12.841Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.runtime.stepper.source,1.7.0.202002082211 [2024-03-05T10:45:12.841Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.log.core,1.7.0.202002082211 [2024-03-05T10:45:12.841Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tcf.feature,1.7.0.202105251709 [2024-03-05T10:45:12.841Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.cdt.ui,1.7.0.202105251709 [2024-03-05T10:45:12.841Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.runtime.statushandler.source,1.7.0.202002082211 [2024-03-05T10:45:12.841Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.core.cdt.source,1.7.0.202002082211 [2024-03-05T10:45:12.842Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.launch.ui.source,1.7.0.202002082211 [2024-03-05T10:45:12.842Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.processes.ui.source,1.7.0.202002082211 [2024-03-05T10:45:12.842Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.launch.core,1.7.0.202002082211 [2024-03-05T10:45:12.842Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.launch.cdt.source,1.7.0.202007121733 [2024-03-05T10:45:12.842Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.ui.views,1.7.0.202004140449 [2024-03-05T10:45:12.842Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.ui.console.source,1.7.0.202002082211 [2024-03-05T10:45:12.842Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.source,1.7.0.202003240220 [2024-03-05T10:45:12.842Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.ui,1.7.0.202002082211 [2024-03-05T10:45:13.101Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.filesystem.core,1.7.0.202002082211 [2024-03-05T10:45:13.102Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.source,1.7.0.202002082211 [2024-03-05T10:45:13.102Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.ui.controls.source,1.7.0.202002082211 [2024-03-05T10:45:13.102Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.ui,1.7.0.202004150835 [2024-03-05T10:45:13.102Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.runtime.persistence,1.7.0.202002082211 [2024-03-05T10:45:13.102Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.core.scripting.source,1.7.0.202002082211 [2024-03-05T10:45:13.102Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.terminals.core,1.7.0.202002082211 [2024-03-05T10:45:13.102Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.core,1.7.0.202002082211 [2024-03-05T10:45:13.102Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.runtime.services,1.7.0.202002082211 [2024-03-05T10:45:13.102Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.terminals.core.source,1.7.0.202002082211 [2024-03-05T10:45:13.102Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.debug,1.7.0.202103022036 [2024-03-05T10:45:13.102Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.core.scripting,1.7.0.202002082211 [2024-03-05T10:45:13.102Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.launch.core.source,1.7.0.202002082211 [2024-03-05T10:45:13.102Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.terminals.ui,1.7.0.202002082211 [2024-03-05T10:45:13.102Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.ui.swt.source,1.7.0.202002082211 [2024-03-05T10:45:13.102Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.ui.swt,1.7.0.202002082211 [2024-03-05T10:45:13.102Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.runtime.persistence.source,1.7.0.202002082211 [2024-03-05T10:45:13.102Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.core.model,1.7.0.202002082211 [2024-03-05T10:45:13.102Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.log.core.source,1.7.0.202002082211 [2024-03-05T10:45:13.102Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.core.source,1.7.0.202106171832 [2024-03-05T10:45:13.103Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.runtime.source,1.7.0.202002082211 [2024-03-05T10:45:13.103Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.launch.ui.source,1.7.0.202002082211 [2024-03-05T10:45:13.103Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.debug.ui.source,1.7.0.202105251709 [2024-03-05T10:45:13.103Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.launch.ui,1.7.0.202002082211 [2024-03-05T10:45:13.103Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.core.model.source,1.7.0.202002082211 [2024-03-05T10:45:13.103Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.services.contexts.source,1.7.0.202002082211 [2024-03-05T10:45:13.103Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.terminals.ui.source,1.7.0.202002082211 [2024-03-05T10:45:13.103Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.ui.views.source,1.7.0.202004140449 [2024-03-05T10:45:13.103Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.runtime.concurrent,1.7.0.202002082211 [2024-03-05T10:45:13.103Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.core.cdt,1.7.0.202002082211 [2024-03-05T10:45:13.103Z] - mirrored artifact osgi.bundle,org.eclipse.tcf,1.7.0.202003240220 [2024-03-05T10:45:13.103Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.filesystem.ui,1.7.0.202002082211 [2024-03-05T10:45:13.103Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.ui.console,1.7.0.202002082211 [2024-03-05T10:45:13.103Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.runtime,1.7.0.202002082211 [2024-03-05T10:45:13.103Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.core.source,1.7.0.202003010826 [2024-03-05T10:45:13.103Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.services.contexts,1.7.0.202002082211 [2024-03-05T10:45:13.364Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.ui.forms,1.7.0.202002082211 [2024-03-05T10:45:13.364Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.runtime.model,1.7.0.202002082211 [2024-03-05T10:45:13.364Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tcf.te.tcf.core.feature,1.7.0.202004150835 [2024-03-05T10:45:13.365Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.runtime.concurrent.source,1.7.0.202002082211 [2024-03-05T10:45:13.365Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.debug.ui,1.7.0.202105251709 [2024-03-05T10:45:13.365Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.ui.notifications.source,1.7.0.202002082211 [2024-03-05T10:45:13.365Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.filesystem.ui.source,1.7.0.202002082211 [2024-03-05T10:45:13.365Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.core,1.7.0.202003010826 [2024-03-05T10:45:13.365Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.processes.ui,1.7.0.202002082211 [2024-03-05T10:45:13.365Z] Mirroring artifacts from https://download.eclipse.org/sirius/updates/milestones/7.4.0rc2/2023-03 [2024-03-05T10:45:13.365Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.model,7.4.0.202403040746 [2024-03-05T10:45:13.365Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.synchronizer.source,7.4.0.202403040746 [2024-03-05T10:45:13.365Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.e3.ui.source,7.4.0.202403040746 [2024-03-05T10:45:13.365Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.tree.model,7.4.0.202403040746 [2024-03-05T10:45:13.365Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.properties,7.4.0.202403040746 [2024-03-05T10:45:13.365Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.tree.source,7.4.0.202403040746 [2024-03-05T10:45:13.365Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ui.source,7.4.0.202403040746 [2024-03-05T10:45:13.365Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.editor.properties.ext.widgets.reference,7.4.0.202403040746 [2024-03-05T10:45:13.365Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.e3.source,7.4.0.202403040746 [2024-03-05T10:45:13.365Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.aql.source,7.4.0.202403040746 [2024-03-05T10:45:13.365Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.editor.diagram.source,7.4.0.202403040746 [2024-03-05T10:45:13.365Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.jface,7.4.0.202403040746 [2024-03-05T10:45:13.365Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.sequence.model.source,7.4.0.202403040746 [2024-03-05T10:45:13.365Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.acceleo.aql.ide,7.4.0.202403040746 [2024-03-05T10:45:13.366Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.properties.ext.widgets.reference,7.4.0.202403040746 [2024-03-05T10:45:13.366Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.properties.source,7.4.0.202403040746 [2024-03-05T10:45:13.366Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.specifier,7.4.0.202403040746 [2024-03-05T10:45:13.366Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.e3,7.4.0.202403040746 [2024-03-05T10:45:13.366Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.acceleo.aql.source,7.4.0.202403040746 [2024-03-05T10:45:13.366Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.model.source,7.4.0.202403040746 [2024-03-05T10:45:13.366Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.interpreter.aql,7.4.0.202403040746 [2024-03-05T10:45:13.366Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ui.ext.source,7.4.0.202403040746 [2024-03-05T10:45:13.366Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.properties.edit,7.4.0.202403040746 [2024-03-05T10:45:13.366Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.ui.ext,7.4.0.202403040746 [2024-03-05T10:45:13.366Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.gmf.runtime,7.4.0.202403040746 [2024-03-05T10:45:13.366Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.properties.ext.widgets.reference.edit,7.4.0.202403040746 [2024-03-05T10:45:13.366Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.source,7.4.0.202403040746 [2024-03-05T10:45:13.366Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.runtime,7.4.0.202403040746 [2024-03-05T10:45:13.366Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.properties.feature.source,7.4.0.202403040746 [2024-03-05T10:45:13.366Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.emf,7.4.0.202403040746 [2024-03-05T10:45:13.366Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.formatdata.source,7.4.0.202403040746 [2024-03-05T10:45:13.366Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ui.properties.ext.widgets.reference.source,7.4.0.202403040746 [2024-03-05T10:45:13.366Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.properties.defaultrules.source,7.4.0.202403040746 [2024-03-05T10:45:13.367Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.interpreter.aql.source,7.4.0.202403040746 [2024-03-05T10:45:13.367Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.emf.edit,7.4.0.202403040746 [2024-03-05T10:45:13.367Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.runtime.aql.source,7.4.0.202403040746 [2024-03-05T10:45:13.367Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ui.properties.ext.widgets.reference,7.4.0.202403040746 [2024-03-05T10:45:13.367Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.runtime.source,7.4.0.202403040746 [2024-03-05T10:45:13.367Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.properties.core,7.4.0.202403040746 [2024-03-05T10:45:13.367Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.interpreter.source,7.4.0.202403040746 [2024-03-05T10:45:13.367Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ui.editor,7.4.0.202403040746 [2024-03-05T10:45:13.367Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.samples.family,7.4.0.202403040746 [2024-03-05T10:45:13.367Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.table.ui,7.4.0.202403040746 [2024-03-05T10:45:13.367Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.specifier.properties.feature,7.4.0.202403040746 [2024-03-05T10:45:13.367Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.interpreter,7.4.0.202403040746 [2024-03-05T10:45:13.367Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.gef,7.4.0.202403040746 [2024-03-05T10:45:13.367Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.properties.ext.widgets.reference.edit.source,7.4.0.202403040746 [2024-03-05T10:45:13.367Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.editor.sequence.source,7.4.0.202403040746 [2024-03-05T10:45:13.367Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ecore.extender,7.4.0.202403040746 [2024-03-05T10:45:13.367Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.ui,7.4.0.202403040746 [2024-03-05T10:45:13.367Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.emf.edit.source,7.4.0.202403040746 [2024-03-05T10:45:13.367Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.emf.tx.source,7.4.0.202403040746 [2024-03-05T10:45:13.367Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.acceleo.mtl,7.4.0.202403040746 [2024-03-05T10:45:13.367Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ecore.extender.source,7.4.0.202403040746 [2024-03-05T10:45:13.367Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.sequence.ui.source,7.4.0.202403040746 [2024-03-05T10:45:13.368Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.e3.ui,7.4.0.202403040746 [2024-03-05T10:45:13.368Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.gef.source,7.4.0.202403040746 [2024-03-05T10:45:13.368Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.properties.core.source,7.4.0.202403040746 [2024-03-05T10:45:13.368Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.swt.source,7.4.0.202403040746 [2024-03-05T10:45:13.368Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.runtime.aql,7.4.0.202403040746 [2024-03-05T10:45:13.368Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.model.source,7.4.0.202403040746 [2024-03-05T10:45:13.368Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.acceleo.mtl.source,7.4.0.202403040746 [2024-03-05T10:45:13.368Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.emf.ui,7.4.0.202403040746 [2024-03-05T10:45:13.368Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.editor.table.source,7.4.0.202403040746 [2024-03-05T10:45:13.368Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.tree.ui.ext,7.4.0.202403040746 [2024-03-05T10:45:13.368Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.emf.tx,7.4.0.202403040746 [2024-03-05T10:45:13.368Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.tree.model.source,7.4.0.202403040746 [2024-03-05T10:45:13.368Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.ui.ext,7.4.0.202403040746 [2024-03-05T10:45:13.368Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.tree.ui,7.4.0.202403040746 [2024-03-05T10:45:13.368Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.editor.table,7.4.0.202403040746 [2024-03-05T10:45:13.368Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.jface.source,7.4.0.202403040746 [2024-03-05T10:45:13.368Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ui.ext,7.4.0.202403040746 [2024-03-05T10:45:13.368Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.synchronizer,7.4.0.202403040746 [2024-03-05T10:45:13.368Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ui.editor.source,7.4.0.202403040746 [2024-03-05T10:45:13.368Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.formatdata,7.4.0.202403040746 [2024-03-05T10:45:13.368Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.source,7.4.0.202403040746 [2024-03-05T10:45:13.368Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.table.ui.source,7.4.0.202403040746 [2024-03-05T10:45:13.368Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.sequence.edit.source,7.4.0.202403040746 [2024-03-05T10:45:13.368Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.runtime.ide.ui.source,7.4.0.202403040746 [2024-03-05T10:45:13.368Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.editor.tree.source,7.4.0.202403040746 [2024-03-05T10:45:13.368Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.emf.ui.source,7.4.0.202403040746 [2024-03-05T10:45:13.368Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.interpreter.feature,7.4.0.202403040746 [2024-03-05T10:45:13.368Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.editor.properties,7.4.0.202403040746 [2024-03-05T10:45:13.368Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.base,7.4.0.202403040746 [2024-03-05T10:45:13.368Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.sequence.source,7.4.0.202403040746 [2024-03-05T10:45:13.369Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.source,7.4.0.202403040746 [2024-03-05T10:45:13.369Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.swt,7.4.0.202403040746 [2024-03-05T10:45:13.369Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.table.source,7.4.0.202403040746 [2024-03-05T10:45:13.369Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.editor.sequence,7.4.0.202403040746 [2024-03-05T10:45:13.369Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.ide,7.4.0.202403040746 [2024-03-05T10:45:13.369Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.interpreter,7.4.0.202403040746 [2024-03-05T10:45:13.369Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.ui.ext.source,7.4.0.202403040746 [2024-03-05T10:45:13.369Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.tree.ui.source,7.4.0.202403040746 [2024-03-05T10:45:13.369Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.doc.source,7.4.0.202403040746 [2024-03-05T10:45:13.369Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.editor.properties.source,7.4.0.202403040746 [2024-03-05T10:45:13.369Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.interpreter.source,7.4.0.202403040746 [2024-03-05T10:45:13.369Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.sequence.edit,7.4.0.202403040746 [2024-03-05T10:45:13.369Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.gmf.notation.source,7.4.0.202403040746 [2024-03-05T10:45:13.369Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.specifier.properties.feature.source,7.4.0.202403040746 [2024-03-05T10:45:13.369Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.tree.ui.ext.source,7.4.0.202403040746 [2024-03-05T10:45:13.369Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.properties.ext.widgets.reference.source,7.4.0.202403040746 [2024-03-05T10:45:13.369Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.acceleo.aql,7.4.0.202403040746 [2024-03-05T10:45:13.369Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.base.source,7.4.0.202403040746 [2024-03-05T10:45:13.369Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.draw2d,7.4.0.202403040746 [2024-03-05T10:45:13.369Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.aql,7.4.0.202403040746 [2024-03-05T10:45:13.369Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.gmf.notation,7.4.0.202403040746 [2024-03-05T10:45:13.369Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common,7.4.0.202403040746 [2024-03-05T10:45:13.369Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.acceleo.mtl.ide.source,7.4.0.202403040746 [2024-03-05T10:45:13.369Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.model,7.4.0.202403040746 [2024-03-05T10:45:13.369Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.editor.properties.ext.widgets.reference.source,7.4.0.202403040746 [2024-03-05T10:45:13.369Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.interpreter.feature.source,7.4.0.202403040746 [2024-03-05T10:45:13.369Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ui.properties.source,7.4.0.202403040746 [2024-03-05T10:45:13.369Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.tree,7.4.0.202403040746 [2024-03-05T10:45:13.369Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.doc,7.4.0.202403040746 [2024-03-05T10:45:13.370Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.ide.source,7.4.0.202403040746 [2024-03-05T10:45:13.370Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.specifier.source,7.4.0.202403040746 [2024-03-05T10:45:13.370Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.editor.source,7.4.0.202403040746 [2024-03-05T10:45:13.370Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ui.properties,7.4.0.202403040746 [2024-03-05T10:45:13.370Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.table,7.4.0.202403040746 [2024-03-05T10:45:13.370Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.samples,7.4.0.202403040746 [2024-03-05T10:45:13.370Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.table.ui.ext.source,7.4.0.202403040746 [2024-03-05T10:45:13.370Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.properties.edit.source,7.4.0.202403040746 [2024-03-05T10:45:13.370Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.gmf.runtime.source,7.4.0.202403040746 [2024-03-05T10:45:13.370Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.editor.tree,7.4.0.202403040746 [2024-03-05T10:45:13.370Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.table.model,7.4.0.202403040746 [2024-03-05T10:45:13.370Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.properties.defaultrules,7.4.0.202403040746 [2024-03-05T10:45:13.370Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.ui.source,7.4.0.202403040746 [2024-03-05T10:45:13.370Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.samples.family.source,7.4.0.202403040746 [2024-03-05T10:45:13.370Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.table.ui.ext,7.4.0.202403040746 [2024-03-05T10:45:13.370Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.editor,7.4.0.202403040746 [2024-03-05T10:45:13.370Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.ui,7.4.0.202403040746 [2024-03-05T10:45:13.370Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.sequence,7.4.0.202403040746 [2024-03-05T10:45:13.370Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.editor.diagram,7.4.0.202403040746 [2024-03-05T10:45:13.370Z] - mirroring artifact osgi.bundle,org.eclipse.sirius,7.4.0.202403040746 [2024-03-05T10:45:13.370Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.acceleo.mtl.ide,7.4.0.202403040746 [2024-03-05T10:45:13.370Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram,7.4.0.202403040746 [2024-03-05T10:45:13.370Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.table.model.source,7.4.0.202403040746 [2024-03-05T10:45:13.370Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.runtime.ide.ui,7.4.0.202403040746 [2024-03-05T10:45:13.370Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.sequence.model,7.4.0.202403040746 [2024-03-05T10:45:13.370Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.emf.source,7.4.0.202403040746 [2024-03-05T10:45:13.370Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.draw2d.source,7.4.0.202403040746 [2024-03-05T10:45:13.370Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.ui.ext.source,7.4.0.202403040746 [2024-03-05T10:45:13.370Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.sequence.ui,7.4.0.202403040746 [2024-03-05T10:45:13.371Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.properties.feature,7.4.0.202403040746 [2024-03-05T10:45:13.371Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.acceleo.aql.ide.source,7.4.0.202403040746 [2024-03-05T10:45:13.371Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ui,7.4.0.202403040746 [2024-03-05T10:45:13.371Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.samples.source,7.4.0.202403040746 [2024-03-05T10:45:13.371Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.ui.source,7.4.0.202403040746 [2024-03-05T10:45:13.371Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.synchronizer.source,7.4.0.202403040746 [2024-03-05T10:45:13.371Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.e3.ui.source,7.4.0.202403040746 [2024-03-05T10:45:13.371Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.tree.model,7.4.0.202403040746 [2024-03-05T10:45:13.371Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.model,7.4.0.202403040746 [2024-03-05T10:45:13.371Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.tree.source,7.4.0.202403040746 [2024-03-05T10:45:13.371Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.properties,7.4.0.202403040746 [2024-03-05T10:45:13.371Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.editor.properties.ext.widgets.reference,7.4.0.202403040746 [2024-03-05T10:45:13.371Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.e3.source,7.4.0.202403040746 [2024-03-05T10:45:13.371Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.aql.source,7.4.0.202403040746 [2024-03-05T10:45:13.371Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ui.source,7.4.0.202403040746 [2024-03-05T10:45:13.371Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.jface,7.4.0.202403040746 [2024-03-05T10:45:13.631Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.sequence.model.source,7.4.0.202403040746 [2024-03-05T10:45:13.631Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.editor.diagram.source,7.4.0.202403040746 [2024-03-05T10:45:13.631Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.acceleo.aql.ide,7.4.0.202403040746 [2024-03-05T10:45:13.631Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.properties.ext.widgets.reference,7.4.0.202403040746 [2024-03-05T10:45:13.631Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.specifier,7.4.0.202403040746 [2024-03-05T10:45:13.631Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.e3,7.4.0.202403040746 [2024-03-05T10:45:13.631Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.acceleo.aql.source,7.4.0.202403040746 [2024-03-05T10:45:13.631Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.properties.source,7.4.0.202403040746 [2024-03-05T10:45:13.631Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.interpreter.aql,7.4.0.202403040746 [2024-03-05T10:45:13.631Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.model.source,7.4.0.202403040746 [2024-03-05T10:45:13.631Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ui.ext.source,7.4.0.202403040746 [2024-03-05T10:45:13.631Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.ui.ext,7.4.0.202403040746 [2024-03-05T10:45:13.631Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.gmf.runtime,7.4.0.202403040746 [2024-03-05T10:45:13.631Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.properties.edit,7.4.0.202403040746 [2024-03-05T10:45:13.631Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.properties.ext.widgets.reference.edit,7.4.0.202403040746 [2024-03-05T10:45:13.631Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.source,7.4.0.202403040746 [2024-03-05T10:45:13.631Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.properties.feature.source,7.4.0.202403040746 [2024-03-05T10:45:13.631Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.runtime,7.4.0.202403040746 [2024-03-05T10:45:13.631Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.emf,7.4.0.202403040746 [2024-03-05T10:45:13.631Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.formatdata.source,7.4.0.202403040746 [2024-03-05T10:45:13.632Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ui.properties.ext.widgets.reference.source,7.4.0.202403040746 [2024-03-05T10:45:13.632Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.properties.defaultrules.source,7.4.0.202403040746 [2024-03-05T10:45:13.632Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.emf.edit,7.4.0.202403040746 [2024-03-05T10:45:13.632Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.runtime.aql.source,7.4.0.202403040746 [2024-03-05T10:45:13.632Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.interpreter.aql.source,7.4.0.202403040746 [2024-03-05T10:45:13.632Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ui.properties.ext.widgets.reference,7.4.0.202403040746 [2024-03-05T10:45:13.632Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.runtime.source,7.4.0.202403040746 [2024-03-05T10:45:13.632Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.properties.core,7.4.0.202403040746 [2024-03-05T10:45:13.632Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.interpreter.source,7.4.0.202403040746 [2024-03-05T10:45:13.632Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ui.editor,7.4.0.202403040746 [2024-03-05T10:45:13.632Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.samples.family,7.4.0.202403040746 [2024-03-05T10:45:13.632Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.specifier.properties.feature,7.4.0.202403040746 [2024-03-05T10:45:13.632Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.interpreter,7.4.0.202403040746 [2024-03-05T10:45:13.632Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.gef,7.4.0.202403040746 [2024-03-05T10:45:13.632Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.table.ui,7.4.0.202403040746 [2024-03-05T10:45:13.632Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.properties.ext.widgets.reference.edit.source,7.4.0.202403040746 [2024-03-05T10:45:13.892Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.editor.sequence.source,7.4.0.202403040746 [2024-03-05T10:45:13.892Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ecore.extender,7.4.0.202403040746 [2024-03-05T10:45:13.892Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.emf.edit.source,7.4.0.202403040746 [2024-03-05T10:45:13.892Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.emf.tx.source,7.4.0.202403040746 [2024-03-05T10:45:13.892Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.acceleo.mtl,7.4.0.202403040746 [2024-03-05T10:45:13.892Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ecore.extender.source,7.4.0.202403040746 [2024-03-05T10:45:13.892Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.sequence.ui.source,7.4.0.202403040746 [2024-03-05T10:45:13.892Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.e3.ui,7.4.0.202403040746 [2024-03-05T10:45:13.892Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.gef.source,7.4.0.202403040746 [2024-03-05T10:45:13.892Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.properties.core.source,7.4.0.202403040746 [2024-03-05T10:45:13.892Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.swt.source,7.4.0.202403040746 [2024-03-05T10:45:13.892Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.runtime.aql,7.4.0.202403040746 [2024-03-05T10:45:13.893Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.model.source,7.4.0.202403040746 [2024-03-05T10:45:13.893Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.acceleo.mtl.source,7.4.0.202403040746 [2024-03-05T10:45:13.893Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.emf.ui,7.4.0.202403040746 [2024-03-05T10:45:13.893Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.ui,7.4.0.202403040746 [2024-03-05T10:45:13.893Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.tree.ui.ext,7.4.0.202403040746 [2024-03-05T10:45:13.893Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.emf.tx,7.4.0.202403040746 [2024-03-05T10:45:13.893Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.editor.table.source,7.4.0.202403040746 [2024-03-05T10:45:13.893Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.ui.ext,7.4.0.202403040746 [2024-03-05T10:45:13.893Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.tree.model.source,7.4.0.202403040746 [2024-03-05T10:45:14.152Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.editor.table,7.4.0.202403040746 [2024-03-05T10:45:14.152Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.jface.source,7.4.0.202403040746 [2024-03-05T10:45:14.152Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ui.ext,7.4.0.202403040746 [2024-03-05T10:45:14.152Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.synchronizer,7.4.0.202403040746 [2024-03-05T10:45:14.152Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.tree.ui,7.4.0.202403040746 [2024-03-05T10:45:14.152Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ui.editor.source,7.4.0.202403040746 [2024-03-05T10:45:14.152Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.formatdata,7.4.0.202403040746 [2024-03-05T10:45:14.152Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.source,7.4.0.202403040746 [2024-03-05T10:45:14.152Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.table.ui.source,7.4.0.202403040746 [2024-03-05T10:45:14.152Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.sequence.edit.source,7.4.0.202403040746 [2024-03-05T10:45:14.152Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.runtime.ide.ui.source,7.4.0.202403040746 [2024-03-05T10:45:14.152Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.emf.ui.source,7.4.0.202403040746 [2024-03-05T10:45:14.152Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.editor.tree.source,7.4.0.202403040746 [2024-03-05T10:45:14.153Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.interpreter.feature,7.4.0.202403040746 [2024-03-05T10:45:14.153Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.base,7.4.0.202403040746 [2024-03-05T10:45:14.153Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.editor.properties,7.4.0.202403040746 [2024-03-05T10:45:14.153Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.source,7.4.0.202403040746 [2024-03-05T10:45:14.153Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.sequence.source,7.4.0.202403040746 [2024-03-05T10:45:14.153Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.swt,7.4.0.202403040746 [2024-03-05T10:45:14.153Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.table.source,7.4.0.202403040746 [2024-03-05T10:45:14.153Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.ide,7.4.0.202403040746 [2024-03-05T10:45:14.153Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.interpreter,7.4.0.202403040746 [2024-03-05T10:45:14.153Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.ui.ext.source,7.4.0.202403040746 [2024-03-05T10:45:14.153Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.editor.sequence,7.4.0.202403040746 [2024-03-05T10:45:14.153Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.tree.ui.source,7.4.0.202403040746 [2024-03-05T10:45:14.153Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.editor.properties.source,7.4.0.202403040746 [2024-03-05T10:45:14.153Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.interpreter.source,7.4.0.202403040746 [2024-03-05T10:45:14.153Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.sequence.edit,7.4.0.202403040746 [2024-03-05T10:45:14.414Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.gmf.notation.source,7.4.0.202403040746 [2024-03-05T10:45:14.414Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.specifier.properties.feature.source,7.4.0.202403040746 [2024-03-05T10:45:14.414Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.tree.ui.ext.source,7.4.0.202403040746 [2024-03-05T10:45:14.414Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.properties.ext.widgets.reference.source,7.4.0.202403040746 [2024-03-05T10:45:14.414Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.acceleo.aql,7.4.0.202403040746 [2024-03-05T10:45:14.414Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.base.source,7.4.0.202403040746 [2024-03-05T10:45:14.414Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.draw2d,7.4.0.202403040746 [2024-03-05T10:45:14.414Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.aql,7.4.0.202403040746 [2024-03-05T10:45:14.414Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.gmf.notation,7.4.0.202403040746 [2024-03-05T10:45:14.414Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common,7.4.0.202403040746 [2024-03-05T10:45:14.414Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.acceleo.mtl.ide.source,7.4.0.202403040746 [2024-03-05T10:45:14.415Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.model,7.4.0.202403040746 [2024-03-05T10:45:14.415Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.editor.properties.ext.widgets.reference.source,7.4.0.202403040746 [2024-03-05T10:45:14.415Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.interpreter.feature.source,7.4.0.202403040746 [2024-03-05T10:45:14.415Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ui.properties.source,7.4.0.202403040746 [2024-03-05T10:45:14.415Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.tree,7.4.0.202403040746 [2024-03-05T10:45:14.674Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.doc.source,7.4.0.202403040746 [2024-03-05T10:45:14.674Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.ide.source,7.4.0.202403040746 [2024-03-05T10:45:14.674Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.specifier.source,7.4.0.202403040746 [2024-03-05T10:45:14.674Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.editor.source,7.4.0.202403040746 [2024-03-05T10:45:14.675Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ui.properties,7.4.0.202403040746 [2024-03-05T10:45:14.675Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.table,7.4.0.202403040746 [2024-03-05T10:45:14.675Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.samples,7.4.0.202403040746 [2024-03-05T10:45:14.935Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.table.ui.ext.source,7.4.0.202403040746 [2024-03-05T10:45:14.935Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.properties.edit.source,7.4.0.202403040746 [2024-03-05T10:45:14.935Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.gmf.runtime.source,7.4.0.202403040746 [2024-03-05T10:45:14.935Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.editor.tree,7.4.0.202403040746 [2024-03-05T10:45:14.935Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.table.model,7.4.0.202403040746 [2024-03-05T10:45:14.935Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.properties.defaultrules,7.4.0.202403040746 [2024-03-05T10:45:14.935Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.ui.source,7.4.0.202403040746 [2024-03-05T10:45:14.935Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.doc,7.4.0.202403040746 [2024-03-05T10:45:14.936Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.table.ui.ext,7.4.0.202403040746 [2024-03-05T10:45:14.936Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.samples.family.source,7.4.0.202403040746 [2024-03-05T10:45:14.936Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.ui,7.4.0.202403040746 [2024-03-05T10:45:14.936Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.sequence,7.4.0.202403040746 [2024-03-05T10:45:14.936Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.editor,7.4.0.202403040746 [2024-03-05T10:45:15.195Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.editor.diagram,7.4.0.202403040746 [2024-03-05T10:45:15.195Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.acceleo.mtl.ide,7.4.0.202403040746 [2024-03-05T10:45:15.195Z] - mirrored artifact osgi.bundle,org.eclipse.sirius,7.4.0.202403040746 [2024-03-05T10:45:15.195Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram,7.4.0.202403040746 [2024-03-05T10:45:15.195Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.runtime.ide.ui,7.4.0.202403040746 [2024-03-05T10:45:15.195Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.table.model.source,7.4.0.202403040746 [2024-03-05T10:45:15.195Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.emf.source,7.4.0.202403040746 [2024-03-05T10:45:15.195Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.draw2d.source,7.4.0.202403040746 [2024-03-05T10:45:15.195Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.ui.ext.source,7.4.0.202403040746 [2024-03-05T10:45:15.195Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.sequence.model,7.4.0.202403040746 [2024-03-05T10:45:15.195Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.properties.feature,7.4.0.202403040746 [2024-03-05T10:45:15.195Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.acceleo.aql.ide.source,7.4.0.202403040746 [2024-03-05T10:45:15.195Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.sequence.ui,7.4.0.202403040746 [2024-03-05T10:45:15.196Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.samples.source,7.4.0.202403040746 [2024-03-05T10:45:15.196Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.ui.source,7.4.0.202403040746 [2024-03-05T10:45:15.196Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ui,7.4.0.202403040746 [2024-03-05T10:45:15.196Z] Mirroring artifacts from https://download.eclipse.org/mmt/qvtd/updates/milestones/0.31.0/S202402261757 [2024-03-05T10:45:15.196Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.text,0.31.0.v20240226-1757 [2024-03-05T10:45:15.196Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.examples.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.196Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.qvtd.examples,0.31.0.v20240226-1757 [2024-03-05T10:45:15.196Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.umlx.ui.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.196Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.qvtd.doc,0.31.0.v20240226-1757 [2024-03-05T10:45:15.196Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.qvtd.doc.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.196Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.master,0.15.0.v20240226-1757 [2024-03-05T10:45:15.196Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtrelation.ui.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.196Z] - mirroring artifact osgi.bundle,org.eclipse.qvt.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.196Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtimperative.ui.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.196Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.umlx,0.31.0.v20240226-1757 [2024-03-05T10:45:15.196Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtbase.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.196Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtbase.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.196Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtimperative.ui,0.31.0.v20240226-1757 [2024-03-05T10:45:15.196Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.debug.ui.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.196Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtcore,0.31.0.v20240226-1757 [2024-03-05T10:45:15.196Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtschedule.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.196Z] - mirroring artifact osgi.bundle,org.eclipse.qvt,0.31.0.v20240226-1757 [2024-03-05T10:45:15.196Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.text.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.196Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.runtime,0.31.0.v20240226-1757 [2024-03-05T10:45:15.196Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtrelation.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.196Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtcore.ui,0.31.0.v20240226-1757 [2024-03-05T10:45:15.196Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtcore.ui.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.196Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.doc.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.196Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtimperative,0.31.0.v20240226-1757 [2024-03-05T10:45:15.197Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.compiler.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.197Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtrelation.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.197Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.umlx.ui,0.31.0.v20240226-1757 [2024-03-05T10:45:15.197Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.runtime.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.197Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtbase.ui,0.31.0.v20240226-1757 [2024-03-05T10:45:15.197Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.umlx.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.197Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtimperative,0.31.0.v20240226-1757 [2024-03-05T10:45:15.197Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtcore.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.197Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.codegen,0.31.0.v20240226-1757 [2024-03-05T10:45:15.197Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtcore.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.197Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtcore,0.31.0.v20240226-1757 [2024-03-05T10:45:15.197Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtrelation.ui,0.31.0.v20240226-1757 [2024-03-05T10:45:15.197Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtbase,0.31.0.v20240226-1757 [2024-03-05T10:45:15.197Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.pivot.qvttemplate.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.197Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtimperative.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.197Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtrelation,0.31.0.v20240226-1757 [2024-03-05T10:45:15.197Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtbase.ui.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.197Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.qvtd.master.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.197Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtimperative.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.197Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtrelation,0.31.0.v20240226-1757 [2024-03-05T10:45:15.197Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.examples,0.31.0.v20240226-1757 [2024-03-05T10:45:15.197Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.codegen.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.197Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtschedule,0.31.0.v20240226-1757 [2024-03-05T10:45:15.197Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.pivot.qvttemplate,0.31.0.v20240226-1757 [2024-03-05T10:45:15.197Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.debug.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.197Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.qvtd.examples.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.197Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtbase,0.31.0.v20240226-1757 [2024-03-05T10:45:15.197Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xml,0.31.0.v20240226-1757 [2024-03-05T10:45:15.197Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.compiler,0.31.0.v20240226-1757 [2024-03-05T10:45:15.197Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.qvtd.master,0.31.0.v20240226-1757 [2024-03-05T10:45:15.198Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.debug,0.31.0.v20240226-1757 [2024-03-05T10:45:15.198Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.debug.ui,0.31.0.v20240226-1757 [2024-03-05T10:45:15.198Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.doc,0.31.0.v20240226-1757 [2024-03-05T10:45:15.198Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.master.source,0.15.0.v20240226-1757 [2024-03-05T10:45:15.198Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xml.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.198Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.text,0.31.0.v20240226-1757 [2024-03-05T10:45:15.198Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.qvtd.examples,0.31.0.v20240226-1757 [2024-03-05T10:45:15.198Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.umlx.ui.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.198Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.qvtd.doc,0.31.0.v20240226-1757 [2024-03-05T10:45:15.198Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.examples.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.198Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.qvtd.doc.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.198Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.master,0.15.0.v20240226-1757 [2024-03-05T10:45:15.198Z] - mirrored artifact osgi.bundle,org.eclipse.qvt.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.198Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtrelation.ui.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.198Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtimperative.ui.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.198Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.umlx,0.31.0.v20240226-1757 [2024-03-05T10:45:15.198Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtbase.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.198Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtbase.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.198Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.debug.ui.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.198Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtimperative.ui,0.31.0.v20240226-1757 [2024-03-05T10:45:15.458Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtcore,0.31.0.v20240226-1757 [2024-03-05T10:45:15.458Z] - mirrored artifact osgi.bundle,org.eclipse.qvt,0.31.0.v20240226-1757 [2024-03-05T10:45:15.458Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtschedule.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.458Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.text.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.458Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.runtime,0.31.0.v20240226-1757 [2024-03-05T10:45:15.458Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtrelation.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.458Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtcore.ui,0.31.0.v20240226-1757 [2024-03-05T10:45:15.458Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtcore.ui.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.458Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.doc.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.458Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtimperative,0.31.0.v20240226-1757 [2024-03-05T10:45:15.458Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtrelation.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.458Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.umlx.ui,0.31.0.v20240226-1757 [2024-03-05T10:45:15.458Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.compiler.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.459Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.runtime.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.459Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtbase.ui,0.31.0.v20240226-1757 [2024-03-05T10:45:15.459Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.umlx.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.459Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtimperative,0.31.0.v20240226-1757 [2024-03-05T10:45:15.738Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtcore.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.738Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtcore.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.738Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.codegen,0.31.0.v20240226-1757 [2024-03-05T10:45:15.738Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtcore,0.31.0.v20240226-1757 [2024-03-05T10:45:15.738Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtrelation.ui,0.31.0.v20240226-1757 [2024-03-05T10:45:15.738Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtbase,0.31.0.v20240226-1757 [2024-03-05T10:45:15.738Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.pivot.qvttemplate.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.738Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtimperative.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.738Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtrelation,0.31.0.v20240226-1757 [2024-03-05T10:45:15.738Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtbase.ui.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.738Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.qvtd.master.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.738Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtrelation,0.31.0.v20240226-1757 [2024-03-05T10:45:15.738Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtimperative.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.738Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.examples,0.31.0.v20240226-1757 [2024-03-05T10:45:15.738Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.codegen.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.738Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.pivot.qvttemplate,0.31.0.v20240226-1757 [2024-03-05T10:45:15.738Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.debug.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.739Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.qvtd.examples.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.739Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtbase,0.31.0.v20240226-1757 [2024-03-05T10:45:15.739Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtschedule,0.31.0.v20240226-1757 [2024-03-05T10:45:15.999Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xml,0.31.0.v20240226-1757 [2024-03-05T10:45:15.999Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.qvtd.master,0.31.0.v20240226-1757 [2024-03-05T10:45:15.999Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.debug,0.31.0.v20240226-1757 [2024-03-05T10:45:15.999Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.debug.ui,0.31.0.v20240226-1757 [2024-03-05T10:45:15.999Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.compiler,0.31.0.v20240226-1757 [2024-03-05T10:45:15.999Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.master.source,0.15.0.v20240226-1757 [2024-03-05T10:45:15.999Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xml.source,0.31.0.v20240226-1757 [2024-03-05T10:45:15.999Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.doc,0.31.0.v20240226-1757 [2024-03-05T10:45:15.999Z] Mirroring artifacts from https://download.eclipse.org/ecp/rt/1270 [2024-03-05T10:45:15.999Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ui.view,1.27.0.20221109-1132 [2024-03-05T10:45:15.999Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.stack.ui.swt,1.27.0.20221109-1132 [2024-03-05T10:45:15.999Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.emf2web.ui,1.27.0.20221109-1132 [2024-03-05T10:45:15.999Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:15.999Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.viewproxy.feature,1.27.0.20221109-1132 [2024-03-05T10:45:15.999Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.indexdmr.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:15.999Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emfforms.view.annotation.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:15.999Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.emf2web.ui.source,1.27.0.20221109-1132 [2024-03-05T10:45:15.999Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.ide.view.segments.source,1.27.0.20221109-1132 [2024-03-05T10:45:15.999Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.vertical.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:15.999Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.unset.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:15.999Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.default,1.27.0.20221109-1132 [2024-03-05T10:45:15.999Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.edapt.runtime.feature.source,1.5.0.202201311430 [2024-03-05T10:45:15.999Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.view.multisegment.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:15.999Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.makeithappen.wizards.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.000Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.workspace.migrator,1.27.0.20221109-1132 [2024-03-05T10:45:16.000Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.group.ui.swt,1.27.0.20221109-1132 [2024-03-05T10:45:16.000Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.label.ui.swt,1.27.0.20221109-1132 [2024-03-05T10:45:16.000Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.emfforms.runtime.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.000Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.common.di.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.000Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.emf2web.json,1.27.0.20221109-1132 [2024-03-05T10:45:16.000Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.000Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.view.annotation.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:16.000Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.categorization.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.000Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.vertical.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.000Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.index.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.000Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.000Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.template.annotation.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.000Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emfforms.swt.control.multiattribute.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.000Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.common,1.27.0.20221109-1132 [2024-03-05T10:45:16.000Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.featurepath.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.000Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.viewproxy.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:16.000Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.common.validation,1.27.0.20221109-1132 [2024-03-05T10:45:16.000Z] - mirroring artifact osgi.bundle,org.eclipse.emf.edapt.history.source,1.5.0.202201311430 [2024-03-05T10:45:16.000Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.validation.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.001Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.horizontal.ui.swt,1.27.0.20221109-1132 [2024-03-05T10:45:16.001Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.ide.view.multisegment.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.001Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.group.swt.collapsable,1.27.0.20221109-1132 [2024-03-05T10:45:16.001Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.custom.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:16.001Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.label.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.001Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.mappingdmr.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.001Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.rule.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.001Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.bazaar,1.27.0.20221109-1132 [2024-03-05T10:45:16.001Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.common.di,1.27.0.20221109-1132 [2024-03-05T10:45:16.001Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.viewproxy.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.001Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.provider.generator.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.001Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.unset.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.001Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.001Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.view.annotation.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.001Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.project.installer.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.001Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.template.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.001Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.template.annotation.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.001Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.template.annotation.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:16.001Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.control.multiattribute.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.001Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.rule.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.001Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.core.di.extension,1.27.0.20221109-1132 [2024-03-05T10:45:16.002Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.view.model.localization.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.002Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.databinding.mapping,1.27.0.20221109-1132 [2024-03-05T10:45:16.002Z] - mirroring artifact osgi.bundle,org.eclipse.emf.edapt.migration,1.5.0.202201311430 [2024-03-05T10:45:16.002Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.validation,1.27.0.20221109-1132 [2024-03-05T10:45:16.002Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.categorization.swt,1.27.0.20221109-1132 [2024-03-05T10:45:16.002Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.stack.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:16.002Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.template.annotation.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.002Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.table.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.002Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.edit,1.27.0.20221109-1132 [2024-03-05T10:45:16.002Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.provider.generator,1.27.0.20221109-1132 [2024-03-05T10:45:16.002Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.core.di.extension.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.002Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.model.editor.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.002Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.group.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.002Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.common.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.002Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.horizontal.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.002Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.legacy.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.002Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.makeithappen.wizards,1.27.0.20221109-1132 [2024-03-05T10:45:16.002Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.editor.ecore,1.27.0.20221109-1132 [2024-03-05T10:45:16.002Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.label.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.002Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.emfspecificservice,1.27.0.20221109-1132 [2024-03-05T10:45:16.002Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.indexdmr.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.003Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.edapt.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.003Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.default.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.003Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.003Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ide.editor.viewmodel.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.003Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.edapt,1.27.0.20221109-1132 [2024-03-05T10:45:16.003Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emfforms.core.bazaar.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.003Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.group.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.003Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.migrator,1.27.0.20221109-1132 [2024-03-05T10:45:16.003Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.swt.layout.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.003Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.model.controls.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.003Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.preview.e3.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.003Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.categorization.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.003Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.validation.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.003Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.default.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.003Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.view.indexsegment.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.003Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.swt.layout,1.27.0.20221109-1132 [2024-03-05T10:45:16.003Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.databinding.featurepath.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.003Z] - mirroring artifact osgi.bundle,org.eclipse.emf.edapt.history,1.5.0.202201311430 [2024-03-05T10:45:16.003Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.treemasterdetail.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.003Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.table.edapt,1.27.0.20221109-1132 [2024-03-05T10:45:16.004Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.table.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.004Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.context.locale,1.27.0.20221109-1132 [2024-03-05T10:45:16.004Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.004Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.ui.swt.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.004Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.mappingprovider.table.panel.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.004Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.view.indexsegment.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.004Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.util.swt.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.004Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.edapt.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.004Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.provider.xmi,1.27.0.20221109-1132 [2024-03-05T10:45:16.004Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.common.ui,1.27.0.20221109-1132 [2024-03-05T10:45:16.004Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.table.edapt.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.004Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.004Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.project.installer,1.27.0.20221109-1132 [2024-03-05T10:45:16.004Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.view.annotation.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.004Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.license.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.004Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.treemasterdetail.decorator.validation.default.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.004Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.validation.initial.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.004Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:16.004Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emfforms.view.annotation.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.005Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.coffee.wizards.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.005Z] - mirroring artifact osgi.bundle,org.eclipse.emf.edapt.migration.source,1.5.0.202201311430 [2024-03-05T10:45:16.005Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.group.swt.collapsable.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.005Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ide.editor.view.templatebridge.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.005Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.ide.view.indexsegment.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.005Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.template.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.005Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.tooling.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.005Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.label.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.005Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.custom.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.005Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.legacy,1.27.0.20221109-1132 [2024-03-05T10:45:16.005Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.core.swt.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.005Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.viewmodel.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.005Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ui.view.editor.controls.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.005Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.template.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:16.005Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.common.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.005Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.emf,1.27.0.20221109-1132 [2024-03-05T10:45:16.005Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:16.005Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.preview.common.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.005Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.mappingprovider.table.panel,1.27.0.20221109-1132 [2024-03-05T10:45:16.005Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.custom.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.005Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.view.model.localization,1.27.0.20221109-1132 [2024-03-05T10:45:16.005Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.emf2web.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.006Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.emfforms.idetooling.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.006Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange,1.27.0.20221109-1132 [2024-03-05T10:45:16.006Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.treemasterdetail.decorator.validation.default,1.27.0.20221109-1132 [2024-03-05T10:45:16.006Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.emf2web,1.27.0.20221109-1132 [2024-03-05T10:45:16.006Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.core.di.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.006Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.setup.base,1.27.0.20221109-1132 [2024-03-05T10:45:16.006Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.ide.viewtemplate.builder.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.006Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.006Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.editor,1.27.0.20221109-1132 [2024-03-05T10:45:16.006Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.emf2web.ui.json.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.006Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.treemasterdetail,1.27.0.20221109-1132 [2024-03-05T10:45:16.006Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.ide.view.segments,1.27.0.20221109-1132 [2024-03-05T10:45:16.006Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.006Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.mappingprovider.table.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.006Z] - mirroring artifact binary,org.eclipse.emf.ecp.license.feature_root,1.27.0.20221109-1132 [2024-03-05T10:45:16.006Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.table.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.006Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.edapt.runtime.feature,1.5.0.202201311430 [2024-03-05T10:45:16.006Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.treemasterdetail.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.006Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.label.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.006Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.ide.preferences.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.006Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.reference.table.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.006Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ide.editor.viewmodel,1.27.0.20221109-1132 [2024-03-05T10:45:16.006Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.preview.common,1.27.0.20221109-1132 [2024-03-05T10:45:16.006Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.validation.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.007Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.ide.view.mappingsegment,1.27.0.20221109-1132 [2024-03-05T10:45:16.007Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.stack.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.007Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.template.service.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.007Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.vertical.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.007Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.editor.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.007Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.template.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.007Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.ide.preferences,1.27.0.20221109-1132 [2024-03-05T10:45:16.007Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.007Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.table.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:16.007Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.treemasterdetail.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.007Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.stack.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.007Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emfforms.core.bazaar.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.007Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.categorization.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.007Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emfforms.swt.control.multiattribute.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.007Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.editsupport.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.007Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.stack.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.007Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.model.controls.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.007Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.compoundcontrol.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.007Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.edapt.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.007Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.horizontal.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.008Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.index.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.008Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.multi,1.27.0.20221109-1132 [2024-03-05T10:45:16.008Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.validation.initial.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.008Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.model.editor.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.008Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.emfforms.idetooling.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.008Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.core.swt,1.27.0.20221109-1132 [2024-03-05T10:45:16.008Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.emf2web.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.008Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.template.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.008Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.ide.builder,1.27.0.20221109-1132 [2024-03-05T10:45:16.008Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.horizontal.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:16.008Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.rule.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:16.008Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.featurepath,1.27.0.20221109-1132 [2024-03-05T10:45:16.008Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.core,1.27.0.20221109-1132 [2024-03-05T10:45:16.008Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.core.plugin,1.27.0.20221109-1132 [2024-03-05T10:45:16.008Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.stack.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.008Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ui.view.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.008Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.editor.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.008Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.localization,1.27.0.20221109-1132 [2024-03-05T10:45:16.008Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.template.tooling,1.27.0.20221109-1132 [2024-03-05T10:45:16.008Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.ide.viewtemplate.builder,1.27.0.20221109-1132 [2024-03-05T10:45:16.008Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.vertical.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.008Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.table,1.27.0.20221109-1132 [2024-03-05T10:45:16.008Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emfforms.editor.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.009Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.validation.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.009Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.table.columnservice.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.009Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.009Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.emf2web.ui.json,1.27.0.20221109-1132 [2024-03-05T10:45:16.009Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.categorization.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.009Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.mapping,1.27.0.20221109-1132 [2024-03-05T10:45:16.009Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.databinding.index,1.27.0.20221109-1132 [2024-03-05T10:45:16.009Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.editor.genmodel,1.27.0.20221109-1132 [2024-03-05T10:45:16.009Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.bazaar.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.009Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ui.view.swt,1.27.0.20221109-1132 [2024-03-05T10:45:16.009Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.editor.genmodel.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.009Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.mappingprovider.default.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.009Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.emfforms.runtime.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.009Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.mappingdmr.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.009Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.edapt,1.27.0.20221109-1132 [2024-03-05T10:45:16.009Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.segments,1.27.0.20221109-1132 [2024-03-05T10:45:16.009Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.categorization.swt.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.009Z] - mirroring artifact osgi.bundle,org.eclipse.emf.edapt.common.source,1.5.0.202201311430 [2024-03-05T10:45:16.009Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.group.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.009Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.label.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.009Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.locale.default.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.009Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.categorization.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.009Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.context.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.009Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.group.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.010Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.horizontal.ui.swt.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.010Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.table.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.010Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ui.view,1.27.0.20221109-1132 [2024-03-05T10:45:16.010Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services,1.27.0.20221109-1132 [2024-03-05T10:45:16.010Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.core.plugin.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.010Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.table,1.27.0.20221109-1132 [2024-03-05T10:45:16.010Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.horizontal.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.010Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.template.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.010Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.swt.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.010Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.coffee.wizards,1.27.0.20221109-1132 [2024-03-05T10:45:16.010Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.viewproxy.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.010Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.010Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.view.mappingsegment.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.010Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.template.tooling.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.010Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.table.columnservice,1.27.0.20221109-1132 [2024-03-05T10:45:16.010Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.custom.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.010Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.group.swt.embedded.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.010Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.group.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.010Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.example.common.wizards.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.010Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ide.util.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.010Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.ide.view.multisegment,1.27.0.20221109-1132 [2024-03-05T10:45:16.010Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.common,1.27.0.20221109-1132 [2024-03-05T10:45:16.010Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.editor.ecore.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.010Z] - mirroring artifact osgi.bundle,org.eclipse.emf.edapt.common,1.5.0.202201311430 [2024-03-05T10:45:16.011Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.custom.ui.swt.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.011Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.index.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.011Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.group.ui.swt.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.011Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.index,1.27.0.20221109-1132 [2024-03-05T10:45:16.011Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.rule,1.27.0.20221109-1132 [2024-03-05T10:45:16.011Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.viewmodel.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.011Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.edapt.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.011Z] - mirroring artifact osgi.bundle,org.eclipse.emf.edapt.declaration,1.5.0.202201311430 [2024-03-05T10:45:16.011Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.view.multisegment.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.011Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.util.swt,1.27.0.20221109-1132 [2024-03-05T10:45:16.011Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.stack.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.011Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.multi.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.011Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ide.editor.view.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.011Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.locale.default,1.27.0.20221109-1132 [2024-03-05T10:45:16.011Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.ide.builder.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.011Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.view.mappingsegment.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.011Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.index,1.27.0.20221109-1132 [2024-03-05T10:45:16.011Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.label.ui.swt.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.011Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ui.view.swt.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.011Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.vertical.ui.swt.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.011Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.editor,1.27.0.20221109-1132 [2024-03-05T10:45:16.011Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.common.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.011Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.example.common.wizards,1.27.0.20221109-1132 [2024-03-05T10:45:16.011Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.view.multisegment.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.012Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.editsupport,1.27.0.20221109-1132 [2024-03-05T10:45:16.012Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.databinding.mapping.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.012Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.reference.table,1.27.0.20221109-1132 [2024-03-05T10:45:16.012Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.core.di,1.27.0.20221109-1132 [2024-03-05T10:45:16.012Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.control.multiattribute,1.27.0.20221109-1132 [2024-03-05T10:45:16.012Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.table,1.27.0.20221109-1132 [2024-03-05T10:45:16.012Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.mappingprovider.table,1.27.0.20221109-1132 [2024-03-05T10:45:16.012Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ide.util,1.27.0.20221109-1132 [2024-03-05T10:45:16.012Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.emf2web.json.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.012Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.custom.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.012Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.preview.e3,1.27.0.20221109-1132 [2024-03-05T10:45:16.012Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.mapping.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.012Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.vertical.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:16.012Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.common,1.27.0.20221109-1132 [2024-03-05T10:45:16.012Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.edit.swt.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.012Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.rule.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.012Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.table.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.012Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.custom.ui.swt,1.27.0.20221109-1132 [2024-03-05T10:45:16.012Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.ui.swt,1.27.0.20221109-1132 [2024-03-05T10:45:16.012Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.label.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:16.012Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.group.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:16.012Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.emf.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.012Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.swt,1.27.0.20221109-1132 [2024-03-05T10:45:16.012Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.ide.view.indexsegment,1.27.0.20221109-1132 [2024-03-05T10:45:16.012Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.tooling,1.27.0.20221109-1132 [2024-03-05T10:45:16.012Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.edit.swt,1.27.0.20221109-1132 [2024-03-05T10:45:16.013Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.common.validation.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.013Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.stack.ui.swt,1.27.0.20221109-1132 [2024-03-05T10:45:16.013Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ide.view.service,1.27.0.20221109-1132 [2024-03-05T10:45:16.013Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.unset,1.27.0.20221109-1132 [2024-03-05T10:45:16.013Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.stack.ui.swt.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.013Z] - mirroring artifact osgi.bundle,org.eclipse.emf.edapt.declaration.source,1.5.0.202201311430 [2024-03-05T10:45:16.013Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.table.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.013Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.index,1.27.0.20221109-1132 [2024-03-05T10:45:16.013Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.compoundcontrol.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.013Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.control.multireference,1.27.0.20221109-1132 [2024-03-05T10:45:16.013Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.databinding.featurepath,1.27.0.20221109-1132 [2024-03-05T10:45:16.013Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.databinding.index.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.013Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.workspace.migrator.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.013Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.view.multisegment.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.013Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.stack.viewmodel,1.27.0.20221109-1132 [2024-03-05T10:45:16.013Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.rule.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.013Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.emf2web.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.013Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.mapping.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.013Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.context.locale.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.013Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.migrator.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.013Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ui.view.linewrapper,1.27.0.20221109-1132 [2024-03-05T10:45:16.013Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.mapping,1.27.0.20221109-1132 [2024-03-05T10:45:16.014Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.rule.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.014Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.view.annotation.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.014Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.viewproxy.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.014Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.custom.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.014Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ide.editor.view,1.27.0.20221109-1132 [2024-03-05T10:45:16.014Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.ide.view.mappingsegment.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.014Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ui.view.editor.controls,1.27.0.20221109-1132 [2024-03-05T10:45:16.014Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.context,1.27.0.20221109-1132 [2024-03-05T10:45:16.014Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emfforms.editor.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.014Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ui.view.linewrapper.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.014Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.group.swt.embedded,1.27.0.20221109-1132 [2024-03-05T10:45:16.014Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.mappingprovider.default,1.27.0.20221109-1132 [2024-03-05T10:45:16.014Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.table.ui.swt,1.27.0.20221109-1132 [2024-03-05T10:45:16.014Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.categorization.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:16.014Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.rule.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.014Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.viewproxy.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.014Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.vertical.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.014Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.horizontal.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.014Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.localization.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.014Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.default,1.27.0.20221109-1132 [2024-03-05T10:45:16.014Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.provider.xmi.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.015Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.table.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.015Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.table.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.015Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.mapping.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.015Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.control.multireference.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.015Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.vertical.ui.swt,1.27.0.20221109-1132 [2024-03-05T10:45:16.015Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.015Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.validation,1.27.0.20221109-1132 [2024-03-05T10:45:16.015Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.horizontal.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.015Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.template.service,1.27.0.20221109-1132 [2024-03-05T10:45:16.015Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.mapping,1.27.0.20221109-1132 [2024-03-05T10:45:16.015Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ide.view.service.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.015Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.core.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.015Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.unset.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.015Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.emfspecificservice.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.015Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.table.ui.swt.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.015Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.015Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ide.editor.view.templatebridge,1.27.0.20221109-1132 [2024-03-05T10:45:16.015Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.common.ui.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.015Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.emfforms.sdk.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.015Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.emf2web.ui,1.27.0.20221109-1132 [2024-03-05T10:45:16.015Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:16.015Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.indexdmr.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.016Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.viewproxy.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.016Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.emf2web.ui.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.016Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emfforms.view.annotation.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.016Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.ide.view.segments.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.016Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.vertical.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.016Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.unset.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.016Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.default,1.27.0.20221109-1132 [2024-03-05T10:45:16.016Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.edapt.runtime.feature.source,1.5.0.202201311430 [2024-03-05T10:45:16.016Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.view.multisegment.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:16.016Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.workspace.migrator,1.27.0.20221109-1132 [2024-03-05T10:45:16.016Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.group.ui.swt,1.27.0.20221109-1132 [2024-03-05T10:45:16.016Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.makeithappen.wizards.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.016Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.label.ui.swt,1.27.0.20221109-1132 [2024-03-05T10:45:16.016Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.common.di.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.016Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.emf2web.json,1.27.0.20221109-1132 [2024-03-05T10:45:16.016Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.emfforms.runtime.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.016Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.016Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.view.annotation.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:16.016Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.categorization.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.016Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.vertical.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.016Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.276Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.template.annotation.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.276Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emfforms.swt.control.multiattribute.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.277Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.index.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.277Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.common,1.27.0.20221109-1132 [2024-03-05T10:45:16.277Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.viewproxy.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:16.277Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.featurepath.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.277Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.common.validation,1.27.0.20221109-1132 [2024-03-05T10:45:16.277Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.validation.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.277Z] - mirrored artifact osgi.bundle,org.eclipse.emf.edapt.history.source,1.5.0.202201311430 [2024-03-05T10:45:16.277Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.horizontal.ui.swt,1.27.0.20221109-1132 [2024-03-05T10:45:16.277Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.ide.view.multisegment.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.277Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.custom.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:16.277Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.group.swt.collapsable,1.27.0.20221109-1132 [2024-03-05T10:45:16.277Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.mappingdmr.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.277Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.label.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.277Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.rule.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.277Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.common.di,1.27.0.20221109-1132 [2024-03-05T10:45:16.278Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.bazaar,1.27.0.20221109-1132 [2024-03-05T10:45:16.278Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.viewproxy.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.278Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.unset.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.278Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.provider.generator.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.278Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.278Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.view.annotation.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.278Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.project.installer.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.278Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.template.annotation.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.278Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.template.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.278Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.template.annotation.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:16.278Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.control.multiattribute.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.278Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.core.di.extension,1.27.0.20221109-1132 [2024-03-05T10:45:16.278Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.rule.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.279Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.view.model.localization.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.279Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.databinding.mapping,1.27.0.20221109-1132 [2024-03-05T10:45:16.279Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.validation,1.27.0.20221109-1132 [2024-03-05T10:45:16.279Z] - mirrored artifact osgi.bundle,org.eclipse.emf.edapt.migration,1.5.0.202201311430 [2024-03-05T10:45:16.279Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.categorization.swt,1.27.0.20221109-1132 [2024-03-05T10:45:16.279Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.stack.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:16.279Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.template.annotation.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.279Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.edit,1.27.0.20221109-1132 [2024-03-05T10:45:16.279Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.table.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.279Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.provider.generator,1.27.0.20221109-1132 [2024-03-05T10:45:16.279Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.model.editor.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.279Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.core.di.extension.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.279Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.common.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.279Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.group.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.279Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.horizontal.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.280Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.legacy.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.280Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.makeithappen.wizards,1.27.0.20221109-1132 [2024-03-05T10:45:16.280Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.label.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.280Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.editor.ecore,1.27.0.20221109-1132 [2024-03-05T10:45:16.280Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.emfspecificservice,1.27.0.20221109-1132 [2024-03-05T10:45:16.280Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.edapt.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.540Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.indexdmr.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.540Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.540Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.default.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.540Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.edapt,1.27.0.20221109-1132 [2024-03-05T10:45:16.540Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emfforms.core.bazaar.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.540Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ide.editor.viewmodel.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.541Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.migrator,1.27.0.20221109-1132 [2024-03-05T10:45:16.541Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.group.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.541Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.model.controls.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.541Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.swt.layout.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.541Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.categorization.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.541Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.preview.e3.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.541Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.default.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.541Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.validation.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.541Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.view.indexsegment.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.541Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.databinding.featurepath.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.541Z] - mirrored artifact osgi.bundle,org.eclipse.emf.edapt.history,1.5.0.202201311430 [2024-03-05T10:45:16.541Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.swt.layout,1.27.0.20221109-1132 [2024-03-05T10:45:16.541Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.table.edapt,1.27.0.20221109-1132 [2024-03-05T10:45:16.541Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.table.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.541Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.context.locale,1.27.0.20221109-1132 [2024-03-05T10:45:16.541Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.treemasterdetail.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.541Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.541Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.ui.swt.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.541Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.mappingprovider.table.panel.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.541Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.view.indexsegment.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.541Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.edapt.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.542Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.util.swt.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.542Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.provider.xmi,1.27.0.20221109-1132 [2024-03-05T10:45:16.542Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.table.edapt.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.542Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.common.ui,1.27.0.20221109-1132 [2024-03-05T10:45:16.542Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.project.installer,1.27.0.20221109-1132 [2024-03-05T10:45:16.542Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.542Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.view.annotation.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.542Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.treemasterdetail.decorator.validation.default.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.542Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.license.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.542Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.validation.initial.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.542Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:16.542Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emfforms.view.annotation.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.542Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.coffee.wizards.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.542Z] - mirrored artifact osgi.bundle,org.eclipse.emf.edapt.migration.source,1.5.0.202201311430 [2024-03-05T10:45:16.542Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ide.editor.view.templatebridge.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.542Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.ide.view.indexsegment.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.542Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.group.swt.collapsable.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.542Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.tooling.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.542Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.label.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.542Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.template.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.543Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.legacy,1.27.0.20221109-1132 [2024-03-05T10:45:16.543Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.custom.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.543Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.viewmodel.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.543Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ui.view.editor.controls.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.543Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.core.swt.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.802Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.common.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.802Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.template.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:16.802Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.emf,1.27.0.20221109-1132 [2024-03-05T10:45:16.802Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:16.803Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.preview.common.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.803Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.mappingprovider.table.panel,1.27.0.20221109-1132 [2024-03-05T10:45:16.803Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.custom.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.803Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.view.model.localization,1.27.0.20221109-1132 [2024-03-05T10:45:16.803Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.emf2web.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.803Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.emfforms.idetooling.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.803Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.treemasterdetail.decorator.validation.default,1.27.0.20221109-1132 [2024-03-05T10:45:16.803Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.emf2web,1.27.0.20221109-1132 [2024-03-05T10:45:16.803Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.core.di.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.803Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange,1.27.0.20221109-1132 [2024-03-05T10:45:16.803Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.ide.viewtemplate.builder.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.803Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.setup.base,1.27.0.20221109-1132 [2024-03-05T10:45:16.803Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.803Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.editor,1.27.0.20221109-1132 [2024-03-05T10:45:16.803Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.emf2web.ui.json.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.803Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.ide.view.segments,1.27.0.20221109-1132 [2024-03-05T10:45:16.803Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.treemasterdetail,1.27.0.20221109-1132 [2024-03-05T10:45:16.803Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.803Z] - mirrored artifact binary,org.eclipse.emf.ecp.license.feature_root,1.27.0.20221109-1132 [2024-03-05T10:45:16.803Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.mappingprovider.table.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.803Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.table.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.803Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.edapt.runtime.feature,1.5.0.202201311430 [2024-03-05T10:45:16.803Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.label.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.804Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.treemasterdetail.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.804Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.reference.table.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.804Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.ide.preferences.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.804Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ide.editor.viewmodel,1.27.0.20221109-1132 [2024-03-05T10:45:16.804Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.preview.common,1.27.0.20221109-1132 [2024-03-05T10:45:16.804Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.validation.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.804Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.ide.view.mappingsegment,1.27.0.20221109-1132 [2024-03-05T10:45:16.804Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.stack.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.804Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.template.service.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.804Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.vertical.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.804Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.editor.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.804Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.ide.preferences,1.27.0.20221109-1132 [2024-03-05T10:45:16.804Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.804Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.template.model,1.27.0.20221109-1132 [2024-03-05T10:45:16.804Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.table.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:16.804Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.stack.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.804Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.treemasterdetail.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.804Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emfforms.core.bazaar.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.804Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.categorization.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.804Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emfforms.swt.control.multiattribute.feature,1.27.0.20221109-1132 [2024-03-05T10:45:16.804Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.editsupport.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.804Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.model.controls.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:16.805Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.stack.feature,1.27.0.20221109-1132 [2024-03-05T10:45:17.065Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.edapt.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.065Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.horizontal.model,1.27.0.20221109-1132 [2024-03-05T10:45:17.065Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.index.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.065Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.compoundcontrol.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.065Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.validation.initial.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.065Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.model.editor.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.065Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.multi,1.27.0.20221109-1132 [2024-03-05T10:45:17.065Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.core.swt,1.27.0.20221109-1132 [2024-03-05T10:45:17.065Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.emfforms.idetooling.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.065Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.emf2web.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.065Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.ide.builder,1.27.0.20221109-1132 [2024-03-05T10:45:17.065Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.horizontal.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:17.065Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.template.feature,1.27.0.20221109-1132 [2024-03-05T10:45:17.065Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.featurepath,1.27.0.20221109-1132 [2024-03-05T10:45:17.065Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.core,1.27.0.20221109-1132 [2024-03-05T10:45:17.065Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.rule.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:17.065Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.core.plugin,1.27.0.20221109-1132 [2024-03-05T10:45:17.065Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.stack.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.065Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.editor.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.065Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ui.view.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.065Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.localization,1.27.0.20221109-1132 [2024-03-05T10:45:17.066Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.ide.viewtemplate.builder,1.27.0.20221109-1132 [2024-03-05T10:45:17.066Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.template.tooling,1.27.0.20221109-1132 [2024-03-05T10:45:17.066Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.table,1.27.0.20221109-1132 [2024-03-05T10:45:17.066Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.vertical.feature,1.27.0.20221109-1132 [2024-03-05T10:45:17.066Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.validation.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.066Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emfforms.editor.feature,1.27.0.20221109-1132 [2024-03-05T10:45:17.066Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.table.columnservice.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.066Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.066Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.categorization.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.066Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.emf2web.ui.json,1.27.0.20221109-1132 [2024-03-05T10:45:17.066Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.mapping,1.27.0.20221109-1132 [2024-03-05T10:45:17.066Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.editor.genmodel,1.27.0.20221109-1132 [2024-03-05T10:45:17.066Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.databinding.index,1.27.0.20221109-1132 [2024-03-05T10:45:17.066Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.bazaar.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.066Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.editor.genmodel.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.066Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ui.view.swt,1.27.0.20221109-1132 [2024-03-05T10:45:17.066Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.mappingprovider.default.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.066Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.emfforms.runtime.feature,1.27.0.20221109-1132 [2024-03-05T10:45:17.066Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.mappingdmr.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.066Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.edapt,1.27.0.20221109-1132 [2024-03-05T10:45:17.066Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.segments,1.27.0.20221109-1132 [2024-03-05T10:45:17.066Z] - mirrored artifact osgi.bundle,org.eclipse.emf.edapt.common.source,1.5.0.202201311430 [2024-03-05T10:45:17.066Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.categorization.swt.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.067Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.label.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.067Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.locale.default.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.067Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.group.model,1.27.0.20221109-1132 [2024-03-05T10:45:17.067Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.categorization.model,1.27.0.20221109-1132 [2024-03-05T10:45:17.067Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.context.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.327Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.group.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.327Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.horizontal.ui.swt.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.327Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services,1.27.0.20221109-1132 [2024-03-05T10:45:17.327Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.table.feature,1.27.0.20221109-1132 [2024-03-05T10:45:17.327Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.table,1.27.0.20221109-1132 [2024-03-05T10:45:17.327Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.core.plugin.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.327Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.horizontal.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.327Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.swt.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.327Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.template.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.327Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.coffee.wizards,1.27.0.20221109-1132 [2024-03-05T10:45:17.327Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.327Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.view.mappingsegment.model,1.27.0.20221109-1132 [2024-03-05T10:45:17.327Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.viewproxy.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.328Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.table.columnservice,1.27.0.20221109-1132 [2024-03-05T10:45:17.328Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.custom.model,1.27.0.20221109-1132 [2024-03-05T10:45:17.328Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.template.tooling.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.328Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.group.swt.embedded.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.328Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.group.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.328Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.example.common.wizards.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.328Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.ide.view.multisegment,1.27.0.20221109-1132 [2024-03-05T10:45:17.328Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ide.util.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.328Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.editor.ecore.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.328Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.common,1.27.0.20221109-1132 [2024-03-05T10:45:17.328Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.custom.ui.swt.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.328Z] - mirrored artifact osgi.bundle,org.eclipse.emf.edapt.common,1.5.0.202201311430 [2024-03-05T10:45:17.328Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.index.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.328Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.index,1.27.0.20221109-1132 [2024-03-05T10:45:17.328Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.group.ui.swt.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.328Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.rule,1.27.0.20221109-1132 [2024-03-05T10:45:17.328Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.viewmodel.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.328Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.edapt.feature,1.27.0.20221109-1132 [2024-03-05T10:45:17.328Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.view.multisegment.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.328Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.util.swt,1.27.0.20221109-1132 [2024-03-05T10:45:17.328Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.stack.model,1.27.0.20221109-1132 [2024-03-05T10:45:17.328Z] - mirrored artifact osgi.bundle,org.eclipse.emf.edapt.declaration,1.5.0.202201311430 [2024-03-05T10:45:17.328Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ide.editor.view.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.328Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.multi.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.328Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.ide.builder.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.329Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.locale.default,1.27.0.20221109-1132 [2024-03-05T10:45:17.329Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.view.mappingsegment.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.329Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.index,1.27.0.20221109-1132 [2024-03-05T10:45:17.329Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.label.ui.swt.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.329Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ui.view.swt.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.329Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.editor,1.27.0.20221109-1132 [2024-03-05T10:45:17.329Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.vertical.ui.swt.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.329Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.common.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.329Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.example.common.wizards,1.27.0.20221109-1132 [2024-03-05T10:45:17.329Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.view.multisegment.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.329Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.databinding.mapping.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.329Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.reference.table,1.27.0.20221109-1132 [2024-03-05T10:45:17.329Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.core.di,1.27.0.20221109-1132 [2024-03-05T10:45:17.329Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.editsupport,1.27.0.20221109-1132 [2024-03-05T10:45:17.589Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.table,1.27.0.20221109-1132 [2024-03-05T10:45:17.589Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.control.multiattribute,1.27.0.20221109-1132 [2024-03-05T10:45:17.589Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ide.util,1.27.0.20221109-1132 [2024-03-05T10:45:17.589Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.mappingprovider.table,1.27.0.20221109-1132 [2024-03-05T10:45:17.589Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.emf2web.json.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.590Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.preview.e3,1.27.0.20221109-1132 [2024-03-05T10:45:17.590Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.mapping.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.590Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.custom.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.590Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.vertical.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:17.590Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.common,1.27.0.20221109-1132 [2024-03-05T10:45:17.590Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.rule.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.590Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.edit.swt.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.590Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.custom.ui.swt,1.27.0.20221109-1132 [2024-03-05T10:45:17.590Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.table.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.590Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.label.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:17.590Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.ui.swt,1.27.0.20221109-1132 [2024-03-05T10:45:17.590Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.group.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:17.590Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.emf.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.590Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.swt,1.27.0.20221109-1132 [2024-03-05T10:45:17.590Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.tooling,1.27.0.20221109-1132 [2024-03-05T10:45:17.591Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.ide.view.indexsegment,1.27.0.20221109-1132 [2024-03-05T10:45:17.591Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.common.validation.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.591Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ide.view.service,1.27.0.20221109-1132 [2024-03-05T10:45:17.591Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.unset,1.27.0.20221109-1132 [2024-03-05T10:45:17.591Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.stack.ui.swt.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.591Z] - mirrored artifact osgi.bundle,org.eclipse.emf.edapt.declaration.source,1.5.0.202201311430 [2024-03-05T10:45:17.591Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.edit.swt,1.27.0.20221109-1132 [2024-03-05T10:45:17.591Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.index,1.27.0.20221109-1132 [2024-03-05T10:45:17.591Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.table.model,1.27.0.20221109-1132 [2024-03-05T10:45:17.591Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.compoundcontrol.feature,1.27.0.20221109-1132 [2024-03-05T10:45:17.591Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.control.multireference,1.27.0.20221109-1132 [2024-03-05T10:45:17.591Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.databinding.index.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.591Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.workspace.migrator.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.591Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.databinding.featurepath,1.27.0.20221109-1132 [2024-03-05T10:45:17.591Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.view.multisegment.model,1.27.0.20221109-1132 [2024-03-05T10:45:17.591Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.stack.viewmodel,1.27.0.20221109-1132 [2024-03-05T10:45:17.591Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.rule.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.591Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.emf2web.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.591Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.mapping.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.591Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.migrator.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.591Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.context.locale.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.591Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.mapping,1.27.0.20221109-1132 [2024-03-05T10:45:17.592Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.rule.feature,1.27.0.20221109-1132 [2024-03-05T10:45:17.592Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ui.view.linewrapper,1.27.0.20221109-1132 [2024-03-05T10:45:17.592Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.view.annotation.model,1.27.0.20221109-1132 [2024-03-05T10:45:17.592Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.viewproxy.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.592Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.custom.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.855Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ide.editor.view,1.27.0.20221109-1132 [2024-03-05T10:45:17.855Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ui.view.editor.controls,1.27.0.20221109-1132 [2024-03-05T10:45:17.855Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.ide.view.mappingsegment.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.855Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emfforms.editor.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.855Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.context,1.27.0.20221109-1132 [2024-03-05T10:45:17.856Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ui.view.linewrapper.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.856Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.group.swt.embedded,1.27.0.20221109-1132 [2024-03-05T10:45:17.856Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.mappingprovider.default,1.27.0.20221109-1132 [2024-03-05T10:45:17.856Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.categorization.model.edit,1.27.0.20221109-1132 [2024-03-05T10:45:17.856Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.rule.model,1.27.0.20221109-1132 [2024-03-05T10:45:17.856Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.table.ui.swt,1.27.0.20221109-1132 [2024-03-05T10:45:17.856Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.viewproxy.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.856Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.horizontal.feature,1.27.0.20221109-1132 [2024-03-05T10:45:17.856Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.vertical.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.856Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.localization.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.856Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.default,1.27.0.20221109-1132 [2024-03-05T10:45:17.856Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.provider.xmi.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.856Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.table.feature.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.856Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.table.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.856Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.mapping.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.856Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.control.multireference.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.856Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.vertical.ui.swt,1.27.0.20221109-1132 [2024-03-05T10:45:17.856Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.validation,1.27.0.20221109-1132 [2024-03-05T10:45:17.856Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.857Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.template.service,1.27.0.20221109-1132 [2024-03-05T10:45:17.857Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.horizontal.model.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.857Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ide.view.service.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.857Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.mapping,1.27.0.20221109-1132 [2024-03-05T10:45:17.857Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.core.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.857Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.unset.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.857Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.emfspecificservice.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.857Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.table.ui.swt.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.857Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ide.editor.view.templatebridge,1.27.0.20221109-1132 [2024-03-05T10:45:17.857Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.model.edit.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.857Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.emfforms.sdk.feature,1.27.0.20221109-1132 [2024-03-05T10:45:17.857Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.common.ui.source,1.27.0.20221109-1132 [2024-03-05T10:45:17.857Z] Mirroring artifacts from https://download.eclipse.org/tracecompass/2024-03/milestones/rc1 [2024-03-05T10:45:17.857Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.analysis.xml.ui.source,2.2.0.202402282247 [2024-03-05T10:45:17.857Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.tmf,9.3.0.202402282247 [2024-03-05T10:45:17.857Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.statesystem.core,5.3.1.202402282247 [2024-03-05T10:45:17.857Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.lttng2.control,9.3.0.202402282247 [2024-03-05T10:45:17.857Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.graph.core.source,4.1.1.202402282247 [2024-03-05T10:45:17.857Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.datastore.core,1.3.0.202402282247 [2024-03-05T10:45:17.857Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.analysis.xml.core,4.1.1.202402282247 [2024-03-05T10:45:17.857Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.counters.ui.source,2.1.0.202402282247 [2024-03-05T10:45:17.857Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.pcap.ui.source,1.2.0.202402282247 [2024-03-05T10:45:17.857Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.graph.ui,1.1.0.202402282247 [2024-03-05T10:45:17.857Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.doc.user,9.3.0.202402282247 [2024-03-05T10:45:17.857Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.timing.ui.source,6.1.1.202402282247 [2024-03-05T10:45:17.858Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.ctf.parser,1.1.1.202402282247 [2024-03-05T10:45:17.858Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.common.core,5.2.0.202402282247 [2024-03-05T10:45:17.858Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.lttng2.kernel,9.3.0.202402282247 [2024-03-05T10:45:17.858Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.lttng2.kernel.core.source,3.1.1.202402282247 [2024-03-05T10:45:17.858Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.os.linux.ui,4.1.3.202402282247 [2024-03-05T10:45:17.858Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.ctf.core,4.5.1.202402282247 [2024-03-05T10:45:17.858Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.lttng2.common.core.source,1.2.0.202402282247 [2024-03-05T10:45:17.858Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.segmentstore.core,3.1.0.202402282247 [2024-03-05T10:45:17.858Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.common.core.source,5.2.0.202402282247 [2024-03-05T10:45:17.858Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.lttng2.kernel.core,3.1.1.202402282247 [2024-03-05T10:45:17.858Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.chart.ui.source,1.1.0.202402282247 [2024-03-05T10:45:17.858Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.graph.ui.source,1.1.0.202402282247 [2024-03-05T10:45:17.858Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.gdbtrace.core,1.1.1.202402282247 [2024-03-05T10:45:17.858Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.chart.core.source,1.1.0.202402282247 [2024-03-05T10:45:17.858Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.counters.core,2.2.1.202402282247 [2024-03-05T10:45:17.858Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.gdbtrace,9.3.0.202402282247 [2024-03-05T10:45:17.858Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.timing.core,5.5.1.202402282247 [2024-03-05T10:45:17.858Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.gdbtrace.doc.user.source,9.3.0.202402282247 [2024-03-05T10:45:17.858Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.chart.ui,1.1.0.202402282247 [2024-03-05T10:45:17.858Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.counters.ui,2.1.0.202402282247 [2024-03-05T10:45:17.858Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.os.linux.core.source,8.2.1.202402282247 [2024-03-05T10:45:17.858Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.core,9.2.1.202402282247 [2024-03-05T10:45:17.858Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.lttng2.control.source,9.3.0.202402282247 [2024-03-05T10:45:17.858Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.tmf.ctf,9.3.0.202402282247 [2024-03-05T10:45:17.858Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.remote.core,2.1.0.202402282247 [2024-03-05T10:45:17.859Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.counters.core.source,2.2.1.202402282247 [2024-03-05T10:45:17.859Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.profiling.ui,4.1.1.202402282247 [2024-03-05T10:45:17.859Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.tmf.pcap.source,9.3.0.202402282247 [2024-03-05T10:45:17.859Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.profiling.doc.user,9.3.0.202402282247 [2024-03-05T10:45:17.859Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.core.source,9.2.1.202402282247 [2024-03-05T10:45:17.859Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.ui,9.0.3.202402282247 [2024-03-05T10:45:17.859Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.ctf.core.source,4.4.1.202402282247 [2024-03-05T10:45:17.859Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.timing.ui,6.1.1.202402282247 [2024-03-05T10:45:17.859Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.segmentstore.core.source,3.1.0.202402282247 [2024-03-05T10:45:17.859Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.lttng2.ust.source,9.3.0.202402282247 [2024-03-05T10:45:17.859Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.profiling.core.source,2.4.1.202402282247 [2024-03-05T10:45:17.859Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.gdbtrace.source,9.3.0.202402282247 [2024-03-05T10:45:17.859Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.remote.core.source,2.1.0.202402282247 [2024-03-05T10:45:17.859Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.statesystem.core.source,5.3.1.202402282247 [2024-03-05T10:45:17.859Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.lttng2.ust.ui,3.1.0.202402282247 [2024-03-05T10:45:17.859Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.lttng2.ust.ui.source,3.1.0.202402282247 [2024-03-05T10:45:17.859Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.ui.source,9.0.3.202402282247 [2024-03-05T10:45:17.859Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.filter.parser,1.1.1.202402282247 [2024-03-05T10:45:17.859Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.profiling.doc.user.source,9.3.0.202402282247 [2024-03-05T10:45:17.859Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.pcap.doc.user,9.3.0.202402282247 [2024-03-05T10:45:17.859Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.ctf.parser.source,1.1.1.202402282247 [2024-03-05T10:45:17.859Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.lttng2.ust.core,5.2.2.202402282247 [2024-03-05T10:45:17.859Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.lttng2.control.ui,1.3.0.202402282247 [2024-03-05T10:45:17.859Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.os.linux.ui.source,4.1.3.202402282247 [2024-03-05T10:45:17.860Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.lami.ui,1.2.0.202402282247 [2024-03-05T10:45:17.860Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.doc.dev.source,9.3.0.202402282247 [2024-03-05T10:45:17.860Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.doc.dev,9.3.0.202402282247 [2024-03-05T10:45:17.860Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.lttng2.common.core,1.2.0.202402282247 [2024-03-05T10:45:17.860Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.filter.parser.source,1.1.1.202402282247 [2024-03-05T10:45:17.860Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.lttng2.control.core,1.3.0.202402282247 [2024-03-05T10:45:17.860Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.tmf.source,9.3.0.202402282247 [2024-03-05T10:45:17.860Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.doc.user.source,9.3.0.202402282247 [2024-03-05T10:45:17.860Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.ctf.core,4.4.1.202402282247 [2024-03-05T10:45:17.860Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.gdbtrace.core.source,1.1.1.202402282247 [2024-03-05T10:45:17.860Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.lttng2.kernel.source,9.3.0.202402282247 [2024-03-05T10:45:17.860Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.pcap.core,1.2.1.202402282247 [2024-03-05T10:45:17.860Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.pcap.ui,1.2.0.202402282247 [2024-03-05T10:45:17.860Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.remote.ui.source,1.1.0.202402282247 [2024-03-05T10:45:17.860Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.lami.ui.source,1.2.0.202402282247 [2024-03-05T10:45:17.860Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.gdbtrace.ui,1.2.0.202402282247 [2024-03-05T10:45:17.860Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.timing.core.source,5.5.1.202402282247 [2024-03-05T10:45:17.860Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.analysis.xml.core.source,4.1.1.202402282247 [2024-03-05T10:45:17.860Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.pcap.core.source,1.1.1.202402282247 [2024-03-05T10:45:17.860Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.chart.core,1.1.0.202402282247 [2024-03-05T10:45:17.860Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.lami.core.source,1.2.1.202402282247 [2024-03-05T10:45:17.860Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.datastore.core.source,1.3.0.202402282247 [2024-03-05T10:45:17.860Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.gdbtrace.doc.user,9.3.0.202402282247 [2024-03-05T10:45:17.860Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.lttng2.kernel.ui.source,2.1.0.202402282247 [2024-03-05T10:45:17.860Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.graph.core,4.1.1.202402282247 [2024-03-05T10:45:17.860Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.profiling.core,2.4.1.202402282247 [2024-03-05T10:45:17.861Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.pcap.core.source,1.2.1.202402282247 [2024-03-05T10:45:17.861Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.profiling.ui.source,4.1.1.202402282247 [2024-03-05T10:45:17.861Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.tmf.pcap,9.3.0.202402282247 [2024-03-05T10:45:17.861Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.gdbtrace.ui.source,1.2.0.202402282247 [2024-03-05T10:45:17.861Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.analysis.xml.ui,2.2.0.202402282247 [2024-03-05T10:45:17.861Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.pcap.doc.user.source,9.3.0.202402282247 [2024-03-05T10:45:17.861Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.tmf.ctf.source,9.3.0.202402282247 [2024-03-05T10:45:17.861Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.lttng2.control.core.source,1.3.0.202402282247 [2024-03-05T10:45:17.861Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.lami.core,1.2.1.202402282247 [2024-03-05T10:45:17.861Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.remote.ui,1.1.0.202402282247 [2024-03-05T10:45:17.861Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.pcap.core,1.1.1.202402282247 [2024-03-05T10:45:17.861Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.lttng2.kernel.ui,2.1.0.202402282247 [2024-03-05T10:45:17.861Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.os.linux.core,8.2.1.202402282247 [2024-03-05T10:45:17.861Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.lttng2.ust.core.source,5.2.2.202402282247 [2024-03-05T10:45:17.861Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.ctf.source,9.3.0.202402282247 [2024-03-05T10:45:17.861Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.ctf,9.3.0.202402282247 [2024-03-05T10:45:17.861Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.lttng2.ust,9.3.0.202402282247 [2024-03-05T10:45:17.861Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.ctf.core.source,4.5.1.202402282247 [2024-03-05T10:45:17.861Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.lttng2.control.ui.source,1.3.0.202402282247 [2024-03-05T10:45:17.861Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.analysis.xml.ui.source,2.2.0.202402282247 [2024-03-05T10:45:17.861Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.tmf,9.3.0.202402282247 [2024-03-05T10:45:17.861Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.lttng2.control,9.3.0.202402282247 [2024-03-05T10:45:17.861Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.statesystem.core,5.3.1.202402282247 [2024-03-05T10:45:17.862Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.datastore.core,1.3.0.202402282247 [2024-03-05T10:45:17.862Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.graph.core.source,4.1.1.202402282247 [2024-03-05T10:45:17.862Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.counters.ui.source,2.1.0.202402282247 [2024-03-05T10:45:17.862Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.analysis.xml.core,4.1.1.202402282247 [2024-03-05T10:45:17.862Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.pcap.ui.source,1.2.0.202402282247 [2024-03-05T10:45:18.125Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.graph.ui,1.1.0.202402282247 [2024-03-05T10:45:18.125Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.timing.ui.source,6.1.1.202402282247 [2024-03-05T10:45:18.125Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.ctf.parser,1.1.1.202402282247 [2024-03-05T10:45:18.125Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.common.core,5.2.0.202402282247 [2024-03-05T10:45:18.125Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.lttng2.kernel,9.3.0.202402282247 [2024-03-05T10:45:18.125Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.lttng2.kernel.core.source,3.1.1.202402282247 [2024-03-05T10:45:18.125Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.os.linux.ui,4.1.3.202402282247 [2024-03-05T10:45:18.125Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.ctf.core,4.5.1.202402282247 [2024-03-05T10:45:18.125Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.lttng2.common.core.source,1.2.0.202402282247 [2024-03-05T10:45:18.125Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.segmentstore.core,3.1.0.202402282247 [2024-03-05T10:45:18.125Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.common.core.source,5.2.0.202402282247 [2024-03-05T10:45:18.125Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.lttng2.kernel.core,3.1.1.202402282247 [2024-03-05T10:45:18.125Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.chart.ui.source,1.1.0.202402282247 [2024-03-05T10:45:18.125Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.graph.ui.source,1.1.0.202402282247 [2024-03-05T10:45:18.125Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.gdbtrace.core,1.1.1.202402282247 [2024-03-05T10:45:18.125Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.chart.core.source,1.1.0.202402282247 [2024-03-05T10:45:18.125Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.counters.core,2.2.1.202402282247 [2024-03-05T10:45:18.125Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.gdbtrace,9.3.0.202402282247 [2024-03-05T10:45:18.125Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.timing.core,5.5.1.202402282247 [2024-03-05T10:45:18.125Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.gdbtrace.doc.user.source,9.3.0.202402282247 [2024-03-05T10:45:18.125Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.chart.ui,1.1.0.202402282247 [2024-03-05T10:45:18.394Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.counters.ui,2.1.0.202402282247 [2024-03-05T10:45:18.394Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.os.linux.core.source,8.2.1.202402282247 [2024-03-05T10:45:18.394Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.core,9.2.1.202402282247 [2024-03-05T10:45:18.394Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.lttng2.control.source,9.3.0.202402282247 [2024-03-05T10:45:18.394Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.tmf.ctf,9.3.0.202402282247 [2024-03-05T10:45:18.394Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.remote.core,2.1.0.202402282247 [2024-03-05T10:45:18.394Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.counters.core.source,2.2.1.202402282247 [2024-03-05T10:45:18.394Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.profiling.ui,4.1.1.202402282247 [2024-03-05T10:45:18.394Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.tmf.pcap.source,9.3.0.202402282247 [2024-03-05T10:45:18.394Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.profiling.doc.user,9.3.0.202402282247 [2024-03-05T10:45:18.394Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.core.source,9.2.1.202402282247 [2024-03-05T10:45:18.394Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.doc.user,9.3.0.202402282247 [2024-03-05T10:45:18.394Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.ctf.core.source,4.4.1.202402282247 [2024-03-05T10:45:18.654Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.timing.ui,6.1.1.202402282247 [2024-03-05T10:45:18.654Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.ui,9.0.3.202402282247 [2024-03-05T10:45:18.654Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.segmentstore.core.source,3.1.0.202402282247 [2024-03-05T10:45:18.654Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.lttng2.ust.source,9.3.0.202402282247 [2024-03-05T10:45:18.654Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.profiling.core.source,2.4.1.202402282247 [2024-03-05T10:45:18.654Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.gdbtrace.source,9.3.0.202402282247 [2024-03-05T10:45:18.654Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.remote.core.source,2.1.0.202402282247 [2024-03-05T10:45:18.654Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.lttng2.ust.ui,3.1.0.202402282247 [2024-03-05T10:45:18.654Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.lttng2.ust.ui.source,3.1.0.202402282247 [2024-03-05T10:45:18.654Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.statesystem.core.source,5.3.1.202402282247 [2024-03-05T10:45:18.654Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.filter.parser,1.1.1.202402282247 [2024-03-05T10:45:18.654Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.profiling.doc.user.source,9.3.0.202402282247 [2024-03-05T10:45:18.654Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.pcap.doc.user,9.3.0.202402282247 [2024-03-05T10:45:18.654Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.ctf.parser.source,1.1.1.202402282247 [2024-03-05T10:45:18.654Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.ui.source,9.0.3.202402282247 [2024-03-05T10:45:18.654Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.lttng2.ust.core,5.2.2.202402282247 [2024-03-05T10:45:18.654Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.os.linux.ui.source,4.1.3.202402282247 [2024-03-05T10:45:18.655Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.lttng2.control.ui,1.3.0.202402282247 [2024-03-05T10:45:18.655Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.lami.ui,1.2.0.202402282247 [2024-03-05T10:45:18.655Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.doc.dev.source,9.3.0.202402282247 [2024-03-05T10:45:18.655Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.lttng2.common.core,1.2.0.202402282247 [2024-03-05T10:45:18.655Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.filter.parser.source,1.1.1.202402282247 [2024-03-05T10:45:18.655Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.lttng2.control.core,1.3.0.202402282247 [2024-03-05T10:45:18.655Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.tmf.source,9.3.0.202402282247 [2024-03-05T10:45:18.655Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.doc.user.source,9.3.0.202402282247 [2024-03-05T10:45:18.655Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.ctf.core,4.4.1.202402282247 [2024-03-05T10:45:18.655Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.gdbtrace.core.source,1.1.1.202402282247 [2024-03-05T10:45:18.655Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.lttng2.kernel.source,9.3.0.202402282247 [2024-03-05T10:45:18.915Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.pcap.core,1.2.1.202402282247 [2024-03-05T10:45:18.915Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.doc.dev,9.3.0.202402282247 [2024-03-05T10:45:18.915Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.pcap.ui,1.2.0.202402282247 [2024-03-05T10:45:18.915Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.lami.ui.source,1.2.0.202402282247 [2024-03-05T10:45:18.915Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.gdbtrace.ui,1.2.0.202402282247 [2024-03-05T10:45:18.915Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.timing.core.source,5.5.1.202402282247 [2024-03-05T10:45:18.915Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.remote.ui.source,1.1.0.202402282247 [2024-03-05T10:45:18.915Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.analysis.xml.core.source,4.1.1.202402282247 [2024-03-05T10:45:18.915Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.pcap.core.source,1.1.1.202402282247 [2024-03-05T10:45:18.915Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.chart.core,1.1.0.202402282247 [2024-03-05T10:45:18.915Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.lami.core.source,1.2.1.202402282247 [2024-03-05T10:45:18.916Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.datastore.core.source,1.3.0.202402282247 [2024-03-05T10:45:18.916Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.lttng2.kernel.ui.source,2.1.0.202402282247 [2024-03-05T10:45:18.916Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.gdbtrace.doc.user,9.3.0.202402282247 [2024-03-05T10:45:18.916Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.graph.core,4.1.1.202402282247 [2024-03-05T10:45:18.916Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.pcap.core.source,1.2.1.202402282247 [2024-03-05T10:45:18.916Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.profiling.core,2.4.1.202402282247 [2024-03-05T10:45:18.916Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.profiling.ui.source,4.1.1.202402282247 [2024-03-05T10:45:18.916Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.gdbtrace.ui.source,1.2.0.202402282247 [2024-03-05T10:45:18.916Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.tmf.pcap,9.3.0.202402282247 [2024-03-05T10:45:18.916Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.pcap.doc.user.source,9.3.0.202402282247 [2024-03-05T10:45:18.916Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.tmf.ctf.source,9.3.0.202402282247 [2024-03-05T10:45:18.916Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.analysis.xml.ui,2.2.0.202402282247 [2024-03-05T10:45:18.916Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.lttng2.control.core.source,1.3.0.202402282247 [2024-03-05T10:45:18.916Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.lami.core,1.2.1.202402282247 [2024-03-05T10:45:18.916Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.pcap.core,1.1.1.202402282247 [2024-03-05T10:45:18.916Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.remote.ui,1.1.0.202402282247 [2024-03-05T10:45:18.916Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.lttng2.kernel.ui,2.1.0.202402282247 [2024-03-05T10:45:18.916Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.lttng2.ust.core.source,5.2.2.202402282247 [2024-03-05T10:45:18.916Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.ctf.source,9.3.0.202402282247 [2024-03-05T10:45:18.916Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.ctf,9.3.0.202402282247 [2024-03-05T10:45:18.916Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.lttng2.ust,9.3.0.202402282247 [2024-03-05T10:45:18.916Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.os.linux.core,8.2.1.202402282247 [2024-03-05T10:45:18.916Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.ctf.core.source,4.5.1.202402282247 [2024-03-05T10:45:18.916Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.lttng2.control.ui.source,1.3.0.202402282247 [2024-03-05T10:45:18.916Z] Mirroring artifacts from https://download.eclipse.org/buildship/updates/e427/releases/3.x/3.1.9.v20240115-1636 [2024-03-05T10:45:18.917Z] - mirroring artifact osgi.bundle,org.eclipse.buildship.ui,3.1.9.v20240115-1636 [2024-03-05T10:45:18.917Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.buildship,3.1.9.v20240115-1636 [2024-03-05T10:45:18.917Z] - mirroring artifact osgi.bundle,org.eclipse.buildship.branding,3.1.9.v20240115-1636 [2024-03-05T10:45:18.917Z] - mirroring artifact osgi.bundle,org.eclipse.buildship.core.source,3.1.9.v20240115-1636 [2024-03-05T10:45:18.917Z] - mirroring artifact osgi.bundle,org.eclipse.buildship.compat.source,3.1.9.v20240115-1636 [2024-03-05T10:45:18.917Z] - mirroring artifact osgi.bundle,org.eclipse.buildship.core,3.1.9.v20240115-1636 [2024-03-05T10:45:18.917Z] - mirroring artifact osgi.bundle,org.eclipse.buildship.compat,3.1.9.v20240115-1636 [2024-03-05T10:45:18.917Z] - mirroring artifact osgi.bundle,org.gradle.toolingapi,8.1.1.v20240115-1636 [2024-03-05T10:45:18.917Z] - mirroring artifact osgi.bundle,org.eclipse.buildship.ui.source,3.1.9.v20240115-1636 [2024-03-05T10:45:18.917Z] - mirroring artifact osgi.bundle,org.eclipse.buildship.branding.source,3.1.9.v20240115-1636 [2024-03-05T10:45:19.177Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.buildship,3.1.9.v20240115-1636 [2024-03-05T10:45:19.177Z] - mirrored artifact osgi.bundle,org.eclipse.buildship.branding,3.1.9.v20240115-1636 [2024-03-05T10:45:19.177Z] - mirrored artifact osgi.bundle,org.eclipse.buildship.ui,3.1.9.v20240115-1636 [2024-03-05T10:45:19.177Z] - mirrored artifact osgi.bundle,org.eclipse.buildship.core.source,3.1.9.v20240115-1636 [2024-03-05T10:45:19.177Z] - mirrored artifact osgi.bundle,org.eclipse.buildship.compat.source,3.1.9.v20240115-1636 [2024-03-05T10:45:19.177Z] - mirrored artifact osgi.bundle,org.eclipse.buildship.compat,3.1.9.v20240115-1636 [2024-03-05T10:45:19.177Z] - mirrored artifact osgi.bundle,org.eclipse.buildship.core,3.1.9.v20240115-1636 [2024-03-05T10:45:19.177Z] - mirrored artifact osgi.bundle,org.eclipse.buildship.ui.source,3.1.9.v20240115-1636 [2024-03-05T10:45:19.177Z] - mirrored artifact osgi.bundle,org.eclipse.buildship.branding.source,3.1.9.v20240115-1636 [2024-03-05T10:45:19.437Z] - mirrored artifact osgi.bundle,org.gradle.toolingapi,8.1.1.v20240115-1636 [2024-03-05T10:45:19.437Z] Mirroring artifacts from https://download.eclipse.org/emf-parsley/updates/1.16/1.16.0.v20240227-1720 [2024-03-05T10:45:19.437Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.junit4.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.437Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.dsl.ui.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.437Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.parsley.examples.feature,1.16.0.v20240227-1720 [2024-03-05T10:45:19.437Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.parsley.sdk.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.437Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.dsl.ui,1.16.0.v20240227-1720 [2024-03-05T10:45:19.437Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley,1.16.0.v20240227-1720 [2024-03-05T10:45:19.437Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.parsley.cdo.feature,1.16.0.v20240227-1720 [2024-03-05T10:45:19.437Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.common.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.437Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.parsley.sdk,1.16.0.v20240227-1720 [2024-03-05T10:45:19.437Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.editors.common,1.16.0.v20240227-1720 [2024-03-05T10:45:19.438Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.parsley.feature.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.438Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.parsley.junit4.feature.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.438Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.runtime.common.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.438Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.dsl.additional.builder.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.438Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.generator.common.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.438Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.parsley.cdo.feature.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.438Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.doc.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.438Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.parsley.dsl.feature,1.16.0.v20240227-1720 [2024-03-05T10:45:19.438Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.ui.examples,1.16.0.v20240227-1720 [2024-03-05T10:45:19.438Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.cdo.common.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.438Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.dsl.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.438Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.cdo,1.16.0.v20240227-1720 [2024-03-05T10:45:19.438Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.dsl.ide.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.438Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.runtime,1.16.0.v20240227-1720 [2024-03-05T10:45:19.439Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.views.common,1.16.0.v20240227-1720 [2024-03-05T10:45:19.439Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.views.common.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.439Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.dsl.ide,1.16.0.v20240227-1720 [2024-03-05T10:45:19.439Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.cdo.common,1.16.0.v20240227-1720 [2024-03-05T10:45:19.439Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.parsley.junit4.feature,1.16.0.v20240227-1720 [2024-03-05T10:45:19.439Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.doc,1.16.0.v20240227-1720 [2024-03-05T10:45:19.439Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.editors,1.16.0.v20240227-1720 [2024-03-05T10:45:19.439Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.junit4,1.16.0.v20240227-1720 [2024-03-05T10:45:19.439Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.wizards,1.16.0.v20240227-1720 [2024-03-05T10:45:19.439Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.parsley.dsl.feature.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.439Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.common,1.16.0.v20240227-1720 [2024-03-05T10:45:19.439Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.views.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.439Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.generator.common,1.16.0.v20240227-1720 [2024-03-05T10:45:19.439Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.wizards.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.439Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.parsley.feature,1.16.0.v20240227-1720 [2024-03-05T10:45:19.440Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.parsley.examples.feature.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.440Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.views,1.16.0.v20240227-1720 [2024-03-05T10:45:19.440Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.ui.examples.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.440Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.dsl.additional.builder,1.16.0.v20240227-1720 [2024-03-05T10:45:19.440Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.dsl,1.16.0.v20240227-1720 [2024-03-05T10:45:19.440Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.runtime.common,1.16.0.v20240227-1720 [2024-03-05T10:45:19.440Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.editors.common.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.440Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.dsl.ui.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.440Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.parsley.examples.feature,1.16.0.v20240227-1720 [2024-03-05T10:45:19.440Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.junit4.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.440Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.parsley.sdk.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.440Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley,1.16.0.v20240227-1720 [2024-03-05T10:45:19.440Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.dsl.ui,1.16.0.v20240227-1720 [2024-03-05T10:45:19.440Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.parsley.cdo.feature,1.16.0.v20240227-1720 [2024-03-05T10:45:19.440Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.parsley.sdk,1.16.0.v20240227-1720 [2024-03-05T10:45:19.440Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.common.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.441Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.editors.common,1.16.0.v20240227-1720 [2024-03-05T10:45:19.441Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.parsley.junit4.feature.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.441Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.parsley.feature.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.441Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.runtime.common.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.441Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.generator.common.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.441Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.dsl.additional.builder.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.441Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.parsley.cdo.feature.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.441Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.doc.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.441Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.parsley.dsl.feature,1.16.0.v20240227-1720 [2024-03-05T10:45:19.441Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.cdo.common.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.441Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.ui.examples,1.16.0.v20240227-1720 [2024-03-05T10:45:19.441Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.cdo,1.16.0.v20240227-1720 [2024-03-05T10:45:19.702Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.dsl.ide.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.702Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.dsl.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.702Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.runtime,1.16.0.v20240227-1720 [2024-03-05T10:45:19.702Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.views.common,1.16.0.v20240227-1720 [2024-03-05T10:45:19.702Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.views.common.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.702Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.cdo.common,1.16.0.v20240227-1720 [2024-03-05T10:45:19.702Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.parsley.junit4.feature,1.16.0.v20240227-1720 [2024-03-05T10:45:19.702Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.dsl.ide,1.16.0.v20240227-1720 [2024-03-05T10:45:19.702Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.editors,1.16.0.v20240227-1720 [2024-03-05T10:45:19.702Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.doc,1.16.0.v20240227-1720 [2024-03-05T10:45:19.702Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.junit4,1.16.0.v20240227-1720 [2024-03-05T10:45:19.702Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.parsley.dsl.feature.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.702Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.wizards,1.16.0.v20240227-1720 [2024-03-05T10:45:19.702Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.common,1.16.0.v20240227-1720 [2024-03-05T10:45:19.702Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.generator.common,1.16.0.v20240227-1720 [2024-03-05T10:45:19.702Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.views.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.702Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.wizards.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.703Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.parsley.feature,1.16.0.v20240227-1720 [2024-03-05T10:45:19.703Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.parsley.examples.feature.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.703Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.views,1.16.0.v20240227-1720 [2024-03-05T10:45:19.703Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.ui.examples.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.703Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.dsl.additional.builder,1.16.0.v20240227-1720 [2024-03-05T10:45:19.703Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.runtime.common,1.16.0.v20240227-1720 [2024-03-05T10:45:19.703Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.editors.common.source,1.16.0.v20240227-1720 [2024-03-05T10:45:19.703Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.dsl,1.16.0.v20240227-1720 [2024-03-05T10:45:19.703Z] Mirroring artifacts from https://download.eclipse.org/viatra/updates/release/2.8.1 [2024-03-05T10:45:19.965Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.querybasedfeatures.runtime.validation,2.8.1.202401071107 [2024-03-05T10:45:19.965Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime.rete.recipes.source,2.8.1.202401071107 [2024-03-05T10:45:19.965Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.viewers.tooling.ui.source,2.8.1.202401071107 [2024-03-05T10:45:19.965Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.validation.runtime,2.8.1.202401071107 [2024-03-05T10:45:19.965Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.query.runtime.feature.source,2.8.1.202401071107 [2024-03-05T10:45:19.965Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.validation.runtime.validation.source,2.8.1.202401071107 [2024-03-05T10:45:19.965Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.documentation.help,2.8.1.202401071107 [2024-03-05T10:45:19.965Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.testing.core,2.8.1.202401071107 [2024-03-05T10:45:19.965Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.addon.validation.runtime.feature,2.8.1.202401071107 [2024-03-05T10:45:19.965Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.querybasedfeatures.runtime.source,2.8.1.202401071107 [2024-03-05T10:45:19.965Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.databinding.runtime.validation.source,2.8.1.202401071107 [2024-03-05T10:45:19.965Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.tooling.generator.model.source,2.8.1.202401071107 [2024-03-05T10:45:19.965Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.viewers.runtime.validation.source,2.8.1.202401071107 [2024-03-05T10:45:19.965Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.query.testing.sdk.feature.source,2.8.1.202401071107 [2024-03-05T10:45:19.966Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.query.sdk.feature.source,2.8.1.202401071107 [2024-03-05T10:45:19.966Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime.matchers.source,2.8.1.202401071107 [2024-03-05T10:45:19.966Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.addon.databinding.runtime.feature,2.8.1.202401071107 [2024-03-05T10:45:19.966Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.transformation.evm,2.8.1.202401071107 [2024-03-05T10:45:19.966Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.addon.viewers.tooling.feature.source,2.8.1.202401071107 [2024-03-05T10:45:19.966Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.transformation.ui,2.8.1.202401071107 [2024-03-05T10:45:19.966Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.transformation.runtime.emf,2.8.1.202401071107 [2024-03-05T10:45:19.966Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.query.sdk.feature,2.8.1.202401071107 [2024-03-05T10:45:19.966Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime.ui,2.8.1.202401071107 [2024-03-05T10:45:19.966Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.viewers.runtime,2.8.1.202401071107 [2024-03-05T10:45:19.966Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.testing.core.source,2.8.1.202401071107 [2024-03-05T10:45:19.966Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.transformation.evm.transactions.feature,2.8.1.202401071107 [2024-03-05T10:45:19.966Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.querybasedfeatures.runtime.validation.source,2.8.1.202401071107 [2024-03-05T10:45:19.966Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.testing.snapshot,2.8.1.202401071107 [2024-03-05T10:45:19.966Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.tooling.ui,2.8.1.202401071107 [2024-03-05T10:45:19.966Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.transformation.evm.source,2.8.1.202401071107 [2024-03-05T10:45:19.966Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime.rete,2.8.1.202401071107 [2024-03-05T10:45:19.967Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.patternlanguage.emf.source,2.8.1.202401071107 [2024-03-05T10:45:19.967Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime.base.itc,2.8.1.202401071107 [2024-03-05T10:45:19.967Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.testing.snapshot.source,2.8.1.202401071107 [2024-03-05T10:45:19.967Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.patternlanguage.emf,2.8.1.202401071107 [2024-03-05T10:45:19.967Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime.rete.recipes,2.8.1.202401071107 [2024-03-05T10:45:19.967Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.querybasedfeatures.tooling.source,2.8.1.202401071107 [2024-03-05T10:45:19.967Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.transformation.views.source,2.8.1.202401071107 [2024-03-05T10:45:19.967Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.transformation.evm.transactions,2.8.1.202401071107 [2024-03-05T10:45:19.967Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.validation.runtime.ui,2.8.1.202401071107 [2024-03-05T10:45:19.967Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime.matchers,2.8.1.202401071107 [2024-03-05T10:45:19.967Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.transformation.ui.source,2.8.1.202401071107 [2024-03-05T10:45:19.967Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.transformation.runtime.emf.feature,2.8.1.202401071107 [2024-03-05T10:45:19.967Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.tooling.core.source,2.8.1.202401071107 [2024-03-05T10:45:19.967Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.addon.viewers.runtime.feature.source,2.8.1.202401071107 [2024-03-05T10:45:19.967Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.addon.viewers.tooling.feature,2.8.1.202401071107 [2024-03-05T10:45:19.967Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.querybasedfeatures.runtime,2.8.1.202401071107 [2024-03-05T10:45:19.968Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.validation.core,2.8.1.202401071107 [2024-03-05T10:45:19.968Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.query.runtime.feature,2.8.1.202401071107 [2024-03-05T10:45:19.968Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.databinding.runtime.validation,2.8.1.202401071107 [2024-03-05T10:45:19.968Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.tooling.ui.source,2.8.1.202401071107 [2024-03-05T10:45:19.968Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.patternlanguage.emf.ui,2.8.1.202401071107 [2024-03-05T10:45:19.968Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime.base.source,2.8.1.202401071107 [2024-03-05T10:45:19.968Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.addon.querybasedfeatures.runtime.feature,2.8.1.202401071107 [2024-03-05T10:45:19.968Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.viewers.runtime.validation,2.8.1.202401071107 [2024-03-05T10:45:19.968Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime.localsearch,2.8.1.202401071107 [2024-03-05T10:45:19.968Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.transformation.runtime.emf.feature.source,2.8.1.202401071107 [2024-03-05T10:45:19.968Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.tooling.generator.model.ui,2.8.1.202401071107 [2024-03-05T10:45:19.968Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.testing.ui.source,2.8.1.202401071107 [2024-03-05T10:45:19.968Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.transformation.evm.transactions.source,2.8.1.202401071107 [2024-03-05T10:45:19.968Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.validation.tooling,2.8.1.202401071107 [2024-03-05T10:45:19.969Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.patternlanguage.emf.ui.source,2.8.1.202401071107 [2024-03-05T10:45:19.969Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime.rete.source,2.8.1.202401071107 [2024-03-05T10:45:19.969Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.tooling.generator.model.ui.source,2.8.1.202401071107 [2024-03-05T10:45:19.969Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.addon.viewers.runtime.feature,2.8.1.202401071107 [2024-03-05T10:45:19.969Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.validation.runtime.ui.source,2.8.1.202401071107 [2024-03-05T10:45:19.969Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.querybasedfeatures.tooling,2.8.1.202401071107 [2024-03-05T10:45:19.969Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime.base,2.8.1.202401071107 [2024-03-05T10:45:19.969Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.addon.validation.runtime.feature.source,2.8.1.202401071107 [2024-03-05T10:45:19.969Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime.ui.source,2.8.1.202401071107 [2024-03-05T10:45:19.969Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime.source,2.8.1.202401071107 [2024-03-05T10:45:19.969Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.tooling.generator.model,2.8.1.202401071107 [2024-03-05T10:45:19.969Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.transformation.views,2.8.1.202401071107 [2024-03-05T10:45:19.969Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.query.ide.feature,2.8.1.202401071107 [2024-03-05T10:45:19.969Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime,2.8.1.202401071107 [2024-03-05T10:45:19.970Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.databinding.runtime.source,2.8.1.202401071107 [2024-03-05T10:45:19.970Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.query.language.feature,2.8.1.202401071107 [2024-03-05T10:45:19.970Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.transformation.runtime.emf.source,2.8.1.202401071107 [2024-03-05T10:45:19.970Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.validation.runtime.source,2.8.1.202401071107 [2024-03-05T10:45:19.970Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.validation.runtime.validation,2.8.1.202401071107 [2024-03-05T10:45:19.970Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.databinding.runtime,2.8.1.202401071107 [2024-03-05T10:45:19.970Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.query.language.feature.source,2.8.1.202401071107 [2024-03-05T10:45:19.970Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.addon.databinding.runtime.feature.source,2.8.1.202401071107 [2024-03-05T10:45:19.970Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime.localsearch.source,2.8.1.202401071107 [2024-03-05T10:45:19.970Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.testing.ui,2.8.1.202401071107 [2024-03-05T10:45:19.970Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.validation.tooling.source,2.8.1.202401071107 [2024-03-05T10:45:19.970Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.patternlanguage.emf.ide.source,2.8.1.202401071107 [2024-03-05T10:45:19.970Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.viewers.runtime.source,2.8.1.202401071107 [2024-03-05T10:45:19.971Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.addon.querybasedfeatures.runtime.feature.source,2.8.1.202401071107 [2024-03-05T10:45:19.971Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.viewers.tooling.ui,2.8.1.202401071107 [2024-03-05T10:45:19.971Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.transformation.evm.transactions.feature.source,2.8.1.202401071107 [2024-03-05T10:45:19.971Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.query.ide.feature.source,2.8.1.202401071107 [2024-03-05T10:45:19.971Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime.base.itc.source,2.8.1.202401071107 [2024-03-05T10:45:19.971Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.patternlanguage.emf.ide,2.8.1.202401071107 [2024-03-05T10:45:19.971Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.validation.core.source,2.8.1.202401071107 [2024-03-05T10:45:19.971Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.tooling.core,2.8.1.202401071107 [2024-03-05T10:45:19.971Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.query.testing.sdk.feature,2.8.1.202401071107 [2024-03-05T10:45:19.971Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.querybasedfeatures.runtime.validation,2.8.1.202401071107 [2024-03-05T10:45:19.971Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.viewers.tooling.ui.source,2.8.1.202401071107 [2024-03-05T10:45:19.971Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.validation.runtime,2.8.1.202401071107 [2024-03-05T10:45:19.971Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime.rete.recipes.source,2.8.1.202401071107 [2024-03-05T10:45:19.971Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.query.runtime.feature.source,2.8.1.202401071107 [2024-03-05T10:45:19.972Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.validation.runtime.validation.source,2.8.1.202401071107 [2024-03-05T10:45:19.972Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.testing.core,2.8.1.202401071107 [2024-03-05T10:45:19.972Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.addon.validation.runtime.feature,2.8.1.202401071107 [2024-03-05T10:45:19.972Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.querybasedfeatures.runtime.source,2.8.1.202401071107 [2024-03-05T10:45:19.972Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.databinding.runtime.validation.source,2.8.1.202401071107 [2024-03-05T10:45:19.972Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.tooling.generator.model.source,2.8.1.202401071107 [2024-03-05T10:45:19.972Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.viewers.runtime.validation.source,2.8.1.202401071107 [2024-03-05T10:45:19.972Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.query.testing.sdk.feature.source,2.8.1.202401071107 [2024-03-05T10:45:19.972Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.query.sdk.feature.source,2.8.1.202401071107 [2024-03-05T10:45:19.972Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime.matchers.source,2.8.1.202401071107 [2024-03-05T10:45:19.972Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.addon.databinding.runtime.feature,2.8.1.202401071107 [2024-03-05T10:45:19.972Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.transformation.evm,2.8.1.202401071107 [2024-03-05T10:45:19.972Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.addon.viewers.tooling.feature.source,2.8.1.202401071107 [2024-03-05T10:45:19.972Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.transformation.ui,2.8.1.202401071107 [2024-03-05T10:45:20.233Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.transformation.runtime.emf,2.8.1.202401071107 [2024-03-05T10:45:20.233Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.query.sdk.feature,2.8.1.202401071107 [2024-03-05T10:45:20.233Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime.ui,2.8.1.202401071107 [2024-03-05T10:45:20.233Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.viewers.runtime,2.8.1.202401071107 [2024-03-05T10:45:20.233Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.testing.core.source,2.8.1.202401071107 [2024-03-05T10:45:20.233Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.transformation.evm.transactions.feature,2.8.1.202401071107 [2024-03-05T10:45:20.234Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.querybasedfeatures.runtime.validation.source,2.8.1.202401071107 [2024-03-05T10:45:20.234Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.testing.snapshot,2.8.1.202401071107 [2024-03-05T10:45:20.234Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.tooling.ui,2.8.1.202401071107 [2024-03-05T10:45:20.234Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.transformation.evm.source,2.8.1.202401071107 [2024-03-05T10:45:20.234Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime.rete,2.8.1.202401071107 [2024-03-05T10:45:20.234Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.documentation.help,2.8.1.202401071107 [2024-03-05T10:45:20.234Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.patternlanguage.emf.source,2.8.1.202401071107 [2024-03-05T10:45:20.234Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.testing.snapshot.source,2.8.1.202401071107 [2024-03-05T10:45:20.234Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime.base.itc,2.8.1.202401071107 [2024-03-05T10:45:20.234Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime.rete.recipes,2.8.1.202401071107 [2024-03-05T10:45:20.234Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.querybasedfeatures.tooling.source,2.8.1.202401071107 [2024-03-05T10:45:20.234Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.transformation.views.source,2.8.1.202401071107 [2024-03-05T10:45:20.234Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.patternlanguage.emf,2.8.1.202401071107 [2024-03-05T10:45:20.235Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.transformation.evm.transactions,2.8.1.202401071107 [2024-03-05T10:45:20.235Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime.matchers,2.8.1.202401071107 [2024-03-05T10:45:20.235Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.validation.runtime.ui,2.8.1.202401071107 [2024-03-05T10:45:20.235Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.transformation.runtime.emf.feature,2.8.1.202401071107 [2024-03-05T10:45:20.235Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.transformation.ui.source,2.8.1.202401071107 [2024-03-05T10:45:20.235Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.addon.viewers.runtime.feature.source,2.8.1.202401071107 [2024-03-05T10:45:20.496Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.addon.viewers.tooling.feature,2.8.1.202401071107 [2024-03-05T10:45:20.496Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.tooling.core.source,2.8.1.202401071107 [2024-03-05T10:45:20.497Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.querybasedfeatures.runtime,2.8.1.202401071107 [2024-03-05T10:45:20.497Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.validation.core,2.8.1.202401071107 [2024-03-05T10:45:20.497Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.query.runtime.feature,2.8.1.202401071107 [2024-03-05T10:45:20.497Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.databinding.runtime.validation,2.8.1.202401071107 [2024-03-05T10:45:20.497Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.tooling.ui.source,2.8.1.202401071107 [2024-03-05T10:45:20.497Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime.base.source,2.8.1.202401071107 [2024-03-05T10:45:20.497Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.addon.querybasedfeatures.runtime.feature,2.8.1.202401071107 [2024-03-05T10:45:20.497Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.patternlanguage.emf.ui,2.8.1.202401071107 [2024-03-05T10:45:20.497Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.viewers.runtime.validation,2.8.1.202401071107 [2024-03-05T10:45:20.497Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.transformation.runtime.emf.feature.source,2.8.1.202401071107 [2024-03-05T10:45:20.497Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime.localsearch,2.8.1.202401071107 [2024-03-05T10:45:20.497Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.tooling.generator.model.ui,2.8.1.202401071107 [2024-03-05T10:45:20.497Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.transformation.evm.transactions.source,2.8.1.202401071107 [2024-03-05T10:45:20.497Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.testing.ui.source,2.8.1.202401071107 [2024-03-05T10:45:20.497Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.validation.tooling,2.8.1.202401071107 [2024-03-05T10:45:20.497Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.patternlanguage.emf.ui.source,2.8.1.202401071107 [2024-03-05T10:45:20.497Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.tooling.generator.model.ui.source,2.8.1.202401071107 [2024-03-05T10:45:20.497Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.addon.viewers.runtime.feature,2.8.1.202401071107 [2024-03-05T10:45:20.497Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.validation.runtime.ui.source,2.8.1.202401071107 [2024-03-05T10:45:20.497Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime.rete.source,2.8.1.202401071107 [2024-03-05T10:45:20.497Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.querybasedfeatures.tooling,2.8.1.202401071107 [2024-03-05T10:45:20.497Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.addon.validation.runtime.feature.source,2.8.1.202401071107 [2024-03-05T10:45:20.498Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime.ui.source,2.8.1.202401071107 [2024-03-05T10:45:20.498Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime.base,2.8.1.202401071107 [2024-03-05T10:45:20.498Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime.source,2.8.1.202401071107 [2024-03-05T10:45:20.498Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.tooling.generator.model,2.8.1.202401071107 [2024-03-05T10:45:20.498Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.query.ide.feature,2.8.1.202401071107 [2024-03-05T10:45:20.498Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.transformation.views,2.8.1.202401071107 [2024-03-05T10:45:20.498Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime,2.8.1.202401071107 [2024-03-05T10:45:20.498Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.databinding.runtime.source,2.8.1.202401071107 [2024-03-05T10:45:20.498Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.transformation.runtime.emf.source,2.8.1.202401071107 [2024-03-05T10:45:20.498Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.query.language.feature,2.8.1.202401071107 [2024-03-05T10:45:20.498Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.validation.runtime.source,2.8.1.202401071107 [2024-03-05T10:45:20.498Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.validation.runtime.validation,2.8.1.202401071107 [2024-03-05T10:45:20.498Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.databinding.runtime,2.8.1.202401071107 [2024-03-05T10:45:20.498Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.query.language.feature.source,2.8.1.202401071107 [2024-03-05T10:45:20.498Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.addon.databinding.runtime.feature.source,2.8.1.202401071107 [2024-03-05T10:45:20.498Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.testing.ui,2.8.1.202401071107 [2024-03-05T10:45:20.498Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime.localsearch.source,2.8.1.202401071107 [2024-03-05T10:45:20.498Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.validation.tooling.source,2.8.1.202401071107 [2024-03-05T10:45:20.498Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.patternlanguage.emf.ide.source,2.8.1.202401071107 [2024-03-05T10:45:20.758Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.addon.querybasedfeatures.runtime.feature.source,2.8.1.202401071107 [2024-03-05T10:45:20.758Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.viewers.runtime.source,2.8.1.202401071107 [2024-03-05T10:45:20.758Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.viewers.tooling.ui,2.8.1.202401071107 [2024-03-05T10:45:20.759Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.transformation.evm.transactions.feature.source,2.8.1.202401071107 [2024-03-05T10:45:20.759Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.query.ide.feature.source,2.8.1.202401071107 [2024-03-05T10:45:20.759Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime.base.itc.source,2.8.1.202401071107 [2024-03-05T10:45:20.759Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.patternlanguage.emf.ide,2.8.1.202401071107 [2024-03-05T10:45:20.759Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.validation.core.source,2.8.1.202401071107 [2024-03-05T10:45:20.759Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.query.testing.sdk.feature,2.8.1.202401071107 [2024-03-05T10:45:20.759Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.tooling.core,2.8.1.202401071107 [2024-03-05T10:45:20.759Z] Mirroring artifacts from https://download.eclipse.org/eclemma/releases/3.1.8 [2024-03-05T10:45:20.759Z] - mirroring artifact osgi.bundle,org.jacoco.core,0.8.11.202310140853 [2024-03-05T10:45:20.759Z] - mirroring artifact osgi.bundle,org.jacoco.report,0.8.11.202310140853 [2024-03-05T10:45:20.759Z] - mirroring artifact osgi.bundle,org.eclipse.eclemma.core,3.1.8.202312121452 [2024-03-05T10:45:20.759Z] - mirroring artifact osgi.bundle,org.jacoco.agent,0.8.11.202310140853 [2024-03-05T10:45:20.759Z] - mirroring artifact osgi.bundle,org.eclipse.eclemma.ui,3.1.8.202312121452 [2024-03-05T10:45:20.759Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.eclemma.feature,3.1.8.202312121452 [2024-03-05T10:45:20.759Z] - mirroring artifact osgi.bundle,org.eclipse.eclemma.doc,3.1.8.202312121452 [2024-03-05T10:45:20.759Z] - mirrored artifact osgi.bundle,org.jacoco.report,0.8.11.202310140853 [2024-03-05T10:45:20.759Z] - mirrored artifact osgi.bundle,org.eclipse.eclemma.core,3.1.8.202312121452 [2024-03-05T10:45:20.759Z] - mirrored artifact osgi.bundle,org.jacoco.agent,0.8.11.202310140853 [2024-03-05T10:45:20.759Z] - mirrored artifact osgi.bundle,org.eclipse.eclemma.ui,3.1.8.202312121452 [2024-03-05T10:45:20.759Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.eclemma.feature,3.1.8.202312121452 [2024-03-05T10:45:20.759Z] - mirrored artifact osgi.bundle,org.jacoco.core,0.8.11.202310140853 [2024-03-05T10:45:21.019Z] - mirrored artifact osgi.bundle,org.eclipse.eclemma.doc,3.1.8.202312121452 [2024-03-05T10:45:21.019Z] Mirroring artifacts from https://download.eclipse.org/lsp4j/updates/releases/0.22.0 [2024-03-05T10:45:21.020Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4j.generator.source,0.22.0.v20240213-2011 [2024-03-05T10:45:21.020Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.lsp4j.sdk,0.22.0.v20240213-2013 [2024-03-05T10:45:21.020Z] - mirroring artifact osgi.bundle,jakarta.websocket-client-api,2.1.1 [2024-03-05T10:45:21.020Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4j.websocket.jakarta,0.22.0.v20240213-2011 [2024-03-05T10:45:21.020Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4j.debug.source,0.22.0.v20240213-2011 [2024-03-05T10:45:21.020Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4j.source,0.22.0.v20240213-2011 [2024-03-05T10:45:21.020Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4j.jsonrpc.source,0.22.0.v20240213-2011 [2024-03-05T10:45:21.020Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4j.generator,0.22.0.v20240213-2011 [2024-03-05T10:45:21.020Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4j.debug,0.22.0.v20240213-2011 [2024-03-05T10:45:21.020Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4j.jsonrpc,0.22.0.v20240213-2011 [2024-03-05T10:45:21.020Z] - mirroring artifact osgi.bundle,jakarta.websocket-client-api.source,2.1.1 [2024-03-05T10:45:21.020Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4j.jsonrpc.debug,0.22.0.v20240213-2011 [2024-03-05T10:45:21.020Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4j.jsonrpc.debug.source,0.22.0.v20240213-2011 [2024-03-05T10:45:21.020Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4j,0.22.0.v20240213-2011 [2024-03-05T10:45:21.020Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4j.websocket.jakarta.source,0.22.0.v20240213-2011 [2024-03-05T10:45:21.020Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4j.generator.source,0.22.0.v20240213-2011 [2024-03-05T10:45:21.020Z] - mirrored artifact osgi.bundle,jakarta.websocket-client-api,2.1.1 [2024-03-05T10:45:21.020Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.lsp4j.sdk,0.22.0.v20240213-2013 [2024-03-05T10:45:21.020Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4j.websocket.jakarta,0.22.0.v20240213-2011 [2024-03-05T10:45:21.020Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4j.debug.source,0.22.0.v20240213-2011 [2024-03-05T10:45:21.020Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4j.jsonrpc.source,0.22.0.v20240213-2011 [2024-03-05T10:45:21.020Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4j.generator,0.22.0.v20240213-2011 [2024-03-05T10:45:21.020Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4j.source,0.22.0.v20240213-2011 [2024-03-05T10:45:21.021Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4j.jsonrpc,0.22.0.v20240213-2011 [2024-03-05T10:45:21.021Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4j.debug,0.22.0.v20240213-2011 [2024-03-05T10:45:21.021Z] - mirrored artifact osgi.bundle,jakarta.websocket-client-api.source,2.1.1 [2024-03-05T10:45:21.021Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4j.jsonrpc.debug,0.22.0.v20240213-2011 [2024-03-05T10:45:21.021Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4j.jsonrpc.debug.source,0.22.0.v20240213-2011 [2024-03-05T10:45:21.021Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4j.websocket.jakarta.source,0.22.0.v20240213-2011 [2024-03-05T10:45:21.021Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4j,0.22.0.v20240213-2011 [2024-03-05T10:45:21.021Z] Mirroring artifacts from https://download.eclipse.org/lsp4e/releases/0.25.0 [2024-03-05T10:45:21.021Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4e.debug,0.15.7.202402141138 [2024-03-05T10:45:21.021Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4e,0.18.6.202403050753 [2024-03-05T10:45:21.021Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4e.debug.source,0.15.7.202402141138 [2024-03-05T10:45:21.021Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4e.jdt.source,0.13.0.202402070603 [2024-03-05T10:45:21.021Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4e.source,0.18.6.202403050753 [2024-03-05T10:45:21.021Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4e.jdt,0.13.0.202402070603 [2024-03-05T10:45:21.021Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4e.debug,0.15.7.202402141138 [2024-03-05T10:45:21.021Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4e.debug.source,0.15.7.202402141138 [2024-03-05T10:45:21.021Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4e.jdt.source,0.13.0.202402070603 [2024-03-05T10:45:21.021Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4e,0.18.6.202403050753 [2024-03-05T10:45:21.021Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4e.jdt,0.13.0.202402070603 [2024-03-05T10:45:21.021Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4e.source,0.18.6.202403050753 [2024-03-05T10:45:21.021Z] Mirroring artifacts from https://download.eclipse.org/usssdk/drops/release/1.2.2 [2024-03-05T10:45:21.021Z] - mirroring artifact osgi.bundle,org.eclipse.userstorage.oauth,1.1.0.v20190307-0457 [2024-03-05T10:45:21.021Z] - mirroring artifact osgi.bundle,org.eclipse.userstorage.oauth.tests.source,1.0.0.v20210517-0327 [2024-03-05T10:45:21.021Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.userstorage.sdk,1.2.0.v20210518-1310 [2024-03-05T10:45:21.021Z] - mirroring artifact osgi.bundle,org.eclipse.userstorage.tests.source,1.0.0.v20210518-1310 [2024-03-05T10:45:21.021Z] - mirroring artifact osgi.bundle,org.eclipse.userstorage.sdk,1.0.0.v20190216-0359 [2024-03-05T10:45:21.021Z] - mirroring artifact osgi.bundle,org.eclipse.userstorage.source,1.2.0.v20210517-0327 [2024-03-05T10:45:21.022Z] - mirroring artifact osgi.bundle,org.eclipse.userstorage.oauth.source,1.1.0.v20190307-0457 [2024-03-05T10:45:21.022Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.userstorage,1.2.0.v20210517-0327 [2024-03-05T10:45:21.022Z] - mirroring artifact osgi.bundle,org.eclipse.userstorage.ui.source,1.1.0.v20190307-0457 [2024-03-05T10:45:21.022Z] - mirroring artifact osgi.bundle,org.eclipse.userstorage,1.2.0.v20210517-0327 [2024-03-05T10:45:21.022Z] - mirroring artifact osgi.bundle,org.eclipse.userstorage.ui,1.1.0.v20190307-0457 [2024-03-05T10:45:21.022Z] - mirrored artifact osgi.bundle,org.eclipse.userstorage.oauth.tests.source,1.0.0.v20210517-0327 [2024-03-05T10:45:21.022Z] - mirrored artifact osgi.bundle,org.eclipse.userstorage.oauth,1.1.0.v20190307-0457 [2024-03-05T10:45:21.022Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.userstorage.sdk,1.2.0.v20210518-1310 [2024-03-05T10:45:21.022Z] - mirrored artifact osgi.bundle,org.eclipse.userstorage.sdk,1.0.0.v20190216-0359 [2024-03-05T10:45:21.022Z] - mirrored artifact osgi.bundle,org.eclipse.userstorage.tests.source,1.0.0.v20210518-1310 [2024-03-05T10:45:21.022Z] - mirrored artifact osgi.bundle,org.eclipse.userstorage.oauth.source,1.1.0.v20190307-0457 [2024-03-05T10:45:21.022Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.userstorage,1.2.0.v20210517-0327 [2024-03-05T10:45:21.022Z] - mirrored artifact osgi.bundle,org.eclipse.userstorage.source,1.2.0.v20210517-0327 [2024-03-05T10:45:21.022Z] - mirrored artifact osgi.bundle,org.eclipse.userstorage.ui.source,1.1.0.v20190307-0457 [2024-03-05T10:45:21.022Z] - mirrored artifact osgi.bundle,org.eclipse.userstorage.ui,1.1.0.v20190307-0457 [2024-03-05T10:45:21.022Z] - mirrored artifact osgi.bundle,org.eclipse.userstorage,1.2.0.v20210517-0327 [2024-03-05T10:45:21.022Z] Mirroring artifacts from https://download.eclipse.org/collections/11.1.0/repository [2024-03-05T10:45:21.022Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.collections.feature,11.1.0.v20220705-1455 [2024-03-05T10:45:21.022Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.collections.feature.source,11.1.0.v20220705-1455 [2024-03-05T10:45:21.022Z] - mirroring artifact osgi.bundle,org.eclipse.collections.source,11.1.0.v20220705-1455 [2024-03-05T10:45:21.022Z] - mirroring artifact osgi.bundle,org.eclipse.collections,11.1.0.v20220705-1455 [2024-03-05T10:45:21.022Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.collections.feature,11.1.0.v20220705-1455 [2024-03-05T10:45:21.022Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.collections.feature.source,11.1.0.v20220705-1455 [2024-03-05T10:45:21.282Z] - mirrored artifact osgi.bundle,org.eclipse.collections.source,11.1.0.v20220705-1455 [2024-03-05T10:45:21.542Z] - mirrored artifact osgi.bundle,org.eclipse.collections,11.1.0.v20220705-1455 [2024-03-05T10:45:21.542Z] Mirroring artifacts from https://download.eclipse.org/tm4e/releases/0.10.3 [2024-03-05T10:45:21.542Z] - mirroring artifact osgi.bundle,org.eclipse.tm4e.core,0.10.3.202403041755 [2024-03-05T10:45:21.542Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm4e.feature,0.10.3.202403041840 [2024-03-05T10:45:21.542Z] - mirroring artifact osgi.bundle,org.snakeyaml.engine,2.7.0 [2024-03-05T10:45:21.542Z] - mirroring artifact osgi.bundle,org.eclipse.tm4e.ui,0.10.3.202403012031 [2024-03-05T10:45:21.542Z] - mirroring artifact osgi.bundle,org.eclipse.tm4e.markdown,0.10.3.202403012031 [2024-03-05T10:45:21.542Z] - mirroring artifact osgi.bundle,org.eclipse.tm4e.registry.source,0.10.3.202403012031 [2024-03-05T10:45:21.542Z] - mirroring artifact osgi.bundle,org.eclipse.tm4e.languageconfiguration.source,0.10.3.202403041840 [2024-03-05T10:45:21.542Z] - mirroring artifact osgi.bundle,org.eclipse.tm4e.core.source,0.10.3.202403041755 [2024-03-05T10:45:21.542Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm4e.language_pack.feature,0.10.3.202403012031 [2024-03-05T10:45:21.542Z] - mirroring artifact osgi.bundle,org.eclipse.tm4e.languageconfiguration,0.10.3.202403041840 [2024-03-05T10:45:21.542Z] - mirroring artifact osgi.bundle,org.eclipse.tm4e.markdown.source,0.10.3.202403012031 [2024-03-05T10:45:21.542Z] - mirroring artifact osgi.bundle,org.eclipse.tm4e.language_pack,0.10.3.202403012031 [2024-03-05T10:45:21.542Z] - mirroring artifact osgi.bundle,org.eclipse.tm4e.ui.source,0.10.3.202403012031 [2024-03-05T10:45:21.542Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm4e.feature.source,0.10.3.202403041840 [2024-03-05T10:45:21.543Z] - mirroring artifact osgi.bundle,org.eclipse.tm4e.registry,0.10.3.202403012031 [2024-03-05T10:45:21.543Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm4e.feature,0.10.3.202403041840 [2024-03-05T10:45:21.543Z] - mirrored artifact osgi.bundle,org.eclipse.tm4e.core,0.10.3.202403041755 [2024-03-05T10:45:21.802Z] - mirrored artifact osgi.bundle,org.snakeyaml.engine,2.7.0 [2024-03-05T10:45:21.802Z] - mirrored artifact osgi.bundle,org.eclipse.tm4e.ui,0.10.3.202403012031 [2024-03-05T10:45:21.802Z] - mirrored artifact osgi.bundle,org.eclipse.tm4e.registry.source,0.10.3.202403012031 [2024-03-05T10:45:21.802Z] - mirrored artifact osgi.bundle,org.eclipse.tm4e.markdown,0.10.3.202403012031 [2024-03-05T10:45:21.803Z] - mirrored artifact osgi.bundle,org.eclipse.tm4e.languageconfiguration.source,0.10.3.202403041840 [2024-03-05T10:45:21.803Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm4e.language_pack.feature,0.10.3.202403012031 [2024-03-05T10:45:21.803Z] - mirrored artifact osgi.bundle,org.eclipse.tm4e.core.source,0.10.3.202403041755 [2024-03-05T10:45:21.803Z] - mirrored artifact osgi.bundle,org.eclipse.tm4e.languageconfiguration,0.10.3.202403041840 [2024-03-05T10:45:21.803Z] - mirrored artifact osgi.bundle,org.eclipse.tm4e.markdown.source,0.10.3.202403012031 [2024-03-05T10:45:21.803Z] - mirrored artifact osgi.bundle,org.eclipse.tm4e.ui.source,0.10.3.202403012031 [2024-03-05T10:45:21.803Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm4e.feature.source,0.10.3.202403041840 [2024-03-05T10:45:21.803Z] - mirrored artifact osgi.bundle,org.eclipse.tm4e.registry,0.10.3.202403012031 [2024-03-05T10:45:21.803Z] - mirrored artifact osgi.bundle,org.eclipse.tm4e.language_pack,0.10.3.202403012031 [2024-03-05T10:45:21.803Z] Mirroring artifacts from https://download.eclipse.org/wildwebdeveloper/releases/1.3.3 [2024-03-05T10:45:21.803Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wildwebdeveloper.embedder.node.feature,1.0.7.202310251358 [2024-03-05T10:45:21.803Z] - mirroring artifact osgi.bundle,org.eclipse.wildwebdeveloper.embedder.node.source,1.0.3.202309272022 [2024-03-05T10:45:21.803Z] - mirroring artifact osgi.bundle,org.eclipse.wildwebdeveloper.embedder.node,1.0.3.202309272022 [2024-03-05T10:45:21.803Z] - mirroring artifact osgi.bundle,org.eclipse.wildwebdeveloper,1.1.4.202311211923 [2024-03-05T10:45:21.803Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wildwebdeveloper.feature.source,1.3.3.202311211923 [2024-03-05T10:45:21.803Z] - mirroring artifact osgi.bundle,org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64,1.0.7.202310251358 [2024-03-05T10:45:21.803Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wildwebdeveloper.xml.feature.source,1.3.1.202310310352 [2024-03-05T10:45:21.803Z] - mirroring artifact osgi.bundle,org.yaml.snakeyaml,2.2.0 [2024-03-05T10:45:21.803Z] - mirroring artifact osgi.bundle,org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64,1.0.7.202310251358 [2024-03-05T10:45:21.803Z] - mirroring artifact osgi.bundle,org.eclipse.wildwebdeveloper.embedder.node.linux.aarch64,1.0.7.202310251358 [2024-03-05T10:45:21.803Z] - mirroring artifact osgi.bundle,org.eclipse.wildwebdeveloper.source,1.1.4.202311211923 [2024-03-05T10:45:21.803Z] - mirroring artifact osgi.bundle,org.eclipse.wildwebdeveloper.xml,1.3.1.202310310352 [2024-03-05T10:45:21.803Z] - mirroring artifact osgi.bundle,org.eclipse.wildwebdeveloper.embedder.node.linux.x86_64,1.0.7.202310251358 [2024-03-05T10:45:21.804Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wildwebdeveloper.feature,1.3.3.202311211923 [2024-03-05T10:45:21.804Z] - mirroring artifact osgi.bundle,org.eclipse.wildwebdeveloper.embedder.node.win32.x86_64,1.0.7.202310251358 [2024-03-05T10:45:21.804Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wildwebdeveloper.embedder.node.feature.source,1.0.7.202310251358 [2024-03-05T10:45:21.804Z] - mirroring artifact osgi.bundle,org.eclipse.wildwebdeveloper.xml.source,1.3.1.202310310352 [2024-03-05T10:45:21.804Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wildwebdeveloper.xml.feature,1.3.1.202310310352 [2024-03-05T10:45:21.804Z] - mirrored artifact osgi.bundle,org.eclipse.wildwebdeveloper.embedder.node.source,1.0.3.202309272022 [2024-03-05T10:45:21.804Z] - mirrored artifact osgi.bundle,org.eclipse.wildwebdeveloper.embedder.node,1.0.3.202309272022 [2024-03-05T10:45:21.804Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wildwebdeveloper.embedder.node.feature,1.0.7.202310251358 [2024-03-05T10:45:21.804Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wildwebdeveloper.feature.source,1.3.3.202311211923 [2024-03-05T10:45:23.186Z] - mirrored artifact osgi.bundle,org.eclipse.wildwebdeveloper,1.1.4.202311211923 [2024-03-05T10:45:23.186Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wildwebdeveloper.xml.feature.source,1.3.1.202310310352 [2024-03-05T10:45:23.186Z] - mirrored artifact osgi.bundle,org.yaml.snakeyaml,2.2.0 [2024-03-05T10:45:23.446Z] - mirrored artifact osgi.bundle,org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64,1.0.7.202310251358 [2024-03-05T10:45:24.843Z] - mirrored artifact osgi.bundle,org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64,1.0.7.202310251358 [2024-03-05T10:45:24.843Z] - mirrored artifact osgi.bundle,org.eclipse.wildwebdeveloper.source,1.1.4.202311211923 [2024-03-05T10:45:25.103Z] - mirrored artifact osgi.bundle,org.eclipse.wildwebdeveloper.xml,1.3.1.202310310352 [2024-03-05T10:45:25.103Z] - mirrored artifact osgi.bundle,org.eclipse.wildwebdeveloper.embedder.node.linux.aarch64,1.0.7.202310251358 [2024-03-05T10:45:25.103Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wildwebdeveloper.feature,1.3.3.202311211923 [2024-03-05T10:45:26.482Z] - mirrored artifact osgi.bundle,org.eclipse.wildwebdeveloper.embedder.node.win32.x86_64,1.0.7.202310251358 [2024-03-05T10:45:26.483Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wildwebdeveloper.embedder.node.feature.source,1.0.7.202310251358 [2024-03-05T10:45:26.483Z] - mirrored artifact osgi.bundle,org.eclipse.wildwebdeveloper.xml.source,1.3.1.202310310352 [2024-03-05T10:45:26.483Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wildwebdeveloper.xml.feature,1.3.1.202310310352 [2024-03-05T10:45:26.743Z] - mirrored artifact osgi.bundle,org.eclipse.wildwebdeveloper.embedder.node.linux.x86_64,1.0.7.202310251358 [2024-03-05T10:45:26.743Z] Mirroring artifacts from https://download.eclipse.org/passage/updates/milestone/2.11.0-RC2/ldc [2024-03-05T10:45:26.743Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.email,2.11.0.v20240109-0710 [2024-03-05T10:45:26.743Z] - mirroring artifact osgi.bundle,com.fasterxml.jackson.core.jackson-databind.source,2.16.1 [2024-03-05T10:45:26.743Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.define.feature,2.11.0.v20240226-1455 [2024-03-05T10:45:26.743Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.features.feature,2.11.0.v20240109-0710 [2024-03-05T10:45:26.743Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.execute.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.743Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.products.model.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.744Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.agreements.ecore.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.744Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.users.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.744Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.users.ecore.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.744Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.products.ecore,2.11.0.v20240109-0710 [2024-03-05T10:45:26.744Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.products.e4.ui.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.744Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.agreements.model,2.11.0.v20240109-0710 [2024-03-05T10:45:26.744Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.keys,2.11.0.v20240109-0710 [2024-03-05T10:45:26.744Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.licenses.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.744Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.net.feature,2.11.0.v20240109-0710 [2024-03-05T10:45:26.744Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.keys.ecore,2.11.0.v20240109-0710 [2024-03-05T10:45:26.744Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.ldc.feature,2.11.0.v20240226-1455 [2024-03-05T10:45:26.744Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.oshi,2.11.0.v20240109-0710 [2024-03-05T10:45:26.744Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.products.e4.ui,2.11.0.v20240109-0710 [2024-03-05T10:45:26.744Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.jface.source,2.11.0.v20240219-1225 [2024-03-05T10:45:26.744Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.features.edit,2.11.0.v20240109-0710 [2024-03-05T10:45:26.744Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.define.feature.source,2.11.0.v20240226-1455 [2024-03-05T10:45:26.744Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.bc,2.11.0.v20240109-0710 [2024-03-05T10:45:26.744Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.agreements.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.744Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.licenses.edit,2.11.0.v20240226-1455 [2024-03-05T10:45:26.744Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.json.feature.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.744Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.products.edit.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.744Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.agreements,2.11.0.v20240109-0710 [2024-03-05T10:45:26.744Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.bc.feature,2.11.0.v20240109-0710 [2024-03-05T10:45:26.744Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.keys.model.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.744Z] - mirroring artifact osgi.bundle,org.eclipse.passage.ldc.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.745Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.emf,2.11.0.v20240109-0710 [2024-03-05T10:45:26.745Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.keys.edit,2.11.0.v20240109-0710 [2024-03-05T10:45:26.745Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.keys.edit.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.745Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.bc.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.745Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.agreements.e4.ui.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.745Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.users.edit,2.11.0.v20240109-0710 [2024-03-05T10:45:26.745Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.oshi.feature.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.745Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.keys.ecore.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.745Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.users.model.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.745Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.ldc.feature.source,2.11.0.v20240226-1455 [2024-03-05T10:45:26.745Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.execute.feature,2.11.0.v20240226-1455 [2024-03-05T10:45:26.745Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.users.feature.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.745Z] - mirroring artifact osgi.bundle,com.fasterxml.jackson.core.jackson-core.source,2.16.1 [2024-03-05T10:45:26.745Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.agreements.ecore,2.11.0.v20240109-0710 [2024-03-05T10:45:26.745Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.agreements.feature.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.745Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.users.ecore,2.11.0.v20240109-0710 [2024-03-05T10:45:26.745Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.licenses,2.11.0.v20240109-0710 [2024-03-05T10:45:26.745Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.execute.branding,2.11.0.v20240109-0710 [2024-03-05T10:45:26.745Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.hc.feature.source,2.11.0.v20240220-1628 [2024-03-05T10:45:26.745Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.define.branding,2.11.0.v20240109-0710 [2024-03-05T10:45:26.745Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.products.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.745Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.oshi.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.745Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.execute.branding.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.745Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.licenses.ecore,2.11.0.v20240109-0710 [2024-03-05T10:45:26.745Z] - mirroring artifact osgi.bundle,org.eclipse.passage.ldc.pde.core.templates,2.11.0.v20240109-0710 [2024-03-05T10:45:26.746Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.bc.feature.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.746Z] - mirroring artifact osgi.bundle,org.eclipse.passage.ldc.pde.ui.templates,2.11.0.v20240109-0710 [2024-03-05T10:45:26.746Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.equinox,2.11.0.v20240109-0710 [2024-03-05T10:45:26.746Z] - mirroring artifact osgi.bundle,com.github.oshi.oshi-core,6.4.13 [2024-03-05T10:45:26.746Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.products.feature,2.11.0.v20240109-0710 [2024-03-05T10:45:26.746Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.compile.branding.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.746Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.products.ecore.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.746Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.features.feature.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.746Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.features.edit.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.746Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.base,2.11.0.v20240219-0800 [2024-03-05T10:45:26.746Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.features.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.746Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.agreements.edit,2.11.0.v20240109-0710 [2024-03-05T10:45:26.746Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.keys.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.746Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.features,2.11.0.v20240109-0710 [2024-03-05T10:45:26.746Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.e4.ui.feature,2.11.0.v20240219-1225 [2024-03-05T10:45:26.746Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.features.e4.ui.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.746Z] - mirroring artifact osgi.bundle,jakarta.servlet-api.source,6.0.0 [2024-03-05T10:45:26.746Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.json.feature,2.11.0.v20240109-0710 [2024-03-05T10:45:26.746Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.emf.feature,2.11.0.v20240109-0710 [2024-03-05T10:45:26.746Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.features.ecore,2.11.0.v20240109-0710 [2024-03-05T10:45:26.746Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.compile.feature,2.11.0.v20240219-1225 [2024-03-05T10:45:26.746Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.hc.feature,2.11.0.v20240220-1628 [2024-03-05T10:45:26.746Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.api,2.11.0.v20240109-0710 [2024-03-05T10:45:26.746Z] - mirroring artifact osgi.bundle,org.eclipse.passage.ldc.pde.core.templates.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.746Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.net,2.11.0.v20240109-0710 [2024-03-05T10:45:26.746Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.keys.feature,2.11.0.v20240109-0710 [2024-03-05T10:45:26.746Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.e4.ui,2.11.0.v20240219-0800 [2024-03-05T10:45:26.747Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.licenses.feature.source,2.11.0.v20240226-1455 [2024-03-05T10:45:26.747Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.json.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.747Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.products.edit,2.11.0.v20240109-0710 [2024-03-05T10:45:26.747Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.equinox.feature.source,2.11.0.v20240219-0800 [2024-03-05T10:45:26.747Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.emf.feature.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.747Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.licenses.ecore.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.747Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.define.branding.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.747Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.keys.model,2.11.0.v20240109-0710 [2024-03-05T10:45:26.747Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.e4.core.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.747Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.execute.feature.source,2.11.0.v20240226-1455 [2024-03-05T10:45:26.747Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.products,2.11.0.v20240109-0710 [2024-03-05T10:45:26.747Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.licenses.edit.source,2.11.0.v20240226-1455 [2024-03-05T10:45:26.747Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.e4.core,2.11.0.v20240109-0710 [2024-03-05T10:45:26.747Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.hc,2.11.0.v20240220-1628 [2024-03-05T10:45:26.747Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.users.e4.ui.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.747Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.users,2.11.0.v20240109-0710 [2024-03-05T10:45:26.747Z] - mirroring artifact osgi.bundle,org.eclipse.passage.ldc,2.11.0.v20240109-0710 [2024-03-05T10:45:26.747Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.agreements.edit.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.747Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.base.source,2.11.0.v20240219-0800 [2024-03-05T10:45:26.747Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.features.ecore.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.747Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.products.model,2.11.0.v20240109-0710 [2024-03-05T10:45:26.747Z] - mirroring artifact osgi.bundle,com.github.oshi.oshi-core.source,6.4.13 [2024-03-05T10:45:26.747Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.equinox.feature,2.11.0.v20240219-0800 [2024-03-05T10:45:26.747Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.oshi.feature,2.11.0.v20240109-0710 [2024-03-05T10:45:26.747Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.net.feature.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.748Z] - mirroring artifact osgi.bundle,com.fasterxml.jackson.core.jackson-annotations.source,2.16.1 [2024-03-05T10:45:26.748Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.e4.ui.source,2.11.0.v20240219-0800 [2024-03-05T10:45:26.748Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.users.model,2.11.0.v20240109-0710 [2024-03-05T10:45:26.748Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.compile.feature.source,2.11.0.v20240219-1225 [2024-03-05T10:45:26.748Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.hc.source,2.11.0.v20240220-1628 [2024-03-05T10:45:26.748Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.json,2.11.0.v20240109-0710 [2024-03-05T10:45:26.748Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.e4.ui.feature.source,2.11.0.v20240219-1225 [2024-03-05T10:45:26.748Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.products.feature.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.748Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.licenses.model.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.748Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.api.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.748Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.execute,2.11.0.v20240109-0710 [2024-03-05T10:45:26.748Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.licenses.feature,2.11.0.v20240226-1455 [2024-03-05T10:45:26.748Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.net.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.748Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.agreements.model.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.748Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.email.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.748Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.features.model.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.748Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.agreements.e4.ui,2.11.0.v20240109-0710 [2024-03-05T10:45:26.748Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.agreements.feature,2.11.0.v20240109-0710 [2024-03-05T10:45:26.748Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.email,2.11.0.v20240109-0710 [2024-03-05T10:45:26.748Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.licenses.e4.ui.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.748Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.jface,2.11.0.v20240219-1225 [2024-03-05T10:45:26.748Z] - mirroring artifact osgi.bundle,org.eclipse.passage.ldc.pde.ui.templates.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.748Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.users.feature,2.11.0.v20240109-0710 [2024-03-05T10:45:26.748Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.compile.branding,2.11.0.v20240109-0710 [2024-03-05T10:45:26.748Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.users.e4.ui,2.11.0.v20240109-0710 [2024-03-05T10:45:26.749Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.licenses.model,2.11.0.v20240109-0710 [2024-03-05T10:45:26.749Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.features.e4.ui,2.11.0.v20240109-0710 [2024-03-05T10:45:26.749Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.keys.feature.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.749Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.equinox.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.749Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.features.model,2.11.0.v20240109-0710 [2024-03-05T10:45:26.749Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.emf.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.749Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.users.edit.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.749Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.licenses.e4.ui,2.11.0.v20240109-0710 [2024-03-05T10:45:26.749Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.define.feature,2.11.0.v20240226-1455 [2024-03-05T10:45:26.749Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.features.feature,2.11.0.v20240109-0710 [2024-03-05T10:45:26.749Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.execute.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.749Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.products.model.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.749Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.agreements.ecore.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.749Z] - mirrored artifact osgi.bundle,com.fasterxml.jackson.core.jackson-databind.source,2.16.1 [2024-03-05T10:45:26.749Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.users.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.749Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.users.ecore.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.749Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.products.e4.ui.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.749Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.agreements.model,2.11.0.v20240109-0710 [2024-03-05T10:45:26.749Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.keys,2.11.0.v20240109-0710 [2024-03-05T10:45:26.749Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.products.ecore,2.11.0.v20240109-0710 [2024-03-05T10:45:26.749Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.licenses.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.749Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.net.feature,2.11.0.v20240109-0710 [2024-03-05T10:45:26.750Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.keys.ecore,2.11.0.v20240109-0710 [2024-03-05T10:45:26.750Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.ldc.feature,2.11.0.v20240226-1455 [2024-03-05T10:45:26.750Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.products.e4.ui,2.11.0.v20240109-0710 [2024-03-05T10:45:26.750Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.oshi,2.11.0.v20240109-0710 [2024-03-05T10:45:26.750Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.jface.source,2.11.0.v20240219-1225 [2024-03-05T10:45:26.750Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.features.edit,2.11.0.v20240109-0710 [2024-03-05T10:45:26.750Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.define.feature.source,2.11.0.v20240226-1455 [2024-03-05T10:45:26.750Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.bc,2.11.0.v20240109-0710 [2024-03-05T10:45:26.750Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.licenses.edit,2.11.0.v20240226-1455 [2024-03-05T10:45:26.750Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.agreements.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.750Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.products.edit.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.750Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.json.feature.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.750Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.agreements,2.11.0.v20240109-0710 [2024-03-05T10:45:26.750Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.keys.model.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.750Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.bc.feature,2.11.0.v20240109-0710 [2024-03-05T10:45:26.750Z] - mirrored artifact osgi.bundle,org.eclipse.passage.ldc.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.750Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.keys.edit,2.11.0.v20240109-0710 [2024-03-05T10:45:26.750Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.emf,2.11.0.v20240109-0710 [2024-03-05T10:45:26.750Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.keys.edit.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.750Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.agreements.e4.ui.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.750Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.bc.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.750Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.users.edit,2.11.0.v20240109-0710 [2024-03-05T10:45:26.750Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.keys.ecore.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.750Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.oshi.feature.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.750Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.users.model.source,2.11.0.v20240109-0710 [2024-03-05T10:45:26.750Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.ldc.feature.source,2.11.0.v20240226-1455 [2024-03-05T10:45:27.012Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.users.feature.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.012Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.execute.feature,2.11.0.v20240226-1455 [2024-03-05T10:45:27.012Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.agreements.ecore,2.11.0.v20240109-0710 [2024-03-05T10:45:27.012Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.agreements.feature.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.012Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.users.ecore,2.11.0.v20240109-0710 [2024-03-05T10:45:27.012Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.licenses,2.11.0.v20240109-0710 [2024-03-05T10:45:27.012Z] - mirrored artifact osgi.bundle,com.fasterxml.jackson.core.jackson-core.source,2.16.1 [2024-03-05T10:45:27.012Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.execute.branding,2.11.0.v20240109-0710 [2024-03-05T10:45:27.012Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.hc.feature.source,2.11.0.v20240220-1628 [2024-03-05T10:45:27.012Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.define.branding,2.11.0.v20240109-0710 [2024-03-05T10:45:27.012Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.products.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.012Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.execute.branding.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.012Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.oshi.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.012Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.licenses.ecore,2.11.0.v20240109-0710 [2024-03-05T10:45:27.012Z] - mirrored artifact osgi.bundle,org.eclipse.passage.ldc.pde.core.templates,2.11.0.v20240109-0710 [2024-03-05T10:45:27.012Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.bc.feature.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.012Z] - mirrored artifact osgi.bundle,org.eclipse.passage.ldc.pde.ui.templates,2.11.0.v20240109-0710 [2024-03-05T10:45:27.012Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.equinox,2.11.0.v20240109-0710 [2024-03-05T10:45:27.012Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.products.feature,2.11.0.v20240109-0710 [2024-03-05T10:45:27.013Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.compile.branding.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.013Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.products.ecore.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.013Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.features.feature.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.013Z] - mirrored artifact osgi.bundle,com.github.oshi.oshi-core,6.4.13 [2024-03-05T10:45:27.013Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.features.edit.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.013Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.features.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.013Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.agreements.edit,2.11.0.v20240109-0710 [2024-03-05T10:45:27.013Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.keys.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.013Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.base,2.11.0.v20240219-0800 [2024-03-05T10:45:27.013Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.features,2.11.0.v20240109-0710 [2024-03-05T10:45:27.013Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.e4.ui.feature,2.11.0.v20240219-1225 [2024-03-05T10:45:27.013Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.features.e4.ui.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.013Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.json.feature,2.11.0.v20240109-0710 [2024-03-05T10:45:27.013Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.emf.feature,2.11.0.v20240109-0710 [2024-03-05T10:45:27.013Z] - mirrored artifact osgi.bundle,jakarta.servlet-api.source,6.0.0 [2024-03-05T10:45:27.013Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.features.ecore,2.11.0.v20240109-0710 [2024-03-05T10:45:27.013Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.compile.feature,2.11.0.v20240219-1225 [2024-03-05T10:45:27.013Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.hc.feature,2.11.0.v20240220-1628 [2024-03-05T10:45:27.013Z] - mirrored artifact osgi.bundle,org.eclipse.passage.ldc.pde.core.templates.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.013Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.api,2.11.0.v20240109-0710 [2024-03-05T10:45:27.013Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.net,2.11.0.v20240109-0710 [2024-03-05T10:45:27.013Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.keys.feature,2.11.0.v20240109-0710 [2024-03-05T10:45:27.013Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.e4.ui,2.11.0.v20240219-0800 [2024-03-05T10:45:27.013Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.licenses.feature.source,2.11.0.v20240226-1455 [2024-03-05T10:45:27.014Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.json.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.014Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.products.edit,2.11.0.v20240109-0710 [2024-03-05T10:45:27.014Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.emf.feature.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.014Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.equinox.feature.source,2.11.0.v20240219-0800 [2024-03-05T10:45:27.014Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.define.branding.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.014Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.keys.model,2.11.0.v20240109-0710 [2024-03-05T10:45:27.014Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.licenses.ecore.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.014Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.e4.core.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.014Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.execute.feature.source,2.11.0.v20240226-1455 [2024-03-05T10:45:27.014Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.products,2.11.0.v20240109-0710 [2024-03-05T10:45:27.014Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.licenses.edit.source,2.11.0.v20240226-1455 [2024-03-05T10:45:27.014Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.e4.core,2.11.0.v20240109-0710 [2024-03-05T10:45:27.014Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.users.e4.ui.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.014Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.users,2.11.0.v20240109-0710 [2024-03-05T10:45:27.014Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.hc,2.11.0.v20240220-1628 [2024-03-05T10:45:27.014Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.agreements.edit.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.275Z] - mirrored artifact osgi.bundle,org.eclipse.passage.ldc,2.11.0.v20240109-0710 [2024-03-05T10:45:27.275Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.features.ecore.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.275Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.products.model,2.11.0.v20240109-0710 [2024-03-05T10:45:27.276Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.base.source,2.11.0.v20240219-0800 [2024-03-05T10:45:27.276Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.equinox.feature,2.11.0.v20240219-0800 [2024-03-05T10:45:27.276Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.oshi.feature,2.11.0.v20240109-0710 [2024-03-05T10:45:27.276Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.net.feature.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.276Z] - mirrored artifact osgi.bundle,com.fasterxml.jackson.core.jackson-annotations.source,2.16.1 [2024-03-05T10:45:27.276Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.e4.ui.source,2.11.0.v20240219-0800 [2024-03-05T10:45:27.276Z] - mirrored artifact osgi.bundle,com.github.oshi.oshi-core.source,6.4.13 [2024-03-05T10:45:27.276Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.users.model,2.11.0.v20240109-0710 [2024-03-05T10:45:27.276Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.compile.feature.source,2.11.0.v20240219-1225 [2024-03-05T10:45:27.276Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.hc.source,2.11.0.v20240220-1628 [2024-03-05T10:45:27.276Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.e4.ui.feature.source,2.11.0.v20240219-1225 [2024-03-05T10:45:27.276Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.products.feature.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.276Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.json,2.11.0.v20240109-0710 [2024-03-05T10:45:27.276Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.licenses.model.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.276Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.execute,2.11.0.v20240109-0710 [2024-03-05T10:45:27.276Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.api.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.276Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.licenses.feature,2.11.0.v20240226-1455 [2024-03-05T10:45:27.276Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.agreements.model.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.276Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.net.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.276Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.email.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.276Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.agreements.e4.ui,2.11.0.v20240109-0710 [2024-03-05T10:45:27.276Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.features.model.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.277Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.agreements.feature,2.11.0.v20240109-0710 [2024-03-05T10:45:27.277Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.licenses.e4.ui.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.277Z] - mirrored artifact osgi.bundle,org.eclipse.passage.ldc.pde.ui.templates.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.277Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.users.feature,2.11.0.v20240109-0710 [2024-03-05T10:45:27.277Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.compile.branding,2.11.0.v20240109-0710 [2024-03-05T10:45:27.277Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.users.e4.ui,2.11.0.v20240109-0710 [2024-03-05T10:45:27.277Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.licenses.model,2.11.0.v20240109-0710 [2024-03-05T10:45:27.277Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.jface,2.11.0.v20240219-1225 [2024-03-05T10:45:27.277Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.keys.feature.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.277Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.equinox.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.277Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.features.model,2.11.0.v20240109-0710 [2024-03-05T10:45:27.277Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.features.e4.ui,2.11.0.v20240109-0710 [2024-03-05T10:45:27.277Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.users.edit.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.277Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.licenses.e4.ui,2.11.0.v20240109-0710 [2024-03-05T10:45:27.277Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.emf.source,2.11.0.v20240109-0710 [2024-03-05T10:45:27.277Z] Mirroring artifacts from https://download.eclipse.org/modeling/mdt/modisco/builds/milestone/S202403031228 [2024-03-05T10:45:27.277Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.jsp.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.277Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.query.java.metamodel,1.5.0.v20240303-1202 [2024-03-05T10:45:27.277Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.discoverer.source,1.5.4.v20240303-1202 [2024-03-05T10:45:27.277Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.eclipseplugin.discoverer.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.277Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.277Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.editor.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.277Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.omg.gastm,1.5.0.v20240303-1202 [2024-03-05T10:45:27.277Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.ejbjar.discoverer,1.5.0.v20240303-1202 [2024-03-05T10:45:27.278Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.examples.feature,1.5.4.v20240303-1202 [2024-03-05T10:45:27.278Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.discovery.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.278Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.uicore.examples.cnf.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.278Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.jsp.generation.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.278Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.278Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.xml.discoverer,1.5.0.v20240303-1202 [2024-03-05T10:45:27.278Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.xml.discoverer.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.278Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.properties.discoverer.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:27.278Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:27.278Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.doc,1.5.0.v20240303-1202 [2024-03-05T10:45:27.278Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.catalog,1.5.0.v20240303-1202 [2024-03-05T10:45:27.278Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.query.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:27.278Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.jsp.discoverer.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:27.278Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.doc.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.278Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.facet.edit.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.278Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.query.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.278Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.query,1.5.0.v20240303-1202 [2024-03-05T10:45:27.278Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.browser.customization,1.5.0.v20240303-1202 [2024-03-05T10:45:27.278Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.tool.metricsvisualizationbuilder,1.5.0.v20240303-1202 [2024-03-05T10:45:27.278Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.manifest,1.5.0.v20240303-1202 [2024-03-05T10:45:27.279Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.sdk.feature,1.5.4.v20240303-1202 [2024-03-05T10:45:27.279Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.common.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:27.279Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.catalog.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.279Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.279Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.examples.java.jdk,1.5.0.v20240303-1202 [2024-03-05T10:45:27.279Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.facet,1.5.0.v20240303-1202 [2024-03-05T10:45:27.279Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.common.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.279Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.util.emf.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.279Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.doc.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.279Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.infra.browser.feature.source,1.5.4.v20240303-1202 [2024-03-05T10:45:27.279Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.ecore.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.279Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.279Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.query.core,1.5.0.v20240303-1202 [2024-03-05T10:45:27.279Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.xml.discoverer.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.279Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.ejbjar,1.5.0.v20240303-1202 [2024-03-05T10:45:27.279Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.uicore,1.5.0.v20240303-1202 [2024-03-05T10:45:27.280Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.omg.kdm,1.5.0.v20240303-1202 [2024-03-05T10:45:27.280Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.queries,1.5.0.v20240303-1202 [2024-03-05T10:45:27.280Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.infrastructure.feature,1.5.4.v20240303-1202 [2024-03-05T10:45:27.280Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.kdm.source.extension.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:27.280Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.generation,1.5.0.v20240303-1202 [2024-03-05T10:45:27.280Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.custom.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.280Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.efacet.metamodel.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.280Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.common.core,1.5.0.v20240303-1202 [2024-03-05T10:45:27.280Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.ejbjar.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.280Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.discoverer.cdo.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.280Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.280Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.280Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.queries.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.280Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.kdm.uml2converter.ui.source,1.5.1.v20240303-1202 [2024-03-05T10:45:27.280Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.properties.discoverer.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.280Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.manifest.discoverer.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.280Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.webapp.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.280Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.discoverer.cdo,1.5.0.v20240303-1202 [2024-03-05T10:45:27.280Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.facet.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.280Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.omg.gastm.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.280Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.omg.doc,1.5.0.v20240303-1202 [2024-03-05T10:45:27.280Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.jsp.discoverer.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.280Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.doc.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.280Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.eclipseplugin.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.280Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.widgets.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.280Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.editor,1.5.0.v20240303-1202 [2024-03-05T10:45:27.281Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.custom.core,1.5.0.v20240303-1202 [2024-03-05T10:45:27.281Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.pde.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.281Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.catalog.metamodel,1.5.0.v20240303-1202 [2024-03-05T10:45:27.281Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.infra.omg.feature.source,1.5.4.v20240303-1202 [2024-03-05T10:45:27.281Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.common.cdo,1.5.0.v20240303-1202 [2024-03-05T10:45:27.281Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.infra.omg.feature,1.5.4.v20240303-1202 [2024-03-05T10:45:27.281Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.eclipseplugin.discoverer.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.281Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.widgets.celleditors,1.5.0.v20240303-1202 [2024-03-05T10:45:27.281Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.examples.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.281Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.eclipseplugin,1.5.0.v20240303-1202 [2024-03-05T10:45:27.281Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.eclipse.feature.source,1.5.4.v20240303-1202 [2024-03-05T10:45:27.281Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.discoverer,1.5.4.v20240303-1202 [2024-03-05T10:45:27.281Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.doc,1.5.0.v20240303-1202 [2024-03-05T10:45:27.282Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.omg.kdm.edit,1.5.0.v20240303-1202 [2024-03-05T10:45:27.282Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.query.java.core,1.5.0.v20240303-1202 [2024-03-05T10:45:27.282Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.jee.feature,1.5.4.v20240303-1202 [2024-03-05T10:45:27.282Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:27.282Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser,1.5.0.v20240303-1202 [2024-03-05T10:45:27.282Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.webapp.discoverer,1.5.0.v20240303-1202 [2024-03-05T10:45:27.282Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.webapp,1.5.0.v20240303-1202 [2024-03-05T10:45:27.282Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.jface.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.282Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.xml,1.5.0.v20240303-1202 [2024-03-05T10:45:27.282Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.util.atl.core,1.5.0.v20240303-1202 [2024-03-05T10:45:27.282Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.kdm.uml2converter.ui,1.5.1.v20240303-1202 [2024-03-05T10:45:27.283Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.generation.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.283Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.kdm.source.discoverer.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.283Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.eclipseplugin.discoverer.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:27.283Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.discovery.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.283Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.facet.editor,1.5.0.v20240303-1202 [2024-03-05T10:45:27.283Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.query.java.metamodel.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.283Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.discoverer.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.283Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.workflow.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.283Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.kdm.uml2converter,1.5.1.v20240303-1202 [2024-03-05T10:45:27.283Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.java.feature.source,1.5.4.v20240303-1202 [2024-03-05T10:45:27.283Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.common.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:27.283Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.widgets.celleditors.ecore.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.283Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.composition.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.283Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.composition.browser.customization,1.5.0.v20240303-1202 [2024-03-05T10:45:27.283Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.browser.customization.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.283Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.discovery.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:27.283Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.query.edit,1.5.0.v20240303-1202 [2024-03-05T10:45:27.283Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.common.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.283Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.discovery,1.5.0.v20240303-1202 [2024-03-05T10:45:27.283Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.283Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.pde.core,1.5.0.v20240303-1202 [2024-03-05T10:45:27.283Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.custom.metamodel.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.283Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.composition.discoverer.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:27.283Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.editor.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:27.284Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.284Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.facet.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.284Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.queries,1.5.0.v20240303-1202 [2024-03-05T10:45:27.284Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.eclipseplugin.discoverer,1.5.0.v20240303-1202 [2024-03-05T10:45:27.284Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.webapp.discoverer.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:27.284Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.jsp.discoverer.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.284Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.efacet.edit.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.284Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.workflow.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:27.284Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.workflow.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.284Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.doc,1.5.0.v20240303-1202 [2024-03-05T10:45:27.284Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.facet.core,1.5.0.v20240303-1202 [2024-03-05T10:45:27.284Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.omg.kdm.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.284Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom,1.5.0.v20240303-1202 [2024-03-05T10:45:27.284Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.webapp.discoverer.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.284Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.query.java.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.284Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infrastructure.doc.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.284Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.kdm.source.extension.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.284Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.util.atl.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.284Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.common.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.284Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.examples,1.5.0.v20240303-1202 [2024-03-05T10:45:27.284Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.query.jxpath.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.284Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.workflow,1.5.0.v20240303-1202 [2024-03-05T10:45:27.284Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.xml.feature,1.5.4.v20240303-1202 [2024-03-05T10:45:27.284Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.omg.doc.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.284Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.composition.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.285Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.composition.browser.customization.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.285Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.facet.editor.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.285Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.properties.discoverer,1.5.0.v20240303-1202 [2024-03-05T10:45:27.285Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.queries.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.285Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.jsp.generation,1.5.0.v20240303-1202 [2024-03-05T10:45:27.285Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.facet.feature,1.5.4.v20240303-1202 [2024-03-05T10:45:27.285Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.efacet.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.285Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.query.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.285Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.capabilities,1.5.0.v20240303-1202 [2024-03-05T10:45:27.285Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.kdm.source.discoverer,1.5.0.v20240303-1202 [2024-03-05T10:45:27.285Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:27.285Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.uicore.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.285Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.285Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.manifest.discoverer,1.5.0.v20240303-1202 [2024-03-05T10:45:27.285Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.catalog.metamodel.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.285Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.jsp,1.5.0.v20240303-1202 [2024-03-05T10:45:27.285Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.kdm.uml2converter.source,1.5.1.v20240303-1202 [2024-03-05T10:45:27.285Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.xml.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.285Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.tool.metricsvisualizationbuilder.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.285Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.jsp.browser.customization.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.285Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.query.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.285Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.facet.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:27.285Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.manifest.discoverer.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:27.286Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.composition.discoverer.source,1.5.4.v20240303-1202 [2024-03-05T10:45:27.286Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.custom.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.286Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.discoverer.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:27.286Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.omg.kdm.edit.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.286Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.examples.feature.source,1.5.4.v20240303-1202 [2024-03-05T10:45:27.286Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.facet,1.5.0.v20240303-1202 [2024-03-05T10:45:27.286Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.widgets.celleditors.ecore,1.5.0.v20240303-1202 [2024-03-05T10:45:27.286Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.facet.edit,1.5.0.v20240303-1202 [2024-03-05T10:45:27.286Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.composition,1.5.0.v20240303-1202 [2024-03-05T10:45:27.286Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.core,1.5.0.v20240303-1202 [2024-03-05T10:45:27.286Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.ecore.core,1.5.0.v20240303-1202 [2024-03-05T10:45:27.286Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.jsp.discoverer,1.5.0.v20240303-1202 [2024-03-05T10:45:27.286Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.common.cdo.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.286Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.kdm.source.discoverer.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.286Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.discovery.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.286Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.ejbjar.discoverer.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:27.286Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.efacet.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:27.287Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.swt,1.5.0.v20240303-1202 [2024-03-05T10:45:27.287Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.examples.java.jdk.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.287Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.jface.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:27.287Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.util.emf.core,1.5.0.v20240303-1202 [2024-03-05T10:45:27.287Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.common.core,1.5.0.v20240303-1202 [2024-03-05T10:45:27.287Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.facet.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.287Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.query.editor.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.287Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.manifest.discoverer.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.287Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.core,1.5.0.v20240303-1202 [2024-03-05T10:45:27.287Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.xml.doc,1.5.0.v20240303-1202 [2024-03-05T10:45:27.287Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.composition.discoverer,1.5.4.v20240303-1202 [2024-03-05T10:45:27.287Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.xml.browser.customization,1.5.0.v20240303-1202 [2024-03-05T10:45:27.287Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.omg.smm,1.5.0.v20240303-1202 [2024-03-05T10:45:27.287Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.webapp.discoverer.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.287Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.efacet.metamodel,1.5.0.v20240303-1202 [2024-03-05T10:45:27.287Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.properties.discoverer.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.287Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.widgets.celleditors.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.287Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.workflow.core,1.5.0.v20240303-1202 [2024-03-05T10:45:27.287Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.jee.feature.source,1.5.4.v20240303-1202 [2024-03-05T10:45:27.287Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.facet.feature.source,1.5.4.v20240303-1202 [2024-03-05T10:45:27.287Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.editor.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.287Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.query.editor,1.5.0.v20240303-1202 [2024-03-05T10:45:27.288Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.java.feature,1.5.4.v20240303-1202 [2024-03-05T10:45:27.288Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.query.edit.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.288Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.java.cdo.feature,1.5.4.v20240303-1202 [2024-03-05T10:45:27.288Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.workflow.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.288Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.core,1.5.0.v20240303-1202 [2024-03-05T10:45:27.288Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.efacet.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.288Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.common.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.288Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.sdk.feature.source,1.5.4.v20240303-1202 [2024-03-05T10:45:27.288Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.manifest.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.288Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.ejbjar.discoverer.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.288Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.omg.smm.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.288Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.xml.feature.source,1.5.4.v20240303-1202 [2024-03-05T10:45:27.288Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.288Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.efacet.edit.core,1.5.0.v20240303-1202 [2024-03-05T10:45:27.288Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.facet.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.288Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.java.cdo.feature.source,1.5.4.v20240303-1202 [2024-03-05T10:45:27.288Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.composition.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:27.288Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.composition.discoverer.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.288Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.efacet.core,1.5.0.v20240303-1202 [2024-03-05T10:45:27.288Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.kdm.source.extension,1.5.0.v20240303-1202 [2024-03-05T10:45:27.288Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.eclipse.feature,1.5.4.v20240303-1202 [2024-03-05T10:45:27.288Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.custom.metamodel,1.5.0.v20240303-1202 [2024-03-05T10:45:27.288Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.infra.browser.feature,1.5.4.v20240303-1202 [2024-03-05T10:45:27.288Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.uicore.examples.cnf,1.5.0.v20240303-1202 [2024-03-05T10:45:27.289Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.cdo.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.289Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.ejbjar.discoverer.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.289Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java,1.5.0.v20240303-1202 [2024-03-05T10:45:27.289Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.kdm.source.extension.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.289Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.widgets,1.5.0.v20240303-1202 [2024-03-05T10:45:27.289Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.xml.browser.customization.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.289Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.query.jxpath,1.5.0.v20240303-1202 [2024-03-05T10:45:27.289Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.custom.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:27.289Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.capabilities.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.289Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee,1.5.0.v20240303-1202 [2024-03-05T10:45:27.289Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.discovery.core,1.5.0.v20240303-1202 [2024-03-05T10:45:27.289Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.examples.uml,1.5.0.v20240303-1202 [2024-03-05T10:45:27.289Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.xml.doc.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.289Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.jsp.browser.customization,1.5.0.v20240303-1202 [2024-03-05T10:45:27.289Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.examples.uml.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.289Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.swt.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.289Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infrastructure.doc,1.5.0.v20240303-1202 [2024-03-05T10:45:27.289Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.kdm.source.discoverer.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:27.289Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.xml.discoverer.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:27.289Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.infrastructure.feature.source,1.5.4.v20240303-1202 [2024-03-05T10:45:27.289Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.cdo,1.5.0.v20240303-1202 [2024-03-05T10:45:27.549Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.query.java.metamodel,1.5.0.v20240303-1202 [2024-03-05T10:45:27.549Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.discoverer.source,1.5.4.v20240303-1202 [2024-03-05T10:45:27.549Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.eclipseplugin.discoverer.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.549Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.jsp.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.549Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.549Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.editor.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.550Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.ejbjar.discoverer,1.5.0.v20240303-1202 [2024-03-05T10:45:27.550Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.examples.feature,1.5.4.v20240303-1202 [2024-03-05T10:45:27.550Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.discovery.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.550Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.omg.gastm,1.5.0.v20240303-1202 [2024-03-05T10:45:27.550Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.jsp.generation.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.550Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.uicore.examples.cnf.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.550Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.xml.discoverer,1.5.0.v20240303-1202 [2024-03-05T10:45:27.550Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.xml.discoverer.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.550Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.properties.discoverer.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:27.550Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.550Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:27.550Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.doc,1.5.0.v20240303-1202 [2024-03-05T10:45:27.550Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.query.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:27.550Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.catalog,1.5.0.v20240303-1202 [2024-03-05T10:45:27.550Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.jsp.discoverer.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:27.550Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.doc.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.550Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.query.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.550Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.facet.edit.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.550Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.query,1.5.0.v20240303-1202 [2024-03-05T10:45:27.810Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.browser.customization,1.5.0.v20240303-1202 [2024-03-05T10:45:27.810Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.manifest,1.5.0.v20240303-1202 [2024-03-05T10:45:27.810Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.sdk.feature,1.5.4.v20240303-1202 [2024-03-05T10:45:27.810Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.common.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:27.810Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.tool.metricsvisualizationbuilder,1.5.0.v20240303-1202 [2024-03-05T10:45:27.810Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.catalog.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.810Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.810Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.facet,1.5.0.v20240303-1202 [2024-03-05T10:45:27.810Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.common.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.810Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.util.emf.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.810Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.examples.java.jdk,1.5.0.v20240303-1202 [2024-03-05T10:45:27.810Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.doc.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.810Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.ecore.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.810Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.infra.browser.feature.source,1.5.4.v20240303-1202 [2024-03-05T10:45:27.810Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.810Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.xml.discoverer.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.810Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.query.core,1.5.0.v20240303-1202 [2024-03-05T10:45:27.810Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.uicore,1.5.0.v20240303-1202 [2024-03-05T10:45:27.810Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.ejbjar,1.5.0.v20240303-1202 [2024-03-05T10:45:27.810Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.omg.kdm,1.5.0.v20240303-1202 [2024-03-05T10:45:27.810Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.infrastructure.feature,1.5.4.v20240303-1202 [2024-03-05T10:45:27.811Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.queries,1.5.0.v20240303-1202 [2024-03-05T10:45:27.811Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.kdm.source.extension.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:27.811Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.custom.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.811Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.generation,1.5.0.v20240303-1202 [2024-03-05T10:45:27.811Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.efacet.metamodel.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.811Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.common.core,1.5.0.v20240303-1202 [2024-03-05T10:45:27.811Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.discoverer.cdo.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.811Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.811Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.811Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.queries.source,1.5.0.v20240303-1202 [2024-03-05T10:45:27.811Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.kdm.uml2converter.ui.source,1.5.1.v20240303-1202 [2024-03-05T10:45:28.071Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.properties.discoverer.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.071Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.manifest.discoverer.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.071Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.ejbjar.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.071Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.discoverer.cdo,1.5.0.v20240303-1202 [2024-03-05T10:45:28.071Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.facet.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.071Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.omg.gastm.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.071Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.webapp.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.071Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.jsp.discoverer.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.071Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.omg.doc,1.5.0.v20240303-1202 [2024-03-05T10:45:28.071Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.doc.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.071Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.widgets.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.071Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.eclipseplugin.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.071Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.custom.core,1.5.0.v20240303-1202 [2024-03-05T10:45:28.071Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.editor,1.5.0.v20240303-1202 [2024-03-05T10:45:28.071Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.pde.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.071Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.catalog.metamodel,1.5.0.v20240303-1202 [2024-03-05T10:45:28.071Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.infra.omg.feature.source,1.5.4.v20240303-1202 [2024-03-05T10:45:28.072Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.common.cdo,1.5.0.v20240303-1202 [2024-03-05T10:45:28.072Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.infra.omg.feature,1.5.4.v20240303-1202 [2024-03-05T10:45:28.072Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.eclipseplugin.discoverer.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.072Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.examples.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.072Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.eclipseplugin,1.5.0.v20240303-1202 [2024-03-05T10:45:28.072Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.eclipse.feature.source,1.5.4.v20240303-1202 [2024-03-05T10:45:28.072Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.discoverer,1.5.4.v20240303-1202 [2024-03-05T10:45:28.072Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.widgets.celleditors,1.5.0.v20240303-1202 [2024-03-05T10:45:28.072Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.doc,1.5.0.v20240303-1202 [2024-03-05T10:45:28.072Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.query.java.core,1.5.0.v20240303-1202 [2024-03-05T10:45:28.072Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.jee.feature,1.5.4.v20240303-1202 [2024-03-05T10:45:28.072Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:28.072Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.omg.kdm.edit,1.5.0.v20240303-1202 [2024-03-05T10:45:28.072Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.webapp.discoverer,1.5.0.v20240303-1202 [2024-03-05T10:45:28.332Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser,1.5.0.v20240303-1202 [2024-03-05T10:45:28.332Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.jface.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.332Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.xml,1.5.0.v20240303-1202 [2024-03-05T10:45:28.332Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.util.atl.core,1.5.0.v20240303-1202 [2024-03-05T10:45:28.332Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.kdm.uml2converter.ui,1.5.1.v20240303-1202 [2024-03-05T10:45:28.332Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.generation.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.332Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.kdm.source.discoverer.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.332Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.eclipseplugin.discoverer.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:28.332Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.discovery.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.332Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.facet.editor,1.5.0.v20240303-1202 [2024-03-05T10:45:28.332Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.query.java.metamodel.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.332Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.discoverer.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.332Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.workflow.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.332Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.kdm.uml2converter,1.5.1.v20240303-1202 [2024-03-05T10:45:28.333Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.java.feature.source,1.5.4.v20240303-1202 [2024-03-05T10:45:28.333Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.common.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:28.333Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.widgets.celleditors.ecore.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.333Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.webapp,1.5.0.v20240303-1202 [2024-03-05T10:45:28.333Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.composition.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.333Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.browser.customization.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.333Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.discovery.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:28.333Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.composition.browser.customization,1.5.0.v20240303-1202 [2024-03-05T10:45:28.333Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.query.edit,1.5.0.v20240303-1202 [2024-03-05T10:45:28.333Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.common.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.333Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.discovery,1.5.0.v20240303-1202 [2024-03-05T10:45:28.333Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.333Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.pde.core,1.5.0.v20240303-1202 [2024-03-05T10:45:28.333Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.composition.discoverer.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:28.333Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.custom.metamodel.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.333Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.editor.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:28.333Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.333Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.facet.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.333Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.eclipseplugin.discoverer,1.5.0.v20240303-1202 [2024-03-05T10:45:28.333Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.webapp.discoverer.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:28.333Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.queries,1.5.0.v20240303-1202 [2024-03-05T10:45:28.333Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.efacet.edit.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.333Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.jsp.discoverer.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.333Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.workflow.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.334Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.workflow.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:28.334Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.facet.core,1.5.0.v20240303-1202 [2024-03-05T10:45:28.334Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.doc,1.5.0.v20240303-1202 [2024-03-05T10:45:28.334Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom,1.5.0.v20240303-1202 [2024-03-05T10:45:28.334Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.omg.kdm.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.334Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.webapp.discoverer.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.334Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infrastructure.doc.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.334Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.query.java.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.334Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.kdm.source.extension.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.334Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.util.atl.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.334Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.common.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.334Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.examples,1.5.0.v20240303-1202 [2024-03-05T10:45:28.334Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.query.jxpath.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.334Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.workflow,1.5.0.v20240303-1202 [2024-03-05T10:45:28.334Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.xml.feature,1.5.4.v20240303-1202 [2024-03-05T10:45:28.334Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.omg.doc.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.334Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.composition.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.334Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.composition.browser.customization.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.334Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.properties.discoverer,1.5.0.v20240303-1202 [2024-03-05T10:45:28.334Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.facet.editor.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.334Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.jsp.generation,1.5.0.v20240303-1202 [2024-03-05T10:45:28.594Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.queries.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.594Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.facet.feature,1.5.4.v20240303-1202 [2024-03-05T10:45:28.594Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.query.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.594Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.efacet.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.594Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.kdm.source.discoverer,1.5.0.v20240303-1202 [2024-03-05T10:45:28.594Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.capabilities,1.5.0.v20240303-1202 [2024-03-05T10:45:28.594Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.uicore.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.594Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:28.594Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.594Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.manifest.discoverer,1.5.0.v20240303-1202 [2024-03-05T10:45:28.595Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.catalog.metamodel.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.595Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.jsp,1.5.0.v20240303-1202 [2024-03-05T10:45:28.595Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.kdm.uml2converter.source,1.5.1.v20240303-1202 [2024-03-05T10:45:28.595Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.xml.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.595Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.tool.metricsvisualizationbuilder.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.595Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.query.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.595Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.jsp.browser.customization.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.595Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.facet.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:28.595Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.manifest.discoverer.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:28.595Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.composition.discoverer.source,1.5.4.v20240303-1202 [2024-03-05T10:45:28.595Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.discoverer.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:28.595Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.custom.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.595Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.examples.feature.source,1.5.4.v20240303-1202 [2024-03-05T10:45:28.595Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.facet,1.5.0.v20240303-1202 [2024-03-05T10:45:28.595Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.omg.kdm.edit.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.595Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.widgets.celleditors.ecore,1.5.0.v20240303-1202 [2024-03-05T10:45:28.595Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.facet.edit,1.5.0.v20240303-1202 [2024-03-05T10:45:28.595Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.composition,1.5.0.v20240303-1202 [2024-03-05T10:45:28.595Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.core,1.5.0.v20240303-1202 [2024-03-05T10:45:28.595Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.jsp.discoverer,1.5.0.v20240303-1202 [2024-03-05T10:45:28.595Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.ecore.core,1.5.0.v20240303-1202 [2024-03-05T10:45:28.595Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.common.cdo.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.595Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.kdm.source.discoverer.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.595Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.ejbjar.discoverer.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:28.596Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.discovery.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.596Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.swt,1.5.0.v20240303-1202 [2024-03-05T10:45:28.596Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.examples.java.jdk.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.596Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.efacet.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:28.596Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.jface.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:28.596Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.common.core,1.5.0.v20240303-1202 [2024-03-05T10:45:28.596Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.util.emf.core,1.5.0.v20240303-1202 [2024-03-05T10:45:28.596Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.query.editor.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.596Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.manifest.discoverer.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.596Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.core,1.5.0.v20240303-1202 [2024-03-05T10:45:28.596Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.facet.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.596Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.composition.discoverer,1.5.4.v20240303-1202 [2024-03-05T10:45:28.596Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.xml.browser.customization,1.5.0.v20240303-1202 [2024-03-05T10:45:28.596Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.xml.doc,1.5.0.v20240303-1202 [2024-03-05T10:45:28.596Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.omg.smm,1.5.0.v20240303-1202 [2024-03-05T10:45:28.596Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.webapp.discoverer.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.596Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.properties.discoverer.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.596Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.widgets.celleditors.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.857Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.workflow.core,1.5.0.v20240303-1202 [2024-03-05T10:45:28.857Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.jee.feature.source,1.5.4.v20240303-1202 [2024-03-05T10:45:28.858Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.facet.feature.source,1.5.4.v20240303-1202 [2024-03-05T10:45:28.858Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.editor.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.858Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.query.editor,1.5.0.v20240303-1202 [2024-03-05T10:45:28.858Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.java.feature,1.5.4.v20240303-1202 [2024-03-05T10:45:28.858Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.efacet.metamodel,1.5.0.v20240303-1202 [2024-03-05T10:45:28.858Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.query.edit.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.858Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.workflow.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.858Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.java.cdo.feature,1.5.4.v20240303-1202 [2024-03-05T10:45:28.858Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.core,1.5.0.v20240303-1202 [2024-03-05T10:45:28.858Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.efacet.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.858Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.common.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.858Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.sdk.feature.source,1.5.4.v20240303-1202 [2024-03-05T10:45:28.858Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.ejbjar.discoverer.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.858Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.manifest.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.858Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.omg.smm.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.858Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.858Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.xml.feature.source,1.5.4.v20240303-1202 [2024-03-05T10:45:28.858Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.efacet.edit.core,1.5.0.v20240303-1202 [2024-03-05T10:45:28.858Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.facet.core.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.858Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.composition.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:28.858Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.composition.discoverer.ui.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.858Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.java.cdo.feature.source,1.5.4.v20240303-1202 [2024-03-05T10:45:28.858Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.kdm.source.extension,1.5.0.v20240303-1202 [2024-03-05T10:45:28.859Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.efacet.core,1.5.0.v20240303-1202 [2024-03-05T10:45:28.859Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.custom.metamodel,1.5.0.v20240303-1202 [2024-03-05T10:45:28.859Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.eclipse.feature,1.5.4.v20240303-1202 [2024-03-05T10:45:28.859Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.infra.browser.feature,1.5.4.v20240303-1202 [2024-03-05T10:45:28.859Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.uicore.examples.cnf,1.5.0.v20240303-1202 [2024-03-05T10:45:28.859Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.ejbjar.discoverer.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.859Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java,1.5.0.v20240303-1202 [2024-03-05T10:45:28.859Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.cdo.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.859Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.kdm.source.extension.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.859Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.widgets,1.5.0.v20240303-1202 [2024-03-05T10:45:28.859Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.query.jxpath,1.5.0.v20240303-1202 [2024-03-05T10:45:28.859Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.xml.browser.customization.source,1.5.0.v20240303-1202 [2024-03-05T10:45:28.859Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.custom.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:29.118Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee,1.5.0.v20240303-1202 [2024-03-05T10:45:29.118Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.capabilities.source,1.5.0.v20240303-1202 [2024-03-05T10:45:29.118Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.discovery.core,1.5.0.v20240303-1202 [2024-03-05T10:45:29.118Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.examples.uml,1.5.0.v20240303-1202 [2024-03-05T10:45:29.118Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.jsp.browser.customization,1.5.0.v20240303-1202 [2024-03-05T10:45:29.118Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.examples.uml.source,1.5.0.v20240303-1202 [2024-03-05T10:45:29.118Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.swt.source,1.5.0.v20240303-1202 [2024-03-05T10:45:29.118Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.xml.doc.source,1.5.0.v20240303-1202 [2024-03-05T10:45:29.118Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.kdm.source.discoverer.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:29.118Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.xml.discoverer.ui,1.5.0.v20240303-1202 [2024-03-05T10:45:29.118Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.infrastructure.feature.source,1.5.4.v20240303-1202 [2024-03-05T10:45:29.118Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.cdo,1.5.0.v20240303-1202 [2024-03-05T10:45:29.118Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infrastructure.doc,1.5.0.v20240303-1202 [2024-03-05T10:45:29.119Z] Saving: file:/home/jenkins/agent/workspace/simrel.build_main/target/repository/final/aggregate [2024-03-05T10:45:29.379Z] XZ compressing: file:/home/jenkins/agent/workspace/simrel.build_main/target/repository/final/aggregate [2024-03-05T10:46:08.120Z] Done. Took 1 minute 57 seconds [2024-03-05T10:46:08.121Z] Starting artifacts mirroring [2024-03-05T10:46:08.121Z] Mirroring artifacts from https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 [2024-03-05T10:46:08.121Z] - mirroring artifact osgi.bundle,org.eclipse.emf.rap.edit.ui.source,2.13.0.v20230211-1150 [2024-03-05T10:46:08.121Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.rap.edit.ui,2.15.0.v20230211-1150 [2024-03-05T10:46:08.121Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.rap.edit.ui.source,2.15.0.v20230211-1150 [2024-03-05T10:46:08.121Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.rap.source,2.37.0.v20240203-0859 [2024-03-05T10:46:08.121Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.rap.sdk,2.37.0.v20240203-0859 [2024-03-05T10:46:08.121Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.rap.common.ui,2.14.0.v20231205-1420 [2024-03-05T10:46:08.121Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.rap,2.37.0.v20240203-0859 [2024-03-05T10:46:08.121Z] - mirroring artifact osgi.bundle,org.eclipse.emf.rap,2.9.0.v20230211-1150 [2024-03-05T10:46:08.121Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.rap.common.ui.source,2.14.0.v20231205-1420 [2024-03-05T10:46:08.121Z] - mirroring artifact osgi.bundle,org.eclipse.emf.rap.common.ui,2.12.0.v20231205-1420 [2024-03-05T10:46:08.121Z] - mirroring artifact osgi.bundle,org.eclipse.emf.rap.edit.ui,2.13.0.v20230211-1150 [2024-03-05T10:46:08.121Z] - mirroring artifact osgi.bundle,org.eclipse.emf.rap.common.ui.source,2.12.0.v20231205-1420 [2024-03-05T10:46:08.121Z] - mirrored artifact osgi.bundle,org.eclipse.emf.rap.edit.ui.source,2.13.0.v20230211-1150 [2024-03-05T10:46:08.121Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.rap.edit.ui.source,2.15.0.v20230211-1150 [2024-03-05T10:46:08.121Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.rap.edit.ui,2.15.0.v20230211-1150 [2024-03-05T10:46:08.121Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.rap.source,2.37.0.v20240203-0859 [2024-03-05T10:46:08.121Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.rap.sdk,2.37.0.v20240203-0859 [2024-03-05T10:46:08.121Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.rap.common.ui,2.14.0.v20231205-1420 [2024-03-05T10:46:08.121Z] - mirrored artifact osgi.bundle,org.eclipse.emf.rap,2.9.0.v20230211-1150 [2024-03-05T10:46:08.121Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.rap,2.37.0.v20240203-0859 [2024-03-05T10:46:08.121Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.rap.common.ui.source,2.14.0.v20231205-1420 [2024-03-05T10:46:08.121Z] - mirrored artifact osgi.bundle,org.eclipse.emf.rap.edit.ui,2.13.0.v20230211-1150 [2024-03-05T10:46:08.121Z] - mirrored artifact osgi.bundle,org.eclipse.emf.rap.common.ui.source,2.12.0.v20231205-1420 [2024-03-05T10:46:08.122Z] - mirrored artifact osgi.bundle,org.eclipse.emf.rap.common.ui,2.12.0.v20231205-1420 [2024-03-05T10:46:08.122Z] Mirroring artifacts from https://download.eclipse.org/rt/rap/3.28/RC1-20240228-1122 [2024-03-05T10:46:08.122Z] - mirroring artifact osgi.bundle,org.eclipse.rap.fileupload.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.122Z] - mirroring artifact osgi.bundle,org.eclipse.rap.examples.pages.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.122Z] - mirroring artifact osgi.bundle,org.apache.commons.commons-fileupload,1.5.0 [2024-03-05T10:46:08.122Z] - mirroring artifact osgi.bundle,org.eclipse.rap.nebula.widgets.grid.demo.examples,3.28.0.20240110-1440 [2024-03-05T10:46:08.122Z] - mirroring artifact osgi.bundle,org.eclipse.rap.rwt.osgi,3.28.0.20240110-1440 [2024-03-05T10:46:08.122Z] - mirroring artifact osgi.bundle,org.eclipse.rap.jface.databinding.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.122Z] - mirroring artifact osgi.bundle,org.eclipse.rap.filedialog,3.28.0.20240110-1440 [2024-03-05T10:46:08.122Z] - mirroring artifact osgi.bundle,org.eclipse.rap.ui,3.28.0.20240110-1440 [2024-03-05T10:46:08.122Z] - mirroring artifact osgi.bundle,org.eclipse.rap.demo.controls.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.122Z] - mirroring artifact osgi.bundle,org.eclipse.rap.examples.pages,3.28.0.20240110-1440 [2024-03-05T10:46:08.122Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.logging,12.0.6 [2024-03-05T10:46:08.122Z] - mirroring artifact osgi.bundle,org.eclipse.rap.jface,3.28.0.20240131-1046 [2024-03-05T10:46:08.122Z] - mirroring artifact osgi.bundle,org.eclipse.rap.nebula.widgets.richtext.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.122Z] - mirroring artifact osgi.bundle,org.eclipse.rap.rwt.testfixture,3.28.0.20240110-1440 [2024-03-05T10:46:08.122Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.rap.examples.feature,3.28.0.20240228-1200 [2024-03-05T10:46:08.122Z] - mirroring artifact osgi.bundle,org.eclipse.rap.fileupload,3.28.0.20240110-1440 [2024-03-05T10:46:08.122Z] - mirroring artifact osgi.bundle,org.eclipse.rap.nebula.widgets.grid,3.28.0.20240110-1440 [2024-03-05T10:46:08.122Z] - mirroring artifact osgi.bundle,org.eclipse.rap.filedialog.demo.examples,3.28.0.20240110-1440 [2024-03-05T10:46:08.122Z] - mirroring artifact osgi.bundle,org.eclipse.rap.design.example.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.122Z] - mirroring artifact osgi.bundle,org.eclipse.rap.ui.forms.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.122Z] - mirroring artifact osgi.bundle,org.eclipse.rap.nebula.widgets.grid.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.122Z] - mirroring artifact osgi.bundle,org.eclipse.rap.rwt.osgi.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.122Z] - mirroring artifact osgi.bundle,org.eclipse.rap.rwt.testfixture.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.122Z] - mirroring artifact osgi.bundle,org.eclipse.rap.nebula.jface.gridviewer.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.122Z] - mirroring artifact osgi.bundle,org.eclipse.rap.examples,3.28.0.20240110-1440 [2024-03-05T10:46:08.122Z] - mirroring artifact osgi.bundle,org.eclipse.rap.ui.cheatsheets.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.122Z] - mirroring artifact osgi.bundle,org.eclipse.rap.ui.forms,3.28.0.20240110-1440 [2024-03-05T10:46:08.123Z] - mirroring artifact osgi.bundle,org.eclipse.rap.ui.views,3.28.0.20240110-1440 [2024-03-05T10:46:08.123Z] - mirroring artifact osgi.bundle,org.eclipse.rap.rwt.source,3.28.0.20240221-1050 [2024-03-05T10:46:08.123Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.rap.equinox.target.feature,3.28.0.20240228-1200 [2024-03-05T10:46:08.123Z] - mirroring artifact osgi.bundle,org.eclipse.rap.rwt,3.28.0.20240221-1050 [2024-03-05T10:46:08.123Z] - mirroring artifact osgi.bundle,org.eclipse.rap.nebula.jface.gridviewer,3.28.0.20240110-1440 [2024-03-05T10:46:08.123Z] - mirroring artifact osgi.bundle,org.eclipse.rap.jface.source,3.28.0.20240131-1046 [2024-03-05T10:46:08.123Z] - mirroring artifact osgi.bundle,org.eclipse.rap.nebula.widgets.richtext.demo.examples,3.28.0.20240110-1440 [2024-03-05T10:46:08.123Z] - mirroring artifact osgi.bundle,org.eclipse.rap.ui.cheatsheets,3.28.0.20240110-1440 [2024-03-05T10:46:08.123Z] - mirroring artifact osgi.bundle,org.eclipse.rap.nebula.widgets.richtext,3.28.0.20240110-1440 [2024-03-05T10:46:08.123Z] - mirroring artifact osgi.bundle,org.eclipse.rap.design.example,3.28.0.20240110-1440 [2024-03-05T10:46:08.123Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.rap.sdk.feature,3.28.0.20240228-1200 [2024-03-05T10:46:08.123Z] - mirroring artifact osgi.bundle,org.eclipse.rap.demo.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.123Z] - mirroring artifact osgi.bundle,org.eclipse.rap.nebula.widgets.grid.demo.examples.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.123Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.rap.feature,3.28.0.20240228-1200 [2024-03-05T10:46:08.123Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.util.ajax.source,12.0.6 [2024-03-05T10:46:08.123Z] - mirroring artifact osgi.bundle,org.eclipse.rap.demo.databinding.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.123Z] - mirroring artifact osgi.bundle,org.eclipse.rap.filedialog.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.123Z] - mirroring artifact osgi.bundle,org.eclipse.rap.demo,3.28.0.20240110-1440 [2024-03-05T10:46:08.123Z] - mirroring artifact osgi.bundle,org.eclipse.rap.ui.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.123Z] - mirroring artifact osgi.bundle,org.eclipse.rap.ui.views.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.123Z] - mirroring artifact osgi.bundle,org.eclipse.rap.ui.workbench.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.123Z] - mirroring artifact osgi.bundle,org.eclipse.rap.jface.databinding,3.28.0.20240110-1440 [2024-03-05T10:46:08.123Z] - mirroring artifact osgi.bundle,org.eclipse.rap.filedialog.demo.examples.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.123Z] - mirroring artifact osgi.bundle,org.eclipse.rap.demo.databinding,3.28.0.20240110-1440 [2024-03-05T10:46:08.124Z] - mirroring artifact osgi.bundle,org.eclipse.rap.examples.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.124Z] - mirroring artifact osgi.bundle,org.eclipse.rap.ui.workbench,3.28.0.20240110-1440 [2024-03-05T10:46:08.124Z] - mirroring artifact osgi.bundle,org.eclipse.rap.nebula.widgets.richtext.demo.examples.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.124Z] - mirroring artifact osgi.bundle,org.eclipse.rap.demo.controls,3.28.0.20240110-1440 [2024-03-05T10:46:08.124Z] - mirrored artifact osgi.bundle,org.eclipse.rap.fileupload.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.124Z] - mirrored artifact osgi.bundle,org.apache.commons.commons-fileupload,1.5.0 [2024-03-05T10:46:08.124Z] - mirrored artifact osgi.bundle,org.eclipse.rap.nebula.widgets.grid.demo.examples,3.28.0.20240110-1440 [2024-03-05T10:46:08.124Z] - mirrored artifact osgi.bundle,org.eclipse.rap.examples.pages.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.124Z] - mirrored artifact osgi.bundle,org.eclipse.rap.rwt.osgi,3.28.0.20240110-1440 [2024-03-05T10:46:08.124Z] - mirrored artifact osgi.bundle,org.eclipse.rap.filedialog,3.28.0.20240110-1440 [2024-03-05T10:46:08.124Z] - mirrored artifact osgi.bundle,org.eclipse.rap.jface.databinding.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.124Z] - mirrored artifact osgi.bundle,org.eclipse.rap.demo.controls.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.124Z] - mirrored artifact osgi.bundle,org.eclipse.rap.ui,3.28.0.20240110-1440 [2024-03-05T10:46:08.124Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.logging,12.0.6 [2024-03-05T10:46:08.124Z] - mirrored artifact osgi.bundle,org.eclipse.rap.examples.pages,3.28.0.20240110-1440 [2024-03-05T10:46:08.124Z] - mirrored artifact osgi.bundle,org.eclipse.rap.jface,3.28.0.20240131-1046 [2024-03-05T10:46:08.124Z] - mirrored artifact osgi.bundle,org.eclipse.rap.rwt.testfixture,3.28.0.20240110-1440 [2024-03-05T10:46:08.124Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.rap.examples.feature,3.28.0.20240228-1200 [2024-03-05T10:46:08.124Z] - mirrored artifact osgi.bundle,org.eclipse.rap.fileupload,3.28.0.20240110-1440 [2024-03-05T10:46:08.124Z] - mirrored artifact osgi.bundle,org.eclipse.rap.nebula.widgets.grid,3.28.0.20240110-1440 [2024-03-05T10:46:08.124Z] - mirrored artifact osgi.bundle,org.eclipse.rap.filedialog.demo.examples,3.28.0.20240110-1440 [2024-03-05T10:46:08.124Z] - mirrored artifact osgi.bundle,org.eclipse.rap.design.example.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.124Z] - mirrored artifact osgi.bundle,org.eclipse.rap.nebula.widgets.richtext.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.124Z] - mirrored artifact osgi.bundle,org.eclipse.rap.nebula.widgets.grid.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.124Z] - mirrored artifact osgi.bundle,org.eclipse.rap.ui.forms.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.124Z] - mirrored artifact osgi.bundle,org.eclipse.rap.rwt.osgi.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.125Z] - mirrored artifact osgi.bundle,org.eclipse.rap.rwt.testfixture.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.125Z] - mirrored artifact osgi.bundle,org.eclipse.rap.nebula.jface.gridviewer.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.125Z] - mirrored artifact osgi.bundle,org.eclipse.rap.examples,3.28.0.20240110-1440 [2024-03-05T10:46:08.125Z] - mirrored artifact osgi.bundle,org.eclipse.rap.ui.cheatsheets.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.125Z] - mirrored artifact osgi.bundle,org.eclipse.rap.ui.forms,3.28.0.20240110-1440 [2024-03-05T10:46:08.125Z] - mirrored artifact osgi.bundle,org.eclipse.rap.ui.views,3.28.0.20240110-1440 [2024-03-05T10:46:08.125Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.rap.equinox.target.feature,3.28.0.20240228-1200 [2024-03-05T10:46:08.125Z] - mirrored artifact osgi.bundle,org.eclipse.rap.rwt.source,3.28.0.20240221-1050 [2024-03-05T10:46:08.125Z] - mirrored artifact osgi.bundle,org.eclipse.rap.nebula.jface.gridviewer,3.28.0.20240110-1440 [2024-03-05T10:46:08.125Z] - mirrored artifact osgi.bundle,org.eclipse.rap.jface.source,3.28.0.20240131-1046 [2024-03-05T10:46:08.125Z] - mirrored artifact osgi.bundle,org.eclipse.rap.nebula.widgets.richtext.demo.examples,3.28.0.20240110-1440 [2024-03-05T10:46:08.125Z] - mirrored artifact osgi.bundle,org.eclipse.rap.rwt,3.28.0.20240221-1050 [2024-03-05T10:46:08.125Z] - mirrored artifact osgi.bundle,org.eclipse.rap.ui.cheatsheets,3.28.0.20240110-1440 [2024-03-05T10:46:08.125Z] - mirrored artifact osgi.bundle,org.eclipse.rap.nebula.widgets.richtext,3.28.0.20240110-1440 [2024-03-05T10:46:08.125Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.rap.sdk.feature,3.28.0.20240228-1200 [2024-03-05T10:46:08.125Z] - mirrored artifact osgi.bundle,org.eclipse.rap.demo.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.125Z] - mirrored artifact osgi.bundle,org.eclipse.rap.design.example,3.28.0.20240110-1440 [2024-03-05T10:46:08.125Z] - mirrored artifact osgi.bundle,org.eclipse.rap.nebula.widgets.grid.demo.examples.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.125Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.util.ajax.source,12.0.6 [2024-03-05T10:46:08.125Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.rap.feature,3.28.0.20240228-1200 [2024-03-05T10:46:08.125Z] - mirrored artifact osgi.bundle,org.eclipse.rap.filedialog.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.125Z] - mirrored artifact osgi.bundle,org.eclipse.rap.demo.databinding.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.126Z] - mirrored artifact osgi.bundle,org.eclipse.rap.ui.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.126Z] - mirrored artifact osgi.bundle,org.eclipse.rap.ui.views.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.126Z] - mirrored artifact osgi.bundle,org.eclipse.rap.demo,3.28.0.20240110-1440 [2024-03-05T10:46:08.126Z] - mirrored artifact osgi.bundle,org.eclipse.rap.jface.databinding,3.28.0.20240110-1440 [2024-03-05T10:46:08.126Z] - mirrored artifact osgi.bundle,org.eclipse.rap.filedialog.demo.examples.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.126Z] - mirrored artifact osgi.bundle,org.eclipse.rap.demo.databinding,3.28.0.20240110-1440 [2024-03-05T10:46:08.126Z] - mirrored artifact osgi.bundle,org.eclipse.rap.examples.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.126Z] - mirrored artifact osgi.bundle,org.eclipse.rap.ui.workbench.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.126Z] - mirrored artifact osgi.bundle,org.eclipse.rap.nebula.widgets.richtext.demo.examples.source,3.28.0.20240110-1440 [2024-03-05T10:46:08.126Z] - mirrored artifact osgi.bundle,org.eclipse.rap.demo.controls,3.28.0.20240110-1440 [2024-03-05T10:46:08.126Z] - mirrored artifact osgi.bundle,org.eclipse.rap.ui.workbench,3.28.0.20240110-1440 [2024-03-05T10:46:08.126Z] Saving: file:/home/jenkins/agent/workspace/simrel.build_main/target/repository/final/aggregate [2024-03-05T10:46:08.126Z] XZ compressing: file:/home/jenkins/agent/workspace/simrel.build_main/target/repository/final/aggregate [2024-03-05T10:46:46.878Z] Done. Took 38 seconds [2024-03-05T10:46:46.878Z] Making the aggregated metadata repository final at file:/home/jenkins/agent/workspace/simrel.build_main/target/repository/final [2024-03-05T10:46:46.878Z] Making the aggregated artifact repository final at file:/home/jenkins/agent/workspace/simrel.build_main/target/repository/final [2024-03-05T10:46:46.878Z] [INFO] [2024-03-05T10:46:46.878Z] [INFO] --- tycho-gpg:4.0.6:sign-p2-artifacts (default) @ build --- [2024-03-05T10:46:46.878Z] [INFO] Secret key available for public key: e169b4a80d23c8f7541618d00e0016f2cbcb0197 [2024-03-05T10:46:46.878Z] [INFO] Secret key available for public key: 1c6f3d42d6e6b07a6615559c70b824d9a6b4ae29 [2024-03-05T10:46:46.878Z] [INFO] Trying to get the private key of the secret key of public key: 1c6f3d42d6e6b07a6615559c70b824d9a6b4ae29 [2024-03-05T10:46:47.140Z] [INFO] Got the private key of the secret key of public key: 1c6f3d42d6e6b07a6615559c70b824d9a6b4ae29 [2024-03-05T10:46:47.712Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-03-05T10:46:47.712Z] [INFO] Cache location: /home/jenkins/.m2/repository/.cache/tycho [2024-03-05T10:46:47.712Z] [INFO] Transport mode: online [2024-03-05T10:46:47.712Z] [INFO] Http Transport type: Java11Client [2024-03-05T10:46:47.712Z] [INFO] Update mode: cache first [2024-03-05T10:46:47.712Z] [INFO] Minimum cache duration: 60 minutes [2024-03-05T10:46:47.712Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-03-05T10:46:47.712Z] [INFO] Adding repository file:/home/jenkins/agent/workspace/simrel.build_main/target/repository/final [2024-03-05T10:47:19.854Z] [INFO] ------------------------------------------------------------------------ [2024-03-05T10:47:19.855Z] [INFO] BUILD SUCCESS [2024-03-05T10:47:19.855Z] [INFO] ------------------------------------------------------------------------ [2024-03-05T10:47:19.855Z] [INFO] Total time: 06:51 min [2024-03-05T10:47:19.855Z] [INFO] Finished at: 2024-03-05T10:47:15Z [2024-03-05T10:47:19.855Z] [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy to staging) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-03-05T10:47:20.796Z] [ssh-agent] Using credentials genie.simrel (ssh://genie.simrel@projects-storage.eclipse.org) [2024-03-05T10:47:20.796Z] [ssh-agent] Looking for ssh-agent implementation... [2024-03-05T10:47:20.820Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-03-05T10:47:20.826Z] $ ssh-agent [2024-03-05T10:47:20.842Z] SSH_AUTH_SOCK=/tmp/ssh-AFMkjy3HJcN2/agent.1453 [2024-03-05T10:47:20.842Z] SSH_AGENT_PID=1455 [2024-03-05T10:47:20.855Z] Running ssh-add (command line suppressed) [2024-03-05T10:47:20.870Z] Identity added: /home/jenkins/agent/workspace/simrel.build_main@tmp/private_key_2429607922350181618.key (/home/jenkins/agent/workspace/simrel.build_main@tmp/private_key_2429607922350181618.key) [2024-03-05T10:47:20.883Z] [ssh-agent] Started. [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] lock [2024-03-05T10:47:20.985Z] Trying to acquire lock on [staging-repository] [2024-03-05T10:47:20.998Z] Resource [staging-repository] did not exist. Created. [2024-03-05T10:47:20.998Z] Lock acquired on [staging-repository] [Pipeline] { [Pipeline] sh [2024-03-05T10:47:21.318Z] + ssh genie.simrel@projects-storage.eclipse.org ' [2024-03-05T10:47:21.318Z] mkdir -p /home/data/httpd/download.eclipse.org/staging/2024-03 [2024-03-05T10:47:21.318Z] rm -rf /home/data/httpd/download.eclipse.org/staging/2024-03/* [2024-03-05T10:47:21.318Z] ' [2024-03-05T10:47:33.548Z] + scp -r /home/jenkins/agent/workspace/simrel.build_main/target/repository/final/artifacts.jar /home/jenkins/agent/workspace/simrel.build_main/target/repository/final/artifacts.xml.xz /home/jenkins/agent/workspace/simrel.build_main/target/repository/final/binary /home/jenkins/agent/workspace/simrel.build_main/target/repository/final/content.jar /home/jenkins/agent/workspace/simrel.build_main/target/repository/final/content.xml.xz /home/jenkins/agent/workspace/simrel.build_main/target/repository/final/features /home/jenkins/agent/workspace/simrel.build_main/target/repository/final/p2.index /home/jenkins/agent/workspace/simrel.build_main/target/repository/final/plugins genie.simrel@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/staging/2024-03/ [2024-03-05T10:48:55.022Z] + ssh genie.simrel@projects-storage.eclipse.org ' [2024-03-05T10:48:55.022Z] ls -sail /home/data/httpd/download.eclipse.org/staging/2024-03 [2024-03-05T10:48:55.022Z] ' [2024-03-05T10:48:55.022Z] total 6952 [2024-03-05T10:48:55.022Z] 147000064 4 drwxr-sr-x 5 genie.simrel callistoadmin 4096 Mar 5 05:47 . [2024-03-05T10:48:55.022Z] 141426689 4 drwxrwsr-x 16 david_williams callistoadmin 4096 Dec 5 10:13 .. [2024-03-05T10:48:55.022Z] 146997853 1656 -rw-r--r-- 1 genie.simrel callistoadmin 1693620 Mar 5 05:47 artifacts.jar [2024-03-05T10:48:55.022Z] 146997854 972 -rw-r--r-- 1 genie.simrel callistoadmin 991448 Mar 5 05:47 artifacts.xml.xz [2024-03-05T10:48:55.022Z] 146997855 4 drwxr-sr-x 2 genie.simrel callistoadmin 4096 Mar 5 05:47 binary [2024-03-05T10:48:55.022Z] 146997885 2860 -rw-r--r-- 1 genie.simrel callistoadmin 2926388 Mar 5 05:47 content.jar [2024-03-05T10:48:55.022Z] 146997886 812 -rw-r--r-- 1 genie.simrel callistoadmin 827412 Mar 5 05:47 content.xml.xz [2024-03-05T10:48:55.022Z] 146997887 124 drwxr-sr-x 2 genie.simrel callistoadmin 122880 Mar 5 05:47 features [2024-03-05T10:48:55.022Z] 147000338 4 -rw-r--r-- 1 genie.simrel callistoadmin 365 Mar 5 05:47 p2.index [2024-03-05T10:48:55.022Z] 147000339 512 drwxr-sr-x 2 genie.simrel callistoadmin 520192 Mar 5 05:48 plugins [Pipeline] } [2024-03-05T10:48:55.038Z] Lock released on resource [staging-repository] [Pipeline] // lock [Pipeline] } [Pipeline] // script [Pipeline] } [2024-03-05T10:48:55.087Z] $ ssh-agent -k [2024-03-05T10:48:55.092Z] unset SSH_AUTH_SOCK; [2024-03-05T10:48:55.093Z] unset SSH_AGENT_PID; [2024-03-05T10:48:55.093Z] echo Agent pid 1455 killed; [2024-03-05T10:48:55.102Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Start repository analysis) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] build [2024-03-05T10:48:55.745Z] Scheduling project: simrel.oomph.repository-analyzer.test [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Triggering a new build of simrel.reporeports.pipeline #1207 GitHub has been notified of this commit’s build result Finished: SUCCESS