Push event to branch main Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from a806f63cdf78718e5496a339ff839d733bed292a [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task ‘basic-82hl1’ is offline ‘fmlw3-ubuntu1804’ is reserved for jobs with matching label expression ‘promotion-vm’ is reserved for jobs with matching label expression Agent basic-82hl1 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-82hl1" 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-82hl1" - 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-82hl1" - 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-82hl1 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 > 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 Avoid second fetch Checking out Revision a806f63cdf78718e5496a339ff839d733bed292a (main) Commit message: "Contribute EMF 2.38 M1 for 2024-06 M1" > git config core.sparsecheckout # timeout=10 > git checkout -f a806f63cdf78718e5496a339ff839d733bed292a # timeout=10 > git rev-list --no-walk afe289a059f54b0a27736cee1cb1709f8d789bfa # 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-04-06T13:27:15.329Z] [2024-04-06T13:27:15.329Z] > Initial: [2024-04-06T13:27:15.329Z] CBI_TYPE=nightly/latest [2024-04-06T13:27:15.329Z] PROMOTE=true [2024-04-06T13:27:15.329Z] PGP_SIGN=true [2024-04-06T13:27:15.329Z] BRANCH_NAME=main [2024-04-06T13:27:15.329Z] [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] echo [2024-04-06T13:27:15.496Z] [2024-04-06T13:27:15.496Z] > Effective: [2024-04-06T13:27:15.496Z] PROMOTE=true [2024-04-06T13:27:15.496Z] [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-04-06T13:27:15.918Z] Masking supported pattern matches of $KEYRING or $KEYRING_PASSPHRASE [Pipeline] { [Pipeline] sh [2024-04-06T13:27:16.368Z] + java -version [2024-04-06T13:27:16.368Z] openjdk version "17.0.10" 2024-01-16 [2024-04-06T13:27:16.368Z] OpenJDK Runtime Environment Temurin-17.0.10+7 (build 17.0.10+7) [2024-04-06T13:27:16.369Z] OpenJDK 64-Bit Server VM Temurin-17.0.10+7 (build 17.0.10+7, mixed mode, sharing) [2024-04-06T13:27:16.369Z] + mvn -Dtycho.pgp.signer=bc -Dtycho.pgp.signer.bc.secretKeys=**** '-Dgpg.passphrase=****' -Pbuild -Pgpg-sign clean verify [2024-04-06T13:27:16.657Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-04-06T13:27:16.658Z] Maven home: /opt/tools/apache-maven/latest [2024-04-06T13:27:16.658Z] Java version: 17.0.10, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.10+7 [2024-04-06T13:27:16.658Z] Default locale: en_US, platform encoding: UTF-8 [2024-04-06T13:27:16.658Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-04-06T13:27:18.634Z] [INFO] Scanning for projects... [2024-04-06T13:27:18.634Z] [INFO] [2024-04-06T13:27:18.634Z] [INFO] ----------------------< org.eclipse.simrel:build >---------------------- [2024-04-06T13:27:18.634Z] [INFO] Building build 4.26.0-SNAPSHOT [2024-04-06T13:27:18.634Z] [INFO] from pom.xml [2024-04-06T13:27:18.634Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-04-06T13:27:20.053Z] [INFO] [2024-04-06T13:27:20.053Z] [INFO] --- clean:3.2.0:clean (default-clean) @ build --- [2024-04-06T13:27:20.318Z] [INFO] [2024-04-06T13:27:20.318Z] [INFO] --- tycho-eclipse:4.0.7:eclipse-run (build-repo) @ build --- [2024-04-06T13:27:30.494Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-04-06T13:27:30.494Z] [INFO] Cache location: /home/jenkins/.m2/repository/.cache/tycho [2024-04-06T13:27:30.494Z] [INFO] Transport mode: online [2024-04-06T13:27:30.494Z] [INFO] Http Transport type: Java11Client [2024-04-06T13:27:30.494Z] [INFO] Update mode: cache first [2024-04-06T13:27:30.494Z] [INFO] Minimum cache duration: 60 minutes [2024-04-06T13:27:30.494Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-04-06T13:27:30.495Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/p2-aggregator/products/nightly/latest [2024-04-06T13:27:40.587Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest] [2024-04-06T13:27:40.588Z] [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/simrel.build_main/target/eclipserun-work/data/.metadata/.log [2024-04-06T13:27:40.588Z] [INFO] Command line: [2024-04-06T13:27:40.588Z] [/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.800.v20240330-1250/org.eclipse.equinox.launcher-1.6.800.v20240330-1250.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-04-06T13:27:43.262Z] Loading all repositories [2024-04-06T13:27:43.869Z] SLF4J(W): No SLF4J providers were found. [2024-04-06T13:27:43.870Z] SLF4J(W): Defaulting to no-operation (NOP) logger implementation [2024-04-06T13:27:43.870Z] SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. [2024-04-06T13:28:58.858Z] Starting generation of composite repository [2024-04-06T13:28:58.858Z] Adding child meta-data repository https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240403-1800 [2024-04-06T13:28:58.858Z] Adding child meta-data repository https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202404020819 [2024-04-06T13:28:58.858Z] Adding child meta-data repository https://download.eclipse.org/rt/ecf/3.14.41/site.p2/3.14.41.v20240114-0141 [2024-04-06T13:28:58.858Z] Adding child meta-data repository https://download.eclipse.org/tools/gef/classic/release/3.19.0 [2024-04-06T13:28:58.858Z] Adding child meta-data repository https://download.eclipse.org/tools/gef/fx/release/5.5.0 [2024-04-06T13:28:58.858Z] Adding child meta-data repository https://download.eclipse.org/efxclipse/runtime-released/3.9.0/site [2024-04-06T13:28:58.858Z] Adding child meta-data repository https://download.eclipse.org/modeling/emf/compare/updates/releases/3.3/R202401051648 [2024-04-06T13:28:58.859Z] Adding child meta-data repository https://download.eclipse.org/ecoretools/updates/releases/3.5.0/2023-03 [2024-04-06T13:28:58.859Z] Adding child meta-data repository https://download.eclipse.org/mmt/atl/updates/releases/4.9.0 [2024-04-06T13:28:58.859Z] Adding child meta-data repository https://download.eclipse.org/mmt/qvto/updates/releases/3.10.8 [2024-04-06T13:28:58.859Z] Adding child meta-data repository https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.17.0 [2024-04-06T13:28:58.859Z] Adding child meta-data repository https://download.eclipse.org/datatools/updates/release/1.16.1 [2024-04-06T13:28:58.859Z] Adding child meta-data repository https://download.eclipse.org/webtools/downloads/drops/R3.33.0/S-3.33RC2-20240304165142/repository [2024-04-06T13:28:58.859Z] Adding child meta-data repository https://archive.eclipse.org/webtools/downloads/drops/R3.2/C3.2.0/I-C3.2.0-20100614204142/repository [2024-04-06T13:28:58.859Z] Adding child meta-data repository https://download.eclipse.org/mylyn/updates/release/4.2.0 [2024-04-06T13:28:58.859Z] Adding child meta-data repository https://download.eclipse.org/tools/cdt/builds/11.5/cdt-11.5.0-rc2 [2024-04-06T13:28:58.859Z] Adding child meta-data repository https://download.eclipse.org/embed-cdt/releases/6.6.0/p2 [2024-04-06T13:28:58.859Z] Adding child meta-data repository https://download.eclipse.org/tm/updates/4.5.600/repository [2024-04-06T13:28:58.859Z] Adding child meta-data repository https://download.eclipse.org/technology/dltk/updates-dev/milestone/6.4m1 [2024-04-06T13:28:58.859Z] Adding child meta-data repository https://download.eclipse.org/rt/rap/tools/3.28/RC2-20240306-1417 [2024-04-06T13:28:58.860Z] Adding child meta-data repository https://download.eclipse.org/mpc/drops/1.10.3/v20240228-1000 [2024-04-06T13:28:58.860Z] Adding child meta-data repository https://download.eclipse.org/modeling/emf/cdo/drops/R20240305-1216 [2024-04-06T13:28:58.860Z] Adding child meta-data repository https://download.eclipse.org/oomph/drops/release/1.32.0 [2024-04-06T13:28:58.860Z] Adding child meta-data repository https://download.eclipse.org/mat/2023-12/RC1/update-site [2024-04-06T13:28:58.860Z] Adding child meta-data repository https://download.eclipse.org/modeling/mdt/uml2/updates/5.5 [2024-04-06T13:28:58.860Z] Adding child meta-data repository https://download.eclipse.org/modeling/mdt/ocl/builds/release/6.20.0 [2024-04-06T13:28:58.860Z] Adding child meta-data repository https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857 [2024-04-06T13:28:58.860Z] Adding child meta-data repository https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202403010913 [2024-04-06T13:28:58.860Z] Adding child meta-data repository https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334 [2024-04-06T13:28:58.860Z] Adding child meta-data repository https://download.eclipse.org/modeling/emf/query/updates/releases/R202208101410 [2024-04-06T13:28:58.860Z] Adding child meta-data repository https://download.eclipse.org/modeling/emf/validation/updates/releases/R202305230712 [2024-04-06T13:28:58.860Z] Adding child meta-data repository https://download.eclipse.org/modeling/emf/transaction/updates/releases/R202208110935 [2024-04-06T13:28:58.860Z] Adding child meta-data repository https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.34.0 [2024-04-06T13:28:58.860Z] Adding child meta-data repository https://download.eclipse.org/tools/pdt/updates/8.2rc2 [2024-04-06T13:28:58.861Z] Adding child meta-data repository https://download.eclipse.org/tools/ptp/builds/9.4/2021-09 [2024-04-06T13:28:58.861Z] Adding child meta-data repository https://download.eclipse.org/modeling/emft/eef/updates/releases/2.1/R202210191223 [2024-04-06T13:28:58.861Z] Adding child meta-data repository https://download.eclipse.org/linuxtools/update-2024-03-rc2a [2024-04-06T13:28:58.861Z] Adding child meta-data repository https://download.eclipse.org/linuxtools/update-2024-03-docker-rc2a [2024-04-06T13:28:58.861Z] Adding child meta-data repository https://download.eclipse.org/egit/updates-6.9 [2024-04-06T13:28:58.861Z] Adding child meta-data repository https://download.eclipse.org/graphiti/updates/release/0.19.2 [2024-04-06T13:28:58.861Z] Adding child meta-data repository https://download.eclipse.org/technology/m2e/releases/2.6.0 [2024-04-06T13:28:58.861Z] Adding child meta-data repository https://download.eclipse.org/technology/m2e/m2e-wtp/releases/1.6.1 [2024-04-06T13:28:58.861Z] Adding child meta-data repository https://download.eclipse.org/scout/releases/13.0/31 [2024-04-06T13:28:58.861Z] Adding child meta-data repository https://download.eclipse.org/windowbuilder/updates/release/1.15.0 [2024-04-06T13:28:58.861Z] Adding child meta-data repository https://download.eclipse.org/technology/swtbot/releases/4.1.0 [2024-04-06T13:28:58.861Z] Adding child meta-data repository https://download.eclipse.org/tools/tcf/releases/1.7/1.7.0 [2024-04-06T13:28:58.861Z] Adding child meta-data repository https://download.eclipse.org/sirius/updates/releases/7.4.0/2023-03 [2024-04-06T13:28:58.861Z] Adding child meta-data repository https://download.eclipse.org/mmt/qvtd/builds/release/0.31.0 [2024-04-06T13:28:58.861Z] Adding child meta-data repository https://download.eclipse.org/ecp/rt/1270 [2024-04-06T13:28:58.861Z] Adding child meta-data repository https://download.eclipse.org/tracecompass/releases/9.3.0/repository [2024-04-06T13:28:58.862Z] Adding child meta-data repository https://download.eclipse.org/buildship/updates/e427/releases/3.x/3.1.9.v20240115-1636 [2024-04-06T13:28:58.862Z] Adding child meta-data repository https://download.eclipse.org/emf-parsley/updates/1.16/1.16.0.v20240227-1720 [2024-04-06T13:28:58.862Z] Adding child meta-data repository https://download.eclipse.org/viatra/updates/release/2.8.1 [2024-04-06T13:28:58.862Z] Adding child meta-data repository https://download.eclipse.org/eclemma/releases/3.1.8 [2024-04-06T13:28:58.862Z] Adding child meta-data repository https://download.eclipse.org/lsp4j/updates/releases/0.22.0 [2024-04-06T13:28:58.862Z] Adding child meta-data repository https://download.eclipse.org/lsp4e/releases/0.25.0 [2024-04-06T13:28:58.862Z] Adding child meta-data repository https://download.eclipse.org/usssdk/drops/release/1.2.2 [2024-04-06T13:28:58.862Z] Adding child meta-data repository https://download.eclipse.org/collections/11.1.0/repository [2024-04-06T13:28:58.862Z] Adding child meta-data repository https://download.eclipse.org/tm4e/releases/0.10.3 [2024-04-06T13:28:58.862Z] Adding child meta-data repository https://download.eclipse.org/wildwebdeveloper/releases/1.3.3 [2024-04-06T13:28:58.862Z] Adding child meta-data repository https://download.eclipse.org/passage/updates/release/2.11.0/ldc [2024-04-06T13:28:58.862Z] Adding child meta-data repository https://download.eclipse.org/modeling/mdt/modisco/builds/release/1.5.4 [2024-04-06T13:28:58.862Z] Done. Took 0 seconds [2024-04-06T13:28:58.862Z] Starting generation of verification feature for validationSet: main [2024-04-06T13:28:58.862Z] Done. Took 0 seconds [2024-04-06T13:28:58.862Z] Starting planner verification for validationSet: main [2024-04-06T13:28:58.862Z] Verifying config linux,gtk,x86_64... [2024-04-06T13:28:58.862Z] Verifying config linux,gtk,aarch64... [2024-04-06T13:28:58.862Z] Verifying config linux,gtk,ppc64le... [2024-04-06T13:28:58.862Z] Verifying config macosx,cocoa,x86_64... [2024-04-06T13:28:58.862Z] Verifying config macosx,cocoa,aarch64... [2024-04-06T13:28:58.862Z] Verifying config win32,win32,x86_64... [2024-04-06T13:32:36.885Z] Verified config linux,gtk,x86_64... [2024-04-06T13:32:36.885Z] Verified config linux,gtk,aarch64... [2024-04-06T13:32:36.885Z] Verified config linux,gtk,ppc64le... [2024-04-06T13:32:36.885Z] Verified config macosx,cocoa,x86_64... [2024-04-06T13:32:36.885Z] Verified config macosx,cocoa,aarch64... [2024-04-06T13:32:36.885Z] Verified config win32,win32,x86_64... [2024-04-06T13:32:36.885Z] Verification successful [2024-04-06T13:32:36.885Z] Done. Took 3 minutes 31 seconds [2024-04-06T13:32:36.885Z] Starting generation of composite repository [2024-04-06T13:32:36.885Z] Adding child meta-data repository https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202404020819 [2024-04-06T13:32:36.885Z] Adding child meta-data repository https://download.eclipse.org/rt/rap/3.28/RC2-20240306-1417 [2024-04-06T13:32:36.885Z] Done. Took 0 seconds [2024-04-06T13:32:36.885Z] Starting generation of verification feature for validationSet: runtime [2024-04-06T13:32:36.885Z] Done. Took 0 seconds [2024-04-06T13:32:36.885Z] Starting planner verification for validationSet: runtime [2024-04-06T13:32:36.885Z] Verifying config linux,gtk,x86_64... [2024-04-06T13:32:36.885Z] Verifying config linux,gtk,aarch64... [2024-04-06T13:32:36.885Z] Verifying config linux,gtk,ppc64le... [2024-04-06T13:32:36.885Z] Verifying config macosx,cocoa,x86_64... [2024-04-06T13:32:36.885Z] Verifying config macosx,cocoa,aarch64... [2024-04-06T13:32:36.885Z] Verifying config win32,win32,x86_64... [2024-04-06T13:32:36.885Z] Verified config linux,gtk,x86_64... [2024-04-06T13:32:36.885Z] Verified config linux,gtk,aarch64... [2024-04-06T13:32:36.885Z] Verified config linux,gtk,ppc64le... [2024-04-06T13:32:36.885Z] Verified config macosx,cocoa,x86_64... [2024-04-06T13:32:36.885Z] Verified config macosx,cocoa,aarch64... [2024-04-06T13:32:36.885Z] Verified config win32,win32,x86_64... [2024-04-06T13:32:36.885Z] Verification successful [2024-04-06T13:32:36.885Z] Done. Took 1 second [2024-04-06T13:32:36.885Z] Starting mirroring of meta-data for validationSet: main [2024-04-06T13:32:36.886Z] Mirroring meta-data consisting of 1049 units from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240403-1800 [2024-04-06T13:32:36.886Z] Mirroring meta-data consisting of 248 units from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202404020819 [2024-04-06T13:32:36.886Z] 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-04-06T13:32:36.886Z] Mirroring meta-data consisting of 23 units from https://download.eclipse.org/tools/gef/classic/release/3.19.0 [2024-04-06T13:32:36.886Z] Mirroring meta-data consisting of 164 units from https://download.eclipse.org/tools/gef/fx/release/5.5.0 [2024-04-06T13:32:36.886Z] Mirroring meta-data consisting of 49 units from https://download.eclipse.org/efxclipse/runtime-released/3.9.0/site [2024-04-06T13:32:36.886Z] Mirroring meta-data consisting of 65 units from https://download.eclipse.org/modeling/emf/compare/updates/releases/3.3/R202401051648 [2024-04-06T13:32:36.886Z] Mirroring meta-data consisting of 8 units from https://download.eclipse.org/ecoretools/updates/releases/3.5.0/2023-03 [2024-04-06T13:32:36.886Z] Mirroring meta-data consisting of 98 units from https://download.eclipse.org/mmt/atl/updates/releases/4.9.0 [2024-04-06T13:32:36.886Z] Mirroring meta-data consisting of 88 units from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.8 [2024-04-06T13:32:36.886Z] Mirroring meta-data consisting of 51 units from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.17.0 [2024-04-06T13:32:36.886Z] Mirroring meta-data consisting of 373 units from https://download.eclipse.org/datatools/updates/release/1.16.1 [2024-04-06T13:32:36.886Z] Mirroring meta-data consisting of 714 units from https://download.eclipse.org/webtools/downloads/drops/R3.33.0/S-3.33RC2-20240304165142/repository [2024-04-06T13:32:36.886Z] Mirroring meta-data consisting of 285 units from https://download.eclipse.org/mylyn/updates/release/4.2.0 [2024-04-06T13:32:36.886Z] Mirroring meta-data consisting of 370 units from https://download.eclipse.org/tools/cdt/builds/11.5/cdt-11.5.0-rc2 [2024-04-06T13:32:36.886Z] Mirroring meta-data consisting of 163 units from https://download.eclipse.org/embed-cdt/releases/6.6.0/p2 [2024-04-06T13:32:36.886Z] Mirroring meta-data consisting of 55 units from https://download.eclipse.org/tm/updates/4.5.600/repository [2024-04-06T13:32:36.886Z] Mirroring meta-data consisting of 102 units from https://download.eclipse.org/technology/dltk/updates-dev/milestone/6.4m1 [2024-04-06T13:32:36.886Z] Mirroring meta-data consisting of 22 units from https://download.eclipse.org/rt/rap/tools/3.28/RC2-20240306-1417 [2024-04-06T13:32:36.887Z] Mirroring meta-data consisting of 22 units from https://download.eclipse.org/mpc/drops/1.10.3/v20240228-1000 [2024-04-06T13:32:36.887Z] Mirroring meta-data consisting of 199 units from https://download.eclipse.org/modeling/emf/cdo/drops/R20240305-1216 [2024-04-06T13:32:36.887Z] Mirroring meta-data consisting of 230 units from https://download.eclipse.org/oomph/drops/release/1.32.0 [2024-04-06T13:32:36.887Z] Mirroring meta-data consisting of 21 units from https://download.eclipse.org/mat/2023-12/RC1/update-site [2024-04-06T13:32:36.887Z] Mirroring meta-data consisting of 74 units from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5 [2024-04-06T13:32:36.887Z] Mirroring meta-data consisting of 152 units from https://download.eclipse.org/modeling/mdt/ocl/builds/release/6.20.0 [2024-04-06T13:32:36.887Z] Mirroring meta-data consisting of 55 units from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857 [2024-04-06T13:32:36.887Z] Mirroring meta-data consisting of 136 units from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202403010913 [2024-04-06T13:32:36.887Z] Mirroring meta-data consisting of 11 units from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334 [2024-04-06T13:32:36.887Z] Mirroring meta-data consisting of 19 units from https://download.eclipse.org/modeling/emf/query/updates/releases/R202208101410 [2024-04-06T13:32:36.887Z] Mirroring meta-data consisting of 23 units from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202305230712 [2024-04-06T13:32:36.887Z] Mirroring meta-data consisting of 26 units from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R202208110935 [2024-04-06T13:32:36.887Z] Mirroring meta-data consisting of 150 units from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.34.0 [2024-04-06T13:32:36.887Z] Mirroring meta-data consisting of 52 units from https://download.eclipse.org/tools/pdt/updates/8.2rc2 [2024-04-06T13:32:36.887Z] Mirroring meta-data consisting of 7 units from https://download.eclipse.org/tools/ptp/builds/9.4/2021-09 [2024-04-06T13:32:36.887Z] Mirroring meta-data consisting of 38 units from https://download.eclipse.org/modeling/emft/eef/updates/releases/2.1/R202210191223 [2024-04-06T13:32:36.887Z] Mirroring meta-data consisting of 162 units from https://download.eclipse.org/linuxtools/update-2024-03-rc2a [2024-04-06T13:32:36.887Z] Mirroring meta-data consisting of 64 units from https://download.eclipse.org/linuxtools/update-2024-03-docker-rc2a [2024-04-06T13:32:36.887Z] Mirroring meta-data consisting of 105 units from https://download.eclipse.org/egit/updates-6.9 [2024-04-06T13:32:36.887Z] Mirroring meta-data consisting of 52 units from https://download.eclipse.org/graphiti/updates/release/0.19.2 [2024-04-06T13:32:36.888Z] Mirroring meta-data consisting of 125 units from https://download.eclipse.org/technology/m2e/releases/2.6.0 [2024-04-06T13:32:36.888Z] Mirroring meta-data consisting of 32 units from https://download.eclipse.org/technology/m2e/m2e-wtp/releases/1.6.1 [2024-04-06T13:32:36.888Z] Mirroring meta-data consisting of 8 units from https://download.eclipse.org/scout/releases/13.0/31 [2024-04-06T13:32:36.888Z] Mirroring meta-data consisting of 118 units from https://download.eclipse.org/windowbuilder/updates/release/1.15.0 [2024-04-06T13:32:36.888Z] Mirroring meta-data consisting of 56 units from https://download.eclipse.org/technology/swtbot/releases/4.1.0 [2024-04-06T13:32:36.888Z] Mirroring meta-data consisting of 96 units from https://download.eclipse.org/tools/tcf/releases/1.7/1.7.0 [2024-04-06T13:32:36.888Z] Mirroring meta-data consisting of 204 units from https://download.eclipse.org/sirius/updates/releases/7.4.0/2023-03 [2024-04-06T13:32:36.888Z] Mirroring meta-data consisting of 66 units from https://download.eclipse.org/mmt/qvtd/builds/release/0.31.0 [2024-04-06T13:32:36.888Z] Mirroring meta-data consisting of 421 units from https://download.eclipse.org/ecp/rt/1270 [2024-04-06T13:32:36.888Z] Mirroring meta-data consisting of 123 units from https://download.eclipse.org/tracecompass/releases/9.3.0/repository [2024-04-06T13:32:36.888Z] Mirroring meta-data consisting of 12 units from https://download.eclipse.org/buildship/updates/e427/releases/3.x/3.1.9.v20240115-1636 [2024-04-06T13:32:36.888Z] Mirroring meta-data consisting of 58 units from https://download.eclipse.org/emf-parsley/updates/1.16/1.16.0.v20240227-1720 [2024-04-06T13:32:36.888Z] Mirroring meta-data consisting of 121 units from https://download.eclipse.org/viatra/updates/release/2.8.1 [2024-04-06T13:32:36.888Z] Mirroring meta-data consisting of 12 units from https://download.eclipse.org/eclemma/releases/3.1.8 [2024-04-06T13:32:36.888Z] Mirroring meta-data consisting of 18 units from https://download.eclipse.org/lsp4j/updates/releases/0.22.0 [2024-04-06T13:32:36.888Z] Mirroring meta-data consisting of 10 units from https://download.eclipse.org/lsp4e/releases/0.25.0 [2024-04-06T13:32:36.888Z] Mirroring meta-data consisting of 13 units from https://download.eclipse.org/usssdk/drops/release/1.2.2 [2024-04-06T13:32:36.888Z] Mirroring meta-data consisting of 6 units from https://download.eclipse.org/collections/11.1.0/repository [2024-04-06T13:32:36.888Z] Mirroring meta-data consisting of 20 units from https://download.eclipse.org/tm4e/releases/0.10.3 [2024-04-06T13:32:36.888Z] Mirroring meta-data consisting of 37 units from https://download.eclipse.org/wildwebdeveloper/releases/1.3.3 [2024-04-06T13:32:36.888Z] Mirroring meta-data consisting of 197 units from https://download.eclipse.org/passage/updates/release/2.11.0/ldc [2024-04-06T13:32:36.888Z] Mirroring meta-data consisting of 276 units from https://download.eclipse.org/modeling/mdt/modisco/builds/release/1.5.4 [2024-04-06T13:32:36.889Z] Done. Took 2 seconds [2024-04-06T13:32:36.889Z] Starting mirroring of meta-data for validationSet: runtime [2024-04-06T13:32:36.889Z] Mirroring meta-data consisting of 50 units from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202404020819 [2024-04-06T13:32:36.889Z] Mirroring meta-data consisting of 185 units from https://download.eclipse.org/rt/rap/3.28/RC2-20240306-1417 [2024-04-06T13:32:36.889Z] Done. Took 2 seconds [2024-04-06T13:32:36.889Z] Starting generation of categories [2024-04-06T13:32:36.889Z] Done. Took 2 seconds [2024-04-06T13:32:36.889Z] Starting artifacts mirroring [2024-04-06T13:32:36.889Z] Mirroring artifacts from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240403-1800 [2024-04-06T13:32:36.889Z] - mirroring artifact osgi.bundle,org.osgi.service.component.source,1.5.1.202212101352 [2024-04-06T13:32:36.889Z] - mirroring artifact osgi.bundle,org.objectweb.asm.tree.analysis.source,9.7.0 [2024-04-06T13:32:36.889Z] - mirroring artifact osgi.bundle,org.apache.ant,1.10.14.v20230922-1200 [2024-04-06T13:32:36.889Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.services.source,1.6.300.v20231201-1637 [2024-04-06T13:32:36.889Z] - mirroring artifact osgi.bundle,org.eclipse.jsch.core.source,1.5.400.v20240321-1303 [2024-04-06T13:32:36.889Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.core,3.38.0.v20240402-1617 [2024-04-06T13:32:36.889Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.importexport.source,1.4.400.v20240321-1450 [2024-04-06T13:32:36.889Z] - mirroring artifact osgi.bundle,org.eclipse.core.filesystem.source,1.10.400.v20240321-1303 [2024-04-06T13:32:36.889Z] - mirroring artifact osgi.bundle,org.eclipse.debug.ui.launchview.source,1.1.500.v20240321-1303 [2024-04-06T13:32:36.889Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.server.p2,1.12.1300.v20240328-1219 [2024-04-06T13:32:36.889Z] - mirroring artifact osgi.bundle,net.bytebuddy.byte-buddy.source,1.14.13 [2024-04-06T13:32:36.889Z] - mirroring artifact osgi.bundle,org.apiguardian.api,1.1.2 [2024-04-06T13:32:36.889Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.admin,1.3.400.v20240321-1450 [2024-04-06T13:32:36.889Z] - mirroring artifact osgi.bundle,com.jcraft.jsch.source,0.1.55.v20230916-1400 [2024-04-06T13:32:36.889Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.rcp,4.32.0.v20240403-2001 [2024-04-06T13:32:36.889Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.model.workbench.source,2.4.300.v20240321-1245 [2024-04-06T13:32:36.889Z] - mirroring artifact osgi.bundle,org.eclipse.ui.cocoa,1.3.200.v20240309-0857 [2024-04-06T13:32:36.889Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.ui.source,3.32.100.v20240403-0208 [2024-04-06T13:32:36.889Z] - mirroring artifact osgi.bundle,junit-jupiter-api.source,5.10.2 [2024-04-06T13:32:36.889Z] - mirroring artifact osgi.bundle,junit-platform-suite-commons,1.10.2 [2024-04-06T13:32:36.889Z] - mirroring artifact osgi.bundle,biz.aQute.repository.source,7.0.0.202310060912 [2024-04-06T13:32:36.889Z] - mirroring artifact osgi.bundle,org.eclipse.platform.doc.isv,4.32.0.v20240319-1136 [2024-04-06T13:32:36.889Z] - mirroring artifact osgi.bundle,org.eclipse.pde.ua.core,1.3.400.v20240321-1452 [2024-04-06T13:32:36.889Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.junit,3.16.400.v20240329-0922 [2024-04-06T13:32:36.889Z] - mirroring artifact osgi.bundle,org.eclipse.ui.cheatsheets.source,3.8.400.v20240321-1303 [2024-04-06T13:32:36.889Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86_64,1.2.900.v20240213-1244 [2024-04-06T13:32:36.889Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.ssl.source,1.3.0.v20230507-1921 [2024-04-06T13:32:36.890Z] - mirroring artifact osgi.bundle,org.osgi.service.log.stream,1.0.0.202109301733 [2024-04-06T13:32:36.890Z] - mirroring artifact osgi.bundle,org.apache.lucene.analysis-smartcn.source,9.10.0.v20240221-0830 [2024-04-06T13:32:36.890Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.discovery.source,1.3.300.v20240321-1450 [2024-04-06T13:32:36.890Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt,0.16.400.v20240403-2001 [2024-04-06T13:32:36.890Z] - mirroring artifact osgi.bundle,org.osgi.service.cm.source,1.6.1.202109301733 [2024-04-06T13:32:36.890Z] - mirroring artifact osgi.bundle,org.eclipse.e4.core.commands,1.1.400.v20240321-1245 [2024-04-06T13:32:36.890Z] - mirroring artifact osgi.bundle,org.eclipse.ui.navigator.source,3.12.400.v20240321-1245 [2024-04-06T13:32:36.890Z] - mirroring artifact osgi.bundle,org.objectweb.asm.source,9.7.0 [2024-04-06T13:32:36.890Z] - mirroring artifact osgi.bundle,org.bndtools.headless.build.manager,7.0.0.202310060912 [2024-04-06T13:32:36.890Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.http.registry.source,1.4.100.v20240321-1445 [2024-04-06T13:32:36.890Z] - mirroring artifact osgi.bundle,bndtools.api.source,7.0.0.202310060912 [2024-04-06T13:32:36.890Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.discovery.compatibility.source,1.3.300.v20240321-1450 [2024-04-06T13:32:36.890Z] - mirroring artifact osgi.bundle,org.osgi.service.repository.source,1.1.0.201505202024 [2024-04-06T13:32:36.890Z] - mirroring artifact osgi.bundle,org.eclipse.text.quicksearch.source,1.2.400.v20240321-1245 [2024-04-06T13:32:36.890Z] - mirroring artifact osgi.bundle,org.apache.commons.commons-codec.source,1.16.0 [2024-04-06T13:32:36.890Z] - mirroring artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5,5.2.1.v20230802-0806 [2024-04-06T13:32:36.890Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.security,12.0.7 [2024-04-06T13:32:36.890Z] - mirroring artifact osgi.bundle,org.eclipse.update.configurator,3.5.400.v20240321-1303 [2024-04-06T13:32:36.890Z] - mirroring artifact binary,org.eclipse.platform.ide.executable.cocoa.macosx.aarch64,4.32.0.I20240403-1800 [2024-04-06T13:32:36.890Z] - mirroring artifact osgi.bundle,org.eclipse.swt.gtk.linux.aarch64,3.126.0.v20240403-1306 [2024-04-06T13:32:36.890Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.metatype,1.6.500.v20231214-2017 [2024-04-06T13:32:36.890Z] - mirroring artifact osgi.bundle,org.eclipse.emf.databinding.source,1.8.0.v20231208-1346 [2024-04-06T13:32:36.890Z] - mirroring artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5-win.source,5.2.1.v20230802-0847 [2024-04-06T13:32:36.890Z] - mirroring artifact osgi.bundle,org.eclipse.ui.views.properties.tabbed.source,3.10.200.v20231205-0632 [2024-04-06T13:32:36.890Z] - mirroring artifact osgi.bundle,org.eclipse.platform,4.31.200.v20240403-1800 [2024-04-06T13:32:36.890Z] - mirroring artifact osgi.bundle,org.apache.felix.gogo.shell,1.1.4 [2024-04-06T13:32:36.890Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.pde,3.15.400.v20240403-1800 [2024-04-06T13:32:36.890Z] - mirroring artifact osgi.bundle,org.eclipse.emf.databinding.edit,1.9.0.v20231208-1346 [2024-04-06T13:32:36.890Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.help,2.3.1800.v20240403-1800 [2024-04-06T13:32:36.890Z] - mirroring artifact osgi.bundle,biz.aQute.repository,7.0.0.202310060912 [2024-04-06T13:32:36.890Z] - mirroring artifact osgi.bundle,org.osgi.service.metatype,1.4.1.202109301733 [2024-04-06T13:32:36.891Z] - mirroring artifact osgi.bundle,org.eclipse.pde.core.source,3.18.100.v20240329-1339 [2024-04-06T13:32:36.891Z] - mirroring artifact osgi.bundle,org.objectweb.asm.tree.source,9.7.0 [2024-04-06T13:32:36.891Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.change,2.16.0.v20231208-1346 [2024-04-06T13:32:36.891Z] - mirroring artifact osgi.bundle,org.eclipse.pde.bnd.ui.source,1.1.0.v20240325-2302 [2024-04-06T13:32:36.891Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.bindings,0.14.400.v20240321-1245 [2024-04-06T13:32:36.891Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.source,3.11.0.v20230507-1923 [2024-04-06T13:32:36.891Z] - mirroring artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2.source,5.2.3.v20230922-1600 [2024-04-06T13:32:36.891Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.discovery.feature.source,1.3.400.v20240321-1450 [2024-04-06T13:32:36.891Z] - mirroring artifact binary,org.eclipse.sdk.ide.executable.win32.win32.x86_64,4.32.0.I20240403-1800 [2024-04-06T13:32:36.891Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.http.jetty,3.9.200.v20240321-1445 [2024-04-06T13:32:36.891Z] - mirrored artifact osgi.bundle,org.objectweb.asm.tree.analysis.source,9.7.0 [2024-04-06T13:32:36.891Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.security.macosx.source,1.102.200.v20231214-2017 [2024-04-06T13:32:36.891Z] - mirroring artifact osgi.bundle,jakarta.activation-api.source,2.1.3 [2024-04-06T13:32:36.891Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.repository,2.8.200.v20240321-1450 [2024-04-06T13:32:36.891Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.core,2.11.100.v20240321-1450 [2024-04-06T13:32:36.891Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.debug.ui,3.13.400.v20240321-1645 [2024-04-06T13:32:36.891Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.frameworkadmin.equinox.source,1.3.200.v20240321-1450 [2024-04-06T13:32:36.891Z] - mirroring artifact osgi.bundle,org.eclipse.team.core.source,3.10.400.v20240321-1303 [2024-04-06T13:32:36.891Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.core.ssl.feature,1.1.501.v20230507-1921 [2024-04-06T13:32:36.891Z] - mirroring artifact osgi.bundle,org.osgi.service.wireadmin.source,1.0.2.202109301733 [2024-04-06T13:32:36.891Z] - mirroring artifact osgi.bundle,org.hamcrest,2.2.0 [2024-04-06T13:32:36.891Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.bcoview.source,1.2.400.v20240322-0935 [2024-04-06T13:32:36.891Z] - mirroring artifact osgi.bundle,org.eclipse.compare.core.source,3.8.500.v20240321-1303 [2024-04-06T13:32:36.891Z] - mirroring artifact osgi.bundle,org.mortbay.jasper.apache-jsp,9.0.83 [2024-04-06T13:32:36.891Z] - mirroring artifact osgi.bundle,org.apache.felix.gogo.shell.source,1.1.4 [2024-04-06T13:32:36.891Z] - mirroring artifact osgi.bundle,org.eclipse.ui.source,3.206.0.v20240322-0723 [2024-04-06T13:32:36.891Z] - mirroring artifact osgi.bundle,org.eclipse.rcp,4.32.0.v20240403-1800 [2024-04-06T13:32:36.891Z] - mirroring artifact osgi.bundle,org.eclipse.ui.genericeditor,1.3.400.v20240403-1559 [2024-04-06T13:32:36.891Z] - mirroring artifact osgi.bundle,org.eclipse.jface.databinding,1.15.300.v20240321-1245 [2024-04-06T13:32:36.891Z] - mirroring artifact osgi.bundle,org.eclipse.urischeme,1.3.300.v20240321-1245 [2024-04-06T13:32:36.891Z] - mirroring artifact osgi.bundle,org.eclipse.emf.databinding.edit.source,1.9.0.v20231208-1346 [2024-04-06T13:32:36.891Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.security.source,12.0.7 [2024-04-06T13:32:36.892Z] - mirroring artifact osgi.bundle,org.eclipse.pde.ua.core.source,1.3.400.v20240321-1452 [2024-04-06T13:32:36.892Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.console,1.4.800.v20240329-0940 [2024-04-06T13:32:36.892Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.discovery.source,1.3.300.v20240321-1450 [2024-04-06T13:32:36.892Z] - mirroring artifact osgi.bundle,org.osgi.namespace.extender.source,1.0.1.201505202024 [2024-04-06T13:32:36.892Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.simpleconfigurator.manipulator,2.3.200.v20240321-1450 [2024-04-06T13:32:36.892Z] - mirroring artifact osgi.bundle,org.osgi.service.provisioning.source,1.2.0.201505202024 [2024-04-06T13:32:36.892Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.edit,2.22.0.v20231208-1346 [2024-04-06T13:32:36.892Z] - mirroring artifact osgi.bundle,org.eclipse.e4.tools.services.source,4.10.500.v20240321-1452 [2024-04-06T13:32:36.892Z] - mirroring artifact osgi.bundle,org.jdom,1.1.3.v20230812-1600 [2024-04-06T13:32:36.892Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.app,1.7.100.v20240321-1445 [2024-04-06T13:32:36.892Z] - mirroring artifact osgi.bundle,org.eclipse.core.filesystem.linux.ppc64le,1.4.200.v20220812-1420 [2024-04-06T13:32:36.892Z] - mirroring artifact osgi.bundle,jakarta.inject.jakarta.inject-api,1.0.5 [2024-04-06T13:32:36.892Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.common,2.31.0.v20240314-0928 [2024-04-06T13:32:36.892Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc64le,1.2.900.v20240129-1338 [2024-04-06T13:32:36.892Z] - mirroring artifact osgi.bundle,org.eclipse.ui.themes,1.2.2400.v20240213-1133 [2024-04-06T13:32:36.892Z] - mirroring artifact osgi.bundle,org.eclipse.pde,3.13.2700.v20240403-1800 [2024-04-06T13:32:36.892Z] - mirroring artifact osgi.bundle,org.eclipse.ui.win32.source,3.5.300.v20240321-1245 [2024-04-06T13:32:36.892Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.http.servletbridge.source,1.3.0.v20240213-1244 [2024-04-06T13:32:36.892Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.io,12.0.7 [2024-04-06T13:32:36.892Z] - mirroring artifact osgi.bundle,org.eclipse.core.filebuffers,3.8.300.v20240207-1054 [2024-04-06T13:32:36.892Z] - mirroring artifact osgi.bundle,biz.aQute.bndlib,7.0.0.202310060912 [2024-04-06T13:32:36.892Z] - mirroring artifact osgi.bundle,org.eclipse.swt.cocoa.macosx.aarch64.source,3.126.0.v20240403-1306 [2024-04-06T13:32:36.892Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.session.source,12.0.7 [2024-04-06T13:32:36.892Z] - mirroring artifact osgi.bundle,org.jdom.source,1.1.3.v20230812-1600 [2024-04-06T13:32:36.892Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.transport.ecf.source,1.4.300.v20240321-1450 [2024-04-06T13:32:36.892Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.launching,3.21.200.v20240320-0933 [2024-04-06T13:32:36.892Z] - mirroring artifact osgi.bundle,org.eclipse.team.genericeditor.diff.extension.source,1.2.300.v20231214-1012 [2024-04-06T13:32:36.892Z] - mirroring artifact osgi.bundle,org.eclipse.pde.spy.css,0.13.400.v20240321-1452 [2024-04-06T13:32:36.892Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jdt,3.19.500.v20240403-1800 [2024-04-06T13:32:36.892Z] - mirroring artifact osgi.bundle,org.apache.felix.gogo.runtime.source,1.1.6 [2024-04-06T13:32:36.892Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.jsp.jasper.source,1.2.100.v20240321-1445 [2024-04-06T13:32:36.892Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.http.registry,1.4.100.v20240321-1445 [2024-04-06T13:32:36.892Z] - mirroring artifact osgi.bundle,org.eclipse.tips.ui.source,0.3.400.v20240321-1303 [2024-04-06T13:32:36.893Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.security.source,1.4.300.v20240326-2051 [2024-04-06T13:32:36.893Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.di.source,1.5.400.v20240321-1245 [2024-04-06T13:32:36.893Z] - mirroring artifact osgi.bundle,org.eclipse.e4.tools.jdt.templates,4.10.300.v20240128-1101 [2024-04-06T13:32:36.893Z] - mirroring artifact osgi.bundle,org.apache.batik.css.source,1.17.0.v20231215-1130 [2024-04-06T13:32:36.893Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.servlet-api,4.0.6 [2024-04-06T13:32:36.893Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx,1.2.900.v20240129-1338 [2024-04-06T13:32:36.893Z] - mirroring artifact osgi.bundle,org.eclipse.ltk.ui.refactoring.source,3.13.400.v20240321-1245 [2024-04-06T13:32:36.893Z] - mirroring artifact osgi.bundle,org.eclipse.ant.core.source,3.7.400.v20240321-1303 [2024-04-06T13:32:36.893Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.servletbridge,1.7.100.v20240327-1824 [2024-04-06T13:32:36.893Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.repository.source,2.8.200.v20240321-1450 [2024-04-06T13:32:36.893Z] - mirroring artifact osgi.bundle,org.eclipse.jsch.ui,1.5.400.v20240321-1303 [2024-04-06T13:32:36.893Z] - mirroring artifact osgi.bundle,org.eclipse.pde.spy.preferences.source,0.13.400.v20240321-1452 [2024-04-06T13:32:36.893Z] - mirroring artifact osgi.bundle,junit-platform-suite-api,1.10.2 [2024-04-06T13:32:36.893Z] - mirrored artifact osgi.bundle,org.osgi.service.component.source,1.5.1.202212101352 [2024-04-06T13:32:36.893Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse.source,1.6.100.v20240321-1450 [2024-04-06T13:32:36.893Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.security.macosx,1.102.200.v20231214-2017 [2024-04-06T13:32:36.893Z] - mirroring artifact osgi.bundle,org.eclipse.core.expressions.source,3.9.400.v20240321-1303 [2024-04-06T13:32:36.893Z] - mirroring artifact osgi.bundle,org.eclipse.pde.core,3.18.100.v20240329-1339 [2024-04-06T13:32:36.893Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse,1.6.100.v20240321-1450 [2024-04-06T13:32:36.893Z] - mirroring artifact osgi.bundle,org.eclipse.compare.win32.source,1.3.400.v20240321-1303 [2024-04-06T13:32:36.893Z] - mirroring artifact osgi.bundle,org.eclipse.core.filesystem.linux.x86_64,1.2.400.v20220812-1420 [2024-04-06T13:32:36.893Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tips.feature.source,0.4.400.v20240321-1303 [2024-04-06T13:32:36.893Z] - mirroring artifact osgi.bundle,org.osgi.service.useradmin.source,1.1.1.202109301733 [2024-04-06T13:32:36.893Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.rcp.feature.source,1.4.2400.v20240328-1219 [2024-04-06T13:32:36.893Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sdk,4.32.0.v20240403-2001 [2024-04-06T13:32:36.893Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.publisher,1.9.200.v20240321-1450 [2024-04-06T13:32:36.893Z] - mirroring artifact binary,org.eclipse.platform_root,4.32.0.v20240403-2001 [2024-04-06T13:32:36.893Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.metatype.source,1.6.500.v20231214-2017 [2024-04-06T13:32:36.893Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.metadata.source,2.9.100.v20240321-1450 [2024-04-06T13:32:36.893Z] - mirroring artifact osgi.bundle,org.eclipse.tips.ide,0.3.400.v20240321-1303 [2024-04-06T13:32:36.893Z] - mirroring artifact osgi.bundle,org.apache.batik.i18n,1.17.0.v20231215-1130 [2024-04-06T13:32:36.894Z] - mirroring artifact osgi.bundle,org.eclipse.ui.ide.application.source,1.5.400.v20240321-1245 [2024-04-06T13:32:36.894Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench.swt,0.17.400.v20240321-1245 [2024-04-06T13:32:36.894Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jdt.jeview.feature,1.1.400.v20240322-0935 [2024-04-06T13:32:36.894Z] - mirroring artifact osgi.bundle,org.eclipse.core.net.win32.x86_64,1.2.200.v20231214-1012 [2024-04-06T13:32:36.894Z] - mirroring artifact osgi.bundle,org.osgi.service.component.annotations.source,1.5.1.202212101352 [2024-04-06T13:32:36.894Z] - mirroring artifact osgi.bundle,org.eclipse.pde.ui,3.15.200.v20240321-1452 [2024-04-06T13:32:36.894Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.source,2.8.400.v20240321-1450 [2024-04-06T13:32:36.894Z] - mirroring artifact osgi.bundle,org.eclipse.pde.junit.runtime.source,3.8.100.v20240130-1723 [2024-04-06T13:32:36.894Z] - mirroring artifact osgi.bundle,org.eclipse.ui.externaltools,3.6.400.v20240321-1303 [2024-04-06T13:32:36.894Z] - mirroring artifact osgi.bundle,org.eclipse.swt.gtk.linux.aarch64.source,3.126.0.v20240403-1306 [2024-04-06T13:32:36.894Z] - mirroring artifact osgi.bundle,org.eclipse.pde.spy.event,1.1.400.v20240321-1452 [2024-04-06T13:32:36.894Z] - mirroring artifact osgi.bundle,org.eclipse.e4.core.services.source,2.4.400.v20240321-1303 [2024-04-06T13:32:36.894Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench3,0.17.400.v20240321-1245 [2024-04-06T13:32:36.894Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.xmi,2.37.0.v20231208-1346 [2024-04-06T13:32:36.894Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.platform,4.32.0.v20240403-2001 [2024-04-06T13:32:36.894Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclientjava,2.0.200.v20231114-1017 [2024-04-06T13:32:36.894Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.ide,3.17.200.v20231201-1637 [2024-04-06T13:32:36.894Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.core.source,3.38.0.v20240402-1617 [2024-04-06T13:32:36.894Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.css.swt.theme.source,0.14.400.v20240321-1245 [2024-04-06T13:32:36.894Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.directorywatcher.source,1.4.400.v20240321-1450 [2024-04-06T13:32:36.894Z] - mirroring artifact osgi.bundle,org.junit,4.13.2.v20230809-1000 [2024-04-06T13:32:36.894Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.touchpoint.eclipse,2.4.300.v20240321-1450 [2024-04-06T13:32:36.894Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.http.servlet.source,1.8.200.v20240321-1445 [2024-04-06T13:32:36.894Z] - mirroring artifact osgi.bundle,org.osgi.service.useradmin,1.1.1.202109301733 [2024-04-06T13:32:36.894Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.junit.source,3.16.400.v20240329-0922 [2024-04-06T13:32:36.894Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.services.source,1.6.300.v20231201-1637 [2024-04-06T13:32:36.894Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.launching.ui.macosx.source,1.4.300.v20240321-1645 [2024-04-06T13:32:36.894Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.extensionlocation,1.5.400.v20240321-1450 [2024-04-06T13:32:36.894Z] - mirroring artifact osgi.bundle,org.eclipse.help.base.source,4.4.400.v20240403-1800 [2024-04-06T13:32:36.895Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.engine.source,2.10.100.v20240321-1450 [2024-04-06T13:32:36.895Z] - mirroring artifact osgi.bundle,org.eclipse.e4.core.di.extensions.source,0.18.200.v20231220-1554 [2024-04-06T13:32:36.895Z] - mirroring artifact osgi.bundle,junit-platform-launcher.source,1.10.2 [2024-04-06T13:32:36.895Z] - mirroring artifact osgi.bundle,org.eclipse.osgi.util,3.7.300.v20231104-1118 [2024-04-06T13:32:36.895Z] - mirroring artifact osgi.bundle,jakarta.annotation-api,1.3.5 [2024-04-06T13:32:36.895Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclient5,1.1.0.v20230423-0417 [2024-04-06T13:32:36.895Z] - mirroring artifact osgi.bundle,org.eclipse.tips.core,0.3.400.v20240321-1303 [2024-04-06T13:32:36.895Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.weaving.hook.source,1.4.100.v20240321-1445 [2024-04-06T13:32:36.895Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.discovery,1.3.300.v20240321-1450 [2024-04-06T13:32:36.895Z] - mirroring artifact osgi.bundle,jakarta.inject.jakarta.inject-api.source,2.0.1 [2024-04-06T13:32:36.895Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.transforms.xslt,1.3.100.v20240321-1445 [2024-04-06T13:32:36.895Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.ide.source,3.17.200.v20231201-1637 [2024-04-06T13:32:36.895Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.dialogs.source,1.4.300.v20240321-1245 [2024-04-06T13:32:36.895Z] - mirroring artifact osgi.bundle,org.eclipse.osgi.services,3.12.100.v20240327-0645 [2024-04-06T13:32:36.895Z] - mirroring artifact osgi.bundle,org.eclipse.jface,3.34.0.v20240403-1129 [2024-04-06T13:32:36.895Z] - mirroring artifact osgi.bundle,org.bndtools.templates.template,7.0.0.202310060912 [2024-04-06T13:32:36.895Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.security.ui,1.4.300.v20240321-1445 [2024-04-06T13:32:36.895Z] - mirroring artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5,5.2.3.v20230922-1600 [2024-04-06T13:32:36.895Z] - mirroring artifact osgi.bundle,org.eclipse.swt.tools.base.source,3.107.600.v20240309-0757 [2024-04-06T13:32:36.895Z] - mirroring artifact osgi.bundle,jakarta.activation-api,2.1.3 [2024-04-06T13:32:36.895Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.annotation.source,1.2.100.v20240212-1051 [2024-04-06T13:32:36.895Z] - mirroring artifact osgi.bundle,org.objectweb.asm.util,9.7.0 [2024-04-06T13:32:36.895Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.css.core.source,0.14.400.v20240321-1245 [2024-04-06T13:32:36.895Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.director,2.6.400.v20240321-1450 [2024-04-06T13:32:36.895Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.app.source,1.7.100.v20240321-1445 [2024-04-06T13:32:36.895Z] - mirroring artifact osgi.bundle,org.eclipse.e4.core.di.extensions,0.18.200.v20231220-1554 [2024-04-06T13:32:36.895Z] - mirroring artifact osgi.bundle,org.eclipse.ui.editors.source,3.17.300.v20240321-1245 [2024-04-06T13:32:36.895Z] - mirroring artifact osgi.bundle,org.eclipse.ui.editors,3.17.300.v20240321-1245 [2024-04-06T13:32:36.895Z] - mirroring artifact osgi.bundle,org.osgi.service.upnp,1.2.1.202109301733 [2024-04-06T13:32:36.895Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.discovery.feature,1.3.400.v20240321-1450 [2024-04-06T13:32:36.895Z] - mirroring artifact osgi.bundle,org.osgi.util.pushstream.source,1.1.0.202212101352 [2024-04-06T13:32:36.895Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.2.900.v20240129-1338 [2024-04-06T13:32:36.896Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench.addons.swt,1.5.400.v20240403-1826 [2024-04-06T13:32:36.896Z] - mirroring artifact osgi.bundle,org.eclipse.swt.tools.spies.source,3.109.400.v20240321-1321 [2024-04-06T13:32:36.896Z] - mirroring artifact osgi.bundle,org.eclipse.ui.navigator.resources.source,3.9.300.v20240328-1412 [2024-04-06T13:32:36.896Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.touchpoint.eclipse.source,2.4.300.v20240321-1450 [2024-04-06T13:32:36.896Z] - mirroring artifact osgi.bundle,org.eclipse.platform.doc.user,4.32.0.v20240303-0625 [2024-04-06T13:32:36.896Z] - mirroring artifact osgi.bundle,junit-jupiter-engine,5.10.2 [2024-04-06T13:32:36.896Z] - mirroring artifact osgi.bundle,org.osgi.util.position,1.0.1.201505202026 [2024-04-06T13:32:36.896Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jdt.astview.feature,1.2.250.v20240322-0935 [2024-04-06T13:32:36.896Z] - mirroring artifact osgi.bundle,org.eclipse.ui.forms,3.13.300.v20240320-0624 [2024-04-06T13:32:36.896Z] - mirroring artifact osgi.bundle,org.eclipse.ui.console.source,3.14.100.v20240321-2147 [2024-04-06T13:32:36.896Z] - mirroring artifact osgi.bundle,org.eclipse.compare.core,3.8.500.v20240321-1303 [2024-04-06T13:32:36.896Z] - mirroring artifact osgi.bundle,org.osgi.service.prefs,1.1.2.202109301733 [2024-04-06T13:32:36.896Z] - mirroring artifact osgi.bundle,org.eclipse.unittest.ui,1.1.400.v20240321-1303 [2024-04-06T13:32:36.896Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.httpclientjava.feature.source,2.0.200.v20231114-1017 [2024-04-06T13:32:36.896Z] - mirroring artifact osgi.bundle,org.apache.sshd.osgi,2.12.1 [2024-04-06T13:32:36.896Z] - mirroring artifact osgi.bundle,org.eclipse.ltk.core.refactoring.source,3.14.400.v20240321-1245 [2024-04-06T13:32:36.896Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.console.ssh.source,1.3.100.v20240321-1445 [2024-04-06T13:32:36.896Z] - mirroring artifact osgi.bundle,org.eclipse.urischeme.source,1.3.300.v20240321-1245 [2024-04-06T13:32:36.896Z] - mirroring artifact osgi.bundle,org.eclipse.help.ui,4.7.0.v20240328-0901 [2024-04-06T13:32:36.896Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.installer.source,1.4.300.v20240321-1450 [2024-04-06T13:32:36.896Z] - mirroring artifact osgi.bundle,org.apache.batik.constants,1.17.0.v20231215-1130 [2024-04-06T13:32:36.896Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.user.ui,2.4.2400.v20240328-1219 [2024-04-06T13:32:36.896Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclientjava.source,2.0.200.v20231114-1017 [2024-04-06T13:32:36.896Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.bcoview,1.2.400.v20240322-0935 [2024-04-06T13:32:36.896Z] - mirroring artifact osgi.bundle,org.eclipse.swt.gtk.linux.ppc64le.source,3.126.0.v20240403-1306 [2024-04-06T13:32:36.896Z] - mirroring artifact osgi.bundle,org.osgi.annotation.bundle,2.0.0.202202082230 [2024-04-06T13:32:36.896Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.junit4.runtime,1.3.100.v20231214-1952 [2024-04-06T13:32:36.896Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.apt.pluggable.core.source,1.4.400.v20240321-1252 [2024-04-06T13:32:36.896Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.e4.rcp.source,4.32.0.v20240403-2001 [2024-04-06T13:32:36.896Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.http,12.0.7 [2024-04-06T13:32:36.897Z] - mirrored artifact osgi.bundle,org.eclipse.jsch.core.source,1.5.400.v20240321-1303 [2024-04-06T13:32:36.897Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.server.jetty.source,1.11.500.v20240321-1445 [2024-04-06T13:32:36.897Z] - mirroring artifact osgi.bundle,org.osgi.service.cm,1.6.1.202109301733 [2024-04-06T13:32:36.897Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.transforms.hook,1.4.100.v20240321-1445 [2024-04-06T13:32:36.897Z] - mirroring artifact osgi.bundle,org.eclipse.e4.tools.emf.editor3x,4.9.400.v20240321-1452 [2024-04-06T13:32:36.897Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.astview.source,1.6.150.v20240322-0935 [2024-04-06T13:32:36.897Z] - mirroring artifact osgi.bundle,org.osgi.util.xml,1.0.2.202109301733 [2024-04-06T13:32:36.897Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.discovery.compatibility,1.3.300.v20240321-1450 [2024-04-06T13:32:36.897Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.swt.tools.feature.source,3.109.400.v20240321-1321 [2024-04-06T13:32:36.897Z] - mirroring artifact binary,org.eclipse.sdk.ide.executable.gtk.linux.x86_64,4.32.0.I20240403-1800 [2024-04-06T13:32:36.897Z] - mirroring artifact osgi.bundle,org.eclipse.core.filebuffers.source,3.8.300.v20240207-1054 [2024-04-06T13:32:36.897Z] - mirroring artifact osgi.bundle,org.eclipse.orbit.xml-apis-ext.source,1.0.0.v20230923-0644 [2024-04-06T13:32:36.897Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.preferences.source,3.11.100.v20240327-0645 [2024-04-06T13:32:36.897Z] - mirroring artifact osgi.bundle,org.eclipse.pde.genericeditor.extension.source,1.2.400.v20240321-1452 [2024-04-06T13:32:36.897Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.databinding.edit.source,1.11.0.v20231208-1346 [2024-04-06T13:32:36.897Z] - mirroring artifact osgi.bundle,org.osgi.namespace.extender,1.0.1.201505202024 [2024-04-06T13:32:36.897Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.repository.tools,2.4.400.v20240321-1450 [2024-04-06T13:32:36.897Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.server.p2.source,1.12.1300.v20240328-1219 [2024-04-06T13:32:36.897Z] - mirroring artifact osgi.bundle,junit-platform-engine.source,1.10.2 [2024-04-06T13:32:36.897Z] - mirroring artifact osgi.bundle,org.eclipse.ecf,3.11.0.v20230507-1923 [2024-04-06T13:32:36.897Z] - mirroring artifact binary,org.eclipse.platform.ide.executable.gtk.linux.x86_64,4.32.0.I20240403-1800 [2024-04-06T13:32:36.897Z] - mirroring artifact osgi.bundle,org.eclipse.swt.gtk.linux.x86_64.source,3.126.0.v20240403-1306 [2024-04-06T13:32:36.897Z] - mirroring artifact osgi.bundle,org.eclipse.core.variables,3.6.400.v20240321-1303 [2024-04-06T13:32:36.897Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.sdk,3.23.1200.v20240402-2140 [2024-04-06T13:32:36.897Z] - mirroring artifact osgi.bundle,org.eclipse.ui.trace.source,1.3.300.v20231215-1019 [2024-04-06T13:32:36.897Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.dialogs,1.4.300.v20240321-1245 [2024-04-06T13:32:36.897Z] - mirroring artifact osgi.bundle,org.apache.batik.constants.source,1.17.0.v20231215-1130 [2024-04-06T13:32:36.897Z] - mirroring artifact osgi.bundle,org.eclipse.core.databinding.observable,1.13.300.v20240321-1245 [2024-04-06T13:32:36.897Z] - mirroring artifact osgi.bundle,junit-jupiter-params,5.10.2 [2024-04-06T13:32:36.898Z] - mirroring artifact osgi.bundle,org.osgi.service.wireadmin,1.0.2.202109301733 [2024-04-06T13:32:36.898Z] - mirroring artifact osgi.bundle,org.osgi.namespace.contract,1.0.0.201505202024 [2024-04-06T13:32:36.898Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.supplement.source,1.10.800.v20240115-0830 [2024-04-06T13:32:36.898Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.di,1.5.400.v20240321-1245 [2024-04-06T13:32:36.898Z] - mirroring artifact osgi.bundle,org.eclipse.core.databinding.beans.source,1.10.300.v20240321-1245 [2024-04-06T13:32:36.898Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.jarprocessor.source,1.3.400.v20240321-1450 [2024-04-06T13:32:36.898Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.log.stream.source,1.2.0.v20240213-1244 [2024-04-06T13:32:36.898Z] - mirroring artifact osgi.bundle,org.eclipse.jface.notifications,0.7.200.v20240321-1245 [2024-04-06T13:32:36.898Z] - mirroring artifact osgi.bundle,org.eclipse.core.net.linux,1.1.200.v20240321-1303 [2024-04-06T13:32:36.898Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.metadata,2.9.100.v20240321-1450 [2024-04-06T13:32:36.898Z] - mirroring artifact osgi.bundle,org.eclipse.core.jobs.source,3.15.300.v20240321-1303 [2024-04-06T13:32:36.898Z] - mirroring artifact osgi.bundle,org.eclipse.core.commands,3.12.100.v20240322-0723 [2024-04-06T13:32:36.898Z] - mirroring artifact osgi.bundle,org.opentest4j.source,1.3.0 [2024-04-06T13:32:36.898Z] - mirroring artifact osgi.bundle,org.objectweb.asm.tree.analysis,9.7.0 [2024-04-06T13:32:36.898Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.server.core,1.16.100.v20240329-0848 [2024-04-06T13:32:36.898Z] - mirroring artifact osgi.bundle,org.eclipse.ui.console,3.14.100.v20240321-2147 [2024-04-06T13:32:36.898Z] - mirroring artifact osgi.bundle,org.eclipse.e4.core.contexts,1.12.600.v20240321-1303 [2024-04-06T13:32:36.898Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.ssl,1.3.0.v20230507-1921 [2024-04-06T13:32:36.898Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.concurrent.source,1.3.100.v20240321-1445 [2024-04-06T13:32:36.898Z] - mirroring artifact osgi.bundle,org.opentest4j,1.3.0 [2024-04-06T13:32:36.898Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.engine,2.10.100.v20240321-1450 [2024-04-06T13:32:36.898Z] - mirroring artifact binary,org.eclipse.rcp_root,4.32.0.v20240403-2001 [2024-04-06T13:32:36.898Z] - mirroring artifact osgi.bundle,org.eclipse.e4.core.commands.source,1.1.400.v20240321-1245 [2024-04-06T13:32:36.898Z] - mirroring artifact osgi.bundle,org.apache.aries.spifly.dynamic.bundle,1.3.7 [2024-04-06T13:32:36.898Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.ssl.feature.source,1.1.402.v20231021-2127 [2024-04-06T13:32:36.898Z] - mirroring artifact osgi.bundle,org.eclipse.pde.spy.core,1.1.400.v20240321-1452 [2024-04-06T13:32:36.898Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.http.service.api.source,1.2.2.v20231218-2126 [2024-04-06T13:32:36.898Z] - mirroring artifact osgi.bundle,org.bndtools.headless.build.plugin.gradle,7.0.0.202310060912 [2024-04-06T13:32:36.898Z] - mirroring artifact osgi.bundle,org.mortbay.jasper.apache-el,9.0.83 [2024-04-06T13:32:36.898Z] - mirroring artifact osgi.bundle,org.eclipse.pde.ds.annotations,1.3.300.v20240321-1452 [2024-04-06T13:32:36.898Z] - mirroring artifact osgi.bundle,org.eclipse.ant.launching,1.4.400.v20240321-1303 [2024-04-06T13:32:36.898Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.swt.win32.source,1.2.200.v20231201-1637 [2024-04-06T13:32:36.899Z] - mirroring artifact osgi.bundle,org.eclipse.swt.cocoa.macosx.x86_64,3.126.0.v20240403-1306 [2024-04-06T13:32:36.899Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.security.win32.source,1.3.0.v20240326-2051 [2024-04-06T13:32:36.899Z] - mirroring artifact osgi.bundle,org.eclipse.tips.json,0.3.400.v20240321-1303 [2024-04-06T13:32:36.899Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.admin.rcp,1.4.100.v20240201-0843 [2024-04-06T13:32:36.899Z] - mirroring artifact osgi.bundle,org.eclipse.swt.win32.win32.x86_64,3.126.0.v20240403-1306 [2024-04-06T13:32:36.899Z] - mirroring artifact osgi.bundle,org.apache.batik.util.source,1.17.0.v20231215-1130 [2024-04-06T13:32:36.899Z] - mirroring artifact osgi.bundle,org.eclipse.e4.emf.xpath,0.4.300.v20240321-1245 [2024-04-06T13:32:36.899Z] - mirroring artifact osgi.bundle,org.eclipse.team.genericeditor.diff.extension,1.2.300.v20231214-1012 [2024-04-06T13:32:36.899Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.sdk.scheduler.source,1.6.300.v20240321-1450 [2024-04-06T13:32:36.899Z] - mirroring artifact osgi.bundle,org.osgi.util.position.source,1.0.1.201505202026 [2024-04-06T13:32:36.899Z] - mirroring artifact osgi.bundle,org.eclipse.ui.themes.source,1.2.2400.v20240213-1133 [2024-04-06T13:32:36.899Z] - mirroring artifact osgi.bundle,org.eclipse.swt.tools.spies,3.109.400.v20240321-1321 [2024-04-06T13:32:36.899Z] - mirroring artifact osgi.bundle,org.eclipse.swt.tools,3.110.400.v20240321-1321 [2024-04-06T13:32:36.899Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.security,12.0.7 [2024-04-06T13:32:36.899Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.device.source,1.2.0.v20240213-1515 [2024-04-06T13:32:36.899Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.bindings.source,0.14.400.v20240321-1245 [2024-04-06T13:32:36.899Z] - mirroring artifact osgi.bundle,org.apache.lucene.analysis-smartcn,9.10.0.v20240221-0830 [2024-04-06T13:32:36.899Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.rcp.feature,1.4.2400.v20240328-1219 [2024-04-06T13:32:36.899Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.e4.core.tools.feature.source,4.30.200.v20240326-1907 [2024-04-06T13:32:36.899Z] - mirroring artifact osgi.bundle,org.eclipse.tips.ide.source,0.3.400.v20240321-1303 [2024-04-06T13:32:36.899Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.console.jaas.fragment.source,1.2.0.v20240213-1244 [2024-04-06T13:32:36.899Z] - mirroring artifact osgi.bundle,org.eclipse.ui.views.log,1.4.400.v20240321-1245 [2024-04-06T13:32:36.899Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.common.source,2.31.0.v20240314-0928 [2024-04-06T13:32:36.899Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.registry,3.12.100.v20240321-1445 [2024-04-06T13:32:36.899Z] - mirroring artifact osgi.bundle,org.eclipse.e4.tools.services,4.10.500.v20240321-1452 [2024-04-06T13:32:36.899Z] - mirroring artifact osgi.bundle,org.eclipse.core.filesystem.win32.x86_64,1.4.300.v20220812-1420 [2024-04-06T13:32:36.899Z] - mirroring artifact osgi.bundle,org.osgi.service.http.whiteboard.source,1.1.1.202109301733 [2024-04-06T13:32:36.899Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.databinding.source,1.11.0.v20231208-1346 [2024-04-06T13:32:36.899Z] - mirroring artifact osgi.bundle,slf4j.simple.source,2.0.12 [2024-04-06T13:32:36.899Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.discovery,1.3.300.v20240321-1450 [2024-04-06T13:32:36.899Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecore,2.37.0.v20240203-0859 [2024-04-06T13:32:36.900Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.coordinator.source,1.5.300.v20240214-0846 [2024-04-06T13:32:36.900Z] - mirroring artifact osgi.bundle,org.sat4j.core,2.3.6.v20201214 [2024-04-06T13:32:36.900Z] - mirroring artifact osgi.bundle,org.eclipse.ui.intro.quicklinks,1.2.400.v20240321-1303 [2024-04-06T13:32:36.900Z] - mirroring artifact osgi.bundle,org.eclipse.ui.workbench.source,3.131.200.v20240403-1826 [2024-04-06T13:32:36.900Z] - mirroring artifact osgi.bundle,org.eclipse.osgi.util.source,3.7.300.v20231104-1118 [2024-04-06T13:32:36.900Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.pde.source,3.15.400.v20240403-1800 [2024-04-06T13:32:36.900Z] - mirroring artifact osgi.bundle,org.eclipse.pde.ui.templates,3.8.400.v20240321-1452 [2024-04-06T13:32:36.900Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.registry.source,3.12.100.v20240321-1445 [2024-04-06T13:32:36.900Z] - mirroring artifact osgi.bundle,org.eclipse.ui.ide,3.22.200.v20240321-1245 [2024-04-06T13:32:36.900Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.e4.core.tools.feature,4.30.200.v20240326-1907 [2024-04-06T13:32:36.900Z] - mirroring artifact osgi.bundle,org.eclipse.core.contenttype.source,3.9.400.v20240321-1303 [2024-04-06T13:32:36.900Z] - mirroring artifact osgi.bundle,org.mortbay.jasper.apache-jsp.source,9.0.83 [2024-04-06T13:32:36.900Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.swt.tools.feature,3.109.400.v20240321-1321 [2024-04-06T13:32:36.900Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.garbagecollector,1.3.300.v20240321-1450 [2024-04-06T13:32:36.900Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.core.feature.source,1.7.200.v20240328-1219 [2024-04-06T13:32:36.900Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jdt.source,3.19.500.v20240403-1800 [2024-04-06T13:32:36.900Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.source,0.16.400.v20240403-2001 [2024-04-06T13:32:36.900Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.weaving.caching.j9.source,1.3.100.v20240321-1445 [2024-04-06T13:32:36.900Z] - mirroring artifact osgi.bundle,org.eclipse.ant.core,3.7.400.v20240321-1303 [2024-04-06T13:32:36.900Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.executable,3.8.2500.v20240401-1519 [2024-04-06T13:32:36.900Z] - mirroring artifact osgi.bundle,org.eclipse.swt.cocoa.macosx.aarch64,3.126.0.v20240403-1306 [2024-04-06T13:32:36.900Z] - mirroring artifact osgi.bundle,junit-platform-commons,1.10.2 [2024-04-06T13:32:36.900Z] - mirroring artifact osgi.bundle,org.eclipse.ui.browser,3.8.300.v20240321-1245 [2024-04-06T13:32:36.900Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.garbagecollector.source,1.3.300.v20240321-1450 [2024-04-06T13:32:36.900Z] - mirroring artifact osgi.bundle,org.eclipse.core.contenttype,3.9.400.v20240321-1303 [2024-04-06T13:32:36.900Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.core.source,2.11.100.v20240321-1450 [2024-04-06T13:32:36.900Z] - mirroring artifact osgi.bundle,org.eclipse.search,3.16.200.v20240321-1245 [2024-04-06T13:32:36.900Z] - mirroring artifact osgi.bundle,org.eclipse.ui.net,1.5.300.v20231214-1012 [2024-04-06T13:32:36.900Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.server.core.source,1.16.100.v20240329-0848 [2024-04-06T13:32:36.901Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.jsp.jasper.registry,1.3.0.v20240213-1427 [2024-04-06T13:32:36.901Z] - mirroring artifact osgi.bundle,org.eclipse.jface.notifications.source,0.7.200.v20240321-1245 [2024-04-06T13:32:36.901Z] - mirroring artifact osgi.bundle,org.bndtools.versioncontrol.ignores.manager.source,7.0.0.202310060912 [2024-04-06T13:32:36.901Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.core.feature.source,1.15.100.v20240329-0940 [2024-04-06T13:32:36.901Z] - mirroring artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5.source,5.2.1.v20230802-0806 [2024-04-06T13:32:36.901Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclient5.win32,1.1.0.v20230423-0417 [2024-04-06T13:32:36.901Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.director.app.source,1.3.400.v20240321-1450 [2024-04-06T13:32:36.901Z] - mirroring artifact osgi.bundle,org.eclipse.search.core,3.16.100.v20240207-1054 [2024-04-06T13:32:36.901Z] - mirroring artifact osgi.bundle,jakarta.annotation-api,2.1.1 [2024-04-06T13:32:36.901Z] - mirroring artifact osgi.bundle,junit-platform-suite-commons.source,1.10.2 [2024-04-06T13:32:36.901Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.frameworkadmin.equinox,1.3.200.v20240321-1450 [2024-04-06T13:32:36.901Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.http.source,12.0.7 [2024-04-06T13:32:36.901Z] - mirroring artifact osgi.bundle,org.eclipse.pde.spy.context.source,1.1.400.v20240321-1452 [2024-04-06T13:32:36.901Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.transport.ecf,1.4.300.v20240321-1450 [2024-04-06T13:32:36.901Z] - mirroring artifact osgi.bundle,org.eclipse.text,3.14.100.v20240321-1245 [2024-04-06T13:32:36.901Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.widgets,1.4.100.v20231201-1637 [2024-04-06T13:32:36.901Z] - mirroring artifact osgi.bundle,org.bndtools.templates.template.source,7.0.0.202310060912 [2024-04-06T13:32:36.901Z] - mirroring artifact osgi.bundle,org.objectweb.asm.tree,9.7.0 [2024-04-06T13:32:36.901Z] - mirroring artifact osgi.bundle,org.apache.felix.scr,2.2.10 [2024-04-06T13:32:36.901Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.simpleconfigurator.manipulator.source,2.3.200.v20240321-1450 [2024-04-06T13:32:36.901Z] - mirroring artifact osgi.bundle,junit-vintage-engine.source,5.10.2 [2024-04-06T13:32:36.901Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.util,12.0.7 [2024-04-06T13:32:36.901Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.swt.gtk.source,1.2.200.v20240309-0857 [2024-04-06T13:32:36.901Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.updatechecker.source,1.4.300.v20240321-1450 [2024-04-06T13:32:36.901Z] - mirroring artifact osgi.bundle,org.eclipse.search.core.source,3.16.100.v20240207-1054 [2024-04-06T13:32:36.901Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.junit.core,3.13.200.v20240329-0922 [2024-04-06T13:32:36.901Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.e4.rcp,4.32.0.v20240403-2001 [2024-04-06T13:32:36.901Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.core.manipulation.source,1.21.100.v20240403-0547 [2024-04-06T13:32:36.901Z] - mirroring artifact osgi.bundle,org.eclipse.jsch.core,1.5.400.v20240321-1303 [2024-04-06T13:32:36.901Z] - mirroring artifact osgi.bundle,org.eclipse.ui.workbench.texteditor.source,3.17.400.v20240323-1757 [2024-04-06T13:32:36.901Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclient5.source,1.1.0.v20230423-0417 [2024-04-06T13:32:36.901Z] - mirroring artifact osgi.bundle,org.sat4j.pb,2.3.6.v20201214 [2024-04-06T13:32:36.902Z] - mirroring artifact osgi.bundle,org.eclipse.e4.tools.emf.ui.source,4.8.400.v20240326-1907 [2024-04-06T13:32:36.902Z] - mirroring artifact osgi.bundle,org.eclipse.pde.runtime,3.8.400.v20240321-1452 [2024-04-06T13:32:36.902Z] - mirroring artifact osgi.bundle,junit-jupiter-params.source,5.10.2 [2024-04-06T13:32:36.902Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench.source,1.15.400.v20240403-1826 [2024-04-06T13:32:36.902Z] - mirroring artifact binary,org.eclipse.sdk.ide.executable.cocoa.macosx.x86_64,4.32.0.I20240403-1800 [2024-04-06T13:32:36.902Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.preferences,3.11.100.v20240327-0645 [2024-04-06T13:32:36.902Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.security.ui.source,1.4.300.v20240321-1445 [2024-04-06T13:32:36.902Z] - mirroring artifact osgi.bundle,org.osgi.util.promise,1.3.0.202212101352 [2024-04-06T13:32:36.902Z] - mirroring artifact osgi.bundle,org.eclipse.sdk,4.32.0.v20240403-1800 [2024-04-06T13:32:36.902Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.extras.feature.source,1.4.2400.v20240328-1219 [2024-04-06T13:32:36.902Z] - mirroring artifact osgi.bundle,org.eclipse.pde.ds.ui.source,1.3.400.v20240321-1452 [2024-04-06T13:32:36.902Z] - mirroring artifact osgi.bundle,org.eclipse.e4.tools.emf.ui,4.8.400.v20240326-1907 [2024-04-06T13:32:36.902Z] - mirroring artifact osgi.bundle,org.apache.lucene.core,9.10.0.v20240221-0830 [2024-04-06T13:32:36.902Z] - mirroring artifact osgi.bundle,org.eclipse.help.webapp.source,3.11.400.v20240305-1509 [2024-04-06T13:32:36.902Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer,3.3.0.v20230422-0242 [2024-04-06T13:32:36.902Z] - mirroring artifact binary,org.eclipse.equinox.executable_root.win32.win32.x86_64,3.8.2500.v20240401-1519 [2024-04-06T13:32:36.902Z] - mirroring artifact osgi.bundle,org.eclipse.team.core,3.10.400.v20240321-1303 [2024-04-06T13:32:36.902Z] - mirroring artifact osgi.bundle,org.eclipse.e4.core.di.annotations,1.8.300.v20231220-1554 [2024-04-06T13:32:36.902Z] - mirroring artifact osgi.bundle,org.eclipse.jface.databinding.source,1.15.300.v20240321-1245 [2024-04-06T13:32:36.902Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.weaving.caching,1.3.100.v20240321-1445 [2024-04-06T13:32:36.902Z] - mirroring artifact osgi.bundle,org.eclipse.unittest.ui.source,1.1.400.v20240321-1303 [2024-04-06T13:32:36.902Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.ssl,1.1.0.v20230422-0242 [2024-04-06T13:32:36.902Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.model.workbench,2.4.300.v20240321-1245 [2024-04-06T13:32:36.902Z] - mirroring artifact osgi.bundle,org.eclipse.text.source,3.14.100.v20240321-1245 [2024-04-06T13:32:36.902Z] - mirroring artifact osgi.bundle,org.bndtools.versioncontrol.ignores.plugin.git,7.0.0.202310060912 [2024-04-06T13:32:36.902Z] - mirroring artifact osgi.bundle,org.apache.lucene.core.source,9.10.0.v20240221-0830 [2024-04-06T13:32:36.902Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.frameworkadmin.source,2.3.200.v20240321-1450 [2024-04-06T13:32:36.902Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.util.source,12.0.7 [2024-04-06T13:32:36.902Z] - mirroring artifact osgi.bundle,org.eclipse.e4.core.di,1.9.400.v20240321-1303 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,org.osgi.util.promise.source,1.3.0.202212101352 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,org.tukaani.xz.source,1.9.0 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,org.junit.source,4.13.2.v20230809-1000 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.bidi,1.5.100.v20240321-1445 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.repository.tools.source,2.4.400.v20240321-1450 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,org.osgi.service.coordinator.source,1.0.2.201505202024 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.reconciler.dropins,1.5.400.v20240321-1450 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,org.osgi.service.repository,1.1.0.201505202024 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,org.eclipse.ltk.ui.refactoring,3.13.400.v20240321-1245 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,org.eclipse.osgi,3.19.100.v20240328-1829 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.console,1.3.400.v20240321-1450 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,junit-jupiter-migrationsupport.source,5.10.2 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.swt.gtk,1.2.200.v20240309-0857 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,org.eclipse.core.net.win32.x86_64.source,1.2.200.v20231214-1012 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,org.eclipse.ltk.core.refactoring,3.14.400.v20240321-1245 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,org.eclipse.ui.ide.application,1.5.400.v20240321-1245 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,org.eclipse.jface.text,3.25.100.v20240320-0624 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.simpleconfigurator,1.5.300.v20240329-0848 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.supplement,1.10.800.v20240115-0830 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,org.eclipse.pde.build.source,3.12.400.v20240321-1452 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.directorywatcher,1.4.400.v20240321-1450 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.source,2.36.0.v20240203-0859 [2024-04-06T13:32:36.903Z] - mirroring artifact binary,org.eclipse.equinox.executable_root.cocoa.macosx.aarch64,3.8.2500.v20240401-1519 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.junit5.runtime,1.1.300.v20231214-1952 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,org.eclipse.e4.tools,4.10.400.v20240321-1452 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,org.eclipse.jsch.ui.source,1.5.400.v20240321-1303 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.common,3.19.100.v20240321-1445 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.junit.runtime,3.7.400.v20231214-1952 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,org.eclipse.e4.core.services,2.4.400.v20240321-1303 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,org.eclipse.core.resources,3.20.200.v20240321-1303 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.launcher,1.6.800.v20240330-1250 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,biz.aQute.resolve,7.0.0.202310060912 [2024-04-06T13:32:36.903Z] - mirroring artifact osgi.bundle,org.eclipse.osgi.compatibility.state,1.2.1000.v20240213-1057 [2024-04-06T13:32:36.904Z] - mirroring artifact osgi.bundle,org.eclipse.orbit.xml-apis-ext,1.0.0.v20230923-0644 [2024-04-06T13:32:36.904Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.server.jetty,1.11.500.v20240321-1445 [2024-04-06T13:32:36.904Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.debug,3.21.400.v20240321-1645 [2024-04-06T13:32:36.904Z] - mirroring artifact osgi.bundle,org.eclipse.ui.genericeditor.source,1.3.400.v20240403-1559 [2024-04-06T13:32:36.904Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.transforms.hook.source,1.4.100.v20240321-1445 [2024-04-06T13:32:36.904Z] - mirroring artifact osgi.bundle,bndtools.api,7.0.0.202310060912 [2024-04-06T13:32:36.904Z] - mirroring artifact osgi.bundle,org.eclipse.swt.tools.base,3.107.600.v20240309-0757 [2024-04-06T13:32:36.904Z] - mirroring artifact osgi.bundle,org.eclipse.debug.core,3.21.400.v20240321-1303 [2024-04-06T13:32:36.904Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.annotation,2.3.0.v20240111-2306 [2024-04-06T13:32:36.904Z] - mirroring artifact osgi.bundle,org.osgi.util.measurement,1.0.2.201802012109 [2024-04-06T13:32:36.904Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.touchpoint.natives,1.5.300.v20240321-1450 [2024-04-06T13:32:36.904Z] - mirroring artifact osgi.bundle,slf4j.api.source,2.0.12 [2024-04-06T13:32:36.904Z] - mirroring artifact osgi.bundle,org.eclipse.e4.core.di.extensions.supplier.source,0.17.500.v20240321-1303 [2024-04-06T13:32:36.905Z] - mirroring artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5-win,5.2.1.v20230802-0847 [2024-04-06T13:32:36.905Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.core.feature,1.6.2.v20231021-2127 [2024-04-06T13:32:36.905Z] - mirroring artifact osgi.bundle,org.eclipse.update.configurator.source,3.5.400.v20240321-1303 [2024-04-06T13:32:36.905Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.css.swt,0.15.400.v20240321-1245 [2024-04-06T13:32:36.905Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore,2.36.0.v20240203-0859 [2024-04-06T13:32:36.905Z] - mirroring artifact osgi.bundle,org.eclipse.ui.forms.source,3.13.300.v20240320-0624 [2024-04-06T13:32:36.905Z] - mirroring artifact osgi.bundle,org.eclipse.core.jobs,3.15.300.v20240321-1303 [2024-04-06T13:32:36.905Z] - mirroring artifact osgi.bundle,org.eclipse.team.ui,3.10.400.v20240321-1303 [2024-04-06T13:32:36.905Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.console.source,1.3.400.v20240321-1450 [2024-04-06T13:32:36.905Z] - mirroring artifact osgi.bundle,org.eclipse.pde.bnd.ui,1.1.0.v20240325-2302 [2024-04-06T13:32:36.905Z] - mirroring artifact binary,org.eclipse.platform.ide.executable.gtk.linux.aarch64,4.32.0.I20240403-1800 [2024-04-06T13:32:36.905Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.useradmin.source,1.3.100.v20240321-1445 [2024-04-06T13:32:36.905Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.io.source,12.0.7 [2024-04-06T13:32:36.905Z] - mirroring artifact osgi.bundle,org.apache.felix.scr.source,2.2.10 [2024-04-06T13:32:36.905Z] - mirroring artifact osgi.bundle,org.eclipse.swt.cocoa.macosx.x86_64.source,3.126.0.v20240403-1306 [2024-04-06T13:32:36.905Z] - mirroring artifact osgi.bundle,org.eclipse.ui.intro.universal,3.5.400.v20240321-1303 [2024-04-06T13:32:36.905Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.session,12.0.7 [2024-04-06T13:32:36.905Z] - mirroring artifact osgi.bundle,junit-platform-runner.source,1.10.2 [2024-04-06T13:32:36.905Z] - mirroring artifact osgi.bundle,org.eclipse.pde.ds.annotations.source,1.3.300.v20240321-1452 [2024-04-06T13:32:36.905Z] - mirroring artifact binary,org.eclipse.platform.ide.executable.win32.win32.x86_64,4.32.0.I20240403-1800 [2024-04-06T13:32:36.905Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.server.source,12.0.7 [2024-04-06T13:32:36.905Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.junit.core.source,3.13.200.v20240329-0922 [2024-04-06T13:32:36.905Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.httpclient5.feature,1.1.702.v20231114-1017 [2024-04-06T13:32:36.905Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.security.source,12.0.7 [2024-04-06T13:32:36.905Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.httpclient5.feature.source,1.1.702.v20231114-1017 [2024-04-06T13:32:36.905Z] - mirroring artifact osgi.bundle,biz.aQute.bndlib.source,7.0.0.202310060912 [2024-04-06T13:32:36.905Z] - mirroring artifact osgi.bundle,org.eclipse.emf.databinding,1.8.0.v20231208-1346 [2024-04-06T13:32:36.906Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.installer,1.4.300.v20240321-1450 [2024-04-06T13:32:36.906Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.widgets.source,1.4.100.v20231201-1637 [2024-04-06T13:32:36.906Z] - mirroring artifact osgi.bundle,org.eclipse.osgi.source,3.19.100.v20240328-1829 [2024-04-06T13:32:36.906Z] - mirroring artifact osgi.bundle,org.eclipse.pde.spy.core.source,1.1.400.v20240321-1452 [2024-04-06T13:32:36.906Z] - mirroring artifact osgi.bundle,org.eclipse.pde.ua.ui.source,1.3.400.v20240321-1452 [2024-04-06T13:32:36.906Z] - mirroring artifact osgi.bundle,bcprov.source,1.77.0 [2024-04-06T13:32:36.906Z] - mirroring artifact osgi.bundle,org.eclipse.osgi.compatibility.state.source,1.2.1000.v20240213-1057 [2024-04-06T13:32:36.906Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui,2.8.400.v20240321-1450 [2024-04-06T13:32:36.906Z] - mirroring artifact osgi.bundle,jakarta.inject.jakarta.inject-api.source,1.0.5 [2024-04-06T13:32:36.906Z] - mirroring artifact osgi.bundle,org.eclipse.debug.ui,3.18.400.v20240321-1303 [2024-04-06T13:32:36.906Z] - mirroring artifact osgi.bundle,org.osgi.service.http.whiteboard,1.1.1.202109301733 [2024-04-06T13:32:36.906Z] - mirroring artifact osgi.bundle,org.hamcrest.core.source,2.2.0.v20230809-1000 [2024-04-06T13:32:36.906Z] - mirroring artifact osgi.bundle,org.mortbay.jasper.apache-el.source,9.0.83 [2024-04-06T13:32:36.906Z] - mirroring artifact osgi.bundle,com.sun.jna.platform.source,5.14.0 [2024-04-06T13:32:36.906Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.security.linux.source,1.1.300.v20240324-1645 [2024-04-06T13:32:36.906Z] - mirroring artifact osgi.bundle,junit-platform-suite-engine.source,1.10.2 [2024-04-06T13:32:36.906Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.debug.ui.source,3.13.400.v20240321-1645 [2024-04-06T13:32:36.906Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.swt.win32,1.2.200.v20231201-1637 [2024-04-06T13:32:36.906Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.http.servlet,1.8.200.v20240321-1445 [2024-04-06T13:32:36.906Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.platform.source,4.32.0.v20240403-2001 [2024-04-06T13:32:36.906Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.core.ssl.feature.source,1.1.501.v20230507-1921 [2024-04-06T13:32:36.906Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.region,1.5.500.v20231214-2017 [2024-04-06T13:32:36.906Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.launching.ui.macosx,1.4.300.v20240321-1645 [2024-04-06T13:32:36.906Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.director.source,2.6.400.v20240321-1450 [2024-04-06T13:32:36.906Z] - mirroring artifact osgi.bundle,org.eclipse.core.net.win32,1.1.400.v20240321-1303 [2024-04-06T13:32:36.906Z] - mirroring artifact osgi.bundle,org.eclipse.pde.junit.runtime,3.8.100.v20240130-1723 [2024-04-06T13:32:36.906Z] - mirroring artifact osgi.bundle,org.eclipse.core.filesystem.macosx,1.3.400.v20220812-1420 [2024-04-06T13:32:36.906Z] - mirroring artifact osgi.bundle,org.eclipse.ui.cocoa.source,1.3.200.v20240309-0857 [2024-04-06T13:32:36.906Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.change.source,2.16.0.v20231208-1346 [2024-04-06T13:32:36.906Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench3.source,0.17.400.v20240321-1245 [2024-04-06T13:32:36.906Z] - mirroring artifact osgi.bundle,org.eclipse.core.net.source,1.5.400.v20240321-1303 [2024-04-06T13:32:36.906Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.core.compiler.batch.source,3.38.0.v20240402-2140 [2024-04-06T13:32:36.907Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.artifact.repository.source,1.5.400.v20240328-1219 [2024-04-06T13:32:36.907Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.ssl.source,1.1.0.v20230422-0242 [2024-04-06T13:32:36.907Z] - mirroring artifact osgi.bundle,org.eclipse.core.runtime.source,3.31.100.v20240321-1303 [2024-04-06T13:32:36.907Z] - mirroring artifact osgi.bundle,junit-platform-suite-api.source,1.10.2 [2024-04-06T13:32:36.907Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.log.stream,1.2.0.v20240213-1244 [2024-04-06T13:32:36.907Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.ssl.feature,1.1.402.v20231021-2127 [2024-04-06T13:32:36.907Z] - mirroring artifact osgi.bundle,org.eclipse.text.quicksearch,1.2.400.v20240321-1245 [2024-04-06T13:32:36.907Z] - mirroring artifact osgi.bundle,org.eclipse.pde.api.tools.annotations.source,1.3.0.v20240207-2106 [2024-04-06T13:32:36.907Z] - mirroring artifact osgi.bundle,org.bndtools.headless.build.plugin.gradle.source,7.0.0.202310060912 [2024-04-06T13:32:36.907Z] - mirroring artifact osgi.bundle,org.eclipse.core.databinding.property.source,1.10.300.v20240321-1245 [2024-04-06T13:32:36.907Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.xmi.source,2.37.0.v20231208-1346 [2024-04-06T13:32:36.907Z] - mirroring artifact osgi.bundle,org.osgi.service.event.source,1.4.1.202109301733 [2024-04-06T13:32:36.907Z] - mirroring artifact osgi.bundle,org.eclipse.pde.spy.model,0.13.300.v20240131-2101 [2024-04-06T13:32:36.907Z] - mirroring artifact binary,org.eclipse.equinox.executable_root.gtk.linux.aarch64,3.8.2500.v20240401-1519 [2024-04-06T13:32:36.907Z] - mirroring artifact osgi.bundle,junit-platform-suite-engine,1.10.2 [2024-04-06T13:32:36.907Z] - mirroring artifact osgi.bundle,org.objectweb.asm.util.source,9.7.0 [2024-04-06T13:32:36.907Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.apt.ui.source,3.8.400.v20240321-1252 [2024-04-06T13:32:36.907Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.artifact.repository,1.5.400.v20240328-1219 [2024-04-06T13:32:36.907Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.pde.spies,1.0.400.v20240321-1452 [2024-04-06T13:32:36.907Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.apt.pluggable.core,1.4.400.v20240321-1252 [2024-04-06T13:32:36.907Z] - mirroring artifact osgi.bundle,org.apache.xmlgraphics,2.9.0.v20230916-1600 [2024-04-06T13:32:36.907Z] - mirroring artifact osgi.bundle,org.eclipse.pde.api.tools.ui.source,1.3.400.v20240321-1452 [2024-04-06T13:32:36.907Z] - mirroring artifact osgi.bundle,biz.aQute.resolve.source,7.0.0.202310060912 [2024-04-06T13:32:36.907Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.frameworkadmin,2.3.200.v20240321-1450 [2024-04-06T13:32:36.907Z] - mirroring artifact osgi.bundle,slf4j.simple,2.0.12 [2024-04-06T13:32:36.907Z] - mirroring artifact osgi.bundle,org.eclipse.tools.layout.spy.source,1.2.400.v20240321-1452 [2024-04-06T13:32:36.907Z] - mirroring artifact osgi.bundle,com.ibm.icu,74.2.0 [2024-04-06T13:32:36.907Z] - mirroring artifact osgi.bundle,org.osgi.service.metatype.annotations,1.4.1.202109301733 [2024-04-06T13:32:36.907Z] - mirroring artifact binary,org.eclipse.equinox.executable_root.gtk.linux.ppc64le,3.8.2500.v20240401-1519 [2024-04-06T13:32:36.907Z] - mirroring artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2,5.2.3.v20230922-1600 [2024-04-06T13:32:36.907Z] - mirroring artifact osgi.bundle,org.eclipse.emf.common.source,2.30.0.v20240314-0928 [2024-04-06T13:32:36.907Z] - mirroring artifact osgi.bundle,jakarta.xml.bind-api,4.0.2 [2024-04-06T13:32:36.907Z] - mirroring artifact osgi.bundle,org.eclipse.help.webapp,3.11.400.v20240305-1509 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,org.objectweb.asm,9.7.0 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.security,1.4.300.v20240326-2051 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,org.hamcrest.source,2.2.0 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,org.eclipse.ui.externaltools.source,3.6.400.v20240321-1303 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,org.eclipse.core.databinding.beans,1.10.300.v20240321-1245 [2024-04-06T13:32:36.908Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tips.feature,0.4.400.v20240321-1303 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,org.eclipse.core.net.win32.source,1.1.400.v20240321-1303 [2024-04-06T13:32:36.908Z] - mirroring artifact binary,org.eclipse.sdk.ide.executable.cocoa.macosx.aarch64,4.32.0.I20240403-1800 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,org.eclipse.core.commands.source,3.12.100.v20240322-0723 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,org.eclipse.ui.views.source,3.12.300.v20240321-1245 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,org.eclipse.ui.intro.quicklinks.source,1.2.400.v20240321-1303 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,junit-jupiter-engine.source,5.10.2 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,org.eclipse.ui.workbench,3.131.200.v20240403-1826 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,org.eclipse.emf.edit.source,2.21.0.v20231208-1346 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,biz.aQute.bnd.util.source,7.0.0.202310060912 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,org.eclipse.core.variables.source,3.6.400.v20240321-1303 [2024-04-06T13:32:36.908Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.core.feature,1.7.200.v20240328-1219 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,org.eclipse.e4.core.di.annotations.source,1.8.300.v20231220-1554 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.transforms.xslt.source,1.3.100.v20240321-1445 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,junit-platform-runner,1.10.2 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,org.osgi.service.metatype.annotations.source,1.4.1.202109301733 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,org.eclipse.emf.common,2.30.0.v20240314-0928 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5.source,5.2.3.v20230922-1600 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.admin.source,1.3.400.v20240321-1450 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,org.osgi.util.pushstream,1.1.0.202212101352 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,com.sun.el.javax.el.source,3.0.4 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,org.eclipse.core.net,1.5.400.v20240321-1303 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,org.bndtools.templating.source,7.0.0.202310060912 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,org.apache.felix.gogo.command,1.1.2 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,org.osgi.util.function.source,1.2.0.202109301733 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,bcpg,1.77.0 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,jakarta.xml.bind-api.source,4.0.2 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,org.eclipse.pde.launching.source,3.12.100.v20240321-1452 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,org.eclipse.pde.spy.context,1.1.400.v20240321-1452 [2024-04-06T13:32:36.908Z] - mirroring artifact osgi.bundle,org.eclipse.pde.api.tools,1.3.400.v20240326-2210 [2024-04-06T13:32:36.909Z] - mirroring artifact osgi.bundle,org.apache.lucene.analysis-common.source,9.10.0.v20240221-0830 [2024-04-06T13:32:36.909Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.httpclientjava.feature,2.0.200.v20231114-1017 [2024-04-06T13:32:36.909Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.launching.source,3.21.200.v20240320-0933 [2024-04-06T13:32:36.909Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.cm.source,1.6.100.v20240329-0940 [2024-04-06T13:32:36.909Z] - mirroring artifact osgi.bundle,org.eclipse.core.filesystem.linux.aarch64.source,1.4.200.v20220812-1420 [2024-04-06T13:32:36.909Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.console.ssh,1.3.100.v20240321-1445 [2024-04-06T13:32:36.909Z] - mirroring artifact osgi.bundle,org.eclipse.pde.api.tools.ui,1.3.400.v20240321-1452 [2024-04-06T13:32:36.909Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.console.jaas.fragment,1.2.0.v20240213-1244 [2024-04-06T13:32:36.909Z] - mirroring artifact osgi.bundle,org.eclipse.pde.runtime.source,3.8.400.v20240321-1452 [2024-04-06T13:32:36.909Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.junit5.runtime.source,1.1.300.v20231214-1952 [2024-04-06T13:32:36.909Z] - mirroring artifact osgi.bundle,org.osgi.service.device,1.1.1.202109301733 [2024-04-06T13:32:36.909Z] - mirroring artifact osgi.bundle,org.osgi.util.xml.source,1.0.2.202109301733 [2024-04-06T13:32:36.909Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.region.source,1.5.500.v20231214-2017 [2024-04-06T13:32:36.909Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.css.swt.source,0.15.400.v20240321-1245 [2024-04-06T13:32:36.909Z] - mirroring artifact osgi.bundle,jakarta.annotation-api.source,2.1.1 [2024-04-06T13:32:36.909Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.core.sdk,3.25.100.v20240330-1250 [2024-04-06T13:32:36.909Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.apt.core,3.8.400.v20240326-0804 [2024-04-06T13:32:36.909Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.sdk,3.11.2400.v20240329-0848 [2024-04-06T13:32:36.909Z] - mirroring artifact osgi.bundle,org.eclipse.core.databinding.observable.source,1.13.300.v20240321-1245 [2024-04-06T13:32:36.909Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.event.source,1.7.100.v20240321-1445 [2024-04-06T13:32:36.909Z] - mirroring artifact osgi.bundle,org.osgi.service.event,1.4.1.202109301733 [2024-04-06T13:32:36.909Z] - mirroring artifact osgi.bundle,org.sat4j.core.source,2.3.6.v20201214 [2024-04-06T13:32:36.909Z] - mirroring artifact osgi.bundle,org.osgi.service.component,1.5.1.202212101352 [2024-04-06T13:32:36.909Z] - mirroring artifact osgi.bundle,org.eclipse.pde.genericeditor.extension,1.2.400.v20240321-1452 [2024-04-06T13:32:36.909Z] - mirroring artifact osgi.bundle,org.apache.aries.spifly.dynamic.bundle.source,1.3.7 [2024-04-06T13:32:36.909Z] - mirroring artifact osgi.bundle,org.eclipse.jdt,3.19.500.v20240403-1800 [2024-04-06T13:32:36.909Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench.addons.swt.source,1.5.400.v20240403-1826 [2024-04-06T13:32:36.909Z] - mirroring artifact osgi.bundle,org.osgi.service.metatype.source,1.4.1.202109301733 [2024-04-06T13:32:36.909Z] - mirroring artifact osgi.bundle,org.eclipse.core.net.linux.source,1.1.200.v20240321-1303 [2024-04-06T13:32:36.909Z] - mirroring artifact osgi.bundle,org.bndtools.templating,7.0.0.202310060912 [2024-04-06T13:32:36.909Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.cocoa,0.14.400.v20240321-1245 [2024-04-06T13:32:36.910Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.jarprocessor,1.3.400.v20240321-1450 [2024-04-06T13:32:36.910Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.weaving.caching.source,1.3.100.v20240321-1445 [2024-04-06T13:32:36.910Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.feature,3.14.1900.v20230715-1945 [2024-04-06T13:32:36.910Z] - mirroring artifact osgi.bundle,org.eclipse.core.resources.win32.x86_64,3.5.500.v20220812-1420 [2024-04-06T13:32:36.910Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.progress.source,0.4.400.v20240321-1245 [2024-04-06T13:32:36.910Z] - mirroring artifact osgi.bundle,org.eclipse.e4.emf.xpath.source,0.4.300.v20240321-1245 [2024-04-06T13:32:36.910Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.cm,1.6.100.v20240329-0940 [2024-04-06T13:32:36.910Z] - mirroring artifact osgi.bundle,org.eclipse.help,3.10.400.v20240321-1303 [2024-04-06T13:32:36.910Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.filetransfer,5.1.103.v20230705-0614 [2024-04-06T13:32:36.910Z] - mirroring artifact osgi.bundle,org.eclipse.pde.spy.bundle,0.13.400.v20240321-1452 [2024-04-06T13:32:36.910Z] - mirroring artifact osgi.bundle,org.eclipse.ui,3.206.0.v20240322-0723 [2024-04-06T13:32:36.910Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.updatesite,1.3.400.v20240321-1450 [2024-04-06T13:32:36.910Z] - mirroring artifact osgi.bundle,org.eclipse.debug.core.source,3.21.400.v20240321-1303 [2024-04-06T13:32:36.910Z] - mirroring artifact osgi.bundle,org.eclipse.e4.tools.source,4.10.400.v20240321-1452 [2024-04-06T13:32:36.910Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.annotation.source,2.3.0.v20240111-2306 [2024-04-06T13:32:36.910Z] - mirroring artifact osgi.bundle,org.eclipse.ant.launching.source,1.4.400.v20240321-1303 [2024-04-06T13:32:36.910Z] - mirroring artifact osgi.bundle,com.jcraft.jsch,0.1.55.v20230916-1400 [2024-04-06T13:32:36.910Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.operations,2.7.400.v20240321-1450 [2024-04-06T13:32:36.910Z] - mirroring artifact osgi.bundle,org.osgi.service.prefs.source,1.1.2.202109301733 [2024-04-06T13:32:36.910Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench.swt.source,0.17.400.v20240321-1245 [2024-04-06T13:32:36.910Z] - mirroring artifact osgi.bundle,org.eclipse.core.runtime,3.31.100.v20240321-1303 [2024-04-06T13:32:36.910Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.jsp.jasper.registry.source,1.3.0.v20240213-1427 [2024-04-06T13:32:36.910Z] - mirroring artifact osgi.bundle,org.eclipse.e4.tools.compat,4.9.300.v20240128-1121 [2024-04-06T13:32:36.910Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.server.source,12.0.7 [2024-04-06T13:32:36.910Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.source,3.3.0.v20230422-0242 [2024-04-06T13:32:36.910Z] - mirroring artifact osgi.bundle,biz.aQute.bnd.util,7.0.0.202310060912 [2024-04-06T13:32:36.910Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.edit.source,2.22.0.v20231208-1346 [2024-04-06T13:32:36.910Z] - mirroring artifact osgi.bundle,org.eclipse.swt.gtk.linux.ppc64le,3.126.0.v20240403-1306 [2024-04-06T13:32:36.910Z] - mirroring artifact osgi.bundle,org.eclipse.search.source,3.16.200.v20240321-1245 [2024-04-06T13:32:36.910Z] - mirroring artifact osgi.bundle,junit-jupiter-migrationsupport,5.10.2 [2024-04-06T13:32:36.910Z] - mirroring artifact osgi.bundle,org.eclipse.ui.intro.universal.source,3.5.400.v20240321-1303 [2024-04-06T13:32:36.910Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.server,12.0.7 [2024-04-06T13:32:36.910Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.x86_64,1.2.900.v20240129-1338 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.filetransfer.source,5.1.103.v20230705-0614 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.sdk,1.3.300.v20240207-1113 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.eclipse.ui.trace,1.3.300.v20231215-1019 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.eclipse.pde.api.tools.source,1.3.400.v20240326-2210 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.eclipse.pde.spy.preferences,0.13.400.v20240321-1452 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.osgi.util.function,1.2.0.202109301733 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.osgi.service.device.source,1.1.1.202109301733 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,com.sun.jna.platform,5.14.0 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.apache.ant.source,1.10.14.v20230922-1200 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.annotation,1.2.100.v20240212-1051 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.apt.core.source,3.8.400.v20240326-0804 [2024-04-06T13:32:36.911Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.feature.source,3.14.1900.v20230715-1945 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.http.servletbridge,1.3.0.v20240213-1244 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.updatesite.source,1.3.400.v20240321-1450 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.tukaani.xz,1.9.0 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.eclipse.core.externaltools.source,1.3.400.v20240321-1303 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.eclipse.tools.layout.spy,1.2.400.v20240321-1452 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.core.formatterapp,1.2.250.v20240311-0615 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.osgi.util.measurement.source,1.0.2.201802012109 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.eclipse.ui.views,3.12.300.v20240321-1245 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.eclipse.ui.intro,3.7.400.v20240321-1303 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.eclipse.jface.text.source,3.25.100.v20240320-0624 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.eclipse.debug.ui.launchview,1.1.500.v20240321-1303 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.aarch64,1.2.900.v20240129-1338 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.device,1.2.0.v20240213-1515 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.eclipse.emf.edit,2.21.0.v20231208-1346 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.hamcrest.core,2.2.0.v20230809-1000 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.eclipse.pde.launching,3.12.100.v20240321-1452 [2024-04-06T13:32:36.911Z] - mirroring artifact binary,org.eclipse.sdk.ide.executable.gtk.linux.aarch64,4.32.0.I20240403-1800 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.apache.felix.gogo.runtime,1.1.6 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.eclipse.pde.spy.css.source,0.13.400.v20240321-1452 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.eclipse.pde.ds.ui,1.3.400.v20240321-1452 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.eclipse.compare.win32,1.3.400.v20240321-1303 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.eclipse.help.ui.source,4.7.0.v20240328-0901 [2024-04-06T13:32:36.911Z] - mirroring artifact osgi.bundle,org.eclipse.debug.ui.source,3.18.400.v20240321-1303 [2024-04-06T13:32:36.912Z] - mirroring artifact osgi.bundle,org.eclipse.core.expressions,3.9.400.v20240321-1303 [2024-04-06T13:32:36.912Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.admin.rcp.source,1.4.100.v20240201-0843 [2024-04-06T13:32:36.912Z] - mirroring artifact osgi.bundle,org.osgi.service.upnp.source,1.2.1.202109301733 [2024-04-06T13:32:36.912Z] - mirroring artifact binary,org.eclipse.equinox.executable_root.cocoa.macosx.x86_64,3.8.2500.v20240401-1519 [2024-04-06T13:32:36.912Z] - mirroring artifact binary,org.eclipse.equinox.executable_root.gtk.linux.x86_64,3.8.2500.v20240401-1519 [2024-04-06T13:32:36.912Z] - mirroring artifact osgi.bundle,org.osgi.namespace.contract.source,1.0.0.201505202024 [2024-04-06T13:32:36.912Z] - mirroring artifact osgi.bundle,org.eclipse.e4.core.di.source,1.9.400.v20240321-1303 [2024-04-06T13:32:36.912Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.help.source,2.3.1800.v20240403-1800 [2024-04-06T13:32:36.912Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.compendium.sdk,3.23.100.v20240329-0940 [2024-04-06T13:32:36.912Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.pde.spies.source,1.0.400.v20240321-1452 [2024-04-06T13:32:36.912Z] - mirroring artifact osgi.bundle,org.eclipse.ui.views.properties.tabbed,3.10.200.v20231205-0632 [2024-04-06T13:32:36.912Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecore.source,2.37.0.v20240203-0859 [2024-04-06T13:32:36.912Z] - mirroring artifact binary,org.eclipse.platform.ide.executable.gtk.linux.ppc64le,4.32.0.I20240403-1800 [2024-04-06T13:32:36.912Z] - mirroring artifact osgi.bundle,org.eclipse.ui.intro.source,3.7.400.v20240321-1303 [2024-04-06T13:32:36.912Z] - mirroring artifact osgi.bundle,org.eclipse.core.databinding.source,1.13.300.v20240321-1245 [2024-04-06T13:32:36.912Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.extras.feature,1.4.2400.v20240328-1219 [2024-04-06T13:32:36.912Z] - mirroring artifact osgi.bundle,org.eclipse.core.filesystem,1.10.400.v20240321-1303 [2024-04-06T13:32:36.912Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.jsp.jasper,1.2.100.v20240321-1445 [2024-04-06T13:32:36.912Z] - mirroring artifact osgi.bundle,org.osgi.service.provisioning,1.2.0.201505202024 [2024-04-06T13:32:36.912Z] - mirroring artifact osgi.bundle,org.eclipse.compare,3.11.0.v20240403-1558 [2024-04-06T13:32:36.912Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.core.formatterapp.source,1.2.250.v20240311-0615 [2024-04-06T13:32:36.912Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.weaving.hook,1.4.100.v20240321-1445 [2024-04-06T13:32:36.912Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.metadata.repository,1.5.400.v20240321-1450 [2024-04-06T13:32:36.912Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.ui,3.32.100.v20240403-0208 [2024-04-06T13:32:36.912Z] - mirroring artifact osgi.bundle,org.eclipse.pde.api.tools.annotations,1.3.0.v20240207-2106 [2024-04-06T13:32:36.912Z] - mirroring artifact osgi.bundle,org.eclipse.pde.ua.ui,1.3.400.v20240321-1452 [2024-04-06T13:32:36.912Z] - mirroring artifact osgi.bundle,org.eclipse.pde.ds.core.source,1.3.400.v20240321-1452 [2024-04-06T13:32:36.912Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.weaving.caching.j9,1.3.100.v20240321-1445 [2024-04-06T13:32:36.912Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.servlet-api.source,4.0.6 [2024-04-06T13:32:36.912Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.importexport,1.4.400.v20240321-1450 [2024-04-06T13:32:36.913Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.security.linux,1.1.300.v20240324-1645 [2024-04-06T13:32:36.913Z] - mirroring artifact osgi.bundle,org.eclipse.ui.navigator,3.12.400.v20240321-1245 [2024-04-06T13:32:36.913Z] - mirroring artifact osgi.bundle,junit-platform-engine,1.10.2 [2024-04-06T13:32:36.913Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.core.runtime.feature,1.4.400.v20240329-0940 [2024-04-06T13:32:36.913Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.bidi.source,1.5.100.v20240321-1445 [2024-04-06T13:32:36.913Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.http.jetty.source,3.9.200.v20240321-1445 [2024-04-06T13:32:36.913Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.services,1.6.300.v20231201-1637 [2024-04-06T13:32:36.913Z] - mirroring artifact osgi.bundle,org.eclipse.core.filesystem.linux.aarch64,1.4.200.v20220812-1420 [2024-04-06T13:32:36.913Z] - mirroring artifact osgi.bundle,org.eclipse.tips.json.source,0.3.400.v20240321-1303 [2024-04-06T13:32:36.913Z] - mirroring artifact osgi.bundle,org.apache.xmlgraphics.source,2.9.0.v20230916-1600 [2024-04-06T13:32:36.913Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.launching.macosx.source,3.6.300.v20240321-1645 [2024-04-06T13:32:36.913Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jdt.bcoview.feature,1.2.400.v20240322-0935 [2024-04-06T13:32:36.913Z] - mirroring artifact osgi.bundle,org.eclipse.help.source,3.10.400.v20240321-1303 [2024-04-06T13:32:36.913Z] - mirroring artifact osgi.bundle,org.eclipse.core.databinding.property,1.10.300.v20240321-1245 [2024-04-06T13:32:36.913Z] - mirroring artifact osgi.bundle,org.osgi.service.log.stream.source,1.0.0.202109301733 [2024-04-06T13:32:36.913Z] - mirroring artifact osgi.bundle,org.eclipse.ui.ide.source,3.22.200.v20240321-1245 [2024-04-06T13:32:36.913Z] - mirroring artifact osgi.bundle,org.osgi.annotation.versioning,1.1.2.202109301733 [2024-04-06T13:32:36.913Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.css.swt.theme,0.14.400.v20240321-1245 [2024-04-06T13:32:36.913Z] - mirroring artifact osgi.bundle,jakarta.annotation-api.source,1.3.5 [2024-04-06T13:32:36.913Z] - mirroring artifact osgi.bundle,junit-platform-launcher,1.10.2 [2024-04-06T13:32:36.913Z] - mirroring artifact osgi.bundle,org.eclipse.pde.ui.source,3.15.200.v20240321-1452 [2024-04-06T13:32:36.913Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.11.0.v20231208-1346 [2024-04-06T13:32:36.913Z] - mirroring artifact osgi.bundle,org.osgi.annotation.versioning.source,1.1.2.202109301733 [2024-04-06T13:32:36.913Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.core.compiler.batch,3.38.0.v20240402-2140 [2024-04-06T13:32:36.913Z] - mirroring artifact osgi.bundle,org.eclipse.ui.monitoring.source,1.3.300.v20240321-1245 [2024-04-06T13:32:36.913Z] - mirroring artifact osgi.bundle,bcpg.source,1.77.0 [2024-04-06T13:32:36.913Z] - mirroring artifact osgi.bundle,org.eclipse.e4.core.contexts.source,1.12.600.v20240321-1303 [2024-04-06T13:32:36.913Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.databinding,1.11.0.v20231208-1346 [2024-04-06T13:32:36.913Z] - mirroring artifact osgi.bundle,com.ibm.icu.source,74.2.0 [2024-04-06T13:32:36.913Z] - mirroring artifact osgi.bundle,org.osgi.namespace.service.source,1.0.0.201505202024 [2024-04-06T13:32:36.913Z] - mirroring artifact osgi.bundle,junit-vintage-engine,5.10.2 [2024-04-06T13:32:36.913Z] - mirroring artifact osgi.bundle,org.eclipse.platform.source,4.31.200.v20240403-1800 [2024-04-06T13:32:36.913Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.core.manipulation,1.21.100.v20240403-0547 [2024-04-06T13:32:36.913Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.junit.runtime.source,3.7.400.v20231214-1952 [2024-04-06T13:32:36.914Z] - mirroring artifact osgi.bundle,slf4j.api,2.0.12 [2024-04-06T13:32:36.914Z] - mirroring artifact osgi.bundle,org.eclipse.ui.net.source,1.5.300.v20231214-1012 [2024-04-06T13:32:36.914Z] - mirroring artifact osgi.bundle,org.eclipse.pde.spy.event.source,1.1.400.v20240321-1452 [2024-04-06T13:32:36.914Z] - mirroring artifact osgi.bundle,org.eclipse.core.databinding,1.13.300.v20240321-1245 [2024-04-06T13:32:36.914Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.simpleconfigurator.source,1.5.300.v20240329-0848 [2024-04-06T13:32:36.914Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.director.app,1.3.400.v20240321-1450 [2024-04-06T13:32:36.914Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.coordinator,1.5.300.v20240214-0846 [2024-04-06T13:32:36.914Z] - mirroring artifact osgi.bundle,org.apache.batik.css,1.17.0.v20231215-1130 [2024-04-06T13:32:36.914Z] - mirroring artifact osgi.bundle,org.eclipse.osgi.services.source,3.12.100.v20240327-0645 [2024-04-06T13:32:36.914Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.metadata.repository.source,1.5.400.v20240321-1450 [2024-04-06T13:32:36.914Z] - mirroring artifact osgi.bundle,org.eclipse.swt.win32.win32.x86_64.source,3.126.0.v20240403-1306 [2024-04-06T13:32:36.914Z] - mirroring artifact osgi.bundle,org.bndtools.versioncontrol.ignores.plugin.git.source,7.0.0.202310060912 [2024-04-06T13:32:36.914Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.reconciler.dropins.source,1.5.400.v20240321-1450 [2024-04-06T13:32:36.914Z] - mirroring artifact osgi.bundle,junit-jupiter-api,5.10.2 [2024-04-06T13:32:36.914Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.sdk.source,1.3.300.v20240207-1113 [2024-04-06T13:32:36.914Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.jeview.source,1.5.300.v20240322-0935 [2024-04-06T13:32:36.914Z] - mirroring artifact osgi.bundle,org.eclipse.ui.win32,3.5.300.v20240321-1245 [2024-04-06T13:32:36.914Z] - mirroring artifact osgi.bundle,org.eclipse.jface.source,3.34.0.v20240403-1129 [2024-04-06T13:32:36.914Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.common.source,3.19.100.v20240321-1445 [2024-04-06T13:32:36.914Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.touchpoint.natives.source,1.5.300.v20240321-1450 [2024-04-06T13:32:36.914Z] - mirroring artifact osgi.bundle,org.osgi.service.coordinator,1.0.2.201505202024 [2024-04-06T13:32:36.914Z] - mirroring artifact osgi.bundle,org.eclipse.e4.tools.compat.source,4.9.300.v20240128-1121 [2024-04-06T13:32:36.914Z] - mirroring artifact osgi.bundle,org.eclipse.help.base,4.4.400.v20240403-1800 [2024-04-06T13:32:36.914Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.servletbridge.source,1.7.100.v20240327-1824 [2024-04-06T13:32:36.914Z] - mirroring artifact osgi.bundle,org.eclipse.e4.tools.jdt.templates.source,4.10.300.v20240128-1101 [2024-04-06T13:32:36.914Z] - mirroring artifact osgi.bundle,net.bytebuddy.byte-buddy,1.14.13 [2024-04-06T13:32:36.914Z] - mirroring artifact osgi.bundle,org.eclipse.ui.monitoring,1.3.300.v20240321-1245 [2024-04-06T13:32:36.914Z] - mirroring artifact osgi.bundle,org.eclipse.ui.navigator.resources,3.9.300.v20240328-1412 [2024-04-06T13:32:36.914Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench,1.15.400.v20240403-1826 [2024-04-06T13:32:36.914Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.console.source,1.4.800.v20240329-0940 [2024-04-06T13:32:36.914Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.updatechecker,1.4.300.v20240321-1450 [2024-04-06T13:32:36.915Z] - mirroring artifact osgi.bundle,org.eclipse.ui.browser.source,3.8.300.v20240321-1245 [2024-04-06T13:32:36.915Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.junit4.runtime.source,1.3.100.v20231214-1952 [2024-04-06T13:32:36.915Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.identity,3.10.0.v20230422-0242 [2024-04-06T13:32:36.915Z] - mirroring artifact osgi.bundle,org.eclipse.ui.views.log.source,1.4.400.v20240321-1245 [2024-04-06T13:32:36.915Z] - mirroring artifact osgi.bundle,org.eclipse.core.externaltools,1.3.400.v20240321-1303 [2024-04-06T13:32:36.915Z] - mirroring artifact osgi.bundle,org.eclipse.pde.ds.core,1.3.400.v20240321-1452 [2024-04-06T13:32:36.915Z] - mirroring artifact osgi.bundle,org.apache.commons.commons-io,2.16.0 [2024-04-06T13:32:36.915Z] - mirroring artifact osgi.bundle,org.osgi.namespace.service,1.0.0.201505202024 [2024-04-06T13:32:36.915Z] - mirroring artifact osgi.bundle,org.eclipse.e4.tools.emf.editor3x.source,4.9.400.v20240321-1452 [2024-04-06T13:32:36.915Z] - mirroring artifact osgi.bundle,org.bndtools.headless.build.manager.source,7.0.0.202310060912 [2024-04-06T13:32:36.915Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.user.ui.source,2.4.2400.v20240328-1219 [2024-04-06T13:32:36.915Z] - mirroring artifact osgi.bundle,org.eclipse.team.ui.source,3.10.400.v20240321-1303 [2024-04-06T13:32:36.915Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.identity.source,3.10.0.v20230422-0242 [2024-04-06T13:32:36.915Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.rcp.source,4.32.0.v20240403-2001 [2024-04-06T13:32:36.915Z] - mirroring artifact osgi.bundle,com.sun.jna,5.14.0.v20231211-1200 [2024-04-06T13:32:36.915Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.security.win32,1.3.0.v20240326-2051 [2024-04-06T13:32:36.915Z] - mirroring artifact binary,org.eclipse.platform.ide.executable.cocoa.macosx.x86_64,4.32.0.I20240403-1800 [2024-04-06T13:32:36.915Z] - mirroring artifact osgi.bundle,org.eclipse.swt,3.126.0.v20240403-1306 [2024-04-06T13:32:36.915Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.launcher.source,1.6.800.v20240330-1250 [2024-04-06T13:32:36.915Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.sdk.scheduler,1.6.300.v20240321-1450 [2024-04-06T13:32:36.915Z] - mirroring artifact osgi.bundle,org.eclipse.pde.source,3.13.2700.v20240403-1800 [2024-04-06T13:32:36.915Z] - mirroring artifact osgi.bundle,org.eclipse.ui.cheatsheets,3.8.400.v20240321-1303 [2024-04-06T13:32:36.915Z] - mirroring artifact osgi.bundle,org.sat4j.pb.source,2.3.6.v20201214 [2024-04-06T13:32:36.915Z] - mirroring artifact osgi.bundle,org.apache.lucene.analysis-common,9.10.0.v20240221-0830 [2024-04-06T13:32:36.915Z] - mirroring artifact osgi.bundle,org.bndtools.versioncontrol.ignores.manager,7.0.0.202310060912 [2024-04-06T13:32:36.915Z] - mirroring artifact osgi.bundle,org.eclipse.ant.ui.source,3.9.400.v20240321-1303 [2024-04-06T13:32:36.915Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.useradmin,1.3.100.v20240321-1445 [2024-04-06T13:32:36.915Z] - mirroring artifact osgi.bundle,org.eclipse.compare.source,3.11.0.v20240403-1558 [2024-04-06T13:32:36.915Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.astview,1.6.150.v20240322-0935 [2024-04-06T13:32:36.915Z] - mirroring artifact osgi.bundle,org.eclipse.core.resources.source,3.20.200.v20240321-1303 [2024-04-06T13:32:36.915Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.doc.user,3.15.2100.v20240228-1609 [2024-04-06T13:32:36.915Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.launching.macosx,3.6.300.v20240321-1645 [2024-04-06T13:32:36.915Z] - mirroring artifact osgi.bundle,org.osgi.service.component.annotations,1.5.1.202212101352 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,org.eclipse.pde.build,3.12.400.v20240321-1452 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,org.apiguardian.api.source,1.1.2 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclient5.win32.source,1.1.0.v20230423-0417 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,org.apache.sshd.osgi.source,2.12.1 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,org.apache.commons.commons-codec,1.16.0 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,org.eclipse.pde.doc.user,3.15.100.v20240305-1400 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,org.apache.batik.i18n.source,1.17.0.v20231215-1130 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,org.eclipse.pde.ui.templates.source,3.8.400.v20240321-1452 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.concurrent,1.3.100.v20240321-1445 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,org.apache.felix.gogo.command.source,1.1.2 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.http.service.api,1.2.2.v20231218-2126 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.publisher.source,1.9.200.v20240321-1450 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,org.apache.batik.util,1.17.0.v20231215-1130 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.operations.source,2.7.400.v20240321-1450 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.jeview,1.5.300.v20240322-0935 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,org.eclipse.swt.gtk.linux.x86_64,3.126.0.v20240403-1306 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.debug.source,3.21.400.v20240321-1645 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,org.osgi.annotation.bundle.source,2.0.0.202202082230 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,org.eclipse.pde.spy.model.source,0.13.300.v20240131-2101 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.extensionlocation.source,1.5.400.v20240321-1450 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,org.eclipse.pde.spy.bundle.source,0.13.400.v20240321-1452 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,com.sun.el.javax.el,3.0.4 [2024-04-06T13:32:36.916Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.core.feature.source,1.6.2.v20231021-2127 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.apt.ui,3.8.400.v20240321-1252 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,org.eclipse.ui.workbench.texteditor,3.17.400.v20240323-1757 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.css.core,0.14.400.v20240321-1245 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,org.apache.commons.commons-io.source,2.16.0 [2024-04-06T13:32:36.916Z] - mirroring artifact binary,org.eclipse.sdk.ide.executable.gtk.linux.ppc64le,4.32.0.I20240403-1800 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,org.eclipse.jdt.doc.isv,3.14.2400.v20240305-1352 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,org.eclipse.tips.ui,0.3.400.v20240321-1303 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,bcprov,1.77.0 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source,0.14.400.v20240321-1245 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,junit-platform-commons.source,1.10.2 [2024-04-06T13:32:36.916Z] - mirroring artifact osgi.bundle,jakarta.inject.jakarta.inject-api,2.0.1 [2024-04-06T13:32:36.917Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.core.feature,1.15.100.v20240329-0940 [2024-04-06T13:32:36.917Z] - mirroring artifact osgi.bundle,org.eclipse.ant.ui,3.9.400.v20240321-1303 [2024-04-06T13:32:36.917Z] - mirroring artifact osgi.bundle,org.eclipse.swt.tools.source,3.110.400.v20240321-1321 [2024-04-06T13:32:36.917Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.aarch64,1.2.900.v20240129-1338 [2024-04-06T13:32:36.917Z] - mirroring artifact osgi.bundle,org.eclipse.e4.core.di.extensions.supplier,0.17.500.v20240321-1303 [2024-04-06T13:32:36.917Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.server,12.0.7 [2024-04-06T13:32:36.917Z] - mirroring artifact osgi.bundle,org.eclipse.e4.ui.progress,0.4.400.v20240321-1245 [2024-04-06T13:32:36.917Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.event,1.7.100.v20240321-1445 [2024-04-06T13:32:36.917Z] - mirroring artifact osgi.bundle,org.eclipse.tips.core.source,0.3.400.v20240321-1303 [2024-04-06T13:32:36.917Z] - mirrored artifact osgi.bundle,org.apache.ant,1.10.14.v20230922-1200 [2024-04-06T13:32:36.917Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.importexport.source,1.4.400.v20240321-1450 [2024-04-06T13:32:36.917Z] - mirrored artifact osgi.bundle,org.eclipse.core.filesystem.source,1.10.400.v20240321-1303 [2024-04-06T13:32:36.917Z] - mirrored artifact osgi.bundle,org.eclipse.debug.ui.launchview.source,1.1.500.v20240321-1303 [2024-04-06T13:32:36.917Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.server.p2,1.12.1300.v20240328-1219 [2024-04-06T13:32:36.917Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.core,3.38.0.v20240402-1617 [2024-04-06T13:32:36.917Z] - mirrored artifact osgi.bundle,org.apiguardian.api,1.1.2 [2024-04-06T13:32:36.917Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.admin,1.3.400.v20240321-1450 [2024-04-06T13:32:36.917Z] - mirrored artifact osgi.bundle,net.bytebuddy.byte-buddy.source,1.14.13 [2024-04-06T13:32:36.917Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.rcp,4.32.0.v20240403-2001 [2024-04-06T13:32:36.917Z] - mirrored artifact osgi.bundle,com.jcraft.jsch.source,0.1.55.v20230916-1400 [2024-04-06T13:32:36.917Z] - mirrored artifact osgi.bundle,org.eclipse.ui.cocoa,1.3.200.v20240309-0857 [2024-04-06T13:32:36.917Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.model.workbench.source,2.4.300.v20240321-1245 [2024-04-06T13:32:36.917Z] - mirrored artifact osgi.bundle,junit-jupiter-api.source,5.10.2 [2024-04-06T13:32:36.917Z] - mirrored artifact osgi.bundle,junit-platform-suite-commons,1.10.2 [2024-04-06T13:32:36.917Z] - mirrored artifact osgi.bundle,biz.aQute.repository.source,7.0.0.202310060912 [2024-04-06T13:32:36.917Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.ui.source,3.32.100.v20240403-0208 [2024-04-06T13:32:36.917Z] - mirrored artifact osgi.bundle,org.eclipse.pde.ua.core,1.3.400.v20240321-1452 [2024-04-06T13:32:36.917Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.junit,3.16.400.v20240329-0922 [2024-04-06T13:32:36.917Z] - mirrored artifact osgi.bundle,org.eclipse.ui.cheatsheets.source,3.8.400.v20240321-1303 [2024-04-06T13:32:36.917Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86_64,1.2.900.v20240213-1244 [2024-04-06T13:32:36.917Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.ssl.source,1.3.0.v20230507-1921 [2024-04-06T13:32:36.917Z] - mirrored artifact osgi.bundle,org.osgi.service.log.stream,1.0.0.202109301733 [2024-04-06T13:32:36.917Z] - mirrored artifact osgi.bundle,org.apache.lucene.analysis-smartcn.source,9.10.0.v20240221-0830 [2024-04-06T13:32:36.917Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.discovery.source,1.3.300.v20240321-1450 [2024-04-06T13:32:36.917Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt,0.16.400.v20240403-2001 [2024-04-06T13:32:36.918Z] - mirrored artifact osgi.bundle,org.osgi.service.cm.source,1.6.1.202109301733 [2024-04-06T13:32:36.918Z] - mirrored artifact osgi.bundle,org.eclipse.e4.core.commands,1.1.400.v20240321-1245 [2024-04-06T13:32:36.918Z] - mirrored artifact osgi.bundle,org.eclipse.ui.navigator.source,3.12.400.v20240321-1245 [2024-04-06T13:32:36.918Z] - mirrored artifact osgi.bundle,org.objectweb.asm.source,9.7.0 [2024-04-06T13:32:36.918Z] - mirrored artifact osgi.bundle,org.bndtools.headless.build.manager,7.0.0.202310060912 [2024-04-06T13:32:36.918Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.http.registry.source,1.4.100.v20240321-1445 [2024-04-06T13:32:36.918Z] - mirrored artifact osgi.bundle,bndtools.api.source,7.0.0.202310060912 [2024-04-06T13:32:36.918Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.discovery.compatibility.source,1.3.300.v20240321-1450 [2024-04-06T13:32:36.918Z] - mirrored artifact osgi.bundle,org.osgi.service.repository.source,1.1.0.201505202024 [2024-04-06T13:32:36.918Z] - mirrored artifact osgi.bundle,org.eclipse.text.quicksearch.source,1.2.400.v20240321-1245 [2024-04-06T13:32:36.918Z] - mirrored artifact osgi.bundle,org.apache.commons.commons-codec.source,1.16.0 [2024-04-06T13:32:36.918Z] - mirrored artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5,5.2.1.v20230802-0806 [2024-04-06T13:32:36.918Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.security,12.0.7 [2024-04-06T13:32:36.918Z] - mirrored artifact osgi.bundle,org.eclipse.update.configurator,3.5.400.v20240321-1303 [2024-04-06T13:32:36.918Z] - mirrored artifact binary,org.eclipse.platform.ide.executable.cocoa.macosx.aarch64,4.32.0.I20240403-1800 [2024-04-06T13:32:36.918Z] - mirrored artifact osgi.bundle,org.eclipse.swt.gtk.linux.aarch64,3.126.0.v20240403-1306 [2024-04-06T13:32:36.918Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.metatype,1.6.500.v20231214-2017 [2024-04-06T13:32:36.918Z] - mirrored artifact osgi.bundle,org.eclipse.emf.databinding.source,1.8.0.v20231208-1346 [2024-04-06T13:32:36.918Z] - mirrored artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5-win.source,5.2.1.v20230802-0847 [2024-04-06T13:32:36.918Z] - mirrored artifact osgi.bundle,org.eclipse.ui.views.properties.tabbed.source,3.10.200.v20231205-0632 [2024-04-06T13:32:36.918Z] - mirrored artifact osgi.bundle,org.eclipse.platform,4.31.200.v20240403-1800 [2024-04-06T13:32:36.918Z] - mirrored artifact osgi.bundle,org.apache.felix.gogo.shell,1.1.4 [2024-04-06T13:32:36.918Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.pde,3.15.400.v20240403-1800 [2024-04-06T13:32:36.918Z] - mirrored artifact osgi.bundle,org.eclipse.emf.databinding.edit,1.9.0.v20231208-1346 [2024-04-06T13:32:36.918Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.help,2.3.1800.v20240403-1800 [2024-04-06T13:32:36.918Z] - mirrored artifact osgi.bundle,biz.aQute.repository,7.0.0.202310060912 [2024-04-06T13:32:36.918Z] - mirrored artifact osgi.bundle,org.osgi.service.metatype,1.4.1.202109301733 [2024-04-06T13:32:36.918Z] - mirrored artifact osgi.bundle,org.eclipse.pde.core.source,3.18.100.v20240329-1339 [2024-04-06T13:32:36.918Z] - mirrored artifact osgi.bundle,org.objectweb.asm.tree.source,9.7.0 [2024-04-06T13:32:36.918Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.change,2.16.0.v20231208-1346 [2024-04-06T13:32:36.918Z] - mirrored artifact osgi.bundle,org.eclipse.pde.bnd.ui.source,1.1.0.v20240325-2302 [2024-04-06T13:32:36.918Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.bindings,0.14.400.v20240321-1245 [2024-04-06T13:32:36.918Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.source,3.11.0.v20230507-1923 [2024-04-06T13:32:36.918Z] - mirrored artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2.source,5.2.3.v20230922-1600 [2024-04-06T13:32:36.919Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.discovery.feature.source,1.3.400.v20240321-1450 [2024-04-06T13:32:36.919Z] - mirrored artifact binary,org.eclipse.sdk.ide.executable.win32.win32.x86_64,4.32.0.I20240403-1800 [2024-04-06T13:32:36.919Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.http.jetty,3.9.200.v20240321-1445 [2024-04-06T13:32:36.919Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.security.macosx.source,1.102.200.v20231214-2017 [2024-04-06T13:32:36.919Z] - mirrored artifact osgi.bundle,jakarta.activation-api.source,2.1.3 [2024-04-06T13:32:36.919Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.repository,2.8.200.v20240321-1450 [2024-04-06T13:32:36.919Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.core,2.11.100.v20240321-1450 [2024-04-06T13:32:37.211Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.debug.ui,3.13.400.v20240321-1645 [2024-04-06T13:32:37.211Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.frameworkadmin.equinox.source,1.3.200.v20240321-1450 [2024-04-06T13:32:37.211Z] - mirrored artifact osgi.bundle,org.eclipse.team.core.source,3.10.400.v20240321-1303 [2024-04-06T13:32:37.211Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.core.ssl.feature,1.1.501.v20230507-1921 [2024-04-06T13:32:37.211Z] - mirrored artifact osgi.bundle,org.osgi.service.wireadmin.source,1.0.2.202109301733 [2024-04-06T13:32:37.211Z] - mirrored artifact osgi.bundle,org.hamcrest,2.2.0 [2024-04-06T13:32:37.211Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.bcoview.source,1.2.400.v20240322-0935 [2024-04-06T13:32:37.211Z] - mirrored artifact osgi.bundle,org.eclipse.compare.core.source,3.8.500.v20240321-1303 [2024-04-06T13:32:37.476Z] - mirrored artifact osgi.bundle,org.mortbay.jasper.apache-jsp,9.0.83 [2024-04-06T13:32:37.476Z] - mirrored artifact osgi.bundle,org.apache.felix.gogo.shell.source,1.1.4 [2024-04-06T13:32:37.476Z] - mirrored artifact osgi.bundle,org.eclipse.ui.source,3.206.0.v20240322-0723 [2024-04-06T13:32:37.476Z] - mirrored artifact osgi.bundle,org.eclipse.rcp,4.32.0.v20240403-1800 [2024-04-06T13:32:37.476Z] - mirrored artifact osgi.bundle,org.eclipse.ui.genericeditor,1.3.400.v20240403-1559 [2024-04-06T13:32:37.476Z] - mirrored artifact osgi.bundle,org.eclipse.jface.databinding,1.15.300.v20240321-1245 [2024-04-06T13:32:37.476Z] - mirrored artifact osgi.bundle,org.eclipse.urischeme,1.3.300.v20240321-1245 [2024-04-06T13:32:37.476Z] - mirrored artifact osgi.bundle,org.eclipse.emf.databinding.edit.source,1.9.0.v20231208-1346 [2024-04-06T13:32:37.476Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.security.source,12.0.7 [2024-04-06T13:32:37.476Z] - mirrored artifact osgi.bundle,org.eclipse.pde.ua.core.source,1.3.400.v20240321-1452 [2024-04-06T13:32:37.755Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.console,1.4.800.v20240329-0940 [2024-04-06T13:32:37.755Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.discovery.source,1.3.300.v20240321-1450 [2024-04-06T13:32:37.755Z] - mirrored artifact osgi.bundle,org.osgi.namespace.extender.source,1.0.1.201505202024 [2024-04-06T13:32:37.755Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.simpleconfigurator.manipulator,2.3.200.v20240321-1450 [2024-04-06T13:32:37.756Z] - mirrored artifact osgi.bundle,org.osgi.service.provisioning.source,1.2.0.201505202024 [2024-04-06T13:32:37.756Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.edit,2.22.0.v20231208-1346 [2024-04-06T13:32:37.756Z] - mirrored artifact osgi.bundle,org.eclipse.e4.tools.services.source,4.10.500.v20240321-1452 [2024-04-06T13:32:37.756Z] - mirrored artifact osgi.bundle,org.jdom,1.1.3.v20230812-1600 [2024-04-06T13:32:37.756Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.app,1.7.100.v20240321-1445 [2024-04-06T13:32:37.756Z] - mirrored artifact osgi.bundle,org.eclipse.core.filesystem.linux.ppc64le,1.4.200.v20220812-1420 [2024-04-06T13:32:37.756Z] - mirrored artifact osgi.bundle,jakarta.inject.jakarta.inject-api,1.0.5 [2024-04-06T13:32:37.756Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.common,2.31.0.v20240314-0928 [2024-04-06T13:32:37.756Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc64le,1.2.900.v20240129-1338 [2024-04-06T13:32:37.756Z] - mirrored artifact osgi.bundle,org.eclipse.ui.themes,1.2.2400.v20240213-1133 [2024-04-06T13:32:38.055Z] - mirrored artifact osgi.bundle,org.eclipse.pde,3.13.2700.v20240403-1800 [2024-04-06T13:32:38.055Z] - mirrored artifact osgi.bundle,org.eclipse.ui.win32.source,3.5.300.v20240321-1245 [2024-04-06T13:32:38.056Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.http.servletbridge.source,1.3.0.v20240213-1244 [2024-04-06T13:32:38.056Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.io,12.0.7 [2024-04-06T13:32:38.056Z] - mirrored artifact osgi.bundle,org.eclipse.core.filebuffers,3.8.300.v20240207-1054 [2024-04-06T13:32:38.351Z] - mirrored artifact osgi.bundle,biz.aQute.bndlib,7.0.0.202310060912 [2024-04-06T13:32:38.351Z] - mirrored artifact osgi.bundle,org.eclipse.swt.cocoa.macosx.aarch64.source,3.126.0.v20240403-1306 [2024-04-06T13:32:38.612Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.session.source,12.0.7 [2024-04-06T13:32:38.612Z] - mirrored artifact osgi.bundle,org.jdom.source,1.1.3.v20230812-1600 [2024-04-06T13:32:38.612Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.transport.ecf.source,1.4.300.v20240321-1450 [2024-04-06T13:32:38.612Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.launching,3.21.200.v20240320-0933 [2024-04-06T13:32:38.612Z] - mirrored artifact osgi.bundle,org.eclipse.team.genericeditor.diff.extension.source,1.2.300.v20231214-1012 [2024-04-06T13:32:38.612Z] - mirrored artifact osgi.bundle,org.eclipse.pde.spy.css,0.13.400.v20240321-1452 [2024-04-06T13:32:38.612Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jdt,3.19.500.v20240403-1800 [2024-04-06T13:32:38.612Z] - mirrored artifact osgi.bundle,org.apache.felix.gogo.runtime.source,1.1.6 [2024-04-06T13:32:38.612Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.jsp.jasper.source,1.2.100.v20240321-1445 [2024-04-06T13:32:38.612Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.http.registry,1.4.100.v20240321-1445 [2024-04-06T13:32:38.612Z] - mirrored artifact osgi.bundle,org.eclipse.tips.ui.source,0.3.400.v20240321-1303 [2024-04-06T13:32:38.613Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.security.source,1.4.300.v20240326-2051 [2024-04-06T13:32:38.613Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.di.source,1.5.400.v20240321-1245 [2024-04-06T13:32:38.613Z] - mirrored artifact osgi.bundle,org.eclipse.e4.tools.jdt.templates,4.10.300.v20240128-1101 [2024-04-06T13:32:38.874Z] - mirrored artifact osgi.bundle,org.apache.batik.css.source,1.17.0.v20231215-1130 [2024-04-06T13:32:38.874Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.servlet-api,4.0.6 [2024-04-06T13:32:38.874Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx,1.2.900.v20240129-1338 [2024-04-06T13:32:38.874Z] - mirrored artifact osgi.bundle,org.eclipse.ltk.ui.refactoring.source,3.13.400.v20240321-1245 [2024-04-06T13:32:38.874Z] - mirrored artifact osgi.bundle,org.eclipse.platform.doc.isv,4.32.0.v20240319-1136 [2024-04-06T13:32:38.874Z] - mirrored artifact osgi.bundle,org.eclipse.ant.core.source,3.7.400.v20240321-1303 [2024-04-06T13:32:38.874Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.repository.source,2.8.200.v20240321-1450 [2024-04-06T13:32:38.874Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.servletbridge,1.7.100.v20240327-1824 [2024-04-06T13:32:38.874Z] - mirrored artifact osgi.bundle,org.eclipse.pde.spy.preferences.source,0.13.400.v20240321-1452 [2024-04-06T13:32:38.874Z] - mirrored artifact osgi.bundle,org.eclipse.jsch.ui,1.5.400.v20240321-1303 [2024-04-06T13:32:38.874Z] - mirrored artifact osgi.bundle,junit-platform-suite-api,1.10.2 [2024-04-06T13:32:38.874Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.security.macosx,1.102.200.v20231214-2017 [2024-04-06T13:32:38.874Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse.source,1.6.100.v20240321-1450 [2024-04-06T13:32:38.875Z] - mirrored artifact osgi.bundle,org.eclipse.core.expressions.source,3.9.400.v20240321-1303 [2024-04-06T13:32:38.875Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse,1.6.100.v20240321-1450 [2024-04-06T13:32:38.875Z] - mirrored artifact osgi.bundle,org.eclipse.compare.win32.source,1.3.400.v20240321-1303 [2024-04-06T13:32:38.875Z] - mirrored artifact osgi.bundle,org.eclipse.core.filesystem.linux.x86_64,1.2.400.v20220812-1420 [2024-04-06T13:32:38.875Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tips.feature.source,0.4.400.v20240321-1303 [2024-04-06T13:32:38.875Z] - mirrored artifact osgi.bundle,org.osgi.service.useradmin.source,1.1.1.202109301733 [2024-04-06T13:32:38.875Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.rcp.feature.source,1.4.2400.v20240328-1219 [2024-04-06T13:32:39.151Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sdk,4.32.0.v20240403-2001 [2024-04-06T13:32:39.151Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.publisher,1.9.200.v20240321-1450 [2024-04-06T13:32:39.151Z] - mirrored artifact binary,org.eclipse.platform_root,4.32.0.v20240403-2001 [2024-04-06T13:32:39.151Z] - mirrored artifact osgi.bundle,org.eclipse.pde.core,3.18.100.v20240329-1339 [2024-04-06T13:32:39.151Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.metatype.source,1.6.500.v20231214-2017 [2024-04-06T13:32:39.151Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.metadata.source,2.9.100.v20240321-1450 [2024-04-06T13:32:39.151Z] - mirrored artifact osgi.bundle,org.eclipse.tips.ide,0.3.400.v20240321-1303 [2024-04-06T13:32:39.151Z] - mirrored artifact osgi.bundle,org.apache.batik.i18n,1.17.0.v20231215-1130 [2024-04-06T13:32:39.151Z] - mirrored artifact osgi.bundle,org.eclipse.ui.ide.application.source,1.5.400.v20240321-1245 [2024-04-06T13:32:39.151Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench.swt,0.17.400.v20240321-1245 [2024-04-06T13:32:39.151Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jdt.jeview.feature,1.1.400.v20240322-0935 [2024-04-06T13:32:39.151Z] - mirrored artifact osgi.bundle,org.eclipse.core.net.win32.x86_64,1.2.200.v20231214-1012 [2024-04-06T13:32:39.151Z] - mirrored artifact osgi.bundle,org.osgi.service.component.annotations.source,1.5.1.202212101352 [2024-04-06T13:32:39.151Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.source,2.8.400.v20240321-1450 [2024-04-06T13:32:39.151Z] - mirrored artifact osgi.bundle,org.eclipse.pde.junit.runtime.source,3.8.100.v20240130-1723 [2024-04-06T13:32:39.151Z] - mirrored artifact osgi.bundle,org.eclipse.ui.externaltools,3.6.400.v20240321-1303 [2024-04-06T13:32:39.413Z] - mirrored artifact osgi.bundle,org.eclipse.swt.gtk.linux.aarch64.source,3.126.0.v20240403-1306 [2024-04-06T13:32:39.413Z] - mirrored artifact osgi.bundle,org.eclipse.pde.spy.event,1.1.400.v20240321-1452 [2024-04-06T13:32:39.413Z] - mirrored artifact osgi.bundle,org.eclipse.e4.core.services.source,2.4.400.v20240321-1303 [2024-04-06T13:32:39.413Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench3,0.17.400.v20240321-1245 [2024-04-06T13:32:39.413Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.xmi,2.37.0.v20231208-1346 [2024-04-06T13:32:39.414Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.platform,4.32.0.v20240403-2001 [2024-04-06T13:32:39.414Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclientjava,2.0.200.v20231114-1017 [2024-04-06T13:32:39.414Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.ide,3.17.200.v20231201-1637 [2024-04-06T13:32:39.414Z] - mirrored artifact osgi.bundle,org.eclipse.pde.ui,3.15.200.v20240321-1452 [2024-04-06T13:32:39.414Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.css.swt.theme.source,0.14.400.v20240321-1245 [2024-04-06T13:32:39.414Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.directorywatcher.source,1.4.400.v20240321-1450 [2024-04-06T13:32:39.414Z] - mirrored artifact osgi.bundle,org.junit,4.13.2.v20230809-1000 [2024-04-06T13:32:39.709Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.touchpoint.eclipse,2.4.300.v20240321-1450 [2024-04-06T13:32:39.709Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.http.servlet.source,1.8.200.v20240321-1445 [2024-04-06T13:32:39.709Z] - mirrored artifact osgi.bundle,org.osgi.service.useradmin,1.1.1.202109301733 [2024-04-06T13:32:39.709Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.junit.source,3.16.400.v20240329-0922 [2024-04-06T13:32:39.709Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.launching.ui.macosx.source,1.4.300.v20240321-1645 [2024-04-06T13:32:39.709Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.extensionlocation,1.5.400.v20240321-1450 [2024-04-06T13:32:39.709Z] - mirrored artifact osgi.bundle,org.eclipse.help.base.source,4.4.400.v20240403-1800 [2024-04-06T13:32:39.709Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.core.source,3.38.0.v20240402-1617 [2024-04-06T13:32:39.709Z] - mirrored artifact osgi.bundle,org.eclipse.e4.core.di.extensions.source,0.18.200.v20231220-1554 [2024-04-06T13:32:39.709Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.engine.source,2.10.100.v20240321-1450 [2024-04-06T13:32:39.709Z] - mirrored artifact osgi.bundle,org.eclipse.osgi.util,3.7.300.v20231104-1118 [2024-04-06T13:32:39.709Z] - mirrored artifact osgi.bundle,junit-platform-launcher.source,1.10.2 [2024-04-06T13:32:39.709Z] - mirrored artifact osgi.bundle,jakarta.annotation-api,1.3.5 [2024-04-06T13:32:39.709Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclient5,1.1.0.v20230423-0417 [2024-04-06T13:32:39.710Z] - mirrored artifact osgi.bundle,org.eclipse.tips.core,0.3.400.v20240321-1303 [2024-04-06T13:32:39.710Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.weaving.hook.source,1.4.100.v20240321-1445 [2024-04-06T13:32:39.710Z] - mirrored artifact osgi.bundle,jakarta.inject.jakarta.inject-api.source,2.0.1 [2024-04-06T13:32:39.710Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.discovery,1.3.300.v20240321-1450 [2024-04-06T13:32:39.710Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.transforms.xslt,1.3.100.v20240321-1445 [2024-04-06T13:32:39.710Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.ide.source,3.17.200.v20231201-1637 [2024-04-06T13:32:39.710Z] - mirrored artifact osgi.bundle,org.eclipse.osgi.services,3.12.100.v20240327-0645 [2024-04-06T13:32:39.710Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.dialogs.source,1.4.300.v20240321-1245 [2024-04-06T13:32:39.710Z] - mirrored artifact osgi.bundle,org.bndtools.templates.template,7.0.0.202310060912 [2024-04-06T13:32:39.710Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.security.ui,1.4.300.v20240321-1445 [2024-04-06T13:32:39.982Z] - mirrored artifact osgi.bundle,org.eclipse.jface,3.34.0.v20240403-1129 [2024-04-06T13:32:39.982Z] - mirrored artifact osgi.bundle,org.eclipse.swt.tools.base.source,3.107.600.v20240309-0757 [2024-04-06T13:32:39.982Z] - mirrored artifact osgi.bundle,jakarta.activation-api,2.1.3 [2024-04-06T13:32:39.982Z] - mirrored artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5,5.2.3.v20230922-1600 [2024-04-06T13:32:39.982Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.annotation.source,1.2.100.v20240212-1051 [2024-04-06T13:32:39.982Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.css.core.source,0.14.400.v20240321-1245 [2024-04-06T13:32:39.982Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.director,2.6.400.v20240321-1450 [2024-04-06T13:32:39.982Z] - mirrored artifact osgi.bundle,org.objectweb.asm.util,9.7.0 [2024-04-06T13:32:39.982Z] - mirrored artifact osgi.bundle,org.eclipse.e4.core.di.extensions,0.18.200.v20231220-1554 [2024-04-06T13:32:39.982Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.app.source,1.7.100.v20240321-1445 [2024-04-06T13:32:39.982Z] - mirrored artifact osgi.bundle,org.eclipse.ui.editors.source,3.17.300.v20240321-1245 [2024-04-06T13:32:39.982Z] - mirrored artifact osgi.bundle,org.osgi.service.upnp,1.2.1.202109301733 [2024-04-06T13:32:39.982Z] - mirrored artifact osgi.bundle,org.eclipse.ui.editors,3.17.300.v20240321-1245 [2024-04-06T13:32:39.982Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.discovery.feature,1.3.400.v20240321-1450 [2024-04-06T13:32:39.982Z] - mirrored artifact osgi.bundle,org.osgi.util.pushstream.source,1.1.0.202212101352 [2024-04-06T13:32:39.982Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench.addons.swt,1.5.400.v20240403-1826 [2024-04-06T13:32:39.982Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.2.900.v20240129-1338 [2024-04-06T13:32:39.982Z] - mirrored artifact osgi.bundle,org.eclipse.swt.tools.spies.source,3.109.400.v20240321-1321 [2024-04-06T13:32:39.982Z] - mirrored artifact osgi.bundle,org.eclipse.ui.navigator.resources.source,3.9.300.v20240328-1412 [2024-04-06T13:32:39.982Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.touchpoint.eclipse.source,2.4.300.v20240321-1450 [2024-04-06T13:32:39.982Z] - mirrored artifact osgi.bundle,junit-jupiter-engine,5.10.2 [2024-04-06T13:32:39.982Z] - mirrored artifact osgi.bundle,org.osgi.util.position,1.0.1.201505202026 [2024-04-06T13:32:39.982Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jdt.astview.feature,1.2.250.v20240322-0935 [2024-04-06T13:32:40.256Z] - mirrored artifact osgi.bundle,org.eclipse.ui.forms,3.13.300.v20240320-0624 [2024-04-06T13:32:40.256Z] - mirrored artifact osgi.bundle,org.eclipse.ui.console.source,3.14.100.v20240321-2147 [2024-04-06T13:32:40.256Z] - mirrored artifact osgi.bundle,org.eclipse.compare.core,3.8.500.v20240321-1303 [2024-04-06T13:32:40.256Z] - mirrored artifact osgi.bundle,org.osgi.service.prefs,1.1.2.202109301733 [2024-04-06T13:32:40.256Z] - mirrored artifact osgi.bundle,org.eclipse.unittest.ui,1.1.400.v20240321-1303 [2024-04-06T13:32:40.256Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.httpclientjava.feature.source,2.0.200.v20231114-1017 [2024-04-06T13:32:40.519Z] - mirrored artifact osgi.bundle,org.apache.sshd.osgi,2.12.1 [2024-04-06T13:32:40.519Z] - mirrored artifact osgi.bundle,org.eclipse.ltk.core.refactoring.source,3.14.400.v20240321-1245 [2024-04-06T13:32:40.519Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.console.ssh.source,1.3.100.v20240321-1445 [2024-04-06T13:32:40.519Z] - mirrored artifact osgi.bundle,org.eclipse.urischeme.source,1.3.300.v20240321-1245 [2024-04-06T13:32:40.519Z] - mirrored artifact osgi.bundle,org.eclipse.help.ui,4.7.0.v20240328-0901 [2024-04-06T13:32:40.519Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.installer.source,1.4.300.v20240321-1450 [2024-04-06T13:32:40.519Z] - mirrored artifact osgi.bundle,org.eclipse.platform.doc.user,4.32.0.v20240303-0625 [2024-04-06T13:32:40.519Z] - mirrored artifact osgi.bundle,org.apache.batik.constants,1.17.0.v20231215-1130 [2024-04-06T13:32:40.519Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.user.ui,2.4.2400.v20240328-1219 [2024-04-06T13:32:40.800Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.bcoview,1.2.400.v20240322-0935 [2024-04-06T13:32:40.800Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclientjava.source,2.0.200.v20231114-1017 [2024-04-06T13:32:40.800Z] - mirrored artifact osgi.bundle,org.osgi.annotation.bundle,2.0.0.202202082230 [2024-04-06T13:32:40.800Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.junit4.runtime,1.3.100.v20231214-1952 [2024-04-06T13:32:40.800Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.apt.pluggable.core.source,1.4.400.v20240321-1252 [2024-04-06T13:32:40.800Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.e4.rcp.source,4.32.0.v20240403-2001 [2024-04-06T13:32:40.800Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.http,12.0.7 [2024-04-06T13:32:40.800Z] - mirrored artifact osgi.bundle,org.eclipse.swt.gtk.linux.ppc64le.source,3.126.0.v20240403-1306 [2024-04-06T13:32:40.800Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.server.jetty.source,1.11.500.v20240321-1445 [2024-04-06T13:32:40.800Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.transforms.hook,1.4.100.v20240321-1445 [2024-04-06T13:32:40.800Z] - mirrored artifact osgi.bundle,org.osgi.service.cm,1.6.1.202109301733 [2024-04-06T13:32:40.800Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.astview.source,1.6.150.v20240322-0935 [2024-04-06T13:32:40.800Z] - mirrored artifact osgi.bundle,org.eclipse.e4.tools.emf.editor3x,4.9.400.v20240321-1452 [2024-04-06T13:32:40.800Z] - mirrored artifact osgi.bundle,org.osgi.util.xml,1.0.2.202109301733 [2024-04-06T13:32:40.800Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.discovery.compatibility,1.3.300.v20240321-1450 [2024-04-06T13:32:40.801Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.swt.tools.feature.source,3.109.400.v20240321-1321 [2024-04-06T13:32:40.801Z] - mirrored artifact binary,org.eclipse.sdk.ide.executable.gtk.linux.x86_64,4.32.0.I20240403-1800 [2024-04-06T13:32:40.801Z] - mirrored artifact osgi.bundle,org.eclipse.core.filebuffers.source,3.8.300.v20240207-1054 [2024-04-06T13:32:40.801Z] - mirrored artifact osgi.bundle,org.eclipse.orbit.xml-apis-ext.source,1.0.0.v20230923-0644 [2024-04-06T13:32:40.801Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.preferences.source,3.11.100.v20240327-0645 [2024-04-06T13:32:40.801Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.databinding.edit.source,1.11.0.v20231208-1346 [2024-04-06T13:32:40.801Z] - mirrored artifact osgi.bundle,org.eclipse.pde.genericeditor.extension.source,1.2.400.v20240321-1452 [2024-04-06T13:32:40.801Z] - mirrored artifact osgi.bundle,org.osgi.namespace.extender,1.0.1.201505202024 [2024-04-06T13:32:40.801Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.server.p2.source,1.12.1300.v20240328-1219 [2024-04-06T13:32:40.801Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.repository.tools,2.4.400.v20240321-1450 [2024-04-06T13:32:40.801Z] - mirrored artifact osgi.bundle,junit-platform-engine.source,1.10.2 [2024-04-06T13:32:40.801Z] - mirrored artifact osgi.bundle,org.eclipse.ecf,3.11.0.v20230507-1923 [2024-04-06T13:32:41.065Z] - mirrored artifact binary,org.eclipse.platform.ide.executable.gtk.linux.x86_64,4.32.0.I20240403-1800 [2024-04-06T13:32:41.065Z] - mirrored artifact osgi.bundle,org.eclipse.core.variables,3.6.400.v20240321-1303 [2024-04-06T13:32:41.065Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.sdk,3.23.1200.v20240402-2140 [2024-04-06T13:32:41.065Z] - mirrored artifact osgi.bundle,org.eclipse.ui.trace.source,1.3.300.v20231215-1019 [2024-04-06T13:32:41.065Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.dialogs,1.4.300.v20240321-1245 [2024-04-06T13:32:41.065Z] - mirrored artifact osgi.bundle,org.apache.batik.constants.source,1.17.0.v20231215-1130 [2024-04-06T13:32:41.065Z] - mirrored artifact osgi.bundle,org.eclipse.core.databinding.observable,1.13.300.v20240321-1245 [2024-04-06T13:32:41.065Z] - mirrored artifact osgi.bundle,org.eclipse.swt.gtk.linux.x86_64.source,3.126.0.v20240403-1306 [2024-04-06T13:32:41.065Z] - mirrored artifact osgi.bundle,org.osgi.service.wireadmin,1.0.2.202109301733 [2024-04-06T13:32:41.065Z] - mirrored artifact osgi.bundle,org.osgi.namespace.contract,1.0.0.201505202024 [2024-04-06T13:32:41.065Z] - mirrored artifact osgi.bundle,junit-jupiter-params,5.10.2 [2024-04-06T13:32:41.065Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.di,1.5.400.v20240321-1245 [2024-04-06T13:32:41.065Z] - mirrored artifact osgi.bundle,org.eclipse.core.databinding.beans.source,1.10.300.v20240321-1245 [2024-04-06T13:32:41.065Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.supplement.source,1.10.800.v20240115-0830 [2024-04-06T13:32:41.065Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.log.stream.source,1.2.0.v20240213-1244 [2024-04-06T13:32:41.065Z] - mirrored artifact osgi.bundle,org.eclipse.jface.notifications,0.7.200.v20240321-1245 [2024-04-06T13:32:41.065Z] - mirrored artifact osgi.bundle,org.eclipse.core.net.linux,1.1.200.v20240321-1303 [2024-04-06T13:32:41.065Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.jarprocessor.source,1.3.400.v20240321-1450 [2024-04-06T13:32:41.065Z] - mirrored artifact osgi.bundle,org.eclipse.core.jobs.source,3.15.300.v20240321-1303 [2024-04-06T13:32:41.065Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.metadata,2.9.100.v20240321-1450 [2024-04-06T13:32:41.065Z] - mirrored artifact osgi.bundle,org.opentest4j.source,1.3.0 [2024-04-06T13:32:41.065Z] - mirrored artifact osgi.bundle,org.eclipse.core.commands,3.12.100.v20240322-0723 [2024-04-06T13:32:41.066Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.server.core,1.16.100.v20240329-0848 [2024-04-06T13:32:41.066Z] - mirrored artifact osgi.bundle,org.objectweb.asm.tree.analysis,9.7.0 [2024-04-06T13:32:41.066Z] - mirrored artifact osgi.bundle,org.eclipse.e4.core.contexts,1.12.600.v20240321-1303 [2024-04-06T13:32:41.066Z] - mirrored artifact osgi.bundle,org.eclipse.ui.console,3.14.100.v20240321-2147 [2024-04-06T13:32:41.066Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.ssl,1.3.0.v20230507-1921 [2024-04-06T13:32:41.066Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.concurrent.source,1.3.100.v20240321-1445 [2024-04-06T13:32:41.066Z] - mirrored artifact osgi.bundle,org.opentest4j,1.3.0 [2024-04-06T13:32:41.357Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.engine,2.10.100.v20240321-1450 [2024-04-06T13:32:41.357Z] - mirrored artifact binary,org.eclipse.rcp_root,4.32.0.v20240403-2001 [2024-04-06T13:32:41.357Z] - mirrored artifact osgi.bundle,org.eclipse.e4.core.commands.source,1.1.400.v20240321-1245 [2024-04-06T13:32:41.357Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.ssl.feature.source,1.1.402.v20231021-2127 [2024-04-06T13:32:41.357Z] - mirrored artifact osgi.bundle,org.eclipse.pde.spy.core,1.1.400.v20240321-1452 [2024-04-06T13:32:41.357Z] - mirrored artifact osgi.bundle,org.apache.aries.spifly.dynamic.bundle,1.3.7 [2024-04-06T13:32:41.357Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.http.service.api.source,1.2.2.v20231218-2126 [2024-04-06T13:32:41.357Z] - mirrored artifact osgi.bundle,org.mortbay.jasper.apache-el,9.0.83 [2024-04-06T13:32:41.357Z] - mirrored artifact osgi.bundle,org.bndtools.headless.build.plugin.gradle,7.0.0.202310060912 [2024-04-06T13:32:41.357Z] - mirrored artifact osgi.bundle,org.eclipse.pde.ds.annotations,1.3.300.v20240321-1452 [2024-04-06T13:32:41.357Z] - mirrored artifact osgi.bundle,org.eclipse.ant.launching,1.4.400.v20240321-1303 [2024-04-06T13:32:41.357Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.swt.win32.source,1.2.200.v20231201-1637 [2024-04-06T13:32:41.357Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.security.win32.source,1.3.0.v20240326-2051 [2024-04-06T13:32:41.357Z] - mirrored artifact osgi.bundle,org.eclipse.tips.json,0.3.400.v20240321-1303 [2024-04-06T13:32:41.357Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.admin.rcp,1.4.100.v20240201-0843 [2024-04-06T13:32:41.358Z] - mirrored artifact osgi.bundle,org.eclipse.swt.cocoa.macosx.x86_64,3.126.0.v20240403-1306 [2024-04-06T13:32:41.623Z] - mirrored artifact osgi.bundle,org.apache.batik.util.source,1.17.0.v20231215-1130 [2024-04-06T13:32:41.623Z] - mirrored artifact osgi.bundle,org.eclipse.e4.emf.xpath,0.4.300.v20240321-1245 [2024-04-06T13:32:41.623Z] - mirrored artifact osgi.bundle,org.eclipse.swt.win32.win32.x86_64,3.126.0.v20240403-1306 [2024-04-06T13:32:41.623Z] - mirrored artifact osgi.bundle,org.eclipse.team.genericeditor.diff.extension,1.2.300.v20231214-1012 [2024-04-06T13:32:41.623Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.sdk.scheduler.source,1.6.300.v20240321-1450 [2024-04-06T13:32:41.623Z] - mirrored artifact osgi.bundle,org.osgi.util.position.source,1.0.1.201505202026 [2024-04-06T13:32:41.623Z] - mirrored artifact osgi.bundle,org.eclipse.ui.themes.source,1.2.2400.v20240213-1133 [2024-04-06T13:32:41.623Z] - mirrored artifact osgi.bundle,org.eclipse.swt.tools.spies,3.109.400.v20240321-1321 [2024-04-06T13:32:41.623Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.security,12.0.7 [2024-04-06T13:32:41.623Z] - mirrored artifact osgi.bundle,org.eclipse.swt.tools,3.110.400.v20240321-1321 [2024-04-06T13:32:41.624Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.device.source,1.2.0.v20240213-1515 [2024-04-06T13:32:41.624Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.bindings.source,0.14.400.v20240321-1245 [2024-04-06T13:32:41.624Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.rcp.feature,1.4.2400.v20240328-1219 [2024-04-06T13:32:41.624Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.e4.core.tools.feature.source,4.30.200.v20240326-1907 [2024-04-06T13:32:41.624Z] - mirrored artifact osgi.bundle,org.eclipse.tips.ide.source,0.3.400.v20240321-1303 [2024-04-06T13:32:41.624Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.console.jaas.fragment.source,1.2.0.v20240213-1244 [2024-04-06T13:32:41.624Z] - mirrored artifact osgi.bundle,org.eclipse.ui.views.log,1.4.400.v20240321-1245 [2024-04-06T13:32:41.624Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.common.source,2.31.0.v20240314-0928 [2024-04-06T13:32:41.624Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.registry,3.12.100.v20240321-1445 [2024-04-06T13:32:41.909Z] - mirrored artifact osgi.bundle,org.eclipse.e4.tools.services,4.10.500.v20240321-1452 [2024-04-06T13:32:41.909Z] - mirrored artifact osgi.bundle,org.eclipse.core.filesystem.win32.x86_64,1.4.300.v20220812-1420 [2024-04-06T13:32:41.909Z] - mirrored artifact osgi.bundle,org.osgi.service.http.whiteboard.source,1.1.1.202109301733 [2024-04-06T13:32:41.909Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.databinding.source,1.11.0.v20231208-1346 [2024-04-06T13:32:41.909Z] - mirrored artifact osgi.bundle,slf4j.simple.source,2.0.12 [2024-04-06T13:32:41.909Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.discovery,1.3.300.v20240321-1450 [2024-04-06T13:32:41.910Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecore,2.37.0.v20240203-0859 [2024-04-06T13:32:41.910Z] - mirrored artifact osgi.bundle,org.apache.lucene.analysis-smartcn,9.10.0.v20240221-0830 [2024-04-06T13:32:41.910Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.coordinator.source,1.5.300.v20240214-0846 [2024-04-06T13:32:41.910Z] - mirrored artifact osgi.bundle,org.eclipse.ui.intro.quicklinks,1.2.400.v20240321-1303 [2024-04-06T13:32:41.910Z] - mirrored artifact osgi.bundle,org.sat4j.core,2.3.6.v20201214 [2024-04-06T13:32:41.910Z] - mirrored artifact osgi.bundle,org.eclipse.osgi.util.source,3.7.300.v20231104-1118 [2024-04-06T13:32:41.910Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.pde.source,3.15.400.v20240403-1800 [2024-04-06T13:32:41.910Z] - mirrored artifact osgi.bundle,org.eclipse.pde.ui.templates,3.8.400.v20240321-1452 [2024-04-06T13:32:41.910Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.registry.source,3.12.100.v20240321-1445 [2024-04-06T13:32:41.910Z] - mirrored artifact osgi.bundle,org.eclipse.ui.workbench.source,3.131.200.v20240403-1826 [2024-04-06T13:32:42.173Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.e4.core.tools.feature,4.30.200.v20240326-1907 [2024-04-06T13:32:42.173Z] - mirrored artifact osgi.bundle,org.eclipse.core.contenttype.source,3.9.400.v20240321-1303 [2024-04-06T13:32:42.173Z] - mirrored artifact osgi.bundle,org.eclipse.ui.ide,3.22.200.v20240321-1245 [2024-04-06T13:32:42.173Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.swt.tools.feature,3.109.400.v20240321-1321 [2024-04-06T13:32:42.173Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.garbagecollector,1.3.300.v20240321-1450 [2024-04-06T13:32:42.173Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.core.feature.source,1.7.200.v20240328-1219 [2024-04-06T13:32:42.173Z] - mirrored artifact osgi.bundle,org.mortbay.jasper.apache-jsp.source,9.0.83 [2024-04-06T13:32:42.173Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jdt.source,3.19.500.v20240403-1800 [2024-04-06T13:32:42.173Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.weaving.caching.j9.source,1.3.100.v20240321-1445 [2024-04-06T13:32:42.173Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.source,0.16.400.v20240403-2001 [2024-04-06T13:32:42.173Z] - mirrored artifact osgi.bundle,org.eclipse.ant.core,3.7.400.v20240321-1303 [2024-04-06T13:32:42.174Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.executable,3.8.2500.v20240401-1519 [2024-04-06T13:32:42.174Z] - mirrored artifact osgi.bundle,junit-platform-commons,1.10.2 [2024-04-06T13:32:42.457Z] - mirrored artifact osgi.bundle,org.eclipse.ui.browser,3.8.300.v20240321-1245 [2024-04-06T13:32:42.457Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.garbagecollector.source,1.3.300.v20240321-1450 [2024-04-06T13:32:42.457Z] - mirrored artifact osgi.bundle,org.eclipse.core.contenttype,3.9.400.v20240321-1303 [2024-04-06T13:32:42.457Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.core.source,2.11.100.v20240321-1450 [2024-04-06T13:32:42.457Z] - mirrored artifact osgi.bundle,org.eclipse.search,3.16.200.v20240321-1245 [2024-04-06T13:32:42.457Z] - mirrored artifact osgi.bundle,org.eclipse.ui.net,1.5.300.v20231214-1012 [2024-04-06T13:32:42.457Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.server.core.source,1.16.100.v20240329-0848 [2024-04-06T13:32:42.457Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.jsp.jasper.registry,1.3.0.v20240213-1427 [2024-04-06T13:32:42.457Z] - mirrored artifact osgi.bundle,org.eclipse.jface.notifications.source,0.7.200.v20240321-1245 [2024-04-06T13:32:42.457Z] - mirrored artifact osgi.bundle,org.eclipse.swt.cocoa.macosx.aarch64,3.126.0.v20240403-1306 [2024-04-06T13:32:42.457Z] - mirrored artifact osgi.bundle,org.bndtools.versioncontrol.ignores.manager.source,7.0.0.202310060912 [2024-04-06T13:32:42.457Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.core.feature.source,1.15.100.v20240329-0940 [2024-04-06T13:32:42.457Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclient5.win32,1.1.0.v20230423-0417 [2024-04-06T13:32:42.457Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.director.app.source,1.3.400.v20240321-1450 [2024-04-06T13:32:42.457Z] - mirrored artifact osgi.bundle,org.eclipse.search.core,3.16.100.v20240207-1054 [2024-04-06T13:32:42.457Z] - mirrored artifact osgi.bundle,jakarta.annotation-api,2.1.1 [2024-04-06T13:32:42.457Z] - mirrored artifact osgi.bundle,junit-platform-suite-commons.source,1.10.2 [2024-04-06T13:32:42.457Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.frameworkadmin.equinox,1.3.200.v20240321-1450 [2024-04-06T13:32:42.457Z] - mirrored artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5.source,5.2.1.v20230802-0806 [2024-04-06T13:32:42.457Z] - mirrored artifact osgi.bundle,org.eclipse.pde.spy.context.source,1.1.400.v20240321-1452 [2024-04-06T13:32:42.457Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.transport.ecf,1.4.300.v20240321-1450 [2024-04-06T13:32:42.457Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.http.source,12.0.7 [2024-04-06T13:32:42.457Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.widgets,1.4.100.v20231201-1637 [2024-04-06T13:32:42.457Z] - mirrored artifact osgi.bundle,org.bndtools.templates.template.source,7.0.0.202310060912 [2024-04-06T13:32:42.458Z] - mirrored artifact osgi.bundle,org.objectweb.asm.tree,9.7.0 [2024-04-06T13:32:42.458Z] - mirrored artifact osgi.bundle,org.eclipse.text,3.14.100.v20240321-1245 [2024-04-06T13:32:42.458Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.simpleconfigurator.manipulator.source,2.3.200.v20240321-1450 [2024-04-06T13:32:42.750Z] - mirrored artifact osgi.bundle,org.apache.felix.scr,2.2.10 [2024-04-06T13:32:42.750Z] - mirrored artifact osgi.bundle,junit-vintage-engine.source,5.10.2 [2024-04-06T13:32:42.750Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.swt.gtk.source,1.2.200.v20240309-0857 [2024-04-06T13:32:42.750Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.updatechecker.source,1.4.300.v20240321-1450 [2024-04-06T13:32:42.750Z] - mirrored artifact osgi.bundle,org.eclipse.search.core.source,3.16.100.v20240207-1054 [2024-04-06T13:32:42.750Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.junit.core,3.13.200.v20240329-0922 [2024-04-06T13:32:42.750Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.util,12.0.7 [2024-04-06T13:32:42.750Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.e4.rcp,4.32.0.v20240403-2001 [2024-04-06T13:32:42.750Z] - mirrored artifact osgi.bundle,org.eclipse.jsch.core,1.5.400.v20240321-1303 [2024-04-06T13:32:42.750Z] - mirrored artifact osgi.bundle,org.eclipse.ui.workbench.texteditor.source,3.17.400.v20240323-1757 [2024-04-06T13:32:42.750Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclient5.source,1.1.0.v20230423-0417 [2024-04-06T13:32:42.750Z] - mirrored artifact osgi.bundle,org.sat4j.pb,2.3.6.v20201214 [2024-04-06T13:32:42.751Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.core.manipulation.source,1.21.100.v20240403-0547 [2024-04-06T13:32:42.751Z] - mirrored artifact osgi.bundle,org.eclipse.e4.tools.emf.ui.source,4.8.400.v20240326-1907 [2024-04-06T13:32:42.751Z] - mirrored artifact osgi.bundle,org.eclipse.pde.runtime,3.8.400.v20240321-1452 [2024-04-06T13:32:42.751Z] - mirrored artifact osgi.bundle,junit-jupiter-params.source,5.10.2 [2024-04-06T13:32:42.751Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench.source,1.15.400.v20240403-1826 [2024-04-06T13:32:42.751Z] - mirrored artifact binary,org.eclipse.sdk.ide.executable.cocoa.macosx.x86_64,4.32.0.I20240403-1800 [2024-04-06T13:32:43.013Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.preferences,3.11.100.v20240327-0645 [2024-04-06T13:32:43.013Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.security.ui.source,1.4.300.v20240321-1445 [2024-04-06T13:32:43.013Z] - mirrored artifact osgi.bundle,org.osgi.util.promise,1.3.0.202212101352 [2024-04-06T13:32:43.013Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.extras.feature.source,1.4.2400.v20240328-1219 [2024-04-06T13:32:43.013Z] - mirrored artifact osgi.bundle,org.eclipse.pde.ds.ui.source,1.3.400.v20240321-1452 [2024-04-06T13:32:43.013Z] - mirrored artifact osgi.bundle,org.eclipse.sdk,4.32.0.v20240403-1800 [2024-04-06T13:32:43.013Z] - mirrored artifact osgi.bundle,org.eclipse.e4.tools.emf.ui,4.8.400.v20240326-1907 [2024-04-06T13:32:43.013Z] - mirrored artifact osgi.bundle,org.eclipse.help.webapp.source,3.11.400.v20240305-1509 [2024-04-06T13:32:43.013Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer,3.3.0.v20230422-0242 [2024-04-06T13:32:43.277Z] - mirrored artifact binary,org.eclipse.equinox.executable_root.win32.win32.x86_64,3.8.2500.v20240401-1519 [2024-04-06T13:32:43.277Z] - mirrored artifact osgi.bundle,org.eclipse.team.core,3.10.400.v20240321-1303 [2024-04-06T13:32:43.277Z] - mirrored artifact osgi.bundle,org.eclipse.e4.core.di.annotations,1.8.300.v20231220-1554 [2024-04-06T13:32:43.277Z] - mirrored artifact osgi.bundle,org.eclipse.jface.databinding.source,1.15.300.v20240321-1245 [2024-04-06T13:32:43.277Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.weaving.caching,1.3.100.v20240321-1445 [2024-04-06T13:32:43.277Z] - mirrored artifact osgi.bundle,org.apache.lucene.core,9.10.0.v20240221-0830 [2024-04-06T13:32:43.277Z] - mirrored artifact osgi.bundle,org.eclipse.unittest.ui.source,1.1.400.v20240321-1303 [2024-04-06T13:32:43.277Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.ssl,1.1.0.v20230422-0242 [2024-04-06T13:32:43.277Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.model.workbench,2.4.300.v20240321-1245 [2024-04-06T13:32:43.277Z] - mirrored artifact osgi.bundle,org.bndtools.versioncontrol.ignores.plugin.git,7.0.0.202310060912 [2024-04-06T13:32:43.277Z] - mirrored artifact osgi.bundle,org.eclipse.text.source,3.14.100.v20240321-1245 [2024-04-06T13:32:43.277Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.frameworkadmin.source,2.3.200.v20240321-1450 [2024-04-06T13:32:43.277Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.util.source,12.0.7 [2024-04-06T13:32:43.539Z] - mirrored artifact osgi.bundle,org.eclipse.e4.core.di,1.9.400.v20240321-1303 [2024-04-06T13:32:43.539Z] - mirrored artifact osgi.bundle,org.osgi.util.promise.source,1.3.0.202212101352 [2024-04-06T13:32:43.539Z] - mirrored artifact osgi.bundle,org.tukaani.xz.source,1.9.0 [2024-04-06T13:32:43.539Z] - mirrored artifact osgi.bundle,org.junit.source,4.13.2.v20230809-1000 [2024-04-06T13:32:43.539Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.bidi,1.5.100.v20240321-1445 [2024-04-06T13:32:43.539Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.repository.tools.source,2.4.400.v20240321-1450 [2024-04-06T13:32:43.539Z] - mirrored artifact osgi.bundle,org.osgi.service.coordinator.source,1.0.2.201505202024 [2024-04-06T13:32:43.539Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.reconciler.dropins,1.5.400.v20240321-1450 [2024-04-06T13:32:43.539Z] - mirrored artifact osgi.bundle,org.osgi.service.repository,1.1.0.201505202024 [2024-04-06T13:32:43.539Z] - mirrored artifact osgi.bundle,org.eclipse.ltk.ui.refactoring,3.13.400.v20240321-1245 [2024-04-06T13:32:43.539Z] - mirrored artifact osgi.bundle,org.apache.lucene.core.source,9.10.0.v20240221-0830 [2024-04-06T13:32:43.540Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.console,1.3.400.v20240321-1450 [2024-04-06T13:32:43.540Z] - mirrored artifact osgi.bundle,junit-jupiter-migrationsupport.source,5.10.2 [2024-04-06T13:32:43.540Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.swt.gtk,1.2.200.v20240309-0857 [2024-04-06T13:32:43.540Z] - mirrored artifact osgi.bundle,org.eclipse.core.net.win32.x86_64.source,1.2.200.v20231214-1012 [2024-04-06T13:32:43.540Z] - mirrored artifact osgi.bundle,org.eclipse.ltk.core.refactoring,3.14.400.v20240321-1245 [2024-04-06T13:32:43.540Z] - mirrored artifact osgi.bundle,org.eclipse.ui.ide.application,1.5.400.v20240321-1245 [2024-04-06T13:32:43.540Z] - mirrored artifact osgi.bundle,org.eclipse.osgi,3.19.100.v20240328-1829 [2024-04-06T13:32:43.540Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.simpleconfigurator,1.5.300.v20240329-0848 [2024-04-06T13:32:43.540Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.supplement,1.10.800.v20240115-0830 [2024-04-06T13:32:43.803Z] - mirrored artifact osgi.bundle,org.eclipse.jface.text,3.25.100.v20240320-0624 [2024-04-06T13:32:43.803Z] - mirrored artifact osgi.bundle,org.eclipse.pde.build.source,3.12.400.v20240321-1452 [2024-04-06T13:32:43.803Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.directorywatcher,1.4.400.v20240321-1450 [2024-04-06T13:32:43.804Z] - mirrored artifact binary,org.eclipse.equinox.executable_root.cocoa.macosx.aarch64,3.8.2500.v20240401-1519 [2024-04-06T13:32:43.804Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.junit5.runtime,1.1.300.v20231214-1952 [2024-04-06T13:32:43.804Z] - mirrored artifact osgi.bundle,org.eclipse.e4.tools,4.10.400.v20240321-1452 [2024-04-06T13:32:43.804Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.source,2.36.0.v20240203-0859 [2024-04-06T13:32:43.804Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.common,3.19.100.v20240321-1445 [2024-04-06T13:32:43.804Z] - mirrored artifact osgi.bundle,org.eclipse.jsch.ui.source,1.5.400.v20240321-1303 [2024-04-06T13:32:43.804Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.junit.runtime,3.7.400.v20231214-1952 [2024-04-06T13:32:43.804Z] - mirrored artifact osgi.bundle,org.eclipse.e4.core.services,2.4.400.v20240321-1303 [2024-04-06T13:32:43.804Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.launcher,1.6.800.v20240330-1250 [2024-04-06T13:32:43.804Z] - mirrored artifact osgi.bundle,biz.aQute.resolve,7.0.0.202310060912 [2024-04-06T13:32:43.804Z] - mirrored artifact osgi.bundle,org.eclipse.core.resources,3.20.200.v20240321-1303 [2024-04-06T13:32:43.804Z] - mirrored artifact osgi.bundle,org.eclipse.orbit.xml-apis-ext,1.0.0.v20230923-0644 [2024-04-06T13:32:43.804Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.server.jetty,1.11.500.v20240321-1445 [2024-04-06T13:32:43.804Z] - mirrored artifact osgi.bundle,org.eclipse.osgi.compatibility.state,1.2.1000.v20240213-1057 [2024-04-06T13:32:43.804Z] - mirrored artifact osgi.bundle,org.eclipse.ui.genericeditor.source,1.3.400.v20240403-1559 [2024-04-06T13:32:43.804Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.transforms.hook.source,1.4.100.v20240321-1445 [2024-04-06T13:32:43.804Z] - mirrored artifact osgi.bundle,bndtools.api,7.0.0.202310060912 [2024-04-06T13:32:43.804Z] - mirrored artifact osgi.bundle,org.eclipse.swt.tools.base,3.107.600.v20240309-0757 [2024-04-06T13:32:43.804Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.debug,3.21.400.v20240321-1645 [2024-04-06T13:32:43.804Z] - mirrored artifact osgi.bundle,org.eclipse.debug.core,3.21.400.v20240321-1303 [2024-04-06T13:32:43.804Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.annotation,2.3.0.v20240111-2306 [2024-04-06T13:32:43.804Z] - mirrored artifact osgi.bundle,org.osgi.util.measurement,1.0.2.201802012109 [2024-04-06T13:32:43.804Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.touchpoint.natives,1.5.300.v20240321-1450 [2024-04-06T13:32:43.804Z] - mirrored artifact osgi.bundle,slf4j.api.source,2.0.12 [2024-04-06T13:32:43.804Z] - mirrored artifact osgi.bundle,org.eclipse.e4.core.di.extensions.supplier.source,0.17.500.v20240321-1303 [2024-04-06T13:32:43.804Z] - mirrored artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5-win,5.2.1.v20230802-0847 [2024-04-06T13:32:43.804Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.core.feature,1.6.2.v20231021-2127 [2024-04-06T13:32:44.067Z] - mirrored artifact osgi.bundle,org.eclipse.update.configurator.source,3.5.400.v20240321-1303 [2024-04-06T13:32:44.067Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.css.swt,0.15.400.v20240321-1245 [2024-04-06T13:32:44.067Z] - mirrored artifact osgi.bundle,org.eclipse.ui.forms.source,3.13.300.v20240320-0624 [2024-04-06T13:32:44.067Z] - mirrored artifact osgi.bundle,org.eclipse.core.jobs,3.15.300.v20240321-1303 [2024-04-06T13:32:44.067Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore,2.36.0.v20240203-0859 [2024-04-06T13:32:44.067Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.console.source,1.3.400.v20240321-1450 [2024-04-06T13:32:44.067Z] - mirrored artifact osgi.bundle,org.eclipse.pde.bnd.ui,1.1.0.v20240325-2302 [2024-04-06T13:32:44.067Z] - mirrored artifact binary,org.eclipse.platform.ide.executable.gtk.linux.aarch64,4.32.0.I20240403-1800 [2024-04-06T13:32:44.067Z] - mirrored artifact osgi.bundle,org.eclipse.team.ui,3.10.400.v20240321-1303 [2024-04-06T13:32:44.067Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.useradmin.source,1.3.100.v20240321-1445 [2024-04-06T13:32:44.067Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.io.source,12.0.7 [2024-04-06T13:32:44.067Z] - mirrored artifact osgi.bundle,org.apache.felix.scr.source,2.2.10 [2024-04-06T13:32:44.330Z] - mirrored artifact osgi.bundle,org.eclipse.ui.intro.universal,3.5.400.v20240321-1303 [2024-04-06T13:32:44.330Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.session,12.0.7 [2024-04-06T13:32:44.330Z] - mirrored artifact osgi.bundle,org.eclipse.swt.cocoa.macosx.x86_64.source,3.126.0.v20240403-1306 [2024-04-06T13:32:44.330Z] - mirrored artifact osgi.bundle,junit-platform-runner.source,1.10.2 [2024-04-06T13:32:44.330Z] - mirrored artifact osgi.bundle,org.eclipse.pde.ds.annotations.source,1.3.300.v20240321-1452 [2024-04-06T13:32:44.330Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.server.source,12.0.7 [2024-04-06T13:32:44.330Z] - mirrored artifact binary,org.eclipse.platform.ide.executable.win32.win32.x86_64,4.32.0.I20240403-1800 [2024-04-06T13:32:44.330Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.httpclient5.feature,1.1.702.v20231114-1017 [2024-04-06T13:32:44.330Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.junit.core.source,3.13.200.v20240329-0922 [2024-04-06T13:32:44.330Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.security.source,12.0.7 [2024-04-06T13:32:44.330Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.httpclient5.feature.source,1.1.702.v20231114-1017 [2024-04-06T13:32:44.330Z] - mirrored artifact osgi.bundle,org.eclipse.emf.databinding,1.8.0.v20231208-1346 [2024-04-06T13:32:44.330Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.installer,1.4.300.v20240321-1450 [2024-04-06T13:32:44.330Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.widgets.source,1.4.100.v20231201-1637 [2024-04-06T13:32:44.330Z] - mirrored artifact osgi.bundle,biz.aQute.bndlib.source,7.0.0.202310060912 [2024-04-06T13:32:44.330Z] - mirrored artifact osgi.bundle,org.eclipse.pde.spy.core.source,1.1.400.v20240321-1452 [2024-04-06T13:32:44.330Z] - mirrored artifact osgi.bundle,org.eclipse.pde.ua.ui.source,1.3.400.v20240321-1452 [2024-04-06T13:32:44.330Z] - mirrored artifact osgi.bundle,org.eclipse.osgi.source,3.19.100.v20240328-1829 [2024-04-06T13:32:44.330Z] - mirrored artifact osgi.bundle,org.eclipse.osgi.compatibility.state.source,1.2.1000.v20240213-1057 [2024-04-06T13:32:44.609Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui,2.8.400.v20240321-1450 [2024-04-06T13:32:44.609Z] - mirrored artifact osgi.bundle,jakarta.inject.jakarta.inject-api.source,1.0.5 [2024-04-06T13:32:44.609Z] - mirrored artifact osgi.bundle,bcprov.source,1.77.0 [2024-04-06T13:32:44.609Z] - mirrored artifact osgi.bundle,org.eclipse.debug.ui,3.18.400.v20240321-1303 [2024-04-06T13:32:44.609Z] - mirrored artifact osgi.bundle,org.hamcrest.core.source,2.2.0.v20230809-1000 [2024-04-06T13:32:44.609Z] - mirrored artifact osgi.bundle,org.osgi.service.http.whiteboard,1.1.1.202109301733 [2024-04-06T13:32:44.609Z] - mirrored artifact osgi.bundle,org.mortbay.jasper.apache-el.source,9.0.83 [2024-04-06T13:32:44.879Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.security.linux.source,1.1.300.v20240324-1645 [2024-04-06T13:32:44.879Z] - mirrored artifact osgi.bundle,junit-platform-suite-engine.source,1.10.2 [2024-04-06T13:32:44.879Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.debug.ui.source,3.13.400.v20240321-1645 [2024-04-06T13:32:44.879Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.swt.win32,1.2.200.v20231201-1637 [2024-04-06T13:32:44.879Z] - mirrored artifact osgi.bundle,com.sun.jna.platform.source,5.14.0 [2024-04-06T13:32:44.879Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.platform.source,4.32.0.v20240403-2001 [2024-04-06T13:32:44.879Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.http.servlet,1.8.200.v20240321-1445 [2024-04-06T13:32:44.879Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.core.ssl.feature.source,1.1.501.v20230507-1921 [2024-04-06T13:32:44.879Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.region,1.5.500.v20231214-2017 [2024-04-06T13:32:44.879Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.launching.ui.macosx,1.4.300.v20240321-1645 [2024-04-06T13:32:44.879Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.director.source,2.6.400.v20240321-1450 [2024-04-06T13:32:44.880Z] - mirrored artifact osgi.bundle,org.eclipse.core.net.win32,1.1.400.v20240321-1303 [2024-04-06T13:32:44.880Z] - mirrored artifact osgi.bundle,org.eclipse.pde.junit.runtime,3.8.100.v20240130-1723 [2024-04-06T13:32:44.880Z] - mirrored artifact osgi.bundle,org.eclipse.ui.cocoa.source,1.3.200.v20240309-0857 [2024-04-06T13:32:44.880Z] - mirrored artifact osgi.bundle,org.eclipse.core.filesystem.macosx,1.3.400.v20220812-1420 [2024-04-06T13:32:44.880Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.change.source,2.16.0.v20231208-1346 [2024-04-06T13:32:44.880Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench3.source,0.17.400.v20240321-1245 [2024-04-06T13:32:44.880Z] - mirrored artifact osgi.bundle,org.eclipse.core.net.source,1.5.400.v20240321-1303 [2024-04-06T13:32:44.880Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.artifact.repository.source,1.5.400.v20240328-1219 [2024-04-06T13:32:44.880Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.ssl.source,1.1.0.v20230422-0242 [2024-04-06T13:32:44.880Z] - mirrored artifact osgi.bundle,org.eclipse.core.runtime.source,3.31.100.v20240321-1303 [2024-04-06T13:32:44.880Z] - mirrored artifact osgi.bundle,junit-platform-suite-api.source,1.10.2 [2024-04-06T13:32:44.880Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.log.stream,1.2.0.v20240213-1244 [2024-04-06T13:32:44.880Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.ssl.feature,1.1.402.v20231021-2127 [2024-04-06T13:32:44.880Z] - mirrored artifact osgi.bundle,org.eclipse.text.quicksearch,1.2.400.v20240321-1245 [2024-04-06T13:32:44.880Z] - mirrored artifact osgi.bundle,org.eclipse.pde.api.tools.annotations.source,1.3.0.v20240207-2106 [2024-04-06T13:32:44.880Z] - mirrored artifact osgi.bundle,org.bndtools.headless.build.plugin.gradle.source,7.0.0.202310060912 [2024-04-06T13:32:44.880Z] - mirrored artifact osgi.bundle,org.eclipse.core.databinding.property.source,1.10.300.v20240321-1245 [2024-04-06T13:32:44.880Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.xmi.source,2.37.0.v20231208-1346 [2024-04-06T13:32:44.880Z] - mirrored artifact osgi.bundle,org.osgi.service.event.source,1.4.1.202109301733 [2024-04-06T13:32:44.880Z] - mirrored artifact osgi.bundle,org.eclipse.pde.spy.model,0.13.300.v20240131-2101 [2024-04-06T13:32:44.880Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.core.compiler.batch.source,3.38.0.v20240402-2140 [2024-04-06T13:32:45.147Z] - mirrored artifact binary,org.eclipse.equinox.executable_root.gtk.linux.aarch64,3.8.2500.v20240401-1519 [2024-04-06T13:32:45.147Z] - mirrored artifact osgi.bundle,junit-platform-suite-engine,1.10.2 [2024-04-06T13:32:45.147Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.apt.ui.source,3.8.400.v20240321-1252 [2024-04-06T13:32:45.147Z] - mirrored artifact osgi.bundle,org.objectweb.asm.util.source,9.7.0 [2024-04-06T13:32:45.147Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.pde.spies,1.0.400.v20240321-1452 [2024-04-06T13:32:45.147Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.artifact.repository,1.5.400.v20240328-1219 [2024-04-06T13:32:45.147Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.apt.pluggable.core,1.4.400.v20240321-1252 [2024-04-06T13:32:45.147Z] - mirrored artifact osgi.bundle,org.eclipse.pde.api.tools.ui.source,1.3.400.v20240321-1452 [2024-04-06T13:32:45.147Z] - mirrored artifact osgi.bundle,biz.aQute.resolve.source,7.0.0.202310060912 [2024-04-06T13:32:45.147Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.frameworkadmin,2.3.200.v20240321-1450 [2024-04-06T13:32:45.147Z] - mirrored artifact osgi.bundle,org.apache.xmlgraphics,2.9.0.v20230916-1600 [2024-04-06T13:32:45.147Z] - mirrored artifact osgi.bundle,slf4j.simple,2.0.12 [2024-04-06T13:32:45.147Z] - mirrored artifact osgi.bundle,org.eclipse.tools.layout.spy.source,1.2.400.v20240321-1452 [2024-04-06T13:32:45.147Z] - mirrored artifact osgi.bundle,org.osgi.service.metatype.annotations,1.4.1.202109301733 [2024-04-06T13:32:45.147Z] - mirrored artifact binary,org.eclipse.equinox.executable_root.gtk.linux.ppc64le,3.8.2500.v20240401-1519 [2024-04-06T13:32:45.147Z] - mirrored artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2,5.2.3.v20230922-1600 [2024-04-06T13:32:45.148Z] - mirrored artifact osgi.bundle,org.eclipse.emf.common.source,2.30.0.v20240314-0928 [2024-04-06T13:32:45.148Z] - mirrored artifact osgi.bundle,jakarta.xml.bind-api,4.0.2 [2024-04-06T13:32:45.148Z] - mirrored artifact osgi.bundle,org.eclipse.help.webapp,3.11.400.v20240305-1509 [2024-04-06T13:32:45.409Z] - mirrored artifact osgi.bundle,org.objectweb.asm,9.7.0 [2024-04-06T13:32:45.409Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.security,1.4.300.v20240326-2051 [2024-04-06T13:32:45.409Z] - mirrored artifact osgi.bundle,org.hamcrest.source,2.2.0 [2024-04-06T13:32:45.409Z] - mirrored artifact osgi.bundle,org.eclipse.ui.externaltools.source,3.6.400.v20240321-1303 [2024-04-06T13:32:45.409Z] - mirrored artifact osgi.bundle,org.eclipse.core.databinding.beans,1.10.300.v20240321-1245 [2024-04-06T13:32:45.409Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tips.feature,0.4.400.v20240321-1303 [2024-04-06T13:32:45.410Z] - mirrored artifact osgi.bundle,org.eclipse.core.net.win32.source,1.1.400.v20240321-1303 [2024-04-06T13:32:45.410Z] - mirrored artifact binary,org.eclipse.sdk.ide.executable.cocoa.macosx.aarch64,4.32.0.I20240403-1800 [2024-04-06T13:32:45.410Z] - mirrored artifact osgi.bundle,org.eclipse.core.commands.source,3.12.100.v20240322-0723 [2024-04-06T13:32:45.410Z] - mirrored artifact osgi.bundle,org.eclipse.ui.views.source,3.12.300.v20240321-1245 [2024-04-06T13:32:45.410Z] - mirrored artifact osgi.bundle,org.eclipse.ui.intro.quicklinks.source,1.2.400.v20240321-1303 [2024-04-06T13:32:45.410Z] - mirrored artifact osgi.bundle,junit-jupiter-engine.source,5.10.2 [2024-04-06T13:32:45.675Z] - mirrored artifact osgi.bundle,org.eclipse.ui.workbench,3.131.200.v20240403-1826 [2024-04-06T13:32:45.675Z] - mirrored artifact osgi.bundle,org.eclipse.emf.edit.source,2.21.0.v20231208-1346 [2024-04-06T13:32:45.675Z] - mirrored artifact osgi.bundle,biz.aQute.bnd.util.source,7.0.0.202310060912 [2024-04-06T13:32:45.675Z] - mirrored artifact osgi.bundle,org.eclipse.core.variables.source,3.6.400.v20240321-1303 [2024-04-06T13:32:45.676Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.core.feature,1.7.200.v20240328-1219 [2024-04-06T13:32:45.676Z] - mirrored artifact osgi.bundle,org.eclipse.e4.core.di.annotations.source,1.8.300.v20231220-1554 [2024-04-06T13:32:45.676Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.transforms.xslt.source,1.3.100.v20240321-1445 [2024-04-06T13:32:45.676Z] - mirrored artifact osgi.bundle,junit-platform-runner,1.10.2 [2024-04-06T13:32:45.676Z] - mirrored artifact osgi.bundle,org.osgi.service.metatype.annotations.source,1.4.1.202109301733 [2024-04-06T13:32:45.676Z] - mirrored artifact osgi.bundle,org.eclipse.emf.common,2.30.0.v20240314-0928 [2024-04-06T13:32:45.676Z] - mirrored artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5.source,5.2.3.v20230922-1600 [2024-04-06T13:32:45.676Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.admin.source,1.3.400.v20240321-1450 [2024-04-06T13:32:45.937Z] - mirrored artifact osgi.bundle,org.osgi.util.pushstream,1.1.0.202212101352 [2024-04-06T13:32:45.937Z] - mirrored artifact osgi.bundle,com.sun.el.javax.el.source,3.0.4 [2024-04-06T13:32:45.937Z] - mirrored artifact osgi.bundle,org.eclipse.core.net,1.5.400.v20240321-1303 [2024-04-06T13:32:45.937Z] - mirrored artifact osgi.bundle,org.bndtools.templating.source,7.0.0.202310060912 [2024-04-06T13:32:45.937Z] - mirrored artifact osgi.bundle,org.apache.felix.gogo.command,1.1.2 [2024-04-06T13:32:45.937Z] - mirrored artifact osgi.bundle,org.osgi.util.function.source,1.2.0.202109301733 [2024-04-06T13:32:45.937Z] - mirrored artifact osgi.bundle,bcpg,1.77.0 [2024-04-06T13:32:45.937Z] - mirrored artifact osgi.bundle,jakarta.xml.bind-api.source,4.0.2 [2024-04-06T13:32:45.937Z] - mirrored artifact osgi.bundle,org.eclipse.pde.launching.source,3.12.100.v20240321-1452 [2024-04-06T13:32:45.937Z] - mirrored artifact osgi.bundle,com.ibm.icu,74.2.0 [2024-04-06T13:32:45.937Z] - mirrored artifact osgi.bundle,org.eclipse.pde.spy.context,1.1.400.v20240321-1452 [2024-04-06T13:32:45.937Z] - mirrored artifact osgi.bundle,org.eclipse.pde.api.tools,1.3.400.v20240326-2210 [2024-04-06T13:32:45.937Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.httpclientjava.feature,2.0.200.v20231114-1017 [2024-04-06T13:32:45.937Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.launching.source,3.21.200.v20240320-0933 [2024-04-06T13:32:45.937Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.cm.source,1.6.100.v20240329-0940 [2024-04-06T13:32:45.937Z] - mirrored artifact osgi.bundle,org.apache.lucene.analysis-common.source,9.10.0.v20240221-0830 [2024-04-06T13:32:45.937Z] - mirrored artifact osgi.bundle,org.eclipse.core.filesystem.linux.aarch64.source,1.4.200.v20220812-1420 [2024-04-06T13:32:46.218Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.console.ssh,1.3.100.v20240321-1445 [2024-04-06T13:32:46.219Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.console.jaas.fragment,1.2.0.v20240213-1244 [2024-04-06T13:32:46.219Z] - mirrored artifact osgi.bundle,org.eclipse.pde.runtime.source,3.8.400.v20240321-1452 [2024-04-06T13:32:46.219Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.junit5.runtime.source,1.1.300.v20231214-1952 [2024-04-06T13:32:46.219Z] - mirrored artifact osgi.bundle,org.eclipse.pde.api.tools.ui,1.3.400.v20240321-1452 [2024-04-06T13:32:46.219Z] - mirrored artifact osgi.bundle,org.osgi.util.xml.source,1.0.2.202109301733 [2024-04-06T13:32:46.219Z] - mirrored artifact osgi.bundle,org.osgi.service.device,1.1.1.202109301733 [2024-04-06T13:32:46.219Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.region.source,1.5.500.v20231214-2017 [2024-04-06T13:32:46.219Z] - mirrored artifact osgi.bundle,jakarta.annotation-api.source,2.1.1 [2024-04-06T13:32:46.219Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.css.swt.source,0.15.400.v20240321-1245 [2024-04-06T13:32:46.219Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.core.sdk,3.25.100.v20240330-1250 [2024-04-06T13:32:46.219Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.sdk,3.11.2400.v20240329-0848 [2024-04-06T13:32:46.219Z] - mirrored artifact osgi.bundle,org.eclipse.core.databinding.observable.source,1.13.300.v20240321-1245 [2024-04-06T13:32:46.219Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.event.source,1.7.100.v20240321-1445 [2024-04-06T13:32:46.219Z] - mirrored artifact osgi.bundle,org.osgi.service.event,1.4.1.202109301733 [2024-04-06T13:32:46.219Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.apt.core,3.8.400.v20240326-0804 [2024-04-06T13:32:46.219Z] - mirrored artifact osgi.bundle,org.osgi.service.component,1.5.1.202212101352 [2024-04-06T13:32:46.219Z] - mirrored artifact osgi.bundle,org.eclipse.pde.genericeditor.extension,1.2.400.v20240321-1452 [2024-04-06T13:32:46.219Z] - mirrored artifact osgi.bundle,org.sat4j.core.source,2.3.6.v20201214 [2024-04-06T13:32:46.219Z] - mirrored artifact osgi.bundle,org.eclipse.jdt,3.19.500.v20240403-1800 [2024-04-06T13:32:46.220Z] - mirrored artifact osgi.bundle,org.apache.aries.spifly.dynamic.bundle.source,1.3.7 [2024-04-06T13:32:46.220Z] - mirrored artifact osgi.bundle,org.osgi.service.metatype.source,1.4.1.202109301733 [2024-04-06T13:32:46.220Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench.addons.swt.source,1.5.400.v20240403-1826 [2024-04-06T13:32:46.220Z] - mirrored artifact osgi.bundle,org.eclipse.core.net.linux.source,1.1.200.v20240321-1303 [2024-04-06T13:32:46.220Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.cocoa,0.14.400.v20240321-1245 [2024-04-06T13:32:46.220Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.jarprocessor,1.3.400.v20240321-1450 [2024-04-06T13:32:46.220Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.weaving.caching.source,1.3.100.v20240321-1445 [2024-04-06T13:32:46.220Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.feature,3.14.1900.v20230715-1945 [2024-04-06T13:32:46.220Z] - mirrored artifact osgi.bundle,org.eclipse.core.resources.win32.x86_64,3.5.500.v20220812-1420 [2024-04-06T13:32:46.220Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.progress.source,0.4.400.v20240321-1245 [2024-04-06T13:32:46.220Z] - mirrored artifact osgi.bundle,org.eclipse.e4.emf.xpath.source,0.4.300.v20240321-1245 [2024-04-06T13:32:46.220Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.cm,1.6.100.v20240329-0940 [2024-04-06T13:32:46.484Z] - mirrored artifact osgi.bundle,org.eclipse.help,3.10.400.v20240321-1303 [2024-04-06T13:32:46.485Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.filetransfer,5.1.103.v20230705-0614 [2024-04-06T13:32:46.485Z] - mirrored artifact osgi.bundle,org.bndtools.templating,7.0.0.202310060912 [2024-04-06T13:32:46.485Z] - mirrored artifact osgi.bundle,org.eclipse.pde.spy.bundle,0.13.400.v20240321-1452 [2024-04-06T13:32:46.485Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.updatesite,1.3.400.v20240321-1450 [2024-04-06T13:32:46.485Z] - mirrored artifact osgi.bundle,org.eclipse.ui,3.206.0.v20240322-0723 [2024-04-06T13:32:46.485Z] - mirrored artifact osgi.bundle,org.eclipse.e4.tools.source,4.10.400.v20240321-1452 [2024-04-06T13:32:46.485Z] - mirrored artifact osgi.bundle,org.eclipse.debug.core.source,3.21.400.v20240321-1303 [2024-04-06T13:32:46.485Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.annotation.source,2.3.0.v20240111-2306 [2024-04-06T13:32:46.485Z] - mirrored artifact osgi.bundle,org.eclipse.ant.launching.source,1.4.400.v20240321-1303 [2024-04-06T13:32:46.485Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.operations,2.7.400.v20240321-1450 [2024-04-06T13:32:46.485Z] - mirrored artifact osgi.bundle,org.osgi.service.prefs.source,1.1.2.202109301733 [2024-04-06T13:32:46.485Z] - mirrored artifact osgi.bundle,com.jcraft.jsch,0.1.55.v20230916-1400 [2024-04-06T13:32:46.485Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench.swt.source,0.17.400.v20240321-1245 [2024-04-06T13:32:46.485Z] - mirrored artifact osgi.bundle,org.eclipse.core.runtime,3.31.100.v20240321-1303 [2024-04-06T13:32:46.485Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.jsp.jasper.registry.source,1.3.0.v20240213-1427 [2024-04-06T13:32:46.485Z] - mirrored artifact osgi.bundle,org.eclipse.e4.tools.compat,4.9.300.v20240128-1121 [2024-04-06T13:32:46.485Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.source,3.3.0.v20230422-0242 [2024-04-06T13:32:46.485Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.server.source,12.0.7 [2024-04-06T13:32:46.485Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.edit.source,2.22.0.v20231208-1346 [2024-04-06T13:32:46.485Z] - mirrored artifact osgi.bundle,biz.aQute.bnd.util,7.0.0.202310060912 [2024-04-06T13:32:46.485Z] - mirrored artifact osgi.bundle,org.eclipse.search.source,3.16.200.v20240321-1245 [2024-04-06T13:32:46.485Z] - mirrored artifact osgi.bundle,junit-jupiter-migrationsupport,5.10.2 [2024-04-06T13:32:46.485Z] - mirrored artifact osgi.bundle,org.eclipse.ui.intro.universal.source,3.5.400.v20240321-1303 [2024-04-06T13:32:46.485Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.server,12.0.7 [2024-04-06T13:32:46.485Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.x86_64,1.2.900.v20240129-1338 [2024-04-06T13:32:46.747Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.filetransfer.source,5.1.103.v20230705-0614 [2024-04-06T13:32:46.747Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.sdk,1.3.300.v20240207-1113 [2024-04-06T13:32:46.747Z] - mirrored artifact osgi.bundle,org.eclipse.ui.trace,1.3.300.v20231215-1019 [2024-04-06T13:32:46.747Z] - mirrored artifact osgi.bundle,org.eclipse.swt.gtk.linux.ppc64le,3.126.0.v20240403-1306 [2024-04-06T13:32:46.747Z] - mirrored artifact osgi.bundle,org.eclipse.pde.spy.preferences,0.13.400.v20240321-1452 [2024-04-06T13:32:46.747Z] - mirrored artifact osgi.bundle,org.osgi.util.function,1.2.0.202109301733 [2024-04-06T13:32:46.747Z] - mirrored artifact osgi.bundle,org.osgi.service.device.source,1.1.1.202109301733 [2024-04-06T13:32:46.747Z] - mirrored artifact osgi.bundle,org.eclipse.pde.api.tools.source,1.3.400.v20240326-2210 [2024-04-06T13:32:46.747Z] - mirrored artifact osgi.bundle,com.sun.jna.platform,5.14.0 [2024-04-06T13:32:46.748Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.annotation,1.2.100.v20240212-1051 [2024-04-06T13:32:46.748Z] - mirrored artifact osgi.bundle,org.apache.ant.source,1.10.14.v20230922-1200 [2024-04-06T13:32:46.748Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.feature.source,3.14.1900.v20230715-1945 [2024-04-06T13:32:46.748Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.http.servletbridge,1.3.0.v20240213-1244 [2024-04-06T13:32:46.748Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.updatesite.source,1.3.400.v20240321-1450 [2024-04-06T13:32:47.010Z] - mirrored artifact osgi.bundle,org.tukaani.xz,1.9.0 [2024-04-06T13:32:47.010Z] - mirrored artifact osgi.bundle,org.eclipse.core.externaltools.source,1.3.400.v20240321-1303 [2024-04-06T13:32:47.010Z] - mirrored artifact osgi.bundle,org.eclipse.tools.layout.spy,1.2.400.v20240321-1452 [2024-04-06T13:32:47.010Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.core.formatterapp,1.2.250.v20240311-0615 [2024-04-06T13:32:47.010Z] - mirrored artifact osgi.bundle,org.osgi.util.measurement.source,1.0.2.201802012109 [2024-04-06T13:32:47.010Z] - mirrored artifact osgi.bundle,org.eclipse.ui.views,3.12.300.v20240321-1245 [2024-04-06T13:32:47.010Z] - mirrored artifact osgi.bundle,org.eclipse.ui.intro,3.7.400.v20240321-1303 [2024-04-06T13:32:47.010Z] - mirrored artifact osgi.bundle,org.eclipse.jface.text.source,3.25.100.v20240320-0624 [2024-04-06T13:32:47.010Z] - mirrored artifact osgi.bundle,org.eclipse.debug.ui.launchview,1.1.500.v20240321-1303 [2024-04-06T13:32:47.010Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.aarch64,1.2.900.v20240129-1338 [2024-04-06T13:32:47.010Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.device,1.2.0.v20240213-1515 [2024-04-06T13:32:47.010Z] - mirrored artifact osgi.bundle,org.eclipse.emf.edit,2.21.0.v20231208-1346 [2024-04-06T13:32:47.010Z] - mirrored artifact osgi.bundle,org.hamcrest.core,2.2.0.v20230809-1000 [2024-04-06T13:32:47.010Z] - mirrored artifact osgi.bundle,org.eclipse.pde.launching,3.12.100.v20240321-1452 [2024-04-06T13:32:47.010Z] - mirrored artifact binary,org.eclipse.sdk.ide.executable.gtk.linux.aarch64,4.32.0.I20240403-1800 [2024-04-06T13:32:47.010Z] - mirrored artifact osgi.bundle,org.apache.felix.gogo.runtime,1.1.6 [2024-04-06T13:32:47.010Z] - mirrored artifact osgi.bundle,org.eclipse.pde.spy.css.source,0.13.400.v20240321-1452 [2024-04-06T13:32:47.010Z] - mirrored artifact osgi.bundle,org.eclipse.pde.ds.ui,1.3.400.v20240321-1452 [2024-04-06T13:32:47.011Z] - mirrored artifact osgi.bundle,org.eclipse.compare.win32,1.3.400.v20240321-1303 [2024-04-06T13:32:47.273Z] - mirrored artifact osgi.bundle,org.eclipse.help.ui.source,4.7.0.v20240328-0901 [2024-04-06T13:32:47.273Z] - mirrored artifact osgi.bundle,org.eclipse.debug.ui.source,3.18.400.v20240321-1303 [2024-04-06T13:32:47.273Z] - mirrored artifact osgi.bundle,org.eclipse.core.expressions,3.9.400.v20240321-1303 [2024-04-06T13:32:47.273Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.admin.rcp.source,1.4.100.v20240201-0843 [2024-04-06T13:32:47.273Z] - mirrored artifact osgi.bundle,org.osgi.service.upnp.source,1.2.1.202109301733 [2024-04-06T13:32:47.273Z] - mirrored artifact binary,org.eclipse.equinox.executable_root.cocoa.macosx.x86_64,3.8.2500.v20240401-1519 [2024-04-06T13:32:47.273Z] - mirrored artifact binary,org.eclipse.equinox.executable_root.gtk.linux.x86_64,3.8.2500.v20240401-1519 [2024-04-06T13:32:47.273Z] - mirrored artifact osgi.bundle,org.osgi.namespace.contract.source,1.0.0.201505202024 [2024-04-06T13:32:47.273Z] - mirrored artifact osgi.bundle,org.eclipse.e4.core.di.source,1.9.400.v20240321-1303 [2024-04-06T13:32:47.273Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.help.source,2.3.1800.v20240403-1800 [2024-04-06T13:32:47.273Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.compendium.sdk,3.23.100.v20240329-0940 [2024-04-06T13:32:47.274Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.pde.spies.source,1.0.400.v20240321-1452 [2024-04-06T13:32:47.274Z] - mirrored artifact osgi.bundle,org.eclipse.ui.views.properties.tabbed,3.10.200.v20231205-0632 [2024-04-06T13:32:47.274Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecore.source,2.37.0.v20240203-0859 [2024-04-06T13:32:47.274Z] - mirrored artifact binary,org.eclipse.platform.ide.executable.gtk.linux.ppc64le,4.32.0.I20240403-1800 [2024-04-06T13:32:47.274Z] - mirrored artifact osgi.bundle,org.eclipse.ui.intro.source,3.7.400.v20240321-1303 [2024-04-06T13:32:47.535Z] - mirrored artifact osgi.bundle,org.eclipse.core.databinding.source,1.13.300.v20240321-1245 [2024-04-06T13:32:47.535Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.extras.feature,1.4.2400.v20240328-1219 [2024-04-06T13:32:47.535Z] - mirrored artifact osgi.bundle,org.eclipse.core.filesystem,1.10.400.v20240321-1303 [2024-04-06T13:32:47.535Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.jsp.jasper,1.2.100.v20240321-1445 [2024-04-06T13:32:47.535Z] - mirrored artifact osgi.bundle,org.osgi.service.provisioning,1.2.0.201505202024 [2024-04-06T13:32:47.535Z] - mirrored artifact osgi.bundle,org.eclipse.compare,3.11.0.v20240403-1558 [2024-04-06T13:32:47.535Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.core.formatterapp.source,1.2.250.v20240311-0615 [2024-04-06T13:32:47.535Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.weaving.hook,1.4.100.v20240321-1445 [2024-04-06T13:32:47.535Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.metadata.repository,1.5.400.v20240321-1450 [2024-04-06T13:32:47.802Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.apt.core.source,3.8.400.v20240326-0804 [2024-04-06T13:32:47.802Z] - mirrored artifact osgi.bundle,org.eclipse.pde.api.tools.annotations,1.3.0.v20240207-2106 [2024-04-06T13:32:47.803Z] - mirrored artifact osgi.bundle,org.eclipse.pde.ua.ui,1.3.400.v20240321-1452 [2024-04-06T13:32:47.803Z] - mirrored artifact osgi.bundle,org.eclipse.pde.ds.core.source,1.3.400.v20240321-1452 [2024-04-06T13:32:47.803Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.weaving.caching.j9,1.3.100.v20240321-1445 [2024-04-06T13:32:48.065Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.servlet-api.source,4.0.6 [2024-04-06T13:32:48.065Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.importexport,1.4.400.v20240321-1450 [2024-04-06T13:32:48.065Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.security.linux,1.1.300.v20240324-1645 [2024-04-06T13:32:48.065Z] - mirrored artifact osgi.bundle,org.eclipse.ui.navigator,3.12.400.v20240321-1245 [2024-04-06T13:32:48.065Z] - mirrored artifact osgi.bundle,junit-platform-engine,1.10.2 [2024-04-06T13:32:48.065Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.core.runtime.feature,1.4.400.v20240329-0940 [2024-04-06T13:32:48.065Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.bidi.source,1.5.100.v20240321-1445 [2024-04-06T13:32:48.065Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.http.jetty.source,3.9.200.v20240321-1445 [2024-04-06T13:32:48.065Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.services,1.6.300.v20231201-1637 [2024-04-06T13:32:48.065Z] - mirrored artifact osgi.bundle,org.eclipse.core.filesystem.linux.aarch64,1.4.200.v20220812-1420 [2024-04-06T13:32:48.065Z] - mirrored artifact osgi.bundle,org.eclipse.tips.json.source,0.3.400.v20240321-1303 [2024-04-06T13:32:48.065Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.ui,3.32.100.v20240403-0208 [2024-04-06T13:32:48.351Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.launching.macosx.source,3.6.300.v20240321-1645 [2024-04-06T13:32:48.351Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jdt.bcoview.feature,1.2.400.v20240322-0935 [2024-04-06T13:32:48.351Z] - mirrored artifact osgi.bundle,org.apache.xmlgraphics.source,2.9.0.v20230916-1600 [2024-04-06T13:32:48.351Z] - mirrored artifact osgi.bundle,org.eclipse.help.source,3.10.400.v20240321-1303 [2024-04-06T13:32:48.351Z] - mirrored artifact osgi.bundle,org.eclipse.core.databinding.property,1.10.300.v20240321-1245 [2024-04-06T13:32:48.351Z] - mirrored artifact osgi.bundle,org.osgi.service.log.stream.source,1.0.0.202109301733 [2024-04-06T13:32:48.352Z] - mirrored artifact osgi.bundle,org.osgi.annotation.versioning,1.1.2.202109301733 [2024-04-06T13:32:48.352Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.css.swt.theme,0.14.400.v20240321-1245 [2024-04-06T13:32:48.352Z] - mirrored artifact osgi.bundle,jakarta.annotation-api.source,1.3.5 [2024-04-06T13:32:48.352Z] - mirrored artifact osgi.bundle,junit-platform-launcher,1.10.2 [2024-04-06T13:32:48.352Z] - mirrored artifact osgi.bundle,org.eclipse.ui.ide.source,3.22.200.v20240321-1245 [2024-04-06T13:32:48.352Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.11.0.v20231208-1346 [2024-04-06T13:32:48.352Z] - mirrored artifact osgi.bundle,org.osgi.annotation.versioning.source,1.1.2.202109301733 [2024-04-06T13:32:48.352Z] - mirrored artifact osgi.bundle,org.eclipse.pde.ui.source,3.15.200.v20240321-1452 [2024-04-06T13:32:48.614Z] - mirrored artifact osgi.bundle,org.eclipse.ui.monitoring.source,1.3.300.v20240321-1245 [2024-04-06T13:32:48.614Z] - mirrored artifact osgi.bundle,bcpg.source,1.77.0 [2024-04-06T13:32:48.614Z] - mirrored artifact osgi.bundle,org.eclipse.e4.core.contexts.source,1.12.600.v20240321-1303 [2024-04-06T13:32:48.614Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.databinding,1.11.0.v20231208-1346 [2024-04-06T13:32:48.614Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.core.compiler.batch,3.38.0.v20240402-2140 [2024-04-06T13:32:48.614Z] - mirrored artifact osgi.bundle,org.osgi.namespace.service.source,1.0.0.201505202024 [2024-04-06T13:32:48.614Z] - mirrored artifact osgi.bundle,junit-vintage-engine,5.10.2 [2024-04-06T13:32:48.615Z] - mirrored artifact osgi.bundle,org.eclipse.platform.source,4.31.200.v20240403-1800 [2024-04-06T13:32:48.912Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.core.manipulation,1.21.100.v20240403-0547 [2024-04-06T13:32:48.912Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.junit.runtime.source,3.7.400.v20231214-1952 [2024-04-06T13:32:48.912Z] - mirrored artifact osgi.bundle,slf4j.api,2.0.12 [2024-04-06T13:32:48.912Z] - mirrored artifact osgi.bundle,org.eclipse.ui.net.source,1.5.300.v20231214-1012 [2024-04-06T13:32:48.913Z] - mirrored artifact osgi.bundle,org.eclipse.pde.spy.event.source,1.1.400.v20240321-1452 [2024-04-06T13:32:49.174Z] - mirrored artifact osgi.bundle,org.eclipse.core.databinding,1.13.300.v20240321-1245 [2024-04-06T13:32:49.175Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.simpleconfigurator.source,1.5.300.v20240329-0848 [2024-04-06T13:32:49.175Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.director.app,1.3.400.v20240321-1450 [2024-04-06T13:32:49.175Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.coordinator,1.5.300.v20240214-0846 [2024-04-06T13:32:49.175Z] - mirrored artifact osgi.bundle,org.apache.batik.css,1.17.0.v20231215-1130 [2024-04-06T13:32:49.175Z] - mirrored artifact osgi.bundle,org.eclipse.osgi.services.source,3.12.100.v20240327-0645 [2024-04-06T13:32:49.175Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.metadata.repository.source,1.5.400.v20240321-1450 [2024-04-06T13:32:49.436Z] - mirrored artifact osgi.bundle,org.eclipse.swt.win32.win32.x86_64.source,3.126.0.v20240403-1306 [2024-04-06T13:32:49.436Z] - mirrored artifact osgi.bundle,org.bndtools.versioncontrol.ignores.plugin.git.source,7.0.0.202310060912 [2024-04-06T13:32:49.436Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.reconciler.dropins.source,1.5.400.v20240321-1450 [2024-04-06T13:32:49.436Z] - mirrored artifact osgi.bundle,junit-jupiter-api,5.10.2 [2024-04-06T13:32:49.436Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.sdk.source,1.3.300.v20240207-1113 [2024-04-06T13:32:49.436Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.jeview.source,1.5.300.v20240322-0935 [2024-04-06T13:32:49.436Z] - mirrored artifact osgi.bundle,org.eclipse.ui.win32,3.5.300.v20240321-1245 [2024-04-06T13:32:49.436Z] - mirrored artifact osgi.bundle,com.ibm.icu.source,74.2.0 [2024-04-06T13:32:49.436Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.common.source,3.19.100.v20240321-1445 [2024-04-06T13:32:49.436Z] - mirrored artifact osgi.bundle,org.eclipse.jface.source,3.34.0.v20240403-1129 [2024-04-06T13:32:49.436Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.touchpoint.natives.source,1.5.300.v20240321-1450 [2024-04-06T13:32:49.436Z] - mirrored artifact osgi.bundle,org.osgi.service.coordinator,1.0.2.201505202024 [2024-04-06T13:32:49.436Z] - mirrored artifact osgi.bundle,org.eclipse.e4.tools.compat.source,4.9.300.v20240128-1121 [2024-04-06T13:32:49.437Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.servletbridge.source,1.7.100.v20240327-1824 [2024-04-06T13:32:49.437Z] - mirrored artifact osgi.bundle,org.eclipse.e4.tools.jdt.templates.source,4.10.300.v20240128-1101 [2024-04-06T13:32:49.437Z] - mirrored artifact osgi.bundle,org.eclipse.help.base,4.4.400.v20240403-1800 [2024-04-06T13:32:49.437Z] - mirrored artifact osgi.bundle,org.eclipse.ui.monitoring,1.3.300.v20240321-1245 [2024-04-06T13:32:49.437Z] - mirrored artifact osgi.bundle,org.eclipse.ui.navigator.resources,3.9.300.v20240328-1412 [2024-04-06T13:32:49.708Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench,1.15.400.v20240403-1826 [2024-04-06T13:32:49.708Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.console.source,1.4.800.v20240329-0940 [2024-04-06T13:32:49.708Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.updatechecker,1.4.300.v20240321-1450 [2024-04-06T13:32:49.708Z] - mirrored artifact osgi.bundle,org.eclipse.ui.browser.source,3.8.300.v20240321-1245 [2024-04-06T13:32:49.708Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.junit4.runtime.source,1.3.100.v20231214-1952 [2024-04-06T13:32:49.708Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.identity,3.10.0.v20230422-0242 [2024-04-06T13:32:49.708Z] - mirrored artifact osgi.bundle,org.eclipse.ui.views.log.source,1.4.400.v20240321-1245 [2024-04-06T13:32:49.708Z] - mirrored artifact osgi.bundle,org.eclipse.core.externaltools,1.3.400.v20240321-1303 [2024-04-06T13:32:49.708Z] - mirrored artifact osgi.bundle,org.eclipse.pde.ds.core,1.3.400.v20240321-1452 [2024-04-06T13:32:49.708Z] - mirrored artifact osgi.bundle,org.apache.commons.commons-io,2.16.0 [2024-04-06T13:32:49.708Z] - mirrored artifact osgi.bundle,net.bytebuddy.byte-buddy,1.14.13 [2024-04-06T13:32:49.708Z] - mirrored artifact osgi.bundle,org.osgi.namespace.service,1.0.0.201505202024 [2024-04-06T13:32:49.708Z] - mirrored artifact osgi.bundle,org.eclipse.e4.tools.emf.editor3x.source,4.9.400.v20240321-1452 [2024-04-06T13:32:49.708Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.user.ui.source,2.4.2400.v20240328-1219 [2024-04-06T13:32:49.708Z] - mirrored artifact osgi.bundle,org.bndtools.headless.build.manager.source,7.0.0.202310060912 [2024-04-06T13:32:49.709Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.identity.source,3.10.0.v20230422-0242 [2024-04-06T13:32:49.709Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.rcp.source,4.32.0.v20240403-2001 [2024-04-06T13:32:49.709Z] - mirrored artifact osgi.bundle,org.eclipse.team.ui.source,3.10.400.v20240321-1303 [2024-04-06T13:32:49.709Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.security.win32,1.3.0.v20240326-2051 [2024-04-06T13:32:49.970Z] - mirrored artifact binary,org.eclipse.platform.ide.executable.cocoa.macosx.x86_64,4.32.0.I20240403-1800 [2024-04-06T13:32:49.970Z] - mirrored artifact osgi.bundle,org.eclipse.swt,3.126.0.v20240403-1306 [2024-04-06T13:32:49.970Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.launcher.source,1.6.800.v20240330-1250 [2024-04-06T13:32:49.970Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.sdk.scheduler,1.6.300.v20240321-1450 [2024-04-06T13:32:49.970Z] - mirrored artifact osgi.bundle,org.eclipse.pde.source,3.13.2700.v20240403-1800 [2024-04-06T13:32:49.970Z] - mirrored artifact osgi.bundle,com.sun.jna,5.14.0.v20231211-1200 [2024-04-06T13:32:49.970Z] - mirrored artifact osgi.bundle,org.eclipse.ui.cheatsheets,3.8.400.v20240321-1303 [2024-04-06T13:32:49.970Z] - mirrored artifact osgi.bundle,org.sat4j.pb.source,2.3.6.v20201214 [2024-04-06T13:32:49.970Z] - mirrored artifact osgi.bundle,org.bndtools.versioncontrol.ignores.manager,7.0.0.202310060912 [2024-04-06T13:32:49.970Z] - mirrored artifact osgi.bundle,org.eclipse.ant.ui.source,3.9.400.v20240321-1303 [2024-04-06T13:32:49.970Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.useradmin,1.3.100.v20240321-1445 [2024-04-06T13:32:49.970Z] - mirrored artifact osgi.bundle,org.apache.lucene.analysis-common,9.10.0.v20240221-0830 [2024-04-06T13:32:49.970Z] - mirrored artifact osgi.bundle,org.eclipse.compare.source,3.11.0.v20240403-1558 [2024-04-06T13:32:49.970Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.astview,1.6.150.v20240322-0935 [2024-04-06T13:32:49.970Z] - mirrored artifact osgi.bundle,org.eclipse.core.resources.source,3.20.200.v20240321-1303 [2024-04-06T13:32:49.971Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.launching.macosx,3.6.300.v20240321-1645 [2024-04-06T13:32:50.232Z] - mirrored artifact osgi.bundle,org.osgi.service.component.annotations,1.5.1.202212101352 [2024-04-06T13:32:50.233Z] - mirrored artifact osgi.bundle,org.eclipse.pde.build,3.12.400.v20240321-1452 [2024-04-06T13:32:50.233Z] - mirrored artifact osgi.bundle,org.apiguardian.api.source,1.1.2 [2024-04-06T13:32:50.233Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclient5.win32.source,1.1.0.v20230423-0417 [2024-04-06T13:32:50.233Z] - mirrored artifact osgi.bundle,org.apache.sshd.osgi.source,2.12.1 [2024-04-06T13:32:50.233Z] - mirrored artifact osgi.bundle,org.apache.commons.commons-codec,1.16.0 [2024-04-06T13:32:50.495Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.doc.user,3.15.2100.v20240228-1609 [2024-04-06T13:32:50.495Z] - mirrored artifact osgi.bundle,org.apache.batik.i18n.source,1.17.0.v20231215-1130 [2024-04-06T13:32:50.495Z] - mirrored artifact osgi.bundle,org.eclipse.pde.ui.templates.source,3.8.400.v20240321-1452 [2024-04-06T13:32:50.495Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.concurrent,1.3.100.v20240321-1445 [2024-04-06T13:32:50.495Z] - mirrored artifact osgi.bundle,org.apache.felix.gogo.command.source,1.1.2 [2024-04-06T13:32:50.495Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.http.service.api,1.2.2.v20231218-2126 [2024-04-06T13:32:50.495Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.publisher.source,1.9.200.v20240321-1450 [2024-04-06T13:32:50.495Z] - mirrored artifact osgi.bundle,org.apache.batik.util,1.17.0.v20231215-1130 [2024-04-06T13:32:50.764Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.operations.source,2.7.400.v20240321-1450 [2024-04-06T13:32:50.765Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.jeview,1.5.300.v20240322-0935 [2024-04-06T13:32:50.765Z] - mirrored artifact osgi.bundle,org.eclipse.pde.doc.user,3.15.100.v20240305-1400 [2024-04-06T13:32:50.765Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.debug.source,3.21.400.v20240321-1645 [2024-04-06T13:32:50.765Z] - mirrored artifact osgi.bundle,org.osgi.annotation.bundle.source,2.0.0.202202082230 [2024-04-06T13:32:50.765Z] - mirrored artifact osgi.bundle,org.eclipse.pde.spy.model.source,0.13.300.v20240131-2101 [2024-04-06T13:32:50.765Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.extensionlocation.source,1.5.400.v20240321-1450 [2024-04-06T13:32:50.765Z] - mirrored artifact osgi.bundle,org.eclipse.pde.spy.bundle.source,0.13.400.v20240321-1452 [2024-04-06T13:32:50.765Z] - mirrored artifact osgi.bundle,com.sun.el.javax.el,3.0.4 [2024-04-06T13:32:50.765Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.core.feature.source,1.6.2.v20231021-2127 [2024-04-06T13:32:50.765Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.apt.ui,3.8.400.v20240321-1252 [2024-04-06T13:32:50.765Z] - mirrored artifact osgi.bundle,org.eclipse.swt.gtk.linux.x86_64,3.126.0.v20240403-1306 [2024-04-06T13:32:50.765Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.css.core,0.14.400.v20240321-1245 [2024-04-06T13:32:50.765Z] - mirrored artifact osgi.bundle,org.eclipse.ui.workbench.texteditor,3.17.400.v20240323-1757 [2024-04-06T13:32:50.765Z] - mirrored artifact osgi.bundle,org.apache.commons.commons-io.source,2.16.0 [2024-04-06T13:32:50.765Z] - mirrored artifact binary,org.eclipse.sdk.ide.executable.gtk.linux.ppc64le,4.32.0.I20240403-1800 [2024-04-06T13:32:50.765Z] - mirrored artifact osgi.bundle,org.eclipse.tips.ui,0.3.400.v20240321-1303 [2024-04-06T13:32:51.338Z] - mirrored artifact osgi.bundle,org.eclipse.jdt.doc.isv,3.14.2400.v20240305-1352 [2024-04-06T13:32:51.338Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source,0.14.400.v20240321-1245 [2024-04-06T13:32:51.338Z] - mirrored artifact osgi.bundle,junit-platform-commons.source,1.10.2 [2024-04-06T13:32:51.338Z] - mirrored artifact osgi.bundle,jakarta.inject.jakarta.inject-api,2.0.1 [2024-04-06T13:32:51.338Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.core.feature,1.15.100.v20240329-0940 [2024-04-06T13:32:51.338Z] - mirrored artifact osgi.bundle,org.eclipse.ant.ui,3.9.400.v20240321-1303 [2024-04-06T13:32:51.338Z] - mirrored artifact osgi.bundle,org.eclipse.swt.tools.source,3.110.400.v20240321-1321 [2024-04-06T13:32:51.338Z] - mirrored artifact osgi.bundle,bcprov,1.77.0 [2024-04-06T13:32:51.338Z] - mirrored artifact osgi.bundle,org.eclipse.e4.core.di.extensions.supplier,0.17.500.v20240321-1303 [2024-04-06T13:32:51.338Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.aarch64,1.2.900.v20240129-1338 [2024-04-06T13:32:51.338Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.server,12.0.7 [2024-04-06T13:32:51.338Z] - mirrored artifact osgi.bundle,org.eclipse.e4.ui.progress,0.4.400.v20240321-1245 [2024-04-06T13:32:51.338Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.event,1.7.100.v20240321-1445 [2024-04-06T13:32:51.338Z] - mirrored artifact osgi.bundle,org.eclipse.tips.core.source,0.3.400.v20240321-1303 [2024-04-06T13:32:51.338Z] Mirroring artifacts from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202404020819 [2024-04-06T13:32:51.610Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.mapping.source,2.9.0.v20230211-1150 [2024-04-06T13:32:51.610Z] - mirroring artifact osgi.bundle,org.eclipse.emf.codegen.ecore,2.38.0.v20240314-1003 [2024-04-06T13:32:51.610Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xsd.mapping.source,2.15.0.v20230211-1150 [2024-04-06T13:32:51.610Z] - mirroring artifact osgi.bundle,org.eclipse.xsd,2.19.0.v20231205-1420 [2024-04-06T13:32:51.610Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.change.edit,2.9.0.v20230211-1150 [2024-04-06T13:32:51.610Z] - mirroring artifact osgi.bundle,org.eclipse.emf.common.ui,2.22.0.v20231002-1020 [2024-04-06T13:32:51.610Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.edit.source,2.14.0.v20230211-1150 [2024-04-06T13:32:51.610Z] - mirroring artifact osgi.bundle,org.eclipse.emf.codegen.ecore.xtext.ui,1.6.0.v20231006-0503 [2024-04-06T13:32:51.610Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.oda.ecore.ui.source,1.8.0.v20230211-1150 [2024-04-06T13:32:51.610Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.source,2.13.0.v20230211-1150 [2024-04-06T13:32:51.611Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.oda.ecore.source,1.9.0.v20230315-1321 [2024-04-06T13:32:51.611Z] - mirroring artifact osgi.bundle,org.eclipse.emf.exporter.source,2.12.0.v20240203-0859 [2024-04-06T13:32:51.611Z] - mirroring artifact osgi.bundle,org.eclipse.emf,2.9.0.v20230211-1150 [2024-04-06T13:32:51.611Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.ecore.exporter.source,2.8.0.v20230211-1150 [2024-04-06T13:32:51.611Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.xcore.exporter.source,1.13.0.v20230211-1150 [2024-04-06T13:32:51.611Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xsd.source,2.21.0.v20231205-1420 [2024-04-06T13:32:51.611Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.oda.ecore,1.9.0.v20230315-1321 [2024-04-06T13:32:51.611Z] - mirroring artifact osgi.bundle,org.eclipse.emf.importer.rose,2.13.0.v20240203-0859 [2024-04-06T13:32:51.611Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecore.xcore.lib.source,1.9.0.v20230204-1018 [2024-04-06T13:32:51.611Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.source,2.19.0.v20231205-1420 [2024-04-06T13:32:51.611Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.ecore2ecore,2.12.0.v20230211-1150 [2024-04-06T13:32:51.611Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.xcore.ui,1.28.0.v20240314-1003 [2024-04-06T13:32:51.611Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ant,2.12.0.v20230211-1150 [2024-04-06T13:32:51.611Z] - mirroring artifact osgi.bundle,org.eclipse.emf.importer.rose.source,2.13.0.v20240203-0859 [2024-04-06T13:32:51.611Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xsd.edit,2.15.0.v20230211-1150 [2024-04-06T13:32:51.611Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mapping.ecore.editor,2.16.0.v20230211-1150 [2024-04-06T13:32:51.611Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.source,2.38.0.v20240314-1003 [2024-04-06T13:32:51.611Z] - mirroring artifact osgi.bundle,org.eclipse.emf.oda.ecore.ui.source,1.6.0.v20230211-1150 [2024-04-06T13:32:51.611Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.codegen,2.24.0.v20230211-1150 [2024-04-06T13:32:51.611Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecore.xcore.ui.source,1.28.0.v20240314-1003 [2024-04-06T13:32:51.611Z] - mirroring artifact osgi.bundle,org.eclipse.emf.codegen.ecore.xtext,1.8.0.v20231006-0503 [2024-04-06T13:32:51.611Z] - mirroring artifact osgi.bundle,org.eclipse.emf.codegen.source,2.23.0.v20230211-1150 [2024-04-06T13:32:51.611Z] - mirroring artifact osgi.bundle,org.eclipse.emf.exporter,2.12.0.v20240203-0859 [2024-04-06T13:32:51.611Z] - mirroring artifact osgi.bundle,org.eclipse.emf.codegen.ui.source,2.24.0.v20230211-1150 [2024-04-06T13:32:51.611Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.ecore.editor,2.9.0.v20230211-1150 [2024-04-06T13:32:51.611Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xsd.doc,2.30.0.v20230614-0743 [2024-04-06T13:32:51.611Z] - mirroring artifact osgi.bundle,org.eclipse.emf.common.ui.source,2.22.0.v20231002-1020 [2024-04-06T13:32:51.611Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ant.source,2.12.0.v20230211-1150 [2024-04-06T13:32:51.611Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.ecore,2.9.0.v20230211-1150 [2024-04-06T13:32:51.612Z] - mirroring artifact osgi.bundle,org.eclipse.emf.source,2.9.0.v20230211-1150 [2024-04-06T13:32:51.612Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mapping.source,2.15.0.v20230211-1150 [2024-04-06T13:32:51.612Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.editor.source,2.11.0.v20230211-1150 [2024-04-06T13:32:51.612Z] - mirroring artifact osgi.bundle,org.eclipse.emf.oda.ecore.source,1.6.0.v20230315-1321 [2024-04-06T13:32:51.612Z] - mirroring artifact osgi.bundle,org.eclipse.emf.importer.java.source,2.12.0.v20230211-1150 [2024-04-06T13:32:51.612Z] - mirroring artifact osgi.bundle,org.eclipse.emf.codegen.ecore.xtext.source,1.8.0.v20231006-0503 [2024-04-06T13:32:51.612Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecore.xcore.ui,1.28.0.v20240314-1003 [2024-04-06T13:32:51.612Z] - mirroring artifact osgi.bundle,org.eclipse.emf.codegen.ecore.ui.source,2.38.0.v20240314-1003 [2024-04-06T13:32:51.612Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xsd.ecore.converter,2.14.0.v20230211-1150 [2024-04-06T13:32:51.612Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecore.edit.source,2.16.0.v20230211-1150 [2024-04-06T13:32:51.612Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.editor,2.11.0.v20230211-1150 [2024-04-06T13:32:51.612Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.xcore.edit,1.7.0.v20230204-1018 [2024-04-06T13:32:51.612Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.oda,1.9.0.v20230315-1321 [2024-04-06T13:32:51.612Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mapping.ui,2.15.0.v20230211-1150 [2024-04-06T13:32:51.612Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xsd.editor.source,2.15.0.v20230211-1150 [2024-04-06T13:32:51.612Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mapping.ecore,2.14.0.v20230211-1150 [2024-04-06T13:32:51.612Z] - mirroring artifact osgi.bundle,org.eclipse.emf.edit.ui,2.23.0.v20230211-1150 [2024-04-06T13:32:51.612Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.edit,2.14.0.v20230211-1150 [2024-04-06T13:32:51.612Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.ecore.importer.source,2.10.0.v20230211-1150 [2024-04-06T13:32:51.612Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.ecore.converter,2.9.0.v20230211-1150 [2024-04-06T13:32:51.612Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecore.xcore,1.29.0.v20240314-1003 [2024-04-06T13:32:51.612Z] - mirroring artifact osgi.bundle,org.eclipse.emf.importer.source,2.13.0.v20230211-1150 [2024-04-06T13:32:51.612Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.edit.ui,2.25.0.v20230211-1150 [2024-04-06T13:32:51.612Z] - mirroring artifact osgi.bundle,org.eclipse.emf.doc,2.31.0.v20230828-0744 [2024-04-06T13:32:51.612Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.xcore.lib,1.7.0.v20230204-1018 [2024-04-06T13:32:51.612Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecore.xcore.sdk,1.29.0.v20240314-1003 [2024-04-06T13:32:51.612Z] - mirroring artifact osgi.bundle,org.eclipse.emf.oda.ecore,1.6.0.v20230315-1321 [2024-04-06T13:32:51.612Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.xcore.lib.source,1.7.0.v20230204-1018 [2024-04-06T13:32:51.613Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xsd,2.21.0.v20231205-1420 [2024-04-06T13:32:51.613Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecore.xcore.source,1.29.0.v20240314-1003 [2024-04-06T13:32:51.613Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.edit.source,2.12.0.v20230211-1150 [2024-04-06T13:32:51.613Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.ecore2xml.ui,2.13.0.v20230211-1150 [2024-04-06T13:32:51.613Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.doc,2.28.0.v20230614-0743 [2024-04-06T13:32:51.613Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xsd.ecore.converter.source,2.14.0.v20230211-1150 [2024-04-06T13:32:51.613Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.example.installer,1.5.0.v20230211-1150 [2024-04-06T13:32:51.613Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.codegen.source,2.24.0.v20230211-1150 [2024-04-06T13:32:51.613Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.oda.ecore.ui,1.8.0.v20230211-1150 [2024-04-06T13:32:51.613Z] - mirroring artifact osgi.bundle,org.eclipse.emf.codegen,2.23.0.v20230211-1150 [2024-04-06T13:32:51.613Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.change.edit.source,2.9.0.v20230211-1150 [2024-04-06T13:32:51.613Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.xcore.edit.source,1.7.0.v20230204-1018 [2024-04-06T13:32:51.613Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xsd.sdk,2.36.0.v20231205-1420 [2024-04-06T13:32:51.613Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.editor.source,2.12.0.v20230211-1150 [2024-04-06T13:32:51.613Z] - mirroring artifact osgi.bundle,org.eclipse.emf.edit.ui.source,2.23.0.v20230211-1150 [2024-04-06T13:32:51.613Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.ecore2xml,2.12.0.v20230211-1150 [2024-04-06T13:32:51.613Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.xcore.ui.source,1.28.0.v20240314-1003 [2024-04-06T13:32:51.613Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.oda.sdk,1.11.0.v20230315-1321 [2024-04-06T13:32:51.613Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mapping.ecore.source,2.14.0.v20230211-1150 [2024-04-06T13:32:51.613Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mapping.ecore.editor.source,2.16.0.v20230211-1150 [2024-04-06T13:32:51.613Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mapping,2.15.0.v20230211-1150 [2024-04-06T13:32:51.613Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.common.ui.source,2.21.0.v20231002-1020 [2024-04-06T13:32:51.613Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.ui.source,2.11.0.v20230211-1150 [2024-04-06T13:32:51.613Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.source,2.12.0.v20230211-1150 [2024-04-06T13:32:51.613Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.xsd2ecore.source,2.10.0.v20230211-1150 [2024-04-06T13:32:51.613Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.ecore.converter.source,2.9.0.v20230211-1150 [2024-04-06T13:32:51.614Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.converter.source,2.20.0.v20240203-0859 [2024-04-06T13:32:51.614Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.codegen.ui.source,2.25.0.v20230211-1150 [2024-04-06T13:32:51.614Z] - mirroring artifact osgi.bundle,org.eclipse.emf.oda.source,1.5.0.v20230211-1150 [2024-04-06T13:32:51.614Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xsd.editor,2.15.0.v20230211-1150 [2024-04-06T13:32:51.614Z] - mirroring artifact osgi.bundle,org.eclipse.emf.converter,2.13.0.v20240203-0859 [2024-04-06T13:32:51.614Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.ecore.source,2.9.0.v20230211-1150 [2024-04-06T13:32:51.614Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecore.edit,2.16.0.v20230211-1150 [2024-04-06T13:32:51.614Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.common.ui,2.21.0.v20231002-1020 [2024-04-06T13:32:51.614Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.xsd2ecore.editor.source,2.10.0.v20230211-1150 [2024-04-06T13:32:51.614Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.mapping.editor,2.10.0.v20230211-1150 [2024-04-06T13:32:51.614Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.doc,2.33.0.v20230828-0744 [2024-04-06T13:32:51.614Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.xcore.source,1.29.0.v20240314-1003 [2024-04-06T13:32:51.614Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecore.xcore.lib,1.9.0.v20230204-1018 [2024-04-06T13:32:51.614Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.codegen.ecore,2.38.0.v20240314-1003 [2024-04-06T13:32:51.614Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.ui,2.38.0.v20240314-1003 [2024-04-06T13:32:51.614Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping,2.13.0.v20230211-1150 [2024-04-06T13:32:51.614Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.codegen.ui,2.25.0.v20230211-1150 [2024-04-06T13:32:51.614Z] - mirroring artifact osgi.bundle,org.eclipse.emf.converter.source,2.13.0.v20240203-0859 [2024-04-06T13:32:51.614Z] - mirroring artifact osgi.bundle,org.eclipse.emf.importer.ecore.source,2.11.0.v20230211-1150 [2024-04-06T13:32:51.614Z] - mirroring artifact osgi.bundle,org.eclipse.emf.codegen.ecore.source,2.38.0.v20240314-1003 [2024-04-06T13:32:51.614Z] - mirroring artifact osgi.bundle,org.eclipse.emf.codegen.ecore.ui,2.38.0.v20240314-1003 [2024-04-06T13:32:51.614Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.editor,2.12.0.v20230211-1150 [2024-04-06T13:32:51.614Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.ui,2.11.0.v20230211-1150 [2024-04-06T13:32:51.614Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecore.editor.source,2.19.0.v20230224-1122 [2024-04-06T13:32:51.614Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.mapping,2.9.0.v20230211-1150 [2024-04-06T13:32:51.614Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.oda.source,1.9.0.v20230315-1321 [2024-04-06T13:32:51.614Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.xcore.importer,1.8.0.v20230211-1150 [2024-04-06T13:32:51.614Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.ecore2xml.ui.source,2.13.0.v20230211-1150 [2024-04-06T13:32:51.615Z] - mirroring artifact osgi.bundle,org.eclipse.emf.example.installer,1.11.0.v20230211-1150 [2024-04-06T13:32:51.615Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xsd.mapping,2.15.0.v20230211-1150 [2024-04-06T13:32:51.615Z] - mirroring artifact osgi.bundle,org.eclipse.emf.importer.ecore,2.11.0.v20230211-1150 [2024-04-06T13:32:51.615Z] - mirroring artifact osgi.bundle,org.eclipse.emf.importer.java,2.12.0.v20230211-1150 [2024-04-06T13:32:51.615Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mapping.ui.source,2.15.0.v20230211-1150 [2024-04-06T13:32:51.615Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xsd.edit.source,2.15.0.v20230211-1150 [2024-04-06T13:32:51.615Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.xcore.importer.source,1.8.0.v20230211-1150 [2024-04-06T13:32:51.615Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecore.editor,2.19.0.v20230224-1122 [2024-04-06T13:32:51.615Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.ecore2xml.source,2.12.0.v20230211-1150 [2024-04-06T13:32:51.615Z] - mirroring artifact osgi.bundle,org.eclipse.emf.oda.ecore.ui,1.6.0.v20230211-1150 [2024-04-06T13:32:51.615Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.xcore.exporter,1.13.0.v20230211-1150 [2024-04-06T13:32:51.615Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.ecore.exporter,2.8.0.v20230211-1150 [2024-04-06T13:32:51.615Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.edit.ui.source,2.25.0.v20230211-1150 [2024-04-06T13:32:51.615Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.ecore.importer,2.10.0.v20230211-1150 [2024-04-06T13:32:51.615Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.edit,2.12.0.v20230211-1150 [2024-04-06T13:32:51.615Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.xsd2ecore.editor,2.10.0.v20230211-1150 [2024-04-06T13:32:51.615Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cheatsheets,2.9.0.v20230211-1150 [2024-04-06T13:32:51.615Z] - mirroring artifact osgi.bundle,org.eclipse.emf.oda,1.5.0.v20230211-1150 [2024-04-06T13:32:51.615Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.editor.source,2.18.0.v20230224-1122 [2024-04-06T13:32:51.615Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xsd.mapping.editor,2.15.0.v20230211-1150 [2024-04-06T13:32:51.615Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.sdk,2.38.0.v20240314-1003 [2024-04-06T13:32:51.615Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.ui.source,2.38.0.v20240314-1003 [2024-04-06T13:32:51.615Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.mapping.editor.source,2.10.0.v20230211-1150 [2024-04-06T13:32:51.615Z] - mirroring artifact osgi.bundle,org.eclipse.emf.importer,2.13.0.v20230211-1150 [2024-04-06T13:32:51.615Z] - mirroring artifact osgi.bundle,org.eclipse.emf.codegen.ecore.xtext.ui.source,1.6.0.v20231006-0503 [2024-04-06T13:32:51.615Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.converter,2.20.0.v20240203-0859 [2024-04-06T13:32:51.615Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.editor,2.18.0.v20230224-1122 [2024-04-06T13:32:51.615Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf,2.38.0.v20240314-1003 [2024-04-06T13:32:51.615Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xsd.mapping.editor.source,2.15.0.v20230211-1150 [2024-04-06T13:32:51.616Z] - mirroring artifact osgi.bundle,org.eclipse.xsd.cheatsheets,2.8.0.v20230204-1018 [2024-04-06T13:32:51.616Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.source,2.38.0.v20240314-1003 [2024-04-06T13:32:51.616Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.xsd2ecore,2.10.0.v20230211-1150 [2024-04-06T13:32:51.616Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mapping.ecore.editor.source,2.9.0.v20230211-1150 [2024-04-06T13:32:51.616Z] - mirroring artifact osgi.bundle,org.eclipse.emf.codegen.ui,2.24.0.v20230211-1150 [2024-04-06T13:32:51.616Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.xcore,1.29.0.v20240314-1003 [2024-04-06T13:32:51.616Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.mapping.source,2.9.0.v20230211-1150 [2024-04-06T13:32:51.616Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xsd.mapping.source,2.15.0.v20230211-1150 [2024-04-06T13:32:51.616Z] - mirrored artifact osgi.bundle,org.eclipse.xsd,2.19.0.v20231205-1420 [2024-04-06T13:32:51.616Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.change.edit,2.9.0.v20230211-1150 [2024-04-06T13:32:51.616Z] - mirrored artifact osgi.bundle,org.eclipse.emf.codegen.ecore,2.38.0.v20240314-1003 [2024-04-06T13:32:51.616Z] - mirrored artifact osgi.bundle,org.eclipse.emf.common.ui,2.22.0.v20231002-1020 [2024-04-06T13:32:51.616Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.edit.source,2.14.0.v20230211-1150 [2024-04-06T13:32:51.616Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.oda.ecore.ui.source,1.8.0.v20230211-1150 [2024-04-06T13:32:51.881Z] - mirrored artifact osgi.bundle,org.eclipse.emf.codegen.ecore.xtext.ui,1.6.0.v20231006-0503 [2024-04-06T13:32:51.881Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.oda.ecore.source,1.9.0.v20230315-1321 [2024-04-06T13:32:51.881Z] - mirrored artifact osgi.bundle,org.eclipse.emf.exporter.source,2.12.0.v20240203-0859 [2024-04-06T13:32:51.881Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.source,2.13.0.v20230211-1150 [2024-04-06T13:32:51.881Z] - mirrored artifact osgi.bundle,org.eclipse.emf,2.9.0.v20230211-1150 [2024-04-06T13:32:51.881Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.ecore.exporter.source,2.8.0.v20230211-1150 [2024-04-06T13:32:51.881Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.xcore.exporter.source,1.13.0.v20230211-1150 [2024-04-06T13:32:51.881Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xsd.source,2.21.0.v20231205-1420 [2024-04-06T13:32:51.881Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.oda.ecore,1.9.0.v20230315-1321 [2024-04-06T13:32:51.881Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecore.xcore.lib.source,1.9.0.v20230204-1018 [2024-04-06T13:32:51.881Z] - mirrored artifact osgi.bundle,org.eclipse.emf.importer.rose,2.13.0.v20240203-0859 [2024-04-06T13:32:51.881Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.ecore2ecore,2.12.0.v20230211-1150 [2024-04-06T13:32:51.881Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.xcore.ui,1.28.0.v20240314-1003 [2024-04-06T13:32:51.881Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.source,2.19.0.v20231205-1420 [2024-04-06T13:32:51.881Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ant,2.12.0.v20230211-1150 [2024-04-06T13:32:51.881Z] - mirrored artifact osgi.bundle,org.eclipse.emf.importer.rose.source,2.13.0.v20240203-0859 [2024-04-06T13:32:51.881Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xsd.edit,2.15.0.v20230211-1150 [2024-04-06T13:32:51.881Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mapping.ecore.editor,2.16.0.v20230211-1150 [2024-04-06T13:32:51.881Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.source,2.38.0.v20240314-1003 [2024-04-06T13:32:51.881Z] - mirrored artifact osgi.bundle,org.eclipse.emf.oda.ecore.ui.source,1.6.0.v20230211-1150 [2024-04-06T13:32:51.881Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.codegen,2.24.0.v20230211-1150 [2024-04-06T13:32:51.882Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecore.xcore.ui.source,1.28.0.v20240314-1003 [2024-04-06T13:32:51.882Z] - mirrored artifact osgi.bundle,org.eclipse.emf.codegen.ecore.xtext,1.8.0.v20231006-0503 [2024-04-06T13:32:51.882Z] - mirrored artifact osgi.bundle,org.eclipse.emf.exporter,2.12.0.v20240203-0859 [2024-04-06T13:32:51.882Z] - mirrored artifact osgi.bundle,org.eclipse.emf.codegen.source,2.23.0.v20230211-1150 [2024-04-06T13:32:51.882Z] - mirrored artifact osgi.bundle,org.eclipse.emf.codegen.ui.source,2.24.0.v20230211-1150 [2024-04-06T13:32:51.882Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.ecore.editor,2.9.0.v20230211-1150 [2024-04-06T13:32:51.882Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xsd.doc,2.30.0.v20230614-0743 [2024-04-06T13:32:51.882Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ant.source,2.12.0.v20230211-1150 [2024-04-06T13:32:51.882Z] - mirrored artifact osgi.bundle,org.eclipse.emf.common.ui.source,2.22.0.v20231002-1020 [2024-04-06T13:32:51.882Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.ecore,2.9.0.v20230211-1150 [2024-04-06T13:32:51.882Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mapping.source,2.15.0.v20230211-1150 [2024-04-06T13:32:51.882Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.editor.source,2.11.0.v20230211-1150 [2024-04-06T13:32:51.882Z] - mirrored artifact osgi.bundle,org.eclipse.emf.source,2.9.0.v20230211-1150 [2024-04-06T13:32:51.882Z] - mirrored artifact osgi.bundle,org.eclipse.emf.oda.ecore.source,1.6.0.v20230315-1321 [2024-04-06T13:32:51.882Z] - mirrored artifact osgi.bundle,org.eclipse.emf.codegen.ecore.xtext.source,1.8.0.v20231006-0503 [2024-04-06T13:32:51.882Z] - mirrored artifact osgi.bundle,org.eclipse.emf.importer.java.source,2.12.0.v20230211-1150 [2024-04-06T13:32:52.148Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecore.xcore.ui,1.28.0.v20240314-1003 [2024-04-06T13:32:52.148Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xsd.ecore.converter,2.14.0.v20230211-1150 [2024-04-06T13:32:52.148Z] - mirrored artifact osgi.bundle,org.eclipse.emf.codegen.ecore.ui.source,2.38.0.v20240314-1003 [2024-04-06T13:32:52.148Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecore.edit.source,2.16.0.v20230211-1150 [2024-04-06T13:32:52.148Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.editor,2.11.0.v20230211-1150 [2024-04-06T13:32:52.148Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.xcore.edit,1.7.0.v20230204-1018 [2024-04-06T13:32:52.148Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.oda,1.9.0.v20230315-1321 [2024-04-06T13:32:52.148Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mapping.ui,2.15.0.v20230211-1150 [2024-04-06T13:32:52.148Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mapping.ecore,2.14.0.v20230211-1150 [2024-04-06T13:32:52.148Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xsd.editor.source,2.15.0.v20230211-1150 [2024-04-06T13:32:52.148Z] - mirrored artifact osgi.bundle,org.eclipse.emf.edit.ui,2.23.0.v20230211-1150 [2024-04-06T13:32:52.148Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.ecore.importer.source,2.10.0.v20230211-1150 [2024-04-06T13:32:52.148Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.edit,2.14.0.v20230211-1150 [2024-04-06T13:32:52.148Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.ecore.converter,2.9.0.v20230211-1150 [2024-04-06T13:32:52.148Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecore.xcore,1.29.0.v20240314-1003 [2024-04-06T13:32:52.148Z] - mirrored artifact osgi.bundle,org.eclipse.emf.importer.source,2.13.0.v20230211-1150 [2024-04-06T13:32:52.148Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.edit.ui,2.25.0.v20230211-1150 [2024-04-06T13:32:52.148Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.xcore.lib,1.7.0.v20230204-1018 [2024-04-06T13:32:52.148Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecore.xcore.sdk,1.29.0.v20240314-1003 [2024-04-06T13:32:52.149Z] - mirrored artifact osgi.bundle,org.eclipse.emf.oda.ecore,1.6.0.v20230315-1321 [2024-04-06T13:32:52.149Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.xcore.lib.source,1.7.0.v20230204-1018 [2024-04-06T13:32:52.149Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xsd,2.21.0.v20231205-1420 [2024-04-06T13:32:52.149Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecore.xcore.source,1.29.0.v20240314-1003 [2024-04-06T13:32:52.149Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.edit.source,2.12.0.v20230211-1150 [2024-04-06T13:32:52.149Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.ecore2xml.ui,2.13.0.v20230211-1150 [2024-04-06T13:32:52.149Z] - mirrored artifact osgi.bundle,org.eclipse.emf.doc,2.31.0.v20230828-0744 [2024-04-06T13:32:52.149Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xsd.ecore.converter.source,2.14.0.v20230211-1150 [2024-04-06T13:32:52.412Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.doc,2.28.0.v20230614-0743 [2024-04-06T13:32:52.412Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.example.installer,1.5.0.v20230211-1150 [2024-04-06T13:32:52.412Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.oda.ecore.ui,1.8.0.v20230211-1150 [2024-04-06T13:32:52.412Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.codegen.source,2.24.0.v20230211-1150 [2024-04-06T13:32:52.412Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.change.edit.source,2.9.0.v20230211-1150 [2024-04-06T13:32:52.412Z] - mirrored artifact osgi.bundle,org.eclipse.emf.codegen,2.23.0.v20230211-1150 [2024-04-06T13:32:52.412Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xsd.sdk,2.36.0.v20231205-1420 [2024-04-06T13:32:52.412Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.xcore.edit.source,1.7.0.v20230204-1018 [2024-04-06T13:32:52.412Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.editor.source,2.12.0.v20230211-1150 [2024-04-06T13:32:52.412Z] - mirrored artifact osgi.bundle,org.eclipse.emf.edit.ui.source,2.23.0.v20230211-1150 [2024-04-06T13:32:52.412Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.ecore2xml,2.12.0.v20230211-1150 [2024-04-06T13:32:52.412Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.oda.sdk,1.11.0.v20230315-1321 [2024-04-06T13:32:52.412Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mapping.ecore.source,2.14.0.v20230211-1150 [2024-04-06T13:32:52.412Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.xcore.ui.source,1.28.0.v20240314-1003 [2024-04-06T13:32:52.412Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mapping.ecore.editor.source,2.16.0.v20230211-1150 [2024-04-06T13:32:52.412Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.common.ui.source,2.21.0.v20231002-1020 [2024-04-06T13:32:52.412Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mapping,2.15.0.v20230211-1150 [2024-04-06T13:32:52.412Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.ui.source,2.11.0.v20230211-1150 [2024-04-06T13:32:52.412Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.source,2.12.0.v20230211-1150 [2024-04-06T13:32:52.412Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.xsd2ecore.source,2.10.0.v20230211-1150 [2024-04-06T13:32:52.412Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.converter.source,2.20.0.v20240203-0859 [2024-04-06T13:32:52.413Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.ecore.converter.source,2.9.0.v20230211-1150 [2024-04-06T13:32:52.413Z] - mirrored artifact osgi.bundle,org.eclipse.emf.oda.source,1.5.0.v20230211-1150 [2024-04-06T13:32:52.413Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.codegen.ui.source,2.25.0.v20230211-1150 [2024-04-06T13:32:52.413Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xsd.editor,2.15.0.v20230211-1150 [2024-04-06T13:32:52.413Z] - mirrored artifact osgi.bundle,org.eclipse.emf.converter,2.13.0.v20240203-0859 [2024-04-06T13:32:52.413Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.ecore.source,2.9.0.v20230211-1150 [2024-04-06T13:32:52.413Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecore.edit,2.16.0.v20230211-1150 [2024-04-06T13:32:52.413Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.xsd2ecore.editor.source,2.10.0.v20230211-1150 [2024-04-06T13:32:52.413Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.common.ui,2.21.0.v20231002-1020 [2024-04-06T13:32:52.413Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.doc,2.33.0.v20230828-0744 [2024-04-06T13:32:52.413Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.mapping.editor,2.10.0.v20230211-1150 [2024-04-06T13:32:52.413Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecore.xcore.lib,1.9.0.v20230204-1018 [2024-04-06T13:32:52.413Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.codegen.ecore,2.38.0.v20240314-1003 [2024-04-06T13:32:52.413Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.xcore.source,1.29.0.v20240314-1003 [2024-04-06T13:32:52.413Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.ui,2.38.0.v20240314-1003 [2024-04-06T13:32:52.413Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.codegen.ui,2.25.0.v20230211-1150 [2024-04-06T13:32:52.413Z] - mirrored artifact osgi.bundle,org.eclipse.emf.converter.source,2.13.0.v20240203-0859 [2024-04-06T13:32:52.413Z] - mirrored artifact osgi.bundle,org.eclipse.emf.importer.ecore.source,2.11.0.v20230211-1150 [2024-04-06T13:32:52.413Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping,2.13.0.v20230211-1150 [2024-04-06T13:32:52.413Z] - mirrored artifact osgi.bundle,org.eclipse.emf.codegen.ecore.ui,2.38.0.v20240314-1003 [2024-04-06T13:32:52.413Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.editor,2.12.0.v20230211-1150 [2024-04-06T13:32:52.413Z] - mirrored artifact osgi.bundle,org.eclipse.emf.codegen.ecore.source,2.38.0.v20240314-1003 [2024-04-06T13:32:52.413Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecore.editor.source,2.19.0.v20230224-1122 [2024-04-06T13:32:52.675Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.ui,2.11.0.v20230211-1150 [2024-04-06T13:32:52.675Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.mapping,2.9.0.v20230211-1150 [2024-04-06T13:32:52.675Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.xcore.importer,1.8.0.v20230211-1150 [2024-04-06T13:32:52.675Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.oda.source,1.9.0.v20230315-1321 [2024-04-06T13:32:52.675Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.ecore2xml.ui.source,2.13.0.v20230211-1150 [2024-04-06T13:32:52.675Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xsd.mapping,2.15.0.v20230211-1150 [2024-04-06T13:32:52.675Z] - mirrored artifact osgi.bundle,org.eclipse.emf.importer.ecore,2.11.0.v20230211-1150 [2024-04-06T13:32:52.675Z] - mirrored artifact osgi.bundle,org.eclipse.emf.example.installer,1.11.0.v20230211-1150 [2024-04-06T13:32:52.675Z] - mirrored artifact osgi.bundle,org.eclipse.emf.importer.java,2.12.0.v20230211-1150 [2024-04-06T13:32:52.675Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mapping.ui.source,2.15.0.v20230211-1150 [2024-04-06T13:32:52.675Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xsd.edit.source,2.15.0.v20230211-1150 [2024-04-06T13:32:52.675Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.xcore.importer.source,1.8.0.v20230211-1150 [2024-04-06T13:32:52.675Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.ecore2xml.source,2.12.0.v20230211-1150 [2024-04-06T13:32:52.675Z] - mirrored artifact osgi.bundle,org.eclipse.emf.oda.ecore.ui,1.6.0.v20230211-1150 [2024-04-06T13:32:52.675Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecore.editor,2.19.0.v20230224-1122 [2024-04-06T13:32:52.676Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.xcore.exporter,1.13.0.v20230211-1150 [2024-04-06T13:32:52.676Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.ecore.exporter,2.8.0.v20230211-1150 [2024-04-06T13:32:52.676Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.edit.ui.source,2.25.0.v20230211-1150 [2024-04-06T13:32:52.676Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.ecore.importer,2.10.0.v20230211-1150 [2024-04-06T13:32:52.676Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.xsd2ecore.editor,2.10.0.v20230211-1150 [2024-04-06T13:32:52.676Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.edit,2.12.0.v20230211-1150 [2024-04-06T13:32:52.676Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cheatsheets,2.9.0.v20230211-1150 [2024-04-06T13:32:52.676Z] - mirrored artifact osgi.bundle,org.eclipse.emf.oda,1.5.0.v20230211-1150 [2024-04-06T13:32:52.676Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.editor.source,2.18.0.v20230224-1122 [2024-04-06T13:32:52.676Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xsd.mapping.editor,2.15.0.v20230211-1150 [2024-04-06T13:32:52.676Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.sdk,2.38.0.v20240314-1003 [2024-04-06T13:32:52.676Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.ui.source,2.38.0.v20240314-1003 [2024-04-06T13:32:52.676Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.mapping.editor.source,2.10.0.v20230211-1150 [2024-04-06T13:32:52.676Z] - mirrored artifact osgi.bundle,org.eclipse.emf.codegen.ecore.xtext.ui.source,1.6.0.v20231006-0503 [2024-04-06T13:32:52.676Z] - mirrored artifact osgi.bundle,org.eclipse.emf.importer,2.13.0.v20230211-1150 [2024-04-06T13:32:52.676Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.converter,2.20.0.v20240203-0859 [2024-04-06T13:32:52.676Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf,2.38.0.v20240314-1003 [2024-04-06T13:32:52.676Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.editor,2.18.0.v20230224-1122 [2024-04-06T13:32:52.677Z] - mirrored artifact osgi.bundle,org.eclipse.xsd.cheatsheets,2.8.0.v20230204-1018 [2024-04-06T13:32:52.677Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xsd.mapping.editor.source,2.15.0.v20230211-1150 [2024-04-06T13:32:52.677Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.xsd2ecore,2.10.0.v20230211-1150 [2024-04-06T13:32:52.677Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.source,2.38.0.v20240314-1003 [2024-04-06T13:32:52.677Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mapping.ecore.editor.source,2.9.0.v20230211-1150 [2024-04-06T13:32:52.677Z] - mirrored artifact osgi.bundle,org.eclipse.emf.codegen.ui,2.24.0.v20230211-1150 [2024-04-06T13:32:52.677Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.xcore,1.29.0.v20240314-1003 [2024-04-06T13:32:52.677Z] Mirroring artifacts from https://download.eclipse.org/rt/ecf/3.14.41/site.p2/3.14.41.v20240114-0141 [2024-04-06T13:32:52.939Z] - mirroring artifact osgi.bundle,org.xbill.dns,2.0.8.v201112050911 [2024-04-06T13:32:52.939Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.sharedobject.source,2.6.200.v20210922-0753 [2024-04-06T13:32:52.939Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.xmpp.ui,2.2.301.v20230528-2254 [2024-04-06T13:32:52.939Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservice.rest,2.8.1.v20231021-2015 [2024-04-06T13:32:52.939Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.osgi.services.feature,2.6.400.v20231021-2127 [2024-04-06T13:32:52.939Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.presence.ui,2.4.201.v20221117-1507 [2024-04-06T13:32:52.939Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery.ui.browser.source,1.0.201.v20231021-2050 [2024-04-06T13:32:52.939Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.scp.source,2.1.201.v20230528-2254 [2024-04-06T13:32:52.939Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.sdk.feature,3.14.41.v20231202-2253 [2024-04-06T13:32:52.939Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.r_osgi.source,3.7.0.v20231021-2050 [2024-04-06T13:32:52.939Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.feature.source,2.6.1.v20231021-2127 [2024-04-06T13:32:52.939Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.jmdns.source,4.4.0.v20231021-2050 [2024-04-06T13:32:52.939Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.r_osgi,3.7.0.v20231021-2050 [2024-04-06T13:32:52.939Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.efs,1.5.201.v20230528-2254 [2024-04-06T13:32:52.940Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.sharedobject,2.6.200.v20210922-0753 [2024-04-06T13:32:52.940Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservices.tooling.bndtools.source,1.0.100.v20231202-2243 [2024-04-06T13:32:52.940Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.feature,2.6.1.v20231021-2127 [2024-04-06T13:32:52.940Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.osgi.services.remoteserviceadmin.console.source,1.3.1.v20230528-2254 [2024-04-06T13:32:52.940Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery.source,5.2.0.v20231021-2050 [2024-04-06T13:32:52.940Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.ui,2.3.0.v20231021-2050 [2024-04-06T13:32:52.940Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.ui.capabilities,1.0.201.v20231021-2050 [2024-04-06T13:32:52.940Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservices.tooling.pde,1.2.0.v20230728-2232 [2024-04-06T13:32:52.940Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider,4.10.0.v20231021-2015 [2024-04-06T13:32:52.940Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.filetransfer.ui.source,1.5.201.v20231021-2050 [2024-04-06T13:32:52.940Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.rosgi.feature.source,2.0.2.v20231021-2127 [2024-04-06T13:32:52.940Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.irc.ui,1.4.0.v20231021-2050 [2024-04-06T13:32:52.940Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.server,2.1.301.v20231021-2050 [2024-04-06T13:32:52.940Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.doc.source,1.3.500.v20240113-2348 [2024-04-06T13:32:52.940Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery.ui.userinput.source,1.0.201.v20230528-2254 [2024-04-06T13:32:52.940Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.ds.async,1.0.201.v20221117-1507 [2024-04-06T13:32:52.940Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.osgi.services.remoteserviceadmin,4.9.3.v20231021-2050 [2024-04-06T13:32:52.940Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservice.asyncproxy.source,2.1.200.v20230528-2254 [2024-04-06T13:32:52.940Z] - mirroring artifact osgi.bundle,org.eclipse.osgi.services.remoteserviceadmin.source,1.6.301.v20231021-2050 [2024-04-06T13:32:52.940Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.xmpp.ui.source,2.2.301.v20230528-2254 [2024-04-06T13:32:52.940Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery.ui.edit,3.0.201.v20231021-2050 [2024-04-06T13:32:52.940Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.protocol.msn.source,1.2.201.v20231021-2050 [2024-04-06T13:32:52.940Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.zookeeper.feature.source,1.0.400.v20230528-2254 [2024-04-06T13:32:52.940Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.ds.source,1.0.401.v20221117-1507 [2024-04-06T13:32:52.940Z] - mirroring artifact osgi.bundle,org.jivesoftware.smack,3.4.0.v20231021-2050 [2024-04-06T13:32:52.940Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.slp.feature,1.0.102.v20231021-2050 [2024-04-06T13:32:52.940Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.examples.eventadmin.app.source,1.1.0.v20231021-2101 [2024-04-06T13:32:52.941Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.filediscovery.source,1.2.200.v20230905-1933 [2024-04-06T13:32:52.941Z] - mirroring artifact osgi.bundle,org.xbill.dns.source,2.0.8.v201112050911 [2024-04-06T13:32:52.941Z] - mirroring artifact osgi.bundle,org.eclipse.team.ecf.core.source,1.0.201.v20230528-2254 [2024-04-06T13:32:52.941Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.ui.source,2.3.0.v20231021-2050 [2024-04-06T13:32:52.941Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery.ui.browser,1.0.201.v20231021-2050 [2024-04-06T13:32:52.941Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source,1.0.102.v20221117-1507 [2024-04-06T13:32:52.941Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.server.generic.source,8.2.0.v20231021-2015 [2024-04-06T13:32:52.941Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery.ui.properties.tabbed.source,3.0.201.v20231021-2050 [2024-04-06T13:32:52.941Z] - mirroring artifact osgi.bundle,org.apache.hadoop.zookeeper,3.3.3.v201105210832 [2024-04-06T13:32:52.941Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.presence.bot.source,1.3.301.v20230528-2254 [2024-04-06T13:32:52.941Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.core.source,3.14.41.v20240113-2348 [2024-04-06T13:32:52.941Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.jmdns,4.4.0.v20231021-2050 [2024-04-06T13:32:52.941Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.jmdns.feature,1.0.103.v20231021-2127 [2024-04-06T13:32:52.941Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.osgi.services.distribution,2.1.700.v20231021-2127 [2024-04-06T13:32:52.941Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.presence,2.1.201.v20230528-2254 [2024-04-06T13:32:52.941Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.ds.async.source,1.0.201.v20221117-1507 [2024-04-06T13:32:52.941Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.example.clients,2.0.300.v20231021-2050 [2024-04-06T13:32:52.941Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.sharedobject.source,2.6.200.v20210922-0753 [2024-04-06T13:32:52.941Z] - mirroring artifact osgi.bundle,org.apache.httpcomponents.httpcore.source,4.4.16.v20221207-1049 [2024-04-06T13:32:52.941Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.server.generic.feature.source,1.2.103.v20231021-2127 [2024-04-06T13:32:52.941Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery.ui.source,3.0.301.v20231021-2050 [2024-04-06T13:32:52.941Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.zookeeper.feature,1.0.400.v20230528-2254 [2024-04-06T13:32:52.941Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.osgi.services.distribution.source,2.1.700.v20231021-2127 [2024-04-06T13:32:52.941Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.core,3.14.41.v20240113-2348 [2024-04-06T13:32:52.941Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.servlet.feature.source,1.0.301.v20231021-2127 [2024-04-06T13:32:52.941Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.zookeeper,1.2.500.v20230528-2254 [2024-04-06T13:32:52.942Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.doc,1.3.500.v20240113-2348 [2024-04-06T13:32:52.942Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservice.servlet.source,1.0.201.v20230528-2254 [2024-04-06T13:32:52.942Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.eventadmin.feature,2.0.202.v20231021-2127 [2024-04-06T13:32:52.942Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.example.collab,2.1.0.v20231021-2015 [2024-04-06T13:32:52.942Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.remoteservice,4.6.1.v20210926-0332 [2024-04-06T13:32:52.942Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.jslp.source,3.2.302.v20231021-2050 [2024-04-06T13:32:52.942Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice.consumer,1.1.201.v20221117-1507 [2024-04-06T13:32:52.942Z] - mirroring artifact osgi.bundle,org.eclipse.osgi.services.remoteserviceadmin,1.6.301.v20231021-2050 [2024-04-06T13:32:52.942Z] - mirroring artifact osgi.bundle,org.eclipse.team.ecf.ui,1.0.201.v20230528-2254 [2024-04-06T13:32:52.942Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.source,4.10.0.v20231021-2015 [2024-04-06T13:32:52.942Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.datashare.source,3.0.301.v20230528-2254 [2024-04-06T13:32:52.942Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.zookeeper.source,1.2.500.v20230528-2254 [2024-04-06T13:32:52.942Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.server.generic.feature,1.2.103.v20231021-2127 [2024-04-06T13:32:52.942Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservices.tooling.bndtools,1.0.100.v20231202-2243 [2024-04-06T13:32:52.942Z] - mirroring artifact osgi.bundle,org.eclipse.team.ecf.ui.source,1.0.201.v20230528-2254 [2024-04-06T13:32:52.942Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.remoteservice.source,4.6.1.v20210926-0332 [2024-04-06T13:32:52.942Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.ds,1.0.401.v20221117-1507 [2024-04-06T13:32:52.942Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice.async,2.1.101.v20221117-1507 [2024-04-06T13:32:52.942Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservice,8.14.0.v20230528-2254 [2024-04-06T13:32:52.942Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.msn,1.2.201.v20231021-2050 [2024-04-06T13:32:52.942Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.filediscovery,1.2.200.v20230905-1933 [2024-04-06T13:32:52.942Z] - mirroring artifact osgi.bundle,ch.ethz.iks.r_osgi.remote.source,1.3.0.v20231021-2015 [2024-04-06T13:32:52.942Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.presence.ui.source,2.4.201.v20221117-1507 [2024-04-06T13:32:52.942Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.bittorrent.source,0.3.401.v20231021-2050 [2024-04-06T13:32:52.942Z] - mirroring artifact osgi.bundle,org.apache.commons.logging,1.2.0.v20180409-1502 [2024-04-06T13:32:52.942Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.msn.source,1.2.201.v20231021-2050 [2024-04-06T13:32:52.942Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.xmpp.ui,2.2.301.v20230528-2254 [2024-04-06T13:32:52.942Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.rest.feature,1.0.303.v20231114-1017 [2024-04-06T13:32:52.942Z] - mirrored artifact osgi.bundle,org.xbill.dns,2.0.8.v201112050911 [2024-04-06T13:32:52.943Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.xmpp.source,3.2.402.v20230528-2254 [2024-04-06T13:32:52.943Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.irc.ui.source,1.4.0.v20231021-2050 [2024-04-06T13:32:52.943Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.sync,2.0.302.v20231021-2050 [2024-04-06T13:32:52.943Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservice.ui,3.4.400.v20210403-2254 [2024-04-06T13:32:52.943Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.rest.feature.source,1.0.303.v20231114-1017 [2024-04-06T13:32:52.943Z] - mirroring artifact osgi.bundle,org.apache.commons.logging.source,1.2.0.v20180409-1502 [2024-04-06T13:32:52.943Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.osgi.services.feature.source,2.6.400.v20231021-2127 [2024-04-06T13:32:52.943Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery.ui.properties,3.0.201.v20231021-2050 [2024-04-06T13:32:52.943Z] - mirroring artifact osgi.bundle,org.apache.log4j.source,1.2.24.v20221221-2012 [2024-04-06T13:32:52.943Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.ui.capabilities.source,1.0.201.v20231021-2050 [2024-04-06T13:32:52.943Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice.host,1.1.400.v20231114-1017 [2024-04-06T13:32:52.943Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice.source,1.1.201.v20221117-1507 [2024-04-06T13:32:52.943Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.servlet.feature,1.0.301.v20231021-2127 [2024-04-06T13:32:52.943Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.efs.source,1.5.201.v20230528-2254 [2024-04-06T13:32:52.943Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.irc,1.3.401.v20231021-2050 [2024-04-06T13:32:52.943Z] - mirroring artifact osgi.bundle,org.jivesoftware.smack.source,3.4.0.v20231021-2050 [2024-04-06T13:32:52.943Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.provider.generic.remoteservice.feature,1.2.1.v20231021-2127 [2024-04-06T13:32:52.943Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservice.source,8.14.0.v20230528-2254 [2024-04-06T13:32:52.943Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice.async.source,2.1.101.v20221117-1507 [2024-04-06T13:32:52.943Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.osgi.services.remoteserviceadmin.console,1.3.1.v20230528-2254 [2024-04-06T13:32:52.943Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.provider.generic.feature.source,1.1.2.v20231021-2127 [2024-04-06T13:32:52.943Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery.ui.properties.tabbed,3.0.201.v20231021-2050 [2024-04-06T13:32:52.943Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.example.clients.source,2.0.300.v20231021-2050 [2024-04-06T13:32:52.943Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservice.ui.source,3.4.400.v20210403-2254 [2024-04-06T13:32:52.943Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.datashare,3.0.301.v20230528-2254 [2024-04-06T13:32:52.944Z] - mirroring artifact osgi.bundle,ch.ethz.iks.r_osgi.remote,1.3.0.v20231021-2015 [2024-04-06T13:32:52.944Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.osgi.services.remoteserviceadmin.source,4.9.3.v20231021-2050 [2024-04-06T13:32:52.944Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.sharedobject.feature.source,1.1.1.v20231021-2127 [2024-04-06T13:32:52.944Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice,1.1.201.v20221117-1507 [2024-04-06T13:32:52.944Z] - mirroring artifact osgi.bundle,org.eclipse.team.ecf.core,1.0.201.v20230528-2254 [2024-04-06T13:32:52.944Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservices.tooling.pde.source,1.2.0.v20230728-2232 [2024-04-06T13:32:52.944Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy,1.0.102.v20221117-1507 [2024-04-06T13:32:52.944Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.sharedobject.feature,1.1.1.v20231021-2127 [2024-04-06T13:32:52.944Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.presence.bot,1.3.301.v20230528-2254 [2024-04-06T13:32:52.944Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.provider.generic.remoteservice.feature.source,1.2.1.v20231021-2127 [2024-04-06T13:32:52.944Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery.ui.userinput,1.0.201.v20230528-2254 [2024-04-06T13:32:52.944Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.osgi.services.feature,2.6.400.v20231021-2127 [2024-04-06T13:32:52.944Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservice.rest.source,2.8.1.v20231021-2015 [2024-04-06T13:32:52.944Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.examples.eventadmin.app,1.1.0.v20231021-2101 [2024-04-06T13:32:52.944Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.filetransfer.ui,1.5.201.v20231021-2050 [2024-04-06T13:32:52.944Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.examples.feature,1.6.1.v20231114-1017 [2024-04-06T13:32:52.944Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.server.source,2.1.301.v20231021-2050 [2024-04-06T13:32:52.944Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservice.rest,2.8.1.v20231021-2015 [2024-04-06T13:32:52.944Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.protocol.msn,1.2.201.v20231021-2050 [2024-04-06T13:32:52.944Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.console.source,1.4.0.v20231021-2047 [2024-04-06T13:32:52.944Z] - mirroring artifact osgi.bundle,org.apache.log4j,1.2.24.v20221221-2012 [2024-04-06T13:32:52.944Z] - mirroring artifact osgi.bundle,org.objectweb.asm,9.5.0 [2024-04-06T13:32:52.944Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery.ui,3.0.301.v20231021-2050 [2024-04-06T13:32:52.944Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.example.collab.source,2.1.0.v20231021-2015 [2024-04-06T13:32:52.944Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.console,1.4.0.v20231021-2047 [2024-04-06T13:32:52.944Z] - mirroring artifact osgi.bundle,org.objectweb.asm.source,9.5.0 [2024-04-06T13:32:52.944Z] - mirroring artifact osgi.bundle,jakarta.servlet-api.source,4.0.0 [2024-04-06T13:32:52.944Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery.ui.properties.source,3.0.201.v20231021-2050 [2024-04-06T13:32:52.944Z] - mirroring artifact osgi.bundle,org.apache.hadoop.zookeeper.source,3.3.3.v201105210832 [2024-04-06T13:32:52.945Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.sdk.feature.source,3.14.41.v20231202-2253 [2024-04-06T13:32:52.945Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservice.servlet,1.0.201.v20230528-2254 [2024-04-06T13:32:52.945Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.sdk.examples.feature.source,1.1.1.v20231114-1017 [2024-04-06T13:32:52.945Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.feature.source,1.0.201.v20231021-2050 [2024-04-06T13:32:52.945Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery,5.2.0.v20231021-2050 [2024-04-06T13:32:52.945Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice.host.source,1.1.400.v20231114-1017 [2024-04-06T13:32:52.945Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery.ui.model.source,3.0.202.v20231021-2050 [2024-04-06T13:32:52.945Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.protocol.bittorrent.source,0.3.300.v20231021-2015 [2024-04-06T13:32:52.945Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.sdk.examples.feature,1.1.1.v20231114-1017 [2024-04-06T13:32:52.945Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservice.asyncproxy,2.1.200.v20230528-2254 [2024-04-06T13:32:52.945Z] - mirroring artifact osgi.bundle,org.json,1.0.0.v201011060100 [2024-04-06T13:32:52.945Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.eventadmin.examples.feature.source,1.0.202.v20231021-2127 [2024-04-06T13:32:52.945Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.sync.source,2.0.302.v20231021-2050 [2024-04-06T13:32:52.945Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery.ui.browser.source,1.0.201.v20231021-2050 [2024-04-06T13:32:52.945Z] - mirroring artifact osgi.bundle,jakarta.servlet-api,4.0.0 [2024-04-06T13:32:52.945Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.jmdns.feature.source,1.0.103.v20231021-2127 [2024-04-06T13:32:52.945Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.jslp,3.2.302.v20231021-2050 [2024-04-06T13:32:52.945Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.scp,2.1.201.v20230528-2254 [2024-04-06T13:32:52.945Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.server.generic,8.2.0.v20231021-2015 [2024-04-06T13:32:52.945Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.xmpp,3.2.402.v20230528-2254 [2024-04-06T13:32:52.945Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.irc.source,1.3.401.v20231021-2050 [2024-04-06T13:32:52.945Z] - mirroring artifact osgi.bundle,ch.ethz.iks.slp.source,1.4.1.v20230528-2254 [2024-04-06T13:32:52.945Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery.ui.model,3.0.202.v20231021-2050 [2024-04-06T13:32:52.945Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.presence.source,2.1.201.v20230528-2254 [2024-04-06T13:32:52.945Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.feature,1.0.201.v20231021-2050 [2024-04-06T13:32:52.945Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservice.eventadmin,1.3.101.v20231021-2050 [2024-04-06T13:32:52.945Z] - mirroring artifact osgi.bundle,org.apache.httpcomponents.httpcore,4.4.16.v20221207-1049 [2024-04-06T13:32:52.946Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.examples.feature.source,1.6.1.v20231114-1017 [2024-04-06T13:32:52.946Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.filediscovery.rest,1.2.200.v20230905-1933 [2024-04-06T13:32:52.946Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.protocol.bittorrent,0.3.300.v20231021-2015 [2024-04-06T13:32:52.946Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.eventadmin.examples.feature,1.0.202.v20231021-2127 [2024-04-06T13:32:52.946Z] - mirroring artifact osgi.bundle,ch.ethz.iks.slp,1.4.1.v20230528-2254 [2024-04-06T13:32:52.946Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.eventadmin.feature.source,2.0.202.v20231021-2127 [2024-04-06T13:32:52.946Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.remoteservice.eventadmin.source,1.3.101.v20231021-2050 [2024-04-06T13:32:52.946Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.bittorrent,0.3.401.v20231021-2050 [2024-04-06T13:32:52.946Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.rosgi.feature,2.0.2.v20231021-2127 [2024-04-06T13:32:52.946Z] - mirroring artifact osgi.bundle,org.eclipse.ecf.discovery.ui.edit.source,3.0.201.v20231021-2050 [2024-04-06T13:32:52.946Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.source,1.1.201.v20221117-1507 [2024-04-06T13:32:52.946Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.provider.generic.feature,1.1.2.v20231021-2127 [2024-04-06T13:32:52.946Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.slp.feature.source,1.0.102.v20231021-2050 [2024-04-06T13:32:52.946Z] - mirroring artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.filediscovery.rest.source,1.2.200.v20230905-1933 [2024-04-06T13:32:52.946Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.scp.source,2.1.201.v20230528-2254 [2024-04-06T13:32:52.946Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.sdk.feature,3.14.41.v20231202-2253 [2024-04-06T13:32:52.946Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.presence.ui,2.4.201.v20221117-1507 [2024-04-06T13:32:52.946Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.r_osgi.source,3.7.0.v20231021-2050 [2024-04-06T13:32:52.946Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.feature.source,2.6.1.v20231021-2127 [2024-04-06T13:32:52.946Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.jmdns.source,4.4.0.v20231021-2050 [2024-04-06T13:32:52.946Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.r_osgi,3.7.0.v20231021-2050 [2024-04-06T13:32:52.946Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.efs,1.5.201.v20230528-2254 [2024-04-06T13:32:52.946Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.sharedobject,2.6.200.v20210922-0753 [2024-04-06T13:32:52.946Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservices.tooling.bndtools.source,1.0.100.v20231202-2243 [2024-04-06T13:32:52.947Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.feature,2.6.1.v20231021-2127 [2024-04-06T13:32:52.947Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.osgi.services.remoteserviceadmin.console.source,1.3.1.v20230528-2254 [2024-04-06T13:32:52.947Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery.source,5.2.0.v20231021-2050 [2024-04-06T13:32:52.947Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.ui.capabilities,1.0.201.v20231021-2050 [2024-04-06T13:32:52.947Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.ui,2.3.0.v20231021-2050 [2024-04-06T13:32:52.947Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservices.tooling.pde,1.2.0.v20230728-2232 [2024-04-06T13:32:52.947Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.filetransfer.ui.source,1.5.201.v20231021-2050 [2024-04-06T13:32:52.947Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider,4.10.0.v20231021-2015 [2024-04-06T13:32:52.947Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.rosgi.feature.source,2.0.2.v20231021-2127 [2024-04-06T13:32:52.947Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.irc.ui,1.4.0.v20231021-2050 [2024-04-06T13:32:52.947Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.server,2.1.301.v20231021-2050 [2024-04-06T13:32:52.947Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.doc.source,1.3.500.v20240113-2348 [2024-04-06T13:32:52.947Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery.ui.userinput.source,1.0.201.v20230528-2254 [2024-04-06T13:32:52.947Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.ds.async,1.0.201.v20221117-1507 [2024-04-06T13:32:52.947Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservice.asyncproxy.source,2.1.200.v20230528-2254 [2024-04-06T13:32:52.947Z] - mirrored artifact osgi.bundle,org.eclipse.osgi.services.remoteserviceadmin.source,1.6.301.v20231021-2050 [2024-04-06T13:32:52.947Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.osgi.services.remoteserviceadmin,4.9.3.v20231021-2050 [2024-04-06T13:32:52.947Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.xmpp.ui.source,2.2.301.v20230528-2254 [2024-04-06T13:32:52.947Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery.ui.edit,3.0.201.v20231021-2050 [2024-04-06T13:32:52.947Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.protocol.msn.source,1.2.201.v20231021-2050 [2024-04-06T13:32:52.947Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.zookeeper.feature.source,1.0.400.v20230528-2254 [2024-04-06T13:32:52.947Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.ds.source,1.0.401.v20221117-1507 [2024-04-06T13:32:53.219Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.slp.feature,1.0.102.v20231021-2050 [2024-04-06T13:32:53.219Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.examples.eventadmin.app.source,1.1.0.v20231021-2101 [2024-04-06T13:32:53.219Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.filediscovery.source,1.2.200.v20230905-1933 [2024-04-06T13:32:53.219Z] - mirrored artifact osgi.bundle,org.xbill.dns.source,2.0.8.v201112050911 [2024-04-06T13:32:53.219Z] - mirrored artifact osgi.bundle,org.eclipse.team.ecf.core.source,1.0.201.v20230528-2254 [2024-04-06T13:32:53.219Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.ui.source,2.3.0.v20231021-2050 [2024-04-06T13:32:53.219Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery.ui.browser,1.0.201.v20231021-2050 [2024-04-06T13:32:53.219Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source,1.0.102.v20221117-1507 [2024-04-06T13:32:53.219Z] - mirrored artifact osgi.bundle,org.jivesoftware.smack,3.4.0.v20231021-2050 [2024-04-06T13:32:53.219Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery.ui.properties.tabbed.source,3.0.201.v20231021-2050 [2024-04-06T13:32:53.219Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.server.generic.source,8.2.0.v20231021-2015 [2024-04-06T13:32:53.219Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.presence.bot.source,1.3.301.v20230528-2254 [2024-04-06T13:32:53.219Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.core.source,3.14.41.v20240113-2348 [2024-04-06T13:32:53.219Z] - mirrored artifact osgi.bundle,org.apache.hadoop.zookeeper,3.3.3.v201105210832 [2024-04-06T13:32:53.219Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.jmdns,4.4.0.v20231021-2050 [2024-04-06T13:32:53.220Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.jmdns.feature,1.0.103.v20231021-2127 [2024-04-06T13:32:53.220Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.osgi.services.distribution,2.1.700.v20231021-2127 [2024-04-06T13:32:53.220Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.ds.async.source,1.0.201.v20221117-1507 [2024-04-06T13:32:53.220Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.example.clients,2.0.300.v20231021-2050 [2024-04-06T13:32:53.220Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.presence,2.1.201.v20230528-2254 [2024-04-06T13:32:53.220Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.server.generic.feature.source,1.2.103.v20231021-2127 [2024-04-06T13:32:53.220Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery.ui.source,3.0.301.v20231021-2050 [2024-04-06T13:32:53.220Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.zookeeper.feature,1.0.400.v20230528-2254 [2024-04-06T13:32:53.220Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.osgi.services.distribution.source,2.1.700.v20231021-2127 [2024-04-06T13:32:53.220Z] - mirrored artifact osgi.bundle,org.apache.httpcomponents.httpcore.source,4.4.16.v20221207-1049 [2024-04-06T13:32:53.220Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.core,3.14.41.v20240113-2348 [2024-04-06T13:32:53.220Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.servlet.feature.source,1.0.301.v20231021-2127 [2024-04-06T13:32:53.220Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.zookeeper,1.2.500.v20230528-2254 [2024-04-06T13:32:53.220Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservice.servlet.source,1.0.201.v20230528-2254 [2024-04-06T13:32:53.220Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.eventadmin.feature,2.0.202.v20231021-2127 [2024-04-06T13:32:53.220Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.example.collab,2.1.0.v20231021-2015 [2024-04-06T13:32:53.220Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.remoteservice,4.6.1.v20210926-0332 [2024-04-06T13:32:53.220Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.jslp.source,3.2.302.v20231021-2050 [2024-04-06T13:32:53.220Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice.consumer,1.1.201.v20221117-1507 [2024-04-06T13:32:53.485Z] - mirrored artifact osgi.bundle,org.eclipse.osgi.services.remoteserviceadmin,1.6.301.v20231021-2050 [2024-04-06T13:32:53.485Z] - mirrored artifact osgi.bundle,org.eclipse.team.ecf.ui,1.0.201.v20230528-2254 [2024-04-06T13:32:53.485Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.source,4.10.0.v20231021-2015 [2024-04-06T13:32:53.485Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.datashare.source,3.0.301.v20230528-2254 [2024-04-06T13:32:53.485Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.zookeeper.source,1.2.500.v20230528-2254 [2024-04-06T13:32:53.485Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.server.generic.feature,1.2.103.v20231021-2127 [2024-04-06T13:32:53.485Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservices.tooling.bndtools,1.0.100.v20231202-2243 [2024-04-06T13:32:53.485Z] - mirrored artifact osgi.bundle,org.eclipse.team.ecf.ui.source,1.0.201.v20230528-2254 [2024-04-06T13:32:53.485Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.remoteservice.source,4.6.1.v20210926-0332 [2024-04-06T13:32:53.485Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.ds,1.0.401.v20221117-1507 [2024-04-06T13:32:53.485Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice.async,2.1.101.v20221117-1507 [2024-04-06T13:32:53.485Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservice,8.14.0.v20230528-2254 [2024-04-06T13:32:53.485Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.msn,1.2.201.v20231021-2050 [2024-04-06T13:32:53.485Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.filediscovery,1.2.200.v20230905-1933 [2024-04-06T13:32:53.485Z] - mirrored artifact osgi.bundle,ch.ethz.iks.r_osgi.remote.source,1.3.0.v20231021-2015 [2024-04-06T13:32:53.486Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.presence.ui.source,2.4.201.v20221117-1507 [2024-04-06T13:32:53.755Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.bittorrent.source,0.3.401.v20231021-2050 [2024-04-06T13:32:53.755Z] - mirrored artifact osgi.bundle,org.apache.commons.logging,1.2.0.v20180409-1502 [2024-04-06T13:32:53.755Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.doc,1.3.500.v20240113-2348 [2024-04-06T13:32:53.755Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.msn.source,1.2.201.v20231021-2050 [2024-04-06T13:32:53.755Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.xmpp.source,3.2.402.v20230528-2254 [2024-04-06T13:32:53.755Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.irc.ui.source,1.4.0.v20231021-2050 [2024-04-06T13:32:53.755Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.rest.feature,1.0.303.v20231114-1017 [2024-04-06T13:32:53.755Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.sync,2.0.302.v20231021-2050 [2024-04-06T13:32:53.755Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.rest.feature.source,1.0.303.v20231114-1017 [2024-04-06T13:32:53.755Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservice.ui,3.4.400.v20210403-2254 [2024-04-06T13:32:53.755Z] - mirrored artifact osgi.bundle,org.apache.commons.logging.source,1.2.0.v20180409-1502 [2024-04-06T13:32:53.755Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery.ui.properties,3.0.201.v20231021-2050 [2024-04-06T13:32:53.756Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.osgi.services.feature.source,2.6.400.v20231021-2127 [2024-04-06T13:32:53.756Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.ui.capabilities.source,1.0.201.v20231021-2050 [2024-04-06T13:32:53.756Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice.host,1.1.400.v20231114-1017 [2024-04-06T13:32:53.756Z] - mirrored artifact osgi.bundle,org.apache.log4j.source,1.2.24.v20221221-2012 [2024-04-06T13:32:53.756Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice.source,1.1.201.v20221117-1507 [2024-04-06T13:32:53.756Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.efs.source,1.5.201.v20230528-2254 [2024-04-06T13:32:53.756Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.servlet.feature,1.0.301.v20231021-2127 [2024-04-06T13:32:53.756Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.irc,1.3.401.v20231021-2050 [2024-04-06T13:32:53.756Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.provider.generic.remoteservice.feature,1.2.1.v20231021-2127 [2024-04-06T13:32:53.756Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservice.source,8.14.0.v20230528-2254 [2024-04-06T13:32:53.756Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice.async.source,2.1.101.v20221117-1507 [2024-04-06T13:32:53.756Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.osgi.services.remoteserviceadmin.console,1.3.1.v20230528-2254 [2024-04-06T13:32:53.756Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.provider.generic.feature.source,1.1.2.v20231021-2127 [2024-04-06T13:32:53.756Z] - mirrored artifact osgi.bundle,org.jivesoftware.smack.source,3.4.0.v20231021-2050 [2024-04-06T13:32:53.756Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery.ui.properties.tabbed,3.0.201.v20231021-2050 [2024-04-06T13:32:53.756Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.example.clients.source,2.0.300.v20231021-2050 [2024-04-06T13:32:53.756Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.datashare,3.0.301.v20230528-2254 [2024-04-06T13:32:53.756Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservice.ui.source,3.4.400.v20210403-2254 [2024-04-06T13:32:53.756Z] - mirrored artifact osgi.bundle,ch.ethz.iks.r_osgi.remote,1.3.0.v20231021-2015 [2024-04-06T13:32:53.756Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.osgi.services.remoteserviceadmin.source,4.9.3.v20231021-2050 [2024-04-06T13:32:53.756Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice,1.1.201.v20221117-1507 [2024-04-06T13:32:53.757Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.sharedobject.feature.source,1.1.1.v20231021-2127 [2024-04-06T13:32:54.018Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservices.tooling.pde.source,1.2.0.v20230728-2232 [2024-04-06T13:32:54.018Z] - mirrored artifact osgi.bundle,org.eclipse.team.ecf.core,1.0.201.v20230528-2254 [2024-04-06T13:32:54.018Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy,1.0.102.v20221117-1507 [2024-04-06T13:32:54.018Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.sharedobject.feature,1.1.1.v20231021-2127 [2024-04-06T13:32:54.018Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.provider.generic.remoteservice.feature.source,1.2.1.v20231021-2127 [2024-04-06T13:32:54.018Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery.ui.userinput,1.0.201.v20230528-2254 [2024-04-06T13:32:54.018Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.presence.bot,1.3.301.v20230528-2254 [2024-04-06T13:32:54.018Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservice.rest.source,2.8.1.v20231021-2015 [2024-04-06T13:32:54.018Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.examples.eventadmin.app,1.1.0.v20231021-2101 [2024-04-06T13:32:54.018Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.examples.feature,1.6.1.v20231114-1017 [2024-04-06T13:32:54.018Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.filetransfer.ui,1.5.201.v20231021-2050 [2024-04-06T13:32:54.018Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.server.source,2.1.301.v20231021-2050 [2024-04-06T13:32:54.018Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.protocol.msn,1.2.201.v20231021-2050 [2024-04-06T13:32:54.018Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.console.source,1.4.0.v20231021-2047 [2024-04-06T13:32:54.018Z] - mirrored artifact osgi.bundle,org.objectweb.asm,9.5.0 [2024-04-06T13:32:54.018Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery.ui,3.0.301.v20231021-2050 [2024-04-06T13:32:54.018Z] - mirrored artifact osgi.bundle,org.apache.log4j,1.2.24.v20221221-2012 [2024-04-06T13:32:54.018Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.example.collab.source,2.1.0.v20231021-2015 [2024-04-06T13:32:54.019Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.console,1.4.0.v20231021-2047 [2024-04-06T13:32:54.019Z] - mirrored artifact osgi.bundle,org.objectweb.asm.source,9.5.0 [2024-04-06T13:32:54.019Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery.ui.properties.source,3.0.201.v20231021-2050 [2024-04-06T13:32:54.019Z] - mirrored artifact osgi.bundle,jakarta.servlet-api.source,4.0.0 [2024-04-06T13:32:54.019Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.sdk.feature.source,3.14.41.v20231202-2253 [2024-04-06T13:32:54.019Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservice.servlet,1.0.201.v20230528-2254 [2024-04-06T13:32:54.019Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.sdk.examples.feature.source,1.1.1.v20231114-1017 [2024-04-06T13:32:54.287Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.feature.source,1.0.201.v20231021-2050 [2024-04-06T13:32:54.287Z] - mirrored artifact osgi.bundle,org.apache.hadoop.zookeeper.source,3.3.3.v201105210832 [2024-04-06T13:32:54.287Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice.host.source,1.1.400.v20231114-1017 [2024-04-06T13:32:54.287Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery,5.2.0.v20231021-2050 [2024-04-06T13:32:54.287Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery.ui.model.source,3.0.202.v20231021-2050 [2024-04-06T13:32:54.287Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.protocol.bittorrent.source,0.3.300.v20231021-2015 [2024-04-06T13:32:54.287Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservice.asyncproxy,2.1.200.v20230528-2254 [2024-04-06T13:32:54.287Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.sdk.examples.feature,1.1.1.v20231114-1017 [2024-04-06T13:32:54.287Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.eventadmin.examples.feature.source,1.0.202.v20231021-2127 [2024-04-06T13:32:54.287Z] - mirrored artifact osgi.bundle,org.json,1.0.0.v201011060100 [2024-04-06T13:32:54.287Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.sync.source,2.0.302.v20231021-2050 [2024-04-06T13:32:54.288Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.jmdns.feature.source,1.0.103.v20231021-2127 [2024-04-06T13:32:54.288Z] - mirrored artifact osgi.bundle,jakarta.servlet-api,4.0.0 [2024-04-06T13:32:54.288Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.jslp,3.2.302.v20231021-2050 [2024-04-06T13:32:54.288Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.scp,2.1.201.v20230528-2254 [2024-04-06T13:32:54.288Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.server.generic,8.2.0.v20231021-2015 [2024-04-06T13:32:54.288Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.xmpp,3.2.402.v20230528-2254 [2024-04-06T13:32:54.288Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.irc.source,1.3.401.v20231021-2050 [2024-04-06T13:32:54.288Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery.ui.model,3.0.202.v20231021-2050 [2024-04-06T13:32:54.288Z] - mirrored artifact osgi.bundle,ch.ethz.iks.slp.source,1.4.1.v20230528-2254 [2024-04-06T13:32:54.288Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.feature,1.0.201.v20231021-2050 [2024-04-06T13:32:54.288Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.presence.source,2.1.201.v20230528-2254 [2024-04-06T13:32:54.288Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservice.eventadmin,1.3.101.v20231021-2050 [2024-04-06T13:32:54.288Z] - mirrored artifact osgi.bundle,org.apache.httpcomponents.httpcore,4.4.16.v20221207-1049 [2024-04-06T13:32:54.288Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.filediscovery.rest,1.2.200.v20230905-1933 [2024-04-06T13:32:54.288Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.examples.feature.source,1.6.1.v20231114-1017 [2024-04-06T13:32:54.288Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.eventadmin.examples.feature,1.0.202.v20231021-2127 [2024-04-06T13:32:54.288Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.protocol.bittorrent,0.3.300.v20231021-2015 [2024-04-06T13:32:54.288Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.eventadmin.feature.source,2.0.202.v20231021-2127 [2024-04-06T13:32:54.288Z] - mirrored artifact osgi.bundle,ch.ethz.iks.slp,1.4.1.v20230528-2254 [2024-04-06T13:32:54.288Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.remoteservice.eventadmin.source,1.3.101.v20231021-2050 [2024-04-06T13:32:54.289Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.bittorrent,0.3.401.v20231021-2050 [2024-04-06T13:32:54.289Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.remoteservice.rosgi.feature,2.0.2.v20231021-2127 [2024-04-06T13:32:54.289Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.source,1.1.201.v20221117-1507 [2024-04-06T13:32:54.289Z] - mirrored artifact osgi.bundle,org.eclipse.ecf.discovery.ui.edit.source,3.0.201.v20231021-2050 [2024-04-06T13:32:54.289Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.provider.generic.feature,1.1.2.v20231021-2127 [2024-04-06T13:32:54.289Z] - mirrored artifact osgi.bundle,com.mycorp.examples.timeservice.consumer.filediscovery.rest.source,1.2.200.v20230905-1933 [2024-04-06T13:32:54.555Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.discovery.slp.feature.source,1.0.102.v20231021-2050 [2024-04-06T13:32:54.555Z] Mirroring artifacts from https://download.eclipse.org/tools/gef/classic/release/3.19.0 [2024-04-06T13:32:54.555Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.draw2d.source,3.19.0.202402212051 [2024-04-06T13:32:54.555Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.source,3.19.0.202402212051 [2024-04-06T13:32:54.555Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef,3.19.0.202402212051 [2024-04-06T13:32:54.555Z] - mirroring artifact osgi.bundle,org.eclipse.zest.core.source,1.11.0.202402212051 [2024-04-06T13:32:54.555Z] - mirroring artifact osgi.bundle,org.eclipse.zest.layouts,1.4.0.202402212051 [2024-04-06T13:32:54.555Z] - mirroring artifact osgi.bundle,org.eclipse.zest.doc.isv,1.8.600.202402212051 [2024-04-06T13:32:54.555Z] - mirroring artifact osgi.bundle,org.eclipse.draw2d.source,3.15.0.202402212051 [2024-04-06T13:32:54.555Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.zest.source,3.19.0.202402212051 [2024-04-06T13:32:54.555Z] - mirroring artifact osgi.bundle,org.eclipse.zest.layouts.source,1.4.0.202402212051 [2024-04-06T13:32:54.556Z] - mirroring artifact osgi.bundle,org.eclipse.zest.core,1.11.0.202402212051 [2024-04-06T13:32:54.556Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.zest,3.19.0.202402212051 [2024-04-06T13:32:54.556Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.zest.sdk,3.19.0.202402212051 [2024-04-06T13:32:54.556Z] - mirroring artifact osgi.bundle,org.eclipse.gef,3.17.0.202402212051 [2024-04-06T13:32:54.556Z] - mirroring artifact osgi.bundle,org.eclipse.draw2d,3.15.0.202402212051 [2024-04-06T13:32:54.556Z] - mirroring artifact osgi.bundle,org.eclipse.gef.source,3.17.0.202402212051 [2024-04-06T13:32:54.556Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.draw2d,3.19.0.202402212051 [2024-04-06T13:32:54.556Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.source,3.19.0.202402212051 [2024-04-06T13:32:54.556Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.draw2d.source,3.19.0.202402212051 [2024-04-06T13:32:54.556Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef,3.19.0.202402212051 [2024-04-06T13:32:54.556Z] - mirrored artifact osgi.bundle,org.eclipse.zest.core.source,1.11.0.202402212051 [2024-04-06T13:32:54.556Z] - mirrored artifact osgi.bundle,org.eclipse.zest.layouts,1.4.0.202402212051 [2024-04-06T13:32:54.556Z] - mirrored artifact osgi.bundle,org.eclipse.zest.doc.isv,1.8.600.202402212051 [2024-04-06T13:32:54.556Z] - mirrored artifact osgi.bundle,org.eclipse.draw2d.source,3.15.0.202402212051 [2024-04-06T13:32:54.556Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.zest.source,3.19.0.202402212051 [2024-04-06T13:32:54.556Z] - mirrored artifact osgi.bundle,org.eclipse.zest.layouts.source,1.4.0.202402212051 [2024-04-06T13:32:54.556Z] - mirrored artifact osgi.bundle,org.eclipse.zest.core,1.11.0.202402212051 [2024-04-06T13:32:54.556Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.zest,3.19.0.202402212051 [2024-04-06T13:32:54.556Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.zest.sdk,3.19.0.202402212051 [2024-04-06T13:32:54.830Z] - mirrored artifact osgi.bundle,org.eclipse.gef,3.17.0.202402212051 [2024-04-06T13:32:54.830Z] - mirrored artifact osgi.bundle,org.eclipse.draw2d,3.15.0.202402212051 [2024-04-06T13:32:54.830Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.draw2d,3.19.0.202402212051 [2024-04-06T13:32:54.830Z] - mirrored artifact osgi.bundle,org.eclipse.gef.source,3.17.0.202402212051 [2024-04-06T13:32:54.830Z] Mirroring artifacts from https://download.eclipse.org/tools/gef/fx/release/5.5.0 [2024-04-06T13:32:54.830Z] - mirroring artifact osgi.bundle,org.eclipse.gef.zest.fx.jface.source,5.1.3.202311221639 [2024-04-06T13:32:54.830Z] - mirroring artifact osgi.bundle,org.eclipse.gef.geometry.convert.fx,5.0.0.202311221639 [2024-04-06T13:32:54.830Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.zest.sdk,5.1.2.202311221639 [2024-04-06T13:32:54.830Z] - mirroring artifact osgi.bundle,org.eclipse.gef.geometry.convert.swt.source,5.0.2.202311221639 [2024-04-06T13:32:54.830Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.zest.fx.ui,5.0.5.202311221639 [2024-04-06T13:32:54.830Z] - mirroring artifact osgi.bundle,org.eclipse.gef.layout.doc,5.0.0.202311221639 [2024-04-06T13:32:54.831Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.geometry.source,5.0.1.202311221639 [2024-04-06T13:32:54.831Z] - mirroring artifact osgi.bundle,org.eclipse.gef.mvc.fx,5.2.5.202311221639 [2024-04-06T13:32:54.831Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.zest.fx.jface,5.1.3.202311221639 [2024-04-06T13:32:54.831Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.geometry.doc,5.0.3.202311221639 [2024-04-06T13:32:54.831Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.graph,5.1.0.202311221639 [2024-04-06T13:32:54.831Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.cloudio.doc,5.0.2.202311221639 [2024-04-06T13:32:54.831Z] - mirroring artifact osgi.bundle,org.eclipse.gef.fx.swt,5.0.2.202311221639 [2024-04-06T13:32:54.831Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.dot,5.1.3.202311221639 [2024-04-06T13:32:54.831Z] - mirroring artifact osgi.bundle,org.eclipse.gef.layout.source,5.0.0.202311221639 [2024-04-06T13:32:54.831Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.fx.source,5.0.5.202311221639 [2024-04-06T13:32:54.831Z] - mirroring artifact osgi.bundle,org.eclipse.gef.geometry.convert.swt,5.0.2.202311221639 [2024-04-06T13:32:54.831Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.dot.ui.source,5.1.3.202311221639 [2024-04-06T13:32:54.831Z] - mirroring artifact osgi.bundle,org.eclipse.gef.mvc.fx.ui,5.1.3.202311221639 [2024-04-06T13:32:54.831Z] - mirroring artifact osgi.bundle,org.eclipse.gef.graph.doc,5.1.0.202311221639 [2024-04-06T13:32:54.831Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.cloudio.doc.user,5.0.2.202311221639 [2024-04-06T13:32:54.831Z] - mirroring artifact osgi.bundle,org.eclipse.gef.mvc.fx.ui.source,5.1.3.202311221639 [2024-04-06T13:32:54.832Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.fx.doc,5.0.5.202311221639 [2024-04-06T13:32:54.832Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.dot.doc.user,5.1.3.202311221639 [2024-04-06T13:32:54.832Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.dot.user,5.1.3.202311221639 [2024-04-06T13:32:54.832Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.common.sdk,5.0.1.202311221639 [2024-04-06T13:32:54.832Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.fx.sdk,5.0.5.202311221639 [2024-04-06T13:32:54.832Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.geometry.convert.fx.source,5.0.0.202311221639 [2024-04-06T13:32:54.832Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.geometry.convert.fx,5.0.0.202311221639 [2024-04-06T13:32:54.832Z] - mirroring artifact osgi.bundle,org.eclipse.gef.common,5.0.3.202311221639 [2024-04-06T13:32:54.832Z] - mirroring artifact osgi.bundle,org.eclipse.gef.mvc.fx.source,5.2.5.202311221639 [2024-04-06T13:32:54.832Z] - mirroring artifact osgi.bundle,com.google.inject,7.0.0 [2024-04-06T13:32:54.832Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.layout.doc,5.0.0.202311221639 [2024-04-06T13:32:54.832Z] - mirroring artifact osgi.bundle,org.eclipse.gef.fx.swt.source,5.0.2.202311221639 [2024-04-06T13:32:54.832Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.common,5.0.3.202311221639 [2024-04-06T13:32:54.832Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.dot.doc,5.1.3.202311221639 [2024-04-06T13:32:54.832Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.zest.fx.source,5.1.4.202311221639 [2024-04-06T13:32:54.832Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.fx.swt,5.0.2.202311221639 [2024-04-06T13:32:54.833Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.cloudio.ui.source,5.0.2.202311221639 [2024-04-06T13:32:54.833Z] - mirroring artifact osgi.bundle,org.eclipse.gef.geometry.source,5.0.1.202311221639 [2024-04-06T13:32:54.833Z] - mirroring artifact osgi.bundle,org.eclipse.gef.mvc.doc,5.2.5.202311221639 [2024-04-06T13:32:54.833Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.cloudio.sdk,5.0.2.202311221639 [2024-04-06T13:32:54.833Z] - mirroring artifact osgi.bundle,org.eclipse.gef.dot.ide,5.1.3.202311221639 [2024-04-06T13:32:54.833Z] - mirroring artifact osgi.bundle,org.eclipse.gef.fx.jface,5.0.2.202311221639 [2024-04-06T13:32:54.833Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.geometry.sdk,5.0.3.202311221639 [2024-04-06T13:32:54.833Z] - mirroring artifact osgi.bundle,org.eclipse.gef.fx.jface.source,5.0.2.202311221639 [2024-04-06T13:32:54.833Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.zest.doc,5.1.2.202311221639 [2024-04-06T13:32:54.833Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.cloudio.user,5.0.2.202311221639 [2024-04-06T13:32:54.833Z] - mirroring artifact osgi.bundle,org.eclipse.gef.geometry.convert.fx.source,5.0.0.202311221639 [2024-04-06T13:32:54.833Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.mvc.fx.ui.source,5.1.3.202311221639 [2024-04-06T13:32:54.833Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.fx,5.0.5.202311221639 [2024-04-06T13:32:54.833Z] - mirroring artifact osgi.bundle,com.google.inject.assistedinject,7.0.0 [2024-04-06T13:32:54.833Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.graph.source,5.1.0.202311221639 [2024-04-06T13:32:54.833Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.mvc.fx.source,5.2.5.202311221639 [2024-04-06T13:32:54.834Z] - mirroring artifact osgi.bundle,org.eclipse.gef.cloudio.ui,5.0.2.202311221639 [2024-04-06T13:32:54.834Z] - mirroring artifact osgi.bundle,org.eclipse.gef.cloudio.ui.source,5.0.2.202311221639 [2024-04-06T13:32:54.834Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.dot.source,5.1.3.202311221639 [2024-04-06T13:32:54.834Z] - mirroring artifact osgi.bundle,org.eclipse.gef.zest.fx,5.1.4.202311221639 [2024-04-06T13:32:54.834Z] - mirroring artifact osgi.bundle,org.eclipse.gef.dot.doc,5.1.4.202311221639 [2024-04-06T13:32:54.834Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.layout.sdk,5.0.0.202311221639 [2024-04-06T13:32:54.834Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.graph.sdk,5.1.0.202311221639 [2024-04-06T13:32:54.834Z] - mirroring artifact osgi.bundle,com.google.errorprone.annotations,2.23.0 [2024-04-06T13:32:54.834Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.geometry,5.0.1.202311221639 [2024-04-06T13:32:54.834Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.mvc.doc,5.2.3.202311221639 [2024-04-06T13:32:54.834Z] - mirroring artifact osgi.bundle,org.eclipse.gef.zest.doc,5.1.4.202311221639 [2024-04-06T13:32:54.834Z] - mirroring artifact osgi.bundle,org.eclipse.gef.common.doc,5.0.3.202311221639 [2024-04-06T13:32:54.834Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.fx.jface.source,5.0.2.202311221639 [2024-04-06T13:32:54.834Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.fx.jface,5.0.2.202311221639 [2024-04-06T13:32:54.834Z] - mirroring artifact osgi.bundle,org.eclipse.gef.dot.ui,5.1.4.202311221639 [2024-04-06T13:32:54.834Z] - mirroring artifact osgi.bundle,org.eclipse.gef.dot.ide.source,5.1.3.202311221639 [2024-04-06T13:32:54.834Z] - mirroring artifact osgi.bundle,org.eclipse.gef.layout,5.0.0.202311221639 [2024-04-06T13:32:54.834Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.geometry.convert.swt,5.0.2.202311221639 [2024-04-06T13:32:54.835Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.mvc.fx.ui,5.1.3.202311221639 [2024-04-06T13:32:54.835Z] - mirroring artifact osgi.bundle,org.eclipse.gef.dot.ui.source,5.1.4.202311221639 [2024-04-06T13:32:54.835Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.graph.doc,5.1.0.202311221639 [2024-04-06T13:32:54.835Z] - mirroring artifact osgi.bundle,org.eclipse.gef.fx,5.0.5.202311221639 [2024-04-06T13:32:54.835Z] - mirroring artifact osgi.bundle,org.eclipse.gef.geometry.doc,5.0.3.202311221639 [2024-04-06T13:32:54.835Z] - mirroring artifact osgi.bundle,org.eclipse.gef.graph,5.1.0.202311221639 [2024-04-06T13:32:54.835Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.zest.fx.ui.source,5.0.5.202311221639 [2024-04-06T13:32:54.835Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.geometry.convert.swt.source,5.0.2.202311221639 [2024-04-06T13:32:54.835Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.mvc.sdk,5.2.3.202311221639 [2024-04-06T13:32:54.835Z] - mirroring artifact osgi.bundle,org.eclipse.gef.dot,5.1.4.202311221639 [2024-04-06T13:32:54.835Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.layout.source,5.0.0.202311221639 [2024-04-06T13:32:54.835Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.zest.fx.jface.source,5.1.3.202311221639 [2024-04-06T13:32:54.835Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.mvc.fx,5.2.5.202311221639 [2024-04-06T13:32:54.835Z] - mirroring artifact osgi.bundle,org.eclipse.gef.common.source,5.0.3.202311221639 [2024-04-06T13:32:54.835Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.dot.sdk,5.1.3.202311221639 [2024-04-06T13:32:54.835Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.fx.swt.source,5.0.2.202311221639 [2024-04-06T13:32:54.836Z] - mirroring artifact osgi.bundle,org.eclipse.gef.zest.fx.source,5.1.4.202311221639 [2024-04-06T13:32:54.836Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.sdk,5.5.0.202311221639 [2024-04-06T13:32:54.836Z] - mirroring artifact osgi.bundle,org.eclipse.gef.graph.source,5.1.0.202311221639 [2024-04-06T13:32:54.836Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.cloudio.ui,5.0.2.202311221639 [2024-04-06T13:32:54.836Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.common.source,5.0.3.202311221639 [2024-04-06T13:32:54.836Z] - mirroring artifact osgi.bundle,org.eclipse.gef.fx.doc,5.0.5.202311221639 [2024-04-06T13:32:54.836Z] - mirroring artifact osgi.bundle,org.eclipse.gef.zest.fx.ui,5.0.5.202311221639 [2024-04-06T13:32:54.836Z] - mirroring artifact osgi.bundle,org.eclipse.gef.geometry,5.0.1.202311221639 [2024-04-06T13:32:54.836Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.zest.fx,5.1.4.202311221639 [2024-04-06T13:32:54.836Z] - mirroring artifact osgi.bundle,org.eclipse.gef.cloudio.doc,5.0.2.202311221639 [2024-04-06T13:32:54.836Z] - mirroring artifact osgi.bundle,org.eclipse.gef.zest.fx.ui.source,5.0.5.202311221639 [2024-04-06T13:32:54.836Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.layout,5.0.0.202311221639 [2024-04-06T13:32:54.836Z] - mirroring artifact osgi.bundle,org.eclipse.gef.zest.fx.jface,5.1.3.202311221639 [2024-04-06T13:32:54.836Z] - mirroring artifact osgi.bundle,org.eclipse.gef.dot.source,5.1.4.202311221639 [2024-04-06T13:32:54.836Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.common.doc,5.0.1.202311221639 [2024-04-06T13:32:54.836Z] - mirroring artifact osgi.bundle,org.eclipse.gef.cloudio.doc.user,5.0.2.202311221639 [2024-04-06T13:32:54.836Z] - mirroring artifact osgi.bundle,org.eclipse.gef.dot.doc.user,5.1.3.202311221639 [2024-04-06T13:32:54.836Z] - mirroring artifact osgi.bundle,org.eclipse.gef.fx.source,5.0.5.202311221639 [2024-04-06T13:32:54.837Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gef.dot.ui,5.1.3.202311221639 [2024-04-06T13:32:54.837Z] - mirrored artifact osgi.bundle,org.eclipse.gef.geometry.convert.fx,5.0.0.202311221639 [2024-04-06T13:32:54.837Z] - mirrored artifact osgi.bundle,org.eclipse.gef.zest.fx.jface.source,5.1.3.202311221639 [2024-04-06T13:32:54.837Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.zest.sdk,5.1.2.202311221639 [2024-04-06T13:32:54.837Z] - mirrored artifact osgi.bundle,org.eclipse.gef.geometry.convert.swt.source,5.0.2.202311221639 [2024-04-06T13:32:54.837Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.zest.fx.ui,5.0.5.202311221639 [2024-04-06T13:32:54.837Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.geometry.source,5.0.1.202311221639 [2024-04-06T13:32:55.101Z] - mirrored artifact osgi.bundle,org.eclipse.gef.mvc.fx,5.2.5.202311221639 [2024-04-06T13:32:55.101Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.zest.fx.jface,5.1.3.202311221639 [2024-04-06T13:32:55.101Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.geometry.doc,5.0.3.202311221639 [2024-04-06T13:32:55.101Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.graph,5.1.0.202311221639 [2024-04-06T13:32:55.101Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.cloudio.doc,5.0.2.202311221639 [2024-04-06T13:32:55.101Z] - mirrored artifact osgi.bundle,org.eclipse.gef.fx.swt,5.0.2.202311221639 [2024-04-06T13:32:55.101Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.dot,5.1.3.202311221639 [2024-04-06T13:32:55.101Z] - mirrored artifact osgi.bundle,org.eclipse.gef.layout.source,5.0.0.202311221639 [2024-04-06T13:32:55.101Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.fx.source,5.0.5.202311221639 [2024-04-06T13:32:55.101Z] - mirrored artifact osgi.bundle,org.eclipse.gef.geometry.convert.swt,5.0.2.202311221639 [2024-04-06T13:32:55.101Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.dot.ui.source,5.1.3.202311221639 [2024-04-06T13:32:55.101Z] - mirrored artifact osgi.bundle,org.eclipse.gef.mvc.fx.ui,5.1.3.202311221639 [2024-04-06T13:32:55.101Z] - mirrored artifact osgi.bundle,org.eclipse.gef.layout.doc,5.0.0.202311221639 [2024-04-06T13:32:55.101Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.cloudio.doc.user,5.0.2.202311221639 [2024-04-06T13:32:55.101Z] - mirrored artifact osgi.bundle,org.eclipse.gef.mvc.fx.ui.source,5.1.3.202311221639 [2024-04-06T13:32:55.101Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.fx.doc,5.0.5.202311221639 [2024-04-06T13:32:55.102Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.dot.doc.user,5.1.3.202311221639 [2024-04-06T13:32:55.102Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.dot.user,5.1.3.202311221639 [2024-04-06T13:32:55.102Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.common.sdk,5.0.1.202311221639 [2024-04-06T13:32:55.102Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.fx.sdk,5.0.5.202311221639 [2024-04-06T13:32:55.102Z] - mirrored artifact osgi.bundle,org.eclipse.gef.graph.doc,5.1.0.202311221639 [2024-04-06T13:32:55.102Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.geometry.convert.fx,5.0.0.202311221639 [2024-04-06T13:32:55.102Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.geometry.convert.fx.source,5.0.0.202311221639 [2024-04-06T13:32:55.102Z] - mirrored artifact osgi.bundle,org.eclipse.gef.common,5.0.3.202311221639 [2024-04-06T13:32:55.102Z] - mirrored artifact osgi.bundle,org.eclipse.gef.mvc.fx.source,5.2.5.202311221639 [2024-04-06T13:32:55.102Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.layout.doc,5.0.0.202311221639 [2024-04-06T13:32:55.102Z] - mirrored artifact osgi.bundle,org.eclipse.gef.fx.swt.source,5.0.2.202311221639 [2024-04-06T13:32:55.102Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.common,5.0.3.202311221639 [2024-04-06T13:32:55.102Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.dot.doc,5.1.3.202311221639 [2024-04-06T13:32:55.102Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.zest.fx.source,5.1.4.202311221639 [2024-04-06T13:32:55.366Z] - mirrored artifact osgi.bundle,com.google.inject,7.0.0 [2024-04-06T13:32:55.366Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.fx.swt,5.0.2.202311221639 [2024-04-06T13:32:55.366Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.cloudio.ui.source,5.0.2.202311221639 [2024-04-06T13:32:55.366Z] - mirrored artifact osgi.bundle,org.eclipse.gef.geometry.source,5.0.1.202311221639 [2024-04-06T13:32:55.366Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.cloudio.sdk,5.0.2.202311221639 [2024-04-06T13:32:55.366Z] - mirrored artifact osgi.bundle,org.eclipse.gef.dot.ide,5.1.3.202311221639 [2024-04-06T13:32:55.366Z] - mirrored artifact osgi.bundle,org.eclipse.gef.fx.jface,5.0.2.202311221639 [2024-04-06T13:32:55.367Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.geometry.sdk,5.0.3.202311221639 [2024-04-06T13:32:55.367Z] - mirrored artifact osgi.bundle,org.eclipse.gef.fx.jface.source,5.0.2.202311221639 [2024-04-06T13:32:55.367Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.zest.doc,5.1.2.202311221639 [2024-04-06T13:32:55.367Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.cloudio.user,5.0.2.202311221639 [2024-04-06T13:32:55.367Z] - mirrored artifact osgi.bundle,org.eclipse.gef.geometry.convert.fx.source,5.0.0.202311221639 [2024-04-06T13:32:55.367Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.mvc.fx.ui.source,5.1.3.202311221639 [2024-04-06T13:32:55.367Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.fx,5.0.5.202311221639 [2024-04-06T13:32:55.367Z] - mirrored artifact osgi.bundle,com.google.inject.assistedinject,7.0.0 [2024-04-06T13:32:55.367Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.graph.source,5.1.0.202311221639 [2024-04-06T13:32:55.367Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.mvc.fx.source,5.2.5.202311221639 [2024-04-06T13:32:55.367Z] - mirrored artifact osgi.bundle,org.eclipse.gef.cloudio.ui,5.0.2.202311221639 [2024-04-06T13:32:55.367Z] - mirrored artifact osgi.bundle,org.eclipse.gef.cloudio.ui.source,5.0.2.202311221639 [2024-04-06T13:32:55.633Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.dot.source,5.1.3.202311221639 [2024-04-06T13:32:55.633Z] - mirrored artifact osgi.bundle,org.eclipse.gef.zest.fx,5.1.4.202311221639 [2024-04-06T13:32:55.633Z] - mirrored artifact osgi.bundle,org.eclipse.gef.dot.doc,5.1.4.202311221639 [2024-04-06T13:32:55.633Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.layout.sdk,5.0.0.202311221639 [2024-04-06T13:32:55.633Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.graph.sdk,5.1.0.202311221639 [2024-04-06T13:32:55.633Z] - mirrored artifact osgi.bundle,com.google.errorprone.annotations,2.23.0 [2024-04-06T13:32:55.633Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.geometry,5.0.1.202311221639 [2024-04-06T13:32:55.633Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.mvc.doc,5.2.3.202311221639 [2024-04-06T13:32:55.910Z] - mirrored artifact osgi.bundle,org.eclipse.gef.zest.doc,5.1.4.202311221639 [2024-04-06T13:32:55.910Z] - mirrored artifact osgi.bundle,org.eclipse.gef.mvc.doc,5.2.5.202311221639 [2024-04-06T13:32:56.172Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.fx.jface.source,5.0.2.202311221639 [2024-04-06T13:32:56.172Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.fx.jface,5.0.2.202311221639 [2024-04-06T13:32:56.172Z] - mirrored artifact osgi.bundle,org.eclipse.gef.dot.ui,5.1.4.202311221639 [2024-04-06T13:32:56.172Z] - mirrored artifact osgi.bundle,org.eclipse.gef.dot.ide.source,5.1.3.202311221639 [2024-04-06T13:32:56.172Z] - mirrored artifact osgi.bundle,org.eclipse.gef.layout,5.0.0.202311221639 [2024-04-06T13:32:56.172Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.geometry.convert.swt,5.0.2.202311221639 [2024-04-06T13:32:56.172Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.mvc.fx.ui,5.1.3.202311221639 [2024-04-06T13:32:56.172Z] - mirrored artifact osgi.bundle,org.eclipse.gef.dot.ui.source,5.1.4.202311221639 [2024-04-06T13:32:56.172Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.graph.doc,5.1.0.202311221639 [2024-04-06T13:32:56.172Z] - mirrored artifact osgi.bundle,org.eclipse.gef.fx,5.0.5.202311221639 [2024-04-06T13:32:56.434Z] - mirrored artifact osgi.bundle,org.eclipse.gef.common.doc,5.0.3.202311221639 [2024-04-06T13:32:56.434Z] - mirrored artifact osgi.bundle,org.eclipse.gef.graph,5.1.0.202311221639 [2024-04-06T13:32:56.434Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.zest.fx.ui.source,5.0.5.202311221639 [2024-04-06T13:32:56.434Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.geometry.convert.swt.source,5.0.2.202311221639 [2024-04-06T13:32:56.435Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.mvc.sdk,5.2.3.202311221639 [2024-04-06T13:32:56.435Z] - mirrored artifact osgi.bundle,org.eclipse.gef.geometry.doc,5.0.3.202311221639 [2024-04-06T13:32:56.435Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.layout.source,5.0.0.202311221639 [2024-04-06T13:32:56.435Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.zest.fx.jface.source,5.1.3.202311221639 [2024-04-06T13:32:56.435Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.mvc.fx,5.2.5.202311221639 [2024-04-06T13:32:56.435Z] - mirrored artifact osgi.bundle,org.eclipse.gef.dot,5.1.4.202311221639 [2024-04-06T13:32:56.435Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.dot.sdk,5.1.3.202311221639 [2024-04-06T13:32:56.435Z] - mirrored artifact osgi.bundle,org.eclipse.gef.common.source,5.0.3.202311221639 [2024-04-06T13:32:56.435Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.fx.swt.source,5.0.2.202311221639 [2024-04-06T13:32:56.697Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.sdk,5.5.0.202311221639 [2024-04-06T13:32:56.697Z] - mirrored artifact osgi.bundle,org.eclipse.gef.graph.source,5.1.0.202311221639 [2024-04-06T13:32:56.697Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.cloudio.ui,5.0.2.202311221639 [2024-04-06T13:32:56.698Z] - mirrored artifact osgi.bundle,org.eclipse.gef.zest.fx.source,5.1.4.202311221639 [2024-04-06T13:32:56.698Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.common.source,5.0.3.202311221639 [2024-04-06T13:32:56.698Z] - mirrored artifact osgi.bundle,org.eclipse.gef.zest.fx.ui,5.0.5.202311221639 [2024-04-06T13:32:56.698Z] - mirrored artifact osgi.bundle,org.eclipse.gef.geometry,5.0.1.202311221639 [2024-04-06T13:32:56.698Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.zest.fx,5.1.4.202311221639 [2024-04-06T13:32:56.698Z] - mirrored artifact osgi.bundle,org.eclipse.gef.fx.doc,5.0.5.202311221639 [2024-04-06T13:32:56.698Z] - mirrored artifact osgi.bundle,org.eclipse.gef.zest.fx.ui.source,5.0.5.202311221639 [2024-04-06T13:32:56.698Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.layout,5.0.0.202311221639 [2024-04-06T13:32:56.698Z] - mirrored artifact osgi.bundle,org.eclipse.gef.zest.fx.jface,5.1.3.202311221639 [2024-04-06T13:32:56.698Z] - mirrored artifact osgi.bundle,org.eclipse.gef.cloudio.doc,5.0.2.202311221639 [2024-04-06T13:32:56.698Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.common.doc,5.0.1.202311221639 [2024-04-06T13:32:56.698Z] - mirrored artifact osgi.bundle,org.eclipse.gef.dot.source,5.1.4.202311221639 [2024-04-06T13:32:56.698Z] - mirrored artifact osgi.bundle,org.eclipse.gef.dot.doc.user,5.1.3.202311221639 [2024-04-06T13:32:56.958Z] - mirrored artifact osgi.bundle,org.eclipse.gef.fx.source,5.0.5.202311221639 [2024-04-06T13:32:56.958Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gef.dot.ui,5.1.3.202311221639 [2024-04-06T13:32:56.958Z] - mirrored artifact osgi.bundle,org.eclipse.gef.cloudio.doc.user,5.0.2.202311221639 [2024-04-06T13:32:56.958Z] Mirroring artifacts from https://download.eclipse.org/efxclipse/runtime-released/3.9.0/site [2024-04-06T13:32:56.958Z] - mirroring artifact osgi.bundle,org.eclipse.fx.osgi,3.9.0.202210162353 [2024-04-06T13:32:56.958Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.fx.runtime.min.feature,3.9.0.202210162353 [2024-04-06T13:32:56.959Z] - mirroring artifact osgi.bundle,jakarta.servlet.source,5.0.0.v20210105-0527 [2024-04-06T13:32:56.959Z] - mirroring artifact osgi.bundle,org.apache.commons.jxpath.source,1.3.0.v200911051830 [2024-04-06T13:32:56.959Z] - mirroring artifact osgi.bundle,jakarta.servlet,5.0.0.v20210105-0527 [2024-04-06T13:32:56.959Z] - mirroring artifact osgi.bundle,jakarta.xml.bind,2.3.3.v20201118-1818 [2024-04-06T13:32:56.959Z] - mirroring artifact osgi.bundle,org.apache.commons.jxpath,1.3.0.v200911051830 [2024-04-06T13:32:56.959Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.workspace.cli,0.3.1 [2024-04-06T13:32:56.959Z] - mirroring artifact osgi.bundle,org.eclipse.fx.osgi.source,3.9.0.202210162353 [2024-04-06T13:32:56.959Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.fx.runtime.min.feature,3.9.0.202210162353 [2024-04-06T13:32:56.959Z] - mirrored artifact osgi.bundle,org.eclipse.fx.osgi,3.9.0.202210162353 [2024-04-06T13:32:57.222Z] - mirrored artifact osgi.bundle,org.apache.commons.jxpath.source,1.3.0.v200911051830 [2024-04-06T13:32:57.222Z] - mirrored artifact osgi.bundle,jakarta.servlet.source,5.0.0.v20210105-0527 [2024-04-06T13:32:57.222Z] - mirrored artifact osgi.bundle,jakarta.xml.bind,2.3.3.v20201118-1818 [2024-04-06T13:32:57.222Z] - mirrored artifact osgi.bundle,jakarta.servlet,5.0.0.v20210105-0527 [2024-04-06T13:32:57.222Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.workspace.cli,0.3.1 [2024-04-06T13:32:57.222Z] - mirrored artifact osgi.bundle,org.eclipse.fx.osgi.source,3.9.0.202210162353 [2024-04-06T13:32:57.222Z] - mirrored artifact osgi.bundle,org.apache.commons.jxpath,1.3.0.v200911051830 [2024-04-06T13:32:57.222Z] Mirroring artifacts from https://download.eclipse.org/modeling/emf/compare/updates/releases/3.3/R202401051648 [2024-04-06T13:32:57.222Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.ide.source,3.4.3.202401051648 [2024-04-06T13:32:57.222Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.diagram.source,2.5.2.202401051648 [2024-04-06T13:32:57.222Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.uml2.rcp.ui.source,2.6.1.202401051648 [2024-04-06T13:32:57.222Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.compare.diagram.gmf,3.3.24.202401051648 [2024-04-06T13:32:57.222Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.compare,3.3.24.202401051648 [2024-04-06T13:32:57.222Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.compare.egit,3.3.24.202401051648 [2024-04-06T13:32:57.222Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.egit,1.2.4.202401051648 [2024-04-06T13:32:57.223Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare,3.5.3.202401051648 [2024-04-06T13:32:57.223Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.ide.ui,4.4.3.202401051648 [2024-04-06T13:32:57.223Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.diagram.ide.ui.sirius.source,1.1.1.202401051648 [2024-04-06T13:32:57.223Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.diagram.ide.ui.sirius,1.1.1.202401051648 [2024-04-06T13:32:57.223Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.uml2.rcp,2.5.1.202401051648 [2024-04-06T13:32:57.223Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.diagram.ide.ui.source,3.4.3.202401051648 [2024-04-06T13:32:57.223Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.edit,4.3.1.202401051648 [2024-04-06T13:32:57.223Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.diagram.edit.source,2.5.2.202401051648 [2024-04-06T13:32:57.223Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.compare.diagram.gmf.source,3.3.24.202401051648 [2024-04-06T13:32:57.223Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.compare.diagram.sirius.source,3.3.24.202401051648 [2024-04-06T13:32:57.223Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.diagram.edit,2.5.2.202401051648 [2024-04-06T13:32:57.223Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.compare.uml2,3.3.24.202401051648 [2024-04-06T13:32:57.223Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.uml2.source,2.6.1.202401051648 [2024-04-06T13:32:57.223Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.compare.source,3.3.24.202401051648 [2024-04-06T13:32:57.223Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.compare.rcp.ui.source,3.3.24.202401051648 [2024-04-06T13:32:57.223Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.compare.rcp.ui,3.3.24.202401051648 [2024-04-06T13:32:57.223Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.doc,3.3.24.202401051648 [2024-04-06T13:32:57.223Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.uml2.rcp.ui,2.6.1.202401051648 [2024-04-06T13:32:57.223Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.source,3.5.3.202401051648 [2024-04-06T13:32:57.223Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.uml2.rcp.source,2.5.1.202401051648 [2024-04-06T13:32:57.223Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.rcp,2.5.2.202401051648 [2024-04-06T13:32:57.223Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.compare.uml2.source,3.3.24.202401051648 [2024-04-06T13:32:57.223Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.diagram.sirius,1.1.0.202401051648 [2024-04-06T13:32:57.223Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.diagram.sirius.source,1.1.0.202401051648 [2024-04-06T13:32:57.223Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.compare.diagram.sirius,3.3.24.202401051648 [2024-04-06T13:32:57.223Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.rcp.source,2.5.2.202401051648 [2024-04-06T13:32:57.224Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.egit.ui.source,1.1.3.202401051648 [2024-04-06T13:32:57.224Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.diagram.ide.ui,3.4.3.202401051648 [2024-04-06T13:32:57.224Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.egit.ui,1.1.3.202401051648 [2024-04-06T13:32:57.224Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.uml2.edit.source,2.5.2.202401051648 [2024-04-06T13:32:57.224Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.uml2.ide,3.3.1.202401051648 [2024-04-06T13:32:57.224Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.egit.source,1.2.4.202401051648 [2024-04-06T13:32:57.224Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.uml2.edit,2.5.2.202401051648 [2024-04-06T13:32:57.224Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.rcp.ui.source,4.4.2.202401051648 [2024-04-06T13:32:57.224Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.rcp.ui,4.4.2.202401051648 [2024-04-06T13:32:57.224Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.uml2,2.6.1.202401051648 [2024-04-06T13:32:57.224Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.compare.ide.ui.source,3.3.24.202401051648 [2024-04-06T13:32:57.224Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.diagram,2.5.2.202401051648 [2024-04-06T13:32:57.224Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.ide,3.4.3.202401051648 [2024-04-06T13:32:57.224Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.uml2.ide.source,3.3.1.202401051648 [2024-04-06T13:32:57.224Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.compare.ide.ui,3.3.24.202401051648 [2024-04-06T13:32:57.224Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.ide.ui.source,4.4.3.202401051648 [2024-04-06T13:32:57.224Z] - mirroring artifact osgi.bundle,org.eclipse.emf.compare.edit.source,4.3.1.202401051648 [2024-04-06T13:32:57.224Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.compare.egit.source,3.3.24.202401051648 [2024-04-06T13:32:57.224Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.diagram.source,2.5.2.202401051648 [2024-04-06T13:32:57.224Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.ide.source,3.4.3.202401051648 [2024-04-06T13:32:57.224Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.uml2.rcp.ui.source,2.6.1.202401051648 [2024-04-06T13:32:57.224Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.compare.diagram.gmf,3.3.24.202401051648 [2024-04-06T13:32:57.224Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.compare,3.3.24.202401051648 [2024-04-06T13:32:57.224Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.compare.egit,3.3.24.202401051648 [2024-04-06T13:32:57.224Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.egit,1.2.4.202401051648 [2024-04-06T13:32:57.224Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare,3.5.3.202401051648 [2024-04-06T13:32:57.224Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.diagram.ide.ui.sirius.source,1.1.1.202401051648 [2024-04-06T13:32:57.224Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.diagram.ide.ui.sirius,1.1.1.202401051648 [2024-04-06T13:32:57.224Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.ide.ui,4.4.3.202401051648 [2024-04-06T13:32:57.225Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.uml2.rcp,2.5.1.202401051648 [2024-04-06T13:32:57.225Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.diagram.ide.ui.source,3.4.3.202401051648 [2024-04-06T13:32:57.491Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.edit,4.3.1.202401051648 [2024-04-06T13:32:57.491Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.diagram.edit.source,2.5.2.202401051648 [2024-04-06T13:32:57.491Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.compare.diagram.gmf.source,3.3.24.202401051648 [2024-04-06T13:32:57.491Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.compare.diagram.sirius.source,3.3.24.202401051648 [2024-04-06T13:32:57.491Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.compare.uml2,3.3.24.202401051648 [2024-04-06T13:32:57.491Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.diagram.edit,2.5.2.202401051648 [2024-04-06T13:32:57.491Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.compare.source,3.3.24.202401051648 [2024-04-06T13:32:57.491Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.compare.rcp.ui.source,3.3.24.202401051648 [2024-04-06T13:32:57.491Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.uml2.source,2.6.1.202401051648 [2024-04-06T13:32:57.491Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.compare.rcp.ui,3.3.24.202401051648 [2024-04-06T13:32:57.491Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.uml2.rcp.ui,2.6.1.202401051648 [2024-04-06T13:32:57.491Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.source,3.5.3.202401051648 [2024-04-06T13:32:57.491Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.uml2.rcp.source,2.5.1.202401051648 [2024-04-06T13:32:57.491Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.rcp,2.5.2.202401051648 [2024-04-06T13:32:57.491Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.compare.uml2.source,3.3.24.202401051648 [2024-04-06T13:32:57.491Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.diagram.sirius,1.1.0.202401051648 [2024-04-06T13:32:57.491Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.diagram.sirius.source,1.1.0.202401051648 [2024-04-06T13:32:57.491Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.compare.diagram.sirius,3.3.24.202401051648 [2024-04-06T13:32:57.491Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.rcp.source,2.5.2.202401051648 [2024-04-06T13:32:57.492Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.egit.ui.source,1.1.3.202401051648 [2024-04-06T13:32:57.492Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.diagram.ide.ui,3.4.3.202401051648 [2024-04-06T13:32:57.492Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.egit.ui,1.1.3.202401051648 [2024-04-06T13:32:57.492Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.uml2.edit.source,2.5.2.202401051648 [2024-04-06T13:32:57.492Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.uml2.ide,3.3.1.202401051648 [2024-04-06T13:32:57.492Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.egit.source,1.2.4.202401051648 [2024-04-06T13:32:57.492Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.uml2.edit,2.5.2.202401051648 [2024-04-06T13:32:57.753Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.rcp.ui.source,4.4.2.202401051648 [2024-04-06T13:32:57.753Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.rcp.ui,4.4.2.202401051648 [2024-04-06T13:32:57.753Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.uml2,2.6.1.202401051648 [2024-04-06T13:32:57.753Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.compare.ide.ui.source,3.3.24.202401051648 [2024-04-06T13:32:57.754Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.diagram,2.5.2.202401051648 [2024-04-06T13:32:57.754Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.ide,3.4.3.202401051648 [2024-04-06T13:32:57.754Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.uml2.ide.source,3.3.1.202401051648 [2024-04-06T13:32:57.754Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.compare.ide.ui,3.3.24.202401051648 [2024-04-06T13:32:57.754Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.ide.ui.source,4.4.3.202401051648 [2024-04-06T13:32:57.754Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.edit.source,4.3.1.202401051648 [2024-04-06T13:32:57.754Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.compare.egit.source,3.3.24.202401051648 [2024-04-06T13:32:58.326Z] - mirrored artifact osgi.bundle,org.eclipse.emf.compare.doc,3.3.24.202401051648 [2024-04-06T13:32:58.326Z] Mirroring artifacts from https://download.eclipse.org/ecoretools/updates/releases/3.5.0/2023-03 [2024-04-06T13:32:58.326Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecoretools.design,3.5.0.202306021647 [2024-04-06T13:32:58.326Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecoretools.design,3.5.0.202306021647 [2024-04-06T13:32:58.326Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecoretools.ui,3.5.0.202306021647 [2024-04-06T13:32:58.326Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecoretools,3.5.0.202306021647 [2024-04-06T13:32:58.326Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecoretools.design.ui,3.5.0.202306021647 [2024-04-06T13:32:58.326Z] - mirroring artifact binary,org.eclipse.emf.ecoretools.design_root,3.5.0.202306021647 [2024-04-06T13:32:58.326Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecoretools.doc,3.5.0.202306021647 [2024-04-06T13:32:58.326Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecoretools.design,3.5.0.202306021647 [2024-04-06T13:32:58.326Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecoretools.design,3.5.0.202306021647 [2024-04-06T13:32:58.326Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecoretools.ui,3.5.0.202306021647 [2024-04-06T13:32:58.326Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecoretools,3.5.0.202306021647 [2024-04-06T13:32:58.326Z] - mirrored artifact binary,org.eclipse.emf.ecoretools.design_root,3.5.0.202306021647 [2024-04-06T13:32:58.326Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecoretools.design.ui,3.5.0.202306021647 [2024-04-06T13:32:58.326Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecoretools.doc,3.5.0.202306021647 [2024-04-06T13:32:58.326Z] Mirroring artifacts from https://download.eclipse.org/mmt/atl/updates/releases/4.9.0 [2024-04-06T13:32:58.326Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.adt.source,4.9.0.v202312070913 [2024-04-06T13:32:58.326Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.ant.source,4.9.0.v202312070913 [2024-04-06T13:32:58.326Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.profiler.exportmodel.editor.source,4.9.0.v202312070913 [2024-04-06T13:32:58.327Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.profiler.ui,4.9.0.v202312070913 [2024-04-06T13:32:58.327Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.source,4.9.0.v202312070913 [2024-04-06T13:32:58.327Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.edit,4.9.0.v202312070913 [2024-04-06T13:32:58.327Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.core.emf.source,4.9.0.v202312070913 [2024-04-06T13:32:58.327Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.compiler,4.9.0.v202312070913 [2024-04-06T13:32:58.327Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.cdo.source,4.9.0.v202312070913 [2024-04-06T13:32:58.327Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.engine.vm,4.9.0.v202312070913 [2024-04-06T13:32:58.327Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.atl,4.9.0.v202312070913 [2024-04-06T13:32:58.327Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.drivers.uml24atl.source,4.9.0.v202312070913 [2024-04-06T13:32:58.327Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.atl.engine,4.9.0.v202312070913 [2024-04-06T13:32:58.327Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.debug.core,4.9.0.v202312070913 [2024-04-06T13:32:58.327Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.compiler.source,4.9.0.v202312070913 [2024-04-06T13:32:58.327Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.atl.emftvm.cdo,4.9.0.v202312070913 [2024-04-06T13:32:58.327Z] - mirroring artifact osgi.bundle,org.antlr.runtime,3.2.0.v20230929-1400 [2024-04-06T13:32:58.327Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.trace.source,4.9.0.v202312070913 [2024-04-06T13:32:58.327Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.profiler.vm.source,4.9.0.v202312070913 [2024-04-06T13:32:58.327Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.common,4.9.0.v202312070913 [2024-04-06T13:32:58.327Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.debug.core.source,4.9.0.v202312070913 [2024-04-06T13:32:58.327Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.atl.profiler,4.9.0.v202312070913 [2024-04-06T13:32:58.327Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.drivers.uml24atl,4.9.0.v202312070913 [2024-04-06T13:32:58.327Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.atl.examples,4.9.0.v202312070913 [2024-04-06T13:32:58.327Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.edit.source,4.9.0.v202312070913 [2024-04-06T13:32:58.327Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.trace.editor,4.9.0.v202312070913 [2024-04-06T13:32:58.327Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.trace.editor.source,4.9.0.v202312070913 [2024-04-06T13:32:58.327Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.adt.editor,4.9.0.v202312070913 [2024-04-06T13:32:58.327Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.profiler.exportmodel.source,4.9.0.v202312070913 [2024-04-06T13:32:58.327Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.doc,4.9.0.v202312070913 [2024-04-06T13:32:58.327Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.atl.emftvm,4.9.0.v202312070913 [2024-04-06T13:32:58.327Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.profiler.model.source,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.trace.edit,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.engine.emfvm.source,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.cheatsheets,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.editor,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.core.ui.vm,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.core.emf,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.launcher,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.common.source,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.ant.source,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.adt.debug.source,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.profiler.vm,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.engine.source,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.atl.sdk,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.examples.source,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.core,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.adt,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.engine.emfvm.launch.source,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.adt.debug,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.profiler.exportmodel.editor,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.trace,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.adt.ui,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.engine,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.profiler.core,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.drivers.emf4atl,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.profiler.model,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.core.ui,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.drivers.emf4atl.source,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.editor.source,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.cdo,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.core.ui.source,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.dsls.source,4.9.0.v202312070913 [2024-04-06T13:32:58.328Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.engine.emfvm,4.9.0.v202312070913 [2024-04-06T13:32:58.329Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.examples,4.9.0.v202312070913 [2024-04-06T13:32:58.329Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.dsls,4.9.0.v202312070913 [2024-04-06T13:32:58.329Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl,4.9.0.v202312070913 [2024-04-06T13:32:58.329Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.adt.ui.source,4.9.0.v202312070913 [2024-04-06T13:32:58.329Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.core.ant.source,4.9.0.v202312070913 [2024-04-06T13:32:58.329Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.atl.emftvm.ui,4.9.0.v202312070913 [2024-04-06T13:32:58.329Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.profiler.exportmodel,4.9.0.v202312070913 [2024-04-06T13:32:58.329Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.engine.vm.source,4.9.0.v202312070913 [2024-04-06T13:32:58.329Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.profiler.emfvm.source,4.9.0.v202312070913 [2024-04-06T13:32:58.329Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.profiler.ui.source,4.9.0.v202312070913 [2024-04-06T13:32:58.329Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.engine.emfvm.launch,4.9.0.v202312070913 [2024-04-06T13:32:58.329Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.profiler.core.source,4.9.0.v202312070913 [2024-04-06T13:32:58.329Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.launcher.source,4.9.0.v202312070913 [2024-04-06T13:32:58.329Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm,4.9.0.v202312070913 [2024-04-06T13:32:58.329Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.atl.doc,4.9.0.v202312070913 [2024-04-06T13:32:58.329Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.profiler.emfvm,4.9.0.v202312070913 [2024-04-06T13:32:58.329Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.core.ant,4.9.0.v202312070913 [2024-04-06T13:32:58.329Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.trace.edit.source,4.9.0.v202312070913 [2024-04-06T13:32:58.329Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.adt.editor.source,4.9.0.v202312070913 [2024-04-06T13:32:58.329Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.core.ui.vm.source,4.9.0.v202312070913 [2024-04-06T13:32:58.329Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.core.source,4.9.0.v202312070913 [2024-04-06T13:32:58.329Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.atl.emftvm.engine,4.9.0.v202312070913 [2024-04-06T13:32:58.329Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.atl.adt,4.9.0.v202312070913 [2024-04-06T13:32:58.329Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.ant,4.9.0.v202312070913 [2024-04-06T13:32:58.329Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.adt.source,4.9.0.v202312070913 [2024-04-06T13:32:58.329Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.profiler.exportmodel.editor.source,4.9.0.v202312070913 [2024-04-06T13:32:58.329Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.profiler.ui,4.9.0.v202312070913 [2024-04-06T13:32:58.600Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.edit,4.9.0.v202312070913 [2024-04-06T13:32:58.600Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.core.emf.source,4.9.0.v202312070913 [2024-04-06T13:32:58.600Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.source,4.9.0.v202312070913 [2024-04-06T13:32:58.600Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.cdo.source,4.9.0.v202312070913 [2024-04-06T13:32:58.600Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.compiler,4.9.0.v202312070913 [2024-04-06T13:32:58.601Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.atl,4.9.0.v202312070913 [2024-04-06T13:32:58.601Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.engine.vm,4.9.0.v202312070913 [2024-04-06T13:32:58.601Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.drivers.uml24atl.source,4.9.0.v202312070913 [2024-04-06T13:32:58.601Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.atl.engine,4.9.0.v202312070913 [2024-04-06T13:32:58.601Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.debug.core,4.9.0.v202312070913 [2024-04-06T13:32:58.601Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.compiler.source,4.9.0.v202312070913 [2024-04-06T13:32:58.601Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.atl.emftvm.cdo,4.9.0.v202312070913 [2024-04-06T13:32:58.601Z] - mirrored artifact osgi.bundle,org.antlr.runtime,3.2.0.v20230929-1400 [2024-04-06T13:32:58.601Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.profiler.vm.source,4.9.0.v202312070913 [2024-04-06T13:32:58.601Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.trace.source,4.9.0.v202312070913 [2024-04-06T13:32:58.601Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.debug.core.source,4.9.0.v202312070913 [2024-04-06T13:32:58.601Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.atl.profiler,4.9.0.v202312070913 [2024-04-06T13:32:58.601Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.common,4.9.0.v202312070913 [2024-04-06T13:32:58.601Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.atl.examples,4.9.0.v202312070913 [2024-04-06T13:32:58.601Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.drivers.uml24atl,4.9.0.v202312070913 [2024-04-06T13:32:58.601Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.trace.editor,4.9.0.v202312070913 [2024-04-06T13:32:58.602Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.edit.source,4.9.0.v202312070913 [2024-04-06T13:32:58.602Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.trace.editor.source,4.9.0.v202312070913 [2024-04-06T13:32:58.602Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.profiler.exportmodel.source,4.9.0.v202312070913 [2024-04-06T13:32:58.602Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.adt.editor,4.9.0.v202312070913 [2024-04-06T13:32:58.602Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.atl.emftvm,4.9.0.v202312070913 [2024-04-06T13:32:58.602Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.profiler.model.source,4.9.0.v202312070913 [2024-04-06T13:32:58.602Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.trace.edit,4.9.0.v202312070913 [2024-04-06T13:32:58.602Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.engine.emfvm.source,4.9.0.v202312070913 [2024-04-06T13:32:58.602Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.cheatsheets,4.9.0.v202312070913 [2024-04-06T13:32:58.602Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.editor,4.9.0.v202312070913 [2024-04-06T13:32:58.602Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.core.ui.vm,4.9.0.v202312070913 [2024-04-06T13:32:58.886Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.core.emf,4.9.0.v202312070913 [2024-04-06T13:32:58.886Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.launcher,4.9.0.v202312070913 [2024-04-06T13:32:58.887Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.common.source,4.9.0.v202312070913 [2024-04-06T13:32:58.887Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.adt.debug.source,4.9.0.v202312070913 [2024-04-06T13:32:58.887Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.profiler.vm,4.9.0.v202312070913 [2024-04-06T13:32:58.887Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.engine.source,4.9.0.v202312070913 [2024-04-06T13:32:58.887Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.atl.sdk,4.9.0.v202312070913 [2024-04-06T13:32:58.887Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.examples.source,4.9.0.v202312070913 [2024-04-06T13:32:58.887Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.core,4.9.0.v202312070913 [2024-04-06T13:32:58.887Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.adt,4.9.0.v202312070913 [2024-04-06T13:32:58.887Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.engine.emfvm.launch.source,4.9.0.v202312070913 [2024-04-06T13:32:58.887Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.adt.debug,4.9.0.v202312070913 [2024-04-06T13:32:58.887Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.profiler.exportmodel.editor,4.9.0.v202312070913 [2024-04-06T13:32:58.887Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.trace,4.9.0.v202312070913 [2024-04-06T13:32:58.887Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.adt.ui,4.9.0.v202312070913 [2024-04-06T13:32:58.887Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.engine,4.9.0.v202312070913 [2024-04-06T13:32:58.887Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.profiler.core,4.9.0.v202312070913 [2024-04-06T13:32:58.887Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.drivers.emf4atl,4.9.0.v202312070913 [2024-04-06T13:32:58.887Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.profiler.model,4.9.0.v202312070913 [2024-04-06T13:32:58.887Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.core.ui,4.9.0.v202312070913 [2024-04-06T13:32:58.887Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.drivers.emf4atl.source,4.9.0.v202312070913 [2024-04-06T13:32:58.887Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.editor.source,4.9.0.v202312070913 [2024-04-06T13:32:58.887Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.cdo,4.9.0.v202312070913 [2024-04-06T13:32:59.180Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.core.ui.source,4.9.0.v202312070913 [2024-04-06T13:32:59.181Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.dsls.source,4.9.0.v202312070913 [2024-04-06T13:32:59.181Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.engine.emfvm,4.9.0.v202312070913 [2024-04-06T13:32:59.181Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.examples,4.9.0.v202312070913 [2024-04-06T13:32:59.181Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.dsls,4.9.0.v202312070913 [2024-04-06T13:32:59.181Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl,4.9.0.v202312070913 [2024-04-06T13:32:59.181Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.adt.ui.source,4.9.0.v202312070913 [2024-04-06T13:32:59.181Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.core.ant.source,4.9.0.v202312070913 [2024-04-06T13:32:59.181Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.atl.emftvm.ui,4.9.0.v202312070913 [2024-04-06T13:32:59.181Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.profiler.exportmodel,4.9.0.v202312070913 [2024-04-06T13:32:59.181Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.engine.vm.source,4.9.0.v202312070913 [2024-04-06T13:32:59.181Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.profiler.emfvm.source,4.9.0.v202312070913 [2024-04-06T13:32:59.181Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.profiler.ui.source,4.9.0.v202312070913 [2024-04-06T13:32:59.181Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.engine.emfvm.launch,4.9.0.v202312070913 [2024-04-06T13:32:59.181Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.doc,4.9.0.v202312070913 [2024-04-06T13:32:59.181Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.profiler.core.source,4.9.0.v202312070913 [2024-04-06T13:32:59.181Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.launcher.source,4.9.0.v202312070913 [2024-04-06T13:32:59.181Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.atl.doc,4.9.0.v202312070913 [2024-04-06T13:32:59.181Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.profiler.emfvm,4.9.0.v202312070913 [2024-04-06T13:32:59.181Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm,4.9.0.v202312070913 [2024-04-06T13:32:59.181Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.core.ant,4.9.0.v202312070913 [2024-04-06T13:32:59.181Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.trace.edit.source,4.9.0.v202312070913 [2024-04-06T13:32:59.181Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.adt.editor.source,4.9.0.v202312070913 [2024-04-06T13:32:59.181Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.core.ui.vm.source,4.9.0.v202312070913 [2024-04-06T13:32:59.181Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.core.source,4.9.0.v202312070913 [2024-04-06T13:32:59.181Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.atl.emftvm.engine,4.9.0.v202312070913 [2024-04-06T13:32:59.460Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.atl.adt,4.9.0.v202312070913 [2024-04-06T13:32:59.461Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.atl.emftvm.ant,4.9.0.v202312070913 [2024-04-06T13:32:59.461Z] Mirroring artifacts from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.8 [2024-04-06T13:32:59.461Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.source,3.10.8.v20231126-0839 [2024-04-06T13:32:59.461Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.tools.coverage.junit.source,1.6.8.v20231126-0839 [2024-04-06T13:32:59.461Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml,3.10.8.v20231126-0839 [2024-04-06T13:32:59.461Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.runtime.source,3.10.8.v20231126-0839 [2024-04-06T13:32:59.461Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.ui.source,1.6.2.v20231126-0839 [2024-04-06T13:32:59.461Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.junit,1.6.2.v20231126-0839 [2024-04-06T13:32:59.461Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.debug.ui,2.10.2.v20231126-0839 [2024-04-06T13:32:59.461Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.project,3.10.4.v20231126-0839 [2024-04-06T13:32:59.461Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.common.ui,3.10.2.v20231126-0839 [2024-04-06T13:32:59.461Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.cst.parser,3.9.0.v20231126-0839 [2024-04-06T13:32:59.461Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.emf.util.ui,3.10.2.v20231126-0839 [2024-04-06T13:32:59.461Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.runtime.jdt,3.10.7.v20231126-0839 [2024-04-06T13:32:59.461Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.debug.source,2.10.7.v20231126-0839 [2024-04-06T13:32:59.461Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.ocl,3.10.2.v20231126-0839 [2024-04-06T13:32:59.461Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.common.source,3.10.2.v20231126-0839 [2024-04-06T13:32:59.461Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.ui,3.10.3.v20231126-0839 [2024-04-06T13:32:59.461Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.runtime,3.10.7.v20231126-0839 [2024-04-06T13:32:59.461Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.common.ui.source,3.10.2.v20231126-0839 [2024-04-06T13:32:59.461Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.startup.source,1.6.2.v20231126-0839 [2024-04-06T13:32:59.461Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.trace.edit.source,3.10.8.v20231126-0839 [2024-04-06T13:32:59.461Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.doc,1.6.2.v20231126-0839 [2024-04-06T13:32:59.461Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.tools.coverage,1.6.8.v20231126-0839 [2024-04-06T13:32:59.461Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.emf.util.source,3.10.6.v20231126-0839 [2024-04-06T13:32:59.461Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.doc.source,1.6.2.v20231126-0839 [2024-04-06T13:32:59.462Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.source,1.6.2.v20231126-0839 [2024-04-06T13:32:59.462Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.ui.source,3.10.3.v20231126-0839 [2024-04-06T13:32:59.462Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.doc,3.10.8.v20231126-0839 [2024-04-06T13:32:59.462Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.ecore.imperativeocl,3.10.2.v20231126-0839 [2024-04-06T13:32:59.462Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.runtime.ui.source,3.10.2.v20231126-0839 [2024-04-06T13:32:59.462Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml,3.10.8.v20231126-0839 [2024-04-06T13:32:59.462Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.editor,3.10.8.v20231126-0839 [2024-04-06T13:32:59.462Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.emf.util,3.10.6.v20231126-0839 [2024-04-06T13:32:59.462Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.doc.source,3.10.8.v20231126-0839 [2024-04-06T13:32:59.462Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.debug.core,2.10.2.v20231126-0839 [2024-04-06T13:32:59.462Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.startup,1.6.2.v20231126-0839 [2024-04-06T13:32:59.462Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.editor.source,3.10.8.v20231126-0839 [2024-04-06T13:32:59.462Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.runtime.jdt.source,3.10.7.v20231126-0839 [2024-04-06T13:32:59.462Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.editor.ui,3.10.3.v20231126-0839 [2024-04-06T13:32:59.462Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.examples.source,3.10.8.v20231126-0839 [2024-04-06T13:32:59.462Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.samples.source,3.10.2.v20231126-0839 [2024-04-06T13:32:59.462Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.junit.source,1.6.2.v20231126-0839 [2024-04-06T13:32:59.462Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.samples,3.10.2.v20231126-0839 [2024-04-06T13:32:59.462Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.ui,1.6.2.v20231126-0839 [2024-04-06T13:32:59.462Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.runtime,3.10.8.v20231126-0839 [2024-04-06T13:32:59.462Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.ocl.source,3.10.2.v20231126-0839 [2024-04-06T13:32:59.462Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.sdk.source,3.10.8.v20231126-0839 [2024-04-06T13:32:59.462Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.runtime.ui,3.10.2.v20231126-0839 [2024-04-06T13:32:59.462Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.doc,3.10.4.v20231126-0839 [2024-04-06T13:32:59.462Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.tools.coverage.source,1.6.8.v20231126-0839 [2024-04-06T13:32:59.462Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.debug.ui.source,2.10.2.v20231126-0839 [2024-04-06T13:32:59.463Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.debug.core.source,2.10.2.v20231126-0839 [2024-04-06T13:32:59.463Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.editor.jdt.source,3.10.8.v20231126-0839 [2024-04-06T13:32:59.463Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.examples,3.10.8.v20231126-0839 [2024-04-06T13:32:59.463Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.trace.edit,3.10.8.v20231126-0839 [2024-04-06T13:32:59.463Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.source,3.10.8.v20231126-0839 [2024-04-06T13:32:59.463Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.editor.jdt,3.10.8.v20231126-0839 [2024-04-06T13:32:59.463Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.project.source,3.10.4.v20231126-0839 [2024-04-06T13:32:59.463Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.ecore.imperativeocl.source,3.10.2.v20231126-0839 [2024-04-06T13:32:59.463Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.runtime.source,3.10.7.v20231126-0839 [2024-04-06T13:32:59.463Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.tools.coverage.junit,1.6.8.v20231126-0839 [2024-04-06T13:32:59.463Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.common,3.10.2.v20231126-0839 [2024-04-06T13:32:59.463Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage,1.6.2.v20231126-0839 [2024-04-06T13:32:59.463Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.debug,2.10.7.v20231126-0839 [2024-04-06T13:32:59.463Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.emf.util.ui.source,3.10.2.v20231126-0839 [2024-04-06T13:32:59.463Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.cst.parser.source,3.9.0.v20231126-0839 [2024-04-06T13:32:59.463Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.sdk,3.10.8.v20231126-0839 [2024-04-06T13:32:59.463Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.editor.ui.source,3.10.3.v20231126-0839 [2024-04-06T13:32:59.463Z] - mirroring artifact osgi.bundle,org.eclipse.m2m.qvt.oml.doc.source,3.10.4.v20231126-0839 [2024-04-06T13:32:59.463Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.tools.coverage.junit.source,1.6.8.v20231126-0839 [2024-04-06T13:32:59.463Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.source,3.10.8.v20231126-0839 [2024-04-06T13:32:59.463Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.runtime.source,3.10.8.v20231126-0839 [2024-04-06T13:32:59.463Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml,3.10.8.v20231126-0839 [2024-04-06T13:32:59.463Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.ui.source,1.6.2.v20231126-0839 [2024-04-06T13:32:59.463Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.junit,1.6.2.v20231126-0839 [2024-04-06T13:32:59.463Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.debug.ui,2.10.2.v20231126-0839 [2024-04-06T13:32:59.463Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.project,3.10.4.v20231126-0839 [2024-04-06T13:32:59.464Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.common.ui,3.10.2.v20231126-0839 [2024-04-06T13:32:59.464Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.emf.util.ui,3.10.2.v20231126-0839 [2024-04-06T13:32:59.725Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.runtime.jdt,3.10.7.v20231126-0839 [2024-04-06T13:32:59.725Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.debug.source,2.10.7.v20231126-0839 [2024-04-06T13:32:59.725Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.ocl,3.10.2.v20231126-0839 [2024-04-06T13:32:59.725Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.cst.parser,3.9.0.v20231126-0839 [2024-04-06T13:32:59.725Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.common.source,3.10.2.v20231126-0839 [2024-04-06T13:32:59.725Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.ui,3.10.3.v20231126-0839 [2024-04-06T13:32:59.725Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.runtime,3.10.7.v20231126-0839 [2024-04-06T13:32:59.725Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.startup.source,1.6.2.v20231126-0839 [2024-04-06T13:32:59.725Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.common.ui.source,3.10.2.v20231126-0839 [2024-04-06T13:32:59.725Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.trace.edit.source,3.10.8.v20231126-0839 [2024-04-06T13:32:59.725Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.tools.coverage,1.6.8.v20231126-0839 [2024-04-06T13:32:59.725Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.doc,1.6.2.v20231126-0839 [2024-04-06T13:32:59.725Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.emf.util.source,3.10.6.v20231126-0839 [2024-04-06T13:32:59.725Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.doc.source,1.6.2.v20231126-0839 [2024-04-06T13:32:59.725Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.source,1.6.2.v20231126-0839 [2024-04-06T13:32:59.725Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.doc,3.10.8.v20231126-0839 [2024-04-06T13:32:59.725Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.ui.source,3.10.3.v20231126-0839 [2024-04-06T13:32:59.725Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.runtime.ui.source,3.10.2.v20231126-0839 [2024-04-06T13:32:59.725Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.ecore.imperativeocl,3.10.2.v20231126-0839 [2024-04-06T13:32:59.725Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml,3.10.8.v20231126-0839 [2024-04-06T13:32:59.726Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.editor,3.10.8.v20231126-0839 [2024-04-06T13:32:59.726Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.doc.source,3.10.8.v20231126-0839 [2024-04-06T13:32:59.726Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.emf.util,3.10.6.v20231126-0839 [2024-04-06T13:32:59.726Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.startup,1.6.2.v20231126-0839 [2024-04-06T13:32:59.726Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.debug.core,2.10.2.v20231126-0839 [2024-04-06T13:32:59.726Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.editor.source,3.10.8.v20231126-0839 [2024-04-06T13:32:59.726Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.runtime.jdt.source,3.10.7.v20231126-0839 [2024-04-06T13:32:59.726Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.examples.source,3.10.8.v20231126-0839 [2024-04-06T13:32:59.726Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.editor.ui,3.10.3.v20231126-0839 [2024-04-06T13:32:59.726Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.samples.source,3.10.2.v20231126-0839 [2024-04-06T13:32:59.726Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.junit.source,1.6.2.v20231126-0839 [2024-04-06T13:32:59.726Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage.ui,1.6.2.v20231126-0839 [2024-04-06T13:32:59.726Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.runtime,3.10.8.v20231126-0839 [2024-04-06T13:32:59.726Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.samples,3.10.2.v20231126-0839 [2024-04-06T13:32:59.726Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.ocl.source,3.10.2.v20231126-0839 [2024-04-06T13:32:59.726Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.sdk.source,3.10.8.v20231126-0839 [2024-04-06T13:32:59.987Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.runtime.ui,3.10.2.v20231126-0839 [2024-04-06T13:32:59.988Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.tools.coverage.source,1.6.8.v20231126-0839 [2024-04-06T13:32:59.988Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.debug.ui.source,2.10.2.v20231126-0839 [2024-04-06T13:32:59.988Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.debug.core.source,2.10.2.v20231126-0839 [2024-04-06T13:32:59.988Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.editor.jdt.source,3.10.8.v20231126-0839 [2024-04-06T13:32:59.988Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.doc,3.10.4.v20231126-0839 [2024-04-06T13:32:59.988Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.examples,3.10.8.v20231126-0839 [2024-04-06T13:32:59.988Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.trace.edit,3.10.8.v20231126-0839 [2024-04-06T13:32:59.988Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.source,3.10.8.v20231126-0839 [2024-04-06T13:32:59.988Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.editor.jdt,3.10.8.v20231126-0839 [2024-04-06T13:32:59.988Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.project.source,3.10.4.v20231126-0839 [2024-04-06T13:32:59.988Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.runtime.source,3.10.7.v20231126-0839 [2024-04-06T13:32:59.988Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.ecore.imperativeocl.source,3.10.2.v20231126-0839 [2024-04-06T13:32:59.988Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.tools.coverage.junit,1.6.8.v20231126-0839 [2024-04-06T13:32:59.988Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.tools.coverage,1.6.2.v20231126-0839 [2024-04-06T13:32:59.988Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.common,3.10.2.v20231126-0839 [2024-04-06T13:32:59.988Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.debug,2.10.7.v20231126-0839 [2024-04-06T13:32:59.988Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.emf.util.ui.source,3.10.2.v20231126-0839 [2024-04-06T13:32:59.988Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2m.qvt.oml.sdk,3.10.8.v20231126-0839 [2024-04-06T13:32:59.988Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.editor.ui.source,3.10.3.v20231126-0839 [2024-04-06T13:32:59.988Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.doc.source,3.10.4.v20231126-0839 [2024-04-06T13:32:59.988Z] - mirrored artifact osgi.bundle,org.eclipse.m2m.qvt.oml.cst.parser.source,3.9.0.v20231126-0839 [2024-04-06T13:32:59.988Z] Mirroring artifacts from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.17.0 [2024-04-06T13:32:59.988Z] - mirroring artifact osgi.bundle,com.google.guava.failureaccess,1.0.2 [2024-04-06T13:32:59.989Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe2.language.ui.source,2.17.0.v20240224-1400 [2024-04-06T13:32:59.989Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mwe.core.feature.source,1.11.0.v20240224-1400 [2024-04-06T13:32:59.989Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe2.language.ide,2.17.0.v20240224-1400 [2024-04-06T13:32:59.989Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mwe2.language.sdk,2.17.0.v20240224-1400 [2024-04-06T13:32:59.989Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe.core.source,1.11.0.v20240224-1400 [2024-04-06T13:32:59.989Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe.core,1.11.0.v20240224-1400 [2024-04-06T13:32:59.989Z] - mirroring artifact osgi.bundle,com.google.guava.failureaccess.source,1.0.2 [2024-04-06T13:32:59.989Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mwe.sdk,1.11.0.v20240224-1400 [2024-04-06T13:32:59.989Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mwe.core.feature,1.11.0.v20240224-1400 [2024-04-06T13:32:59.989Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe.ui.simpleEditor,1.11.0.v20240224-1400 [2024-04-06T13:32:59.989Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe.ui.simpleEditor.source,1.11.0.v20240224-1400 [2024-04-06T13:32:59.989Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe2.language.ide.source,2.17.0.v20240224-1400 [2024-04-06T13:32:59.989Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe2.lib.source,2.17.0.v20240224-1400 [2024-04-06T13:32:59.989Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe2.language,2.17.0.v20240224-1400 [2024-04-06T13:32:59.989Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mwe.doc.feature,1.11.0.v20240224-1400 [2024-04-06T13:32:59.989Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe2.language.ui,2.17.0.v20240224-1400 [2024-04-06T13:32:59.989Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mwe.ui.feature,1.11.0.v20240224-1400 [2024-04-06T13:32:59.989Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe2.runtime,2.17.0.v20240224-1400 [2024-04-06T13:32:59.989Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe2.launch.ui.source,2.17.0.v20240224-1400 [2024-04-06T13:32:59.989Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe.doc,1.11.0.v20240224-1400 [2024-04-06T13:32:59.989Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe2.launch.source,2.17.0.v20240224-1400 [2024-04-06T13:32:59.989Z] - mirroring artifact osgi.bundle,org.apache.commons.cli.source,1.6.0 [2024-04-06T13:32:59.989Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe2.launch,2.17.0.v20240224-1400 [2024-04-06T13:32:59.989Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mwe2.launcher.source,2.17.0.v20240224-1400 [2024-04-06T13:32:59.989Z] - mirroring artifact osgi.bundle,org.apache.commons.cli,1.6.0 [2024-04-06T13:32:59.989Z] - mirrored artifact osgi.bundle,com.google.guava.failureaccess,1.0.2 [2024-04-06T13:32:59.989Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe2.language.source,2.17.0.v20240224-1400 [2024-04-06T13:32:59.989Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe2.launch.ui,2.17.0.v20240224-1400 [2024-04-06T13:32:59.989Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe2.runtime.source,2.17.0.v20240224-1400 [2024-04-06T13:32:59.990Z] - mirroring artifact osgi.bundle,com.google.guava.source,33.0.0.jre [2024-04-06T13:32:59.990Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe.activities,1.11.0.v20240224-1400 [2024-04-06T13:32:59.990Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mwe.ui.feature.source,1.11.0.v20240224-1400 [2024-04-06T13:32:59.990Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe.utils.source,1.11.0.v20240224-1400 [2024-04-06T13:32:59.990Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe.ui,1.11.0.v20240224-1400 [2024-04-06T13:32:59.990Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe.utils,1.11.0.v20240224-1400 [2024-04-06T13:32:59.990Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mwe2.runtime.sdk,2.17.0.v20240224-1400 [2024-04-06T13:32:59.990Z] - mirroring artifact osgi.bundle,com.google.guava,33.0.0.jre [2024-04-06T13:32:59.990Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.mwe2.launcher,2.17.0.v20240224-1400 [2024-04-06T13:32:59.990Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe.activities.source,1.11.0.v20240224-1400 [2024-04-06T13:32:59.990Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe2.lib,2.17.0.v20240224-1400 [2024-04-06T13:32:59.990Z] - mirroring artifact osgi.bundle,org.eclipse.emf.mwe.ui.source,1.11.0.v20240224-1400 [2024-04-06T13:32:59.990Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe2.language.ui.source,2.17.0.v20240224-1400 [2024-04-06T13:32:59.990Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mwe.core.feature.source,1.11.0.v20240224-1400 [2024-04-06T13:32:59.990Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mwe2.language.sdk,2.17.0.v20240224-1400 [2024-04-06T13:32:59.990Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe2.language.ide,2.17.0.v20240224-1400 [2024-04-06T13:32:59.990Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe.core.source,1.11.0.v20240224-1400 [2024-04-06T13:32:59.990Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe.core,1.11.0.v20240224-1400 [2024-04-06T13:32:59.990Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mwe.sdk,1.11.0.v20240224-1400 [2024-04-06T13:32:59.990Z] - mirrored artifact osgi.bundle,com.google.guava.failureaccess.source,1.0.2 [2024-04-06T13:32:59.990Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mwe.core.feature,1.11.0.v20240224-1400 [2024-04-06T13:32:59.990Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe.ui.simpleEditor.source,1.11.0.v20240224-1400 [2024-04-06T13:33:00.251Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe.ui.simpleEditor,1.11.0.v20240224-1400 [2024-04-06T13:33:00.251Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe2.lib.source,2.17.0.v20240224-1400 [2024-04-06T13:33:00.251Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe2.language.ide.source,2.17.0.v20240224-1400 [2024-04-06T13:33:00.251Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mwe.doc.feature,1.11.0.v20240224-1400 [2024-04-06T13:33:00.252Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe2.language.ui,2.17.0.v20240224-1400 [2024-04-06T13:33:00.252Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe2.language,2.17.0.v20240224-1400 [2024-04-06T13:33:00.252Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe2.runtime,2.17.0.v20240224-1400 [2024-04-06T13:33:00.252Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mwe.ui.feature,1.11.0.v20240224-1400 [2024-04-06T13:33:00.252Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe2.launch.ui.source,2.17.0.v20240224-1400 [2024-04-06T13:33:00.252Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe2.launch.source,2.17.0.v20240224-1400 [2024-04-06T13:33:00.252Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe.doc,1.11.0.v20240224-1400 [2024-04-06T13:33:00.252Z] - mirrored artifact osgi.bundle,org.apache.commons.cli.source,1.6.0 [2024-04-06T13:33:00.252Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe2.launch,2.17.0.v20240224-1400 [2024-04-06T13:33:00.252Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mwe2.launcher.source,2.17.0.v20240224-1400 [2024-04-06T13:33:00.252Z] - mirrored artifact osgi.bundle,org.apache.commons.cli,1.6.0 [2024-04-06T13:33:00.252Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe2.language.source,2.17.0.v20240224-1400 [2024-04-06T13:33:00.252Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe2.runtime.source,2.17.0.v20240224-1400 [2024-04-06T13:33:00.252Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe2.launch.ui,2.17.0.v20240224-1400 [2024-04-06T13:33:00.252Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe.activities,1.11.0.v20240224-1400 [2024-04-06T13:33:00.252Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mwe.ui.feature.source,1.11.0.v20240224-1400 [2024-04-06T13:33:00.252Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe.utils.source,1.11.0.v20240224-1400 [2024-04-06T13:33:00.252Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe.ui,1.11.0.v20240224-1400 [2024-04-06T13:33:00.252Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe.utils,1.11.0.v20240224-1400 [2024-04-06T13:33:00.253Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mwe2.runtime.sdk,2.17.0.v20240224-1400 [2024-04-06T13:33:00.253Z] - mirrored artifact osgi.bundle,com.google.guava.source,33.0.0.jre [2024-04-06T13:33:00.253Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.mwe2.launcher,2.17.0.v20240224-1400 [2024-04-06T13:33:00.515Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe.activities.source,1.11.0.v20240224-1400 [2024-04-06T13:33:00.516Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe2.lib,2.17.0.v20240224-1400 [2024-04-06T13:33:00.516Z] - mirrored artifact osgi.bundle,org.eclipse.emf.mwe.ui.source,1.11.0.v20240224-1400 [2024-04-06T13:33:00.516Z] - mirrored artifact osgi.bundle,com.google.guava,33.0.0.jre [2024-04-06T13:33:00.516Z] Mirroring artifacts from https://download.eclipse.org/datatools/updates/release/1.16.1 [2024-04-06T13:33:00.516Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.oda.xml.source,1.5.0.202311071249 [2024-04-06T13:33:00.516Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.oracle.feature.source,1.15.0.202311071249 [2024-04-06T13:33:00.516Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.ui.source,1.3.0.202311071249 [2024-04-06T13:33:00.516Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.doc.user.contexts,1.8.0.202311071249 [2024-04-06T13:33:00.516Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.ui.source,1.5.0.202311071249 [2024-04-06T13:33:00.516Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.sql.ui.source,1.3.0.202311071249 [2024-04-06T13:33:00.516Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sqlite.source,1.3.0.202311071249 [2024-04-06T13:33:00.516Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.data.feature.source,1.15.0.202311071249 [2024-04-06T13:33:00.516Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.data.feature,1.15.0.202311071249 [2024-04-06T13:33:00.516Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.zseries.source,1.3.0.202311071249 [2024-04-06T13:33:00.516Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity,1.15.0.202311071249 [2024-04-06T13:33:00.516Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.models.source,1.3.0.202311071249 [2024-04-06T13:33:00.516Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.hsqldb.source,1.3.0.202311071249 [2024-04-06T13:33:00.516Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.result,1.4.0.202311071249 [2024-04-06T13:33:00.516Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.design.ui,3.5.0.202311071249 [2024-04-06T13:33:00.516Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.result.ui.source,1.4.0.202311071249 [2024-04-06T13:33:00.516Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.oda.feature,1.15.0.202311071249 [2024-04-06T13:33:00.516Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa,1.3.0.202311071249 [2024-04-06T13:33:00.517Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.luw,1.3.0.202311071249 [2024-04-06T13:33:00.517Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.postgresql.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:00.517Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.jdt.classpath.source,1.3.0.202311071249 [2024-04-06T13:33:00.517Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sqlite,1.3.0.202311071249 [2024-04-06T13:33:00.517Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.flatfile.ui.source,3.4.0.202311071249 [2024-04-06T13:33:00.517Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.routineeditor.ui,1.3.0.202311071249 [2024-04-06T13:33:00.517Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.query.edit.source,1.3.0.202311071249 [2024-04-06T13:33:00.517Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.design.source,3.6.0.202311071249 [2024-04-06T13:33:00.517Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.oda.ws.source,1.5.0.202311071249 [2024-04-06T13:33:00.517Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.informix.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:00.517Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.jdbc.feature.source,1.15.0.202311071249 [2024-04-06T13:33:00.517Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.result.source,1.4.0.202311071249 [2024-04-06T13:33:00.517Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.intro,1.15.0.202311071249 [2024-04-06T13:33:00.517Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.iseries.ui,1.3.0.202311071249 [2024-04-06T13:33:00.517Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.sqleditor,1.4.0.202403060703 [2024-04-06T13:33:00.517Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.sql.ui,1.3.0.202311071249 [2024-04-06T13:33:00.517Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.msft.feature.source,1.16.0.202311071307 [2024-04-06T13:33:00.517Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.db.generic,1.3.0.202311071249 [2024-04-06T13:33:00.517Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql.xml.query,1.3.0.202311071249 [2024-04-06T13:33:00.517Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.consumer.source,3.5.0.202311071249 [2024-04-06T13:33:00.517Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.db.generic.ui.source,1.3.0.202311071249 [2024-04-06T13:33:00.518Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.oracle.ui.source,1.3.0.202311071249 [2024-04-06T13:33:00.518Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql.lexer,1.4.0.202311071638 [2024-04-06T13:33:00.518Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda,3.7.0.202311071249 [2024-04-06T13:33:00.518Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.source,2.8.0.202311071249 [2024-04-06T13:33:00.518Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.luw.source,1.3.0.202311071249 [2024-04-06T13:33:00.518Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.db.derby.source,1.3.0.202311071249 [2024-04-06T13:33:00.518Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ase.models,1.3.0.202311071249 [2024-04-06T13:33:00.518Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ase.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:00.518Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.source,3.7.0.202311071249 [2024-04-06T13:33:00.518Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.flatfile.source,3.4.0.202311071249 [2024-04-06T13:33:00.518Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql.query.source,1.5.0.202311071249 [2024-04-06T13:33:00.518Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.db.generic.source,1.3.0.202311071249 [2024-04-06T13:33:00.518Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.source,1.15.0.202311071249 [2024-04-06T13:33:00.518Z] - mirroring artifact osgi.bundle,org.apache.xerces,2.12.2.v20230928-1306 [2024-04-06T13:33:00.518Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ingres,1.3.0.202311071249 [2024-04-06T13:33:00.518Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.iseries,1.3.0.202311071249 [2024-04-06T13:33:00.518Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.edit.source,1.3.0.202311071249 [2024-04-06T13:33:00.518Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:00.519Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.editor.core.ui,1.3.0.202311071249 [2024-04-06T13:33:00.519Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.query.source,1.4.0.202311071249 [2024-04-06T13:33:00.519Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.mysql.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:00.519Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.schemaobjecteditor.source,1.4.0.202311071249 [2024-04-06T13:33:00.519Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.apache.derby.ui,1.3.0.202311071249 [2024-04-06T13:33:00.519Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.postgresql,1.4.0.202311071249 [2024-04-06T13:33:00.519Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.msft.sqlserver.source,1.4.0.202311071307 [2024-04-06T13:33:00.519Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.common.doc.user,1.15.0.202311071249 [2024-04-06T13:33:00.519Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sap.maxdb.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:00.519Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.oda.designer.core.feature.source,1.16.0.202311071345 [2024-04-06T13:33:00.519Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.ui.dse.source,1.4.0.202311071249 [2024-04-06T13:33:00.519Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.sqm.core.source,1.6.0.202311071345 [2024-04-06T13:33:00.519Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sdk.feature.source,1.16.1.202403060734 [2024-04-06T13:33:00.519Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.source,1.3.0.202311071249 [2024-04-06T13:33:00.519Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.apache.derby.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:00.519Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.informix.source,1.3.0.202311071249 [2024-04-06T13:33:00.519Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.modelbase.feature.source,1.15.0.202311071249 [2024-04-06T13:33:00.520Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sap.maxdb.source,1.3.0.202311071249 [2024-04-06T13:33:00.520Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.edit,1.3.0.202311071249 [2024-04-06T13:33:00.520Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.postgresql.ui,1.3.0.202311071249 [2024-04-06T13:33:00.520Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.apache.derby.feature,1.15.0.202311071249 [2024-04-06T13:33:00.520Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.ui.dse,1.4.0.202311071249 [2024-04-06T13:33:00.520Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ingres.ui,1.3.0.202311071249 [2024-04-06T13:33:00.520Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.tabledataeditor.source,1.3.0.202311071249 [2024-04-06T13:33:00.520Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.sqm.server.ui,1.4.0.202311071249 [2024-04-06T13:33:00.520Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql.query,1.5.0.202311071249 [2024-04-06T13:33:00.520Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.source,1.3.0.202311071249 [2024-04-06T13:33:00.520Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.consumer,3.5.0.202311071249 [2024-04-06T13:33:00.520Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.oda.xml,1.5.0.202311071249 [2024-04-06T13:33:00.520Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.debugger.core.source,1.3.0.202311071249 [2024-04-06T13:33:00.520Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.doc.user,1.15.0.202311071249 [2024-04-06T13:33:00.520Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.routineeditor.ui.source,1.3.0.202311071249 [2024-04-06T13:33:00.520Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.sql.source,1.3.0.202311071249 [2024-04-06T13:33:00.520Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.ui,1.3.0.202311071249 [2024-04-06T13:33:00.520Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sdk.feature.source,1.15.0.202311071249 [2024-04-06T13:33:00.520Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.console.profile,1.3.0.202311071249 [2024-04-06T13:33:00.520Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.source,1.3.0.202311071249 [2024-04-06T13:33:00.521Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.doc.user,1.15.0.202311071249 [2024-04-06T13:33:00.521Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.modelbase.sql,1.3.0.202311071249 [2024-04-06T13:33:00.521Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sap.maxdb.ui.source,1.3.0.202311071249 [2024-04-06T13:33:00.521Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.finfo.source,1.8.0.202311071249 [2024-04-06T13:33:00.521Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.apache.derby.source,1.3.0.202311071249 [2024-04-06T13:33:00.521Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sdk.feature,1.15.0.202311071249 [2024-04-06T13:33:00.521Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.hsqldb.feature,1.15.0.202311071249 [2024-04-06T13:33:00.521Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.db.derby.ui,1.3.0.202311071249 [2024-04-06T13:33:00.521Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.apache.derby,1.3.0.202311071249 [2024-04-06T13:33:00.521Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.feature.source,1.16.0.202311071345 [2024-04-06T13:33:00.521Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.ddl.feature,1.15.0.202311071249 [2024-04-06T13:33:00.521Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.common.doc.user,1.15.0.202311071249 [2024-04-06T13:33:00.521Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.doc.user,1.15.0.202311071249 [2024-04-06T13:33:00.521Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.query.edit,1.3.0.202311071249 [2024-04-06T13:33:00.521Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.msft.sqlserver,1.4.0.202311071307 [2024-04-06T13:33:00.521Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.design,3.6.0.202311071249 [2024-04-06T13:33:00.521Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.ddlgen.feature.source,1.16.0.202403060703 [2024-04-06T13:33:00.521Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.sqm.core.ui,1.5.0.202311071249 [2024-04-06T13:33:00.521Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sybase.feature,1.15.0.202311071249 [2024-04-06T13:33:00.521Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.feature.source,1.16.0.202403060703 [2024-04-06T13:33:00.521Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.data.core.source,1.5.0.202311071249 [2024-04-06T13:33:00.521Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.editor.core,1.3.0.202311071249 [2024-04-06T13:33:00.522Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.postgresql.ui.source,1.3.0.202311071249 [2024-04-06T13:33:00.522Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sqlite.ui,1.3.0.202311071249 [2024-04-06T13:33:00.522Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.profile.source,3.5.0.202311071249 [2024-04-06T13:33:00.522Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.luw.ui.source,1.3.0.202311071249 [2024-04-06T13:33:00.522Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.ddlgen.ui,1.3.0.202311071249 [2024-04-06T13:33:00.522Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ingres.source,1.3.0.202311071249 [2024-04-06T13:33:00.522Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.jdt.classpath,1.3.0.202311071249 [2024-04-06T13:33:00.522Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.sqm.core,1.6.0.202311071345 [2024-04-06T13:33:00.522Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.feature,1.15.0.202311071249 [2024-04-06T13:33:00.522Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.oda.ws.ui.source,1.5.0.202311071249 [2024-04-06T13:33:00.522Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.query,1.4.0.202311071249 [2024-04-06T13:33:00.522Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.modelbase.dbdefinition.source,1.3.0.202311071249 [2024-04-06T13:33:00.522Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.oda.feature,1.15.0.202311071249 [2024-04-06T13:33:00.522Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.source,1.15.0.202311071249 [2024-04-06T13:33:00.522Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.help.source,1.8.0.202311071249 [2024-04-06T13:33:00.522Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.zseries,1.3.0.202311071249 [2024-04-06T13:33:00.522Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.parsers.feature.source,1.16.0.202311071638 [2024-04-06T13:33:00.522Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.results.feature.source,1.15.0.202311071249 [2024-04-06T13:33:00.522Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.oda.ws.ui,1.5.0.202311071249 [2024-04-06T13:33:00.522Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages,1.4.0.202311071249 [2024-04-06T13:33:00.522Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.ui,1.3.0.202311071249 [2024-04-06T13:33:00.522Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.intro,1.15.0.202311071249 [2024-04-06T13:33:00.522Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ase.source,1.3.0.202311071249 [2024-04-06T13:33:00.522Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.parsers.feature,1.16.0.202311071638 [2024-04-06T13:33:00.523Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.schemaobjecteditor.ui.source,1.4.0.202311071249 [2024-04-06T13:33:00.523Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.oda.xml.ui.source,1.5.0.202311071249 [2024-04-06T13:33:00.523Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.jdbc.feature,1.15.0.202311071249 [2024-04-06T13:33:00.523Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.modelbase.derby,1.3.0.202311071249 [2024-04-06T13:33:00.523Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.xml.query.source,1.3.0.202311071249 [2024-04-06T13:33:00.523Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.models,1.3.0.202311071249 [2024-04-06T13:33:00.523Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.sqlbuilder.feature,1.16.0.202403060703 [2024-04-06T13:33:00.523Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.ui.templates.source,1.3.0.202311071249 [2024-04-06T13:33:00.523Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sybase.feature.source,1.15.0.202311071249 [2024-04-06T13:33:00.523Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.console.profile.source,1.3.0.202311071249 [2024-04-06T13:33:00.523Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.data.ui.source,1.5.0.202311071249 [2024-04-06T13:33:00.523Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.hsqldb.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:00.523Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sap.maxdb.ui,1.3.0.202311071249 [2024-04-06T13:33:00.523Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.results.feature,1.15.0.202311071249 [2024-04-06T13:33:00.523Z] - mirroring artifact osgi.bundle,org.apache.lucene.sandbox,9.10.0.v20240221-0830 [2024-04-06T13:33:00.523Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.postgresql.feature.source,1.15.0.202311071249 [2024-04-06T13:33:00.523Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ase.ui,1.3.0.202311071249 [2024-04-06T13:33:00.523Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:00.523Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.oda.designer.core.feature,1.16.0.202311071345 [2024-04-06T13:33:00.523Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.mysql.feature,1.15.0.202311071249 [2024-04-06T13:33:00.524Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ingres.ui.source,1.3.0.202311071249 [2024-04-06T13:33:00.524Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.sqm.server.ui.source,1.4.0.202311071249 [2024-04-06T13:33:00.524Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:00.524Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.schemaobjecteditor,1.4.0.202311071249 [2024-04-06T13:33:00.524Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.sqlbuilder.source,1.3.0.202311071249 [2024-04-06T13:33:00.524Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.source,1.3.0.202311071249 [2024-04-06T13:33:00.524Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.editor.core.ui.source,1.3.0.202311071249 [2024-04-06T13:33:00.524Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql.source,1.3.0.202311071249 [2024-04-06T13:33:00.524Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2,1.3.0.202311071249 [2024-04-06T13:33:00.524Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.db.generic.ui,1.3.0.202311071249 [2024-04-06T13:33:00.524Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ase,1.3.0.202311071249 [2024-04-06T13:33:00.524Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql,1.3.0.202311071249 [2024-04-06T13:33:00.524Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.ingres.feature.source,1.15.0.202311071249 [2024-04-06T13:33:00.524Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sdk.source,1.10.0.202312081612 [2024-04-06T13:33:00.524Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:00.524Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.oracle.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:00.524Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.routineeditor,1.3.0.202311071249 [2024-04-06T13:33:00.524Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.msft.sqlserver.ui,1.3.0.202311071249 [2024-04-06T13:33:00.524Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.doc.user,1.15.0.202311071249 [2024-04-06T13:33:00.524Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.debugger.core.ui,1.3.0.202311071249 [2024-04-06T13:33:00.524Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.models.source,1.3.0.202311071249 [2024-04-06T13:33:00.524Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.doc.isv,1.15.0.202311071249 [2024-04-06T13:33:00.524Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.tabledataeditor,1.3.0.202311071249 [2024-04-06T13:33:00.524Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ui,1.3.0.202311071249 [2024-04-06T13:33:00.525Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.ddl.feature.source,1.15.0.202311071249 [2024-04-06T13:33:00.525Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.help,1.8.0.202311071249 [2024-04-06T13:33:00.525Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.ibm.feature,1.15.0.202311071249 [2024-04-06T13:33:00.525Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.sqleditor.source,1.4.0.202403060703 [2024-04-06T13:33:00.525Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.hsqldb.ui.source,1.3.0.202311071249 [2024-04-06T13:33:00.525Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.db.generic.source,1.3.0.202311071249 [2024-04-06T13:33:00.525Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.data.ui,1.5.0.202311071249 [2024-04-06T13:33:00.525Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.oracle.feature,1.15.0.202311071249 [2024-04-06T13:33:00.525Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sqlite.feature,1.15.0.202311071249 [2024-04-06T13:33:00.525Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.hsqldb.ui,1.3.0.202311071249 [2024-04-06T13:33:00.525Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ase.models.source,1.3.0.202311071249 [2024-04-06T13:33:00.525Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.db.derby.ui.source,1.3.0.202311071249 [2024-04-06T13:33:00.525Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.schemaobjecteditor.ui,1.4.0.202311071249 [2024-04-06T13:33:00.525Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.sql,1.3.0.202311071249 [2024-04-06T13:33:00.525Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.msft.sqlserver.ui.source,1.3.0.202311071249 [2024-04-06T13:33:00.525Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.jdt.feature,1.15.0.202311071249 [2024-04-06T13:33:00.525Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sqlite.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:00.525Z] - mirroring artifact osgi.bundle,org.apache.xml.resolver,1.2.0.v20230928-1222 [2024-04-06T13:33:00.525Z] - mirroring artifact osgi.bundle,org.apache.lucene.queryparser,9.10.0.v20240221-0830 [2024-04-06T13:33:00.525Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.xml.query,1.3.0.202311071249 [2024-04-06T13:33:00.525Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqltools.doc.user,1.15.0.202311071249 [2024-04-06T13:33:00.525Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.design.ui.source,3.5.0.202311071249 [2024-04-06T13:33:00.525Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.doc.isv.source,1.15.0.202311071249 [2024-04-06T13:33:00.525Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.oda.designer.feature.source,1.15.0.202311071249 [2024-04-06T13:33:00.526Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.oda.cshelp,1.5.0.202311071249 [2024-04-06T13:33:00.526Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.hsqldb.dbdefinition.source,1.3.0.202311071249 [2024-04-06T13:33:00.526Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql.lexer.source,1.4.0.202311071638 [2024-04-06T13:33:00.526Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sap.feature.source,1.15.0.202311071249 [2024-04-06T13:33:00.526Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ingres.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:00.526Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.oda.feature.source,1.15.0.202311071249 [2024-04-06T13:33:00.526Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.informix.ui,1.3.0.202311071249 [2024-04-06T13:33:00.526Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.debugger.core.ui.source,1.3.0.202311071249 [2024-04-06T13:33:00.526Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.mysql,1.3.0.202311071249 [2024-04-06T13:33:00.526Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.mysql.ui,1.3.0.202311071249 [2024-04-06T13:33:00.526Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.jdt.feature.source,1.15.0.202311071249 [2024-04-06T13:33:00.526Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples,2.8.0.202311071249 [2024-04-06T13:33:00.526Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.profile,3.5.0.202311071249 [2024-04-06T13:33:00.526Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sap.maxdb,1.3.0.202311071249 [2024-04-06T13:33:00.526Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.oda.ws,1.5.0.202311071249 [2024-04-06T13:33:00.526Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.oracle.source,1.3.0.202311071249 [2024-04-06T13:33:00.526Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.feature.source,1.15.0.202311071249 [2024-04-06T13:33:00.526Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ase.ui.source,1.3.0.202311071249 [2024-04-06T13:33:00.526Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.db.generic.ui.source,1.3.0.202311071249 [2024-04-06T13:33:00.526Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.ui.source,1.3.0.202311071249 [2024-04-06T13:33:00.526Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.feature,1.16.0.202311071345 [2024-04-06T13:33:00.526Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.luw.ui,1.3.0.202311071249 [2024-04-06T13:33:00.526Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sdk.feature,1.16.1.202403060734 [2024-04-06T13:33:00.527Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.hsqldb.feature.source,1.15.0.202311071249 [2024-04-06T13:33:00.527Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.db.generic,1.3.0.202311071249 [2024-04-06T13:33:00.527Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.oracle,1.3.0.202311071249 [2024-04-06T13:33:00.527Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.hsqldb,1.3.0.202311071249 [2024-04-06T13:33:00.527Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.feature,1.16.0.202403060703 [2024-04-06T13:33:00.527Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.oda.designer.feature,1.15.0.202311071249 [2024-04-06T13:33:00.527Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm,1.3.0.202311071249 [2024-04-06T13:33:00.527Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.dbdefinition.genericJDBC,1.3.0.202311071249 [2024-04-06T13:33:00.527Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:00.527Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.oda.designer.feature,1.15.0.202311071249 [2024-04-06T13:33:00.527Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.zseries.ui,1.3.0.202311071249 [2024-04-06T13:33:00.527Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ui.source,1.3.0.202311071249 [2024-04-06T13:33:00.527Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.modelbase.derby.source,1.3.0.202311071249 [2024-04-06T13:33:00.527Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.ingres.feature,1.15.0.202311071249 [2024-04-06T13:33:00.527Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.result.ui,1.4.0.202311071249 [2024-04-06T13:33:00.527Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.ddlgen.feature,1.16.0.202403060703 [2024-04-06T13:33:00.527Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.apache.derby.feature.source,1.15.0.202311071249 [2024-04-06T13:33:00.527Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase,1.3.0.202311071249 [2024-04-06T13:33:00.527Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.msft.feature,1.16.0.202311071307 [2024-04-06T13:33:00.527Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.template.ui.source,3.5.0.202311071249 [2024-04-06T13:33:00.527Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.flatfile.ui,3.4.0.202311071249 [2024-04-06T13:33:00.527Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.models,1.3.0.202311071249 [2024-04-06T13:33:00.527Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages.source,1.4.0.202311071249 [2024-04-06T13:33:00.528Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.doc.user.contexts,1.8.0.202311071249 [2024-04-06T13:33:00.528Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.postgresql.source,1.4.0.202311071249 [2024-04-06T13:33:00.528Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.informix,1.3.0.202311071249 [2024-04-06T13:33:00.528Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.oda.feature.source,1.15.0.202311071249 [2024-04-06T13:33:00.528Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.ui.templates,1.3.0.202311071249 [2024-04-06T13:33:00.528Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.source,1.3.0.202311071249 [2024-04-06T13:33:00.528Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.db.generic.ui,1.3.0.202311071249 [2024-04-06T13:33:00.528Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.mysql.feature.source,1.15.0.202311071249 [2024-04-06T13:33:00.528Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.common.ui,1.3.0.202311071249 [2024-04-06T13:33:00.528Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.template.ui,3.5.0.202311071249 [2024-04-06T13:33:00.528Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.postgresql.feature,1.15.0.202311071249 [2024-04-06T13:33:00.528Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sqlite.feature.source,1.15.0.202311071249 [2024-04-06T13:33:00.528Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.common.ui.source,1.3.0.202311071249 [2024-04-06T13:33:00.528Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.ui,1.5.0.202311071249 [2024-04-06T13:33:00.528Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sap.feature,1.15.0.202311071249 [2024-04-06T13:33:00.528Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.apache.derby.ui.source,1.3.0.202311071249 [2024-04-06T13:33:00.528Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.doc.user,1.16.0.202311071249 [2024-04-06T13:33:00.528Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.ddlgen.ui.source,1.3.0.202311071249 [2024-04-06T13:33:00.528Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.sqlite.ui.source,1.3.0.202311071249 [2024-04-06T13:33:00.528Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.sqlbuilder.feature.source,1.16.0.202403060703 [2024-04-06T13:33:00.528Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.mysql.source,1.3.0.202311071249 [2024-04-06T13:33:00.528Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.finfo,1.8.0.202311071249 [2024-04-06T13:33:00.528Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.modelbase.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:00.529Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.iseries.source,1.3.0.202311071249 [2024-04-06T13:33:00.529Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.ibm.feature.source,1.15.0.202311071249 [2024-04-06T13:33:00.529Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.sqm.core.ui.source,1.5.0.202311071249 [2024-04-06T13:33:00.529Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sdk,1.10.0.202312081612 [2024-04-06T13:33:00.529Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.sqlscrapbook.source,1.3.0.202311071249 [2024-04-06T13:33:00.529Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.zseries.ui.source,1.3.0.202311071249 [2024-04-06T13:33:00.529Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.modelbase.feature,1.15.0.202311071249 [2024-04-06T13:33:00.529Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.informix.ui.source,1.3.0.202311071249 [2024-04-06T13:33:00.529Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.sqlbuilder,1.3.0.202311071249 [2024-04-06T13:33:00.529Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.data.core,1.5.0.202311071249 [2024-04-06T13:33:00.529Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.oda.designer.feature.source,1.15.0.202311071249 [2024-04-06T13:33:00.529Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.sqlscrapbook,1.3.0.202311071249 [2024-04-06T13:33:00.529Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.oracle.ui,1.3.0.202311071249 [2024-04-06T13:33:00.529Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.plan.source,1.3.0.202311071249 [2024-04-06T13:33:00.529Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.plan,1.3.0.202311071249 [2024-04-06T13:33:00.529Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.oda.xml.ui,1.5.0.202311071249 [2024-04-06T13:33:00.529Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.routineeditor.source,1.3.0.202311071249 [2024-04-06T13:33:00.529Z] - mirroring artifact osgi.bundle,org.apache.lucene.queries,9.10.0.v20240221-0830 [2024-04-06T13:33:00.529Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature,1.15.0.202311071249 [2024-04-06T13:33:00.529Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.db.derby,1.3.0.202311071249 [2024-04-06T13:33:00.529Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.editor.core.source,1.3.0.202311071249 [2024-04-06T13:33:00.530Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql.xml.query.source,1.3.0.202311071249 [2024-04-06T13:33:00.530Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.mysql.ui.source,1.3.0.202311071249 [2024-04-06T13:33:00.530Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.sqltools.debugger.core,1.3.0.202311071249 [2024-04-06T13:33:00.530Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.iseries.ui.source,1.3.0.202311071249 [2024-04-06T13:33:00.531Z] - mirroring artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.flatfile,3.4.0.202311071249 [2024-04-06T13:33:00.531Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.oracle.feature.source,1.15.0.202311071249 [2024-04-06T13:33:00.793Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.oda.xml.source,1.5.0.202311071249 [2024-04-06T13:33:00.794Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.ui.source,1.3.0.202311071249 [2024-04-06T13:33:00.794Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.doc.user.contexts,1.8.0.202311071249 [2024-04-06T13:33:00.794Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.sql.ui.source,1.3.0.202311071249 [2024-04-06T13:33:00.794Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sqlite.source,1.3.0.202311071249 [2024-04-06T13:33:00.794Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.data.feature.source,1.15.0.202311071249 [2024-04-06T13:33:00.794Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.data.feature,1.15.0.202311071249 [2024-04-06T13:33:00.794Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.ui.source,1.5.0.202311071249 [2024-04-06T13:33:00.794Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.zseries.source,1.3.0.202311071249 [2024-04-06T13:33:00.794Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.models.source,1.3.0.202311071249 [2024-04-06T13:33:00.794Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity,1.15.0.202311071249 [2024-04-06T13:33:00.794Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.result,1.4.0.202311071249 [2024-04-06T13:33:00.794Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.hsqldb.source,1.3.0.202311071249 [2024-04-06T13:33:00.794Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.design.ui,3.5.0.202311071249 [2024-04-06T13:33:00.794Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.result.ui.source,1.4.0.202311071249 [2024-04-06T13:33:00.795Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.oda.feature,1.15.0.202311071249 [2024-04-06T13:33:00.795Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa,1.3.0.202311071249 [2024-04-06T13:33:00.795Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.postgresql.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:00.795Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.jdt.classpath.source,1.3.0.202311071249 [2024-04-06T13:33:00.795Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sqlite,1.3.0.202311071249 [2024-04-06T13:33:00.795Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.flatfile.ui.source,3.4.0.202311071249 [2024-04-06T13:33:00.795Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.luw,1.3.0.202311071249 [2024-04-06T13:33:00.795Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.routineeditor.ui,1.3.0.202311071249 [2024-04-06T13:33:00.795Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.query.edit.source,1.3.0.202311071249 [2024-04-06T13:33:00.795Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.oda.ws.source,1.5.0.202311071249 [2024-04-06T13:33:00.795Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.design.source,3.6.0.202311071249 [2024-04-06T13:33:00.795Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.jdbc.feature.source,1.15.0.202311071249 [2024-04-06T13:33:00.795Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.informix.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:00.795Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.result.source,1.4.0.202311071249 [2024-04-06T13:33:00.796Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.intro,1.15.0.202311071249 [2024-04-06T13:33:00.796Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.iseries.ui,1.3.0.202311071249 [2024-04-06T13:33:01.059Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.sql.ui,1.3.0.202311071249 [2024-04-06T13:33:01.059Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.msft.feature.source,1.16.0.202311071307 [2024-04-06T13:33:01.059Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.db.generic,1.3.0.202311071249 [2024-04-06T13:33:01.059Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.sqleditor,1.4.0.202403060703 [2024-04-06T13:33:01.059Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql.xml.query,1.3.0.202311071249 [2024-04-06T13:33:01.059Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.db.generic.ui.source,1.3.0.202311071249 [2024-04-06T13:33:01.059Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.consumer.source,3.5.0.202311071249 [2024-04-06T13:33:01.059Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.oracle.ui.source,1.3.0.202311071249 [2024-04-06T13:33:01.059Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql.lexer,1.4.0.202311071638 [2024-04-06T13:33:01.059Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda,3.7.0.202311071249 [2024-04-06T13:33:01.059Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.source,2.8.0.202311071249 [2024-04-06T13:33:01.059Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.db.derby.source,1.3.0.202311071249 [2024-04-06T13:33:01.059Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.luw.source,1.3.0.202311071249 [2024-04-06T13:33:01.059Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ase.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:01.059Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ase.models,1.3.0.202311071249 [2024-04-06T13:33:01.059Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.flatfile.source,3.4.0.202311071249 [2024-04-06T13:33:01.059Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.source,3.7.0.202311071249 [2024-04-06T13:33:01.059Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.db.generic.source,1.3.0.202311071249 [2024-04-06T13:33:01.060Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.source,1.15.0.202311071249 [2024-04-06T13:33:01.060Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql.query.source,1.5.0.202311071249 [2024-04-06T13:33:01.322Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ingres,1.3.0.202311071249 [2024-04-06T13:33:01.323Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.iseries,1.3.0.202311071249 [2024-04-06T13:33:01.323Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.edit.source,1.3.0.202311071249 [2024-04-06T13:33:01.323Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:01.323Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.editor.core.ui,1.3.0.202311071249 [2024-04-06T13:33:01.323Z] - mirrored artifact osgi.bundle,org.apache.xerces,2.12.2.v20230928-1306 [2024-04-06T13:33:01.323Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.query.source,1.4.0.202311071249 [2024-04-06T13:33:01.323Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.schemaobjecteditor.source,1.4.0.202311071249 [2024-04-06T13:33:01.323Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.mysql.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:01.323Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.apache.derby.ui,1.3.0.202311071249 [2024-04-06T13:33:01.323Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.postgresql,1.4.0.202311071249 [2024-04-06T13:33:01.323Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.msft.sqlserver.source,1.4.0.202311071307 [2024-04-06T13:33:01.323Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.common.doc.user,1.15.0.202311071249 [2024-04-06T13:33:01.323Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sap.maxdb.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:01.323Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.oda.designer.core.feature.source,1.16.0.202311071345 [2024-04-06T13:33:01.323Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.ui.dse.source,1.4.0.202311071249 [2024-04-06T13:33:01.323Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sdk.feature.source,1.16.1.202403060734 [2024-04-06T13:33:01.323Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.sqm.core.source,1.6.0.202311071345 [2024-04-06T13:33:01.323Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.source,1.3.0.202311071249 [2024-04-06T13:33:01.323Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.apache.derby.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:01.323Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.informix.source,1.3.0.202311071249 [2024-04-06T13:33:01.323Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.modelbase.feature.source,1.15.0.202311071249 [2024-04-06T13:33:01.323Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sap.maxdb.source,1.3.0.202311071249 [2024-04-06T13:33:01.323Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.postgresql.ui,1.3.0.202311071249 [2024-04-06T13:33:01.324Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.apache.derby.feature,1.15.0.202311071249 [2024-04-06T13:33:01.324Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.edit,1.3.0.202311071249 [2024-04-06T13:33:01.585Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.ui.dse,1.4.0.202311071249 [2024-04-06T13:33:01.585Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.tabledataeditor.source,1.3.0.202311071249 [2024-04-06T13:33:01.585Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ingres.ui,1.3.0.202311071249 [2024-04-06T13:33:01.585Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.sqm.server.ui,1.4.0.202311071249 [2024-04-06T13:33:01.585Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql.query,1.5.0.202311071249 [2024-04-06T13:33:01.585Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.source,1.3.0.202311071249 [2024-04-06T13:33:01.585Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.consumer,3.5.0.202311071249 [2024-04-06T13:33:01.585Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.debugger.core.source,1.3.0.202311071249 [2024-04-06T13:33:01.585Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.oda.xml,1.5.0.202311071249 [2024-04-06T13:33:01.585Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.routineeditor.ui.source,1.3.0.202311071249 [2024-04-06T13:33:01.585Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.doc.user,1.15.0.202311071249 [2024-04-06T13:33:01.585Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.ui,1.3.0.202311071249 [2024-04-06T13:33:01.585Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.sql.source,1.3.0.202311071249 [2024-04-06T13:33:01.585Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sdk.feature.source,1.15.0.202311071249 [2024-04-06T13:33:01.585Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.console.profile,1.3.0.202311071249 [2024-04-06T13:33:01.585Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.doc.user,1.15.0.202311071249 [2024-04-06T13:33:01.585Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.source,1.3.0.202311071249 [2024-04-06T13:33:01.585Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sap.maxdb.ui.source,1.3.0.202311071249 [2024-04-06T13:33:01.586Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.finfo.source,1.8.0.202311071249 [2024-04-06T13:33:01.586Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.apache.derby.source,1.3.0.202311071249 [2024-04-06T13:33:01.586Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sdk.feature,1.15.0.202311071249 [2024-04-06T13:33:01.586Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.modelbase.sql,1.3.0.202311071249 [2024-04-06T13:33:01.586Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.hsqldb.feature,1.15.0.202311071249 [2024-04-06T13:33:01.586Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.db.derby.ui,1.3.0.202311071249 [2024-04-06T13:33:01.586Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.feature.source,1.16.0.202311071345 [2024-04-06T13:33:01.586Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.apache.derby,1.3.0.202311071249 [2024-04-06T13:33:01.586Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.ddl.feature,1.15.0.202311071249 [2024-04-06T13:33:01.586Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.common.doc.user,1.15.0.202311071249 [2024-04-06T13:33:01.586Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.doc.user,1.15.0.202311071249 [2024-04-06T13:33:01.586Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.msft.sqlserver,1.4.0.202311071307 [2024-04-06T13:33:01.586Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.query.edit,1.3.0.202311071249 [2024-04-06T13:33:01.586Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.ddlgen.feature.source,1.16.0.202403060703 [2024-04-06T13:33:01.586Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.design,3.6.0.202311071249 [2024-04-06T13:33:01.586Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.sqm.core.ui,1.5.0.202311071249 [2024-04-06T13:33:01.848Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sybase.feature,1.15.0.202311071249 [2024-04-06T13:33:01.848Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.feature.source,1.16.0.202403060703 [2024-04-06T13:33:01.848Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.data.core.source,1.5.0.202311071249 [2024-04-06T13:33:01.848Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.editor.core,1.3.0.202311071249 [2024-04-06T13:33:01.848Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.postgresql.ui.source,1.3.0.202311071249 [2024-04-06T13:33:01.848Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sqlite.ui,1.3.0.202311071249 [2024-04-06T13:33:01.848Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.luw.ui.source,1.3.0.202311071249 [2024-04-06T13:33:01.848Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.profile.source,3.5.0.202311071249 [2024-04-06T13:33:01.848Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.ddlgen.ui,1.3.0.202311071249 [2024-04-06T13:33:01.848Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ingres.source,1.3.0.202311071249 [2024-04-06T13:33:01.848Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.jdt.classpath,1.3.0.202311071249 [2024-04-06T13:33:01.848Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.feature,1.15.0.202311071249 [2024-04-06T13:33:01.848Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.oda.ws.ui.source,1.5.0.202311071249 [2024-04-06T13:33:01.848Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.sqm.core,1.6.0.202311071345 [2024-04-06T13:33:01.849Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.modelbase.dbdefinition.source,1.3.0.202311071249 [2024-04-06T13:33:01.849Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.query,1.4.0.202311071249 [2024-04-06T13:33:01.849Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.oda.feature,1.15.0.202311071249 [2024-04-06T13:33:01.849Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.source,1.15.0.202311071249 [2024-04-06T13:33:01.849Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.help.source,1.8.0.202311071249 [2024-04-06T13:33:01.849Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.zseries,1.3.0.202311071249 [2024-04-06T13:33:01.849Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.parsers.feature.source,1.16.0.202311071638 [2024-04-06T13:33:01.849Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.results.feature.source,1.15.0.202311071249 [2024-04-06T13:33:01.849Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.oda.ws.ui,1.5.0.202311071249 [2024-04-06T13:33:01.849Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages,1.4.0.202311071249 [2024-04-06T13:33:01.849Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.ui,1.3.0.202311071249 [2024-04-06T13:33:01.849Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.intro,1.15.0.202311071249 [2024-04-06T13:33:01.849Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.parsers.feature,1.16.0.202311071638 [2024-04-06T13:33:01.849Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ase.source,1.3.0.202311071249 [2024-04-06T13:33:01.849Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.oda.xml.ui.source,1.5.0.202311071249 [2024-04-06T13:33:01.849Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.schemaobjecteditor.ui.source,1.4.0.202311071249 [2024-04-06T13:33:01.849Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.jdbc.feature,1.15.0.202311071249 [2024-04-06T13:33:01.849Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.modelbase.derby,1.3.0.202311071249 [2024-04-06T13:33:01.849Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.models,1.3.0.202311071249 [2024-04-06T13:33:01.849Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.xml.query.source,1.3.0.202311071249 [2024-04-06T13:33:01.849Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.sqlbuilder.feature,1.16.0.202403060703 [2024-04-06T13:33:01.849Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.ui.templates.source,1.3.0.202311071249 [2024-04-06T13:33:01.850Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sybase.feature.source,1.15.0.202311071249 [2024-04-06T13:33:01.850Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.console.profile.source,1.3.0.202311071249 [2024-04-06T13:33:02.111Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.data.ui.source,1.5.0.202311071249 [2024-04-06T13:33:02.111Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.hsqldb.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:02.111Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sap.maxdb.ui,1.3.0.202311071249 [2024-04-06T13:33:02.111Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.results.feature,1.15.0.202311071249 [2024-04-06T13:33:02.111Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.postgresql.feature.source,1.15.0.202311071249 [2024-04-06T13:33:02.111Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ase.ui,1.3.0.202311071249 [2024-04-06T13:33:02.111Z] - mirrored artifact osgi.bundle,org.apache.lucene.sandbox,9.10.0.v20240221-0830 [2024-04-06T13:33:02.111Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:02.112Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.oda.designer.core.feature,1.16.0.202311071345 [2024-04-06T13:33:02.112Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.mysql.feature,1.15.0.202311071249 [2024-04-06T13:33:02.112Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ingres.ui.source,1.3.0.202311071249 [2024-04-06T13:33:02.112Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.sqm.server.ui.source,1.4.0.202311071249 [2024-04-06T13:33:02.112Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:02.112Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.schemaobjecteditor,1.4.0.202311071249 [2024-04-06T13:33:02.112Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.source,1.3.0.202311071249 [2024-04-06T13:33:02.112Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.editor.core.ui.source,1.3.0.202311071249 [2024-04-06T13:33:02.112Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql.source,1.3.0.202311071249 [2024-04-06T13:33:02.112Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.sqlbuilder.source,1.3.0.202311071249 [2024-04-06T13:33:02.112Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.db.generic.ui,1.3.0.202311071249 [2024-04-06T13:33:02.112Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2,1.3.0.202311071249 [2024-04-06T13:33:02.112Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ase,1.3.0.202311071249 [2024-04-06T13:33:02.112Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql,1.3.0.202311071249 [2024-04-06T13:33:02.112Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.ingres.feature.source,1.15.0.202311071249 [2024-04-06T13:33:02.112Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sdk.source,1.10.0.202312081612 [2024-04-06T13:33:02.112Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:02.112Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.oracle.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:02.112Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.routineeditor,1.3.0.202311071249 [2024-04-06T13:33:02.112Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.msft.sqlserver.ui,1.3.0.202311071249 [2024-04-06T13:33:02.112Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.doc.user,1.15.0.202311071249 [2024-04-06T13:33:02.112Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.models.source,1.3.0.202311071249 [2024-04-06T13:33:02.112Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.debugger.core.ui,1.3.0.202311071249 [2024-04-06T13:33:02.112Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.tabledataeditor,1.3.0.202311071249 [2024-04-06T13:33:02.113Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.doc.isv,1.15.0.202311071249 [2024-04-06T13:33:02.113Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ui,1.3.0.202311071249 [2024-04-06T13:33:02.113Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.ddl.feature.source,1.15.0.202311071249 [2024-04-06T13:33:02.113Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.help,1.8.0.202311071249 [2024-04-06T13:33:02.113Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.ibm.feature,1.15.0.202311071249 [2024-04-06T13:33:02.113Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.hsqldb.ui.source,1.3.0.202311071249 [2024-04-06T13:33:02.113Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.sqleditor.source,1.4.0.202403060703 [2024-04-06T13:33:02.113Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.db.generic.source,1.3.0.202311071249 [2024-04-06T13:33:02.113Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.oracle.feature,1.15.0.202311071249 [2024-04-06T13:33:02.113Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.data.ui,1.5.0.202311071249 [2024-04-06T13:33:02.113Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sqlite.feature,1.15.0.202311071249 [2024-04-06T13:33:02.113Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.hsqldb.ui,1.3.0.202311071249 [2024-04-06T13:33:02.374Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.db.derby.ui.source,1.3.0.202311071249 [2024-04-06T13:33:02.374Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ase.models.source,1.3.0.202311071249 [2024-04-06T13:33:02.374Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.schemaobjecteditor.ui,1.4.0.202311071249 [2024-04-06T13:33:02.374Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.msft.sqlserver.ui.source,1.3.0.202311071249 [2024-04-06T13:33:02.375Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.sql,1.3.0.202311071249 [2024-04-06T13:33:02.375Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.jdt.feature,1.15.0.202311071249 [2024-04-06T13:33:02.375Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sqlite.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:02.375Z] - mirrored artifact osgi.bundle,org.apache.xml.resolver,1.2.0.v20230928-1222 [2024-04-06T13:33:02.375Z] - mirrored artifact osgi.bundle,org.apache.lucene.queryparser,9.10.0.v20240221-0830 [2024-04-06T13:33:02.375Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqltools.doc.user,1.15.0.202311071249 [2024-04-06T13:33:02.375Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.modelbase.sql.xml.query,1.3.0.202311071249 [2024-04-06T13:33:02.375Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.doc.isv.source,1.15.0.202311071249 [2024-04-06T13:33:02.375Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.oda.designer.feature.source,1.15.0.202311071249 [2024-04-06T13:33:02.375Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.oda.cshelp,1.5.0.202311071249 [2024-04-06T13:33:02.375Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.hsqldb.dbdefinition.source,1.3.0.202311071249 [2024-04-06T13:33:02.375Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.design.ui.source,3.5.0.202311071249 [2024-04-06T13:33:02.375Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sap.feature.source,1.15.0.202311071249 [2024-04-06T13:33:02.375Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql.lexer.source,1.4.0.202311071638 [2024-04-06T13:33:02.375Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ingres.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:02.375Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.oda.feature.source,1.15.0.202311071249 [2024-04-06T13:33:02.375Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.informix.ui,1.3.0.202311071249 [2024-04-06T13:33:02.375Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.debugger.core.ui.source,1.3.0.202311071249 [2024-04-06T13:33:02.375Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.mysql.ui,1.3.0.202311071249 [2024-04-06T13:33:02.375Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.mysql,1.3.0.202311071249 [2024-04-06T13:33:02.375Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.jdt.feature.source,1.15.0.202311071249 [2024-04-06T13:33:02.375Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.profile,3.5.0.202311071249 [2024-04-06T13:33:02.375Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sap.maxdb,1.3.0.202311071249 [2024-04-06T13:33:02.376Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples,2.8.0.202311071249 [2024-04-06T13:33:02.376Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.oda.ws,1.5.0.202311071249 [2024-04-06T13:33:02.376Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.oracle.source,1.3.0.202311071249 [2024-04-06T13:33:02.376Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.feature.source,1.15.0.202311071249 [2024-04-06T13:33:02.376Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ase.ui.source,1.3.0.202311071249 [2024-04-06T13:33:02.376Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.db.generic.ui.source,1.3.0.202311071249 [2024-04-06T13:33:02.376Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.asa.ui.source,1.3.0.202311071249 [2024-04-06T13:33:02.376Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.feature,1.16.0.202311071345 [2024-04-06T13:33:02.376Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.luw.ui,1.3.0.202311071249 [2024-04-06T13:33:02.376Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sdk.feature,1.16.1.202403060734 [2024-04-06T13:33:02.376Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.hsqldb.feature.source,1.15.0.202311071249 [2024-04-06T13:33:02.376Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.oracle,1.3.0.202311071249 [2024-04-06T13:33:02.376Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.db.generic,1.3.0.202311071249 [2024-04-06T13:33:02.376Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.hsqldb,1.3.0.202311071249 [2024-04-06T13:33:02.376Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.feature,1.16.0.202403060703 [2024-04-06T13:33:02.639Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.oda.designer.feature,1.15.0.202311071249 [2024-04-06T13:33:02.639Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.dbdefinition.genericJDBC,1.3.0.202311071249 [2024-04-06T13:33:02.639Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm,1.3.0.202311071249 [2024-04-06T13:33:02.639Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:02.639Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.oda.designer.feature,1.15.0.202311071249 [2024-04-06T13:33:02.639Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.zseries.ui,1.3.0.202311071249 [2024-04-06T13:33:02.639Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.ui.source,1.3.0.202311071249 [2024-04-06T13:33:02.639Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.modelbase.derby.source,1.3.0.202311071249 [2024-04-06T13:33:02.639Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.ingres.feature,1.15.0.202311071249 [2024-04-06T13:33:02.639Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.ddlgen.feature,1.16.0.202403060703 [2024-04-06T13:33:02.639Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.apache.derby.feature.source,1.15.0.202311071249 [2024-04-06T13:33:02.640Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.result.ui,1.4.0.202311071249 [2024-04-06T13:33:02.640Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.msft.feature,1.16.0.202311071307 [2024-04-06T13:33:02.640Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase,1.3.0.202311071249 [2024-04-06T13:33:02.640Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.template.ui.source,3.5.0.202311071249 [2024-04-06T13:33:02.640Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.flatfile.ui,3.4.0.202311071249 [2024-04-06T13:33:02.640Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sybase.models,1.3.0.202311071249 [2024-04-06T13:33:02.640Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages.source,1.4.0.202311071249 [2024-04-06T13:33:02.640Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.doc.user.contexts,1.8.0.202311071249 [2024-04-06T13:33:02.640Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.postgresql.source,1.4.0.202311071249 [2024-04-06T13:33:02.640Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.informix,1.3.0.202311071249 [2024-04-06T13:33:02.640Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.oda.feature.source,1.15.0.202311071249 [2024-04-06T13:33:02.640Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.ui.templates,1.3.0.202311071249 [2024-04-06T13:33:02.640Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.db.generic.ui,1.3.0.202311071249 [2024-04-06T13:33:02.640Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.mysql.feature.source,1.15.0.202311071249 [2024-04-06T13:33:02.640Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.source,1.3.0.202311071249 [2024-04-06T13:33:02.640Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.common.ui,1.3.0.202311071249 [2024-04-06T13:33:02.640Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.postgresql.feature,1.15.0.202311071249 [2024-04-06T13:33:02.640Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.template.ui,3.5.0.202311071249 [2024-04-06T13:33:02.640Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sqlite.feature.source,1.15.0.202311071249 [2024-04-06T13:33:02.640Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.common.ui.source,1.3.0.202311071249 [2024-04-06T13:33:02.640Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.sap.feature,1.15.0.202311071249 [2024-04-06T13:33:02.640Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.ui,1.5.0.202311071249 [2024-04-06T13:33:02.640Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.apache.derby.ui.source,1.3.0.202311071249 [2024-04-06T13:33:02.641Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.doc.user,1.16.0.202311071249 [2024-04-06T13:33:02.641Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.sqlite.ui.source,1.3.0.202311071249 [2024-04-06T13:33:02.641Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.ddlgen.ui.source,1.3.0.202311071249 [2024-04-06T13:33:02.641Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.sqlbuilder.feature.source,1.16.0.202403060703 [2024-04-06T13:33:02.641Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.mysql.source,1.3.0.202311071249 [2024-04-06T13:33:02.641Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.finfo,1.8.0.202311071249 [2024-04-06T13:33:02.641Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.iseries.source,1.3.0.202311071249 [2024-04-06T13:33:02.905Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.modelbase.dbdefinition,1.3.0.202311071249 [2024-04-06T13:33:02.905Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.enablement.ibm.feature.source,1.15.0.202311071249 [2024-04-06T13:33:02.905Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sdk,1.10.0.202312081612 [2024-04-06T13:33:02.905Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.sqm.core.ui.source,1.5.0.202311071249 [2024-04-06T13:33:02.905Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.sqlscrapbook.source,1.3.0.202311071249 [2024-04-06T13:33:02.905Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.modelbase.feature,1.15.0.202311071249 [2024-04-06T13:33:02.905Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.zseries.ui.source,1.3.0.202311071249 [2024-04-06T13:33:02.905Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.informix.ui.source,1.3.0.202311071249 [2024-04-06T13:33:02.905Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.data.core,1.5.0.202311071249 [2024-04-06T13:33:02.906Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.connectivity.oda.designer.feature.source,1.15.0.202311071249 [2024-04-06T13:33:02.906Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.sqlscrapbook,1.3.0.202311071249 [2024-04-06T13:33:02.906Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.oracle.ui,1.3.0.202311071249 [2024-04-06T13:33:02.906Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.plan.source,1.3.0.202311071249 [2024-04-06T13:33:02.906Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.sqlbuilder,1.3.0.202311071249 [2024-04-06T13:33:02.906Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.plan,1.3.0.202311071249 [2024-04-06T13:33:02.906Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.routineeditor.source,1.3.0.202311071249 [2024-04-06T13:33:02.906Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.oda.xml.ui,1.5.0.202311071249 [2024-04-06T13:33:02.906Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature,1.15.0.202311071249 [2024-04-06T13:33:02.906Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.db.derby,1.3.0.202311071249 [2024-04-06T13:33:02.906Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.editor.core.source,1.3.0.202311071249 [2024-04-06T13:33:02.906Z] - mirrored artifact osgi.bundle,org.apache.lucene.queries,9.10.0.v20240221-0830 [2024-04-06T13:33:02.906Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.mysql.ui.source,1.3.0.202311071249 [2024-04-06T13:33:02.906Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.parsers.sql.xml.query.source,1.3.0.202311071249 [2024-04-06T13:33:02.906Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.sqltools.debugger.core,1.3.0.202311071249 [2024-04-06T13:33:02.906Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.enablement.ibm.db2.iseries.ui.source,1.3.0.202311071249 [2024-04-06T13:33:02.906Z] - mirrored artifact osgi.bundle,org.eclipse.datatools.connectivity.oda.flatfile,3.4.0.202311071249 [2024-04-06T13:33:02.906Z] Mirroring artifacts from https://download.eclipse.org/webtools/downloads/drops/R3.33.0/S-3.33RC2-20240304165142/repository [2024-04-06T13:33:03.173Z] - mirroring artifact osgi.bundle,org.eclipse.wtp.epp.package.capabilities,1.3.0.v201902122017 [2024-04-06T13:33:03.173Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.web_core.feature,3.33.0.v202402030251 [2024-04-06T13:33:03.173Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.ws.jaxws.dom.feature,1.0.600.v202308010354 [2024-04-06T13:33:03.173Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.jshint.ui,1.1.0.v202308160419 [2024-04-06T13:33:03.173Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.jndi,12.0.6 [2024-04-06T13:33:03.173Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.servlets,12.0.6 [2024-04-06T13:33:03.173Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.tomcat.ui.source,1.1.1100.v202307100353 [2024-04-06T13:33:03.173Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xmleditor.doc.user,1.1.0.v201903222120 [2024-04-06T13:33:03.173Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.ui.doc.user.source,1.0.600.v201901310132 [2024-04-06T13:33:03.173Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.cxf.doc.user,1.0.300.v201902162149 [2024-04-06T13:33:03.173Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.wipbackend.dev.source,0.6.0.v202307190318 [2024-04-06T13:33:03.174Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.server_adapters.feature.source,3.33.0.v202401292308 [2024-04-06T13:33:03.174Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxws.dom.integration.source,1.1.0.v202308010229 [2024-04-06T13:33:03.174Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.emf,1.2.700.v202007161535 [2024-04-06T13:33:03.174Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis.consumption.ui.source,1.1.0.v202308010145 [2024-04-06T13:33:03.174Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.creation.ejb.ui.source,1.0.400.v202308010145 [2024-04-06T13:33:03.174Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.debug.crossfire,1.1.0.v202307190318 [2024-04-06T13:33:03.174Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.source,0.6.0.v202307190318 [2024-04-06T13:33:03.174Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.wipbackend.protocol_1_0,0.6.0.v202307190351 [2024-04-06T13:33:03.174Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.annotate.source,1.1.0.v202308172102 [2024-04-06T13:33:03.174Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.common.fproj.enablement.jdt,3.29.0.v202308161955 [2024-04-06T13:33:03.174Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.doc,1.1.0.v202110312208 [2024-04-06T13:33:03.174Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.ui.source,1.6.200.v202308172116 [2024-04-06T13:33:03.174Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.core.source,1.5.0.v202307260438 [2024-04-06T13:33:03.174Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsdeditor.doc.user,1.0.800.v201903222120 [2024-04-06T13:33:03.174Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.emfworkbench.integration,1.3.0.v202308161955 [2024-04-06T13:33:03.174Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.snippets.source,1.3.0.v202308161955 [2024-04-06T13:33:03.174Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.xml,12.0.6 [2024-04-06T13:33:03.174Z] - mirroring artifact osgi.bundle,org.apache.commons.collections,3.2.2.v201511171945 [2024-04-06T13:33:03.174Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.ui.infopop,1.1.200.v201901310132 [2024-04-06T13:33:03.174Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.doc.user,1.0.700.v201903222115 [2024-04-06T13:33:03.174Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.wipbackend.dev,0.6.0.v202307190318 [2024-04-06T13:33:03.174Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.cxf.ui.source,1.1.0.v202308010145 [2024-04-06T13:33:03.174Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxb.core,1.1.0.v202308010229 [2024-04-06T13:33:03.174Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xml.xpath.ui,1.2.0.v202307260701 [2024-04-06T13:33:03.174Z] - mirroring artifact osgi.bundle,org.eclipse.persistence.moxy.source,2.7.3.v20180807-4be1041 [2024-04-06T13:33:03.174Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis.ui.doc.user.source,1.1.200.v201903222115 [2024-04-06T13:33:03.174Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxws.doc.user,1.0.400.v201902162216 [2024-04-06T13:33:03.174Z] - mirroring artifact osgi.bundle,org.eclipse.wst.ws.ui,1.2.1.v202308010145 [2024-04-06T13:33:03.175Z] - mirroring artifact osgi.bundle,org.eclipse.jst.common.frameworks.source,1.2.0.v202307260438 [2024-04-06T13:33:03.175Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.source,0.4.0.v202307190339 [2024-04-06T13:33:03.175Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpadiagrameditor.ui.source,1.2.201.v202307260736 [2024-04-06T13:33:03.175Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.cxf.doc.user.source,1.0.300.v201902162149 [2024-04-06T13:33:03.175Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.jshint.core,1.1.0.v202308160419 [2024-04-06T13:33:03.175Z] - mirrored artifact osgi.bundle,org.eclipse.wtp.epp.package.capabilities,1.3.0.v201902122017 [2024-04-06T13:33:03.175Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.ws.jaxws.feature,1.2.1000.v202311280000 [2024-04-06T13:33:03.175Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.project.facet.core.source,1.5.0.v202308161955 [2024-04-06T13:33:03.175Z] - mirroring artifact osgi.bundle,javax.activation,1.1.0.v201211130549 [2024-04-06T13:33:03.175Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.web_core.feature,3.33.0.v202402030251 [2024-04-06T13:33:03.175Z] - mirroring artifact osgi.bundle,org.apache.commons.discovery,0.5.0 [2024-04-06T13:33:03.175Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.ui.source,1.2.401.v202308161955 [2024-04-06T13:33:03.175Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.modulecore,1.3.200.v202108200212 [2024-04-06T13:33:03.175Z] - mirroring artifact osgi.bundle,org.eclipse.json,1.2.0.v202308160419 [2024-04-06T13:33:03.175Z] - mirroring artifact osgi.bundle,org.eclipse.wst.ws.infopop.source,1.0.400.v201903050508 [2024-04-06T13:33:03.175Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.infopop.source,1.0.301.v202307170218 [2024-04-06T13:33:03.175Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.frameworks.ui,1.3.0.v202308161955 [2024-04-06T13:33:03.175Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.cxf.consumption.ui,1.1.0.v202308010229 [2024-04-06T13:33:03.175Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxrs.core.source,1.2.0.v202311232240 [2024-04-06T13:33:03.175Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.web_js_support.feature,3.32.0.v202309190220 [2024-04-06T13:33:03.175Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.ui.source,0.7.0.v202307190318 [2024-04-06T13:33:03.175Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.npm.ui,1.1.0.v202308160419 [2024-04-06T13:33:03.175Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.core.source,1.2.200.v202302070714 [2024-04-06T13:33:03.175Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jaxb.ui,1.5.200.v202301061019 [2024-04-06T13:33:03.175Z] - mirroring artifact osgi.bundle,org.eclipse.wst.css.ui,1.2.200.v202308160453 [2024-04-06T13:33:03.175Z] - mirroring artifact osgi.bundle,org.eclipse.wst.web.source,1.3.200.v202305221615 [2024-04-06T13:33:03.175Z] - mirroring artifact osgi.bundle,org.eclipse.wst.webtools.doc.user.source,1.0.500.v201903222120 [2024-04-06T13:33:03.175Z] - mirroring artifact osgi.bundle,jakarta.servlet.jsp,3.0.0.v20210105-0527 [2024-04-06T13:33:03.175Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpadiagrameditor.ui,1.2.201.v202307260736 [2024-04-06T13:33:03.175Z] - mirroring artifact osgi.bundle,org.eclipse.persistence.antlr,3.5.2.v201711011707 [2024-04-06T13:33:03.175Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.ui,1.1.100.v202308012257 [2024-04-06T13:33:03.175Z] - mirroring artifact osgi.bundle,org.eclipse.jst.servlet.ui,1.2.0.v202402152248 [2024-04-06T13:33:03.176Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.jaxp.debug.source,1.1.100.v202202230212 [2024-04-06T13:33:03.176Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.ws.cxf.feature,1.1.1200.v202311232240 [2024-04-06T13:33:03.176Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.ws.axis2tools.feature,1.2.0.v202308010354 [2024-04-06T13:33:03.176Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxrs.core,1.2.0.v202311232240 [2024-04-06T13:33:03.176Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.infopop.source,1.0.400.v201903050508 [2024-04-06T13:33:03.176Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.server_core.feature,3.4.600.v202401292345 [2024-04-06T13:33:03.176Z] - mirroring artifact osgi.bundle,org.eclipse.jst.common.frameworks,1.2.0.v202307260438 [2024-04-06T13:33:03.176Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ejb.doc.user,1.1.301.v201903222024 [2024-04-06T13:33:03.176Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.jsdt.chromium.debug.feature.source,0.7.0.v202307190351 [2024-04-06T13:33:03.176Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.core.source,0.6.0.v202307190318 [2024-04-06T13:33:03.176Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jaxb.core.source,1.4.101.v201902121834 [2024-04-06T13:33:03.176Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsf.facelet.core,1.5.0.v202308300413 [2024-04-06T13:33:03.176Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.discovery.source,1.3.500.v202308172116 [2024-04-06T13:33:03.176Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.webservice,1.2.0.v202307260438 [2024-04-06T13:33:03.176Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.common.ui.source,1.4.201.v202301061019 [2024-04-06T13:33:03.176Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.webservice.ui.source,1.2.0.v202402152248 [2024-04-06T13:33:03.176Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsf.standard.tagsupport,1.6.0.v202303190717 [2024-04-06T13:33:03.176Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.eclipselink.core,2.5.0.v202308172102 [2024-04-06T13:33:03.176Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.creation.ui,1.1.0.v202308010145 [2024-04-06T13:33:03.176Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.doc.user,1.1.400.v202101072335 [2024-04-06T13:33:03.176Z] - mirroring artifact osgi.bundle,org.eclipse.jem.beaninfo.vm.common,2.1.0.v202402152248 [2024-04-06T13:33:03.176Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.plus,12.0.6 [2024-04-06T13:33:03.176Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jsf.feature,3.13.0.v202308300413 [2024-04-06T13:33:03.176Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.common_core.feature,3.31.0.v202308161955 [2024-04-06T13:33:03.176Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxws.utils.source,1.1.0.v202308010354 [2024-04-06T13:33:03.176Z] - mirroring artifact osgi.bundle,org.apache.wsil4j,1.0.0.v20230923-0644 [2024-04-06T13:33:03.176Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.eclipselink.branding,3.4.1.v201902121834 [2024-04-06T13:33:03.176Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.server_adapters.ext.feature.source,3.4.900.v202402192305 [2024-04-06T13:33:03.176Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.ejb,1.2.0.v202307260438 [2024-04-06T13:33:03.177Z] - mirroring artifact osgi.bundle,org.eclipse.jst.common.annotations.core.source,1.2.0.v202307260438 [2024-04-06T13:33:03.177Z] - mirroring artifact osgi.bundle,org.eclipse.jst.common.annotations.ui,1.2.0.v202307260438 [2024-04-06T13:33:03.177Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.jshint.ui,1.1.0.v202308160419 [2024-04-06T13:33:03.177Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.jca,1.2.0.v202307260438 [2024-04-06T13:33:03.177Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.branding,3.4.1.v201902121834 [2024-04-06T13:33:03.177Z] - mirroring artifact osgi.bundle,org.eclipse.jsf.branding,3.5.1.v201902121810 [2024-04-06T13:33:03.177Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.js,0.2.0.v202307190318 [2024-04-06T13:33:03.177Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.emf.source,1.2.700.v202007161535 [2024-04-06T13:33:03.177Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.ws.jaxws.dom.feature,1.0.600.v202308010354 [2024-04-06T13:33:03.177Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.preview.adapter,1.2.100.v202401292308 [2024-04-06T13:33:03.177Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotations.emitter.source,1.2.0.v202307261744 [2024-04-06T13:33:03.177Z] - mirroring artifact osgi.bundle,org.eclipse.wst.html.core,1.4.400.v202308160453 [2024-04-06T13:33:03.177Z] - mirroring artifact osgi.bundle,org.eclipse.wst.wsi.source,1.1.501.v202308010145 [2024-04-06T13:33:03.177Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.json_core.feature,1.1.9.v202308160419 [2024-04-06T13:33:03.177Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xml.ui,1.2.701.v202308160453 [2024-04-06T13:33:03.177Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jaxb.ui.source,1.5.200.v202301061019 [2024-04-06T13:33:03.177Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.jaxp.launching,1.1.200.v202301080401 [2024-04-06T13:33:03.177Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.common.fproj.source,3.7.4.v202308161955 [2024-04-06T13:33:03.177Z] - mirroring artifact osgi.bundle,org.eclipse.wst.command.env.ui,1.2.0.v202308012257 [2024-04-06T13:33:03.177Z] - mirroring artifact osgi.bundle,org.eclipse.wst.ws.parser.source,1.1.0.v202308012257 [2024-04-06T13:33:03.177Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.ui.source,3.6.100.v202305092307 [2024-04-06T13:33:03.177Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.common.core,1.6.0.v202308172102 [2024-04-06T13:33:03.177Z] - mirroring artifact osgi.bundle,org.eclipse.wst.validation.infopop.source,1.0.300.v202007131715 [2024-04-06T13:33:03.177Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.bower.core,1.1.0.v202308160419 [2024-04-06T13:33:03.177Z] - mirroring artifact osgi.bundle,org.eclipse.wst.internet.monitor.ui.source,1.0.801.v202308110227 [2024-04-06T13:33:03.177Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jpt.jpa.feature,3.7.0.v202308172102 [2024-04-06T13:33:03.177Z] - mirroring artifact osgi.bundle,org.eclipse.wst.command.env.doc.user,1.5.400.v201903222115 [2024-04-06T13:33:03.177Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsf.ui,1.7.0.v202303190717 [2024-04-06T13:33:03.177Z] - mirroring artifact osgi.bundle,org.eclipse.wst.web.ui,1.2.500.v202308160453 [2024-04-06T13:33:03.177Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.modulecore.source,1.3.200.v202108200212 [2024-04-06T13:33:03.177Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.eslint.core,1.1.0.v202308160419 [2024-04-06T13:33:03.177Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.server_adapters.feature,3.33.0.v202401292308 [2024-04-06T13:33:03.178Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.consumption.infopop.source,1.0.400.v201903050508 [2024-04-06T13:33:03.178Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.jsdtbridge,0.6.0.v202307190318 [2024-04-06T13:33:03.178Z] - mirroring artifact osgi.bundle,org.eclipse.jst.pagedesigner.jsf.ui,1.6.0.v202303190717 [2024-04-06T13:33:03.178Z] - mirroring artifact osgi.bundle,org.apache.velocity,1.7.0 [2024-04-06T13:33:03.178Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.tomcat.ui,1.1.1100.v202307100353 [2024-04-06T13:33:03.178Z] - mirroring artifact osgi.bundle,org.eclipse.wst.internet.monitor.ui,1.0.801.v202308110227 [2024-04-06T13:33:03.178Z] - mirroring artifact osgi.bundle,org.eclipse.wst.wsdl.source,1.3.1.v202308012257 [2024-04-06T13:33:03.178Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.jndi,12.0.6 [2024-04-06T13:33:03.178Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.debug.rhino.debugger,1.1.0.v202307190318 [2024-04-06T13:33:03.178Z] - mirroring artifact osgi.bundle,org.eclipse.jst.pagedesigner.jsp.core,1.6.0.v202303190717 [2024-04-06T13:33:03.178Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.enterprise_ui.feature,3.33.0.v202401080452 [2024-04-06T13:33:03.178Z] - mirroring artifact osgi.bundle,org.eclipse.wtp.web.capabilities.source,1.0.200.v201901071922 [2024-04-06T13:33:03.178Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.ui,3.6.100.v202305092307 [2024-04-06T13:33:03.178Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.xdoclet.runtime.source,1.2.0.v202101081429 [2024-04-06T13:33:03.178Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsp.core.source,1.4.700.v202308180906 [2024-04-06T13:33:03.178Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsdeditor.doc.user.source,1.0.800.v201903222120 [2024-04-06T13:33:03.178Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.servlets,12.0.6 [2024-04-06T13:33:03.178Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.db.ui.source,2.1.201.v201902121834 [2024-04-06T13:33:03.178Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpadiagrameditor.doc.user,1.2.102.v201902121834 [2024-04-06T13:33:03.178Z] - mirroring artifact osgi.bundle,org.apache.axis,1.4.1.v20231107-0937 [2024-04-06T13:33:03.178Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.ui.infopop,1.0.500.v201901310132 [2024-04-06T13:33:03.178Z] - mirroring artifact osgi.bundle,org.eclipse.wtp.web.capabilities,1.0.200.v201901071922 [2024-04-06T13:33:03.178Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsp.ui.infopop,1.0.200.v201903222120 [2024-04-06T13:33:03.178Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.npm.core.source,1.1.0.v202308160419 [2024-04-06T13:33:03.178Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.ws.jaxws_userdoc.feature,1.0.403.v201909051708 [2024-04-06T13:33:03.178Z] - mirroring artifact osgi.bundle,org.apache.commons.lang,2.6.0.v201404270220 [2024-04-06T13:33:03.178Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.discovery,1.3.500.v202308172116 [2024-04-06T13:33:03.178Z] - mirroring artifact osgi.bundle,org.eclipse.jst.common.project.facet.core.source,1.13.0.v202308161955 [2024-04-06T13:33:03.178Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxws.dom.ui,1.1.0.v202308010229 [2024-04-06T13:33:03.178Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxws.doc.user.source,1.0.400.v201902162216 [2024-04-06T13:33:03.178Z] - mirroring artifact osgi.bundle,javax.persistence,2.2.1.v201807122140 [2024-04-06T13:33:03.178Z] - mirroring artifact osgi.bundle,org.eclipse.jem.util.source,2.2.0.v202308161955 [2024-04-06T13:33:03.179Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.frameworks.source,1.3.0.v202308161955 [2024-04-06T13:33:03.179Z] - mirroring artifact osgi.bundle,org.eclipse.jem.workbench,2.1.100.v202402230230 [2024-04-06T13:33:03.179Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.cxf.consumption.ui.source,1.1.0.v202308010229 [2024-04-06T13:33:03.179Z] - mirroring artifact osgi.bundle,org.eclipse.wst.wsdl.ui,1.3.101.v202308010229 [2024-04-06T13:33:03.179Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.project.facet.core,1.5.0.v202308161955 [2024-04-06T13:33:03.179Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsp.ui.source,1.3.600.v202308160453 [2024-04-06T13:33:03.179Z] - mirroring artifact osgi.bundle,org.eclipse.wst.wsi.ui,1.1.201.v202304050339 [2024-04-06T13:33:03.179Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.core,1.3.0.v202401292331 [2024-04-06T13:33:03.179Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.cxf.core,1.2.0.v202308010145 [2024-04-06T13:33:03.179Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.exslt.ui,1.1.0.v201901071922 [2024-04-06T13:33:03.179Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.preview.adapter.source,1.2.100.v202401292308 [2024-04-06T13:33:03.179Z] - mirroring artifact osgi.bundle,org.eclipse.wst.wsi.ui.doc.user,1.0.750.v201903222115 [2024-04-06T13:33:03.179Z] - mirroring artifact osgi.bundle,org.eclipse.wst.command.env.core.source,1.1.0.v202308010229 [2024-04-06T13:33:03.179Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.ws_core.feature,3.31.0.v202308021509 [2024-04-06T13:33:03.179Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.jsdt.chromium.debug.feature,0.7.0.v202307190351 [2024-04-06T13:33:03.179Z] - mirroring artifact osgi.bundle,org.eclipse.wst.ws.source,1.2.0.v202308010145 [2024-04-06T13:33:03.179Z] - mirroring artifact osgi.bundle,org.eclipse.wst.validation.source,1.3.0.v202308161955 [2024-04-06T13:33:03.179Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.annotations.source,12.0.6 [2024-04-06T13:33:03.179Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.annotations,12.0.6 [2024-04-06T13:33:03.179Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.common.branding,1.4.1.v201902121834 [2024-04-06T13:33:03.179Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.tomcat.ui.source,1.1.1100.v202307100353 [2024-04-06T13:33:03.179Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.doc.source,1.1.0.v202110312208 [2024-04-06T13:33:03.179Z] - mirroring artifact osgi.bundle,org.eclipse.wtp.epp.package.jee.intro,1.3.0.v201902122017 [2024-04-06T13:33:03.179Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.web_ui.feature,3.31.0.v202403030558 [2024-04-06T13:33:03.179Z] - mirroring artifact osgi.bundle,org.eclipse.wst.wsdl.ui.doc.user.source,1.0.850.v201903222115 [2024-04-06T13:33:03.179Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.server_ui.feature,3.4.500.v202401292331 [2024-04-06T13:33:03.179Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.web_ui.feature.source,3.31.0.v202403030558 [2024-04-06T13:33:03.179Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsf.core,1.9.1.v202308300413 [2024-04-06T13:33:03.179Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xml.xpath.ui.source,1.2.0.v202307260701 [2024-04-06T13:33:03.179Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.preview.adapter,1.2.100.v202401292308 [2024-04-06T13:33:03.180Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.webpageeditor.feature,2.12.0.v202307262216 [2024-04-06T13:33:03.180Z] - mirroring artifact osgi.bundle,org.eclipse.wst.html.core.source,1.4.400.v202308160453 [2024-04-06T13:33:03.180Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.server_ui.feature.source,3.4.500.v202401292331 [2024-04-06T13:33:03.180Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.uriresolver.source,1.4.0.v202308161955 [2024-04-06T13:33:03.180Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.server_core.feature.source,3.4.0.v202311141839 [2024-04-06T13:33:03.180Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.core,0.6.0.v202307190318 [2024-04-06T13:33:03.180Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.consumption,1.1.0.v202308010229 [2024-04-06T13:33:03.180Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.xdoclet.runtime,1.2.0.v202101081429 [2024-04-06T13:33:03.180Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ejb.doc.user.source,1.1.301.v201903222024 [2024-04-06T13:33:03.180Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsd.ui.source,1.3.601.v202308160453 [2024-04-06T13:33:03.180Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.consumption.ui,1.2.0.v202308010145 [2024-04-06T13:33:03.180Z] - mirroring artifact osgi.bundle,jakarta.enterprise.lang-model,4.0.1 [2024-04-06T13:33:03.180Z] - mirroring artifact osgi.bundle,javax.xml,1.3.4.v201005080400 [2024-04-06T13:33:03.180Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.ui.source,1.2.300.v202305221615 [2024-04-06T13:33:03.180Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.jca.ui,1.2.0.v202402152248 [2024-04-06T13:33:03.180Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.enterprise_core.feature,3.33.0.v202401080452 [2024-04-06T13:33:03.180Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis.creation.ui.source,1.1.0.v202308011607 [2024-04-06T13:33:03.180Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xml.core,1.2.800.v202308210520 [2024-04-06T13:33:03.180Z] - mirroring artifact osgi.bundle,org.eclipse.wtp.xml.capabilities,1.0.200.v201901071922 [2024-04-06T13:33:03.180Z] - mirroring artifact osgi.bundle,org.eclipse.wst.dtd.ui.infopop,1.0.400.v201903222120 [2024-04-06T13:33:03.180Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.gen.source,2.3.201.v202301061019 [2024-04-06T13:33:03.180Z] - mirroring artifact osgi.bundle,org.eclipse.jst.common.ui.source,1.1.0.v202307260438 [2024-04-06T13:33:03.180Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.tomcat.core,1.2.600.v202402192305 [2024-04-06T13:33:03.180Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.launching,1.2.0.v201901071922 [2024-04-06T13:33:03.180Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jaxb.eclipselink.core.source,1.3.201.v201902121834 [2024-04-06T13:33:03.180Z] - mirroring artifact osgi.bundle,org.eclipse.wst.ws.service.policy.ui.source,1.2.0.v202311232240 [2024-04-06T13:33:03.180Z] - mirroring artifact osgi.bundle,org.eclipse.wst.sse.ui,1.7.900.v202402030233 [2024-04-06T13:33:03.180Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsf.apache.trinidad.tagsupport,1.5.0.v202303190717 [2024-04-06T13:33:03.180Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.jaxp.debug,1.1.100.v202202230212 [2024-04-06T13:33:03.180Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.server_adapters.ext.feature,3.4.900.v202402192305 [2024-04-06T13:33:03.180Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.json_core.feature.source,1.1.9.v202308160419 [2024-04-06T13:33:03.181Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.cxf.ui,1.1.0.v202308010145 [2024-04-06T13:33:03.181Z] - mirroring artifact osgi.bundle,org.eclipse.wst.sse.ui.infopop,1.0.300.v201903222120 [2024-04-06T13:33:03.181Z] - mirroring artifact osgi.bundle,org.eclipse.wtp.jee.capabilities.source,1.0.100.v201903222024 [2024-04-06T13:33:03.181Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.server_userdoc.feature,3.3.300.v201901310132 [2024-04-06T13:33:03.181Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.eclipselink.core.source,2.5.0.v202308172102 [2024-04-06T13:33:03.181Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jaxb.core.schemagen,1.1.202.v202104080213 [2024-04-06T13:33:03.181Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.ui.doc.user.source,1.0.600.v201901310132 [2024-04-06T13:33:03.181Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.core,3.7.0.v202308172102 [2024-04-06T13:33:03.181Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jaxb.branding,1.4.1.v201902121834 [2024-04-06T13:33:03.181Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.common_ui.feature.source,3.31.0.v202308161955 [2024-04-06T13:33:03.181Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.jshint.core.source,1.1.0.v202308160419 [2024-04-06T13:33:03.181Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis2.consumption.core.source,1.1.0.v202308010354 [2024-04-06T13:33:03.181Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.support.firefox,1.1.0.v202307190318 [2024-04-06T13:33:03.181Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.xml_ui.feature.source,3.33.0.v202402030243 [2024-04-06T13:33:03.181Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.uddiregistry.source,1.2.0.v202308010229 [2024-04-06T13:33:03.181Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsf.common.runtime,1.5.0.v202303190717 [2024-04-06T13:33:03.181Z] - mirroring artifact osgi.bundle,org.eclipse.wst.dtd.ui,1.1.700.v202308160453 [2024-04-06T13:33:03.181Z] - mirroring artifact osgi.bundle,org.eclipse.jem.beaninfo.vm.source,2.1.0.v202101081429 [2024-04-06T13:33:03.181Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.source,1.1.0.v202308010229 [2024-04-06T13:33:03.181Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xmleditor.doc.user,1.1.0.v201903222120 [2024-04-06T13:33:03.181Z] - mirroring artifact osgi.bundle,org.eclipse.wst.html.ui.source,1.1.801.v202308160453 [2024-04-06T13:33:03.181Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.launching.source,1.2.0.v201901071922 [2024-04-06T13:33:03.181Z] - mirroring artifact osgi.bundle,org.eclipse.wst.wsi.ui.doc.user.source,1.0.750.v201903222115 [2024-04-06T13:33:03.181Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature,2.8.0.v202307262303 [2024-04-06T13:33:03.181Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.server_adapters.feature,3.33.0.v202401292308 [2024-04-06T13:33:03.181Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.exslt.ui.source,1.1.0.v201901071922 [2024-04-06T13:33:03.181Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jpt.common.feature,1.5.200.v202308172102 [2024-04-06T13:33:03.182Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotation.model,1.1.600.v202307261744 [2024-04-06T13:33:03.182Z] - mirroring artifact osgi.bundle,org.eclipse.jst.common.annotations.ui.source,1.2.0.v202307260438 [2024-04-06T13:33:03.182Z] - mirroring artifact osgi.bundle,jakarta.enterprise.cdi-api,2.0.2 [2024-04-06T13:33:03.182Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jee.web.source,1.1.0.v202307260438 [2024-04-06T13:33:03.182Z] - mirroring artifact osgi.bundle,jakarta.enterprise.cdi-api.source,2.0.2 [2024-04-06T13:33:03.182Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xmleditor.doc.user.source,1.1.0.v201903222120 [2024-04-06T13:33:03.182Z] - mirroring artifact osgi.bundle,org.eclipse.wst.ws.service.policy,1.1.0.v202308010229 [2024-04-06T13:33:03.182Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsf.facesconfig.ui,1.7.0.v202305071652 [2024-04-06T13:33:03.182Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.xml_ui.feature,3.33.0.v202402030243 [2024-04-06T13:33:03.182Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.eclipselink.core.ddlgen,2.2.201.v201902121834 [2024-04-06T13:33:03.182Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxrs.ui,1.1.0.v202308010145 [2024-04-06T13:33:03.182Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.xsl.feature,1.3.1500.v202307260701 [2024-04-06T13:33:03.182Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.ui.doc.user.source,1.1.600.v201901310132 [2024-04-06T13:33:03.182Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jee,1.1.0.v202307260438 [2024-04-06T13:33:03.182Z] - mirroring artifact osgi.bundle,org.eclipse.wst.dtdeditor.doc.user.source,1.1.0.v201903222120 [2024-04-06T13:33:03.182Z] - mirroring artifact osgi.bundle,org.eclipse.wst.wsi.ui.source,1.1.201.v202304050339 [2024-04-06T13:33:03.182Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.web.ui,1.3.0.v202307260543 [2024-04-06T13:33:03.182Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.exslt.core,1.1.0.v201901071922 [2024-04-06T13:33:03.182Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.server_ui.feature,3.3.1800.v202308172116 [2024-04-06T13:33:03.182Z] - mirroring artifact osgi.bundle,javax.mail,1.4.0.v201005080615 [2024-04-06T13:33:03.182Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.saxon,1.1.0.v201901071922 [2024-04-06T13:33:03.182Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.eslint.core.source,1.1.0.v202308160419 [2024-04-06T13:33:03.182Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.server_userdoc.feature.source,3.3.300.v201901310132 [2024-04-06T13:33:03.182Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.creation.ejb.ui,1.0.400.v202308010145 [2024-04-06T13:33:03.182Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.server_core.feature,3.4.0.v202311141839 [2024-04-06T13:33:03.182Z] - mirroring artifact osgi.bundle,org.eclipse.jem.util,2.2.0.v202308161955 [2024-04-06T13:33:03.182Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.frameworks.ui.source,1.3.0.v202308161955 [2024-04-06T13:33:03.182Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.manipulation,1.1.0.v202307190318 [2024-04-06T13:33:03.182Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.core.source,1.1.100.v202308160419 [2024-04-06T13:33:03.182Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jee.ejb,1.1.0.v202307260438 [2024-04-06T13:33:03.182Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.jaxp.debug.ui.source,1.1.0.v201901071922 [2024-04-06T13:33:03.183Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jpt.common.eclipselink.feature,1.3.300.v202307260736 [2024-04-06T13:33:03.183Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.uriresolver,1.4.0.v202308161955 [2024-04-06T13:33:03.183Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotations.emitter,1.2.0.v202307261744 [2024-04-06T13:33:03.183Z] - mirroring artifact osgi.bundle,org.uddi4j,2.0.5.v20230923-0644 [2024-04-06T13:33:03.183Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis.infopop,1.0.400.v201903050508 [2024-04-06T13:33:03.183Z] - mirroring artifact osgi.bundle,org.eclipse.wst.wsdl.validation.source,1.3.101.v202308010145 [2024-04-06T13:33:03.183Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis2.creation.ui.source,1.1.0.v202308010145 [2024-04-06T13:33:03.183Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.doc,2.2.0.v202303191832 [2024-04-06T13:33:03.183Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.jca.source,1.2.0.v202307260438 [2024-04-06T13:33:03.183Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.xml_core.feature.source,3.33.0.v202402230237 [2024-04-06T13:33:03.183Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.generic.ui.source,1.1.0.v202401292331 [2024-04-06T13:33:03.183Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jaxb.eclipselink.branding,1.4.101.v201902121834 [2024-04-06T13:33:03.183Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis.consumption.core.source,1.1.0.v202308021505 [2024-04-06T13:33:03.183Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.environment.source,1.1.0.v202308161955 [2024-04-06T13:33:03.183Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.db.ui,2.1.201.v201902121834 [2024-04-06T13:33:03.183Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxrs.ui.source,1.1.0.v202308010145 [2024-04-06T13:33:03.183Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.web.support.jsp,1.1.200.v202210260359 [2024-04-06T13:33:03.183Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis.creation.ui,1.1.0.v202308011607 [2024-04-06T13:33:03.183Z] - mirroring artifact osgi.bundle,org.eclipse.jst.servlet.ui.infopop,1.0.500.v201903222024 [2024-04-06T13:33:03.183Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.creation.ui.source,1.1.0.v202308010145 [2024-04-06T13:33:03.183Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.json_ui.feature.source,1.1.11.v202308160419 [2024-04-06T13:33:03.183Z] - mirroring artifact osgi.bundle,org.eclipse.wst.sse.ui.source,1.7.900.v202402030233 [2024-04-06T13:33:03.183Z] - mirroring artifact osgi.bundle,org.eclipse.wst.command.env,1.1.0.v202308010354 [2024-04-06T13:33:03.183Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis.ui.doc.user,1.1.200.v201903222115 [2024-04-06T13:33:03.183Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.uddiregistry,1.2.0.v202308010229 [2024-04-06T13:33:03.183Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.saxon.source,1.1.0.v201901071922 [2024-04-06T13:33:03.183Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jaxb.eclipselink.ui,1.4.201.v201902121834 [2024-04-06T13:33:03.183Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxb.core.source,1.1.0.v202308010229 [2024-04-06T13:33:03.183Z] - mirroring artifact osgi.bundle,javax.xml.ws,2.1.0.v200902101523 [2024-04-06T13:33:03.184Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xml.xpath.core,1.4.0.v202307260701 [2024-04-06T13:33:03.184Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.doc.user,3.2.101.v201902121834 [2024-04-06T13:33:03.184Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jaxb.eclipselink.ui.source,1.4.201.v201902121834 [2024-04-06T13:33:03.184Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.js.source,0.2.0.v202307190318 [2024-04-06T13:33:03.184Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.ui,1.6.200.v202308172116 [2024-04-06T13:33:03.184Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotations.ui.source,1.2.2.v202307261828 [2024-04-06T13:33:03.184Z] - mirroring artifact osgi.bundle,org.eclipse.wtp.javascript.capabilities,1.0.200.v201901071922 [2024-04-06T13:33:03.184Z] - mirroring artifact osgi.bundle,org.eclipse.wst.dtd.core,1.2.600.v202308160453 [2024-04-06T13:33:03.184Z] - mirroring artifact osgi.bundle,org.eclipse.wst.doc.user.source,1.2.0.v201903222120 [2024-04-06T13:33:03.184Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis2.ui,1.1.0.v202308010145 [2024-04-06T13:33:03.184Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis2.core.source,1.1.0.v202308010145 [2024-04-06T13:33:03.184Z] - mirroring artifact osgi.bundle,jakarta.interceptor-api.source,1.2.5 [2024-04-06T13:33:03.184Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.server_ui.feature.source,3.3.1800.v202308172116 [2024-04-06T13:33:03.184Z] - mirroring artifact osgi.bundle,org.eclipse.wst.sse.core,1.2.1300.v202402230237 [2024-04-06T13:33:03.184Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsf.common.ui,1.7.0.v202303190717 [2024-04-06T13:33:03.184Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsd.core,1.2.101.v202307260543 [2024-04-06T13:33:03.184Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xml.ui.infopop,1.0.400.v201903222120 [2024-04-06T13:33:03.184Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jpt.jaxb.feature,1.5.201.v202301061019 [2024-04-06T13:33:03.184Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxws.dom.runtime.source,1.1.0.v202308010229 [2024-04-06T13:33:03.184Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl,1.2.0.v201901071922 [2024-04-06T13:33:03.184Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee,1.2.1000.v202402152246 [2024-04-06T13:33:03.184Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotations.xdoclet,1.3.0.v202307261816 [2024-04-06T13:33:03.184Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jaxb.eclipselink.core.schemagen,1.2.202.v202104080213 [2024-04-06T13:33:03.184Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.web.ui.source,1.3.0.v202307260543 [2024-04-06T13:33:03.184Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jee.ejb.source,1.1.0.v202307260438 [2024-04-06T13:33:03.184Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.core,1.4.100.v202103232321 [2024-04-06T13:33:03.184Z] - mirroring artifact osgi.bundle,org.eclipse.wst.sse.doc.user.source,1.2.0.v201903222120 [2024-04-06T13:33:03.184Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.ui.source,1.1.100.v202308012257 [2024-04-06T13:33:03.184Z] - mirroring artifact osgi.bundle,org.eclipse.persistence.jpa,2.7.3.v20180807-4be1041 [2024-04-06T13:33:03.184Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.eclipselink.ui.source,2.4.101.v202301061019 [2024-04-06T13:33:03.184Z] - mirroring artifact osgi.bundle,org.eclipse.wst.web,1.3.200.v202305221615 [2024-04-06T13:33:03.184Z] - mirroring artifact osgi.bundle,org.eclipse.wst.ws.service.policy.ui,1.2.0.v202311232240 [2024-04-06T13:33:03.185Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.common.ui,1.4.201.v202301061019 [2024-04-06T13:33:03.185Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.ui.doc.user,1.1.600.v201901310132 [2024-04-06T13:33:03.185Z] - mirroring artifact osgi.bundle,org.eclipse.wst.dtd.ui.source,1.1.700.v202308160453 [2024-04-06T13:33:03.185Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.wipbackend.protocol_1_0.source,0.6.0.v202307190351 [2024-04-06T13:33:03.185Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.web_userdoc.feature,3.18.0.v202004271556 [2024-04-06T13:33:03.185Z] - mirroring artifact osgi.bundle,com.google.javascript,0.0.20160315.v20161124-1903 [2024-04-06T13:33:03.185Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxws.dom.integration,1.1.0.v202308010229 [2024-04-06T13:33:03.185Z] - mirroring artifact osgi.bundle,org.eclipse.wst.ws.explorer.source,1.1.2.v202308010145 [2024-04-06T13:33:03.185Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxws.utils,1.1.0.v202308010354 [2024-04-06T13:33:03.185Z] - mirroring artifact osgi.bundle,org.eclipse.wst.wsi,1.1.501.v202308010145 [2024-04-06T13:33:03.185Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jaxb.core,1.4.101.v201902121834 [2024-04-06T13:33:03.185Z] - mirroring artifact osgi.bundle,org.eclipse.wst.internet.monitor.core,1.1.0.v202304050316 [2024-04-06T13:33:03.185Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jaxb.eclipselink.core,1.3.201.v201902121834 [2024-04-06T13:33:03.185Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis.consumption.core,1.1.0.v202308021505 [2024-04-06T13:33:03.185Z] - mirroring artifact osgi.bundle,org.eclipse.wst.validation.infopop,1.0.300.v202007131715 [2024-04-06T13:33:03.185Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.npm.core,1.1.0.v202308160419 [2024-04-06T13:33:03.185Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsf.facesconfig,1.6.0.v202303190717 [2024-04-06T13:33:03.185Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpadiagrameditor.branding,1.2.102.v201902121834 [2024-04-06T13:33:03.185Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.common.eclipselink.core.source,1.3.400.v202208190239 [2024-04-06T13:33:03.185Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis.consumption.ui,1.1.0.v202308010145 [2024-04-06T13:33:03.185Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotations.ui,1.2.2.v202307261828 [2024-04-06T13:33:03.185Z] - mirroring artifact osgi.bundle,org.eclipse.wst.sse.core.source,1.2.1300.v202402230237 [2024-04-06T13:33:03.185Z] - mirroring artifact osgi.bundle,org.eclipse.wst.sse.doc.user,1.2.0.v201903222120 [2024-04-06T13:33:03.185Z] - mirroring artifact osgi.bundle,org.eclipse.wst.ws,1.2.0.v202308010145 [2024-04-06T13:33:03.185Z] - mirroring artifact osgi.bundle,org.eclipse.jem.beaninfo.vm.common.source,2.1.0.v202402152248 [2024-04-06T13:33:03.185Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.infopop,1.0.400.v201903050508 [2024-04-06T13:33:03.185Z] - mirroring artifact osgi.bundle,org.eclipse.wst.ws.ui.source,1.2.1.v202308010145 [2024-04-06T13:33:03.185Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis2.creation.core.source,1.1.0.v202308010145 [2024-04-06T13:33:03.185Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxws.ui,1.1.0.v202308010145 [2024-04-06T13:33:03.185Z] - mirroring artifact osgi.bundle,org.eclipse.jst.pagedesigner,1.10.100.v202307262126 [2024-04-06T13:33:03.185Z] - mirroring artifact osgi.bundle,org.eclipse.wst.html.ui,1.1.801.v202308160453 [2024-04-06T13:33:03.185Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xml.core.source,1.2.800.v202308210520 [2024-04-06T13:33:03.186Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.core,1.2.200.v202302070714 [2024-04-06T13:33:03.186Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsf.doc.user,1.5.1.v202307262125 [2024-04-06T13:33:03.186Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.eslint.ui.source,1.1.0.v202308160419 [2024-04-06T13:33:03.186Z] - mirroring artifact osgi.bundle,org.eclipse.jst.standard.schemas,1.2.700.v202402030235 [2024-04-06T13:33:03.186Z] - mirroring artifact osgi.bundle,org.eclipse.jem.proxy,2.1.0.v202101081429 [2024-04-06T13:33:03.186Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotation.model.source,1.1.600.v202307261744 [2024-04-06T13:33:03.186Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.common.utility.source,2.4.1.v202301061019 [2024-04-06T13:33:03.186Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xml.ui.source,1.2.701.v202308160453 [2024-04-06T13:33:03.186Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.frameworks,1.3.0.v202308161955 [2024-04-06T13:33:03.186Z] - mirroring artifact osgi.bundle,org.eclipse.wst.internet.cache,1.1.0.v202011161431 [2024-04-06T13:33:03.186Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.ws_ui.feature,3.31.0.v202308010326 [2024-04-06T13:33:03.186Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis2.creation.core,1.1.0.v202308010145 [2024-04-06T13:33:03.186Z] - mirroring artifact osgi.bundle,org.eclipse.wst.command.env.core,1.1.0.v202308010229 [2024-04-06T13:33:03.186Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.web_userdoc.feature,3.6.1.v202309190220 [2024-04-06T13:33:03.186Z] - mirroring artifact osgi.bundle,javax.xml.soap,1.2.0.v201005080501 [2024-04-06T13:33:03.186Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.consumption.ui.source,1.2.0.v202308010145 [2024-04-06T13:33:03.186Z] - mirroring artifact osgi.bundle,javax.jws,2.0.0.v201005080400 [2024-04-06T13:33:03.186Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.annotations.core.source,1.3.0.v202308010145 [2024-04-06T13:33:03.186Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.jndi,12.0.6 [2024-04-06T13:33:03.186Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.xml.source,12.0.6 [2024-04-06T13:33:03.186Z] - mirroring artifact osgi.bundle,org.eclipse.jst.common.project.facet.ui.source,1.5.0.v202308161955 [2024-04-06T13:33:03.186Z] - mirroring artifact osgi.bundle,org.eclipse.wst.css.core,1.3.400.v202308160453 [2024-04-06T13:33:03.186Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.ui,1.2.401.v202308161955 [2024-04-06T13:33:03.186Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.server_adapters.feature.source,3.33.0.v202401292308 [2024-04-06T13:33:03.186Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotations.xdoclet.source,1.3.0.v202307261816 [2024-04-06T13:33:03.186Z] - mirroring artifact osgi.bundle,org.eclipse.jst.common.annotations.core,1.2.0.v202307260438 [2024-04-06T13:33:03.186Z] - mirroring artifact osgi.bundle,org.eclipse.wst.css.core.source,1.3.400.v202308160453 [2024-04-06T13:33:03.186Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.core.source,1.3.0.v202401292331 [2024-04-06T13:33:03.186Z] - mirroring artifact osgi.bundle,org.eclipse.wst.html.ui.infopop,1.0.201.v201903222120 [2024-04-06T13:33:03.186Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.db,2.2.201.v202301061019 [2024-04-06T13:33:03.186Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.debug.core,3.3.0.v202307190318 [2024-04-06T13:33:03.186Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.ui.source,1.1.0.v202308160419 [2024-04-06T13:33:03.186Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis2.ui.source,1.1.0.v202308010145 [2024-04-06T13:33:03.187Z] - mirroring artifact osgi.bundle,org.eclipse.wst.dtdeditor.doc.user,1.1.0.v201903222120 [2024-04-06T13:33:03.187Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.xml_userdoc.feature.source,3.18.0.v202004271556 [2024-04-06T13:33:03.187Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsf.common,1.6.0.v202303190717 [2024-04-06T13:33:03.187Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.xml_core.feature,3.33.0.v202402230237 [2024-04-06T13:33:03.187Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.web.source,1.3.0.v202307260438 [2024-04-06T13:33:03.187Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jpt.jpa.eclipselink.feature,3.4.101.v202308172102 [2024-04-06T13:33:03.187Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.server_userdoc.feature,3.3.300.v201901310132 [2024-04-06T13:33:03.187Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsf.facelet.ui,1.5.0.v202308300413 [2024-04-06T13:33:03.187Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.jndi.source,12.0.6 [2024-04-06T13:33:03.187Z] - mirroring artifact osgi.bundle,org.eclipse.wst.validation.ui.source,1.3.0.v202308161955 [2024-04-06T13:33:03.187Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jee.source,1.1.0.v202307260438 [2024-04-06T13:33:03.187Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.source,1.2.1000.v202402152246 [2024-04-06T13:33:03.187Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpadiagrameditor.doc.user.source,1.2.102.v201902121834 [2024-04-06T13:33:03.187Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.core,1.5.0.v202307260438 [2024-04-06T13:33:03.187Z] - mirroring artifact osgi.bundle,org.eclipse.json.source,1.2.0.v202308160419 [2024-04-06T13:33:03.187Z] - mirroring artifact osgi.bundle,org.eclipse.wst.command.env.infopop,1.0.200.v201903050508 [2024-04-06T13:33:03.187Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jee.ui.source,1.1.0.v202307261744 [2024-04-06T13:33:03.187Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.cxf.creation.ui,1.1.0.v202308010145 [2024-04-06T13:33:03.187Z] - mirroring artifact osgi.bundle,org.mozilla.javascript,1.7.10.v20190430-1943 [2024-04-06T13:33:03.187Z] - mirroring artifact osgi.bundle,org.eclipse.jem.beaninfo,2.1.0.v202307260438 [2024-04-06T13:33:03.187Z] - mirroring artifact osgi.bundle,jakarta.el,4.0.0.v20210105-0527 [2024-04-06T13:33:03.187Z] - mirroring artifact osgi.bundle,org.eclipse.jst.common.annotations.controller.source,1.2.0.v202307260438 [2024-04-06T13:33:03.187Z] - mirroring artifact osgi.bundle,org.eclipse.wst.validation,1.3.0.v202308161955 [2024-04-06T13:33:03.187Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug,0.4.0.v202307190339 [2024-04-06T13:33:03.187Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.common.fproj.enablement.jdt.source,3.29.0.v202308161955 [2024-04-06T13:33:03.187Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.debug.transport,1.1.0.v202307190318 [2024-04-06T13:33:03.187Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.emfworkbench.integration.source,1.3.0.v202308161955 [2024-04-06T13:33:03.187Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.infopop,1.0.301.v202307170218 [2024-04-06T13:33:03.187Z] - mirroring artifact osgi.bundle,org.apache.xalan,2.7.2.v20230928-1302 [2024-04-06T13:33:03.187Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.navigator.ui.source,1.2.100.v202402152248 [2024-04-06T13:33:03.187Z] - mirroring artifact osgi.bundle,org.eclipse.jem.beaninfo.source,2.1.0.v202307260438 [2024-04-06T13:33:03.188Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.ws_userdoc.feature,3.1.501.v201909051708 [2024-04-06T13:33:03.188Z] - mirroring artifact osgi.bundle,org.eclipse.wst.doc.user,1.2.0.v201903222120 [2024-04-06T13:33:03.188Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.debug.ui.source,1.1.100.v202302070714 [2024-04-06T13:33:03.188Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jaxb.core.schemagen.source,1.1.202.v202104080213 [2024-04-06T13:33:03.188Z] - mirroring artifact osgi.bundle,org.eclipse.wtp.jee.capabilities,1.0.100.v201903222024 [2024-04-06T13:33:03.188Z] - mirroring artifact osgi.bundle,org.eclipse.wst.wsdl.validation,1.3.101.v202308010145 [2024-04-06T13:33:03.188Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis.infopop.source,1.0.400.v201903050508 [2024-04-06T13:33:03.188Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.web_userdoc.feature.source,3.18.0.v202004271556 [2024-04-06T13:33:03.188Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxws.dom.ui.source,1.1.0.v202308010229 [2024-04-06T13:33:03.188Z] - mirroring artifact osgi.bundle,org.eclipse.wst.ws.parser,1.1.0.v202308012257 [2024-04-06T13:33:03.188Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.eslint.ui,1.1.0.v202308160419 [2024-04-06T13:33:03.188Z] - mirroring artifact osgi.bundle,org.eclipse.persistence.asm,6.2.0.v201808041549 [2024-04-06T13:33:03.188Z] - mirroring artifact osgi.bundle,jakarta.enterprise.lang-model.source,4.0.1 [2024-04-06T13:33:03.188Z] - mirroring artifact osgi.bundle,org.eclipse.wst.standard.schemas,1.0.800.v201901071922 [2024-04-06T13:33:03.188Z] - mirroring artifact osgi.bundle,org.eclipse.wst.internet.cache.source,1.1.0.v202011161431 [2024-04-06T13:33:03.188Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.tomcat.core.source,1.2.600.v202402192305 [2024-04-06T13:33:03.188Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jpt.jpadiagrameditor.feature,1.2.300.v202307260736 [2024-04-06T13:33:03.188Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xml.xpath.core.source,1.4.0.v202307260701 [2024-04-06T13:33:03.188Z] - mirroring artifact osgi.bundle,org.eclipse.wst.command.env.infopop.source,1.0.200.v201903050508 [2024-04-06T13:33:03.188Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.webservice.ui,1.2.0.v202402152248 [2024-04-06T13:33:03.188Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.xml.xpath2.processor.feature,2.1.0.v202307260822 [2024-04-06T13:33:03.188Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.web.core,1.1.300.v202305221615 [2024-04-06T13:33:03.188Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.ui,1.2.300.v202305221615 [2024-04-06T13:33:03.188Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis2.creation.ui,1.1.0.v202308010145 [2024-04-06T13:33:03.188Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.consumption.source,1.1.0.v202308010229 [2024-04-06T13:33:03.188Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.web_js_support.feature,3.33.0.v202403030558 [2024-04-06T13:33:03.188Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.webservice.source,1.2.0.v202307260438 [2024-04-06T13:33:03.188Z] - mirroring artifact osgi.bundle,javax.xml.rpc,1.1.0.v201209140446 [2024-04-06T13:33:03.188Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.web.core.source,1.1.300.v202305221615 [2024-04-06T13:33:03.188Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.bower.ui.source,1.1.0.v202308160419 [2024-04-06T13:33:03.189Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.source,1.2.0.v201901071922 [2024-04-06T13:33:03.189Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.generic.core,1.1.0.v202401292345 [2024-04-06T13:33:03.189Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.consumption.ui.doc.user,1.0.700.v201903222115 [2024-04-06T13:33:03.189Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.annotate,1.1.0.v202308172102 [2024-04-06T13:33:03.189Z] - mirroring artifact osgi.bundle,org.eclipse.jem.proxy.source,2.1.0.v202101081429 [2024-04-06T13:33:03.189Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.xml_userdoc.feature,3.18.0.v202004271556 [2024-04-06T13:33:03.189Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.navigator.ui,1.2.100.v202402152248 [2024-04-06T13:33:03.189Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.web_core.feature.source,3.31.0.v202402230237 [2024-04-06T13:33:03.189Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.json_ui.feature,1.1.11.v202308160419 [2024-04-06T13:33:03.189Z] - mirroring artifact osgi.bundle,org.eclipse.wst.command.env.source,1.1.0.v202308010354 [2024-04-06T13:33:03.189Z] - mirroring artifact osgi.bundle,org.eclipse.wst.ws.service.policy.source,1.1.0.v202308010229 [2024-04-06T13:33:03.189Z] - mirroring artifact osgi.bundle,org.eclipse.wst.command.env.ui.source,1.2.0.v202308012257 [2024-04-06T13:33:03.189Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.infopop,1.0.300.v201903222024 [2024-04-06T13:33:03.189Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.plus.source,12.0.6 [2024-04-06T13:33:03.189Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.plus.source,12.0.6 [2024-04-06T13:33:03.189Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.schemaprocessor,1.1.0.v202308160419 [2024-04-06T13:33:03.189Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.project.facet.ui,1.5.0.v202308161955 [2024-04-06T13:33:03.189Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.http.ui.source,1.0.500.v202007170127 [2024-04-06T13:33:03.189Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.doc.user.source,3.2.101.v201902121834 [2024-04-06T13:33:03.189Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.eclipselink.ui,2.4.101.v202301061019 [2024-04-06T13:33:03.189Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis2.consumption.ui.source,1.1.0.v202308010145 [2024-04-06T13:33:03.189Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.http.ui,1.0.500.v202007170127 [2024-04-06T13:33:03.189Z] - mirroring artifact osgi.bundle,org.eclipse.wst.web.ui.infopop,1.0.300.v201903222120 [2024-04-06T13:33:03.189Z] - mirroring artifact osgi.bundle,org.eclipse.wst.standard.schemas.source,1.0.800.v201901071922 [2024-04-06T13:33:03.189Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxws.core.source,1.1.0.v202308010145 [2024-04-06T13:33:03.189Z] - mirroring artifact osgi.bundle,org.eclipse.wst.web.ui.source,1.2.500.v202308160453 [2024-04-06T13:33:03.189Z] - mirroring artifact osgi.bundle,org.eclipse.wst.wsdl,1.3.1.v202308012257 [2024-04-06T13:33:03.189Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.wipbackend.dev.source,0.6.0.v202307190318 [2024-04-06T13:33:03.189Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.jca.ui.source,1.2.0.v202402152248 [2024-04-06T13:33:03.189Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis2.core,1.1.0.v202308010145 [2024-04-06T13:33:03.189Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.jshint.ui.source,1.1.0.v202308160419 [2024-04-06T13:33:03.190Z] - mirroring artifact osgi.bundle,org.eclipse.wst.webtools.doc.user,1.0.500.v201903222120 [2024-04-06T13:33:03.190Z] - mirroring artifact osgi.bundle,com.google.protobuf,2.4.0.v201105131100 [2024-04-06T13:33:03.190Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxws.core,1.1.0.v202308010145 [2024-04-06T13:33:03.190Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.xsl.feature.source,1.3.1500.v202307260701 [2024-04-06T13:33:03.190Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws,1.1.0.v202308010229 [2024-04-06T13:33:03.190Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.core,1.1.100.v202308160419 [2024-04-06T13:33:03.190Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.cxf.consumption.core.source,1.1.0.v202308010145 [2024-04-06T13:33:03.190Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jpt.jaxb.eclipselink.feature.source,1.4.203.v202104080213 [2024-04-06T13:33:03.190Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.cxf.creation.ui.source,1.1.0.v202308010145 [2024-04-06T13:33:03.190Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.preview.source,1.3.0.v202311130434 [2024-04-06T13:33:03.190Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.wip.eclipse.source,0.6.0.v202307190318 [2024-04-06T13:33:03.190Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.ui.infopop.source,1.1.200.v201901310132 [2024-04-06T13:33:03.190Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsp.core,1.4.700.v202308180906 [2024-04-06T13:33:03.190Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.eclipselink.core.ddlgen.source,2.2.201.v201902121834 [2024-04-06T13:33:03.190Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.core.source,1.11.0.v202311141839 [2024-04-06T13:33:03.190Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.debug.rhino,1.1.0.v202307190318 [2024-04-06T13:33:03.190Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.enterprise_userdoc.feature,3.23.0.v202309190220 [2024-04-06T13:33:03.190Z] - mirroring artifact osgi.bundle,org.eclipse.jst.common.ui,1.1.0.v202307260438 [2024-04-06T13:33:03.190Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.project.facet.ui.source,1.5.0.v202308161955 [2024-04-06T13:33:03.190Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.ui.infopop.source,1.0.500.v201901310132 [2024-04-06T13:33:03.190Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.gen,2.3.201.v202301061019 [2024-04-06T13:33:03.190Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.common.fproj,3.7.4.v202308161955 [2024-04-06T13:33:03.190Z] - mirroring artifact osgi.bundle,org.eclipse.jem.workbench.source,2.1.100.v202402230230 [2024-04-06T13:33:03.190Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ejb.ui.source,1.2.0.v202402152248 [2024-04-06T13:33:03.190Z] - mirroring artifact osgi.bundle,org.eclipse.jem.source,2.1.0.v202307260438 [2024-04-06T13:33:03.190Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.annotations.core,1.3.0.v202308010145 [2024-04-06T13:33:03.190Z] - mirroring artifact osgi.bundle,org.eclipse.persistence.core,2.7.3.v20180807-4be1041 [2024-04-06T13:33:03.190Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.common_core.feature.source,3.31.0.v202308161955 [2024-04-06T13:33:03.191Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.modulecore.ui,1.1.0.v202308161955 [2024-04-06T13:33:03.191Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsd.core.source,1.2.101.v202307260543 [2024-04-06T13:33:03.191Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.debug.ui,1.1.100.v202302070714 [2024-04-06T13:33:03.191Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xml.xpath2.processor,2.2.0.v202307260701 [2024-04-06T13:33:03.191Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.ui,1.2.300.v202402152248 [2024-04-06T13:33:03.191Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis2.consumption.ui,1.1.0.v202308010145 [2024-04-06T13:33:03.191Z] - mirroring artifact osgi.bundle,org.eclipse.wst.command.env.doc.user.source,1.5.400.v201903222115 [2024-04-06T13:33:03.191Z] - mirroring artifact osgi.bundle,jakarta.transaction-api.source,1.3.3 [2024-04-06T13:33:03.191Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.jsdtbridge.source,0.6.0.v202307190318 [2024-04-06T13:33:03.191Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.preview,1.3.0.v202311130434 [2024-04-06T13:33:03.191Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.server_adapters.feature.source,3.33.0.v202401292308 [2024-04-06T13:33:03.191Z] - mirroring artifact osgi.bundle,javax.wsdl,1.6.2.v201012040545 [2024-04-06T13:33:03.191Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.consumption.infopop,1.0.400.v201903050508 [2024-04-06T13:33:03.191Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.server_userdoc.feature.source,3.3.300.v201901310132 [2024-04-06T13:33:03.191Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.jaxp.launching.source,1.1.200.v202301080401 [2024-04-06T13:33:03.191Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.core,2.0.500.v202211200038 [2024-04-06T13:33:03.191Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.generic.core.source,1.1.0.v202401292345 [2024-04-06T13:33:03.191Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.preview.adapter.source,1.2.100.v202401292308 [2024-04-06T13:33:03.191Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jpt.common.feature.source,1.5.200.v202308172102 [2024-04-06T13:33:03.191Z] - mirroring artifact osgi.bundle,jakarta.transaction-api,1.3.3 [2024-04-06T13:33:03.191Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.common.eclipselink.core,1.3.400.v202208190239 [2024-04-06T13:33:03.191Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.debug.ui,1.2.0.v202307190318 [2024-04-06T13:33:03.191Z] - mirroring artifact osgi.bundle,org.eclipse.jem,2.1.0.v202307260438 [2024-04-06T13:33:03.191Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxws.ui.source,1.1.0.v202308010145 [2024-04-06T13:33:03.191Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.common_ui.feature,3.31.0.v202308161955 [2024-04-06T13:33:03.191Z] - mirroring artifact osgi.bundle,org.eclipse.jst.servlet.ui.source,1.2.0.v202402152248 [2024-04-06T13:33:03.191Z] - mirroring artifact osgi.bundle,javax.xml.stream,1.0.1.v201004272200 [2024-04-06T13:33:03.191Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.npm.ui.source,1.1.0.v202308160419 [2024-04-06T13:33:03.191Z] - mirroring artifact osgi.bundle,org.eclipse.wst.wsdl.ui.doc.user,1.0.850.v201903222115 [2024-04-06T13:33:03.191Z] - mirroring artifact osgi.bundle,org.eclipse.wst.wsdl.ui.source,1.3.101.v202308010229 [2024-04-06T13:33:03.192Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.ui.source,1.1.500.v202308172116 [2024-04-06T13:33:03.192Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.xalan,1.1.100.v202301080401 [2024-04-06T13:33:03.192Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.cxf.consumption.core,1.1.0.v202308010145 [2024-04-06T13:33:03.192Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.jaxp.debug.ui,1.1.0.v201901071922 [2024-04-06T13:33:03.192Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.webapp.source,12.0.6 [2024-04-06T13:33:03.192Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jaxb.eclipselink.core.schemagen.source,1.2.202.v202104080213 [2024-04-06T13:33:03.192Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jee.ui,1.1.0.v202307261744 [2024-04-06T13:33:03.192Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.cxf.core.source,1.2.0.v202308010145 [2024-04-06T13:33:03.192Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.xalan.source,1.1.100.v202301080401 [2024-04-06T13:33:03.192Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.web_ui.feature,3.33.0.v202402161256 [2024-04-06T13:33:03.192Z] - mirroring artifact osgi.bundle,org.eclipse.wtp.javascript.capabilities.source,1.0.200.v201901071922 [2024-04-06T13:33:03.192Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.core.source,1.4.100.v202103232321 [2024-04-06T13:33:03.192Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.jaxws.dom.runtime,1.1.0.v202308010229 [2024-04-06T13:33:03.192Z] - mirroring artifact osgi.bundle,org.eclipse.jst.common.project.facet.ui,1.5.0.v202308161955 [2024-04-06T13:33:03.192Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.jsdt.feature,2.4.500.v202307190318 [2024-04-06T13:33:03.192Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium,0.6.0.v202307190318 [2024-04-06T13:33:03.192Z] - mirroring artifact osgi.bundle,org.apache.bcel,5.2.0.v201005080400 [2024-04-06T13:33:03.192Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.environment,1.1.0.v202308161955 [2024-04-06T13:33:03.192Z] - mirroring artifact osgi.bundle,org.eclipse.wst.dtd.core.source,1.2.600.v202308160453 [2024-04-06T13:33:03.193Z] - mirroring artifact osgi.bundle,org.eclipse.wtp.xml.capabilities.source,1.0.200.v201901071922 [2024-04-06T13:33:03.193Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsd.ui,1.3.601.v202308160453 [2024-04-06T13:33:03.193Z] - mirroring artifact osgi.bundle,jakarta.interceptor-api,1.2.5 [2024-04-06T13:33:03.193Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jst.server_core.feature.source,3.4.600.v202401292345 [2024-04-06T13:33:03.193Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.cxf.creation.core.source,1.2.0.v202311232240 [2024-04-06T13:33:03.193Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.doc.user.source,1.0.700.v201903222115 [2024-04-06T13:33:03.193Z] - mirroring artifact osgi.bundle,org.eclipse.jst.common.project.facet.core,1.13.0.v202308161955 [2024-04-06T13:33:03.193Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.http.core.source,1.0.400.v202007170127 [2024-04-06T13:33:03.193Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.web_js_support.feature.source,3.33.0.v202403030558 [2024-04-06T13:33:03.193Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.ui,0.7.0.v202307190318 [2024-04-06T13:33:03.193Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxws.dom.integration.source,1.1.0.v202308010229 [2024-04-06T13:33:03.193Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.db.source,2.2.201.v202301061019 [2024-04-06T13:33:03.193Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xml.xpath2.processor.doc.user,2.1.100.v202307260822 [2024-04-06T13:33:03.193Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.ui.source,1.2.300.v202402152248 [2024-04-06T13:33:03.193Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.plus,12.0.6 [2024-04-06T13:33:03.193Z] - mirroring artifact osgi.bundle,org.eclipse.wst.ws.explorer,1.1.2.v202308010145 [2024-04-06T13:33:03.193Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jpt.jaxb.eclipselink.feature,1.4.203.v202104080213 [2024-04-06T13:33:03.193Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.common.core.source,1.6.0.v202308172102 [2024-04-06T13:33:03.193Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.web,1.3.0.v202307260438 [2024-04-06T13:33:03.193Z] - mirroring artifact osgi.bundle,java_cup-runtime,0.11.20150326.v20180425-1030 [2024-04-06T13:33:03.193Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.schemaprocessor.source,1.1.0.v202308160419 [2024-04-06T13:33:03.193Z] - mirroring artifact osgi.bundle,org.eclipse.wst.ws.infopop,1.0.400.v201903050508 [2024-04-06T13:33:03.193Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.jpa.core.source,3.7.0.v202308172102 [2024-04-06T13:33:03.193Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis2.ui.doc.user,1.0.200.v201903222115 [2024-04-06T13:33:03.193Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.jndi.source,12.0.6 [2024-04-06T13:33:03.193Z] - mirroring artifact osgi.bundle,org.eclipse.persistence.jpa.jpql,2.7.3.v20180807-4be1041 [2024-04-06T13:33:03.193Z] - mirroring artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.source,1.2.0.v202307260438 [2024-04-06T13:33:03.193Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.ui,1.1.0.v202308160419 [2024-04-06T13:33:03.193Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wst.web_core.feature,3.31.0.v202402230237 [2024-04-06T13:33:03.193Z] - mirroring artifact osgi.bundle,org.apache.xml.serializer,2.7.1.v201005080400 [2024-04-06T13:33:03.193Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.generic.ui,1.1.0.v202401292331 [2024-04-06T13:33:03.193Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.bower.ui,1.1.0.v202308160419 [2024-04-06T13:33:03.194Z] - mirroring artifact osgi.bundle,org.eclipse.wst.validation.ui,1.3.0.v202308161955 [2024-04-06T13:33:03.194Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.common.utility,2.4.1.v202301061019 [2024-04-06T13:33:03.194Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.ui,1.1.500.v202308172116 [2024-04-06T13:33:03.194Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.core,1.11.0.v202311141839 [2024-04-06T13:33:03.194Z] - mirroring artifact osgi.bundle,org.eclipse.persistence.moxy,2.7.3.v20180807-4be1041 [2024-04-06T13:33:03.194Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.support.ie,1.1.0.v202307190318 [2024-04-06T13:33:03.194Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jsp.ui,1.3.600.v202308160453 [2024-04-06T13:33:03.194Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.webapp,12.0.6 [2024-04-06T13:33:03.194Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xml.xpath2,1.1.0.v201901071922 [2024-04-06T13:33:03.194Z] - mirroring artifact osgi.bundle,org.eclipse.wst.json.bower.core.source,1.1.0.v202308160419 [2024-04-06T13:33:03.194Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jpt.common.eclipselink.feature.source,1.3.300.v202307260736 [2024-04-06T13:33:03.194Z] - mirroring artifact osgi.bundle,org.eclipse.jst.jee.web,1.1.0.v202307260438 [2024-04-06T13:33:03.194Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.ui,2.1.700.v202304022004 [2024-04-06T13:33:03.194Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xml.xpath2.wtptypes,2.1.0.v202307260701 [2024-04-06T13:33:03.194Z] - mirroring artifact osgi.bundle,org.eclipse.jst.server.ui.doc.user,1.0.600.v201901310132 [2024-04-06T13:33:03.194Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.snippets,1.3.0.v202308161955 [2024-04-06T13:33:03.194Z] - mirroring artifact osgi.bundle,org.eclipse.wst.internet.monitor.core.source,1.1.0.v202304050316 [2024-04-06T13:33:03.194Z] - mirroring artifact osgi.bundle,org.eclipse.wst.server.http.core,1.0.400.v202007170127 [2024-04-06T13:33:03.194Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.consumption.ui.doc.user.source,1.0.700.v201903222115 [2024-04-06T13:33:03.194Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ejb.ui,1.2.0.v202402152248 [2024-04-06T13:33:03.194Z] - mirroring artifact osgi.bundle,org.eclipse.wst.css.ui.source,1.2.200.v202308160453 [2024-04-06T13:33:03.194Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.servlets.source,12.0.6 [2024-04-06T13:33:03.194Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.cxf.creation.core,1.2.0.v202311232240 [2024-04-06T13:33:03.194Z] - mirroring artifact osgi.bundle,org.eclipse.jpt.common.eclipselink.branding,1.3.101.v201902121834 [2024-04-06T13:33:03.194Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ws.axis2.consumption.core,1.1.0.v202308010354 [2024-04-06T13:33:03.194Z] - mirroring artifact osgi.bundle,org.eclipse.jst.ejb.ui.infopop,1.0.300.v201903222024 [2024-04-06T13:33:03.194Z] - mirroring artifact osgi.bundle,org.eclipse.jst.common.annotations.controller,1.2.0.v202307260438 [2024-04-06T13:33:03.194Z] - mirroring artifact osgi.bundle,org.eclipse.jem.beaninfo.vm,2.1.0.v202101081429 [2024-04-06T13:33:03.194Z] - mirroring artifact osgi.bundle,org.apache.axis.ant,1.4.1.v20231107-0937 [2024-04-06T13:33:03.194Z] - mirroring artifact osgi.bundle,org.eclipse.wst.common.modulecore.ui.source,1.1.0.v202308161955 [2024-04-06T13:33:03.194Z] - mirroring artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.wip.eclipse,0.6.0.v202307190318 [2024-04-06T13:33:03.194Z] - mirroring artifact osgi.bundle,org.eclipse.wst.xsl.exslt.core.source,1.1.0.v201901071922 [2024-04-06T13:33:03.195Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.cxf.doc.user,1.0.300.v201902162149 [2024-04-06T13:33:03.195Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis.consumption.ui.source,1.1.0.v202308010145 [2024-04-06T13:33:03.195Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.creation.ejb.ui.source,1.0.400.v202308010145 [2024-04-06T13:33:03.195Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.emf,1.2.700.v202007161535 [2024-04-06T13:33:03.459Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.debug.crossfire,1.1.0.v202307190318 [2024-04-06T13:33:03.459Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.source,0.6.0.v202307190318 [2024-04-06T13:33:03.459Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.wipbackend.protocol_1_0,0.6.0.v202307190351 [2024-04-06T13:33:03.459Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.annotate.source,1.1.0.v202308172102 [2024-04-06T13:33:03.459Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.common.fproj.enablement.jdt,3.29.0.v202308161955 [2024-04-06T13:33:03.459Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.ui.source,1.6.200.v202308172116 [2024-04-06T13:33:03.459Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.doc,1.1.0.v202110312208 [2024-04-06T13:33:03.459Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsdeditor.doc.user,1.0.800.v201903222120 [2024-04-06T13:33:03.459Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.emfworkbench.integration,1.3.0.v202308161955 [2024-04-06T13:33:03.459Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.snippets.source,1.3.0.v202308161955 [2024-04-06T13:33:03.459Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.xml,12.0.6 [2024-04-06T13:33:03.721Z] - mirrored artifact osgi.bundle,org.apache.commons.collections,3.2.2.v201511171945 [2024-04-06T13:33:03.721Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.ui.infopop,1.1.200.v201901310132 [2024-04-06T13:33:03.721Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.doc.user,1.0.700.v201903222115 [2024-04-06T13:33:03.721Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.core.source,1.5.0.v202307260438 [2024-04-06T13:33:03.721Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.wipbackend.dev,0.6.0.v202307190318 [2024-04-06T13:33:03.721Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.cxf.ui.source,1.1.0.v202308010145 [2024-04-06T13:33:03.721Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xml.xpath.ui,1.2.0.v202307260701 [2024-04-06T13:33:03.721Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxb.core,1.1.0.v202308010229 [2024-04-06T13:33:03.721Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis.ui.doc.user.source,1.1.200.v201903222115 [2024-04-06T13:33:03.721Z] - mirrored artifact osgi.bundle,org.eclipse.persistence.moxy.source,2.7.3.v20180807-4be1041 [2024-04-06T13:33:03.721Z] - mirrored artifact osgi.bundle,org.eclipse.wst.ws.ui,1.2.1.v202308010145 [2024-04-06T13:33:03.721Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxws.doc.user,1.0.400.v201902162216 [2024-04-06T13:33:03.721Z] - mirrored artifact osgi.bundle,org.eclipse.jst.common.frameworks.source,1.2.0.v202307260438 [2024-04-06T13:33:03.721Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.source,0.4.0.v202307190339 [2024-04-06T13:33:03.721Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.cxf.doc.user.source,1.0.300.v201902162149 [2024-04-06T13:33:03.721Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.jshint.core,1.1.0.v202308160419 [2024-04-06T13:33:03.721Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.ws.jaxws.feature,1.2.1000.v202311280000 [2024-04-06T13:33:03.722Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpadiagrameditor.ui.source,1.2.201.v202307260736 [2024-04-06T13:33:03.722Z] - mirrored artifact osgi.bundle,javax.activation,1.1.0.v201211130549 [2024-04-06T13:33:03.722Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.project.facet.core.source,1.5.0.v202308161955 [2024-04-06T13:33:03.722Z] - mirrored artifact osgi.bundle,org.apache.commons.discovery,0.5.0 [2024-04-06T13:33:03.722Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.ui.source,1.2.401.v202308161955 [2024-04-06T13:33:03.722Z] - mirrored artifact osgi.bundle,org.eclipse.json,1.2.0.v202308160419 [2024-04-06T13:33:03.983Z] - mirrored artifact osgi.bundle,org.eclipse.wst.ws.infopop.source,1.0.400.v201903050508 [2024-04-06T13:33:03.983Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.modulecore,1.3.200.v202108200212 [2024-04-06T13:33:03.983Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.infopop.source,1.0.301.v202307170218 [2024-04-06T13:33:03.983Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.cxf.consumption.ui,1.1.0.v202308010229 [2024-04-06T13:33:03.983Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.frameworks.ui,1.3.0.v202308161955 [2024-04-06T13:33:03.983Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.web_js_support.feature,3.32.0.v202309190220 [2024-04-06T13:33:03.983Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxrs.core.source,1.2.0.v202311232240 [2024-04-06T13:33:03.983Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.npm.ui,1.1.0.v202308160419 [2024-04-06T13:33:03.983Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.ui.source,0.7.0.v202307190318 [2024-04-06T13:33:03.983Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.core.source,1.2.200.v202302070714 [2024-04-06T13:33:03.983Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jaxb.ui,1.5.200.v202301061019 [2024-04-06T13:33:03.983Z] - mirrored artifact osgi.bundle,org.eclipse.wst.css.ui,1.2.200.v202308160453 [2024-04-06T13:33:03.983Z] - mirrored artifact osgi.bundle,org.eclipse.wst.web.source,1.3.200.v202305221615 [2024-04-06T13:33:03.983Z] - mirrored artifact osgi.bundle,org.eclipse.wst.webtools.doc.user.source,1.0.500.v201903222120 [2024-04-06T13:33:03.983Z] - mirrored artifact osgi.bundle,jakarta.servlet.jsp,3.0.0.v20210105-0527 [2024-04-06T13:33:03.983Z] - mirrored artifact osgi.bundle,org.eclipse.persistence.antlr,3.5.2.v201711011707 [2024-04-06T13:33:03.983Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpadiagrameditor.ui,1.2.201.v202307260736 [2024-04-06T13:33:03.983Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.ui,1.1.100.v202308012257 [2024-04-06T13:33:03.984Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.jaxp.debug.source,1.1.100.v202202230212 [2024-04-06T13:33:03.984Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.ws.cxf.feature,1.1.1200.v202311232240 [2024-04-06T13:33:03.984Z] - mirrored artifact osgi.bundle,org.eclipse.jst.servlet.ui,1.2.0.v202402152248 [2024-04-06T13:33:03.984Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.ws.axis2tools.feature,1.2.0.v202308010354 [2024-04-06T13:33:03.984Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.infopop.source,1.0.400.v201903050508 [2024-04-06T13:33:03.984Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.server_core.feature,3.4.600.v202401292345 [2024-04-06T13:33:03.984Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxrs.core,1.2.0.v202311232240 [2024-04-06T13:33:03.984Z] - mirrored artifact osgi.bundle,org.eclipse.jst.common.frameworks,1.2.0.v202307260438 [2024-04-06T13:33:03.984Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.jsdt.chromium.debug.feature.source,0.7.0.v202307190351 [2024-04-06T13:33:03.984Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.core.source,0.6.0.v202307190318 [2024-04-06T13:33:03.984Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ejb.doc.user,1.1.301.v201903222024 [2024-04-06T13:33:04.247Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jaxb.core.source,1.4.101.v201902121834 [2024-04-06T13:33:04.247Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.discovery.source,1.3.500.v202308172116 [2024-04-06T13:33:04.247Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsf.facelet.core,1.5.0.v202308300413 [2024-04-06T13:33:04.247Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.webservice,1.2.0.v202307260438 [2024-04-06T13:33:04.247Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.common.ui.source,1.4.201.v202301061019 [2024-04-06T13:33:04.247Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.webservice.ui.source,1.2.0.v202402152248 [2024-04-06T13:33:04.247Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsf.standard.tagsupport,1.6.0.v202303190717 [2024-04-06T13:33:04.247Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.creation.ui,1.1.0.v202308010145 [2024-04-06T13:33:04.247Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.doc.user,1.1.400.v202101072335 [2024-04-06T13:33:04.247Z] - mirrored artifact osgi.bundle,org.eclipse.jem.beaninfo.vm.common,2.1.0.v202402152248 [2024-04-06T13:33:04.247Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.plus,12.0.6 [2024-04-06T13:33:04.247Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jsf.feature,3.13.0.v202308300413 [2024-04-06T13:33:04.247Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.common_core.feature,3.31.0.v202308161955 [2024-04-06T13:33:04.247Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.eclipselink.core,2.5.0.v202308172102 [2024-04-06T13:33:04.247Z] - mirrored artifact osgi.bundle,org.apache.wsil4j,1.0.0.v20230923-0644 [2024-04-06T13:33:04.247Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxws.utils.source,1.1.0.v202308010354 [2024-04-06T13:33:04.247Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.eclipselink.branding,3.4.1.v201902121834 [2024-04-06T13:33:04.247Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.server_adapters.ext.feature.source,3.4.900.v202402192305 [2024-04-06T13:33:04.247Z] - mirrored artifact osgi.bundle,org.eclipse.jst.common.annotations.core.source,1.2.0.v202307260438 [2024-04-06T13:33:04.247Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.ejb,1.2.0.v202307260438 [2024-04-06T13:33:04.247Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.jca,1.2.0.v202307260438 [2024-04-06T13:33:04.247Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.branding,3.4.1.v201902121834 [2024-04-06T13:33:04.247Z] - mirrored artifact osgi.bundle,org.eclipse.jsf.branding,3.5.1.v201902121810 [2024-04-06T13:33:04.247Z] - mirrored artifact osgi.bundle,org.eclipse.jst.common.annotations.ui,1.2.0.v202307260438 [2024-04-06T13:33:04.247Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.js,0.2.0.v202307190318 [2024-04-06T13:33:04.247Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.preview.adapter,1.2.100.v202401292308 [2024-04-06T13:33:04.248Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotations.emitter.source,1.2.0.v202307261744 [2024-04-06T13:33:04.512Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.emf.source,1.2.700.v202007161535 [2024-04-06T13:33:04.512Z] - mirrored artifact osgi.bundle,org.eclipse.wst.html.core,1.4.400.v202308160453 [2024-04-06T13:33:04.512Z] - mirrored artifact osgi.bundle,org.eclipse.wst.wsi.source,1.1.501.v202308010145 [2024-04-06T13:33:04.512Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.json_core.feature,1.1.9.v202308160419 [2024-04-06T13:33:04.512Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jaxb.ui.source,1.5.200.v202301061019 [2024-04-06T13:33:04.512Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.jaxp.launching,1.1.200.v202301080401 [2024-04-06T13:33:04.512Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.common.fproj.source,3.7.4.v202308161955 [2024-04-06T13:33:04.512Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xml.ui,1.2.701.v202308160453 [2024-04-06T13:33:04.512Z] - mirrored artifact osgi.bundle,org.eclipse.wst.command.env.ui,1.2.0.v202308012257 [2024-04-06T13:33:04.512Z] - mirrored artifact osgi.bundle,org.eclipse.wst.ws.parser.source,1.1.0.v202308012257 [2024-04-06T13:33:04.512Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.common.core,1.6.0.v202308172102 [2024-04-06T13:33:04.512Z] - mirrored artifact osgi.bundle,org.eclipse.wst.validation.infopop.source,1.0.300.v202007131715 [2024-04-06T13:33:04.512Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.bower.core,1.1.0.v202308160419 [2024-04-06T13:33:04.512Z] - mirrored artifact osgi.bundle,org.eclipse.wst.internet.monitor.ui.source,1.0.801.v202308110227 [2024-04-06T13:33:04.512Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jpt.jpa.feature,3.7.0.v202308172102 [2024-04-06T13:33:04.512Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.ui.source,3.6.100.v202305092307 [2024-04-06T13:33:04.512Z] - mirrored artifact osgi.bundle,org.eclipse.wst.command.env.doc.user,1.5.400.v201903222115 [2024-04-06T13:33:04.512Z] - mirrored artifact osgi.bundle,org.eclipse.wst.web.ui,1.2.500.v202308160453 [2024-04-06T13:33:04.513Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsf.ui,1.7.0.v202303190717 [2024-04-06T13:33:04.513Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.eslint.core,1.1.0.v202308160419 [2024-04-06T13:33:04.513Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.server_adapters.feature,3.33.0.v202401292308 [2024-04-06T13:33:04.513Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.modulecore.source,1.3.200.v202108200212 [2024-04-06T13:33:04.513Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.consumption.infopop.source,1.0.400.v201903050508 [2024-04-06T13:33:04.513Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.jsdtbridge,0.6.0.v202307190318 [2024-04-06T13:33:04.777Z] - mirrored artifact osgi.bundle,org.eclipse.jst.pagedesigner.jsf.ui,1.6.0.v202303190717 [2024-04-06T13:33:04.777Z] - mirrored artifact osgi.bundle,org.apache.velocity,1.7.0 [2024-04-06T13:33:04.777Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.tomcat.ui,1.1.1100.v202307100353 [2024-04-06T13:33:04.777Z] - mirrored artifact osgi.bundle,org.eclipse.wst.internet.monitor.ui,1.0.801.v202308110227 [2024-04-06T13:33:04.777Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.debug.rhino.debugger,1.1.0.v202307190318 [2024-04-06T13:33:04.777Z] - mirrored artifact osgi.bundle,org.eclipse.wst.wsdl.source,1.3.1.v202308012257 [2024-04-06T13:33:04.777Z] - mirrored artifact osgi.bundle,org.eclipse.jst.pagedesigner.jsp.core,1.6.0.v202303190717 [2024-04-06T13:33:04.777Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.enterprise_ui.feature,3.33.0.v202401080452 [2024-04-06T13:33:04.777Z] - mirrored artifact osgi.bundle,org.eclipse.wtp.web.capabilities.source,1.0.200.v201901071922 [2024-04-06T13:33:04.777Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.xdoclet.runtime.source,1.2.0.v202101081429 [2024-04-06T13:33:04.777Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsp.core.source,1.4.700.v202308180906 [2024-04-06T13:33:04.777Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsdeditor.doc.user.source,1.0.800.v201903222120 [2024-04-06T13:33:04.777Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.db.ui.source,2.1.201.v201902121834 [2024-04-06T13:33:04.777Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpadiagrameditor.doc.user,1.2.102.v201902121834 [2024-04-06T13:33:04.777Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.ui,3.6.100.v202305092307 [2024-04-06T13:33:04.777Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.ui.infopop,1.0.500.v201901310132 [2024-04-06T13:33:04.777Z] - mirrored artifact osgi.bundle,org.eclipse.wtp.web.capabilities,1.0.200.v201901071922 [2024-04-06T13:33:04.777Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsp.ui.infopop,1.0.200.v201903222120 [2024-04-06T13:33:04.777Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.npm.core.source,1.1.0.v202308160419 [2024-04-06T13:33:04.777Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.ws.jaxws_userdoc.feature,1.0.403.v201909051708 [2024-04-06T13:33:04.777Z] - mirrored artifact osgi.bundle,org.apache.commons.lang,2.6.0.v201404270220 [2024-04-06T13:33:04.777Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.discovery,1.3.500.v202308172116 [2024-04-06T13:33:05.055Z] - mirrored artifact osgi.bundle,org.eclipse.jst.common.project.facet.core.source,1.13.0.v202308161955 [2024-04-06T13:33:05.055Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxws.dom.ui,1.1.0.v202308010229 [2024-04-06T13:33:05.055Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxws.doc.user.source,1.0.400.v201902162216 [2024-04-06T13:33:05.055Z] - mirrored artifact osgi.bundle,javax.persistence,2.2.1.v201807122140 [2024-04-06T13:33:05.055Z] - mirrored artifact osgi.bundle,org.eclipse.jem.util.source,2.2.0.v202308161955 [2024-04-06T13:33:05.055Z] - mirrored artifact osgi.bundle,org.apache.axis,1.4.1.v20231107-0937 [2024-04-06T13:33:05.055Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.frameworks.source,1.3.0.v202308161955 [2024-04-06T13:33:05.055Z] - mirrored artifact osgi.bundle,org.eclipse.jem.workbench,2.1.100.v202402230230 [2024-04-06T13:33:05.055Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.cxf.consumption.ui.source,1.1.0.v202308010229 [2024-04-06T13:33:05.055Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.project.facet.core,1.5.0.v202308161955 [2024-04-06T13:33:05.055Z] - mirrored artifact osgi.bundle,org.eclipse.wst.wsdl.ui,1.3.101.v202308010229 [2024-04-06T13:33:05.055Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsp.ui.source,1.3.600.v202308160453 [2024-04-06T13:33:05.055Z] - mirrored artifact osgi.bundle,org.eclipse.wst.wsi.ui,1.1.201.v202304050339 [2024-04-06T13:33:05.056Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.core,1.3.0.v202401292331 [2024-04-06T13:33:05.056Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.exslt.ui,1.1.0.v201901071922 [2024-04-06T13:33:05.056Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.cxf.core,1.2.0.v202308010145 [2024-04-06T13:33:05.056Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.preview.adapter.source,1.2.100.v202401292308 [2024-04-06T13:33:05.056Z] - mirrored artifact osgi.bundle,org.eclipse.wst.command.env.core.source,1.1.0.v202308010229 [2024-04-06T13:33:05.056Z] - mirrored artifact osgi.bundle,org.eclipse.wst.wsi.ui.doc.user,1.0.750.v201903222115 [2024-04-06T13:33:05.056Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.ws_core.feature,3.31.0.v202308021509 [2024-04-06T13:33:05.056Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.jsdt.chromium.debug.feature,0.7.0.v202307190351 [2024-04-06T13:33:05.056Z] - mirrored artifact osgi.bundle,org.eclipse.wst.ws.source,1.2.0.v202308010145 [2024-04-06T13:33:05.317Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.annotations.source,12.0.6 [2024-04-06T13:33:05.317Z] - mirrored artifact osgi.bundle,org.eclipse.wst.validation.source,1.3.0.v202308161955 [2024-04-06T13:33:05.317Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.common.branding,1.4.1.v201902121834 [2024-04-06T13:33:05.317Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.annotations,12.0.6 [2024-04-06T13:33:05.317Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.doc.source,1.1.0.v202110312208 [2024-04-06T13:33:05.317Z] - mirrored artifact osgi.bundle,org.eclipse.wtp.epp.package.jee.intro,1.3.0.v201902122017 [2024-04-06T13:33:05.317Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.web_ui.feature,3.31.0.v202403030558 [2024-04-06T13:33:05.317Z] - mirrored artifact osgi.bundle,org.eclipse.wst.wsdl.ui.doc.user.source,1.0.850.v201903222115 [2024-04-06T13:33:05.317Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.server_ui.feature,3.4.500.v202401292331 [2024-04-06T13:33:05.317Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.web_ui.feature.source,3.31.0.v202403030558 [2024-04-06T13:33:05.317Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xml.xpath.ui.source,1.2.0.v202307260701 [2024-04-06T13:33:05.317Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.preview.adapter,1.2.100.v202401292308 [2024-04-06T13:33:05.317Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.webpageeditor.feature,2.12.0.v202307262216 [2024-04-06T13:33:05.317Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsf.core,1.9.1.v202308300413 [2024-04-06T13:33:05.317Z] - mirrored artifact osgi.bundle,org.eclipse.wst.html.core.source,1.4.400.v202308160453 [2024-04-06T13:33:05.317Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.uriresolver.source,1.4.0.v202308161955 [2024-04-06T13:33:05.317Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.server_core.feature.source,3.4.0.v202311141839 [2024-04-06T13:33:05.317Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.server_ui.feature.source,3.4.500.v202401292331 [2024-04-06T13:33:05.579Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.core,0.6.0.v202307190318 [2024-04-06T13:33:05.579Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.consumption,1.1.0.v202308010229 [2024-04-06T13:33:05.579Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.xdoclet.runtime,1.2.0.v202101081429 [2024-04-06T13:33:05.579Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ejb.doc.user.source,1.1.301.v201903222024 [2024-04-06T13:33:05.579Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsd.ui.source,1.3.601.v202308160453 [2024-04-06T13:33:05.579Z] - mirrored artifact osgi.bundle,jakarta.enterprise.lang-model,4.0.1 [2024-04-06T13:33:05.579Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.consumption.ui,1.2.0.v202308010145 [2024-04-06T13:33:05.579Z] - mirrored artifact osgi.bundle,javax.xml,1.3.4.v201005080400 [2024-04-06T13:33:05.579Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.ui.source,1.2.300.v202305221615 [2024-04-06T13:33:05.579Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.jca.ui,1.2.0.v202402152248 [2024-04-06T13:33:05.579Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.enterprise_core.feature,3.33.0.v202401080452 [2024-04-06T13:33:05.579Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis.creation.ui.source,1.1.0.v202308011607 [2024-04-06T13:33:05.579Z] - mirrored artifact osgi.bundle,org.eclipse.wtp.xml.capabilities,1.0.200.v201901071922 [2024-04-06T13:33:05.579Z] - mirrored artifact osgi.bundle,org.eclipse.wst.dtd.ui.infopop,1.0.400.v201903222120 [2024-04-06T13:33:05.580Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.gen.source,2.3.201.v202301061019 [2024-04-06T13:33:05.580Z] - mirrored artifact osgi.bundle,org.eclipse.jst.common.ui.source,1.1.0.v202307260438 [2024-04-06T13:33:05.580Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xml.core,1.2.800.v202308210520 [2024-04-06T13:33:05.580Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.tomcat.core,1.2.600.v202402192305 [2024-04-06T13:33:05.580Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.launching,1.2.0.v201901071922 [2024-04-06T13:33:05.856Z] - mirrored artifact osgi.bundle,org.eclipse.wst.ws.service.policy.ui.source,1.2.0.v202311232240 [2024-04-06T13:33:05.856Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jaxb.eclipselink.core.source,1.3.201.v201902121834 [2024-04-06T13:33:05.856Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsf.apache.trinidad.tagsupport,1.5.0.v202303190717 [2024-04-06T13:33:05.856Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.jaxp.debug,1.1.100.v202202230212 [2024-04-06T13:33:05.856Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.server_adapters.ext.feature,3.4.900.v202402192305 [2024-04-06T13:33:05.856Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.json_core.feature.source,1.1.9.v202308160419 [2024-04-06T13:33:05.857Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.cxf.ui,1.1.0.v202308010145 [2024-04-06T13:33:05.857Z] - mirrored artifact osgi.bundle,org.eclipse.wst.sse.ui,1.7.900.v202402030233 [2024-04-06T13:33:05.857Z] - mirrored artifact osgi.bundle,org.eclipse.wst.sse.ui.infopop,1.0.300.v201903222120 [2024-04-06T13:33:05.857Z] - mirrored artifact osgi.bundle,org.eclipse.wtp.jee.capabilities.source,1.0.100.v201903222024 [2024-04-06T13:33:05.857Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.server_userdoc.feature,3.3.300.v201901310132 [2024-04-06T13:33:05.857Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jaxb.core.schemagen,1.1.202.v202104080213 [2024-04-06T13:33:05.857Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.eclipselink.core.source,2.5.0.v202308172102 [2024-04-06T13:33:05.857Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jaxb.branding,1.4.1.v201902121834 [2024-04-06T13:33:05.857Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.common_ui.feature.source,3.31.0.v202308161955 [2024-04-06T13:33:05.857Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.jshint.core.source,1.1.0.v202308160419 [2024-04-06T13:33:05.857Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis2.consumption.core.source,1.1.0.v202308010354 [2024-04-06T13:33:05.857Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.support.firefox,1.1.0.v202307190318 [2024-04-06T13:33:06.120Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.xml_ui.feature.source,3.33.0.v202402030243 [2024-04-06T13:33:06.120Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.uddiregistry.source,1.2.0.v202308010229 [2024-04-06T13:33:06.120Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsf.common.runtime,1.5.0.v202303190717 [2024-04-06T13:33:06.120Z] - mirrored artifact osgi.bundle,org.eclipse.wst.dtd.ui,1.1.700.v202308160453 [2024-04-06T13:33:06.120Z] - mirrored artifact osgi.bundle,org.eclipse.jem.beaninfo.vm.source,2.1.0.v202101081429 [2024-04-06T13:33:06.120Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.source,1.1.0.v202308010229 [2024-04-06T13:33:06.120Z] - mirrored artifact osgi.bundle,org.eclipse.wst.html.ui.source,1.1.801.v202308160453 [2024-04-06T13:33:06.120Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.launching.source,1.2.0.v201901071922 [2024-04-06T13:33:06.120Z] - mirrored artifact osgi.bundle,org.eclipse.wst.wsi.ui.doc.user.source,1.0.750.v201903222115 [2024-04-06T13:33:06.120Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature,2.8.0.v202307262303 [2024-04-06T13:33:06.121Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.server_adapters.feature,3.33.0.v202401292308 [2024-04-06T13:33:06.121Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.core,3.7.0.v202308172102 [2024-04-06T13:33:06.121Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.exslt.ui.source,1.1.0.v201901071922 [2024-04-06T13:33:06.121Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jpt.common.feature,1.5.200.v202308172102 [2024-04-06T13:33:06.121Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotation.model,1.1.600.v202307261744 [2024-04-06T13:33:06.121Z] - mirrored artifact osgi.bundle,org.eclipse.jst.common.annotations.ui.source,1.2.0.v202307260438 [2024-04-06T13:33:06.121Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jee.web.source,1.1.0.v202307260438 [2024-04-06T13:33:06.121Z] - mirrored artifact osgi.bundle,jakarta.enterprise.cdi-api,2.0.2 [2024-04-06T13:33:06.121Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xmleditor.doc.user.source,1.1.0.v201903222120 [2024-04-06T13:33:06.121Z] - mirrored artifact osgi.bundle,jakarta.enterprise.cdi-api.source,2.0.2 [2024-04-06T13:33:06.121Z] - mirrored artifact osgi.bundle,org.eclipse.wst.ws.service.policy,1.1.0.v202308010229 [2024-04-06T13:33:06.121Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.xml_ui.feature,3.33.0.v202402030243 [2024-04-06T13:33:06.121Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.eclipselink.core.ddlgen,2.2.201.v201902121834 [2024-04-06T13:33:06.121Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxrs.ui,1.1.0.v202308010145 [2024-04-06T13:33:06.121Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.xsl.feature,1.3.1500.v202307260701 [2024-04-06T13:33:06.121Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.ui.doc.user.source,1.1.600.v201901310132 [2024-04-06T13:33:06.121Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsf.facesconfig.ui,1.7.0.v202305071652 [2024-04-06T13:33:06.122Z] - mirrored artifact osgi.bundle,org.eclipse.wst.dtdeditor.doc.user.source,1.1.0.v201903222120 [2024-04-06T13:33:06.122Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jee,1.1.0.v202307260438 [2024-04-06T13:33:06.122Z] - mirrored artifact osgi.bundle,org.eclipse.wst.wsi.ui.source,1.1.201.v202304050339 [2024-04-06T13:33:06.122Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.exslt.core,1.1.0.v201901071922 [2024-04-06T13:33:06.122Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.server_ui.feature,3.3.1800.v202308172116 [2024-04-06T13:33:06.122Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.web.ui,1.3.0.v202307260543 [2024-04-06T13:33:06.122Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.saxon,1.1.0.v201901071922 [2024-04-06T13:33:06.122Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.eslint.core.source,1.1.0.v202308160419 [2024-04-06T13:33:06.122Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.server_userdoc.feature.source,3.3.300.v201901310132 [2024-04-06T13:33:06.391Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.creation.ejb.ui,1.0.400.v202308010145 [2024-04-06T13:33:06.391Z] - mirrored artifact osgi.bundle,javax.mail,1.4.0.v201005080615 [2024-04-06T13:33:06.391Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.server_core.feature,3.4.0.v202311141839 [2024-04-06T13:33:06.391Z] - mirrored artifact osgi.bundle,org.eclipse.jem.util,2.2.0.v202308161955 [2024-04-06T13:33:06.391Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.frameworks.ui.source,1.3.0.v202308161955 [2024-04-06T13:33:06.391Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.manipulation,1.1.0.v202307190318 [2024-04-06T13:33:06.391Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jee.ejb,1.1.0.v202307260438 [2024-04-06T13:33:06.391Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.jaxp.debug.ui.source,1.1.0.v201901071922 [2024-04-06T13:33:06.391Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.core.source,1.1.100.v202308160419 [2024-04-06T13:33:06.391Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jpt.common.eclipselink.feature,1.3.300.v202307260736 [2024-04-06T13:33:06.391Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.uriresolver,1.4.0.v202308161955 [2024-04-06T13:33:06.391Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotations.emitter,1.2.0.v202307261744 [2024-04-06T13:33:06.392Z] - mirrored artifact osgi.bundle,org.uddi4j,2.0.5.v20230923-0644 [2024-04-06T13:33:06.392Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis.infopop,1.0.400.v201903050508 [2024-04-06T13:33:06.392Z] - mirrored artifact osgi.bundle,org.eclipse.wst.wsdl.validation.source,1.3.101.v202308010145 [2024-04-06T13:33:06.392Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis2.creation.ui.source,1.1.0.v202308010145 [2024-04-06T13:33:06.392Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.jca.source,1.2.0.v202307260438 [2024-04-06T13:33:06.392Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.doc,2.2.0.v202303191832 [2024-04-06T13:33:06.392Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.xml_core.feature.source,3.33.0.v202402230237 [2024-04-06T13:33:06.392Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.generic.ui.source,1.1.0.v202401292331 [2024-04-06T13:33:06.392Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jaxb.eclipselink.branding,1.4.101.v201902121834 [2024-04-06T13:33:06.392Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis.consumption.core.source,1.1.0.v202308021505 [2024-04-06T13:33:06.392Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.db.ui,2.1.201.v201902121834 [2024-04-06T13:33:06.392Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.environment.source,1.1.0.v202308161955 [2024-04-06T13:33:06.392Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.web.support.jsp,1.1.200.v202210260359 [2024-04-06T13:33:06.392Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxrs.ui.source,1.1.0.v202308010145 [2024-04-06T13:33:06.392Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis.creation.ui,1.1.0.v202308011607 [2024-04-06T13:33:06.392Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.creation.ui.source,1.1.0.v202308010145 [2024-04-06T13:33:06.392Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.json_ui.feature.source,1.1.11.v202308160419 [2024-04-06T13:33:06.393Z] - mirrored artifact osgi.bundle,org.eclipse.jst.servlet.ui.infopop,1.0.500.v201903222024 [2024-04-06T13:33:06.393Z] - mirrored artifact osgi.bundle,org.eclipse.wst.command.env,1.1.0.v202308010354 [2024-04-06T13:33:06.393Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis.ui.doc.user,1.1.200.v201903222115 [2024-04-06T13:33:06.393Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.uddiregistry,1.2.0.v202308010229 [2024-04-06T13:33:06.393Z] - mirrored artifact osgi.bundle,org.eclipse.wst.sse.ui.source,1.7.900.v202402030233 [2024-04-06T13:33:06.393Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.saxon.source,1.1.0.v201901071922 [2024-04-06T13:33:06.393Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxb.core.source,1.1.0.v202308010229 [2024-04-06T13:33:06.393Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jaxb.eclipselink.ui,1.4.201.v201902121834 [2024-04-06T13:33:06.393Z] - mirrored artifact osgi.bundle,javax.xml.ws,2.1.0.v200902101523 [2024-04-06T13:33:06.393Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xml.xpath.core,1.4.0.v202307260701 [2024-04-06T13:33:06.393Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jaxb.eclipselink.ui.source,1.4.201.v201902121834 [2024-04-06T13:33:06.393Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.js.source,0.2.0.v202307190318 [2024-04-06T13:33:06.657Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.ui,1.6.200.v202308172116 [2024-04-06T13:33:06.658Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.doc.user,3.2.101.v201902121834 [2024-04-06T13:33:06.658Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotations.ui.source,1.2.2.v202307261828 [2024-04-06T13:33:06.658Z] - mirrored artifact osgi.bundle,org.eclipse.wtp.javascript.capabilities,1.0.200.v201901071922 [2024-04-06T13:33:06.658Z] - mirrored artifact osgi.bundle,org.eclipse.wst.dtd.core,1.2.600.v202308160453 [2024-04-06T13:33:06.658Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis2.ui,1.1.0.v202308010145 [2024-04-06T13:33:06.658Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis2.core.source,1.1.0.v202308010145 [2024-04-06T13:33:06.658Z] - mirrored artifact osgi.bundle,jakarta.interceptor-api.source,1.2.5 [2024-04-06T13:33:06.658Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.server_ui.feature.source,3.3.1800.v202308172116 [2024-04-06T13:33:06.658Z] - mirrored artifact osgi.bundle,org.eclipse.wst.doc.user.source,1.2.0.v201903222120 [2024-04-06T13:33:06.658Z] - mirrored artifact osgi.bundle,org.eclipse.wst.sse.core,1.2.1300.v202402230237 [2024-04-06T13:33:06.658Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsf.common.ui,1.7.0.v202303190717 [2024-04-06T13:33:06.658Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsd.core,1.2.101.v202307260543 [2024-04-06T13:33:06.658Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xml.ui.infopop,1.0.400.v201903222120 [2024-04-06T13:33:06.658Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxws.dom.runtime.source,1.1.0.v202308010229 [2024-04-06T13:33:06.658Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl,1.2.0.v201901071922 [2024-04-06T13:33:06.658Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jpt.jaxb.feature,1.5.201.v202301061019 [2024-04-06T13:33:06.658Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotations.xdoclet,1.3.0.v202307261816 [2024-04-06T13:33:06.658Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jaxb.eclipselink.core.schemagen,1.2.202.v202104080213 [2024-04-06T13:33:06.956Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.web.ui.source,1.3.0.v202307260543 [2024-04-06T13:33:06.957Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jee.ejb.source,1.1.0.v202307260438 [2024-04-06T13:33:06.957Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.core,1.4.100.v202103232321 [2024-04-06T13:33:06.957Z] - mirrored artifact osgi.bundle,org.eclipse.wst.sse.doc.user.source,1.2.0.v201903222120 [2024-04-06T13:33:06.957Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.ui.source,1.1.100.v202308012257 [2024-04-06T13:33:06.957Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee,1.2.1000.v202402152246 [2024-04-06T13:33:06.957Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.eclipselink.ui.source,2.4.101.v202301061019 [2024-04-06T13:33:06.957Z] - mirrored artifact osgi.bundle,org.eclipse.wst.web,1.3.200.v202305221615 [2024-04-06T13:33:06.957Z] - mirrored artifact osgi.bundle,org.eclipse.wst.ws.service.policy.ui,1.2.0.v202311232240 [2024-04-06T13:33:06.957Z] - mirrored artifact osgi.bundle,org.eclipse.persistence.jpa,2.7.3.v20180807-4be1041 [2024-04-06T13:33:06.957Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.ui.doc.user,1.1.600.v201901310132 [2024-04-06T13:33:06.957Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.common.ui,1.4.201.v202301061019 [2024-04-06T13:33:06.957Z] - mirrored artifact osgi.bundle,org.eclipse.wst.dtd.ui.source,1.1.700.v202308160453 [2024-04-06T13:33:06.957Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.wipbackend.protocol_1_0.source,0.6.0.v202307190351 [2024-04-06T13:33:06.957Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.web_userdoc.feature,3.18.0.v202004271556 [2024-04-06T13:33:06.957Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxws.dom.integration,1.1.0.v202308010229 [2024-04-06T13:33:06.957Z] - mirrored artifact osgi.bundle,org.eclipse.wst.ws.explorer.source,1.1.2.v202308010145 [2024-04-06T13:33:06.957Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxws.utils,1.1.0.v202308010354 [2024-04-06T13:33:07.258Z] - mirrored artifact osgi.bundle,org.eclipse.wst.wsi,1.1.501.v202308010145 [2024-04-06T13:33:07.258Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jaxb.core,1.4.101.v201902121834 [2024-04-06T13:33:07.258Z] - mirrored artifact osgi.bundle,com.google.javascript,0.0.20160315.v20161124-1903 [2024-04-06T13:33:07.258Z] - mirrored artifact osgi.bundle,org.eclipse.wst.internet.monitor.core,1.1.0.v202304050316 [2024-04-06T13:33:07.258Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis.consumption.core,1.1.0.v202308021505 [2024-04-06T13:33:07.258Z] - mirrored artifact osgi.bundle,org.eclipse.wst.validation.infopop,1.0.300.v202007131715 [2024-04-06T13:33:07.258Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.npm.core,1.1.0.v202308160419 [2024-04-06T13:33:07.258Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jaxb.eclipselink.core,1.3.201.v201902121834 [2024-04-06T13:33:07.258Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpadiagrameditor.branding,1.2.102.v201902121834 [2024-04-06T13:33:07.258Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.common.eclipselink.core.source,1.3.400.v202208190239 [2024-04-06T13:33:07.519Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis.consumption.ui,1.1.0.v202308010145 [2024-04-06T13:33:07.520Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotations.ui,1.2.2.v202307261828 [2024-04-06T13:33:07.520Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsf.facesconfig,1.6.0.v202303190717 [2024-04-06T13:33:07.520Z] - mirrored artifact osgi.bundle,org.eclipse.wst.sse.doc.user,1.2.0.v201903222120 [2024-04-06T13:33:07.520Z] - mirrored artifact osgi.bundle,org.eclipse.wst.ws,1.2.0.v202308010145 [2024-04-06T13:33:07.520Z] - mirrored artifact osgi.bundle,org.eclipse.jem.beaninfo.vm.common.source,2.1.0.v202402152248 [2024-04-06T13:33:07.520Z] - mirrored artifact osgi.bundle,org.eclipse.wst.sse.core.source,1.2.1300.v202402230237 [2024-04-06T13:33:07.520Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.infopop,1.0.400.v201903050508 [2024-04-06T13:33:07.520Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis2.creation.core.source,1.1.0.v202308010145 [2024-04-06T13:33:07.520Z] - mirrored artifact osgi.bundle,org.eclipse.wst.ws.ui.source,1.2.1.v202308010145 [2024-04-06T13:33:07.520Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxws.ui,1.1.0.v202308010145 [2024-04-06T13:33:07.520Z] - mirrored artifact osgi.bundle,org.eclipse.wst.html.ui,1.1.801.v202308160453 [2024-04-06T13:33:07.520Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xml.core.source,1.2.800.v202308210520 [2024-04-06T13:33:07.520Z] - mirrored artifact osgi.bundle,org.eclipse.jst.pagedesigner,1.10.100.v202307262126 [2024-04-06T13:33:07.520Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.core,1.2.200.v202302070714 [2024-04-06T13:33:07.791Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.eslint.ui.source,1.1.0.v202308160419 [2024-04-06T13:33:07.791Z] - mirrored artifact osgi.bundle,org.eclipse.jst.standard.schemas,1.2.700.v202402030235 [2024-04-06T13:33:07.791Z] - mirrored artifact osgi.bundle,org.eclipse.jem.proxy,2.1.0.v202101081429 [2024-04-06T13:33:07.791Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotation.model.source,1.1.600.v202307261744 [2024-04-06T13:33:07.791Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsf.doc.user,1.5.1.v202307262125 [2024-04-06T13:33:07.791Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xml.ui.source,1.2.701.v202308160453 [2024-04-06T13:33:07.791Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.frameworks,1.3.0.v202308161955 [2024-04-06T13:33:07.791Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.common.utility.source,2.4.1.v202301061019 [2024-04-06T13:33:08.057Z] - mirrored artifact osgi.bundle,org.eclipse.wst.internet.cache,1.1.0.v202011161431 [2024-04-06T13:33:08.057Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.ws_ui.feature,3.31.0.v202308010326 [2024-04-06T13:33:08.057Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis2.creation.core,1.1.0.v202308010145 [2024-04-06T13:33:08.057Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.web_userdoc.feature,3.6.1.v202309190220 [2024-04-06T13:33:08.057Z] - mirrored artifact osgi.bundle,org.eclipse.wst.command.env.core,1.1.0.v202308010229 [2024-04-06T13:33:08.057Z] - mirrored artifact osgi.bundle,javax.xml.soap,1.2.0.v201005080501 [2024-04-06T13:33:08.057Z] - mirrored artifact osgi.bundle,javax.jws,2.0.0.v201005080400 [2024-04-06T13:33:08.057Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.annotations.core.source,1.3.0.v202308010145 [2024-04-06T13:33:08.057Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.jndi,12.0.6 [2024-04-06T13:33:08.057Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.consumption.ui.source,1.2.0.v202308010145 [2024-04-06T13:33:08.057Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.xml.source,12.0.6 [2024-04-06T13:33:08.057Z] - mirrored artifact osgi.bundle,org.eclipse.jst.common.project.facet.ui.source,1.5.0.v202308161955 [2024-04-06T13:33:08.057Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.ui,1.2.401.v202308161955 [2024-04-06T13:33:08.057Z] - mirrored artifact osgi.bundle,org.eclipse.wst.css.core,1.3.400.v202308160453 [2024-04-06T13:33:08.057Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.server_adapters.feature.source,3.33.0.v202401292308 [2024-04-06T13:33:08.057Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.annotations.xdoclet.source,1.3.0.v202307261816 [2024-04-06T13:33:08.057Z] - mirrored artifact osgi.bundle,org.eclipse.jst.common.annotations.core,1.2.0.v202307260438 [2024-04-06T13:33:08.057Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.core.source,1.3.0.v202401292331 [2024-04-06T13:33:08.057Z] - mirrored artifact osgi.bundle,org.eclipse.wst.html.ui.infopop,1.0.201.v201903222120 [2024-04-06T13:33:08.057Z] - mirrored artifact osgi.bundle,org.eclipse.wst.css.core.source,1.3.400.v202308160453 [2024-04-06T13:33:08.057Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.db,2.2.201.v202301061019 [2024-04-06T13:33:08.057Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.debug.core,3.3.0.v202307190318 [2024-04-06T13:33:08.057Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.ui.source,1.1.0.v202308160419 [2024-04-06T13:33:08.057Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis2.ui.source,1.1.0.v202308010145 [2024-04-06T13:33:08.057Z] - mirrored artifact osgi.bundle,org.eclipse.wst.dtdeditor.doc.user,1.1.0.v201903222120 [2024-04-06T13:33:08.057Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.xml_userdoc.feature.source,3.18.0.v202004271556 [2024-04-06T13:33:08.057Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.xml_core.feature,3.33.0.v202402230237 [2024-04-06T13:33:08.057Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.web.source,1.3.0.v202307260438 [2024-04-06T13:33:08.057Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsf.common,1.6.0.v202303190717 [2024-04-06T13:33:08.057Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jpt.jpa.eclipselink.feature,3.4.101.v202308172102 [2024-04-06T13:33:08.058Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.server_userdoc.feature,3.3.300.v201901310132 [2024-04-06T13:33:08.058Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.jndi.source,12.0.6 [2024-04-06T13:33:08.058Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsf.facelet.ui,1.5.0.v202308300413 [2024-04-06T13:33:08.058Z] - mirrored artifact osgi.bundle,org.eclipse.wst.validation.ui.source,1.3.0.v202308161955 [2024-04-06T13:33:08.058Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jee.source,1.1.0.v202307260438 [2024-04-06T13:33:08.320Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpadiagrameditor.doc.user.source,1.2.102.v201902121834 [2024-04-06T13:33:08.320Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.source,1.2.1000.v202402152246 [2024-04-06T13:33:08.320Z] - mirrored artifact osgi.bundle,org.eclipse.json.source,1.2.0.v202308160419 [2024-04-06T13:33:08.320Z] - mirrored artifact osgi.bundle,org.eclipse.wst.command.env.infopop,1.0.200.v201903050508 [2024-04-06T13:33:08.320Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jee.ui.source,1.1.0.v202307261744 [2024-04-06T13:33:08.320Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.cxf.creation.ui,1.1.0.v202308010145 [2024-04-06T13:33:08.320Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.core,1.5.0.v202307260438 [2024-04-06T13:33:08.320Z] - mirrored artifact osgi.bundle,org.mozilla.javascript,1.7.10.v20190430-1943 [2024-04-06T13:33:08.320Z] - mirrored artifact osgi.bundle,jakarta.el,4.0.0.v20210105-0527 [2024-04-06T13:33:08.320Z] - mirrored artifact osgi.bundle,org.eclipse.jem.beaninfo,2.1.0.v202307260438 [2024-04-06T13:33:08.320Z] - mirrored artifact osgi.bundle,org.eclipse.jst.common.annotations.controller.source,1.2.0.v202307260438 [2024-04-06T13:33:08.320Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug,0.4.0.v202307190339 [2024-04-06T13:33:08.320Z] - mirrored artifact osgi.bundle,org.eclipse.wst.validation,1.3.0.v202308161955 [2024-04-06T13:33:08.320Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.common.fproj.enablement.jdt.source,3.29.0.v202308161955 [2024-04-06T13:33:08.320Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.debug.transport,1.1.0.v202307190318 [2024-04-06T13:33:08.320Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.infopop,1.0.301.v202307170218 [2024-04-06T13:33:08.596Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.emfworkbench.integration.source,1.3.0.v202308161955 [2024-04-06T13:33:08.596Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.navigator.ui.source,1.2.100.v202402152248 [2024-04-06T13:33:08.596Z] - mirrored artifact osgi.bundle,org.eclipse.jem.beaninfo.source,2.1.0.v202307260438 [2024-04-06T13:33:08.596Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.ws_userdoc.feature,3.1.501.v201909051708 [2024-04-06T13:33:08.596Z] - mirrored artifact osgi.bundle,org.eclipse.wst.doc.user,1.2.0.v201903222120 [2024-04-06T13:33:08.596Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.debug.ui.source,1.1.100.v202302070714 [2024-04-06T13:33:08.596Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jaxb.core.schemagen.source,1.1.202.v202104080213 [2024-04-06T13:33:08.596Z] - mirrored artifact osgi.bundle,org.eclipse.wtp.jee.capabilities,1.0.100.v201903222024 [2024-04-06T13:33:08.596Z] - mirrored artifact osgi.bundle,org.eclipse.wst.wsdl.validation,1.3.101.v202308010145 [2024-04-06T13:33:08.596Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis.infopop.source,1.0.400.v201903050508 [2024-04-06T13:33:08.596Z] - mirrored artifact osgi.bundle,org.apache.xalan,2.7.2.v20230928-1302 [2024-04-06T13:33:08.596Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.web_userdoc.feature.source,3.18.0.v202004271556 [2024-04-06T13:33:08.596Z] - mirrored artifact osgi.bundle,org.eclipse.wst.ws.parser,1.1.0.v202308012257 [2024-04-06T13:33:08.596Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxws.dom.ui.source,1.1.0.v202308010229 [2024-04-06T13:33:08.596Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.eslint.ui,1.1.0.v202308160419 [2024-04-06T13:33:08.597Z] - mirrored artifact osgi.bundle,jakarta.enterprise.lang-model.source,4.0.1 [2024-04-06T13:33:08.597Z] - mirrored artifact osgi.bundle,org.eclipse.wst.standard.schemas,1.0.800.v201901071922 [2024-04-06T13:33:08.597Z] - mirrored artifact osgi.bundle,org.eclipse.wst.internet.cache.source,1.1.0.v202011161431 [2024-04-06T13:33:08.597Z] - mirrored artifact osgi.bundle,org.eclipse.persistence.asm,6.2.0.v201808041549 [2024-04-06T13:33:08.597Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jpt.jpadiagrameditor.feature,1.2.300.v202307260736 [2024-04-06T13:33:08.864Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.tomcat.core.source,1.2.600.v202402192305 [2024-04-06T13:33:08.864Z] - mirrored artifact osgi.bundle,org.eclipse.wst.command.env.infopop.source,1.0.200.v201903050508 [2024-04-06T13:33:08.864Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xml.xpath.core.source,1.4.0.v202307260701 [2024-04-06T13:33:08.864Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.xml.xpath2.processor.feature,2.1.0.v202307260822 [2024-04-06T13:33:08.864Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.webservice.ui,1.2.0.v202402152248 [2024-04-06T13:33:08.864Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.web.core,1.1.300.v202305221615 [2024-04-06T13:33:08.864Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.ui,1.2.300.v202305221615 [2024-04-06T13:33:08.864Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis2.creation.ui,1.1.0.v202308010145 [2024-04-06T13:33:08.865Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.web_js_support.feature,3.33.0.v202403030558 [2024-04-06T13:33:08.865Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.consumption.source,1.1.0.v202308010229 [2024-04-06T13:33:08.865Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.webservice.source,1.2.0.v202307260438 [2024-04-06T13:33:08.865Z] - mirrored artifact osgi.bundle,javax.xml.rpc,1.1.0.v201209140446 [2024-04-06T13:33:08.865Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.bower.ui.source,1.1.0.v202308160419 [2024-04-06T13:33:08.865Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.web.core.source,1.1.300.v202305221615 [2024-04-06T13:33:08.865Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.source,1.2.0.v201901071922 [2024-04-06T13:33:08.865Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.generic.core,1.1.0.v202401292345 [2024-04-06T13:33:08.865Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.annotate,1.1.0.v202308172102 [2024-04-06T13:33:08.865Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.consumption.ui.doc.user,1.0.700.v201903222115 [2024-04-06T13:33:08.865Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.xml_userdoc.feature,3.18.0.v202004271556 [2024-04-06T13:33:08.865Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.navigator.ui,1.2.100.v202402152248 [2024-04-06T13:33:08.865Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.web_core.feature.source,3.31.0.v202402230237 [2024-04-06T13:33:08.865Z] - mirrored artifact osgi.bundle,org.eclipse.jem.proxy.source,2.1.0.v202101081429 [2024-04-06T13:33:08.865Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.json_ui.feature,1.1.11.v202308160419 [2024-04-06T13:33:08.865Z] - mirrored artifact osgi.bundle,org.eclipse.wst.command.env.source,1.1.0.v202308010354 [2024-04-06T13:33:08.865Z] - mirrored artifact osgi.bundle,org.eclipse.wst.ws.service.policy.source,1.1.0.v202308010229 [2024-04-06T13:33:08.865Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.infopop,1.0.300.v201903222024 [2024-04-06T13:33:08.865Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.plus.source,12.0.6 [2024-04-06T13:33:08.865Z] - mirrored artifact osgi.bundle,org.eclipse.wst.command.env.ui.source,1.2.0.v202308012257 [2024-04-06T13:33:08.865Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.schemaprocessor,1.1.0.v202308160419 [2024-04-06T13:33:08.865Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.plus.source,12.0.6 [2024-04-06T13:33:08.865Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.http.ui.source,1.0.500.v202007170127 [2024-04-06T13:33:08.865Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.project.facet.ui,1.5.0.v202308161955 [2024-04-06T13:33:08.865Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.doc.user.source,3.2.101.v201902121834 [2024-04-06T13:33:08.865Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis2.consumption.ui.source,1.1.0.v202308010145 [2024-04-06T13:33:08.865Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.http.ui,1.0.500.v202007170127 [2024-04-06T13:33:09.128Z] - mirrored artifact osgi.bundle,org.eclipse.wst.web.ui.infopop,1.0.300.v201903222120 [2024-04-06T13:33:09.128Z] - mirrored artifact osgi.bundle,org.eclipse.wst.standard.schemas.source,1.0.800.v201901071922 [2024-04-06T13:33:09.128Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.eclipselink.ui,2.4.101.v202301061019 [2024-04-06T13:33:09.128Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxws.core.source,1.1.0.v202308010145 [2024-04-06T13:33:09.128Z] - mirrored artifact osgi.bundle,org.eclipse.wst.web.ui.source,1.2.500.v202308160453 [2024-04-06T13:33:09.128Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.jca.ui.source,1.2.0.v202402152248 [2024-04-06T13:33:09.128Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis2.core,1.1.0.v202308010145 [2024-04-06T13:33:09.128Z] - mirrored artifact osgi.bundle,org.eclipse.wst.wsdl,1.3.1.v202308012257 [2024-04-06T13:33:09.128Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.jshint.ui.source,1.1.0.v202308160419 [2024-04-06T13:33:09.128Z] - mirrored artifact osgi.bundle,org.eclipse.wst.webtools.doc.user,1.0.500.v201903222120 [2024-04-06T13:33:09.128Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxws.core,1.1.0.v202308010145 [2024-04-06T13:33:09.128Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.xsl.feature.source,1.3.1500.v202307260701 [2024-04-06T13:33:09.128Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws,1.1.0.v202308010229 [2024-04-06T13:33:09.128Z] - mirrored artifact osgi.bundle,com.google.protobuf,2.4.0.v201105131100 [2024-04-06T13:33:09.128Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.cxf.consumption.core.source,1.1.0.v202308010145 [2024-04-06T13:33:09.128Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jpt.jaxb.eclipselink.feature.source,1.4.203.v202104080213 [2024-04-06T13:33:09.128Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.core,1.1.100.v202308160419 [2024-04-06T13:33:09.128Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.preview.source,1.3.0.v202311130434 [2024-04-06T13:33:09.128Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.cxf.creation.ui.source,1.1.0.v202308010145 [2024-04-06T13:33:09.128Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.ui.infopop.source,1.1.200.v201901310132 [2024-04-06T13:33:09.128Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.wip.eclipse.source,0.6.0.v202307190318 [2024-04-06T13:33:09.128Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.eclipselink.core.ddlgen.source,2.2.201.v201902121834 [2024-04-06T13:33:09.128Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.core.source,1.11.0.v202311141839 [2024-04-06T13:33:09.128Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.debug.rhino,1.1.0.v202307190318 [2024-04-06T13:33:09.128Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsp.core,1.4.700.v202308180906 [2024-04-06T13:33:09.128Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.enterprise_userdoc.feature,3.23.0.v202309190220 [2024-04-06T13:33:09.128Z] - mirrored artifact osgi.bundle,org.eclipse.jst.common.ui,1.1.0.v202307260438 [2024-04-06T13:33:09.129Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.project.facet.ui.source,1.5.0.v202308161955 [2024-04-06T13:33:09.129Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.ui.infopop.source,1.0.500.v201901310132 [2024-04-06T13:33:09.129Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.common.fproj,3.7.4.v202308161955 [2024-04-06T13:33:09.129Z] - mirrored artifact osgi.bundle,org.eclipse.jem.workbench.source,2.1.100.v202402230230 [2024-04-06T13:33:09.129Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.gen,2.3.201.v202301061019 [2024-04-06T13:33:09.129Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ejb.ui.source,1.2.0.v202402152248 [2024-04-06T13:33:09.395Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.annotations.core,1.3.0.v202308010145 [2024-04-06T13:33:09.395Z] - mirrored artifact osgi.bundle,org.eclipse.jem.source,2.1.0.v202307260438 [2024-04-06T13:33:09.395Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.common_core.feature.source,3.31.0.v202308161955 [2024-04-06T13:33:09.395Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.modulecore.ui,1.1.0.v202308161955 [2024-04-06T13:33:09.395Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsd.core.source,1.2.101.v202307260543 [2024-04-06T13:33:09.395Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.debug.ui,1.1.100.v202302070714 [2024-04-06T13:33:09.395Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xml.xpath2.processor,2.2.0.v202307260701 [2024-04-06T13:33:09.395Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.ui,1.2.300.v202402152248 [2024-04-06T13:33:09.396Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis2.consumption.ui,1.1.0.v202308010145 [2024-04-06T13:33:09.662Z] - mirrored artifact osgi.bundle,org.eclipse.wst.command.env.doc.user.source,1.5.400.v201903222115 [2024-04-06T13:33:09.662Z] - mirrored artifact osgi.bundle,jakarta.transaction-api.source,1.3.3 [2024-04-06T13:33:09.662Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.jsdtbridge.source,0.6.0.v202307190318 [2024-04-06T13:33:09.662Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.preview,1.3.0.v202311130434 [2024-04-06T13:33:09.662Z] - mirrored artifact osgi.bundle,javax.wsdl,1.6.2.v201012040545 [2024-04-06T13:33:09.662Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.consumption.infopop,1.0.400.v201903050508 [2024-04-06T13:33:09.662Z] - mirrored artifact osgi.bundle,org.eclipse.persistence.core,2.7.3.v20180807-4be1041 [2024-04-06T13:33:09.662Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.server_userdoc.feature.source,3.3.300.v201901310132 [2024-04-06T13:33:09.662Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.jaxp.launching.source,1.1.200.v202301080401 [2024-04-06T13:33:09.662Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.generic.core.source,1.1.0.v202401292345 [2024-04-06T13:33:09.662Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.preview.adapter.source,1.2.100.v202401292308 [2024-04-06T13:33:09.662Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jpt.common.feature.source,1.5.200.v202308172102 [2024-04-06T13:33:09.662Z] - mirrored artifact osgi.bundle,jakarta.transaction-api,1.3.3 [2024-04-06T13:33:09.927Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.common.eclipselink.core,1.3.400.v202208190239 [2024-04-06T13:33:09.928Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.debug.ui,1.2.0.v202307190318 [2024-04-06T13:33:09.928Z] - mirrored artifact osgi.bundle,org.eclipse.jem,2.1.0.v202307260438 [2024-04-06T13:33:09.928Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxws.ui.source,1.1.0.v202308010145 [2024-04-06T13:33:09.928Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.common_ui.feature,3.31.0.v202308161955 [2024-04-06T13:33:09.928Z] - mirrored artifact osgi.bundle,org.eclipse.jst.servlet.ui.source,1.2.0.v202402152248 [2024-04-06T13:33:09.928Z] - mirrored artifact osgi.bundle,javax.xml.stream,1.0.1.v201004272200 [2024-04-06T13:33:09.928Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.npm.ui.source,1.1.0.v202308160419 [2024-04-06T13:33:09.928Z] - mirrored artifact osgi.bundle,org.eclipse.wst.wsdl.ui.doc.user,1.0.850.v201903222115 [2024-04-06T13:33:09.928Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.core,2.0.500.v202211200038 [2024-04-06T13:33:09.928Z] - mirrored artifact osgi.bundle,org.eclipse.wst.wsdl.ui.source,1.3.101.v202308010229 [2024-04-06T13:33:09.928Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.ui.source,1.1.500.v202308172116 [2024-04-06T13:33:09.928Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.xalan,1.1.100.v202301080401 [2024-04-06T13:33:09.928Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.cxf.consumption.core,1.1.0.v202308010145 [2024-04-06T13:33:09.928Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.webapp.source,12.0.6 [2024-04-06T13:33:09.928Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jaxb.eclipselink.core.schemagen.source,1.2.202.v202104080213 [2024-04-06T13:33:09.928Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.jaxp.debug.ui,1.1.0.v201901071922 [2024-04-06T13:33:09.928Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jee.ui,1.1.0.v202307261744 [2024-04-06T13:33:09.928Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.cxf.core.source,1.2.0.v202308010145 [2024-04-06T13:33:09.928Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.xalan.source,1.1.100.v202301080401 [2024-04-06T13:33:09.928Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.web_ui.feature,3.33.0.v202402161256 [2024-04-06T13:33:09.928Z] - mirrored artifact osgi.bundle,org.eclipse.wtp.javascript.capabilities.source,1.0.200.v201901071922 [2024-04-06T13:33:09.928Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.core.source,1.4.100.v202103232321 [2024-04-06T13:33:09.928Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.jaxws.dom.runtime,1.1.0.v202308010229 [2024-04-06T13:33:09.928Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.jsdt.feature,2.4.500.v202307190318 [2024-04-06T13:33:09.928Z] - mirrored artifact osgi.bundle,org.eclipse.jst.common.project.facet.ui,1.5.0.v202308161955 [2024-04-06T13:33:10.190Z] - mirrored artifact osgi.bundle,org.apache.bcel,5.2.0.v201005080400 [2024-04-06T13:33:10.190Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium,0.6.0.v202307190318 [2024-04-06T13:33:10.190Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.environment,1.1.0.v202308161955 [2024-04-06T13:33:10.191Z] - mirrored artifact osgi.bundle,org.eclipse.wtp.xml.capabilities.source,1.0.200.v201901071922 [2024-04-06T13:33:10.191Z] - mirrored artifact osgi.bundle,org.eclipse.wst.dtd.core.source,1.2.600.v202308160453 [2024-04-06T13:33:10.191Z] - mirrored artifact osgi.bundle,jakarta.interceptor-api,1.2.5 [2024-04-06T13:33:10.191Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jst.server_core.feature.source,3.4.600.v202401292345 [2024-04-06T13:33:10.191Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.cxf.creation.core.source,1.2.0.v202311232240 [2024-04-06T13:33:10.191Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.doc.user.source,1.0.700.v201903222115 [2024-04-06T13:33:10.191Z] - mirrored artifact osgi.bundle,org.eclipse.jst.common.project.facet.core,1.13.0.v202308161955 [2024-04-06T13:33:10.191Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.http.core.source,1.0.400.v202007170127 [2024-04-06T13:33:10.191Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.web_js_support.feature.source,3.33.0.v202403030558 [2024-04-06T13:33:10.191Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsd.ui,1.3.601.v202308160453 [2024-04-06T13:33:10.191Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.db.source,2.2.201.v202301061019 [2024-04-06T13:33:10.191Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.debug.ui,0.7.0.v202307190318 [2024-04-06T13:33:10.191Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xml.xpath2.processor.doc.user,2.1.100.v202307260822 [2024-04-06T13:33:10.191Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.plus,12.0.6 [2024-04-06T13:33:10.191Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.ui.source,1.2.300.v202402152248 [2024-04-06T13:33:10.191Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jpt.jaxb.eclipselink.feature,1.4.203.v202104080213 [2024-04-06T13:33:10.191Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.common.core.source,1.6.0.v202308172102 [2024-04-06T13:33:10.452Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.web,1.3.0.v202307260438 [2024-04-06T13:33:10.452Z] - mirrored artifact osgi.bundle,java_cup-runtime,0.11.20150326.v20180425-1030 [2024-04-06T13:33:10.452Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.schemaprocessor.source,1.1.0.v202308160419 [2024-04-06T13:33:10.452Z] - mirrored artifact osgi.bundle,org.eclipse.wst.ws.infopop,1.0.400.v201903050508 [2024-04-06T13:33:10.452Z] - mirrored artifact osgi.bundle,org.eclipse.wst.ws.explorer,1.1.2.v202308010145 [2024-04-06T13:33:10.453Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis2.ui.doc.user,1.0.200.v201903222115 [2024-04-06T13:33:10.453Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.jndi.source,12.0.6 [2024-04-06T13:33:10.453Z] - mirrored artifact osgi.bundle,org.eclipse.persistence.jpa.jpql,2.7.3.v20180807-4be1041 [2024-04-06T13:33:10.453Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.jpa.core.source,3.7.0.v202308172102 [2024-04-06T13:33:10.453Z] - mirrored artifact osgi.bundle,org.eclipse.jst.j2ee.ejb.source,1.2.0.v202307260438 [2024-04-06T13:33:10.453Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wst.web_core.feature,3.31.0.v202402230237 [2024-04-06T13:33:10.717Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.ui,1.1.0.v202308160419 [2024-04-06T13:33:10.717Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.generic.ui,1.1.0.v202401292331 [2024-04-06T13:33:10.717Z] - mirrored artifact osgi.bundle,org.apache.xml.serializer,2.7.1.v201005080400 [2024-04-06T13:33:10.717Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.bower.ui,1.1.0.v202308160419 [2024-04-06T13:33:10.717Z] - mirrored artifact osgi.bundle,org.eclipse.wst.validation.ui,1.3.0.v202308161955 [2024-04-06T13:33:10.717Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.ui,1.1.500.v202308172116 [2024-04-06T13:33:10.717Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.core,1.11.0.v202311141839 [2024-04-06T13:33:10.717Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.common.utility,2.4.1.v202301061019 [2024-04-06T13:33:10.717Z] - mirrored artifact osgi.bundle,org.eclipse.persistence.moxy,2.7.3.v20180807-4be1041 [2024-04-06T13:33:10.717Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.support.ie,1.1.0.v202307190318 [2024-04-06T13:33:10.717Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.webapp,12.0.6 [2024-04-06T13:33:10.717Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xml.xpath2,1.1.0.v201901071922 [2024-04-06T13:33:10.717Z] - mirrored artifact osgi.bundle,org.eclipse.wst.json.bower.core.source,1.1.0.v202308160419 [2024-04-06T13:33:10.717Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jpt.common.eclipselink.feature.source,1.3.300.v202307260736 [2024-04-06T13:33:10.717Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jee.web,1.1.0.v202307260438 [2024-04-06T13:33:10.717Z] - mirrored artifact osgi.bundle,org.eclipse.jst.jsp.ui,1.3.600.v202308160453 [2024-04-06T13:33:10.717Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xml.xpath2.wtptypes,2.1.0.v202307260701 [2024-04-06T13:33:10.717Z] - mirrored artifact osgi.bundle,org.eclipse.jst.server.ui.doc.user,1.0.600.v201901310132 [2024-04-06T13:33:10.981Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.snippets,1.3.0.v202308161955 [2024-04-06T13:33:10.981Z] - mirrored artifact osgi.bundle,org.eclipse.wst.internet.monitor.core.source,1.1.0.v202304050316 [2024-04-06T13:33:10.981Z] - mirrored artifact osgi.bundle,org.eclipse.wst.server.http.core,1.0.400.v202007170127 [2024-04-06T13:33:10.981Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.consumption.ui.doc.user.source,1.0.700.v201903222115 [2024-04-06T13:33:10.981Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ejb.ui,1.2.0.v202402152248 [2024-04-06T13:33:10.981Z] - mirrored artifact osgi.bundle,org.eclipse.wst.css.ui.source,1.2.200.v202308160453 [2024-04-06T13:33:10.981Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.servlets.source,12.0.6 [2024-04-06T13:33:10.981Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.cxf.creation.core,1.2.0.v202311232240 [2024-04-06T13:33:10.981Z] - mirrored artifact osgi.bundle,org.eclipse.jpt.common.eclipselink.branding,1.3.101.v201902121834 [2024-04-06T13:33:10.981Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ws.axis2.consumption.core,1.1.0.v202308010354 [2024-04-06T13:33:10.982Z] - mirrored artifact osgi.bundle,org.eclipse.jst.ejb.ui.infopop,1.0.300.v201903222024 [2024-04-06T13:33:10.982Z] - mirrored artifact osgi.bundle,org.eclipse.jst.common.annotations.controller,1.2.0.v202307260438 [2024-04-06T13:33:10.982Z] - mirrored artifact osgi.bundle,org.eclipse.jem.beaninfo.vm,2.1.0.v202101081429 [2024-04-06T13:33:10.982Z] - mirrored artifact osgi.bundle,org.apache.axis.ant,1.4.1.v20231107-0937 [2024-04-06T13:33:10.982Z] - mirrored artifact osgi.bundle,org.eclipse.wst.common.modulecore.ui.source,1.1.0.v202308161955 [2024-04-06T13:33:10.982Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.chromium.wip.eclipse,0.6.0.v202307190318 [2024-04-06T13:33:10.982Z] - mirrored artifact osgi.bundle,org.eclipse.wst.xsl.exslt.core.source,1.1.0.v201901071922 [2024-04-06T13:33:11.253Z] - mirrored artifact osgi.bundle,org.eclipse.wst.jsdt.ui,2.1.700.v202304022004 [2024-04-06T13:33:11.253Z] Mirroring artifacts from https://download.eclipse.org/mylyn/updates/release/4.2.0 [2024-04-06T13:33:11.253Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.team.ui.source,4.2.0.v20240220-1733 [2024-04-06T13:33:11.253Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.bugzilla.ide,4.2.0.v20240220-1733 [2024-04-06T13:33:11.253Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.bugzilla.feature.source,4.2.0.v20240220-1733 [2024-04-06T13:33:11.253Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.ui.source,4.2.0.v20240207-0505 [2024-04-06T13:33:11.253Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.notifications.ui,4.2.0.v20240203-1124 [2024-04-06T13:33:11.253Z] - mirroring artifact osgi.bundle,org.apache.ws.commons.util,1.0.2.v20230723-0712 [2024-04-06T13:33:11.253Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.gerrit.dashboard.feature.source,4.2.0.v20240206-0832 [2024-04-06T13:33:11.253Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.jenkins.core.source,4.2.0.v20240212-0246 [2024-04-06T13:33:11.253Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.net,4.2.0.v20240203-1124 [2024-04-06T13:33:11.253Z] - mirroring artifact osgi.bundle,com.google.gwtjsonrpc,1.2.5.v201112241444 [2024-04-06T13:33:11.253Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.context.core,4.2.0.v20240220-1733 [2024-04-06T13:33:11.254Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.core,4.2.0.v20240131-0610 [2024-04-06T13:33:11.254Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.identity.feature,4.2.0.v20240203-1124 [2024-04-06T13:33:11.254Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.twiki.ui.source,4.2.0.v20240202-1906 [2024-04-06T13:33:11.254Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.jdt.feature,4.2.0.v20240220-1733 [2024-04-06T13:33:11.254Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.egit.feature,4.2.0.v20240202-0700 [2024-04-06T13:33:11.254Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.tracwiki.source,4.2.0.v20240302-0923 [2024-04-06T13:33:11.254Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.monitor.ui.source,4.2.0.v20240203-1124 [2024-04-06T13:33:11.254Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.feature,4.2.0.v20240220-1942 [2024-04-06T13:33:11.254Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.html,4.2.0.v20240221-1914 [2024-04-06T13:33:11.254Z] - mirroring artifact osgi.bundle,com.google.gerrit.common,2.1.5.v201112241444 [2024-04-06T13:33:11.254Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.mediawiki,4.2.0.v20240302-0923 [2024-04-06T13:33:11.254Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.index.core,4.2.0.v20240305-1805 [2024-04-06T13:33:11.254Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.gerrit.ui.source,4.2.0.v20240206-0832 [2024-04-06T13:33:11.254Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.gerrit.core,4.2.0.v20240206-0832 [2024-04-06T13:33:11.254Z] - mirroring artifact osgi.bundle,org.apache.commons.io,2.8.0.v20210415-0900 [2024-04-06T13:33:11.254Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.activity.feature.source,4.2.0.v20240203-1124 [2024-04-06T13:33:11.254Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.identity.ui,4.2.0.v20240203-1124 [2024-04-06T13:33:11.255Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.cdt.feature.source,5.24.0.v20240220-1733 [2024-04-06T13:33:11.255Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.reviews.ui,4.2.0.v20240206-0832 [2024-04-06T13:33:11.255Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.pde.feature.source,4.2.0.v20240220-1733 [2024-04-06T13:33:11.255Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.versions.core,4.2.0.v20240208-0919 [2024-04-06T13:33:11.255Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.reviews.edit.source,4.2.0.v20240206-0832 [2024-04-06T13:33:11.255Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.net.source,4.2.0.v20240203-1124 [2024-04-06T13:33:11.255Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.textile.source,4.2.0.v20240302-0923 [2024-04-06T13:33:11.255Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.notifications.ui.source,4.2.0.v20240203-1124 [2024-04-06T13:33:11.255Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.activity.ui.source,4.2.0.v20240131-0610 [2024-04-06T13:33:11.255Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.notifications.feature,4.2.0.v20240203-1124 [2024-04-06T13:33:11.255Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.activity.feature,4.2.0.v20240203-1124 [2024-04-06T13:33:11.255Z] - mirroring artifact osgi.bundle,org.apache.xmlrpc.common,3.1.3.v20181004-1955 [2024-04-06T13:33:11.255Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.feature.source,4.2.0.v20240220-1942 [2024-04-06T13:33:11.255Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext,4.2.0.v20240302-0923 [2024-04-06T13:33:11.255Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.mediawiki.ui,4.2.0.v20240202-1906 [2024-04-06T13:33:11.255Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.asciidoc.ui,4.2.0.v20240130-0811 [2024-04-06T13:33:11.256Z] - mirroring artifact osgi.bundle,org.eclipse.egit.github.core,6.1.0.202203080745-r [2024-04-06T13:33:11.256Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.builds.feature.source,4.2.0.v20240212-0246 [2024-04-06T13:33:11.256Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.java.ui.source,4.2.0.v20240220-1733 [2024-04-06T13:33:11.256Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.monitor.core,4.2.0.v20240203-1124 [2024-04-06T13:33:11.256Z] - mirroring artifact osgi.bundle,com.github.ben-manes.caffeine,3.1.8 [2024-04-06T13:33:11.256Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.team.ui,4.2.0.v20240220-1733 [2024-04-06T13:33:11.256Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.help.ui,4.2.0.v20240130-0811 [2024-04-06T13:33:11.256Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.monitor.feature.source,4.2.0.v20240203-1124 [2024-04-06T13:33:11.256Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.egit.ui.source,4.2.0.v20240202-0700 [2024-04-06T13:33:11.256Z] - mirroring artifact osgi.bundle,javax.activation,1.2.2.v20221203-1659 [2024-04-06T13:33:11.256Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.core.source,4.2.0.v20240131-0610 [2024-04-06T13:33:11.256Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.identity.core.source,4.2.0.v20240203-1124 [2024-04-06T13:33:11.256Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.activity.ui,4.2.0.v20240131-0610 [2024-04-06T13:33:11.256Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.team.feature,4.2.0.v20240220-1733 [2024-04-06T13:33:11.256Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.reviews.ui.source,4.2.0.v20240206-0832 [2024-04-06T13:33:11.256Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.bugs,4.2.0.v20240217-0810 [2024-04-06T13:33:11.256Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.ant,4.2.0.v20240302-0923 [2024-04-06T13:33:11.256Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.bugzilla.core.source,4.2.0.v20240205-1118 [2024-04-06T13:33:11.257Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.search,4.2.0.v20240131-0610 [2024-04-06T13:33:11.257Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.reviews.core,4.2.0.v20240207-0731 [2024-04-06T13:33:11.257Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.repositories.ui.source,4.2.0.v20240203-1124 [2024-04-06T13:33:11.257Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.reviews.core.source,4.2.0.v20240207-0731 [2024-04-06T13:33:11.257Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.reviews.edit,4.2.0.v20240206-0832 [2024-04-06T13:33:11.257Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.cdt.feature,5.24.0.v20240220-1733 [2024-04-06T13:33:11.257Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.gerrit.dashboard.feature,4.2.0.v20240206-0832 [2024-04-06T13:33:11.257Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.team.feature.source,4.2.0.v20240220-1733 [2024-04-06T13:33:11.257Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.gerrit.feature.source,4.2.0.v20240206-0832 [2024-04-06T13:33:11.257Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.source,4.2.0.v20240302-0923 [2024-04-06T13:33:11.257Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.reviews.feature,4.2.0.v20240207-0731 [2024-04-06T13:33:11.257Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.ui.source,4.2.0.v20240220-1942 [2024-04-06T13:33:11.257Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.repositories.core,4.2.0.v20240203-1124 [2024-04-06T13:33:11.257Z] - mirroring artifact osgi.bundle,org.apache.commons.lang3,3.14.0 [2024-04-06T13:33:11.257Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.ide.ui,4.2.0.v20240220-1733 [2024-04-06T13:33:11.257Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.help.ui,4.2.0.v20240130-0811 [2024-04-06T13:33:11.257Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.monitor.core.source,4.2.0.v20240203-1124 [2024-04-06T13:33:11.258Z] - mirroring artifact osgi.bundle,org.apache.xmlrpc.client,3.1.3.v20160817-1930 [2024-04-06T13:33:11.258Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.gerrit.dashboard.ui,4.2.0.v20240206-0832 [2024-04-06T13:33:11.258Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.versions.ui.source,4.2.0.v20240208-0919 [2024-04-06T13:33:11.258Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.monitor.feature,4.2.0.v20240203-1124 [2024-04-06T13:33:11.258Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.versions.feature,4.2.0.v20240208-0919 [2024-04-06T13:33:11.258Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.github.core.source,6.4.0.v20240209-1319 [2024-04-06T13:33:11.258Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.activity.ui,4.2.0.v20240203-1124 [2024-04-06T13:33:11.258Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.asciidoc,4.2.0.v20240227-1539 [2024-04-06T13:33:11.258Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.github.core,6.4.0.v20240209-1319 [2024-04-06T13:33:11.258Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.tracwiki.ui,4.2.0.v20240202-1906 [2024-04-06T13:33:11.258Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.git.ui,4.2.0.v20240208-0919 [2024-04-06T13:33:11.258Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.markdown.ui,4.2.0.v20240130-0811 [2024-04-06T13:33:11.258Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.egit.ui,4.2.0.v20240202-0700 [2024-04-06T13:33:11.258Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.notifications.feed,4.2.0.v20240203-1124 [2024-04-06T13:33:11.258Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.versions.ui,4.2.0.v20240208-0919 [2024-04-06T13:33:11.258Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.context.feature,4.2.0.v20240221-0556 [2024-04-06T13:33:11.258Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.bugzilla.ui,4.2.0.v20240205-1118 [2024-04-06T13:33:11.258Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.core.source,4.2.0.v20240203-1124 [2024-04-06T13:33:11.259Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.activity.core.source,4.2.0.v20240131-0610 [2024-04-06T13:33:11.259Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.ide.ant,4.2.0.v20240220-1733 [2024-04-06T13:33:11.259Z] - mirroring artifact osgi.bundle,com.google.gerrit.reviewdb,2.1.5.v201112241444 [2024-04-06T13:33:11.259Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.asciidoc.source,4.2.0.v20240227-1539 [2024-04-06T13:33:11.259Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.jdt.feature.source,4.2.0.v20240220-1733 [2024-04-06T13:33:11.259Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.github.doc,6.4.0.v20231212-2002 [2024-04-06T13:33:11.259Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.ide.feature,4.2.0.v20240220-1733 [2024-04-06T13:33:11.259Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.builds.core.source,4.2.0.v20240212-0246 [2024-04-06T13:33:11.259Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.textile.ui.source,4.2.0.v20240202-1906 [2024-04-06T13:33:11.259Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.jenkins.ui.source,4.2.0.v20240212-0246 [2024-04-06T13:33:11.259Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.screenshots,4.2.0.v20240203-1124 [2024-04-06T13:33:11.259Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.confluence.ui.source,4.2.0.v20240202-1906 [2024-04-06T13:33:11.259Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.bugzilla.ide.source,4.2.0.v20240220-1733 [2024-04-06T13:33:11.259Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.git.feature,4.2.0.v20240208-0919 [2024-04-06T13:33:11.259Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.git.core.source,4.2.0.v20240208-0919 [2024-04-06T13:33:11.259Z] - mirroring artifact osgi.bundle,org.apache.commons.codec,1.14.0.v20221112-0806 [2024-04-06T13:33:11.259Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.ui,4.2.0.v20240220-1942 [2024-04-06T13:33:11.259Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.bugzilla.ui.source,4.2.0.v20240205-1118 [2024-04-06T13:33:11.260Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.markdown.ui.source,4.2.0.v20240130-0811 [2024-04-06T13:33:11.260Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.context.tasks.ui,4.2.0.v20240220-1733 [2024-04-06T13:33:11.260Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.java.ui,4.2.0.v20240220-1733 [2024-04-06T13:33:11.260Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.screenshots.source,4.2.0.v20240203-1124 [2024-04-06T13:33:11.260Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.egit.feature.source,4.2.0.v20240202-0700 [2024-04-06T13:33:11.260Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.identity.feature.source,4.2.0.v20240203-1124 [2024-04-06T13:33:11.260Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.ui.source,4.2.0.v20240302-0923 [2024-04-06T13:33:11.260Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.identity.core,4.2.0.v20240203-1124 [2024-04-06T13:33:11.260Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.context.ui,4.2.0.v20240221-0556 [2024-04-06T13:33:11.260Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.markdown,4.2.0.v20240302-0923 [2024-04-06T13:33:11.260Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.textile,4.2.0.v20240302-0923 [2024-04-06T13:33:11.260Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.mylyn.ui,4.2.0.v20240220-1733 [2024-04-06T13:33:11.260Z] - mirroring artifact osgi.bundle,com.google.gwt.servlet,2.1.0.v201111291940 [2024-04-06T13:33:11.260Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.tasks.feature,4.2.0.v20240305-1805 [2024-04-06T13:33:11.260Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.markdown.source,4.2.0.v20240302-0923 [2024-04-06T13:33:11.260Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.twiki.source,4.2.0.v20240302-0923 [2024-04-06T13:33:11.261Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.versions.feature.source,4.2.0.v20240208-0919 [2024-04-06T13:33:11.261Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.help.ui.source,4.2.0.v20240130-0811 [2024-04-06T13:33:11.261Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.repositories.feature,4.2.0.v20240203-1124 [2024-04-06T13:33:11.261Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.mediawiki.source,4.2.0.v20240302-0923 [2024-04-06T13:33:11.261Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.mediawiki.ui.source,4.2.0.v20240202-1906 [2024-04-06T13:33:11.261Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.workbench.source,4.2.0.v20240203-1124 [2024-04-06T13:33:11.261Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.wikitext.feature,4.2.0.v20240302-0923 [2024-04-06T13:33:11.261Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.tasks.feature.source,4.2.0.v20240305-1805 [2024-04-06T13:33:11.261Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.gerrit.dashboard.core.source,4.2.0.v20240206-0832 [2024-04-06T13:33:11.261Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.context.feature.source,4.2.0.v20240221-0556 [2024-04-06T13:33:11.261Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.reviews.feature.source,4.2.0.v20240207-0731 [2024-04-06T13:33:11.261Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.confluence,4.2.0.v20240302-0923 [2024-04-06T13:33:11.261Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.tracwiki,4.2.0.v20240302-0923 [2024-04-06T13:33:11.261Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.builds.ui,4.2.0.v20240212-0246 [2024-04-06T13:33:11.261Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.twiki,4.2.0.v20240302-0923 [2024-04-06T13:33:11.262Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.ide.feature.source,4.2.0.v20240220-1733 [2024-04-06T13:33:11.262Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.index.ui.source,4.2.0.v20240131-0610 [2024-04-06T13:33:11.262Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.context.ui.source,4.2.0.v20240221-0556 [2024-04-06T13:33:11.262Z] - mirroring artifact osgi.bundle,org.jsoup,1.17.2 [2024-04-06T13:33:11.262Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.monitor.ui,4.2.0.v20240203-1124 [2024-04-06T13:33:11.262Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.git.core,4.2.0.v20240208-0919 [2024-04-06T13:33:11.262Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.ide.ui.source,4.2.0.v20240220-1733 [2024-04-06T13:33:11.262Z] - mirroring artifact osgi.bundle,org.apache.commons.httpclient,3.1.0.v201012070820 [2024-04-06T13:33:11.262Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.identity.ui.source,4.2.0.v20240203-1124 [2024-04-06T13:33:11.262Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.gerrit.ui,4.2.0.v20240206-0832 [2024-04-06T13:33:11.262Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.activity.core,4.2.0.v20240131-0610 [2024-04-06T13:33:11.262Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.builds.ui.source,4.2.0.v20240212-0246 [2024-04-06T13:33:11.262Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.search.source,4.2.0.v20240131-0610 [2024-04-06T13:33:11.524Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.github.ui,6.4.0.v20240209-1319 [2024-04-06T13:33:11.524Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.repositories.ui,4.2.0.v20240203-1124 [2024-04-06T13:33:11.524Z] - mirroring artifact osgi.bundle,org.glassfish.hk2.osgi-resource-locator,2.5.0.v20161103-1916 [2024-04-06T13:33:11.524Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.repositories.feature.source,4.2.0.v20240203-1124 [2024-04-06T13:33:11.524Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.xmlrpc,4.2.0.v20240203-1124 [2024-04-06T13:33:11.524Z] - mirroring artifact osgi.bundle,com.sun.xml.bind,2.3.3.v20221203-1659 [2024-04-06T13:33:11.524Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.osgi,4.2.0.v20240221-1914 [2024-04-06T13:33:11.525Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.core,4.2.0.v20240203-1124 [2024-04-06T13:33:11.525Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.ui,4.2.0.v20240302-0923 [2024-04-06T13:33:11.525Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.confluence.ui,4.2.0.v20240202-1906 [2024-04-06T13:33:11.525Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.ant.source,4.2.0.v20240302-0923 [2024-04-06T13:33:11.525Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.repositories.core.source,4.2.0.v20240203-1124 [2024-04-06T13:33:11.525Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.ui,4.2.0.v20240207-0505 [2024-04-06T13:33:11.525Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.repositories.http.core,4.2.0.v20240203-1124 [2024-04-06T13:33:11.525Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.resources.ui.source,4.2.0.v20240220-1733 [2024-04-06T13:33:11.525Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.workbench,4.2.0.v20240203-1124 [2024-04-06T13:33:11.525Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.ide.ant.source,4.2.0.v20240220-1733 [2024-04-06T13:33:11.525Z] - mirroring artifact osgi.bundle,com.google.gwtorm,1.1.4.v201112241444 [2024-04-06T13:33:11.525Z] - mirroring artifact osgi.bundle,org.apache.lucene.backward-codecs,9.10.0.v20240221-0830 [2024-04-06T13:33:11.525Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.gerrit.dashboard.core,4.2.0.v20240206-0832 [2024-04-06T13:33:11.525Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.twiki.ui,4.2.0.v20240202-1906 [2024-04-06T13:33:11.525Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.context.core.source,4.2.0.v20240220-1733 [2024-04-06T13:33:11.525Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.asciidoc.ui.source,4.2.0.v20240130-0811 [2024-04-06T13:33:11.526Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.pde.ui.source,4.2.0.v20240220-1733 [2024-04-06T13:33:11.526Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.html.source,4.2.0.v20240221-1914 [2024-04-06T13:33:11.526Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.gerrit.core.source,4.2.0.v20240206-0832 [2024-04-06T13:33:11.526Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.gerrit.dashboard.ui.source,4.2.0.v20240206-0832 [2024-04-06T13:33:11.526Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.notifications.core.source,4.2.0.v20240203-1124 [2024-04-06T13:33:11.526Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.jenkins.feature,4.2.0.v20240212-0246 [2024-04-06T13:33:11.526Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.debug.ui,4.2.0.v20240220-1733 [2024-04-06T13:33:11.526Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.versions.core.source,4.2.0.v20240208-0919 [2024-04-06T13:33:11.526Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.bugzilla.core,4.2.0.v20240205-1118 [2024-04-06T13:33:11.526Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.notifications.feature.source,4.2.0.v20240203-1124 [2024-04-06T13:33:11.526Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.git.feature.source,4.2.0.v20240208-0919 [2024-04-06T13:33:11.526Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.notifications.feed.source,4.2.0.v20240203-1124 [2024-04-06T13:33:11.526Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.repositories.http.core.source,4.2.0.v20240203-1124 [2024-04-06T13:33:11.526Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.confluence.source,4.2.0.v20240302-0923 [2024-04-06T13:33:11.527Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.jenkins.ui,4.2.0.v20240212-0246 [2024-04-06T13:33:11.527Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.mylyn.ui.source,4.2.0.v20240220-1733 [2024-04-06T13:33:11.527Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.xmlrpc.source,4.2.0.v20240203-1124 [2024-04-06T13:33:11.527Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.gerrit.feature,4.2.0.v20240206-0832 [2024-04-06T13:33:11.527Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.github.ui.source,6.4.0.v20240209-1319 [2024-04-06T13:33:11.527Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.github.feature.source,6.4.0.v20240209-1319 [2024-04-06T13:33:11.527Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.builds.feature,4.2.0.v20240212-0246 [2024-04-06T13:33:11.527Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.resources.ui,4.2.0.v20240220-1733 [2024-04-06T13:33:11.527Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.bugs.source,4.2.0.v20240217-0810 [2024-04-06T13:33:11.527Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.jenkins.core,4.2.0.v20240212-0246 [2024-04-06T13:33:11.527Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.osgi.source,4.2.0.v20240221-1914 [2024-04-06T13:33:11.527Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.textile.ui,4.2.0.v20240202-1906 [2024-04-06T13:33:11.527Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.index.ui,4.2.0.v20240131-0610 [2024-04-06T13:33:11.527Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.tracwiki.ui.source,4.2.0.v20240202-1906 [2024-04-06T13:33:11.528Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.context.tasks.ui.source,4.2.0.v20240220-1733 [2024-04-06T13:33:11.528Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.wikitext.feature.source,4.2.0.v20240302-0923 [2024-04-06T13:33:11.528Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.pde.feature,4.2.0.v20240220-1733 [2024-04-06T13:33:11.528Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.java.tasks,4.2.0.v20240220-1733 [2024-04-06T13:33:11.528Z] - mirroring artifact osgi.bundle,com.google.gerrit.prettify,2.1.5.v201112241444 [2024-04-06T13:33:11.528Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.wikitext.help.ui.source,4.2.0.v20240130-0811 [2024-04-06T13:33:11.528Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.debug.ui.source,4.2.0.v20240220-1733 [2024-04-06T13:33:11.528Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.github.feature,6.4.0.v20240209-1319 [2024-04-06T13:33:11.528Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.jenkins.feature.source,4.2.0.v20240212-0246 [2024-04-06T13:33:11.528Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mylyn.bugzilla.feature,4.2.0.v20240220-1733 [2024-04-06T13:33:11.528Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.pde.ui,4.2.0.v20240220-1733 [2024-04-06T13:33:11.528Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.notifications.core,4.2.0.v20240203-1124 [2024-04-06T13:33:11.528Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.tasks.index.core.source,4.2.0.v20240305-1805 [2024-04-06T13:33:11.528Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.git.ui.source,4.2.0.v20240208-0919 [2024-04-06T13:33:11.528Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.java.tasks.source,4.2.0.v20240220-1733 [2024-04-06T13:33:11.529Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.builds.core,4.2.0.v20240212-0246 [2024-04-06T13:33:11.529Z] - mirroring artifact osgi.bundle,org.eclipse.mylyn.commons.activity.ui.source,4.2.0.v20240203-1124 [2024-04-06T13:33:11.529Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.bugzilla.ide,4.2.0.v20240220-1733 [2024-04-06T13:33:11.529Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.team.ui.source,4.2.0.v20240220-1733 [2024-04-06T13:33:11.529Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.bugzilla.feature.source,4.2.0.v20240220-1733 [2024-04-06T13:33:11.529Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.notifications.ui,4.2.0.v20240203-1124 [2024-04-06T13:33:11.529Z] - mirrored artifact osgi.bundle,org.apache.ws.commons.util,1.0.2.v20230723-0712 [2024-04-06T13:33:11.529Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.gerrit.dashboard.feature.source,4.2.0.v20240206-0832 [2024-04-06T13:33:11.529Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.jenkins.core.source,4.2.0.v20240212-0246 [2024-04-06T13:33:11.529Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.net,4.2.0.v20240203-1124 [2024-04-06T13:33:11.529Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.ui.source,4.2.0.v20240207-0505 [2024-04-06T13:33:11.529Z] - mirrored artifact osgi.bundle,com.google.gwtjsonrpc,1.2.5.v201112241444 [2024-04-06T13:33:11.529Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.context.core,4.2.0.v20240220-1733 [2024-04-06T13:33:11.529Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.identity.feature,4.2.0.v20240203-1124 [2024-04-06T13:33:11.529Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.core,4.2.0.v20240131-0610 [2024-04-06T13:33:11.530Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.twiki.ui.source,4.2.0.v20240202-1906 [2024-04-06T13:33:11.530Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.jdt.feature,4.2.0.v20240220-1733 [2024-04-06T13:33:11.530Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.egit.feature,4.2.0.v20240202-0700 [2024-04-06T13:33:11.530Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.tracwiki.source,4.2.0.v20240302-0923 [2024-04-06T13:33:11.530Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.monitor.ui.source,4.2.0.v20240203-1124 [2024-04-06T13:33:11.530Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.feature,4.2.0.v20240220-1942 [2024-04-06T13:33:11.530Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.html,4.2.0.v20240221-1914 [2024-04-06T13:33:11.530Z] - mirrored artifact osgi.bundle,com.google.gerrit.common,2.1.5.v201112241444 [2024-04-06T13:33:11.530Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.index.core,4.2.0.v20240305-1805 [2024-04-06T13:33:11.530Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.mediawiki,4.2.0.v20240302-0923 [2024-04-06T13:33:11.530Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.gerrit.ui.source,4.2.0.v20240206-0832 [2024-04-06T13:33:11.530Z] - mirrored artifact osgi.bundle,org.apache.commons.io,2.8.0.v20210415-0900 [2024-04-06T13:33:11.530Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.activity.feature.source,4.2.0.v20240203-1124 [2024-04-06T13:33:11.530Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.gerrit.core,4.2.0.v20240206-0832 [2024-04-06T13:33:11.530Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.cdt.feature.source,5.24.0.v20240220-1733 [2024-04-06T13:33:11.531Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.identity.ui,4.2.0.v20240203-1124 [2024-04-06T13:33:11.531Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.pde.feature.source,4.2.0.v20240220-1733 [2024-04-06T13:33:11.531Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.versions.core,4.2.0.v20240208-0919 [2024-04-06T13:33:11.800Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.reviews.ui,4.2.0.v20240206-0832 [2024-04-06T13:33:11.800Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.reviews.edit.source,4.2.0.v20240206-0832 [2024-04-06T13:33:11.800Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.net.source,4.2.0.v20240203-1124 [2024-04-06T13:33:11.800Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.notifications.ui.source,4.2.0.v20240203-1124 [2024-04-06T13:33:11.800Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.activity.ui.source,4.2.0.v20240131-0610 [2024-04-06T13:33:11.801Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.textile.source,4.2.0.v20240302-0923 [2024-04-06T13:33:11.801Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.activity.feature,4.2.0.v20240203-1124 [2024-04-06T13:33:11.801Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.notifications.feature,4.2.0.v20240203-1124 [2024-04-06T13:33:11.801Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.feature.source,4.2.0.v20240220-1942 [2024-04-06T13:33:11.801Z] - mirrored artifact osgi.bundle,org.apache.xmlrpc.common,3.1.3.v20181004-1955 [2024-04-06T13:33:11.801Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext,4.2.0.v20240302-0923 [2024-04-06T13:33:11.801Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.mediawiki.ui,4.2.0.v20240202-1906 [2024-04-06T13:33:11.801Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.asciidoc.ui,4.2.0.v20240130-0811 [2024-04-06T13:33:11.801Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.builds.feature.source,4.2.0.v20240212-0246 [2024-04-06T13:33:11.801Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.java.ui.source,4.2.0.v20240220-1733 [2024-04-06T13:33:11.801Z] - mirrored artifact osgi.bundle,org.eclipse.egit.github.core,6.1.0.202203080745-r [2024-04-06T13:33:11.801Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.monitor.core,4.2.0.v20240203-1124 [2024-04-06T13:33:11.801Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.team.ui,4.2.0.v20240220-1733 [2024-04-06T13:33:11.801Z] - mirrored artifact osgi.bundle,com.github.ben-manes.caffeine,3.1.8 [2024-04-06T13:33:11.801Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.monitor.feature.source,4.2.0.v20240203-1124 [2024-04-06T13:33:11.801Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.egit.ui.source,4.2.0.v20240202-0700 [2024-04-06T13:33:11.801Z] - mirrored artifact osgi.bundle,javax.activation,1.2.2.v20221203-1659 [2024-04-06T13:33:11.801Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.help.ui,4.2.0.v20240130-0811 [2024-04-06T13:33:11.801Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.core.source,4.2.0.v20240131-0610 [2024-04-06T13:33:11.801Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.identity.core.source,4.2.0.v20240203-1124 [2024-04-06T13:33:11.801Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.activity.ui,4.2.0.v20240131-0610 [2024-04-06T13:33:11.801Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.team.feature,4.2.0.v20240220-1733 [2024-04-06T13:33:11.801Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.reviews.ui.source,4.2.0.v20240206-0832 [2024-04-06T13:33:11.801Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.bugs,4.2.0.v20240217-0810 [2024-04-06T13:33:12.064Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.ant,4.2.0.v20240302-0923 [2024-04-06T13:33:12.064Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.search,4.2.0.v20240131-0610 [2024-04-06T13:33:12.064Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.bugzilla.core.source,4.2.0.v20240205-1118 [2024-04-06T13:33:12.064Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.repositories.ui.source,4.2.0.v20240203-1124 [2024-04-06T13:33:12.064Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.reviews.core,4.2.0.v20240207-0731 [2024-04-06T13:33:12.064Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.reviews.edit,4.2.0.v20240206-0832 [2024-04-06T13:33:12.065Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.cdt.feature,5.24.0.v20240220-1733 [2024-04-06T13:33:12.065Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.reviews.core.source,4.2.0.v20240207-0731 [2024-04-06T13:33:12.065Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.team.feature.source,4.2.0.v20240220-1733 [2024-04-06T13:33:12.065Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.gerrit.dashboard.feature,4.2.0.v20240206-0832 [2024-04-06T13:33:12.065Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.gerrit.feature.source,4.2.0.v20240206-0832 [2024-04-06T13:33:12.065Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.reviews.feature,4.2.0.v20240207-0731 [2024-04-06T13:33:12.065Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.source,4.2.0.v20240302-0923 [2024-04-06T13:33:12.065Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.ui.source,4.2.0.v20240220-1942 [2024-04-06T13:33:12.065Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.repositories.core,4.2.0.v20240203-1124 [2024-04-06T13:33:12.065Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.ide.ui,4.2.0.v20240220-1733 [2024-04-06T13:33:12.065Z] - mirrored artifact osgi.bundle,org.apache.commons.lang3,3.14.0 [2024-04-06T13:33:12.065Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.monitor.core.source,4.2.0.v20240203-1124 [2024-04-06T13:33:12.065Z] - mirrored artifact osgi.bundle,org.apache.xmlrpc.client,3.1.3.v20160817-1930 [2024-04-06T13:33:12.065Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.gerrit.dashboard.ui,4.2.0.v20240206-0832 [2024-04-06T13:33:12.065Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.versions.ui.source,4.2.0.v20240208-0919 [2024-04-06T13:33:12.066Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.monitor.feature,4.2.0.v20240203-1124 [2024-04-06T13:33:12.066Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.versions.feature,4.2.0.v20240208-0919 [2024-04-06T13:33:12.066Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.help.ui,4.2.0.v20240130-0811 [2024-04-06T13:33:12.066Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.activity.ui,4.2.0.v20240203-1124 [2024-04-06T13:33:12.066Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.github.core.source,6.4.0.v20240209-1319 [2024-04-06T13:33:12.066Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.asciidoc,4.2.0.v20240227-1539 [2024-04-06T13:33:12.066Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.github.core,6.4.0.v20240209-1319 [2024-04-06T13:33:12.066Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.tracwiki.ui,4.2.0.v20240202-1906 [2024-04-06T13:33:12.328Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.markdown.ui,4.2.0.v20240130-0811 [2024-04-06T13:33:12.329Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.git.ui,4.2.0.v20240208-0919 [2024-04-06T13:33:12.329Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.egit.ui,4.2.0.v20240202-0700 [2024-04-06T13:33:12.329Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.versions.ui,4.2.0.v20240208-0919 [2024-04-06T13:33:12.329Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.notifications.feed,4.2.0.v20240203-1124 [2024-04-06T13:33:12.329Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.context.feature,4.2.0.v20240221-0556 [2024-04-06T13:33:12.329Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.bugzilla.ui,4.2.0.v20240205-1118 [2024-04-06T13:33:12.329Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.activity.core.source,4.2.0.v20240131-0610 [2024-04-06T13:33:12.329Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.core.source,4.2.0.v20240203-1124 [2024-04-06T13:33:12.329Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.ide.ant,4.2.0.v20240220-1733 [2024-04-06T13:33:12.329Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.asciidoc.source,4.2.0.v20240227-1539 [2024-04-06T13:33:12.329Z] - mirrored artifact osgi.bundle,com.google.gerrit.reviewdb,2.1.5.v201112241444 [2024-04-06T13:33:12.329Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.jdt.feature.source,4.2.0.v20240220-1733 [2024-04-06T13:33:12.329Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.ide.feature,4.2.0.v20240220-1733 [2024-04-06T13:33:12.329Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.github.doc,6.4.0.v20231212-2002 [2024-04-06T13:33:12.329Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.textile.ui.source,4.2.0.v20240202-1906 [2024-04-06T13:33:12.329Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.builds.core.source,4.2.0.v20240212-0246 [2024-04-06T13:33:12.329Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.jenkins.ui.source,4.2.0.v20240212-0246 [2024-04-06T13:33:12.329Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.confluence.ui.source,4.2.0.v20240202-1906 [2024-04-06T13:33:12.329Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.screenshots,4.2.0.v20240203-1124 [2024-04-06T13:33:12.329Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.bugzilla.ide.source,4.2.0.v20240220-1733 [2024-04-06T13:33:12.329Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.git.feature,4.2.0.v20240208-0919 [2024-04-06T13:33:12.329Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.git.core.source,4.2.0.v20240208-0919 [2024-04-06T13:33:12.330Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.ui,4.2.0.v20240220-1942 [2024-04-06T13:33:12.330Z] - mirrored artifact osgi.bundle,org.apache.commons.codec,1.14.0.v20221112-0806 [2024-04-06T13:33:12.330Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.bugzilla.ui.source,4.2.0.v20240205-1118 [2024-04-06T13:33:12.330Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.markdown.ui.source,4.2.0.v20240130-0811 [2024-04-06T13:33:12.330Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.context.tasks.ui,4.2.0.v20240220-1733 [2024-04-06T13:33:12.330Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.java.ui,4.2.0.v20240220-1733 [2024-04-06T13:33:12.330Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.screenshots.source,4.2.0.v20240203-1124 [2024-04-06T13:33:12.330Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.identity.feature.source,4.2.0.v20240203-1124 [2024-04-06T13:33:12.330Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.egit.feature.source,4.2.0.v20240202-0700 [2024-04-06T13:33:12.330Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.identity.core,4.2.0.v20240203-1124 [2024-04-06T13:33:12.330Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.ui.source,4.2.0.v20240302-0923 [2024-04-06T13:33:12.330Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.context.ui,4.2.0.v20240221-0556 [2024-04-06T13:33:12.330Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.markdown,4.2.0.v20240302-0923 [2024-04-06T13:33:12.330Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.textile,4.2.0.v20240302-0923 [2024-04-06T13:33:12.330Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.mylyn.ui,4.2.0.v20240220-1733 [2024-04-06T13:33:12.330Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.tasks.feature,4.2.0.v20240305-1805 [2024-04-06T13:33:12.331Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.markdown.source,4.2.0.v20240302-0923 [2024-04-06T13:33:12.331Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.twiki.source,4.2.0.v20240302-0923 [2024-04-06T13:33:12.593Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.versions.feature.source,4.2.0.v20240208-0919 [2024-04-06T13:33:12.593Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.help.ui.source,4.2.0.v20240130-0811 [2024-04-06T13:33:12.593Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.repositories.feature,4.2.0.v20240203-1124 [2024-04-06T13:33:12.593Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.mediawiki.source,4.2.0.v20240302-0923 [2024-04-06T13:33:12.593Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.mediawiki.ui.source,4.2.0.v20240202-1906 [2024-04-06T13:33:12.593Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.workbench.source,4.2.0.v20240203-1124 [2024-04-06T13:33:12.593Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.wikitext.feature,4.2.0.v20240302-0923 [2024-04-06T13:33:12.593Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.tasks.feature.source,4.2.0.v20240305-1805 [2024-04-06T13:33:12.593Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.gerrit.dashboard.core.source,4.2.0.v20240206-0832 [2024-04-06T13:33:12.593Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.context.feature.source,4.2.0.v20240221-0556 [2024-04-06T13:33:12.593Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.reviews.feature.source,4.2.0.v20240207-0731 [2024-04-06T13:33:12.593Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.confluence,4.2.0.v20240302-0923 [2024-04-06T13:33:12.593Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.tracwiki,4.2.0.v20240302-0923 [2024-04-06T13:33:12.593Z] - mirrored artifact osgi.bundle,com.google.gwt.servlet,2.1.0.v201111291940 [2024-04-06T13:33:12.593Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.builds.ui,4.2.0.v20240212-0246 [2024-04-06T13:33:12.593Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.twiki,4.2.0.v20240302-0923 [2024-04-06T13:33:12.593Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.index.ui.source,4.2.0.v20240131-0610 [2024-04-06T13:33:12.593Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.ide.feature.source,4.2.0.v20240220-1733 [2024-04-06T13:33:12.593Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.context.ui.source,4.2.0.v20240221-0556 [2024-04-06T13:33:12.593Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.monitor.ui,4.2.0.v20240203-1124 [2024-04-06T13:33:12.593Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.git.core,4.2.0.v20240208-0919 [2024-04-06T13:33:12.593Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.ide.ui.source,4.2.0.v20240220-1733 [2024-04-06T13:33:12.593Z] - mirrored artifact osgi.bundle,org.jsoup,1.17.2 [2024-04-06T13:33:12.593Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.identity.ui.source,4.2.0.v20240203-1124 [2024-04-06T13:33:12.593Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.gerrit.ui,4.2.0.v20240206-0832 [2024-04-06T13:33:12.594Z] - mirrored artifact osgi.bundle,org.apache.commons.httpclient,3.1.0.v201012070820 [2024-04-06T13:33:12.594Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.activity.core,4.2.0.v20240131-0610 [2024-04-06T13:33:12.594Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.search.source,4.2.0.v20240131-0610 [2024-04-06T13:33:12.594Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.builds.ui.source,4.2.0.v20240212-0246 [2024-04-06T13:33:12.594Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.repositories.ui,4.2.0.v20240203-1124 [2024-04-06T13:33:12.594Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.github.ui,6.4.0.v20240209-1319 [2024-04-06T13:33:12.594Z] - mirrored artifact osgi.bundle,org.glassfish.hk2.osgi-resource-locator,2.5.0.v20161103-1916 [2024-04-06T13:33:12.594Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.repositories.feature.source,4.2.0.v20240203-1124 [2024-04-06T13:33:12.594Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.xmlrpc,4.2.0.v20240203-1124 [2024-04-06T13:33:12.594Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.osgi,4.2.0.v20240221-1914 [2024-04-06T13:33:12.866Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.core,4.2.0.v20240203-1124 [2024-04-06T13:33:12.866Z] - mirrored artifact osgi.bundle,com.sun.xml.bind,2.3.3.v20221203-1659 [2024-04-06T13:33:12.866Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.ui,4.2.0.v20240302-0923 [2024-04-06T13:33:12.866Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.confluence.ui,4.2.0.v20240202-1906 [2024-04-06T13:33:12.866Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.repositories.core.source,4.2.0.v20240203-1124 [2024-04-06T13:33:12.866Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.ant.source,4.2.0.v20240302-0923 [2024-04-06T13:33:12.866Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.repositories.http.core,4.2.0.v20240203-1124 [2024-04-06T13:33:12.866Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.resources.ui.source,4.2.0.v20240220-1733 [2024-04-06T13:33:12.866Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.workbench,4.2.0.v20240203-1124 [2024-04-06T13:33:12.866Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.ide.ant.source,4.2.0.v20240220-1733 [2024-04-06T13:33:12.866Z] - mirrored artifact osgi.bundle,com.google.gwtorm,1.1.4.v201112241444 [2024-04-06T13:33:12.866Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.ui,4.2.0.v20240207-0505 [2024-04-06T13:33:12.866Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.gerrit.dashboard.core,4.2.0.v20240206-0832 [2024-04-06T13:33:12.866Z] - mirrored artifact osgi.bundle,org.apache.lucene.backward-codecs,9.10.0.v20240221-0830 [2024-04-06T13:33:12.866Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.twiki.ui,4.2.0.v20240202-1906 [2024-04-06T13:33:12.867Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.asciidoc.ui.source,4.2.0.v20240130-0811 [2024-04-06T13:33:12.867Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.context.core.source,4.2.0.v20240220-1733 [2024-04-06T13:33:12.867Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.pde.ui.source,4.2.0.v20240220-1733 [2024-04-06T13:33:12.867Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.html.source,4.2.0.v20240221-1914 [2024-04-06T13:33:12.867Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.gerrit.core.source,4.2.0.v20240206-0832 [2024-04-06T13:33:12.867Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.notifications.core.source,4.2.0.v20240203-1124 [2024-04-06T13:33:12.867Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.gerrit.dashboard.ui.source,4.2.0.v20240206-0832 [2024-04-06T13:33:12.867Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.jenkins.feature,4.2.0.v20240212-0246 [2024-04-06T13:33:12.867Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.versions.core.source,4.2.0.v20240208-0919 [2024-04-06T13:33:12.867Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.debug.ui,4.2.0.v20240220-1733 [2024-04-06T13:33:13.128Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.commons.notifications.feature.source,4.2.0.v20240203-1124 [2024-04-06T13:33:13.128Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.bugzilla.core,4.2.0.v20240205-1118 [2024-04-06T13:33:13.128Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.git.feature.source,4.2.0.v20240208-0919 [2024-04-06T13:33:13.128Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.notifications.feed.source,4.2.0.v20240203-1124 [2024-04-06T13:33:13.128Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.repositories.http.core.source,4.2.0.v20240203-1124 [2024-04-06T13:33:13.129Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.confluence.source,4.2.0.v20240302-0923 [2024-04-06T13:33:13.129Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.jenkins.ui,4.2.0.v20240212-0246 [2024-04-06T13:33:13.129Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.xmlrpc.source,4.2.0.v20240203-1124 [2024-04-06T13:33:13.129Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.mylyn.ui.source,4.2.0.v20240220-1733 [2024-04-06T13:33:13.129Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.gerrit.feature,4.2.0.v20240206-0832 [2024-04-06T13:33:13.129Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.github.feature.source,6.4.0.v20240209-1319 [2024-04-06T13:33:13.129Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.github.ui.source,6.4.0.v20240209-1319 [2024-04-06T13:33:13.129Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.builds.feature,4.2.0.v20240212-0246 [2024-04-06T13:33:13.129Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.resources.ui,4.2.0.v20240220-1733 [2024-04-06T13:33:13.129Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.bugs.source,4.2.0.v20240217-0810 [2024-04-06T13:33:13.129Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.osgi.source,4.2.0.v20240221-1914 [2024-04-06T13:33:13.129Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.textile.ui,4.2.0.v20240202-1906 [2024-04-06T13:33:13.129Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.jenkins.core,4.2.0.v20240212-0246 [2024-04-06T13:33:13.129Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.index.ui,4.2.0.v20240131-0610 [2024-04-06T13:33:13.129Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.context.tasks.ui.source,4.2.0.v20240220-1733 [2024-04-06T13:33:13.129Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.tracwiki.ui.source,4.2.0.v20240202-1906 [2024-04-06T13:33:13.129Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.pde.feature,4.2.0.v20240220-1733 [2024-04-06T13:33:13.129Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.java.tasks,4.2.0.v20240220-1733 [2024-04-06T13:33:13.129Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.wikitext.feature.source,4.2.0.v20240302-0923 [2024-04-06T13:33:13.129Z] - mirrored artifact osgi.bundle,com.google.gerrit.prettify,2.1.5.v201112241444 [2024-04-06T13:33:13.129Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.wikitext.help.ui.source,4.2.0.v20240130-0811 [2024-04-06T13:33:13.129Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.debug.ui.source,4.2.0.v20240220-1733 [2024-04-06T13:33:13.129Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.github.feature,6.4.0.v20240209-1319 [2024-04-06T13:33:13.129Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.jenkins.feature.source,4.2.0.v20240212-0246 [2024-04-06T13:33:13.129Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mylyn.bugzilla.feature,4.2.0.v20240220-1733 [2024-04-06T13:33:13.129Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.pde.ui,4.2.0.v20240220-1733 [2024-04-06T13:33:13.129Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.notifications.core,4.2.0.v20240203-1124 [2024-04-06T13:33:13.130Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.tasks.index.core.source,4.2.0.v20240305-1805 [2024-04-06T13:33:13.130Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.git.ui.source,4.2.0.v20240208-0919 [2024-04-06T13:33:13.130Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.java.tasks.source,4.2.0.v20240220-1733 [2024-04-06T13:33:13.130Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.commons.activity.ui.source,4.2.0.v20240203-1124 [2024-04-06T13:33:13.130Z] - mirrored artifact osgi.bundle,org.eclipse.mylyn.builds.core,4.2.0.v20240212-0246 [2024-04-06T13:33:13.130Z] Mirroring artifacts from https://download.eclipse.org/tools/cdt/builds/11.5/cdt-11.5.0-rc2 [2024-04-06T13:33:13.130Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.testsrunner.feature,11.5.0.202402230238 [2024-04-06T13:33:13.130Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.launch.serial.feature,11.5.0.202402230238 [2024-04-06T13:33:13.130Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.core.linux.aarch64,11.5.0.202403041627 [2024-04-06T13:33:13.130Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.remote.serial.source,11.5.0.202402230238 [2024-04-06T13:33:13.130Z] - mirroring artifact osgi.bundle,org.eclipse.launchbar.remote.core.source,1.2.100.202402230238 [2024-04-06T13:33:13.130Z] - mirroring artifact osgi.bundle,org.eclipse.remote.proxy.server.linux.x86_64,11.5.0.202312062348 [2024-04-06T13:33:13.130Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.launch.remote,11.5.0.202402230238 [2024-04-06T13:33:13.130Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.gdbjtag.core.source,10.8.200.202402230238 [2024-04-06T13:33:13.130Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.testsrunner.qttest,7.2.300.202402230238 [2024-04-06T13:33:13.130Z] - mirroring artifact osgi.bundle,org.eclipse.launchbar.remote.ui.source,1.2.200.202402230238 [2024-04-06T13:33:13.130Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.local.feature,11.5.0.202402230238 [2024-04-06T13:33:13.130Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.make.core.source,7.6.500.202402230238 [2024-04-06T13:33:13.130Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.ui,8.5.500.202402230238 [2024-04-06T13:33:13.130Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.managedbuilder.core.source,9.6.300.202401242025 [2024-04-06T13:33:13.130Z] - mirroring artifact osgi.bundle,org.eclipse.cdt,11.5.0.202312062348 [2024-04-06T13:33:13.130Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.managedbuilder.llvm.source,11.5.0.202402230238 [2024-04-06T13:33:13.130Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.launch.source,10.4.400.202402230238 [2024-04-06T13:33:13.130Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.visualizer.ui.source,1.5.200.202402230238 [2024-04-06T13:33:13.130Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui.source,1.3.400.202402230238 [2024-04-06T13:33:13.130Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.doc.user,11.5.0.202312062348 [2024-04-06T13:33:13.130Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.core.macosx,11.5.0.202403041627 [2024-04-06T13:33:13.131Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.codan.core.cxx,3.6.100.202402230238 [2024-04-06T13:33:13.131Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.gdb.ui.source,7.2.100.202402230238 [2024-04-06T13:33:13.131Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.launchbar.remote.source,11.5.0.202402230238 [2024-04-06T13:33:13.131Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.meson.core.source,1.2.200.202402230238 [2024-04-06T13:33:13.131Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.remote.source,11.5.0.202402230238 [2024-04-06T13:33:13.131Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.launch.remote,2.7.200.202402230238 [2024-04-06T13:33:13.131Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.remote.core,1.2.100.202402230238 [2024-04-06T13:33:13.131Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.ui.source,8.5.500.202402230238 [2024-04-06T13:33:13.131Z] - mirroring artifact osgi.bundle,org.eclipse.tools.templates.ui.source,2.0.100.202402071818 [2024-04-06T13:33:13.131Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.remote.core.source,1.2.100.202402230238 [2024-04-06T13:33:13.131Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.remote,11.5.0.202402230238 [2024-04-06T13:33:13.131Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.testsrunner.feature,11.5.0.202402230238 [2024-04-06T13:33:13.131Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.dsf.source,11.5.0.202402230238 [2024-04-06T13:33:13.131Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.core.memory.source,0.2.100.202402230238 [2024-04-06T13:33:13.131Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.unittest.feature.source,11.5.0.202402230238 [2024-04-06T13:33:13.131Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.docker.launcher.source,11.5.0.202312062348 [2024-04-06T13:33:13.131Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.doc.isv,11.5.0.202312062348 [2024-04-06T13:33:13.131Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.core.memory,0.2.100.202402230238 [2024-04-06T13:33:13.131Z] - mirroring artifact osgi.bundle,org.eclipse.remote.jsch.core,1.2.100.202402230238 [2024-04-06T13:33:13.131Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.jsoncdb.core.doc,1.1.0.202211080413 [2024-04-06T13:33:13.131Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.visualizer.source,11.5.0.202402230238 [2024-04-06T13:33:13.131Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.build.gcc.core,2.1.400.202402230238 [2024-04-06T13:33:13.131Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.managedbuilder.headlessbuilderapp,1.1.100.202402230238 [2024-04-06T13:33:13.131Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.launch.remote.source,11.5.0.202402230238 [2024-04-06T13:33:13.131Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.codan.ui.source,3.5.100.202402230238 [2024-04-06T13:33:13.131Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.flatpak.launcher,1.1.200.202402230238 [2024-04-06T13:33:13.131Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.dsf,2.12.100.202402230238 [2024-04-06T13:33:13.131Z] - mirroring artifact osgi.bundle,org.eclipse.launchbar.ui.controls.source,1.2.400.202401051815 [2024-04-06T13:33:13.131Z] - mirroring artifact osgi.bundle,org.eclipse.remote.jsch.ui,1.2.100.202402230238 [2024-04-06T13:33:13.132Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.make.ui,8.3.0.202402082056 [2024-04-06T13:33:13.132Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.launch.serial.ui,1.2.200.202402230238 [2024-04-06T13:33:13.132Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.view.core,4.10.200.202312281935 [2024-04-06T13:33:13.132Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt,11.5.0.202403041627 [2024-04-06T13:33:13.132Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.remote.console.source,11.5.0.202402230238 [2024-04-06T13:33:13.132Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.core.source,8.4.0.202402110645 [2024-04-06T13:33:13.132Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.traditional.source,1.7.100.202312272306 [2024-04-06T13:33:13.132Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.launchbar,11.5.0.202401051815 [2024-04-06T13:33:13.132Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.autotools.core,2.2.300.202402230238 [2024-04-06T13:33:13.132Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.core.linux.source,6.1.100.202402230238 [2024-04-06T13:33:13.132Z] - mirroring artifact osgi.bundle,org.eclipse.remote.proxy.server.linux.ppc64le,11.5.0.202312062348 [2024-04-06T13:33:13.132Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.gdb,7.2.200.202402230238 [2024-04-06T13:33:13.132Z] - mirroring artifact osgi.bundle,org.eclipse.remote.telnet.core.source,1.2.100.202402230238 [2024-04-06T13:33:13.132Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.telnet.feature,11.5.0.202312281935 [2024-04-06T13:33:13.394Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.application.source,11.5.0.202312062348 [2024-04-06T13:33:13.394Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.launch.serial.feature,11.5.0.202402230238 [2024-04-06T13:33:13.394Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.dsf.gdb.ui.source,2.8.400.202402230238 [2024-04-06T13:33:13.394Z] - mirroring artifact osgi.bundle,org.eclipse.remote.proxy.ui,1.1.200.202402230238 [2024-04-06T13:33:13.395Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.launch.serial.feature.source,11.5.0.202402230238 [2024-04-06T13:33:13.395Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.connector.telnet,4.8.100.202312281935 [2024-04-06T13:33:13.395Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.ssh.feature,11.5.0.202312281935 [2024-04-06T13:33:13.395Z] - mirroring artifact osgi.bundle,org.eclipse.remote.proxy.server.macosx.x86_64,11.5.0.202312062348 [2024-04-06T13:33:13.395Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.launch.remote.source,2.7.200.202402230238 [2024-04-06T13:33:13.395Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.msw.build,2.0.200.202402230238 [2024-04-06T13:33:13.395Z] - mirroring artifact osgi.bundle,org.eclipse.remote.proxy.ui.source,1.1.200.202402230238 [2024-04-06T13:33:13.395Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.platform.branding.source,11.5.0.202312062348 [2024-04-06T13:33:13.395Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.visualizer.core.source,1.2.100.202312281935 [2024-04-06T13:33:13.395Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.connector.telnet.source,4.8.100.202312281935 [2024-04-06T13:33:13.395Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.managedbuilder.llvm.ui,1.4.200.202402230238 [2024-04-06T13:33:13.395Z] - mirroring artifact osgi.bundle,org.eclipse.remote.proxy.protocol.core,2.1.100.202312281935 [2024-04-06T13:33:13.395Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.core.macosx.source,11.5.0.202403041627 [2024-04-06T13:33:13.395Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.meson.ui.editor.source,1.2.100.202402230238 [2024-04-06T13:33:13.395Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.sdk,11.5.0.202312062348 [2024-04-06T13:33:13.395Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.dsf.gdb.ui,2.8.400.202402230238 [2024-04-06T13:33:13.395Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.telnet.feature.source,11.5.0.202312281935 [2024-04-06T13:33:13.395Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.application.doc,11.5.0.202312062348 [2024-04-06T13:33:13.395Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.jsoncdb.core.ui.source,1.1.100.202402230238 [2024-04-06T13:33:13.395Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.core.native,6.3.300.202402211459 [2024-04-06T13:33:13.395Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.debug.source,11.5.0.202402230238 [2024-04-06T13:33:13.395Z] - mirroring artifact osgi.bundle,org.eclipse.remote.doc.isv,11.5.0.202312062348 [2024-04-06T13:33:13.395Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.connector.cdtserial.source,4.8.100.202402230238 [2024-04-06T13:33:13.395Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.gdbjtag,7.1.200.202402230238 [2024-04-06T13:33:13.395Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.search.source,1.5.300.202402230238 [2024-04-06T13:33:13.395Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.core.linux.aarch64,11.5.0.202403041627 [2024-04-06T13:33:13.395Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.connector.remote.source,4.8.300.202402230238 [2024-04-06T13:33:13.395Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.managedbuilder.ui.source,9.4.100.202402230238 [2024-04-06T13:33:13.396Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.build.gcc.core.source,2.1.400.202402230238 [2024-04-06T13:33:13.396Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.testsrunner.boost.source,7.2.300.202402230238 [2024-04-06T13:33:13.396Z] - mirroring artifact osgi.bundle,org.eclipse.tools.templates.freemarker.source,2.0.100.202402230238 [2024-04-06T13:33:13.396Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.unittest.source,1.1.100.202402230238 [2024-04-06T13:33:13.396Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.launch.serial.core.source,1.2.100.202402230238 [2024-04-06T13:33:13.396Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.build,11.5.0.202402230238 [2024-04-06T13:33:13.396Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.ui,8.1.400.202402261635 [2024-04-06T13:33:13.396Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.view.ui,4.11.400.202312281935 [2024-04-06T13:33:13.396Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.jsoncdb.core.ui,1.1.100.202402230238 [2024-04-06T13:33:13.396Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.gdbjtag.core,10.8.200.202402230238 [2024-04-06T13:33:13.396Z] - mirroring artifact osgi.bundle,org.eclipse.remote.telnet.ui.source,1.1.200.202402230238 [2024-04-06T13:33:13.396Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.floatingpoint.source,1.2.100.202312272306 [2024-04-06T13:33:13.396Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.autotools.docs,11.5.0.202312062348 [2024-04-06T13:33:13.396Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.managedbuilder.headlessbuilderapp.source,1.1.100.202402230238 [2024-04-06T13:33:13.396Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui,1.3.400.202402230238 [2024-04-06T13:33:13.396Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.autotools,11.5.0.202402230238 [2024-04-06T13:33:13.396Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.cmake.ui.source,1.4.400.202402081932 [2024-04-06T13:33:13.396Z] - mirroring artifact osgi.bundle,org.eclipse.remote.proxy.core,1.1.100.202402230238 [2024-04-06T13:33:13.396Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.testsrunner.gtest,7.2.100.202402230238 [2024-04-06T13:33:13.396Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.autotools.core.source,2.2.300.202402230238 [2024-04-06T13:33:13.396Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.multicorevisualizer,11.5.0.202402230238 [2024-04-06T13:33:13.396Z] - mirrored artifact osgi.bundle,org.eclipse.launchbar.remote.core.source,1.2.100.202402230238 [2024-04-06T13:33:13.396Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.managedbuilder.llvm.ui.source,1.4.200.202402230238 [2024-04-06T13:33:13.396Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.remote.serial.source,11.5.0.202402230238 [2024-04-06T13:33:13.396Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.ssh.feature.source,11.5.0.202312281935 [2024-04-06T13:33:13.396Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.testsrunner,8.3.200.202402230238 [2024-04-06T13:33:13.396Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.local.feature.source,11.5.0.202402230238 [2024-04-06T13:33:13.396Z] - mirroring artifact osgi.bundle,org.freemarker.freemarker,2.3.32.stable [2024-04-06T13:33:13.397Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.autotools.source,11.5.0.202402230238 [2024-04-06T13:33:13.397Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.build.crossgcc,11.5.0.202402230238 [2024-04-06T13:33:13.397Z] - mirroring artifact osgi.bundle,org.eclipse.remote.console.source,1.4.200.202402230238 [2024-04-06T13:33:13.397Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.cmake.core.source,1.5.500.202402071852 [2024-04-06T13:33:13.397Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.testsrunner.qttest.source,7.2.300.202402230238 [2024-04-06T13:33:13.397Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.gdb.source,7.2.200.202402230238 [2024-04-06T13:33:13.397Z] - mirroring artifact osgi.bundle,org.eclipse.launchbar.remote.ui,1.2.200.202402230238 [2024-04-06T13:33:13.397Z] - mirroring artifact osgi.bundle,org.eclipse.tools.templates.freemarker,2.0.100.202402230238 [2024-04-06T13:33:13.397Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.remote.proxy.source,11.5.0.202402230238 [2024-04-06T13:33:13.397Z] - mirroring artifact osgi.bundle,org.eclipse.launchbar.remote.core,1.2.100.202402230238 [2024-04-06T13:33:13.397Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.cmake.source,11.5.0.202402230238 [2024-04-06T13:33:13.397Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.control,5.5.200.202312281935 [2024-04-06T13:33:13.397Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.msw.source,11.5.0.202402230238 [2024-04-06T13:33:13.397Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.codan.core.cxx.source,3.6.100.202402230238 [2024-04-06T13:33:13.397Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.build.crossgcc.source,11.5.0.202402230238 [2024-04-06T13:33:13.397Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.codan.checkers.source,3.5.500.202402021640 [2024-04-06T13:33:13.397Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.cmake.ui,1.4.400.202402081932 [2024-04-06T13:33:13.397Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.codan.checkers,3.5.500.202402021640 [2024-04-06T13:33:13.397Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.visualizer,11.5.0.202402230238 [2024-04-06T13:33:13.397Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.testsrunner.gtest.source,7.2.100.202402230238 [2024-04-06T13:33:13.397Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.codan.core.source,4.2.100.202312281935 [2024-04-06T13:33:13.397Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.launch.remote,11.5.0.202402230238 [2024-04-06T13:33:13.397Z] - mirroring artifact osgi.bundle,org.eclipse.remote.serial.ui,1.1.200.202402230238 [2024-04-06T13:33:13.397Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.testsrunner.tap.source,1.2.100.202402230238 [2024-04-06T13:33:13.397Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.dsf,11.5.0.202402230238 [2024-04-06T13:33:13.397Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.native,11.5.0.202403041627 [2024-04-06T13:33:13.397Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.meson.ui,1.2.300.202402230238 [2024-04-06T13:33:13.397Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.transport.source,2.3.300.202312281935 [2024-04-06T13:33:13.397Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.unittest,1.1.100.202402230238 [2024-04-06T13:33:13.397Z] - mirroring artifact osgi.bundle,org.eclipse.remote.ui,2.3.200.202402230238 [2024-04-06T13:33:13.398Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.visualizer.core,1.2.100.202312281935 [2024-04-06T13:33:13.398Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.launchbar.source,11.5.0.202401051815 [2024-04-06T13:33:13.398Z] - mirroring artifact osgi.bundle,org.eclipse.remote.console,1.4.200.202402230238 [2024-04-06T13:33:13.398Z] - mirroring artifact osgi.bundle,org.eclipse.remote.serial.ui.source,1.1.200.202402230238 [2024-04-06T13:33:13.398Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.meson.ui.editor,1.2.100.202402230238 [2024-04-06T13:33:13.398Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.connector.process,4.9.100.202402230238 [2024-04-06T13:33:13.398Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.build.crossgcc.source,1.3.400.202402230238 [2024-04-06T13:33:13.398Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.native.serial.source,11.5.0.202403041627 [2024-04-06T13:33:13.398Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.traditional,1.7.100.202312272306 [2024-04-06T13:33:13.398Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.dsf.gdb,7.1.300.202312272342 [2024-04-06T13:33:13.398Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.managedbuilder.ui,9.4.100.202402230238 [2024-04-06T13:33:13.398Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.codan.ui.cxx,3.7.100.202402230238 [2024-04-06T13:33:13.398Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.connector.remote,4.8.300.202402230238 [2024-04-06T13:33:13.398Z] - mirroring artifact osgi.bundle,org.eclipse.remote.jsch.ui.source,1.2.100.202402230238 [2024-04-06T13:33:13.398Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.control.feature,11.5.0.202312281935 [2024-04-06T13:33:13.398Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.docker.launcher.source,2.1.200.202312062348 [2024-04-06T13:33:13.398Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.remote.proxy,11.5.0.202402230238 [2024-04-06T13:33:13.398Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.core.win32.x86_64,11.5.0.202403041627 [2024-04-06T13:33:13.398Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.view.core.source,4.10.200.202312281935 [2024-04-06T13:33:13.398Z] - mirroring artifact binary,org.eclipse.cdt_root,11.5.0.202403041627 [2024-04-06T13:33:13.398Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.connector.local,4.8.100.202402230238 [2024-04-06T13:33:13.398Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.codan.ui.cxx.source,3.7.100.202402230238 [2024-04-06T13:33:13.398Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.msw,11.5.0.202402230238 [2024-04-06T13:33:13.398Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.core.linux.x86_64,11.5.0.202403041627 [2024-04-06T13:33:13.398Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.meson.core,1.2.200.202402230238 [2024-04-06T13:33:13.398Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.connector.cdtserial,4.8.100.202402230238 [2024-04-06T13:33:13.398Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.gdbjtag.core.source,10.8.200.202402230238 [2024-04-06T13:33:13.398Z] - mirroring artifact osgi.bundle,org.eclipse.remote.serial.core,1.2.100.202402230238 [2024-04-06T13:33:13.398Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.jsoncdb.core,1.4.300.202312181542 [2024-04-06T13:33:13.398Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.connector.local.source,4.8.100.202402230238 [2024-04-06T13:33:13.399Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.remote.console,11.5.0.202402230238 [2024-04-06T13:33:13.399Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.cmake.core,1.5.500.202402071852 [2024-04-06T13:33:13.399Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.core,8.4.0.202402110645 [2024-04-06T13:33:13.399Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.view.feature,11.5.0.202312281935 [2024-04-06T13:33:13.399Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.gdbjtag.ui,9.1.100.202402230238 [2024-04-06T13:33:13.399Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.unittest.feature,11.5.0.202402230238 [2024-04-06T13:33:13.399Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.managedbuilder.llvm,11.5.0.202402230238 [2024-04-06T13:33:13.399Z] - mirroring artifact osgi.bundle,org.eclipse.launchbar.ui,2.5.300.202312281935 [2024-04-06T13:33:13.399Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.cdtserial.feature.source,11.5.0.202402230238 [2024-04-06T13:33:13.399Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.core.linux,6.1.100.202402230238 [2024-04-06T13:33:13.399Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.control.feature.source,11.5.0.202312281935 [2024-04-06T13:33:13.399Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.memorybrowser,1.5.200.202402230238 [2024-04-06T13:33:13.399Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.dsf.ui.source,2.7.300.202402230238 [2024-04-06T13:33:13.399Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.cdtserial.feature,11.5.0.202402230238 [2024-04-06T13:33:13.399Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.application,11.5.0.202312062348 [2024-04-06T13:33:13.399Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.docker.launcher,11.5.0.202312062348 [2024-04-06T13:33:13.399Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.platform.source,11.5.0.202403041627 [2024-04-06T13:33:13.399Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.launch,10.4.400.202402230238 [2024-04-06T13:33:13.399Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.debug.ui.memory,11.5.0.202402230238 [2024-04-06T13:33:13.399Z] - mirroring artifact osgi.bundle,org.eclipse.remote.serial.core.source,1.2.100.202402230238 [2024-04-06T13:33:13.399Z] - mirroring artifact osgi.bundle,com.google.gson,2.10.1.v20230109-0753 [2024-04-06T13:33:13.399Z] - mirroring artifact osgi.bundle,org.eclipse.remote.core.source,4.2.200.202402230238 [2024-04-06T13:33:13.399Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.platform,11.5.0.202403041627 [2024-04-06T13:33:13.399Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.flatpak.launcher.source,1.1.200.202402230238 [2024-04-06T13:33:13.399Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.build.crossgcc,1.3.400.202402230238 [2024-04-06T13:33:13.399Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.debug.gdbjtag.source,11.5.0.202402230238 [2024-04-06T13:33:13.399Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.floatingpoint,1.2.100.202312272306 [2024-04-06T13:33:13.399Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.managedbuilder.gnu.ui,8.7.0.202401271603 [2024-04-06T13:33:13.399Z] - mirroring artifact osgi.bundle,org.eclipse.remote.proxy.server.core,1.1.100.202402230238 [2024-04-06T13:33:13.400Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.gdb.source,11.5.0.202402230238 [2024-04-06T13:33:13.400Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.meson,11.5.0.202402230238 [2024-04-06T13:33:13.400Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.feature,11.5.0.202312062348 [2024-04-06T13:33:13.400Z] - mirroring artifact osgi.bundle,org.eclipse.remote.ui.source,2.3.200.202402230238 [2024-04-06T13:33:13.400Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.codan.ui,3.5.100.202402230238 [2024-04-06T13:33:13.400Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.make.core,7.6.500.202402230238 [2024-04-06T13:33:13.400Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.connector.ssh.source,4.8.200.202312281935 [2024-04-06T13:33:13.400Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.remote.feature.source,11.5.0.202402230238 [2024-04-06T13:33:13.400Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.autotools.ui.source,2.2.400.202402230238 [2024-04-06T13:33:13.400Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.debug,11.5.0.202402230238 [2024-04-06T13:33:13.400Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.gdb.ui,7.2.100.202402230238 [2024-04-06T13:33:13.400Z] - mirroring artifact osgi.bundle,org.eclipse.remote.telnet.core,1.2.100.202402230238 [2024-04-06T13:33:13.400Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.connector.ssh,4.8.200.202312281935 [2024-04-06T13:33:13.400Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.core,8.8.400.202402230238 [2024-04-06T13:33:13.400Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.control.source,5.5.200.202312281935 [2024-04-06T13:33:13.400Z] - mirroring artifact osgi.bundle,org.eclipse.remote.proxy.protocol.core.source,2.1.100.202312281935 [2024-04-06T13:33:13.400Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.native.serial,11.5.0.202403041627 [2024-04-06T13:33:13.400Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.connector.process.source,4.9.100.202402230238 [2024-04-06T13:33:13.400Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.debug.gdbjtag,11.5.0.202402230238 [2024-04-06T13:33:13.400Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.testsrunner.source,8.3.200.202402230238 [2024-04-06T13:33:13.400Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.dsf.ui,2.7.300.202402230238 [2024-04-06T13:33:13.400Z] - mirroring artifact osgi.bundle,org.eclipse.remote.jsch.core.source,1.2.100.202402230238 [2024-04-06T13:33:13.400Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.sdk,11.5.0.202403041627 [2024-04-06T13:33:13.400Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.launchbar.remote,11.5.0.202402230238 [2024-04-06T13:33:13.400Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.core.win32.source,6.1.100.202402230238 [2024-04-06T13:33:13.400Z] - mirroring artifact osgi.bundle,org.eclipse.launchbar.ui.controls,1.2.400.202401051815 [2024-04-06T13:33:13.400Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.core.win32,6.1.100.202402230238 [2024-04-06T13:33:13.400Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.core.source,8.8.400.202402230238 [2024-04-06T13:33:13.400Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.meson.docs,11.5.0.202312062348 [2024-04-06T13:33:13.400Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.debug.standalone,11.5.0.202312062348 [2024-04-06T13:33:13.401Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.meson.ui.source,1.2.300.202402230238 [2024-04-06T13:33:13.401Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.jsoncdb.core.source,1.4.300.202312181542 [2024-04-06T13:33:13.401Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.testsrunner.qttest,7.2.300.202402230238 [2024-04-06T13:33:13.401Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.gdbjtag.ui.source,9.1.100.202402230238 [2024-04-06T13:33:13.401Z] - mirroring artifact osgi.bundle,org.eclipse.tools.templates.core,2.0.100.202402230238 [2024-04-06T13:33:13.401Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.managedbuilder.gnu.ui.source,8.7.0.202401271603 [2024-04-06T13:33:13.401Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.transport,2.3.300.202312281935 [2024-04-06T13:33:13.401Z] - mirroring artifact osgi.bundle,org.eclipse.remote.proxy.core.source,1.1.100.202402230238 [2024-04-06T13:33:13.401Z] - mirroring artifact osgi.bundle,org.eclipse.launchbar.core.source,2.5.200.202312281935 [2024-04-06T13:33:13.401Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.managedbuilder.core,9.6.300.202401242025 [2024-04-06T13:33:13.401Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.launch.serial.ui.source,1.2.200.202402230238 [2024-04-06T13:33:13.401Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.native.source,11.5.0.202403041627 [2024-04-06T13:33:13.401Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.build.source,11.5.0.202402230238 [2024-04-06T13:33:13.401Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.build.gcc.ui,1.2.200.202402230238 [2024-04-06T13:33:13.401Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.feature.source,11.5.0.202312062348 [2024-04-06T13:33:13.401Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.remote.serial,11.5.0.202402230238 [2024-04-06T13:33:13.401Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.core.native.source,6.3.300.202402211459 [2024-04-06T13:33:13.401Z] - mirroring artifact osgi.bundle,org.eclipse.launchbar.core,2.5.200.202312281935 [2024-04-06T13:33:13.401Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.codan.checkers.ui,3.4.100.202402230238 [2024-04-06T13:33:13.401Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.dsf.source,2.12.100.202402230238 [2024-04-06T13:33:13.401Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.multicorevisualizer.source,11.5.0.202402230238 [2024-04-06T13:33:13.401Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.view.feature.source,11.5.0.202312281935 [2024-04-06T13:33:13.401Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.debug.standalone.source,11.5.0.202312062348 [2024-04-06T13:33:13.401Z] - mirroring artifact osgi.bundle,org.eclipse.launchbar.ui.source,2.5.300.202312281935 [2024-04-06T13:33:13.401Z] - mirroring artifact osgi.bundle,org.eclipse.tm.terminal.view.ui.source,4.11.400.202312281935 [2024-04-06T13:33:13.401Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.visualizer.ui,1.5.200.202402230238 [2024-04-06T13:33:13.401Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.autotools.ui,2.2.400.202402230238 [2024-04-06T13:33:13.401Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.platform.branding,11.5.0.202312062348 [2024-04-06T13:33:13.401Z] - mirroring artifact osgi.bundle,org.eclipse.tools.templates.core.source,2.0.100.202402230238 [2024-04-06T13:33:13.402Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.search,1.5.300.202402230238 [2024-04-06T13:33:13.402Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.cmake,11.5.0.202402230238 [2024-04-06T13:33:13.402Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.testsrunner.tap,1.2.100.202402230238 [2024-04-06T13:33:13.402Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.remote.feature,11.5.0.202402230238 [2024-04-06T13:33:13.402Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.dsf.gdb.source,7.1.300.202312272342 [2024-04-06T13:33:13.402Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.source,11.5.0.202403041627 [2024-04-06T13:33:13.402Z] - mirrored artifact osgi.bundle,org.eclipse.launchbar.remote.ui.source,1.2.200.202402230238 [2024-04-06T13:33:13.402Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.codan.checkers.ui.source,3.4.100.202402230238 [2024-04-06T13:33:13.402Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.launch.serial.core,1.2.100.202402230238 [2024-04-06T13:33:13.402Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.testsrunner.feature.source,11.5.0.202402230238 [2024-04-06T13:33:13.402Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.codan.core,4.2.100.202312281935 [2024-04-06T13:33:13.402Z] - mirroring artifact osgi.bundle,org.eclipse.tools.templates.ui,2.0.100.202402071818 [2024-04-06T13:33:13.402Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.build.gcc.ui.source,1.2.200.202402230238 [2024-04-06T13:33:13.402Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.memorybrowser.source,1.5.200.202402230238 [2024-04-06T13:33:13.402Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.ui.source,8.1.400.202402261635 [2024-04-06T13:33:13.402Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.gdb,11.5.0.202402230238 [2024-04-06T13:33:13.402Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.msw.build.source,2.0.200.202402230238 [2024-04-06T13:33:13.402Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.make.ui.source,8.3.0.202402082056 [2024-04-06T13:33:13.402Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.testsrunner.boost,7.2.300.202402230238 [2024-04-06T13:33:13.402Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.meson.source,11.5.0.202402230238 [2024-04-06T13:33:13.402Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.docker.launcher,2.1.200.202312062348 [2024-04-06T13:33:13.402Z] - mirroring artifact osgi.bundle,org.eclipse.remote.proxy.server.core.source,1.1.100.202402230238 [2024-04-06T13:33:13.402Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.jsoncdb.core.doc.source,1.1.0.202211080413 [2024-04-06T13:33:13.402Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.cdt.debug.ui.memory.source,11.5.0.202402230238 [2024-04-06T13:33:13.402Z] - mirroring artifact osgi.bundle,org.eclipse.remote.core,4.2.200.202402230238 [2024-04-06T13:33:13.402Z] - mirroring artifact osgi.bundle,org.eclipse.cdt.core.linux.ppc64le,11.5.0.202403041627 [2024-04-06T13:33:13.402Z] - mirroring artifact osgi.bundle,org.eclipse.remote.telnet.ui,1.1.200.202402230238 [2024-04-06T13:33:13.402Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.local.feature,11.5.0.202402230238 [2024-04-06T13:33:13.402Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.make.core.source,7.6.500.202402230238 [2024-04-06T13:33:13.402Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.ui,8.5.500.202402230238 [2024-04-06T13:33:13.403Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.managedbuilder.core.source,9.6.300.202401242025 [2024-04-06T13:33:13.403Z] - mirrored artifact osgi.bundle,org.eclipse.cdt,11.5.0.202312062348 [2024-04-06T13:33:13.403Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.managedbuilder.llvm.source,11.5.0.202402230238 [2024-04-06T13:33:13.403Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.launch.source,10.4.400.202402230238 [2024-04-06T13:33:13.403Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.visualizer.ui.source,1.5.200.202402230238 [2024-04-06T13:33:13.403Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui.source,1.3.400.202402230238 [2024-04-06T13:33:13.975Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.doc.user,11.5.0.202312062348 [2024-04-06T13:33:13.975Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.core.macosx,11.5.0.202403041627 [2024-04-06T13:33:13.975Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.codan.core.cxx,3.6.100.202402230238 [2024-04-06T13:33:13.975Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.gdb.ui.source,7.2.100.202402230238 [2024-04-06T13:33:13.975Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.launchbar.remote.source,11.5.0.202402230238 [2024-04-06T13:33:13.975Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.meson.core.source,1.2.200.202402230238 [2024-04-06T13:33:13.975Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.remote.source,11.5.0.202402230238 [2024-04-06T13:33:13.975Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.launch.remote,2.7.200.202402230238 [2024-04-06T13:33:13.975Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.remote.core,1.2.100.202402230238 [2024-04-06T13:33:13.975Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.ui.source,8.5.500.202402230238 [2024-04-06T13:33:13.975Z] - mirrored artifact osgi.bundle,org.eclipse.tools.templates.ui.source,2.0.100.202402071818 [2024-04-06T13:33:14.237Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.remote.core.source,1.2.100.202402230238 [2024-04-06T13:33:14.237Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.remote,11.5.0.202402230238 [2024-04-06T13:33:14.237Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.dsf.source,11.5.0.202402230238 [2024-04-06T13:33:14.237Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.core.memory.source,0.2.100.202402230238 [2024-04-06T13:33:14.237Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.unittest.feature.source,11.5.0.202402230238 [2024-04-06T13:33:14.237Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.docker.launcher.source,11.5.0.202312062348 [2024-04-06T13:33:14.501Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.doc.isv,11.5.0.202312062348 [2024-04-06T13:33:14.501Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.core.memory,0.2.100.202402230238 [2024-04-06T13:33:14.501Z] - mirrored artifact osgi.bundle,org.eclipse.remote.jsch.core,1.2.100.202402230238 [2024-04-06T13:33:14.501Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.jsoncdb.core.doc,1.1.0.202211080413 [2024-04-06T13:33:14.501Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.visualizer.source,11.5.0.202402230238 [2024-04-06T13:33:14.501Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.build.gcc.core,2.1.400.202402230238 [2024-04-06T13:33:14.501Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.managedbuilder.headlessbuilderapp,1.1.100.202402230238 [2024-04-06T13:33:14.501Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.launch.remote.source,11.5.0.202402230238 [2024-04-06T13:33:14.501Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.codan.ui.source,3.5.100.202402230238 [2024-04-06T13:33:14.501Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.flatpak.launcher,1.1.200.202402230238 [2024-04-06T13:33:14.502Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.dsf,2.12.100.202402230238 [2024-04-06T13:33:14.763Z] - mirrored artifact osgi.bundle,org.eclipse.launchbar.ui.controls.source,1.2.400.202401051815 [2024-04-06T13:33:14.763Z] - mirrored artifact osgi.bundle,org.eclipse.remote.jsch.ui,1.2.100.202402230238 [2024-04-06T13:33:14.763Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.make.ui,8.3.0.202402082056 [2024-04-06T13:33:14.763Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.launch.serial.ui,1.2.200.202402230238 [2024-04-06T13:33:14.763Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.view.core,4.10.200.202312281935 [2024-04-06T13:33:14.763Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt,11.5.0.202403041627 [2024-04-06T13:33:14.764Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.remote.console.source,11.5.0.202402230238 [2024-04-06T13:33:14.764Z] - mirrored artifact osgi.bundle,org.eclipse.remote.proxy.server.linux.x86_64,11.5.0.202312062348 [2024-04-06T13:33:14.764Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.traditional.source,1.7.100.202312272306 [2024-04-06T13:33:14.764Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.launchbar,11.5.0.202401051815 [2024-04-06T13:33:14.764Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.autotools.core,2.2.300.202402230238 [2024-04-06T13:33:14.764Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.core.linux.source,6.1.100.202402230238 [2024-04-06T13:33:15.025Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.core.source,8.4.0.202402110645 [2024-04-06T13:33:15.025Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.gdb,7.2.200.202402230238 [2024-04-06T13:33:15.025Z] - mirrored artifact osgi.bundle,org.eclipse.remote.telnet.core.source,1.2.100.202402230238 [2024-04-06T13:33:15.025Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.telnet.feature,11.5.0.202312281935 [2024-04-06T13:33:15.025Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.application.source,11.5.0.202312062348 [2024-04-06T13:33:15.025Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.dsf.gdb.ui.source,2.8.400.202402230238 [2024-04-06T13:33:15.025Z] - mirrored artifact osgi.bundle,org.eclipse.remote.proxy.ui,1.1.200.202402230238 [2024-04-06T13:33:15.025Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.launch.serial.feature.source,11.5.0.202402230238 [2024-04-06T13:33:15.025Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.connector.telnet,4.8.100.202312281935 [2024-04-06T13:33:15.025Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.ssh.feature,11.5.0.202312281935 [2024-04-06T13:33:15.974Z] - mirrored artifact osgi.bundle,org.eclipse.remote.proxy.server.linux.ppc64le,11.5.0.202312062348 [2024-04-06T13:33:15.974Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.launch.remote.source,2.7.200.202402230238 [2024-04-06T13:33:15.974Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.msw.build,2.0.200.202402230238 [2024-04-06T13:33:15.974Z] - mirrored artifact osgi.bundle,org.eclipse.remote.proxy.ui.source,1.1.200.202402230238 [2024-04-06T13:33:15.974Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.platform.branding.source,11.5.0.202312062348 [2024-04-06T13:33:15.974Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.visualizer.core.source,1.2.100.202312281935 [2024-04-06T13:33:15.974Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.connector.telnet.source,4.8.100.202312281935 [2024-04-06T13:33:15.974Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.managedbuilder.llvm.ui,1.4.200.202402230238 [2024-04-06T13:33:15.974Z] - mirrored artifact osgi.bundle,org.eclipse.remote.proxy.protocol.core,2.1.100.202312281935 [2024-04-06T13:33:15.975Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.core.macosx.source,11.5.0.202403041627 [2024-04-06T13:33:15.975Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.meson.ui.editor.source,1.2.100.202402230238 [2024-04-06T13:33:15.975Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.sdk,11.5.0.202312062348 [2024-04-06T13:33:15.975Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.dsf.gdb.ui,2.8.400.202402230238 [2024-04-06T13:33:15.975Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.telnet.feature.source,11.5.0.202312281935 [2024-04-06T13:33:15.975Z] - mirrored artifact osgi.bundle,org.eclipse.remote.proxy.server.macosx.x86_64,11.5.0.202312062348 [2024-04-06T13:33:15.975Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.jsoncdb.core.ui.source,1.1.100.202402230238 [2024-04-06T13:33:15.975Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.core.native,6.3.300.202402211459 [2024-04-06T13:33:16.238Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.debug.source,11.5.0.202402230238 [2024-04-06T13:33:16.238Z] - mirrored artifact osgi.bundle,org.eclipse.remote.doc.isv,11.5.0.202312062348 [2024-04-06T13:33:16.238Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.connector.cdtserial.source,4.8.100.202402230238 [2024-04-06T13:33:16.238Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.gdbjtag,7.1.200.202402230238 [2024-04-06T13:33:16.238Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.search.source,1.5.300.202402230238 [2024-04-06T13:33:16.238Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.connector.remote.source,4.8.300.202402230238 [2024-04-06T13:33:16.238Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.managedbuilder.ui.source,9.4.100.202402230238 [2024-04-06T13:33:16.238Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.build.gcc.core.source,2.1.400.202402230238 [2024-04-06T13:33:16.238Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.testsrunner.boost.source,7.2.300.202402230238 [2024-04-06T13:33:16.238Z] - mirrored artifact osgi.bundle,org.eclipse.tools.templates.freemarker.source,2.0.100.202402230238 [2024-04-06T13:33:16.238Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.unittest.source,1.1.100.202402230238 [2024-04-06T13:33:16.238Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.launch.serial.core.source,1.2.100.202402230238 [2024-04-06T13:33:16.238Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.build,11.5.0.202402230238 [2024-04-06T13:33:16.502Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.application.doc,11.5.0.202312062348 [2024-04-06T13:33:16.502Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.view.ui,4.11.400.202312281935 [2024-04-06T13:33:16.502Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.jsoncdb.core.ui,1.1.100.202402230238 [2024-04-06T13:33:16.502Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.gdbjtag.core,10.8.200.202402230238 [2024-04-06T13:33:16.502Z] - mirrored artifact osgi.bundle,org.eclipse.remote.telnet.ui.source,1.1.200.202402230238 [2024-04-06T13:33:16.502Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.floatingpoint.source,1.2.100.202312272306 [2024-04-06T13:33:16.502Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.autotools.docs,11.5.0.202312062348 [2024-04-06T13:33:16.502Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.managedbuilder.headlessbuilderapp.source,1.1.100.202402230238 [2024-04-06T13:33:16.502Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui,1.3.400.202402230238 [2024-04-06T13:33:16.502Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.autotools,11.5.0.202402230238 [2024-04-06T13:33:16.502Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.ui,8.1.400.202402261635 [2024-04-06T13:33:16.503Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.cmake.ui.source,1.4.400.202402081932 [2024-04-06T13:33:16.503Z] - mirrored artifact osgi.bundle,org.eclipse.remote.proxy.core,1.1.100.202402230238 [2024-04-06T13:33:16.763Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.testsrunner.gtest,7.2.100.202402230238 [2024-04-06T13:33:16.764Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.autotools.core.source,2.2.300.202402230238 [2024-04-06T13:33:16.764Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.multicorevisualizer,11.5.0.202402230238 [2024-04-06T13:33:16.764Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.managedbuilder.llvm.ui.source,1.4.200.202402230238 [2024-04-06T13:33:16.764Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.ssh.feature.source,11.5.0.202312281935 [2024-04-06T13:33:16.764Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.local.feature.source,11.5.0.202402230238 [2024-04-06T13:33:16.764Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.testsrunner,8.3.200.202402230238 [2024-04-06T13:33:16.764Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.autotools.source,11.5.0.202402230238 [2024-04-06T13:33:16.764Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.build.crossgcc,11.5.0.202402230238 [2024-04-06T13:33:16.764Z] - mirrored artifact osgi.bundle,org.eclipse.remote.console.source,1.4.200.202402230238 [2024-04-06T13:33:16.764Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.cmake.core.source,1.5.500.202402071852 [2024-04-06T13:33:16.764Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.testsrunner.qttest.source,7.2.300.202402230238 [2024-04-06T13:33:16.764Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.gdb.source,7.2.200.202402230238 [2024-04-06T13:33:16.764Z] - mirrored artifact osgi.bundle,org.eclipse.launchbar.remote.ui,1.2.200.202402230238 [2024-04-06T13:33:16.764Z] - mirrored artifact osgi.bundle,org.eclipse.tools.templates.freemarker,2.0.100.202402230238 [2024-04-06T13:33:16.764Z] - mirrored artifact osgi.bundle,org.freemarker.freemarker,2.3.32.stable [2024-04-06T13:33:16.764Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.remote.proxy.source,11.5.0.202402230238 [2024-04-06T13:33:16.764Z] - mirrored artifact osgi.bundle,org.eclipse.launchbar.remote.core,1.2.100.202402230238 [2024-04-06T13:33:16.764Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.cmake.source,11.5.0.202402230238 [2024-04-06T13:33:16.764Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.msw.source,11.5.0.202402230238 [2024-04-06T13:33:16.764Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.control,5.5.200.202312281935 [2024-04-06T13:33:16.764Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.build.crossgcc.source,11.5.0.202402230238 [2024-04-06T13:33:16.764Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.codan.core.cxx.source,3.6.100.202402230238 [2024-04-06T13:33:16.764Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.cmake.ui,1.4.400.202402081932 [2024-04-06T13:33:16.764Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.codan.checkers.source,3.5.500.202402021640 [2024-04-06T13:33:16.764Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.visualizer,11.5.0.202402230238 [2024-04-06T13:33:16.764Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.testsrunner.gtest.source,7.2.100.202402230238 [2024-04-06T13:33:16.765Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.codan.checkers,3.5.500.202402021640 [2024-04-06T13:33:16.765Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.codan.core.source,4.2.100.202312281935 [2024-04-06T13:33:16.765Z] - mirrored artifact osgi.bundle,org.eclipse.remote.serial.ui,1.1.200.202402230238 [2024-04-06T13:33:16.765Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.testsrunner.tap.source,1.2.100.202402230238 [2024-04-06T13:33:16.765Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.dsf,11.5.0.202402230238 [2024-04-06T13:33:16.765Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.native,11.5.0.202403041627 [2024-04-06T13:33:16.765Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.meson.ui,1.2.300.202402230238 [2024-04-06T13:33:16.765Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.unittest,1.1.100.202402230238 [2024-04-06T13:33:16.765Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.transport.source,2.3.300.202312281935 [2024-04-06T13:33:16.765Z] - mirrored artifact osgi.bundle,org.eclipse.remote.ui,2.3.200.202402230238 [2024-04-06T13:33:16.765Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.visualizer.core,1.2.100.202312281935 [2024-04-06T13:33:16.765Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.launchbar.source,11.5.0.202401051815 [2024-04-06T13:33:16.765Z] - mirrored artifact osgi.bundle,org.eclipse.remote.console,1.4.200.202402230238 [2024-04-06T13:33:17.027Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.meson.ui.editor,1.2.100.202402230238 [2024-04-06T13:33:17.027Z] - mirrored artifact osgi.bundle,org.eclipse.remote.serial.ui.source,1.1.200.202402230238 [2024-04-06T13:33:17.027Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.build.crossgcc.source,1.3.400.202402230238 [2024-04-06T13:33:17.027Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.connector.process,4.9.100.202402230238 [2024-04-06T13:33:17.027Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.native.serial.source,11.5.0.202403041627 [2024-04-06T13:33:17.027Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.traditional,1.7.100.202312272306 [2024-04-06T13:33:17.027Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.managedbuilder.ui,9.4.100.202402230238 [2024-04-06T13:33:17.027Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.codan.ui.cxx,3.7.100.202402230238 [2024-04-06T13:33:17.027Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.connector.remote,4.8.300.202402230238 [2024-04-06T13:33:17.027Z] - mirrored artifact osgi.bundle,org.eclipse.remote.jsch.ui.source,1.2.100.202402230238 [2024-04-06T13:33:17.027Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.control.feature,11.5.0.202312281935 [2024-04-06T13:33:17.027Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.docker.launcher.source,2.1.200.202312062348 [2024-04-06T13:33:17.027Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.dsf.gdb,7.1.300.202312272342 [2024-04-06T13:33:17.027Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.remote.proxy,11.5.0.202402230238 [2024-04-06T13:33:17.027Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.view.core.source,4.10.200.202312281935 [2024-04-06T13:33:17.027Z] - mirrored artifact binary,org.eclipse.cdt_root,11.5.0.202403041627 [2024-04-06T13:33:17.027Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.connector.local,4.8.100.202402230238 [2024-04-06T13:33:17.027Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.codan.ui.cxx.source,3.7.100.202402230238 [2024-04-06T13:33:17.027Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.msw,11.5.0.202402230238 [2024-04-06T13:33:17.027Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.core.linux.x86_64,11.5.0.202403041627 [2024-04-06T13:33:17.028Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.core.win32.x86_64,11.5.0.202403041627 [2024-04-06T13:33:17.028Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.meson.core,1.2.200.202402230238 [2024-04-06T13:33:17.028Z] - mirrored artifact osgi.bundle,org.eclipse.remote.serial.core,1.2.100.202402230238 [2024-04-06T13:33:17.028Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.connector.cdtserial,4.8.100.202402230238 [2024-04-06T13:33:17.028Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.connector.local.source,4.8.100.202402230238 [2024-04-06T13:33:17.028Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.jsoncdb.core,1.4.300.202312181542 [2024-04-06T13:33:17.028Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.remote.console,11.5.0.202402230238 [2024-04-06T13:33:17.028Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.cmake.core,1.5.500.202402071852 [2024-04-06T13:33:17.289Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.view.feature,11.5.0.202312281935 [2024-04-06T13:33:17.289Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.gdbjtag.ui,9.1.100.202402230238 [2024-04-06T13:33:17.289Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.unittest.feature,11.5.0.202402230238 [2024-04-06T13:33:17.289Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.managedbuilder.llvm,11.5.0.202402230238 [2024-04-06T13:33:17.289Z] - mirrored artifact osgi.bundle,org.eclipse.launchbar.ui,2.5.300.202312281935 [2024-04-06T13:33:17.289Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.cdtserial.feature.source,11.5.0.202402230238 [2024-04-06T13:33:17.289Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.core.linux,6.1.100.202402230238 [2024-04-06T13:33:17.289Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.control.feature.source,11.5.0.202312281935 [2024-04-06T13:33:17.289Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.memorybrowser,1.5.200.202402230238 [2024-04-06T13:33:17.289Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.dsf.ui.source,2.7.300.202402230238 [2024-04-06T13:33:17.289Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.cdtserial.feature,11.5.0.202402230238 [2024-04-06T13:33:17.289Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.application,11.5.0.202312062348 [2024-04-06T13:33:17.289Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.docker.launcher,11.5.0.202312062348 [2024-04-06T13:33:17.289Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.platform.source,11.5.0.202403041627 [2024-04-06T13:33:17.289Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.launch,10.4.400.202402230238 [2024-04-06T13:33:17.551Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.debug.ui.memory,11.5.0.202402230238 [2024-04-06T13:33:17.551Z] - mirrored artifact osgi.bundle,org.eclipse.remote.serial.core.source,1.2.100.202402230238 [2024-04-06T13:33:17.552Z] - mirrored artifact osgi.bundle,com.google.gson,2.10.1.v20230109-0753 [2024-04-06T13:33:17.552Z] - mirrored artifact osgi.bundle,org.eclipse.remote.core.source,4.2.200.202402230238 [2024-04-06T13:33:17.552Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.platform,11.5.0.202403041627 [2024-04-06T13:33:17.552Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.flatpak.launcher.source,1.1.200.202402230238 [2024-04-06T13:33:17.552Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.build.crossgcc,1.3.400.202402230238 [2024-04-06T13:33:17.552Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.debug.gdbjtag.source,11.5.0.202402230238 [2024-04-06T13:33:17.552Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.floatingpoint,1.2.100.202312272306 [2024-04-06T13:33:17.552Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.core,8.4.0.202402110645 [2024-04-06T13:33:17.552Z] - mirrored artifact osgi.bundle,org.eclipse.remote.proxy.server.core,1.1.100.202402230238 [2024-04-06T13:33:17.552Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.managedbuilder.gnu.ui,8.7.0.202401271603 [2024-04-06T13:33:17.552Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.gdb.source,11.5.0.202402230238 [2024-04-06T13:33:17.552Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.meson,11.5.0.202402230238 [2024-04-06T13:33:17.552Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.feature,11.5.0.202312062348 [2024-04-06T13:33:17.552Z] - mirrored artifact osgi.bundle,org.eclipse.remote.ui.source,2.3.200.202402230238 [2024-04-06T13:33:17.552Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.codan.ui,3.5.100.202402230238 [2024-04-06T13:33:17.552Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.connector.ssh.source,4.8.200.202312281935 [2024-04-06T13:33:17.552Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.make.core,7.6.500.202402230238 [2024-04-06T13:33:17.552Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.remote.feature.source,11.5.0.202402230238 [2024-04-06T13:33:17.552Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.debug,11.5.0.202402230238 [2024-04-06T13:33:17.552Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.gdb.ui,7.2.100.202402230238 [2024-04-06T13:33:17.552Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.autotools.ui.source,2.2.400.202402230238 [2024-04-06T13:33:17.552Z] - mirrored artifact osgi.bundle,org.eclipse.remote.telnet.core,1.2.100.202402230238 [2024-04-06T13:33:17.552Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.connector.ssh,4.8.200.202312281935 [2024-04-06T13:33:17.552Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.control.source,5.5.200.202312281935 [2024-04-06T13:33:17.552Z] - mirrored artifact osgi.bundle,org.eclipse.remote.proxy.protocol.core.source,2.1.100.202312281935 [2024-04-06T13:33:17.552Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.core,8.8.400.202402230238 [2024-04-06T13:33:17.552Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.native.serial,11.5.0.202403041627 [2024-04-06T13:33:17.553Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.debug.gdbjtag,11.5.0.202402230238 [2024-04-06T13:33:17.553Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.testsrunner.source,8.3.200.202402230238 [2024-04-06T13:33:17.553Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.connector.process.source,4.9.100.202402230238 [2024-04-06T13:33:17.553Z] - mirrored artifact osgi.bundle,org.eclipse.remote.jsch.core.source,1.2.100.202402230238 [2024-04-06T13:33:17.814Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.sdk,11.5.0.202403041627 [2024-04-06T13:33:17.814Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.launchbar.remote,11.5.0.202402230238 [2024-04-06T13:33:17.814Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.core.win32.source,6.1.100.202402230238 [2024-04-06T13:33:17.814Z] - mirrored artifact osgi.bundle,org.eclipse.launchbar.ui.controls,1.2.400.202401051815 [2024-04-06T13:33:17.814Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.core.win32,6.1.100.202402230238 [2024-04-06T13:33:17.814Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.core.source,8.8.400.202402230238 [2024-04-06T13:33:17.814Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.dsf.ui,2.7.300.202402230238 [2024-04-06T13:33:17.814Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.meson.docs,11.5.0.202312062348 [2024-04-06T13:33:17.814Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.debug.standalone,11.5.0.202312062348 [2024-04-06T13:33:17.814Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.meson.ui.source,1.2.300.202402230238 [2024-04-06T13:33:17.814Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.gdbjtag.ui.source,9.1.100.202402230238 [2024-04-06T13:33:17.814Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.jsoncdb.core.source,1.4.300.202312181542 [2024-04-06T13:33:17.815Z] - mirrored artifact osgi.bundle,org.eclipse.tools.templates.core,2.0.100.202402230238 [2024-04-06T13:33:17.815Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.managedbuilder.gnu.ui.source,8.7.0.202401271603 [2024-04-06T13:33:17.815Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.transport,2.3.300.202312281935 [2024-04-06T13:33:17.815Z] - mirrored artifact osgi.bundle,org.eclipse.remote.proxy.core.source,1.1.100.202402230238 [2024-04-06T13:33:17.815Z] - mirrored artifact osgi.bundle,org.eclipse.launchbar.core.source,2.5.200.202312281935 [2024-04-06T13:33:17.815Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.launch.serial.ui.source,1.2.200.202402230238 [2024-04-06T13:33:17.815Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.native.source,11.5.0.202403041627 [2024-04-06T13:33:17.815Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.build.source,11.5.0.202402230238 [2024-04-06T13:33:17.815Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.build.gcc.ui,1.2.200.202402230238 [2024-04-06T13:33:17.815Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.feature.source,11.5.0.202312062348 [2024-04-06T13:33:17.815Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.remote.serial,11.5.0.202402230238 [2024-04-06T13:33:17.815Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.core.native.source,6.3.300.202402211459 [2024-04-06T13:33:17.815Z] - mirrored artifact osgi.bundle,org.eclipse.launchbar.core,2.5.200.202312281935 [2024-04-06T13:33:17.815Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.managedbuilder.core,9.6.300.202401242025 [2024-04-06T13:33:17.815Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.codan.checkers.ui,3.4.100.202402230238 [2024-04-06T13:33:17.815Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.gnu.multicorevisualizer.source,11.5.0.202402230238 [2024-04-06T13:33:17.815Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.view.feature.source,11.5.0.202312281935 [2024-04-06T13:33:17.816Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.debug.standalone.source,11.5.0.202312062348 [2024-04-06T13:33:17.816Z] - mirrored artifact osgi.bundle,org.eclipse.launchbar.ui.source,2.5.300.202312281935 [2024-04-06T13:33:17.816Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.dsf.source,2.12.100.202402230238 [2024-04-06T13:33:17.816Z] - mirrored artifact osgi.bundle,org.eclipse.tm.terminal.view.ui.source,4.11.400.202312281935 [2024-04-06T13:33:17.816Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.visualizer.ui,1.5.200.202402230238 [2024-04-06T13:33:17.816Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.platform.branding,11.5.0.202312062348 [2024-04-06T13:33:17.816Z] - mirrored artifact osgi.bundle,org.eclipse.tools.templates.core.source,2.0.100.202402230238 [2024-04-06T13:33:17.816Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.search,1.5.300.202402230238 [2024-04-06T13:33:18.077Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.cmake,11.5.0.202402230238 [2024-04-06T13:33:18.078Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.testsrunner.tap,1.2.100.202402230238 [2024-04-06T13:33:18.078Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm.terminal.connector.remote.feature,11.5.0.202402230238 [2024-04-06T13:33:18.078Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.autotools.ui,2.2.400.202402230238 [2024-04-06T13:33:18.078Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.source,11.5.0.202403041627 [2024-04-06T13:33:18.078Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.codan.checkers.ui.source,3.4.100.202402230238 [2024-04-06T13:33:18.078Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.launch.serial.core,1.2.100.202402230238 [2024-04-06T13:33:18.078Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.testsrunner.feature.source,11.5.0.202402230238 [2024-04-06T13:33:18.078Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.dsf.gdb.source,7.1.300.202312272342 [2024-04-06T13:33:18.078Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.codan.core,4.2.100.202312281935 [2024-04-06T13:33:18.078Z] - mirrored artifact osgi.bundle,org.eclipse.tools.templates.ui,2.0.100.202402071818 [2024-04-06T13:33:18.078Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.build.gcc.ui.source,1.2.200.202402230238 [2024-04-06T13:33:18.078Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.debug.ui.memory.memorybrowser.source,1.5.200.202402230238 [2024-04-06T13:33:18.078Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.gdb,11.5.0.202402230238 [2024-04-06T13:33:18.078Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.msw.build.source,2.0.200.202402230238 [2024-04-06T13:33:18.078Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.make.ui.source,8.3.0.202402082056 [2024-04-06T13:33:18.078Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.testsrunner.boost,7.2.300.202402230238 [2024-04-06T13:33:18.078Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.meson.source,11.5.0.202402230238 [2024-04-06T13:33:18.079Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.docker.launcher,2.1.200.202312062348 [2024-04-06T13:33:18.079Z] - mirrored artifact osgi.bundle,org.eclipse.remote.proxy.server.core.source,1.1.100.202402230238 [2024-04-06T13:33:18.079Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.jsoncdb.core.doc.source,1.1.0.202211080413 [2024-04-06T13:33:18.079Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.cdt.debug.ui.memory.source,11.5.0.202402230238 [2024-04-06T13:33:18.079Z] - mirrored artifact osgi.bundle,org.eclipse.remote.core,4.2.200.202402230238 [2024-04-06T13:33:18.079Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.core.linux.ppc64le,11.5.0.202403041627 [2024-04-06T13:33:18.079Z] - mirrored artifact osgi.bundle,org.eclipse.remote.telnet.ui,1.1.200.202402230238 [2024-04-06T13:33:18.079Z] - mirrored artifact osgi.bundle,org.eclipse.cdt.ui.source,8.1.400.202402261635 [2024-04-06T13:33:18.079Z] Mirroring artifacts from https://download.eclipse.org/embed-cdt/releases/6.6.0/p2 [2024-04-06T13:33:18.343Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.arm.ui,3.2.1.202404031712 [2024-04-06T13:33:18.343Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.freescale,6.6.0.202404031712 [2024-04-06T13:33:18.343Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.qemu.source,6.6.0.202404031712 [2024-04-06T13:33:18.343Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.sifive,6.6.0.202404031712 [2024-04-06T13:33:18.343Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.managedbuild.cross.arm,6.6.0.202404031712 [2024-04-06T13:33:18.343Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.stm,6.6.0.202404031712 [2024-04-06T13:33:18.343Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.riscv.core.source,3.5.0.202404031712 [2024-04-06T13:33:18.343Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.codered.source,6.6.0.202404031712 [2024-04-06T13:33:18.343Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.cortexm,6.6.0.202404031712 [2024-04-06T13:33:18.343Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.doc.user.source,6.6.0.202404031712 [2024-04-06T13:33:18.343Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.pyocd.ui,2.1.1.202404031712 [2024-04-06T13:33:18.343Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.codered,6.6.0.202404031712 [2024-04-06T13:33:18.343Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.packs.ui,2.0.3.202404031712 [2024-04-06T13:33:18.343Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.openocd.source,6.6.0.202404031712 [2024-04-06T13:33:18.343Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.core.source,6.6.0.202404031712 [2024-04-06T13:33:18.343Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.qemu,6.6.0.202404031712 [2024-04-06T13:33:18.343Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.pyocd.core.source,3.0.0.202404031712 [2024-04-06T13:33:18.343Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.packs.core.source,3.1.3.202404031712 [2024-04-06T13:33:18.343Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt,6.6.0.202404031712 [2024-04-06T13:33:18.343Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.source,6.6.0.202404031712 [2024-04-06T13:33:18.344Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.freescale.ui.source,3.0.0.202404031712 [2024-04-06T13:33:18.344Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.restart.ui,2.0.0.202404031712 [2024-04-06T13:33:18.344Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.ui,6.6.0.202404031712 [2024-04-06T13:33:18.344Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.freescale.source,6.6.0.202404031712 [2024-04-06T13:33:18.344Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.cortexm.ui.source,2.0.0.202404031712 [2024-04-06T13:33:18.344Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.pyocd.core,3.0.0.202404031712 [2024-04-06T13:33:18.344Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.packs.source,6.6.0.202404031712 [2024-04-06T13:33:18.344Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.pyocd,6.6.0.202404031712 [2024-04-06T13:33:18.344Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.openocd.ui,5.0.1.202404031712 [2024-04-06T13:33:18.344Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.doc.user,6.6.0.202404031712 [2024-04-06T13:33:18.344Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.riscv.ui,3.2.1.202404031712 [2024-04-06T13:33:18.344Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.jlink.ui,5.1.1.202404031712 [2024-04-06T13:33:18.344Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.jlink.core,5.0.0.202404031712 [2024-04-06T13:33:18.344Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.codered.ui,2.0.1.202404031712 [2024-04-06T13:33:18.344Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.doc.user,2.0.0.202404031712 [2024-04-06T13:33:18.344Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.riscv,6.6.0.202404031712 [2024-04-06T13:33:18.344Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.packs.source,6.6.0.202404031712 [2024-04-06T13:33:18.344Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.jlink,6.6.0.202404031712 [2024-04-06T13:33:18.344Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.pyocd.source,6.6.0.202404031712 [2024-04-06T13:33:18.344Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.openocd.source,6.6.0.202404031712 [2024-04-06T13:33:18.344Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.ui.source,2.0.2.202404031712 [2024-04-06T13:33:18.344Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.sifive.source,6.6.0.202404031712 [2024-04-06T13:33:18.344Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.openocd,6.6.0.202404031712 [2024-04-06T13:33:18.344Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.sifive.ui.source,2.0.1.202404031712 [2024-04-06T13:33:18.344Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.jlink.source,6.6.0.202404031712 [2024-04-06T13:33:18.345Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.ad.source,6.6.0.202404031712 [2024-04-06T13:33:18.345Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.packs,6.6.0.202404031712 [2024-04-06T13:33:18.345Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.packs.ui,2.1.1.202404031712 [2024-04-06T13:33:18.345Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.cortexm,6.6.0.202404031712 [2024-04-06T13:33:18.345Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag,6.6.0.202404031712 [2024-04-06T13:33:18.345Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.packs.ui.source,2.0.3.202404031712 [2024-04-06T13:33:18.345Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.packs.ui.source,2.1.1.202404031712 [2024-04-06T13:33:18.345Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.ad.ui,2.0.0.202404031712 [2024-04-06T13:33:18.345Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.stm,6.6.0.202404031712 [2024-04-06T13:33:18.345Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.core.source,3.1.2.202404031712 [2024-04-06T13:33:18.345Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.source,6.6.0.202404031712 [2024-04-06T13:33:18.345Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.packs,6.6.0.202404031712 [2024-04-06T13:33:18.345Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.freescale.pe.ui.source,2.0.0.202404031712 [2024-04-06T13:33:18.345Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.pyocd,6.6.0.202404031712 [2024-04-06T13:33:18.345Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.openocd.core,5.0.0.202404031712 [2024-04-06T13:33:18.345Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.xpack,6.6.0.202404031712 [2024-04-06T13:33:18.345Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.stm.source,6.6.0.202404031712 [2024-04-06T13:33:18.345Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.xpack.ui,1.0.0.202404031712 [2024-04-06T13:33:18.345Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.jlink.core.source,5.0.0.202404031712 [2024-04-06T13:33:18.345Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.riscv.source,6.6.0.202404031712 [2024-04-06T13:33:18.345Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt,6.6.0.202404031712 [2024-04-06T13:33:18.345Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.qemu.ui.source,4.1.1.202404031712 [2024-04-06T13:33:18.345Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.cortexm.source,6.6.0.202404031712 [2024-04-06T13:33:18.345Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.freescale.pe.ui,2.0.0.202404031712 [2024-04-06T13:33:18.345Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.jlink,6.6.0.202404031712 [2024-04-06T13:33:18.346Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.qemu.core,4.1.1.202404031712 [2024-04-06T13:33:18.346Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.codered.source,6.6.0.202404031712 [2024-04-06T13:33:18.346Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.arm.source,6.6.0.202404031712 [2024-04-06T13:33:18.346Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.jlink.source,6.6.0.202404031712 [2024-04-06T13:33:18.346Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.ad.source,6.6.0.202404031712 [2024-04-06T13:33:18.346Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.jlink.ui.source,5.1.1.202404031712 [2024-04-06T13:33:18.346Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.codered.ui.source,2.0.1.202404031712 [2024-04-06T13:33:18.346Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.ad,6.6.0.202404031712 [2024-04-06T13:33:18.346Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.sifive,6.6.0.202404031712 [2024-04-06T13:33:18.346Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.freescale,6.6.0.202404031712 [2024-04-06T13:33:18.346Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.restart.ui.source,2.0.0.202404031712 [2024-04-06T13:33:18.346Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.sifive.ui,2.0.1.202404031712 [2024-04-06T13:33:18.346Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.sifive.source,6.6.0.202404031712 [2024-04-06T13:33:18.346Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.qemu.source,6.6.0.202404031712 [2024-04-06T13:33:18.346Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.managedbuild.cross.riscv,6.6.0.202404031712 [2024-04-06T13:33:18.346Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.stm.ui,3.0.2.202404031712 [2024-04-06T13:33:18.346Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.arm.ui.source,3.2.1.202404031712 [2024-04-06T13:33:18.346Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag,6.6.0.202404031712 [2024-04-06T13:33:18.346Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.core.source,2.0.0.202404031712 [2024-04-06T13:33:18.346Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.xpack.source,6.6.0.202404031712 [2024-04-06T13:33:18.346Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.managedbuild.cross.riscv.source,6.6.0.202404031712 [2024-04-06T13:33:18.347Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.cortexm.source,6.6.0.202404031712 [2024-04-06T13:33:18.347Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.arm.core.source,3.5.0.202404031712 [2024-04-06T13:33:18.347Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.ui.source,5.1.2.202404031712 [2024-04-06T13:33:18.347Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.qemu.core.source,4.1.1.202404031712 [2024-04-06T13:33:18.347Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.openocd.ui.source,5.0.1.202404031712 [2024-04-06T13:33:18.347Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.core.source,5.2.1.202404031712 [2024-04-06T13:33:18.347Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.arm,6.6.0.202404031712 [2024-04-06T13:33:18.347Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.arm.core,3.5.0.202404031712 [2024-04-06T13:33:18.347Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.core,6.6.0.202404031712 [2024-04-06T13:33:18.347Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.xpack.ui.source,1.0.0.202404031712 [2024-04-06T13:33:18.347Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.packs,6.6.0.202404031712 [2024-04-06T13:33:18.347Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.xpack,6.6.0.202404031712 [2024-04-06T13:33:18.347Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.openocd.core.source,5.0.0.202404031712 [2024-04-06T13:33:18.347Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.managedbuild.cross.arm.source,6.6.0.202404031712 [2024-04-06T13:33:18.347Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.core.source,2.2.0.202404031712 [2024-04-06T13:33:18.347Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.ad.ui.source,2.0.0.202404031712 [2024-04-06T13:33:18.347Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.freescale.source,6.6.0.202404031712 [2024-04-06T13:33:18.347Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.openocd,6.6.0.202404031712 [2024-04-06T13:33:18.347Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.core,5.2.1.202404031712 [2024-04-06T13:33:18.347Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.riscv.core,3.5.0.202404031712 [2024-04-06T13:33:18.347Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.stm.ui.source,3.0.2.202404031712 [2024-04-06T13:33:18.347Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.stm.source,6.6.0.202404031712 [2024-04-06T13:33:18.347Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.ui,2.0.2.202404031712 [2024-04-06T13:33:18.347Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.pyocd.ui.source,2.1.1.202404031712 [2024-04-06T13:33:18.347Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.core,2.0.0.202404031712 [2024-04-06T13:33:18.348Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.qemu,6.6.0.202404031712 [2024-04-06T13:33:18.348Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.packs.core,3.1.3.202404031712 [2024-04-06T13:33:18.348Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.pyocd.source,6.6.0.202404031712 [2024-04-06T13:33:18.348Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.freescale.ui,3.0.0.202404031712 [2024-04-06T13:33:18.348Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.packs.source,6.6.0.202404031712 [2024-04-06T13:33:18.348Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.codered,6.6.0.202404031712 [2024-04-06T13:33:18.348Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.ad,6.6.0.202404031712 [2024-04-06T13:33:18.348Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.cortexm.ui,2.0.0.202404031712 [2024-04-06T13:33:18.348Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.ui,5.1.2.202404031712 [2024-04-06T13:33:18.348Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.qemu.ui,4.1.1.202404031712 [2024-04-06T13:33:18.348Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.templates.core,3.1.2.202404031712 [2024-04-06T13:33:18.348Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.core,2.2.0.202404031712 [2024-04-06T13:33:18.348Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.xpack.source,6.6.0.202404031712 [2024-04-06T13:33:18.348Z] - mirroring artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.riscv.ui.source,3.2.1.202404031712 [2024-04-06T13:33:18.348Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.freescale,6.6.0.202404031712 [2024-04-06T13:33:18.348Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.qemu.source,6.6.0.202404031712 [2024-04-06T13:33:18.924Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.arm.ui,3.2.1.202404031712 [2024-04-06T13:33:19.887Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.managedbuild.cross.arm,6.6.0.202404031712 [2024-04-06T13:33:19.887Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.stm,6.6.0.202404031712 [2024-04-06T13:33:19.887Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.riscv.core.source,3.5.0.202404031712 [2024-04-06T13:33:19.887Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.sifive,6.6.0.202404031712 [2024-04-06T13:33:19.887Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.cortexm,6.6.0.202404031712 [2024-04-06T13:33:20.149Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.doc.user.source,6.6.0.202404031712 [2024-04-06T13:33:20.413Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.codered.source,6.6.0.202404031712 [2024-04-06T13:33:20.413Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.codered,6.6.0.202404031712 [2024-04-06T13:33:20.992Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.packs.ui,2.0.3.202404031712 [2024-04-06T13:33:21.260Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.openocd.source,6.6.0.202404031712 [2024-04-06T13:33:21.260Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.core.source,6.6.0.202404031712 [2024-04-06T13:33:21.260Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.qemu,6.6.0.202404031712 [2024-04-06T13:33:21.260Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.pyocd.core.source,3.0.0.202404031712 [2024-04-06T13:33:21.520Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.packs.core.source,3.1.3.202404031712 [2024-04-06T13:33:21.781Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.pyocd.ui,2.1.1.202404031712 [2024-04-06T13:33:21.781Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.source,6.6.0.202404031712 [2024-04-06T13:33:21.782Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.freescale.ui.source,3.0.0.202404031712 [2024-04-06T13:33:21.782Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.restart.ui,2.0.0.202404031712 [2024-04-06T13:33:22.354Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.ui,6.6.0.202404031712 [2024-04-06T13:33:22.354Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt,6.6.0.202404031712 [2024-04-06T13:33:22.354Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.cortexm.ui.source,2.0.0.202404031712 [2024-04-06T13:33:22.617Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.pyocd.core,3.0.0.202404031712 [2024-04-06T13:33:22.617Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.packs.source,6.6.0.202404031712 [2024-04-06T13:33:22.617Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.pyocd,6.6.0.202404031712 [2024-04-06T13:33:22.879Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.openocd.ui,5.0.1.202404031712 [2024-04-06T13:33:23.453Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.freescale.source,6.6.0.202404031712 [2024-04-06T13:33:23.453Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.riscv.ui,3.2.1.202404031712 [2024-04-06T13:33:23.453Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.jlink.ui,5.1.1.202404031712 [2024-04-06T13:33:23.453Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.doc.user,6.6.0.202404031712 [2024-04-06T13:33:23.453Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.codered.ui,2.0.1.202404031712 [2024-04-06T13:33:23.453Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.doc.user,2.0.0.202404031712 [2024-04-06T13:33:23.453Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.jlink.core,5.0.0.202404031712 [2024-04-06T13:33:23.453Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.riscv,6.6.0.202404031712 [2024-04-06T13:33:23.453Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.jlink,6.6.0.202404031712 [2024-04-06T13:33:24.025Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.packs.source,6.6.0.202404031712 [2024-04-06T13:33:24.025Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.pyocd.source,6.6.0.202404031712 [2024-04-06T13:33:24.025Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.ui.source,2.0.2.202404031712 [2024-04-06T13:33:24.287Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.openocd.source,6.6.0.202404031712 [2024-04-06T13:33:24.287Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.openocd,6.6.0.202404031712 [2024-04-06T13:33:25.233Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.sifive.ui.source,2.0.1.202404031712 [2024-04-06T13:33:25.233Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.jlink.source,6.6.0.202404031712 [2024-04-06T13:33:25.804Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.sifive.source,6.6.0.202404031712 [2024-04-06T13:33:25.805Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.ad.source,6.6.0.202404031712 [2024-04-06T13:33:26.065Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.packs.ui,2.1.1.202404031712 [2024-04-06T13:33:26.065Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.cortexm,6.6.0.202404031712 [2024-04-06T13:33:26.066Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag,6.6.0.202404031712 [2024-04-06T13:33:26.066Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.packs,6.6.0.202404031712 [2024-04-06T13:33:26.066Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.packs.ui.source,2.1.1.202404031712 [2024-04-06T13:33:26.326Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.packs.ui.source,2.0.3.202404031712 [2024-04-06T13:33:26.587Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.stm,6.6.0.202404031712 [2024-04-06T13:33:27.162Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.ad.ui,2.0.0.202404031712 [2024-04-06T13:33:27.162Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.core.source,3.1.2.202404031712 [2024-04-06T13:33:27.739Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.packs,6.6.0.202404031712 [2024-04-06T13:33:27.739Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.source,6.6.0.202404031712 [2024-04-06T13:33:27.739Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.pyocd,6.6.0.202404031712 [2024-04-06T13:33:28.682Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.openocd.core,5.0.0.202404031712 [2024-04-06T13:33:28.683Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.xpack,6.6.0.202404031712 [2024-04-06T13:33:28.683Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.stm.source,6.6.0.202404031712 [2024-04-06T13:33:28.945Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.xpack.ui,1.0.0.202404031712 [2024-04-06T13:33:28.946Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.jlink.core.source,5.0.0.202404031712 [2024-04-06T13:33:28.946Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.riscv.source,6.6.0.202404031712 [2024-04-06T13:33:28.946Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt,6.6.0.202404031712 [2024-04-06T13:33:29.206Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.freescale.pe.ui.source,2.0.0.202404031712 [2024-04-06T13:33:29.207Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.cortexm.source,6.6.0.202404031712 [2024-04-06T13:33:29.207Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.qemu.ui.source,4.1.1.202404031712 [2024-04-06T13:33:29.207Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.jlink,6.6.0.202404031712 [2024-04-06T13:33:29.207Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.qemu.core,4.1.1.202404031712 [2024-04-06T13:33:29.468Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.freescale.pe.ui,2.0.0.202404031712 [2024-04-06T13:33:29.468Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.arm.source,6.6.0.202404031712 [2024-04-06T13:33:29.729Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.codered.source,6.6.0.202404031712 [2024-04-06T13:33:29.729Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.ad.source,6.6.0.202404031712 [2024-04-06T13:33:30.038Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.jlink.source,6.6.0.202404031712 [2024-04-06T13:33:30.038Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.codered.ui.source,2.0.1.202404031712 [2024-04-06T13:33:30.038Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.ad,6.6.0.202404031712 [2024-04-06T13:33:30.299Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.jlink.ui.source,5.1.1.202404031712 [2024-04-06T13:33:30.299Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.freescale,6.6.0.202404031712 [2024-04-06T13:33:30.299Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.restart.ui.source,2.0.0.202404031712 [2024-04-06T13:33:30.299Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.sifive.ui,2.0.1.202404031712 [2024-04-06T13:33:30.299Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.sifive,6.6.0.202404031712 [2024-04-06T13:33:30.299Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.qemu.source,6.6.0.202404031712 [2024-04-06T13:33:31.246Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.managedbuild.cross.riscv,6.6.0.202404031712 [2024-04-06T13:33:31.246Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.sifive.source,6.6.0.202404031712 [2024-04-06T13:33:31.507Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.arm.ui.source,3.2.1.202404031712 [2024-04-06T13:33:31.507Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag,6.6.0.202404031712 [2024-04-06T13:33:31.507Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.core.source,2.0.0.202404031712 [2024-04-06T13:33:32.083Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.stm.ui,3.0.2.202404031712 [2024-04-06T13:33:32.083Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.xpack.source,6.6.0.202404031712 [2024-04-06T13:33:32.083Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.cortexm.source,6.6.0.202404031712 [2024-04-06T13:33:32.083Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.managedbuild.cross.riscv.source,6.6.0.202404031712 [2024-04-06T13:33:32.083Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.arm.core.source,3.5.0.202404031712 [2024-04-06T13:33:32.344Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.ui.source,5.1.2.202404031712 [2024-04-06T13:33:32.344Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.openocd.ui.source,5.0.1.202404031712 [2024-04-06T13:33:32.344Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.qemu.core.source,4.1.1.202404031712 [2024-04-06T13:33:32.344Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.core.source,5.2.1.202404031712 [2024-04-06T13:33:32.344Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.arm.core,3.5.0.202404031712 [2024-04-06T13:33:32.605Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.arm,6.6.0.202404031712 [2024-04-06T13:33:32.605Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.xpack.ui.source,1.0.0.202404031712 [2024-04-06T13:33:32.605Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.core,6.6.0.202404031712 [2024-04-06T13:33:32.605Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.xpack,6.6.0.202404031712 [2024-04-06T13:33:32.605Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.openocd.core.source,5.0.0.202404031712 [2024-04-06T13:33:32.867Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.packs,6.6.0.202404031712 [2024-04-06T13:33:32.867Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.core.source,2.2.0.202404031712 [2024-04-06T13:33:33.442Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.managedbuild.cross.arm.source,6.6.0.202404031712 [2024-04-06T13:33:33.713Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.freescale.source,6.6.0.202404031712 [2024-04-06T13:33:33.714Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.openocd,6.6.0.202404031712 [2024-04-06T13:33:33.975Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.core,5.2.1.202404031712 [2024-04-06T13:33:33.975Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.ad.ui.source,2.0.0.202404031712 [2024-04-06T13:33:33.975Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.stm.ui.source,3.0.2.202404031712 [2024-04-06T13:33:33.975Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.stm.source,6.6.0.202404031712 [2024-04-06T13:33:33.975Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.ui,2.0.2.202404031712 [2024-04-06T13:33:33.975Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.pyocd.ui.source,2.1.1.202404031712 [2024-04-06T13:33:33.975Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.core,2.0.0.202404031712 [2024-04-06T13:33:34.235Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.qemu,6.6.0.202404031712 [2024-04-06T13:33:34.235Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.packs.core,3.1.3.202404031712 [2024-04-06T13:33:34.235Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.debug.gdbjtag.pyocd.source,6.6.0.202404031712 [2024-04-06T13:33:34.813Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.riscv.core,3.5.0.202404031712 [2024-04-06T13:33:34.813Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.packs.source,6.6.0.202404031712 [2024-04-06T13:33:35.078Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.freescale.ui,3.0.0.202404031712 [2024-04-06T13:33:35.078Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.ad,6.6.0.202404031712 [2024-04-06T13:33:35.078Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.cortexm.ui,2.0.0.202404031712 [2024-04-06T13:33:35.078Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.ui,5.1.2.202404031712 [2024-04-06T13:33:35.078Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.debug.gdbjtag.qemu.ui,4.1.1.202404031712 [2024-04-06T13:33:35.078Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.templates.core,3.1.2.202404031712 [2024-04-06T13:33:35.078Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.core,2.2.0.202404031712 [2024-04-06T13:33:35.078Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.embedcdt.templates.xpack.source,6.6.0.202404031712 [2024-04-06T13:33:35.078Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.codered,6.6.0.202404031712 [2024-04-06T13:33:35.078Z] - mirrored artifact osgi.bundle,org.eclipse.embedcdt.managedbuild.cross.riscv.ui.source,3.2.1.202404031712 [2024-04-06T13:33:35.342Z] Mirroring artifacts from https://download.eclipse.org/tm/updates/4.5.600/repository [2024-04-06T13:33:35.342Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.rse.dstore,4.5.600.202401151828 [2024-04-06T13:33:35.342Z] - mirroring artifact osgi.bundle,org.eclipse.rse.efs.ui,4.5.600.202401151652 [2024-04-06T13:33:35.342Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.rse.core,4.5.600.202401151828 [2024-04-06T13:33:35.342Z] - mirroring artifact osgi.bundle,org.eclipse.rse.subsystems.processes.core,4.5.600.202401151652 [2024-04-06T13:33:35.342Z] - mirroring artifact osgi.bundle,org.eclipse.rse.subsystems.processes.dstore,4.5.600.202401151652 [2024-04-06T13:33:35.342Z] - mirroring artifact osgi.bundle,org.eclipse.rse.connectorservice.dstore,4.5.600.202401151652 [2024-04-06T13:33:35.342Z] - mirroring artifact osgi.bundle,org.eclipse.rse.subsystems.shells.core,4.5.600.202401151652 [2024-04-06T13:33:35.342Z] - mirroring artifact osgi.bundle,org.eclipse.rse.subsystems.files.ssh,4.5.600.202401151652 [2024-04-06T13:33:35.342Z] - mirroring artifact osgi.bundle,org.eclipse.rse.doc.user,4.5.600.202401151652 [2024-04-06T13:33:35.342Z] - mirroring artifact osgi.bundle,org.eclipse.rse.efs,4.5.600.202401151652 [2024-04-06T13:33:35.342Z] - mirroring artifact osgi.bundle,org.eclipse.rse.processes.ui,4.5.600.202401151652 [2024-04-06T13:33:35.342Z] - mirroring artifact osgi.bundle,org.eclipse.rse.files.ui,4.5.600.202401151652 [2024-04-06T13:33:35.342Z] - mirroring artifact osgi.bundle,org.eclipse.rse.subsystems.shells.telnet,4.5.600.202401151652 [2024-04-06T13:33:35.342Z] - mirroring artifact osgi.bundle,org.eclipse.rse.services.ssh,4.5.600.202401151652 [2024-04-06T13:33:35.342Z] - mirroring artifact osgi.bundle,org.eclipse.dstore.extra,4.5.600.202401151652 [2024-04-06T13:33:35.342Z] - mirroring artifact osgi.bundle,org.eclipse.rse.shells.ui,4.5.600.202401151652 [2024-04-06T13:33:35.342Z] - mirroring artifact osgi.bundle,org.eclipse.rse.connectorservice.telnet,4.5.600.202401151652 [2024-04-06T13:33:35.342Z] - mirroring artifact osgi.bundle,org.eclipse.rse.subsystems.files.dstore,4.5.600.202401151652 [2024-04-06T13:33:35.342Z] - mirroring artifact osgi.bundle,org.eclipse.rse.subsystems.files.ftp,4.5.600.202401151652 [2024-04-06T13:33:35.342Z] - mirroring artifact osgi.bundle,org.eclipse.rse.importexport,4.5.101.202401151652 [2024-04-06T13:33:35.342Z] - mirroring artifact osgi.bundle,org.eclipse.rse.services.telnet,4.5.600.202401151652 [2024-04-06T13:33:35.342Z] - mirroring artifact osgi.bundle,org.eclipse.rse.services,4.5.600.202401151652 [2024-04-06T13:33:35.342Z] - mirroring artifact osgi.bundle,org.eclipse.rse.subsystems.processes.shell.linux,4.5.600.202401151652 [2024-04-06T13:33:35.342Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.rse.ssh,4.5.600.202401151828 [2024-04-06T13:33:35.342Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.rse.local,4.5.600.202401151828 [2024-04-06T13:33:35.342Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.rse,4.5.600.202401151828 [2024-04-06T13:33:35.343Z] - mirroring artifact osgi.bundle,org.eclipse.rse.connectorservice.local,4.5.600.202401151652 [2024-04-06T13:33:35.343Z] - mirroring artifact osgi.bundle,org.eclipse.dstore.core,4.5.600.202401151652 [2024-04-06T13:33:35.343Z] - mirroring artifact osgi.bundle,org.eclipse.rse.connectorservice.ssh,4.5.600.202401151652 [2024-04-06T13:33:35.343Z] - mirroring artifact osgi.bundle,org.eclipse.rse.services.dstore,4.5.600.202401151652 [2024-04-06T13:33:35.343Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.rse.ftp,4.5.600.202401151828 [2024-04-06T13:33:35.343Z] - mirroring artifact osgi.bundle,org.apache.commons.net,3.2.0.v201305141515 [2024-04-06T13:33:35.343Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.rse.dstore,4.5.600.202401151828 [2024-04-06T13:33:35.343Z] - mirroring artifact osgi.bundle,org.eclipse.rse,4.5.600.202401151652 [2024-04-06T13:33:35.343Z] - mirroring artifact osgi.bundle,org.eclipse.rse.core,4.5.600.202401151652 [2024-04-06T13:33:35.343Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.rse.telnet,4.5.600.202401151828 [2024-04-06T13:33:35.343Z] - mirrored artifact osgi.bundle,org.eclipse.rse.efs.ui,4.5.600.202401151652 [2024-04-06T13:33:35.343Z] - mirroring artifact osgi.bundle,org.eclipse.rse.subsystems.files.local,4.5.600.202401151652 [2024-04-06T13:33:35.343Z] - mirroring artifact osgi.bundle,org.eclipse.rse.subsystems.processes.local,4.5.600.202401151652 [2024-04-06T13:33:35.343Z] - mirroring artifact osgi.bundle,org.eclipse.rse.subsystems.shells.dstore,4.5.600.202401151652 [2024-04-06T13:33:35.343Z] - mirroring artifact osgi.bundle,org.eclipse.rse.ui,4.5.600.202401151652 [2024-04-06T13:33:35.343Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.rse.useractions,4.5.600.202401151828 [2024-04-06T13:33:35.343Z] - mirroring artifact osgi.bundle,org.eclipse.rse.services.local,4.5.600.202401151652 [2024-04-06T13:33:35.343Z] - mirroring artifact osgi.bundle,org.eclipse.rse.subsystems.shells.ssh,4.5.600.202401151652 [2024-04-06T13:33:35.343Z] - mirroring artifact osgi.bundle,org.eclipse.rse.subsystems.shells.local,4.5.600.202401151652 [2024-04-06T13:33:35.343Z] - mirroring artifact osgi.bundle,org.eclipse.rse.dstore.security,4.5.600.202401151652 [2024-04-06T13:33:35.343Z] - mirroring artifact osgi.bundle,org.eclipse.rse.useractions,4.5.600.202401151652 [2024-04-06T13:33:35.343Z] - mirroring artifact osgi.bundle,org.eclipse.rse.subsystems.files.core,4.5.600.202401151652 [2024-04-06T13:33:35.343Z] - mirroring artifact osgi.bundle,org.eclipse.rse.services.files.ftp,4.5.600.202401151652 [2024-04-06T13:33:35.343Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.rse.core,4.5.600.202401151828 [2024-04-06T13:33:35.343Z] - mirrored artifact osgi.bundle,org.eclipse.rse.subsystems.processes.core,4.5.600.202401151652 [2024-04-06T13:33:35.343Z] - mirrored artifact osgi.bundle,org.eclipse.rse.subsystems.processes.dstore,4.5.600.202401151652 [2024-04-06T13:33:35.343Z] - mirrored artifact osgi.bundle,org.eclipse.rse.connectorservice.dstore,4.5.600.202401151652 [2024-04-06T13:33:35.343Z] - mirrored artifact osgi.bundle,org.eclipse.rse.subsystems.shells.core,4.5.600.202401151652 [2024-04-06T13:33:35.343Z] - mirrored artifact osgi.bundle,org.eclipse.rse.subsystems.files.ssh,4.5.600.202401151652 [2024-04-06T13:33:35.344Z] - mirrored artifact osgi.bundle,org.eclipse.rse.efs,4.5.600.202401151652 [2024-04-06T13:33:35.344Z] - mirrored artifact osgi.bundle,org.eclipse.rse.doc.user,4.5.600.202401151652 [2024-04-06T13:33:35.344Z] - mirrored artifact osgi.bundle,org.eclipse.rse.processes.ui,4.5.600.202401151652 [2024-04-06T13:33:35.344Z] - mirrored artifact osgi.bundle,org.eclipse.rse.subsystems.shells.telnet,4.5.600.202401151652 [2024-04-06T13:33:35.344Z] - mirrored artifact osgi.bundle,org.eclipse.rse.files.ui,4.5.600.202401151652 [2024-04-06T13:33:35.344Z] - mirrored artifact osgi.bundle,org.eclipse.rse.services.ssh,4.5.600.202401151652 [2024-04-06T13:33:35.344Z] - mirrored artifact osgi.bundle,org.eclipse.dstore.extra,4.5.600.202401151652 [2024-04-06T13:33:35.344Z] - mirrored artifact osgi.bundle,org.eclipse.rse.connectorservice.telnet,4.5.600.202401151652 [2024-04-06T13:33:35.344Z] - mirrored artifact osgi.bundle,org.eclipse.rse.shells.ui,4.5.600.202401151652 [2024-04-06T13:33:35.344Z] - mirrored artifact osgi.bundle,org.eclipse.rse.subsystems.files.dstore,4.5.600.202401151652 [2024-04-06T13:33:35.344Z] - mirrored artifact osgi.bundle,org.eclipse.rse.subsystems.files.ftp,4.5.600.202401151652 [2024-04-06T13:33:35.344Z] - mirrored artifact osgi.bundle,org.eclipse.rse.importexport,4.5.101.202401151652 [2024-04-06T13:33:35.344Z] - mirrored artifact osgi.bundle,org.eclipse.rse.services.telnet,4.5.600.202401151652 [2024-04-06T13:33:35.344Z] - mirrored artifact osgi.bundle,org.eclipse.rse.subsystems.processes.shell.linux,4.5.600.202401151652 [2024-04-06T13:33:35.344Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.rse.ssh,4.5.600.202401151828 [2024-04-06T13:33:35.344Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.rse.local,4.5.600.202401151828 [2024-04-06T13:33:35.344Z] - mirrored artifact osgi.bundle,org.eclipse.rse.services,4.5.600.202401151652 [2024-04-06T13:33:35.344Z] - mirrored artifact osgi.bundle,org.eclipse.rse.connectorservice.local,4.5.600.202401151652 [2024-04-06T13:33:35.344Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.rse,4.5.600.202401151828 [2024-04-06T13:33:35.344Z] - mirrored artifact osgi.bundle,org.eclipse.rse.connectorservice.ssh,4.5.600.202401151652 [2024-04-06T13:33:35.344Z] - mirrored artifact osgi.bundle,org.eclipse.dstore.core,4.5.600.202401151652 [2024-04-06T13:33:35.344Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.rse.ftp,4.5.600.202401151828 [2024-04-06T13:33:35.344Z] - mirrored artifact osgi.bundle,org.eclipse.rse.services.dstore,4.5.600.202401151652 [2024-04-06T13:33:35.344Z] - mirrored artifact osgi.bundle,org.eclipse.rse,4.5.600.202401151652 [2024-04-06T13:33:35.607Z] - mirrored artifact osgi.bundle,org.apache.commons.net,3.2.0.v201305141515 [2024-04-06T13:33:35.607Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.rse.telnet,4.5.600.202401151828 [2024-04-06T13:33:35.607Z] - mirrored artifact osgi.bundle,org.eclipse.rse.subsystems.files.local,4.5.600.202401151652 [2024-04-06T13:33:35.607Z] - mirrored artifact osgi.bundle,org.eclipse.rse.core,4.5.600.202401151652 [2024-04-06T13:33:35.607Z] - mirrored artifact osgi.bundle,org.eclipse.rse.subsystems.processes.local,4.5.600.202401151652 [2024-04-06T13:33:35.607Z] - mirrored artifact osgi.bundle,org.eclipse.rse.subsystems.shells.dstore,4.5.600.202401151652 [2024-04-06T13:33:35.607Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.rse.useractions,4.5.600.202401151828 [2024-04-06T13:33:35.607Z] - mirrored artifact osgi.bundle,org.eclipse.rse.services.local,4.5.600.202401151652 [2024-04-06T13:33:35.607Z] - mirrored artifact osgi.bundle,org.eclipse.rse.subsystems.shells.ssh,4.5.600.202401151652 [2024-04-06T13:33:35.607Z] - mirrored artifact osgi.bundle,org.eclipse.rse.subsystems.shells.local,4.5.600.202401151652 [2024-04-06T13:33:35.607Z] - mirrored artifact osgi.bundle,org.eclipse.rse.dstore.security,4.5.600.202401151652 [2024-04-06T13:33:35.607Z] - mirrored artifact osgi.bundle,org.eclipse.rse.useractions,4.5.600.202401151652 [2024-04-06T13:33:35.607Z] - mirrored artifact osgi.bundle,org.eclipse.rse.subsystems.files.core,4.5.600.202401151652 [2024-04-06T13:33:35.607Z] - mirrored artifact osgi.bundle,org.eclipse.rse.ui,4.5.600.202401151652 [2024-04-06T13:33:35.607Z] - mirrored artifact osgi.bundle,org.eclipse.rse.services.files.ftp,4.5.600.202401151652 [2024-04-06T13:33:35.607Z] Mirroring artifacts from https://download.eclipse.org/technology/dltk/updates-dev/milestone/6.4m1 [2024-04-06T13:33:35.607Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.ui,6.4.0.202307141201 [2024-04-06T13:33:35.607Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.itcl.ui.source,6.4.0.202307141201 [2024-04-06T13:33:35.607Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.validators.externalchecker.source,6.4.0.202307141201 [2024-04-06T13:33:35.607Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl,6.4.0.202307141201 [2024-04-06T13:33:35.607Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.debug.ui.source,6.4.0.202307141201 [2024-04-06T13:33:35.607Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.core.index.lucene.source,6.4.0.202307141201 [2024-04-06T13:33:35.607Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.rse.ui.source,6.4.0.202307141201 [2024-04-06T13:33:35.607Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.xotcl,6.4.0.202307141201 [2024-04-06T13:33:35.607Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.testing.source,6.4.0.202307141201 [2024-04-06T13:33:35.607Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.activestatedebugger,6.4.0.202307141201 [2024-04-06T13:33:35.607Z] - mirroring artifact binary,org.eclipse.dltk.core_root,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact binary,org.eclipse.dltk.mylyn_root,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.core.manipulation,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.formatter.source,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.dltk.mylyn,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.dltk.itcl,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.parser.source,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.core.index,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.debug,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.console.ui,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.debug.source,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.formatter,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.launching,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.rse.core,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.mylyn,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.testing,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.itcl.core.source,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.validators.source,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact binary,org.eclipse.dltk.xotcl_root,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.tcllib,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.logconsole,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.annotations,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.debug.ui,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.formatter,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.ui,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.launching,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.ui.source,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.core,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.dltk.rse,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.testing.tcltest.source,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.xotcl.core,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.debug,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.xotcl.core.source,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.xotcl.testing.xounit,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.tclchecker.source,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.validators.ui.source,6.4.0.202307141201 [2024-04-06T13:33:35.608Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.core,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.core.index.lucene,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.debug.ui,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.itcl.core,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.debug.source,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.xotcl.ui,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.xotcl.ui.source,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.ui.source,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.dltk.xotcl,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.formatter.source,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.console.source,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.console,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.core.manipulation.source,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact binary,org.eclipse.dltk.rse_root,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.parser,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.itcl.ui,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.validators.core,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.activestatedebugger.source,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.dltk.core,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.testing.source,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.core.source,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact osgi.bundle,org.eclipse.dltk,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact binary,org.eclipse.dltk.itcl_root,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.validators,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.testing.tcltest,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.rse.core.source,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.testing,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.console.ui.source,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.launching.source,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.dltk.tcl,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.mylyn.source,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.logconsole.ui.source,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.validators.core.source,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact binary,org.eclipse.dltk.tcl_root,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.dltk.core.index.lucene,6.4.0.202307141201 [2024-04-06T13:33:35.609Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.itcl,6.4.0.202307141201 [2024-04-06T13:33:35.610Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.itcl.ui.source,6.4.0.202307141201 [2024-04-06T13:33:35.610Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.debug.ui.source,6.4.0.202307141201 [2024-04-06T13:33:35.610Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.validators.externalchecker,6.4.0.202307141201 [2024-04-06T13:33:35.610Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.logconsole.ui,6.4.0.202307141201 [2024-04-06T13:33:35.610Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.doc.user,6.4.0.202307141201 [2024-04-06T13:33:35.610Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.rse.ui,6.4.0.202307141201 [2024-04-06T13:33:35.610Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.core.source,6.4.0.202307141201 [2024-04-06T13:33:35.610Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.logconsole.source,6.4.0.202307141201 [2024-04-06T13:33:35.610Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.xotcl.testing.xounit.source,6.4.0.202307141201 [2024-04-06T13:33:35.610Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.launching.source,6.4.0.202307141201 [2024-04-06T13:33:35.610Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.ssh.core.source,6.4.0.202307141201 [2024-04-06T13:33:35.610Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.ssh.core,6.4.0.202307141201 [2024-04-06T13:33:35.610Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.validators.ui,6.4.0.202307141201 [2024-04-06T13:33:35.610Z] - mirroring artifact osgi.bundle,org.eclipse.dltk.tcl.tclchecker,6.4.0.202307141201 [2024-04-06T13:33:35.610Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.validators.externalchecker.source,6.4.0.202307141201 [2024-04-06T13:33:35.610Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl,6.4.0.202307141201 [2024-04-06T13:33:35.610Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.debug.ui.source,6.4.0.202307141201 [2024-04-06T13:33:35.610Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.core.index.lucene.source,6.4.0.202307141201 [2024-04-06T13:33:35.610Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.rse.ui.source,6.4.0.202307141201 [2024-04-06T13:33:35.610Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.xotcl,6.4.0.202307141201 [2024-04-06T13:33:35.872Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.testing.source,6.4.0.202307141201 [2024-04-06T13:33:35.873Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.activestatedebugger,6.4.0.202307141201 [2024-04-06T13:33:35.873Z] - mirrored artifact binary,org.eclipse.dltk.core_root,6.4.0.202307141201 [2024-04-06T13:33:35.873Z] - mirrored artifact binary,org.eclipse.dltk.mylyn_root,6.4.0.202307141201 [2024-04-06T13:33:35.873Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.core.manipulation,6.4.0.202307141201 [2024-04-06T13:33:35.873Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.formatter.source,6.4.0.202307141201 [2024-04-06T13:33:35.873Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.dltk.mylyn,6.4.0.202307141201 [2024-04-06T13:33:35.873Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.dltk.itcl,6.4.0.202307141201 [2024-04-06T13:33:35.873Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.parser.source,6.4.0.202307141201 [2024-04-06T13:33:35.873Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.core.index,6.4.0.202307141201 [2024-04-06T13:33:35.873Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.debug,6.4.0.202307141201 [2024-04-06T13:33:35.873Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.console.ui,6.4.0.202307141201 [2024-04-06T13:33:35.873Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.debug.source,6.4.0.202307141201 [2024-04-06T13:33:35.873Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.formatter,6.4.0.202307141201 [2024-04-06T13:33:35.873Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.launching,6.4.0.202307141201 [2024-04-06T13:33:35.873Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.rse.core,6.4.0.202307141201 [2024-04-06T13:33:35.873Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.ui,6.4.0.202307141201 [2024-04-06T13:33:35.873Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.mylyn,6.4.0.202307141201 [2024-04-06T13:33:35.873Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.itcl.core.source,6.4.0.202307141201 [2024-04-06T13:33:35.873Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.validators.source,6.4.0.202307141201 [2024-04-06T13:33:35.873Z] - mirrored artifact binary,org.eclipse.dltk.xotcl_root,6.4.0.202307141201 [2024-04-06T13:33:35.873Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.testing,6.4.0.202307141201 [2024-04-06T13:33:35.873Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.tcllib,6.4.0.202307141201 [2024-04-06T13:33:35.873Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.logconsole,6.4.0.202307141201 [2024-04-06T13:33:35.873Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.annotations,6.4.0.202307141201 [2024-04-06T13:33:35.873Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.debug.ui,6.4.0.202307141201 [2024-04-06T13:33:36.134Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.formatter,6.4.0.202307141201 [2024-04-06T13:33:36.134Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.launching,6.4.0.202307141201 [2024-04-06T13:33:36.134Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.ui,6.4.0.202307141201 [2024-04-06T13:33:36.134Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.core,6.4.0.202307141201 [2024-04-06T13:33:36.134Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.dltk.rse,6.4.0.202307141201 [2024-04-06T13:33:36.135Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.testing.tcltest.source,6.4.0.202307141201 [2024-04-06T13:33:36.135Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.ui.source,6.4.0.202307141201 [2024-04-06T13:33:36.135Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.xotcl.core,6.4.0.202307141201 [2024-04-06T13:33:36.135Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.xotcl.core.source,6.4.0.202307141201 [2024-04-06T13:33:36.135Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.debug,6.4.0.202307141201 [2024-04-06T13:33:36.135Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.xotcl.testing.xounit,6.4.0.202307141201 [2024-04-06T13:33:36.135Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.validators.ui.source,6.4.0.202307141201 [2024-04-06T13:33:36.135Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.tclchecker.source,6.4.0.202307141201 [2024-04-06T13:33:36.135Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.core.index.lucene,6.4.0.202307141201 [2024-04-06T13:33:36.135Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.core,6.4.0.202307141201 [2024-04-06T13:33:36.415Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.debug.ui,6.4.0.202307141201 [2024-04-06T13:33:36.415Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.itcl.core,6.4.0.202307141201 [2024-04-06T13:33:36.415Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.xotcl.ui,6.4.0.202307141201 [2024-04-06T13:33:36.415Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.debug.source,6.4.0.202307141201 [2024-04-06T13:33:36.415Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.xotcl.ui.source,6.4.0.202307141201 [2024-04-06T13:33:36.415Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.dltk.xotcl,6.4.0.202307141201 [2024-04-06T13:33:36.415Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.ui.source,6.4.0.202307141201 [2024-04-06T13:33:36.415Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.formatter.source,6.4.0.202307141201 [2024-04-06T13:33:36.415Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.console,6.4.0.202307141201 [2024-04-06T13:33:36.415Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.console.source,6.4.0.202307141201 [2024-04-06T13:33:36.415Z] - mirrored artifact binary,org.eclipse.dltk.rse_root,6.4.0.202307141201 [2024-04-06T13:33:36.415Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.core.manipulation.source,6.4.0.202307141201 [2024-04-06T13:33:36.415Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.itcl.ui,6.4.0.202307141201 [2024-04-06T13:33:36.415Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.parser,6.4.0.202307141201 [2024-04-06T13:33:36.415Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.validators.core,6.4.0.202307141201 [2024-04-06T13:33:36.415Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.dltk.core,6.4.0.202307141201 [2024-04-06T13:33:36.415Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.activestatedebugger.source,6.4.0.202307141201 [2024-04-06T13:33:36.415Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.testing.source,6.4.0.202307141201 [2024-04-06T13:33:36.416Z] - mirrored artifact osgi.bundle,org.eclipse.dltk,6.4.0.202307141201 [2024-04-06T13:33:36.416Z] - mirrored artifact binary,org.eclipse.dltk.itcl_root,6.4.0.202307141201 [2024-04-06T13:33:36.416Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.validators,6.4.0.202307141201 [2024-04-06T13:33:36.416Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.testing.tcltest,6.4.0.202307141201 [2024-04-06T13:33:36.416Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.rse.core.source,6.4.0.202307141201 [2024-04-06T13:33:36.416Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.testing,6.4.0.202307141201 [2024-04-06T13:33:36.416Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.console.ui.source,6.4.0.202307141201 [2024-04-06T13:33:36.416Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.core.source,6.4.0.202307141201 [2024-04-06T13:33:36.416Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.launching.source,6.4.0.202307141201 [2024-04-06T13:33:36.416Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.mylyn.source,6.4.0.202307141201 [2024-04-06T13:33:36.416Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.dltk.tcl,6.4.0.202307141201 [2024-04-06T13:33:36.416Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.logconsole.ui.source,6.4.0.202307141201 [2024-04-06T13:33:36.416Z] - mirrored artifact binary,org.eclipse.dltk.tcl_root,6.4.0.202307141201 [2024-04-06T13:33:36.416Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.validators.core.source,6.4.0.202307141201 [2024-04-06T13:33:36.416Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.itcl,6.4.0.202307141201 [2024-04-06T13:33:36.416Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.dltk.core.index.lucene,6.4.0.202307141201 [2024-04-06T13:33:36.416Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.validators.externalchecker,6.4.0.202307141201 [2024-04-06T13:33:36.416Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.logconsole.ui,6.4.0.202307141201 [2024-04-06T13:33:36.416Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.debug.ui.source,6.4.0.202307141201 [2024-04-06T13:33:36.688Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.rse.ui,6.4.0.202307141201 [2024-04-06T13:33:36.688Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.core.source,6.4.0.202307141201 [2024-04-06T13:33:36.688Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.logconsole.source,6.4.0.202307141201 [2024-04-06T13:33:36.688Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.xotcl.testing.xounit.source,6.4.0.202307141201 [2024-04-06T13:33:36.688Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.launching.source,6.4.0.202307141201 [2024-04-06T13:33:36.688Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.ssh.core.source,6.4.0.202307141201 [2024-04-06T13:33:36.688Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.ssh.core,6.4.0.202307141201 [2024-04-06T13:33:36.688Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.validators.ui,6.4.0.202307141201 [2024-04-06T13:33:36.688Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.tclchecker,6.4.0.202307141201 [2024-04-06T13:33:36.688Z] - mirrored artifact osgi.bundle,org.eclipse.dltk.tcl.doc.user,6.4.0.202307141201 [2024-04-06T13:33:36.688Z] Mirroring artifacts from https://download.eclipse.org/rt/rap/tools/3.28/RC2-20240306-1417 [2024-04-06T13:33:36.970Z] - mirroring artifact osgi.bundle,org.eclipse.rap.tools.templates,3.28.0.20240110-1200 [2024-04-06T13:33:36.971Z] - mirroring artifact osgi.bundle,org.eclipse.rap.tools.launch.rwt,3.28.0.20240110-1457 [2024-04-06T13:33:36.971Z] - mirroring artifact osgi.bundle,org.eclipse.rap.doc,3.28.0.20240110-1457 [2024-04-06T13:33:36.971Z] - mirroring artifact osgi.bundle,org.eclipse.rap.tools.launch.rwt.source,3.28.0.20240110-1457 [2024-04-06T13:33:36.971Z] - mirroring artifact osgi.bundle,org.eclipse.rap.tools.intro.source,3.28.0.20240110-1457 [2024-04-06T13:33:36.971Z] - mirroring artifact osgi.bundle,org.eclipse.rap.tools.launch,3.28.0.20240110-1457 [2024-04-06T13:33:36.971Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.rap.tools.feature,3.28.0.20240306-1200 [2024-04-06T13:33:36.971Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.util.ajax,12.0.6 [2024-04-06T13:33:36.971Z] - mirroring artifact osgi.bundle,org.eclipse.rap.tools.templates.source,3.28.0.20240110-1200 [2024-04-06T13:33:36.971Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.servlet,12.0.6 [2024-04-06T13:33:36.971Z] - mirroring artifact osgi.bundle,org.eclipse.rap.tools.launch.source,3.28.0.20240110-1457 [2024-04-06T13:33:36.971Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.security,12.0.6 [2024-04-06T13:33:36.971Z] - mirroring artifact osgi.bundle,jakarta.servlet-api,6.0.0 [2024-04-06T13:33:36.971Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.server,12.0.6 [2024-04-06T13:33:36.971Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.util,12.0.6 [2024-04-06T13:33:36.971Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.http,12.0.6 [2024-04-06T13:33:36.971Z] - mirroring artifact osgi.bundle,org.eclipse.rap.tools.intro,3.28.0.20240110-1457 [2024-04-06T13:33:36.971Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.io,12.0.6 [2024-04-06T13:33:36.971Z] - mirrored artifact osgi.bundle,org.eclipse.rap.tools.templates,3.28.0.20240110-1200 [2024-04-06T13:33:36.971Z] - mirrored artifact osgi.bundle,org.eclipse.rap.tools.launch.rwt,3.28.0.20240110-1457 [2024-04-06T13:33:36.971Z] - mirrored artifact osgi.bundle,org.eclipse.rap.tools.launch.rwt.source,3.28.0.20240110-1457 [2024-04-06T13:33:36.971Z] - mirrored artifact osgi.bundle,org.eclipse.rap.tools.intro.source,3.28.0.20240110-1457 [2024-04-06T13:33:36.971Z] - mirrored artifact osgi.bundle,org.eclipse.rap.tools.launch,3.28.0.20240110-1457 [2024-04-06T13:33:36.971Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.rap.tools.feature,3.28.0.20240306-1200 [2024-04-06T13:33:36.971Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.util.ajax,12.0.6 [2024-04-06T13:33:36.971Z] - mirrored artifact osgi.bundle,org.eclipse.rap.tools.templates.source,3.28.0.20240110-1200 [2024-04-06T13:33:36.971Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.servlet,12.0.6 [2024-04-06T13:33:36.971Z] - mirrored artifact osgi.bundle,org.eclipse.rap.tools.launch.source,3.28.0.20240110-1457 [2024-04-06T13:33:36.971Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.security,12.0.6 [2024-04-06T13:33:36.971Z] - mirrored artifact osgi.bundle,jakarta.servlet-api,6.0.0 [2024-04-06T13:33:36.971Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.server,12.0.6 [2024-04-06T13:33:37.233Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.util,12.0.6 [2024-04-06T13:33:37.234Z] - mirrored artifact osgi.bundle,org.eclipse.rap.doc,3.28.0.20240110-1457 [2024-04-06T13:33:37.234Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.http,12.0.6 [2024-04-06T13:33:37.234Z] - mirrored artifact osgi.bundle,org.eclipse.rap.tools.intro,3.28.0.20240110-1457 [2024-04-06T13:33:37.234Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.io,12.0.6 [2024-04-06T13:33:37.234Z] Mirroring artifacts from https://download.eclipse.org/mpc/drops/1.10.3/v20240228-1000 [2024-04-06T13:33:37.234Z] - mirroring artifact osgi.bundle,org.eclipse.epp.mpc.help.ui,1.10.3.v20240221-1216 [2024-04-06T13:33:37.234Z] - mirroring artifact osgi.bundle,org.eclipse.epp.mpc.core.win32,1.10.3.v20240221-1216 [2024-04-06T13:33:37.234Z] - mirroring artifact osgi.bundle,org.eclipse.epp.mpc.core.source,1.10.3.v20240221-1216 [2024-04-06T13:33:37.234Z] - mirroring artifact osgi.bundle,org.eclipse.epp.mpc.core,1.10.3.v20240221-1216 [2024-04-06T13:33:37.234Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.mpc.source,1.10.3.v20240228-1000 [2024-04-06T13:33:37.234Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.mpc,1.10.3.v20240228-1000 [2024-04-06T13:33:37.234Z] - mirroring artifact osgi.bundle,org.eclipse.epp.mpc.core.win32.source,1.10.3.v20240221-1216 [2024-04-06T13:33:37.234Z] - mirroring artifact osgi.bundle,org.eclipse.epp.mpc.ui.source,1.10.3.v20240228-1000 [2024-04-06T13:33:37.234Z] - mirroring artifact osgi.bundle,org.eclipse.epp.mpc.ui.css.source,1.10.3.v20240221-1216 [2024-04-06T13:33:37.234Z] - mirroring artifact osgi.bundle,org.eclipse.epp.mpc.ui,1.10.3.v20240228-1000 [2024-04-06T13:33:37.234Z] - mirroring artifact osgi.bundle,org.eclipse.epp.mpc.ui.css,1.10.3.v20240221-1216 [2024-04-06T13:33:37.234Z] - mirrored artifact osgi.bundle,org.eclipse.epp.mpc.core.win32,1.10.3.v20240221-1216 [2024-04-06T13:33:37.234Z] - mirrored artifact osgi.bundle,org.eclipse.epp.mpc.core.source,1.10.3.v20240221-1216 [2024-04-06T13:33:37.234Z] - mirrored artifact osgi.bundle,org.eclipse.epp.mpc.core,1.10.3.v20240221-1216 [2024-04-06T13:33:37.234Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.mpc.source,1.10.3.v20240228-1000 [2024-04-06T13:33:37.234Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.mpc,1.10.3.v20240228-1000 [2024-04-06T13:33:37.234Z] - mirrored artifact osgi.bundle,org.eclipse.epp.mpc.core.win32.source,1.10.3.v20240221-1216 [2024-04-06T13:33:37.234Z] - mirrored artifact osgi.bundle,org.eclipse.epp.mpc.help.ui,1.10.3.v20240221-1216 [2024-04-06T13:33:37.234Z] - mirrored artifact osgi.bundle,org.eclipse.epp.mpc.ui.css.source,1.10.3.v20240221-1216 [2024-04-06T13:33:37.234Z] - mirrored artifact osgi.bundle,org.eclipse.epp.mpc.ui.source,1.10.3.v20240228-1000 [2024-04-06T13:33:37.234Z] - mirrored artifact osgi.bundle,org.eclipse.epp.mpc.ui.css,1.10.3.v20240221-1216 [2024-04-06T13:33:37.234Z] - mirrored artifact osgi.bundle,org.eclipse.epp.mpc.ui,1.10.3.v20240228-1000 [2024-04-06T13:33:37.234Z] Mirroring artifacts from https://download.eclipse.org/modeling/emf/cdo/drops/R20240305-1216 [2024-04-06T13:33:37.234Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.ui.source,4.8.1.v20231122-0952 [2024-04-06T13:33:37.234Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.common,4.22.0.v20231124-1621 [2024-04-06T13:33:37.234Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.migrator.source,4.6.0.v20231122-0952 [2024-04-06T13:33:37.234Z] - mirroring artifact osgi.bundle,org.h2,1.3.168.v201212121212 [2024-04-06T13:33:37.235Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.debug.source,3.2.0.v20230623-1652 [2024-04-06T13:33:37.235Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.examples.installer,4.3.1.v20231122-0952 [2024-04-06T13:33:37.235Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.db.source,4.12.0.v20231124-1621 [2024-04-06T13:33:37.235Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.transfer.source,4.4.6.v20231122-0952 [2024-04-06T13:33:37.235Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server.embedded,4.10.3.v20231122-0952 [2024-04-06T13:33:37.235Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.expressions,4.4.1.v20230830-1044 [2024-04-06T13:33:37.235Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.util.ui,3.18.1.v20231209-0827 [2024-04-06T13:33:37.235Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.db.jdbc,4.4.0.v20230221-1613 [2024-04-06T13:33:37.235Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j,4.24.1.v20231209-2009 [2024-04-06T13:33:37.235Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.transfer,4.4.6.v20231122-0952 [2024-04-06T13:33:37.235Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.transfer.workspace,4.4.4.v20231014-0654 [2024-04-06T13:33:37.235Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.explorer,4.14.0.v20231124-1621 [2024-04-06T13:33:37.235Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.source,4.24.1.v20231209-2009 [2024-04-06T13:33:37.235Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.dawn.emf.source,2.2.2.v20231122-0952 [2024-04-06T13:33:37.235Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.db.h2,4.5.4.v20231122-0952 [2024-04-06T13:33:37.235Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.db.h2.source,4.5.4.v20231122-0952 [2024-04-06T13:33:37.235Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.sdk,4.24.1.v20231209-2009 [2024-04-06T13:33:37.235Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server.source,4.20.0.v20231129-1230 [2024-04-06T13:33:37.235Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.workspace,4.4.5.v20231124-1621 [2024-04-06T13:33:37.235Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.expressions.edit,4.4.2.v20230830-1044 [2024-04-06T13:33:37.235Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.util.ui.source,3.18.1.v20231209-0827 [2024-04-06T13:33:37.235Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.server.db.source,4.13.0.v20231127-2112 [2024-04-06T13:33:37.235Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.ui.jdt,1.0.0.v20230623-1652 [2024-04-06T13:33:37.235Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo,4.23.0.v20231124-1621 [2024-04-06T13:33:37.235Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.admin.source,4.4.0.v20231122-0952 [2024-04-06T13:33:37.235Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.doc,4.3.8.v20231209-2009 [2024-04-06T13:33:37.235Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.workspace.source,4.4.5.v20231124-1621 [2024-04-06T13:33:37.235Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.transfer.ui.source,4.5.0.v20231124-1621 [2024-04-06T13:33:37.235Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server.product,4.2.8.v20231218-1001 [2024-04-06T13:33:37.235Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.util.ui.source,4.22.1.v20231209-2009 [2024-04-06T13:33:37.235Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.db.source,4.22.1.v20231209-2009 [2024-04-06T13:33:37.236Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.db,4.22.1.v20231209-2009 [2024-04-06T13:33:37.236Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.ui.source,4.4.5.v20231122-0952 [2024-04-06T13:33:37.236Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.ecore.dependencies.source,1.0.4.v20231122-0952 [2024-04-06T13:33:37.236Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.doc,4.3.10.v20231209-2009 [2024-04-06T13:33:37.236Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.server,4.24.1.v20231218-1001 [2024-04-06T13:33:37.236Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.compare.source,4.10.4.v20231122-1107 [2024-04-06T13:33:37.236Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.transfer.repository,4.3.5.v20230914-1725 [2024-04-06T13:33:37.236Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.net4j.source,4.6.3.v20231122-0952 [2024-04-06T13:33:37.236Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.util,4.22.1.v20231209-2009 [2024-04-06T13:33:37.236Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server.db,4.13.0.v20231127-2112 [2024-04-06T13:33:37.236Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.source,4.23.0.v20231124-1621 [2024-04-06T13:33:37.236Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.transfer.ui,4.5.0.v20231124-1621 [2024-04-06T13:33:37.236Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server.security.source,4.11.0.v20231129-1121 [2024-04-06T13:33:37.236Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.dawn.graphiti.source,2.3.2.v20231122-0952 [2024-04-06T13:33:37.236Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.ui.source,4.8.1.v20231122-0952 [2024-04-06T13:33:37.236Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.expressions.edit.source,4.4.2.v20230830-1044 [2024-04-06T13:33:37.236Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.source,4.19.0.v20231127-2112 [2024-04-06T13:33:37.236Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.examples.installer,4.4.1.v20231122-0952 [2024-04-06T13:33:37.236Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.explorer.ui.source,4.7.11.v20231124-1621 [2024-04-06T13:33:37.236Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.db,4.12.0.v20231124-1621 [2024-04-06T13:33:37.236Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.explorer.ui,4.7.11.v20231124-1621 [2024-04-06T13:33:37.236Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.edit,4.6.1.v20231124-1229 [2024-04-06T13:33:37.236Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server.security,4.11.0.v20231129-1121 [2024-04-06T13:33:37.236Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server.product.source,4.2.8.v20231218-1001 [2024-04-06T13:33:37.499Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.migrator,3.4.0.v20231122-0952 [2024-04-06T13:33:37.499Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.dawn.emf,2.2.2.v20231122-0952 [2024-04-06T13:33:37.499Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.dawn,2.5.3.v20231122-0952 [2024-04-06T13:33:37.499Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.migrator.source,4.6.0.v20231122-0952 [2024-04-06T13:33:37.499Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.compare,4.10.4.v20231122-1107 [2024-04-06T13:33:37.499Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.lm.modules.source,1.0.2.v20230914-0810 [2024-04-06T13:33:37.499Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.ui.team.source,4.4.3.v20230830-1044 [2024-04-06T13:33:37.499Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server.admin.source,4.4.0.v20231127-2112 [2024-04-06T13:33:37.499Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.ui.shared,4.8.0.v20230830-1044 [2024-04-06T13:33:37.499Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.sdk,4.1.605.v20231122-0952 [2024-04-06T13:33:37.499Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.doc,4.2.8.v20231209-2009 [2024-04-06T13:33:37.499Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.transfer.workspace.ui.source,4.4.3.v20231014-0654 [2024-04-06T13:33:37.499Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.ecore.dependencies,1.0.4.v20231122-0952 [2024-04-06T13:33:37.499Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.db.doc,4.4.2.v20231209-0827 [2024-04-06T13:33:37.499Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.examples.installer,4.4.2.v20231218-1001 [2024-04-06T13:33:37.499Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.ui.jdt.source,1.0.0.v20230623-1652 [2024-04-06T13:33:37.499Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.sdk.source,4.1.605.v20231122-0952 [2024-04-06T13:33:37.500Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.sdk,5.14.1.v20231218-1001 [2024-04-06T13:33:37.500Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.tcp,4.4.1.v20231122-0952 [2024-04-06T13:33:37.500Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.ecore.dependencies.source,1.0.4.v20231122-0952 [2024-04-06T13:33:37.500Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.tcp.source,4.4.1.v20231122-0952 [2024-04-06T13:33:37.500Z] - mirroring artifact osgi.bundle,org.eclipse.net4j,4.19.0.v20231127-2112 [2024-04-06T13:33:37.500Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.lm.server.source,1.3.0.v20231128-1920 [2024-04-06T13:33:37.500Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.expressions.source,4.4.1.v20230830-1044 [2024-04-06T13:33:37.500Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.db.h2,4.5.4.v20231122-0952 [2024-04-06T13:33:37.500Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.db.jdbc.source,4.4.0.v20230221-1613 [2024-04-06T13:33:37.500Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.ui.shared.source,4.8.0.v20230830-1044 [2024-04-06T13:33:37.500Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.doc,4.2.10.v20231209-2009 [2024-04-06T13:33:37.500Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.server.source,4.24.1.v20231218-1001 [2024-04-06T13:33:37.500Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.security,4.7.1.v20231122-0952 [2024-04-06T13:33:37.500Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.jvm,4.3.1.v20231122-0952 [2024-04-06T13:33:37.500Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server.db.source,4.13.0.v20231127-2112 [2024-04-06T13:33:37.500Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.ui.source,4.16.0.v20231124-1621 [2024-04-06T13:33:37.500Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.sdk.source,4.24.1.v20231209-2009 [2024-04-06T13:33:37.500Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.sdk.source,4.1.605.v20231122-0952 [2024-04-06T13:33:37.500Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.jvm.source,4.3.1.v20231122-0952 [2024-04-06T13:33:37.500Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.compare,4.7.3.v20231122-1107 [2024-04-06T13:33:37.500Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.ecore.dependencies,1.0.4.v20231122-0952 [2024-04-06T13:33:37.500Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.sdk,4.1.605.v20231122-0952 [2024-04-06T13:33:37.500Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server.net4j.source,4.7.0.v20231128-1954 [2024-04-06T13:33:37.500Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.server.db,4.13.0.v20231127-2112 [2024-04-06T13:33:37.500Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.transfer.workspace.source,4.4.4.v20231014-0654 [2024-04-06T13:33:37.500Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.ui.shared,4.8.0.v20230830-1044 [2024-04-06T13:33:37.500Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.examples.installer,4.3.2.v20231218-1001 [2024-04-06T13:33:37.500Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.ui.admin.source,4.3.0.v20230623-1652 [2024-04-06T13:33:37.501Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.security.edit,4.6.0.v20231122-0952 [2024-04-06T13:33:37.501Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.dawn,2.3.6.v20231122-0952 [2024-04-06T13:33:37.501Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.common.source,4.22.0.v20231124-1621 [2024-04-06T13:33:37.501Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.explorer.source,4.14.0.v20231124-1621 [2024-04-06T13:33:37.501Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.dawn.source,2.5.3.v20231122-0952 [2024-04-06T13:33:37.501Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.security.source,4.7.1.v20231122-0952 [2024-04-06T13:33:37.501Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.util,3.23.1.v20231209-2009 [2024-04-06T13:33:37.501Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.dawn.util.source,2.2.1.v20231014-0654 [2024-04-06T13:33:37.501Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server.ocl.source,4.5.0.v20231124-1229 [2024-04-06T13:33:37.501Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.sdk.source,5.14.1.v20231218-1001 [2024-04-06T13:33:37.501Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.dawn.gmf.source,2.3.4.v20231122-0952 [2024-04-06T13:33:37.501Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.security.ui,4.5.3.v20231122-0952 [2024-04-06T13:33:37.501Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.dawn.ui.source,2.3.0.v20230623-1652 [2024-04-06T13:33:37.501Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.security.edit.source,4.6.0.v20231122-0952 [2024-04-06T13:33:37.501Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.dawn.graphiti,2.3.2.v20231122-0952 [2024-04-06T13:33:37.501Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.util.doc,4.3.8.v20231209-2009 [2024-04-06T13:33:37.501Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server.ocl,4.5.0.v20231124-1229 [2024-04-06T13:33:37.501Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.dawn.ui,2.3.0.v20230623-1652 [2024-04-06T13:33:37.501Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.dawn.util,2.2.1.v20231014-0654 [2024-04-06T13:33:37.501Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.db.h2.source,4.5.4.v20231122-0952 [2024-04-06T13:33:37.501Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.migrator.source,3.4.0.v20231122-0952 [2024-04-06T13:33:37.501Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.admin,4.4.0.v20231122-0952 [2024-04-06T13:33:37.501Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.ui,4.4.5.v20231122-0952 [2024-04-06T13:33:37.501Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.ui.shared.source,4.8.0.v20230830-1044 [2024-04-06T13:33:37.501Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.ui,4.16.0.v20231124-1621 [2024-04-06T13:33:37.501Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.util.doc,4.2.8.v20231209-2009 [2024-04-06T13:33:37.501Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.ui.admin,4.3.0.v20230623-1652 [2024-04-06T13:33:37.501Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.server.embedded.source,4.24.1.v20231218-1001 [2024-04-06T13:33:37.501Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.debug,3.2.0.v20230623-1652 [2024-04-06T13:33:37.501Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.net4j,4.6.3.v20231122-0952 [2024-04-06T13:33:37.501Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.ui.compare.source,4.7.3.v20231122-1107 [2024-04-06T13:33:37.501Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server,4.20.0.v20231129-1230 [2024-04-06T13:33:37.502Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.lm,1.1.1.v20231219-1213 [2024-04-06T13:33:37.502Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.lm.source,1.1.1.v20231219-1213 [2024-04-06T13:33:37.502Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.lm.modules,1.0.2.v20230914-0810 [2024-04-06T13:33:37.502Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server.admin,4.4.0.v20231127-2112 [2024-04-06T13:33:37.502Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.migrator,4.6.0.v20231122-0952 [2024-04-06T13:33:37.502Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.db.doc,4.3.2.v20231209-0827 [2024-04-06T13:33:37.502Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.compare.source,4.7.3.v20231122-1107 [2024-04-06T13:33:37.502Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.dawn.gmf,2.3.4.v20231122-0952 [2024-04-06T13:33:37.502Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo,4.24.0.v20231124-1621 [2024-04-06T13:33:37.502Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server.net4j,4.7.0.v20231128-1954 [2024-04-06T13:33:37.502Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.dawn.source,2.3.6.v20231122-0952 [2024-04-06T13:33:37.502Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.util.source,4.22.1.v20231209-2009 [2024-04-06T13:33:37.502Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.source,4.24.0.v20231124-1621 [2024-04-06T13:33:37.502Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.transfer.repository.source,4.3.5.v20230914-1725 [2024-04-06T13:33:37.502Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.lm.server,1.3.0.v20231128-1920 [2024-04-06T13:33:37.502Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.security.ui.source,4.5.3.v20231122-0952 [2024-04-06T13:33:37.502Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.ui,4.8.1.v20231122-0952 [2024-04-06T13:33:37.502Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.ui.team,4.4.3.v20230830-1044 [2024-04-06T13:33:37.502Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.cdo.server.embedded,4.24.1.v20231218-1001 [2024-04-06T13:33:37.502Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.edit.source,4.6.1.v20231124-1229 [2024-04-06T13:33:37.502Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.transfer.workspace.ui,4.4.3.v20231014-0654 [2024-04-06T13:33:37.502Z] - mirroring artifact osgi.bundle,org.eclipse.net4j.util.source,3.23.1.v20231209-2009 [2024-04-06T13:33:37.502Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.net4j.util.ui,4.22.1.v20231209-2009 [2024-04-06T13:33:37.502Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.ui.compare,4.7.3.v20231122-1107 [2024-04-06T13:33:37.502Z] - mirroring artifact osgi.bundle,org.eclipse.emf.cdo.server.embedded.source,4.10.3.v20231122-0952 [2024-04-06T13:33:37.502Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.common,4.22.0.v20231124-1621 [2024-04-06T13:33:37.502Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.debug.source,3.2.0.v20230623-1652 [2024-04-06T13:33:37.502Z] - mirrored artifact osgi.bundle,org.h2,1.3.168.v201212121212 [2024-04-06T13:33:37.502Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.examples.installer,4.3.1.v20231122-0952 [2024-04-06T13:33:37.502Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.db.source,4.12.0.v20231124-1621 [2024-04-06T13:33:37.502Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.transfer.source,4.4.6.v20231122-0952 [2024-04-06T13:33:37.503Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server.embedded,4.10.3.v20231122-0952 [2024-04-06T13:33:37.503Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.expressions,4.4.1.v20230830-1044 [2024-04-06T13:33:37.503Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.db.jdbc,4.4.0.v20230221-1613 [2024-04-06T13:33:37.503Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j,4.24.1.v20231209-2009 [2024-04-06T13:33:37.503Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.util.ui,3.18.1.v20231209-0827 [2024-04-06T13:33:37.503Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.transfer,4.4.6.v20231122-0952 [2024-04-06T13:33:37.503Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.transfer.workspace,4.4.4.v20231014-0654 [2024-04-06T13:33:37.503Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.source,4.24.1.v20231209-2009 [2024-04-06T13:33:37.503Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.dawn.emf.source,2.2.2.v20231122-0952 [2024-04-06T13:33:37.503Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.db.h2,4.5.4.v20231122-0952 [2024-04-06T13:33:37.503Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.explorer,4.14.0.v20231124-1621 [2024-04-06T13:33:37.503Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.db.h2.source,4.5.4.v20231122-0952 [2024-04-06T13:33:37.503Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.sdk,4.24.1.v20231209-2009 [2024-04-06T13:33:37.503Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.workspace,4.4.5.v20231124-1621 [2024-04-06T13:33:37.503Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server.source,4.20.0.v20231129-1230 [2024-04-06T13:33:37.503Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.expressions.edit,4.4.2.v20230830-1044 [2024-04-06T13:33:37.503Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.server.db.source,4.13.0.v20231127-2112 [2024-04-06T13:33:37.503Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.util.ui.source,3.18.1.v20231209-0827 [2024-04-06T13:33:37.503Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.ui.jdt,1.0.0.v20230623-1652 [2024-04-06T13:33:37.764Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.admin.source,4.4.0.v20231122-0952 [2024-04-06T13:33:37.764Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.doc,4.3.8.v20231209-2009 [2024-04-06T13:33:37.764Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.workspace.source,4.4.5.v20231124-1621 [2024-04-06T13:33:37.764Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.transfer.ui.source,4.5.0.v20231124-1621 [2024-04-06T13:33:37.764Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo,4.23.0.v20231124-1621 [2024-04-06T13:33:37.764Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server.product,4.2.8.v20231218-1001 [2024-04-06T13:33:37.765Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.util.ui.source,4.22.1.v20231209-2009 [2024-04-06T13:33:37.765Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.db.source,4.22.1.v20231209-2009 [2024-04-06T13:33:37.765Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.db,4.22.1.v20231209-2009 [2024-04-06T13:33:37.765Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.ecore.dependencies.source,1.0.4.v20231122-0952 [2024-04-06T13:33:37.765Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.doc,4.3.10.v20231209-2009 [2024-04-06T13:33:37.765Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.server,4.24.1.v20231218-1001 [2024-04-06T13:33:37.765Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.ui.source,4.4.5.v20231122-0952 [2024-04-06T13:33:37.765Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.compare.source,4.10.4.v20231122-1107 [2024-04-06T13:33:37.765Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.transfer.repository,4.3.5.v20230914-1725 [2024-04-06T13:33:37.765Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.util,4.22.1.v20231209-2009 [2024-04-06T13:33:37.765Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.net4j.source,4.6.3.v20231122-0952 [2024-04-06T13:33:37.765Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.source,4.23.0.v20231124-1621 [2024-04-06T13:33:37.765Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server.db,4.13.0.v20231127-2112 [2024-04-06T13:33:37.765Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.transfer.ui,4.5.0.v20231124-1621 [2024-04-06T13:33:37.765Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.dawn.graphiti.source,2.3.2.v20231122-0952 [2024-04-06T13:33:37.765Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server.security.source,4.11.0.v20231129-1121 [2024-04-06T13:33:37.765Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.expressions.edit.source,4.4.2.v20230830-1044 [2024-04-06T13:33:37.765Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.examples.installer,4.4.1.v20231122-0952 [2024-04-06T13:33:37.765Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.explorer.ui.source,4.7.11.v20231124-1621 [2024-04-06T13:33:37.765Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.source,4.19.0.v20231127-2112 [2024-04-06T13:33:37.765Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.db,4.12.0.v20231124-1621 [2024-04-06T13:33:37.765Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.edit,4.6.1.v20231124-1229 [2024-04-06T13:33:37.765Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server.security,4.11.0.v20231129-1121 [2024-04-06T13:33:37.765Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server.product.source,4.2.8.v20231218-1001 [2024-04-06T13:33:37.765Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.explorer.ui,4.7.11.v20231124-1621 [2024-04-06T13:33:37.765Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.dawn.emf,2.2.2.v20231122-0952 [2024-04-06T13:33:37.765Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.migrator,3.4.0.v20231122-0952 [2024-04-06T13:33:37.765Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.dawn,2.5.3.v20231122-0952 [2024-04-06T13:33:37.766Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.lm.modules.source,1.0.2.v20230914-0810 [2024-04-06T13:33:37.766Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.compare,4.10.4.v20231122-1107 [2024-04-06T13:33:37.766Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.ui.team.source,4.4.3.v20230830-1044 [2024-04-06T13:33:37.766Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server.admin.source,4.4.0.v20231127-2112 [2024-04-06T13:33:37.766Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.ui.shared,4.8.0.v20230830-1044 [2024-04-06T13:33:37.766Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.sdk,4.1.605.v20231122-0952 [2024-04-06T13:33:37.766Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.transfer.workspace.ui.source,4.4.3.v20231014-0654 [2024-04-06T13:33:38.031Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.ecore.dependencies,1.0.4.v20231122-0952 [2024-04-06T13:33:38.031Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.db.doc,4.4.2.v20231209-0827 [2024-04-06T13:33:38.031Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.examples.installer,4.4.2.v20231218-1001 [2024-04-06T13:33:38.031Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.ui.jdt.source,1.0.0.v20230623-1652 [2024-04-06T13:33:38.031Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.sdk.source,4.1.605.v20231122-0952 [2024-04-06T13:33:38.031Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.sdk,5.14.1.v20231218-1001 [2024-04-06T13:33:38.031Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.tcp,4.4.1.v20231122-0952 [2024-04-06T13:33:38.031Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.doc,4.2.8.v20231209-2009 [2024-04-06T13:33:38.031Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.tcp.source,4.4.1.v20231122-0952 [2024-04-06T13:33:38.031Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.ecore.dependencies.source,1.0.4.v20231122-0952 [2024-04-06T13:33:38.031Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.lm.server.source,1.3.0.v20231128-1920 [2024-04-06T13:33:38.031Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.expressions.source,4.4.1.v20230830-1044 [2024-04-06T13:33:38.031Z] - mirrored artifact osgi.bundle,org.eclipse.net4j,4.19.0.v20231127-2112 [2024-04-06T13:33:38.031Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.db.jdbc.source,4.4.0.v20230221-1613 [2024-04-06T13:33:38.031Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.db.h2,4.5.4.v20231122-0952 [2024-04-06T13:33:38.031Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.ui.shared.source,4.8.0.v20230830-1044 [2024-04-06T13:33:38.031Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.server.source,4.24.1.v20231218-1001 [2024-04-06T13:33:38.031Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.security,4.7.1.v20231122-0952 [2024-04-06T13:33:38.031Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.jvm,4.3.1.v20231122-0952 [2024-04-06T13:33:38.031Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server.db.source,4.13.0.v20231127-2112 [2024-04-06T13:33:38.031Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.ui.source,4.16.0.v20231124-1621 [2024-04-06T13:33:38.031Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.sdk.source,4.24.1.v20231209-2009 [2024-04-06T13:33:38.302Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.sdk.source,4.1.605.v20231122-0952 [2024-04-06T13:33:38.302Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.jvm.source,4.3.1.v20231122-0952 [2024-04-06T13:33:38.302Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.compare,4.7.3.v20231122-1107 [2024-04-06T13:33:38.302Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.ecore.dependencies,1.0.4.v20231122-0952 [2024-04-06T13:33:38.302Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.sdk,4.1.605.v20231122-0952 [2024-04-06T13:33:38.302Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server.net4j.source,4.7.0.v20231128-1954 [2024-04-06T13:33:38.302Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.server.db,4.13.0.v20231127-2112 [2024-04-06T13:33:38.302Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.transfer.workspace.source,4.4.4.v20231014-0654 [2024-04-06T13:33:38.302Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.ui.shared,4.8.0.v20230830-1044 [2024-04-06T13:33:38.302Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.examples.installer,4.3.2.v20231218-1001 [2024-04-06T13:33:38.302Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.ui.admin.source,4.3.0.v20230623-1652 [2024-04-06T13:33:38.302Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.security.edit,4.6.0.v20231122-0952 [2024-04-06T13:33:38.302Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.dawn,2.3.6.v20231122-0952 [2024-04-06T13:33:38.302Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.common.source,4.22.0.v20231124-1621 [2024-04-06T13:33:38.302Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.explorer.source,4.14.0.v20231124-1621 [2024-04-06T13:33:38.563Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.dawn.source,2.5.3.v20231122-0952 [2024-04-06T13:33:38.563Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.security.source,4.7.1.v20231122-0952 [2024-04-06T13:33:38.563Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.util,3.23.1.v20231209-2009 [2024-04-06T13:33:38.563Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.dawn.util.source,2.2.1.v20231014-0654 [2024-04-06T13:33:38.563Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server.ocl.source,4.5.0.v20231124-1229 [2024-04-06T13:33:38.563Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.sdk.source,5.14.1.v20231218-1001 [2024-04-06T13:33:38.563Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.dawn.gmf.source,2.3.4.v20231122-0952 [2024-04-06T13:33:38.563Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.security.ui,4.5.3.v20231122-0952 [2024-04-06T13:33:38.563Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.dawn.ui.source,2.3.0.v20230623-1652 [2024-04-06T13:33:38.563Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.security.edit.source,4.6.0.v20231122-0952 [2024-04-06T13:33:38.563Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.dawn.graphiti,2.3.2.v20231122-0952 [2024-04-06T13:33:38.563Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.util.doc,4.3.8.v20231209-2009 [2024-04-06T13:33:38.563Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server.ocl,4.5.0.v20231124-1229 [2024-04-06T13:33:38.563Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.dawn.ui,2.3.0.v20230623-1652 [2024-04-06T13:33:38.563Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.dawn.util,2.2.1.v20231014-0654 [2024-04-06T13:33:38.563Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.db.h2.source,4.5.4.v20231122-0952 [2024-04-06T13:33:38.563Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.migrator.source,3.4.0.v20231122-0952 [2024-04-06T13:33:38.826Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.admin,4.4.0.v20231122-0952 [2024-04-06T13:33:38.826Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.ui,4.4.5.v20231122-0952 [2024-04-06T13:33:38.826Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.ui.shared.source,4.8.0.v20230830-1044 [2024-04-06T13:33:38.826Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.ui,4.16.0.v20231124-1621 [2024-04-06T13:33:38.826Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.doc,4.2.10.v20231209-2009 [2024-04-06T13:33:38.826Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.ui.admin,4.3.0.v20230623-1652 [2024-04-06T13:33:38.826Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.server.embedded.source,4.24.1.v20231218-1001 [2024-04-06T13:33:38.826Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.debug,3.2.0.v20230623-1652 [2024-04-06T13:33:38.826Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.net4j,4.6.3.v20231122-0952 [2024-04-06T13:33:38.826Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.ui.compare.source,4.7.3.v20231122-1107 [2024-04-06T13:33:38.826Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server,4.20.0.v20231129-1230 [2024-04-06T13:33:38.826Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.lm,1.1.1.v20231219-1213 [2024-04-06T13:33:39.087Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.lm.source,1.1.1.v20231219-1213 [2024-04-06T13:33:39.087Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.lm.modules,1.0.2.v20230914-0810 [2024-04-06T13:33:39.087Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.util.doc,4.2.8.v20231209-2009 [2024-04-06T13:33:39.087Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.migrator,4.6.0.v20231122-0952 [2024-04-06T13:33:39.087Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server.admin,4.4.0.v20231127-2112 [2024-04-06T13:33:39.087Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.compare.source,4.7.3.v20231122-1107 [2024-04-06T13:33:39.087Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.dawn.gmf,2.3.4.v20231122-0952 [2024-04-06T13:33:39.087Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo,4.24.0.v20231124-1621 [2024-04-06T13:33:39.087Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.db.doc,4.3.2.v20231209-0827 [2024-04-06T13:33:39.087Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server.net4j,4.7.0.v20231128-1954 [2024-04-06T13:33:39.087Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.util.source,4.22.1.v20231209-2009 [2024-04-06T13:33:39.087Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.dawn.source,2.3.6.v20231122-0952 [2024-04-06T13:33:39.087Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.transfer.repository.source,4.3.5.v20230914-1725 [2024-04-06T13:33:39.087Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.source,4.24.0.v20231124-1621 [2024-04-06T13:33:39.087Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.lm.server,1.3.0.v20231128-1920 [2024-04-06T13:33:39.087Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.security.ui.source,4.5.3.v20231122-0952 [2024-04-06T13:33:39.087Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.ui,4.8.1.v20231122-0952 [2024-04-06T13:33:39.087Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.ui.team,4.4.3.v20230830-1044 [2024-04-06T13:33:39.087Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.edit.source,4.6.1.v20231124-1229 [2024-04-06T13:33:39.087Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.cdo.server.embedded,4.24.1.v20231218-1001 [2024-04-06T13:33:39.087Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.transfer.workspace.ui,4.4.3.v20231014-0654 [2024-04-06T13:33:39.087Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.net4j.util.ui,4.22.1.v20231209-2009 [2024-04-06T13:33:39.087Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.ui.compare,4.7.3.v20231122-1107 [2024-04-06T13:33:39.087Z] - mirrored artifact osgi.bundle,org.eclipse.emf.cdo.server.embedded.source,4.10.3.v20231122-0952 [2024-04-06T13:33:39.088Z] - mirrored artifact osgi.bundle,org.eclipse.net4j.util.source,3.23.1.v20231209-2009 [2024-04-06T13:33:39.088Z] Mirroring artifacts from https://download.eclipse.org/oomph/drops/release/1.32.0 [2024-04-06T13:33:39.349Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.mylyn.edit,1.14.0.v20230617-1322 [2024-04-06T13:33:39.349Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.version,1.20.0.v20240211-0940 [2024-04-06T13:33:39.349Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.git,1.25.0.v20240305-1525 [2024-04-06T13:33:39.349Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.p2.doc,1.14.0.v20230625-0755 [2024-04-06T13:33:39.349Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.workingsets.edit,1.13.0.v20230204-0932 [2024-04-06T13:33:39.349Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.editor.source,1.27.0.v20231119-1528 [2024-04-06T13:33:39.349Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.targlets.ui.source,1.15.0.v20220601-1149 [2024-04-06T13:33:39.349Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.targlets.edit,1.15.0.v20230204-0932 [2024-04-06T13:33:39.350Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.workbench,1.18.0.v20230828-1517 [2024-04-06T13:33:39.350Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.workbench.source,1.15.0.v20230828-1517 [2024-04-06T13:33:39.350Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.projectconfig.editor.source,1.14.0.v20230828-1517 [2024-04-06T13:33:39.350Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.extractor.lib,1.9.0.v20220421-1218 [2024-04-06T13:33:39.350Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.pde.edit.source,1.15.0.v20230617-1322 [2024-04-06T13:33:39.350Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.preferences.editor.source,1.14.0.v20230828-1517 [2024-04-06T13:33:39.350Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.ui,1.21.0.v20240120-1356 [2024-04-06T13:33:39.350Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.util,1.21.0.v20231205-1338 [2024-04-06T13:33:39.350Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.workingsets.source,1.17.0.v20230617-1322 [2024-04-06T13:33:39.350Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.base,1.18.0.v20230617-1322 [2024-04-06T13:33:39.350Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.jreinfo.win32.x86_64.source,1.8.0.v20220421-1218 [2024-04-06T13:33:39.350Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.jreinfo.source,1.18.0.v20230817-0718 [2024-04-06T13:33:39.350Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.ui.questionnaire.source,1.13.0.v20220421-1218 [2024-04-06T13:33:39.350Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.p2,1.17.0.v20230617-1322 [2024-04-06T13:33:39.350Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.targlets.ui,1.15.0.v20220601-1149 [2024-04-06T13:33:39.350Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.preferences,1.17.0.v20230828-1517 [2024-04-06T13:33:39.351Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.doc.source,1.14.0.v20230618-0610 [2024-04-06T13:33:39.351Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.p2.core,1.28.0.v20240120-1356 [2024-04-06T13:33:39.351Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.p2,1.20.0.v20230617-1322 [2024-04-06T13:33:39.351Z] - mirroring artifact osgi.bundle,org.eclipse.nebula.widgets.tablecombo,1.2.0.202402110801 [2024-04-06T13:33:39.351Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.targlets.source,1.19.0.v20231111-1149 [2024-04-06T13:33:39.351Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.p2.edit.source,1.17.0.v20230204-0932 [2024-04-06T13:33:39.351Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.mylyn,1.20.0.v20230731-0700 [2024-04-06T13:33:39.351Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.workingsets.edit.source,1.14.0.v20230617-1322 [2024-04-06T13:33:39.351Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.version,1.16.0.v20240211-0940 [2024-04-06T13:33:39.351Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.preferences.edit.source,1.13.0.v20230204-0932 [2024-04-06T13:33:39.351Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.pde.edit,1.15.0.v20230617-1322 [2024-04-06T13:33:39.351Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.core.source,1.30.0.v20240211-0940 [2024-04-06T13:33:39.351Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.sdk,1.7.0.v20220421-1218 [2024-04-06T13:33:39.351Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.base.source,1.18.0.v20230617-1322 [2024-04-06T13:33:39.351Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.projects.edit.source,1.15.0.v20230617-1322 [2024-04-06T13:33:39.351Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.git.edit.source,1.16.0.v20240121-1406 [2024-04-06T13:33:39.352Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.targlets.edit,1.14.0.v20230204-0932 [2024-04-06T13:33:39.352Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.base.edit,1.17.0.v20230617-1322 [2024-04-06T13:33:39.352Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.p2.doc.source,1.14.0.v20230625-0755 [2024-04-06T13:33:39.352Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.projects.source,1.18.0.v20230617-1322 [2024-04-06T13:33:39.352Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.workingsets.editor.source,1.15.0.v20230828-1517 [2024-04-06T13:33:39.352Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.maven.edit.source,1.16.0.v20230617-1322 [2024-04-06T13:33:39.352Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup,1.28.0.v20231119-1528 [2024-04-06T13:33:39.352Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.doc,1.14.0.v20230618-0610 [2024-04-06T13:33:39.352Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.jdt,1.22.0.v20231119-1528 [2024-04-06T13:33:39.352Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.projectconfig.edit.source,1.13.0.v20230204-0932 [2024-04-06T13:33:39.352Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.jdt.source,1.22.0.v20231119-1528 [2024-04-06T13:33:39.352Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.projectconfig.edit,1.13.0.v20230204-0932 [2024-04-06T13:33:39.352Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.targlets.edit.source,1.14.0.v20230204-0932 [2024-04-06T13:33:39.352Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.resources.edit.source,1.14.0.v20240130-1324 [2024-04-06T13:33:39.352Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.jreinfo.ui,1.15.0.v20220520-1242 [2024-04-06T13:33:39.352Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.workingsets.editor,1.15.0.v20230828-1517 [2024-04-06T13:33:39.353Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.predicates.edit,1.15.0.v20230416-0642 [2024-04-06T13:33:39.353Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.preferences.editor,1.14.0.v20230828-1517 [2024-04-06T13:33:39.353Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.projectconfig,1.17.0.v20230828-1517 [2024-04-06T13:33:39.353Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.p2.core.source,1.28.0.v20240120-1356 [2024-04-06T13:33:39.353Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.p2.edit,1.17.0.v20230204-0932 [2024-04-06T13:33:39.353Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.util.source,1.21.0.v20231205-1338 [2024-04-06T13:33:39.353Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.workingsets.source,1.18.0.v20230828-1517 [2024-04-06T13:33:39.353Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.workingsets,1.19.0.v20230617-1322 [2024-04-06T13:33:39.353Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.git.edit,1.16.0.v20240121-1406 [2024-04-06T13:33:39.353Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.sync,1.16.0.v20240211-0940 [2024-04-06T13:33:39.353Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.ui.ide.source,1.16.0.v20240306-1109 [2024-04-06T13:33:39.353Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.targlets.editor.source,1.15.0.v20230828-1517 [2024-04-06T13:33:39.353Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.targlets.editor,1.15.0.v20230828-1517 [2024-04-06T13:33:39.353Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.ui.source,1.21.0.v20240120-1356 [2024-04-06T13:33:39.354Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.workingsets.source,1.19.0.v20230617-1322 [2024-04-06T13:33:39.354Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.predicates,1.17.0.v20230617-1322 [2024-04-06T13:33:39.354Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.projectset.edit.source,1.14.0.v20230617-1322 [2024-04-06T13:33:39.354Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.launching,1.18.0.v20230617-1322 [2024-04-06T13:33:39.354Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.version.source,1.20.0.v20240211-0940 [2024-04-06T13:33:39.354Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.p2,1.29.0.v20240120-1356 [2024-04-06T13:33:39.354Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.projects,1.16.0.v20230617-1322 [2024-04-06T13:33:39.354Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.core,1.30.0.v20240211-0940 [2024-04-06T13:33:39.354Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.sdk.source,1.7.0.v20220421-1218 [2024-04-06T13:33:39.354Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.workbench.edit.source,1.14.0.v20230416-1315 [2024-04-06T13:33:39.354Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.source,1.31.0.v20240306-1109 [2024-04-06T13:33:39.354Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.ui,1.29.0.v20240306-1109 [2024-04-06T13:33:39.354Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.version.digest.source,1.11.0.v20220421-1218 [2024-04-06T13:33:39.354Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.source,1.28.0.v20231119-1528 [2024-04-06T13:33:39.354Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.edit,1.17.0.v20231119-1528 [2024-04-06T13:33:39.354Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.targlets.core.source,1.20.0.v20231120-1324 [2024-04-06T13:33:39.355Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.projectconfig.source,1.14.0.v20230617-1322 [2024-04-06T13:33:39.355Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.launching,1.15.0.v20230617-1322 [2024-04-06T13:33:39.355Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.targlets.source,1.19.0.v20230617-1322 [2024-04-06T13:33:39.355Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.ui.questionnaire,1.13.0.v20220421-1218 [2024-04-06T13:33:39.355Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.jdt.edit,1.16.0.v20231119-1528 [2024-04-06T13:33:39.355Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.projectset,1.17.0.v20230617-1322 [2024-04-06T13:33:39.355Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.util.pde.source,1.12.0.v20220421-1218 [2024-04-06T13:33:39.355Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.pde,1.15.0.v20230617-1322 [2024-04-06T13:33:39.355Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.editor,1.27.0.v20231119-1528 [2024-04-06T13:33:39.355Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.git.source,1.25.0.v20240305-1525 [2024-04-06T13:33:39.355Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.predicates.edit.source,1.15.0.v20230416-0642 [2024-04-06T13:33:39.355Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.base.edit.source,1.17.0.v20230617-1322 [2024-04-06T13:33:39.355Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.maven,1.21.0.v20240130-1324 [2024-04-06T13:33:39.355Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.mylyn.source,1.19.0.v20230731-0700 [2024-04-06T13:33:39.355Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.predicates.source,1.17.0.v20230617-1322 [2024-04-06T13:33:39.356Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.ui.ide,1.16.0.v20240306-1109 [2024-04-06T13:33:39.356Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.workingsets,1.18.0.v20230828-1517 [2024-04-06T13:33:39.356Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.targlets.source,1.25.0.v20231120-1324 [2024-04-06T13:33:39.356Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.resources.edit,1.14.0.v20240130-1324 [2024-04-06T13:33:39.356Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.workingsets.edit.source,1.13.0.v20230204-0932 [2024-04-06T13:33:39.356Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.version.ui,1.15.0.v20230320-1346 [2024-04-06T13:33:39.356Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.jdt,1.23.0.v20231119-1528 [2024-04-06T13:33:39.356Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.workingsets,1.17.0.v20230617-1322 [2024-04-06T13:33:39.356Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.edit.source,1.17.0.v20231119-1528 [2024-04-06T13:33:39.356Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.targlets.core,1.20.0.v20231120-1324 [2024-04-06T13:33:39.356Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.sdk.source,1.30.0.v20240306-1109 [2024-04-06T13:33:39.356Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.preferences,1.14.0.v20230617-1322 [2024-04-06T13:33:39.356Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.launching.source,1.18.0.v20230617-1322 [2024-04-06T13:33:39.356Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.resources,1.20.0.v20240130-1324 [2024-04-06T13:33:39.357Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.projects.edit,1.15.0.v20230617-1322 [2024-04-06T13:33:39.357Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.p2.ui,1.21.0.v20230828-1517 [2024-04-06T13:33:39.357Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.launching.source,1.15.0.v20230617-1322 [2024-04-06T13:33:39.357Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.targlets.doc.source,1.14.0.v20230617-1322 [2024-04-06T13:33:39.357Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.mylyn,1.19.0.v20230731-0700 [2024-04-06T13:33:39.357Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.version.digest,1.11.0.v20220421-1218 [2024-04-06T13:33:39.357Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.workingsets,1.14.0.v20230617-1322 [2024-04-06T13:33:39.357Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.p2.source,1.29.0.v20240120-1356 [2024-04-06T13:33:39.357Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.projects,1.18.0.v20230617-1322 [2024-04-06T13:33:39.357Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.workbench.edit,1.14.0.v20230416-1315 [2024-04-06T13:33:39.357Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.maven.source,1.21.0.v20240130-1324 [2024-04-06T13:33:39.357Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.sdk,1.30.0.v20240306-1109 [2024-04-06T13:33:39.357Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.version.ui.source,1.15.0.v20230320-1346 [2024-04-06T13:33:39.357Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.maven,1.20.0.v20240130-1324 [2024-04-06T13:33:39.357Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.projectset,1.14.0.v20230617-1322 [2024-04-06T13:33:39.357Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.ui.source,1.29.0.v20240306-1109 [2024-04-06T13:33:39.358Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.targlets.source,1.16.0.v20230617-1322 [2024-04-06T13:33:39.358Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.pde,1.17.0.v20230617-1322 [2024-04-06T13:33:39.358Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.preferences.source,1.14.0.v20230617-1322 [2024-04-06T13:33:39.358Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.p2.edit,1.16.0.v20230617-1322 [2024-04-06T13:33:39.358Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.targlets,1.19.0.v20230617-1322 [2024-04-06T13:33:39.358Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.extractor.lib.source,1.9.0.v20220421-1218 [2024-04-06T13:33:39.358Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.jdt.edit.source,1.16.0.v20231119-1528 [2024-04-06T13:33:39.358Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.preferences.edit,1.13.0.v20230204-0932 [2024-04-06T13:33:39.358Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.p2.ui.source,1.21.0.v20230828-1517 [2024-04-06T13:33:39.358Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.projectconfig.editor,1.14.0.v20230828-1517 [2024-04-06T13:33:39.358Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.launching.edit.source,1.15.0.v20230617-1322 [2024-04-06T13:33:39.358Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.targlets,1.19.0.v20231111-1149 [2024-04-06T13:33:39.358Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.version.source,1.16.0.v20240211-0940 [2024-04-06T13:33:39.358Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.p2.edit.source,1.16.0.v20230617-1322 [2024-04-06T13:33:39.358Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.maven.source,1.20.0.v20240130-1324 [2024-04-06T13:33:39.359Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.jreinfo.ui.source,1.15.0.v20220520-1242 [2024-04-06T13:33:39.359Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.targlets,1.25.0.v20231120-1324 [2024-04-06T13:33:39.359Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.core.source,1.30.0.v20240211-0940 [2024-04-06T13:33:39.359Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.p2.source,1.17.0.v20230617-1322 [2024-04-06T13:33:39.359Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.workingsets.edit,1.14.0.v20230617-1322 [2024-04-06T13:33:39.359Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.jreinfo.win32.x86_64,1.8.0.v20220421-1218 [2024-04-06T13:33:39.359Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.pde.source,1.17.0.v20230617-1322 [2024-04-06T13:33:39.359Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.mylyn.source,1.20.0.v20230731-0700 [2024-04-06T13:33:39.359Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.launching.edit,1.15.0.v20230617-1322 [2024-04-06T13:33:39.359Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.ui.ide.source,1.12.0.v20220421-1218 [2024-04-06T13:33:39.359Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.git.source,1.25.0.v20240305-1525 [2024-04-06T13:33:39.359Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.projectconfig.source,1.17.0.v20230828-1517 [2024-04-06T13:33:39.359Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.targlets.edit.source,1.15.0.v20230204-0932 [2024-04-06T13:33:39.359Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.maven.edit,1.16.0.v20230617-1322 [2024-04-06T13:33:39.360Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.workbench.source,1.18.0.v20230828-1517 [2024-04-06T13:33:39.360Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.projectset.source,1.17.0.v20230617-1322 [2024-04-06T13:33:39.360Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.workbench,1.15.0.v20230828-1517 [2024-04-06T13:33:39.360Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.preferences.source,1.17.0.v20230828-1517 [2024-04-06T13:33:39.360Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.p2.source,1.20.0.v20230617-1322 [2024-04-06T13:33:39.360Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup,1.31.0.v20240306-1109 [2024-04-06T13:33:39.360Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.projectconfig,1.14.0.v20230617-1322 [2024-04-06T13:33:39.360Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.git,1.25.0.v20240305-1525 [2024-04-06T13:33:39.360Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.resources.source,1.20.0.v20240130-1324 [2024-04-06T13:33:39.360Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.mylyn.edit.source,1.14.0.v20230617-1322 [2024-04-06T13:33:39.360Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.projects.source,1.16.0.v20230617-1322 [2024-04-06T13:33:39.360Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.workingsets.source,1.14.0.v20230617-1322 [2024-04-06T13:33:39.360Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.sync.source,1.16.0.v20240211-0940 [2024-04-06T13:33:39.360Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.jreinfo,1.18.0.v20230817-0718 [2024-04-06T13:33:39.361Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.projectset.source,1.14.0.v20230617-1322 [2024-04-06T13:33:39.361Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.jdt.source,1.23.0.v20231119-1528 [2024-04-06T13:33:39.361Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.pde.source,1.15.0.v20230617-1322 [2024-04-06T13:33:39.361Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.targlets.doc,1.14.0.v20230617-1322 [2024-04-06T13:33:39.361Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.projectset.edit,1.14.0.v20230617-1322 [2024-04-06T13:33:39.361Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.ui.ide,1.12.0.v20220421-1218 [2024-04-06T13:33:39.361Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.setup.targlets,1.16.0.v20230617-1322 [2024-04-06T13:33:39.361Z] - mirroring artifact osgi.bundle,org.eclipse.oomph.util.pde,1.12.0.v20220421-1218 [2024-04-06T13:33:39.361Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.oomph.setup.core,1.30.0.v20240211-0940 [2024-04-06T13:33:39.361Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.mylyn.edit,1.14.0.v20230617-1322 [2024-04-06T13:33:39.361Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.version,1.20.0.v20240211-0940 [2024-04-06T13:33:39.361Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.git,1.25.0.v20240305-1525 [2024-04-06T13:33:39.361Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.workingsets.edit,1.13.0.v20230204-0932 [2024-04-06T13:33:39.361Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.p2.doc,1.14.0.v20230625-0755 [2024-04-06T13:33:39.361Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.targlets.ui.source,1.15.0.v20220601-1149 [2024-04-06T13:33:39.361Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.editor.source,1.27.0.v20231119-1528 [2024-04-06T13:33:39.362Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.targlets.edit,1.15.0.v20230204-0932 [2024-04-06T13:33:39.362Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.workbench,1.18.0.v20230828-1517 [2024-04-06T13:33:39.362Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.workbench.source,1.15.0.v20230828-1517 [2024-04-06T13:33:39.362Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.extractor.lib,1.9.0.v20220421-1218 [2024-04-06T13:33:39.362Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.projectconfig.editor.source,1.14.0.v20230828-1517 [2024-04-06T13:33:39.362Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.pde.edit.source,1.15.0.v20230617-1322 [2024-04-06T13:33:39.362Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.preferences.editor.source,1.14.0.v20230828-1517 [2024-04-06T13:33:39.362Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.util,1.21.0.v20231205-1338 [2024-04-06T13:33:39.362Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.ui,1.21.0.v20240120-1356 [2024-04-06T13:33:39.362Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.workingsets.source,1.17.0.v20230617-1322 [2024-04-06T13:33:39.362Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.jreinfo.win32.x86_64.source,1.8.0.v20220421-1218 [2024-04-06T13:33:39.362Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.base,1.18.0.v20230617-1322 [2024-04-06T13:33:39.362Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.jreinfo.source,1.18.0.v20230817-0718 [2024-04-06T13:33:39.362Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.ui.questionnaire.source,1.13.0.v20220421-1218 [2024-04-06T13:33:39.362Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.p2,1.17.0.v20230617-1322 [2024-04-06T13:33:39.362Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.targlets.ui,1.15.0.v20220601-1149 [2024-04-06T13:33:39.363Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.preferences,1.17.0.v20230828-1517 [2024-04-06T13:33:39.363Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.doc.source,1.14.0.v20230618-0610 [2024-04-06T13:33:39.363Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.p2,1.20.0.v20230617-1322 [2024-04-06T13:33:39.363Z] - mirrored artifact osgi.bundle,org.eclipse.nebula.widgets.tablecombo,1.2.0.202402110801 [2024-04-06T13:33:39.363Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.targlets.source,1.19.0.v20231111-1149 [2024-04-06T13:33:39.363Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.p2.core,1.28.0.v20240120-1356 [2024-04-06T13:33:39.363Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.p2.edit.source,1.17.0.v20230204-0932 [2024-04-06T13:33:39.363Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.workingsets.edit.source,1.14.0.v20230617-1322 [2024-04-06T13:33:39.363Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.version,1.16.0.v20240211-0940 [2024-04-06T13:33:39.363Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.mylyn,1.20.0.v20230731-0700 [2024-04-06T13:33:39.363Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.preferences.edit.source,1.13.0.v20230204-0932 [2024-04-06T13:33:39.363Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.pde.edit,1.15.0.v20230617-1322 [2024-04-06T13:33:39.624Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.core.source,1.30.0.v20240211-0940 [2024-04-06T13:33:39.624Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.base.source,1.18.0.v20230617-1322 [2024-04-06T13:33:39.625Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.sdk,1.7.0.v20220421-1218 [2024-04-06T13:33:39.625Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.projects.edit.source,1.15.0.v20230617-1322 [2024-04-06T13:33:39.625Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.git.edit.source,1.16.0.v20240121-1406 [2024-04-06T13:33:39.625Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.targlets.edit,1.14.0.v20230204-0932 [2024-04-06T13:33:39.625Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.p2.doc.source,1.14.0.v20230625-0755 [2024-04-06T13:33:39.625Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.base.edit,1.17.0.v20230617-1322 [2024-04-06T13:33:39.625Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.projects.source,1.18.0.v20230617-1322 [2024-04-06T13:33:39.625Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.workingsets.editor.source,1.15.0.v20230828-1517 [2024-04-06T13:33:39.625Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.maven.edit.source,1.16.0.v20230617-1322 [2024-04-06T13:33:39.625Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup,1.28.0.v20231119-1528 [2024-04-06T13:33:39.625Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.jdt,1.22.0.v20231119-1528 [2024-04-06T13:33:39.625Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.projectconfig.edit.source,1.13.0.v20230204-0932 [2024-04-06T13:33:39.625Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.jdt.source,1.22.0.v20231119-1528 [2024-04-06T13:33:39.625Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.projectconfig.edit,1.13.0.v20230204-0932 [2024-04-06T13:33:39.625Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.targlets.edit.source,1.14.0.v20230204-0932 [2024-04-06T13:33:39.626Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.resources.edit.source,1.14.0.v20240130-1324 [2024-04-06T13:33:39.626Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.jreinfo.ui,1.15.0.v20220520-1242 [2024-04-06T13:33:39.626Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.workingsets.editor,1.15.0.v20230828-1517 [2024-04-06T13:33:39.626Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.predicates.edit,1.15.0.v20230416-0642 [2024-04-06T13:33:39.626Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.preferences.editor,1.14.0.v20230828-1517 [2024-04-06T13:33:39.626Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.projectconfig,1.17.0.v20230828-1517 [2024-04-06T13:33:39.626Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.p2.core.source,1.28.0.v20240120-1356 [2024-04-06T13:33:39.626Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.doc,1.14.0.v20230618-0610 [2024-04-06T13:33:39.626Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.p2.edit,1.17.0.v20230204-0932 [2024-04-06T13:33:39.626Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.util.source,1.21.0.v20231205-1338 [2024-04-06T13:33:39.626Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.workingsets.source,1.18.0.v20230828-1517 [2024-04-06T13:33:39.626Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.git.edit,1.16.0.v20240121-1406 [2024-04-06T13:33:39.626Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.workingsets,1.19.0.v20230617-1322 [2024-04-06T13:33:39.626Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.ui.ide.source,1.16.0.v20240306-1109 [2024-04-06T13:33:39.627Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.sync,1.16.0.v20240211-0940 [2024-04-06T13:33:39.627Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.targlets.editor.source,1.15.0.v20230828-1517 [2024-04-06T13:33:39.627Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.ui.source,1.21.0.v20240120-1356 [2024-04-06T13:33:39.627Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.targlets.editor,1.15.0.v20230828-1517 [2024-04-06T13:33:39.627Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.workingsets.source,1.19.0.v20230617-1322 [2024-04-06T13:33:39.627Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.projectset.edit.source,1.14.0.v20230617-1322 [2024-04-06T13:33:39.627Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.predicates,1.17.0.v20230617-1322 [2024-04-06T13:33:39.627Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.launching,1.18.0.v20230617-1322 [2024-04-06T13:33:39.627Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.version.source,1.20.0.v20240211-0940 [2024-04-06T13:33:39.627Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.p2,1.29.0.v20240120-1356 [2024-04-06T13:33:39.627Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.projects,1.16.0.v20230617-1322 [2024-04-06T13:33:39.627Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.sdk.source,1.7.0.v20220421-1218 [2024-04-06T13:33:39.627Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.workbench.edit.source,1.14.0.v20230416-1315 [2024-04-06T13:33:39.888Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.source,1.31.0.v20240306-1109 [2024-04-06T13:33:39.889Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.core,1.30.0.v20240211-0940 [2024-04-06T13:33:39.889Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.version.digest.source,1.11.0.v20220421-1218 [2024-04-06T13:33:39.889Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.source,1.28.0.v20231119-1528 [2024-04-06T13:33:39.889Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.ui,1.29.0.v20240306-1109 [2024-04-06T13:33:39.889Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.edit,1.17.0.v20231119-1528 [2024-04-06T13:33:39.889Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.targlets.core.source,1.20.0.v20231120-1324 [2024-04-06T13:33:39.889Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.projectconfig.source,1.14.0.v20230617-1322 [2024-04-06T13:33:39.889Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.launching,1.15.0.v20230617-1322 [2024-04-06T13:33:39.889Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.targlets.source,1.19.0.v20230617-1322 [2024-04-06T13:33:39.889Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.ui.questionnaire,1.13.0.v20220421-1218 [2024-04-06T13:33:39.889Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.jdt.edit,1.16.0.v20231119-1528 [2024-04-06T13:33:39.889Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.util.pde.source,1.12.0.v20220421-1218 [2024-04-06T13:33:39.889Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.projectset,1.17.0.v20230617-1322 [2024-04-06T13:33:39.889Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.pde,1.15.0.v20230617-1322 [2024-04-06T13:33:39.889Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.git.source,1.25.0.v20240305-1525 [2024-04-06T13:33:39.889Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.predicates.edit.source,1.15.0.v20230416-0642 [2024-04-06T13:33:39.889Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.editor,1.27.0.v20231119-1528 [2024-04-06T13:33:39.889Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.maven,1.21.0.v20240130-1324 [2024-04-06T13:33:39.889Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.mylyn.source,1.19.0.v20230731-0700 [2024-04-06T13:33:39.889Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.base.edit.source,1.17.0.v20230617-1322 [2024-04-06T13:33:39.889Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.predicates.source,1.17.0.v20230617-1322 [2024-04-06T13:33:39.889Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.ui.ide,1.16.0.v20240306-1109 [2024-04-06T13:33:39.889Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.targlets.source,1.25.0.v20231120-1324 [2024-04-06T13:33:39.890Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.workingsets,1.18.0.v20230828-1517 [2024-04-06T13:33:39.890Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.resources.edit,1.14.0.v20240130-1324 [2024-04-06T13:33:39.890Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.workingsets.edit.source,1.13.0.v20230204-0932 [2024-04-06T13:33:39.890Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.jdt,1.23.0.v20231119-1528 [2024-04-06T13:33:39.890Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.version.ui,1.15.0.v20230320-1346 [2024-04-06T13:33:39.890Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.workingsets,1.17.0.v20230617-1322 [2024-04-06T13:33:39.890Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.edit.source,1.17.0.v20231119-1528 [2024-04-06T13:33:39.890Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.sdk.source,1.30.0.v20240306-1109 [2024-04-06T13:33:39.890Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.targlets.core,1.20.0.v20231120-1324 [2024-04-06T13:33:39.890Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.preferences,1.14.0.v20230617-1322 [2024-04-06T13:33:39.890Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.resources,1.20.0.v20240130-1324 [2024-04-06T13:33:39.890Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.launching.source,1.18.0.v20230617-1322 [2024-04-06T13:33:39.890Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.projects.edit,1.15.0.v20230617-1322 [2024-04-06T13:33:39.890Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.launching.source,1.15.0.v20230617-1322 [2024-04-06T13:33:39.890Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.targlets.doc.source,1.14.0.v20230617-1322 [2024-04-06T13:33:39.890Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.mylyn,1.19.0.v20230731-0700 [2024-04-06T13:33:39.890Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.p2.ui,1.21.0.v20230828-1517 [2024-04-06T13:33:39.890Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.version.digest,1.11.0.v20220421-1218 [2024-04-06T13:33:40.151Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.workingsets,1.14.0.v20230617-1322 [2024-04-06T13:33:40.152Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.p2.source,1.29.0.v20240120-1356 [2024-04-06T13:33:40.152Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.projects,1.18.0.v20230617-1322 [2024-04-06T13:33:40.152Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.workbench.edit,1.14.0.v20230416-1315 [2024-04-06T13:33:40.152Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.maven.source,1.21.0.v20240130-1324 [2024-04-06T13:33:40.152Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.sdk,1.30.0.v20240306-1109 [2024-04-06T13:33:40.152Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.maven,1.20.0.v20240130-1324 [2024-04-06T13:33:40.152Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.version.ui.source,1.15.0.v20230320-1346 [2024-04-06T13:33:40.152Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.projectset,1.14.0.v20230617-1322 [2024-04-06T13:33:40.152Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.targlets.source,1.16.0.v20230617-1322 [2024-04-06T13:33:40.152Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.ui.source,1.29.0.v20240306-1109 [2024-04-06T13:33:40.152Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.pde,1.17.0.v20230617-1322 [2024-04-06T13:33:40.152Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.preferences.source,1.14.0.v20230617-1322 [2024-04-06T13:33:40.152Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.p2.edit,1.16.0.v20230617-1322 [2024-04-06T13:33:40.152Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.extractor.lib.source,1.9.0.v20220421-1218 [2024-04-06T13:33:40.152Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.targlets,1.19.0.v20230617-1322 [2024-04-06T13:33:40.152Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.jdt.edit.source,1.16.0.v20231119-1528 [2024-04-06T13:33:40.152Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.preferences.edit,1.13.0.v20230204-0932 [2024-04-06T13:33:40.152Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.p2.ui.source,1.21.0.v20230828-1517 [2024-04-06T13:33:40.152Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.launching.edit.source,1.15.0.v20230617-1322 [2024-04-06T13:33:40.152Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.projectconfig.editor,1.14.0.v20230828-1517 [2024-04-06T13:33:40.152Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.version.source,1.16.0.v20240211-0940 [2024-04-06T13:33:40.152Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.targlets,1.19.0.v20231111-1149 [2024-04-06T13:33:40.152Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.p2.edit.source,1.16.0.v20230617-1322 [2024-04-06T13:33:40.153Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.maven.source,1.20.0.v20240130-1324 [2024-04-06T13:33:40.153Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.jreinfo.ui.source,1.15.0.v20220520-1242 [2024-04-06T13:33:40.153Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.targlets,1.25.0.v20231120-1324 [2024-04-06T13:33:40.153Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.p2.source,1.17.0.v20230617-1322 [2024-04-06T13:33:40.153Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.core.source,1.30.0.v20240211-0940 [2024-04-06T13:33:40.153Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.workingsets.edit,1.14.0.v20230617-1322 [2024-04-06T13:33:40.153Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.jreinfo.win32.x86_64,1.8.0.v20220421-1218 [2024-04-06T13:33:40.153Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.pde.source,1.17.0.v20230617-1322 [2024-04-06T13:33:40.153Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.mylyn.source,1.20.0.v20230731-0700 [2024-04-06T13:33:40.153Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.launching.edit,1.15.0.v20230617-1322 [2024-04-06T13:33:40.153Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.git.source,1.25.0.v20240305-1525 [2024-04-06T13:33:40.153Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.ui.ide.source,1.12.0.v20220421-1218 [2024-04-06T13:33:40.153Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.targlets.edit.source,1.15.0.v20230204-0932 [2024-04-06T13:33:40.153Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.maven.edit,1.16.0.v20230617-1322 [2024-04-06T13:33:40.153Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.projectconfig.source,1.17.0.v20230828-1517 [2024-04-06T13:33:40.153Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.workbench.source,1.18.0.v20230828-1517 [2024-04-06T13:33:40.153Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.projectset.source,1.17.0.v20230617-1322 [2024-04-06T13:33:40.153Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.workbench,1.15.0.v20230828-1517 [2024-04-06T13:33:40.153Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.preferences.source,1.17.0.v20230828-1517 [2024-04-06T13:33:40.153Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.p2.source,1.20.0.v20230617-1322 [2024-04-06T13:33:40.153Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup,1.31.0.v20240306-1109 [2024-04-06T13:33:40.153Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.git,1.25.0.v20240305-1525 [2024-04-06T13:33:40.153Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.projectconfig,1.14.0.v20230617-1322 [2024-04-06T13:33:40.153Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.resources.source,1.20.0.v20240130-1324 [2024-04-06T13:33:40.153Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.mylyn.edit.source,1.14.0.v20230617-1322 [2024-04-06T13:33:40.153Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.workingsets.source,1.14.0.v20230617-1322 [2024-04-06T13:33:40.153Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.projects.source,1.16.0.v20230617-1322 [2024-04-06T13:33:40.154Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.sync.source,1.16.0.v20240211-0940 [2024-04-06T13:33:40.421Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.jreinfo,1.18.0.v20230817-0718 [2024-04-06T13:33:40.421Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.projectset.source,1.14.0.v20230617-1322 [2024-04-06T13:33:40.421Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.jdt.source,1.23.0.v20231119-1528 [2024-04-06T13:33:40.421Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.pde.source,1.15.0.v20230617-1322 [2024-04-06T13:33:40.421Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.projectset.edit,1.14.0.v20230617-1322 [2024-04-06T13:33:40.421Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.ui.ide,1.12.0.v20220421-1218 [2024-04-06T13:33:40.421Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.targlets.doc,1.14.0.v20230617-1322 [2024-04-06T13:33:40.421Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.setup.targlets,1.16.0.v20230617-1322 [2024-04-06T13:33:40.421Z] - mirrored artifact osgi.bundle,org.eclipse.oomph.util.pde,1.12.0.v20220421-1218 [2024-04-06T13:33:40.421Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.oomph.setup.core,1.30.0.v20240211-0940 [2024-04-06T13:33:40.421Z] Mirroring artifacts from https://download.eclipse.org/mat/2023-12/RC1/update-site [2024-04-06T13:33:40.421Z] - mirroring artifact osgi.bundle,org.eclipse.mat.ibmdumps,1.15.0.202311170814 [2024-04-06T13:33:40.422Z] - mirroring artifact osgi.bundle,org.eclipse.mat.chart,1.15.0.202311170814 [2024-04-06T13:33:40.422Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mat.chart.feature,1.15.0.202311170814 [2024-04-06T13:33:40.422Z] - mirroring artifact osgi.bundle,org.eclipse.birt.chart.engine.extension,4.12.0.v202211281949 [2024-04-06T13:33:40.422Z] - mirroring artifact osgi.bundle,org.eclipse.mat.parser,1.15.0.202311170814 [2024-04-06T13:33:40.422Z] - mirroring artifact osgi.bundle,org.eclipse.mat.api,1.15.0.202311170814 [2024-04-06T13:33:40.422Z] - mirroring artifact osgi.bundle,org.eclipse.mat.chart.ui,1.15.0.202311170814 [2024-04-06T13:33:40.422Z] - mirroring artifact osgi.bundle,org.eclipse.birt.core,4.12.0.v202211281949 [2024-04-06T13:33:40.422Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.mat.feature,1.15.0.202311170814 [2024-04-06T13:33:40.422Z] - mirroring artifact osgi.bundle,org.eclipse.mat.hprof,1.15.0.202311170814 [2024-04-06T13:33:40.422Z] - mirroring artifact osgi.bundle,org.eclipse.mat.jruby.resolver,1.15.0.202311170814 [2024-04-06T13:33:40.422Z] - mirroring artifact osgi.bundle,org.eclipse.birt.chart.device.extension,4.12.0.v202211281949 [2024-04-06T13:33:40.422Z] - mirroring artifact osgi.bundle,org.eclipse.mat.dtfj,1.15.0.202311170814 [2024-04-06T13:33:40.422Z] - mirroring artifact osgi.bundle,org.eclipse.mat.ui,1.15.0.202311170814 [2024-04-06T13:33:40.422Z] - mirroring artifact osgi.bundle,org.eclipse.mat.report,1.15.0.202311170814 [2024-04-06T13:33:40.422Z] - mirroring artifact osgi.bundle,org.eclipse.birt.chart.device.swt,4.12.0.v202211281949 [2024-04-06T13:33:40.422Z] - mirroring artifact osgi.bundle,org.eclipse.birt.chart.engine,4.12.0.v202211281949 [2024-04-06T13:33:40.422Z] - mirroring artifact osgi.bundle,org.eclipse.mat.ui.help,1.15.0.202311170814 [2024-04-06T13:33:40.422Z] - mirroring artifact osgi.bundle,org.eclipse.mat.jdt,1.15.0.202311170814 [2024-04-06T13:33:40.422Z] - mirrored artifact osgi.bundle,org.eclipse.mat.ibmdumps,1.15.0.202311170814 [2024-04-06T13:33:40.422Z] - mirrored artifact osgi.bundle,org.eclipse.mat.chart,1.15.0.202311170814 [2024-04-06T13:33:40.422Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mat.chart.feature,1.15.0.202311170814 [2024-04-06T13:33:40.422Z] - mirrored artifact osgi.bundle,org.eclipse.birt.chart.engine.extension,4.12.0.v202211281949 [2024-04-06T13:33:40.422Z] - mirrored artifact osgi.bundle,org.eclipse.mat.parser,1.15.0.202311170814 [2024-04-06T13:33:40.422Z] - mirrored artifact osgi.bundle,org.eclipse.mat.chart.ui,1.15.0.202311170814 [2024-04-06T13:33:40.422Z] - mirrored artifact osgi.bundle,org.eclipse.birt.core,4.12.0.v202211281949 [2024-04-06T13:33:40.422Z] - mirrored artifact osgi.bundle,org.eclipse.mat.api,1.15.0.202311170814 [2024-04-06T13:33:40.684Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.mat.feature,1.15.0.202311170814 [2024-04-06T13:33:40.684Z] - mirrored artifact osgi.bundle,org.eclipse.mat.jruby.resolver,1.15.0.202311170814 [2024-04-06T13:33:40.684Z] - mirrored artifact osgi.bundle,org.eclipse.mat.hprof,1.15.0.202311170814 [2024-04-06T13:33:40.684Z] - mirrored artifact osgi.bundle,org.eclipse.mat.dtfj,1.15.0.202311170814 [2024-04-06T13:33:40.684Z] - mirrored artifact osgi.bundle,org.eclipse.birt.chart.device.extension,4.12.0.v202211281949 [2024-04-06T13:33:40.685Z] - mirrored artifact osgi.bundle,org.eclipse.mat.report,1.15.0.202311170814 [2024-04-06T13:33:40.685Z] - mirrored artifact osgi.bundle,org.eclipse.birt.chart.device.swt,4.12.0.v202211281949 [2024-04-06T13:33:40.685Z] - mirrored artifact osgi.bundle,org.eclipse.mat.ui,1.15.0.202311170814 [2024-04-06T13:33:40.685Z] - mirrored artifact osgi.bundle,org.eclipse.birt.chart.engine,4.12.0.v202211281949 [2024-04-06T13:33:40.685Z] - mirrored artifact osgi.bundle,org.eclipse.mat.jdt,1.15.0.202311170814 [2024-04-06T13:33:41.257Z] - mirrored artifact osgi.bundle,org.eclipse.mat.ui.help,1.15.0.202311170814 [2024-04-06T13:33:41.257Z] Mirroring artifacts from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5 [2024-04-06T13:33:41.257Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.codegen.ecore.source,2.5.2.v20221116-1811 [2024-04-06T13:33:41.257Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.codegen.ecore.ui.source,2.5.2.v20221116-1811 [2024-04-06T13:33:41.257Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.examples.source,5.5.0.v20221116-1811 [2024-04-06T13:33:41.257Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml.edit,5.5.0.v20221116-1811 [2024-04-06T13:33:41.257Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.uml,5.5.0.v20221116-1811 [2024-04-06T13:33:41.257Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.common.edit,2.5.0.v20221116-1811 [2024-04-06T13:33:41.257Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.doc.source,5.5.0.v20221116-1811 [2024-04-06T13:33:41.258Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.doc,5.5.0.v20221116-1811 [2024-04-06T13:33:41.258Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.codegen.ecore.ui,2.5.2.v20221116-1811 [2024-04-06T13:33:41.258Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.sdk,5.5.3.v20221116-1811 [2024-04-06T13:33:41.258Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml.profile.standard,1.5.0.v20221116-1811 [2024-04-06T13:33:41.258Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml.resources.source,5.5.0.v20221116-1811 [2024-04-06T13:33:41.258Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.codegen.ecore,2.5.2.v20221116-1811 [2024-04-06T13:33:41.258Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.common.edit.source,2.5.0.v20221116-1811 [2024-04-06T13:33:41.258Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.ant.source,1.5.0.v20221116-1811 [2024-04-06T13:33:41.258Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.types.source,2.5.0.v20221116-1811 [2024-04-06T13:33:41.258Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.ant,1.5.0.v20221116-1811 [2024-04-06T13:33:41.258Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.uml.edit.source,5.5.0.v20221116-1811 [2024-04-06T13:33:41.258Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.examples.uml.ui,5.5.0.v20221116-1811 [2024-04-06T13:33:41.258Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.common.source,2.5.0.v20221116-1811 [2024-04-06T13:33:41.258Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.examples.uml.ui.source,5.5.0.v20221116-1811 [2024-04-06T13:33:41.258Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.uml.source,5.5.0.v20221116-1811 [2024-04-06T13:33:41.258Z] - mirroring artifact osgi.bundle,org.eclipse.uml2,5.5.3.v20221116-1811 [2024-04-06T13:33:41.258Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.examples,5.5.0.v20221116-1811 [2024-04-06T13:33:41.258Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.codegen.ecore.ui,2.5.2.v20221116-1811 [2024-04-06T13:33:41.258Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.sdk,5.5.3.v20221116-1811 [2024-04-06T13:33:41.258Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml.ecore.importer.source,3.5.0.v20221116-1811 [2024-04-06T13:33:41.258Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.examples,5.5.0.v20221116-1811 [2024-04-06T13:33:41.258Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.types,2.5.0.v20221116-1811 [2024-04-06T13:33:41.258Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml.ecore.exporter,3.5.0.v20221116-1811 [2024-04-06T13:33:41.258Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.source,5.5.3.v20221116-1811 [2024-04-06T13:33:41.258Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml.validation.source,5.5.0.v20221116-1811 [2024-04-06T13:33:41.258Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml,5.5.0.v20221116-1811 [2024-04-06T13:33:41.258Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.sdk.source,5.5.3.v20221116-1811 [2024-04-06T13:33:41.259Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.codegen.ecore.ui.source,2.5.2.v20221116-1811 [2024-04-06T13:33:41.259Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml.ecore.exporter.source,3.5.0.v20221116-1811 [2024-04-06T13:33:41.259Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.common,2.5.0.v20221116-1811 [2024-04-06T13:33:41.259Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.doc.source,5.5.0.v20221116-1811 [2024-04-06T13:33:41.259Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml.edit.source,5.5.0.v20221116-1811 [2024-04-06T13:33:41.259Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.uml.edit,5.5.0.v20221116-1811 [2024-04-06T13:33:41.259Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.sdk.source,5.5.3.v20221116-1811 [2024-04-06T13:33:41.259Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml.source,5.5.0.v20221116-1811 [2024-04-06T13:33:41.259Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml.editor.source,5.5.0.v20221116-1811 [2024-04-06T13:33:41.259Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml.resources,5.5.0.v20221116-1811 [2024-04-06T13:33:41.259Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml.validation,5.5.0.v20221116-1811 [2024-04-06T13:33:41.259Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2,5.5.3.v20221116-1811 [2024-04-06T13:33:41.259Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.common.source,2.5.0.v20221116-1811 [2024-04-06T13:33:41.259Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.common.edit.source,2.5.0.v20221116-1811 [2024-04-06T13:33:41.259Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml.profile.standard.source,1.5.0.v20221116-1811 [2024-04-06T13:33:41.259Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.examples.source,5.5.0.v20221116-1811 [2024-04-06T13:33:41.259Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.common,2.5.0.v20221116-1811 [2024-04-06T13:33:41.259Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml.ecore.importer,3.5.0.v20221116-1811 [2024-04-06T13:33:41.259Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.common.edit,2.5.0.v20221116-1811 [2024-04-06T13:33:41.259Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.uml.editor,5.5.0.v20221116-1811 [2024-04-06T13:33:41.259Z] - mirroring artifact osgi.bundle,org.eclipse.uml2.doc,5.5.0.v20221116-1811 [2024-04-06T13:33:41.259Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.uml2.source,5.5.3.v20221116-1811 [2024-04-06T13:33:41.259Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.codegen.ecore.source,2.5.2.v20221116-1811 [2024-04-06T13:33:41.259Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.codegen.ecore.ui.source,2.5.2.v20221116-1811 [2024-04-06T13:33:41.259Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.examples.source,5.5.0.v20221116-1811 [2024-04-06T13:33:41.259Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.uml,5.5.0.v20221116-1811 [2024-04-06T13:33:41.259Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.common.edit,2.5.0.v20221116-1811 [2024-04-06T13:33:41.259Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.doc.source,5.5.0.v20221116-1811 [2024-04-06T13:33:41.259Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.doc,5.5.0.v20221116-1811 [2024-04-06T13:33:41.523Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml.edit,5.5.0.v20221116-1811 [2024-04-06T13:33:41.523Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.codegen.ecore.ui,2.5.2.v20221116-1811 [2024-04-06T13:33:41.523Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.sdk,5.5.3.v20221116-1811 [2024-04-06T13:33:41.523Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml.profile.standard,1.5.0.v20221116-1811 [2024-04-06T13:33:41.523Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml.resources.source,5.5.0.v20221116-1811 [2024-04-06T13:33:41.523Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.common.edit.source,2.5.0.v20221116-1811 [2024-04-06T13:33:41.523Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.ant.source,1.5.0.v20221116-1811 [2024-04-06T13:33:41.523Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.types.source,2.5.0.v20221116-1811 [2024-04-06T13:33:41.523Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.codegen.ecore,2.5.2.v20221116-1811 [2024-04-06T13:33:41.523Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.uml.edit.source,5.5.0.v20221116-1811 [2024-04-06T13:33:41.523Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.ant,1.5.0.v20221116-1811 [2024-04-06T13:33:41.523Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.common.source,2.5.0.v20221116-1811 [2024-04-06T13:33:41.523Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.examples.uml.ui,5.5.0.v20221116-1811 [2024-04-06T13:33:41.523Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.uml.source,5.5.0.v20221116-1811 [2024-04-06T13:33:41.523Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.examples.uml.ui.source,5.5.0.v20221116-1811 [2024-04-06T13:33:41.523Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.examples,5.5.0.v20221116-1811 [2024-04-06T13:33:41.523Z] - mirrored artifact osgi.bundle,org.eclipse.uml2,5.5.3.v20221116-1811 [2024-04-06T13:33:41.524Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.codegen.ecore.ui,2.5.2.v20221116-1811 [2024-04-06T13:33:41.524Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.sdk,5.5.3.v20221116-1811 [2024-04-06T13:33:41.524Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml.ecore.importer.source,3.5.0.v20221116-1811 [2024-04-06T13:33:41.524Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.types,2.5.0.v20221116-1811 [2024-04-06T13:33:41.524Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.examples,5.5.0.v20221116-1811 [2024-04-06T13:33:41.524Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml.ecore.exporter,3.5.0.v20221116-1811 [2024-04-06T13:33:41.524Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml.validation.source,5.5.0.v20221116-1811 [2024-04-06T13:33:41.524Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.source,5.5.3.v20221116-1811 [2024-04-06T13:33:41.524Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.sdk.source,5.5.3.v20221116-1811 [2024-04-06T13:33:41.524Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.codegen.ecore.ui.source,2.5.2.v20221116-1811 [2024-04-06T13:33:41.524Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml.ecore.exporter.source,3.5.0.v20221116-1811 [2024-04-06T13:33:41.524Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.common,2.5.0.v20221116-1811 [2024-04-06T13:33:41.524Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.doc.source,5.5.0.v20221116-1811 [2024-04-06T13:33:41.524Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml.edit.source,5.5.0.v20221116-1811 [2024-04-06T13:33:41.810Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.uml.edit,5.5.0.v20221116-1811 [2024-04-06T13:33:41.810Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.sdk.source,5.5.3.v20221116-1811 [2024-04-06T13:33:41.810Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml,5.5.0.v20221116-1811 [2024-04-06T13:33:41.810Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml.editor.source,5.5.0.v20221116-1811 [2024-04-06T13:33:41.810Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml.resources,5.5.0.v20221116-1811 [2024-04-06T13:33:41.810Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml.validation,5.5.0.v20221116-1811 [2024-04-06T13:33:41.810Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2,5.5.3.v20221116-1811 [2024-04-06T13:33:41.810Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.common.source,2.5.0.v20221116-1811 [2024-04-06T13:33:41.810Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.common.edit.source,2.5.0.v20221116-1811 [2024-04-06T13:33:41.810Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml.profile.standard.source,1.5.0.v20221116-1811 [2024-04-06T13:33:41.810Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.examples.source,5.5.0.v20221116-1811 [2024-04-06T13:33:41.810Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.common,2.5.0.v20221116-1811 [2024-04-06T13:33:41.810Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml.source,5.5.0.v20221116-1811 [2024-04-06T13:33:41.810Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.common.edit,2.5.0.v20221116-1811 [2024-04-06T13:33:41.810Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml.ecore.importer,3.5.0.v20221116-1811 [2024-04-06T13:33:42.074Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.doc,5.5.0.v20221116-1811 [2024-04-06T13:33:42.074Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.uml2.source,5.5.3.v20221116-1811 [2024-04-06T13:33:42.074Z] - mirrored artifact osgi.bundle,org.eclipse.uml2.uml.editor,5.5.0.v20221116-1811 [2024-04-06T13:33:42.074Z] Mirroring artifacts from https://download.eclipse.org/modeling/mdt/ocl/builds/release/6.20.0 [2024-04-06T13:33:42.074Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.edit.source,4.20.0.v20240305-1416 [2024-04-06T13:33:42.074Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.uml,5.20.0.v20240305-1416 [2024-04-06T13:33:42.074Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.base,1.20.0.v20240305-1416 [2024-04-06T13:33:42.074Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.edit,4.20.0.v20240305-1416 [2024-04-06T13:33:42.074Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.codegen.source,2.20.0.v20240305-1416 [2024-04-06T13:33:42.074Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.common,1.20.0.v20240305-1416 [2024-04-06T13:33:42.074Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.idioms.ui.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.074Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.completeocl,1.20.0.v20240305-1416 [2024-04-06T13:33:42.074Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.pivot.uml.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.074Z] - mirroring artifact osgi.bundle,lpg.runtime.java.source,2.0.17.v201004271640 [2024-04-06T13:33:42.074Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.debug.ui.source,2.20.0.v20240305-1416 [2024-04-06T13:33:42.075Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.examples,6.20.0.v20240305-1416 [2024-04-06T13:33:42.075Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.validity,2.20.0.v20240305-1416 [2024-04-06T13:33:42.075Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.xtext.console,4.20.0.v20240305-1416 [2024-04-06T13:33:42.075Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.debug.vm,2.20.0.v20240305-1416 [2024-04-06T13:33:42.075Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.emf.validation.validity,2.20.0.v20240305-1416 [2024-04-06T13:33:42.075Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.unified.ui,1.20.0.v20240305-1416 [2024-04-06T13:33:42.075Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.pivot,1.20.0.v20240305-1416 [2024-04-06T13:33:42.075Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.essentialocl.ui.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.075Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.simrel.classic,5.19.0.v20240305-1416 [2024-04-06T13:33:42.075Z] - mirroring artifact osgi.bundle,lpg.runtime.java,2.0.17.v201004271640 [2024-04-06T13:33:42.075Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.examples.unified,4.20.0.v20240305-1416 [2024-04-06T13:33:42.075Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.doc.source,3.20.0.v20240305-1416 [2024-04-06T13:33:42.075Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.build,6.20.0.v20240305-1416 [2024-04-06T13:33:42.075Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.examples.classic,5.20.0.v20240305-1416 [2024-04-06T13:33:42.075Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.build.source,6.20.0.v20240305-1416 [2024-04-06T13:33:42.075Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.source,3.20.0.v20240305-1416 [2024-04-06T13:33:42.075Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.idioms,1.20.0.v20240305-1416 [2024-04-06T13:33:42.075Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.simrel.classic.source,5.19.0.v20240305-1416 [2024-04-06T13:33:42.075Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.codegen,2.20.0.v20240305-1416 [2024-04-06T13:33:42.075Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.markup,1.20.0.v20240305-1416 [2024-04-06T13:33:42.075Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.standalone.source,2.20.0.v20240305-1416 [2024-04-06T13:33:42.075Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.markup.ui,1.20.0.v20240305-1416 [2024-04-06T13:33:42.075Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.all.sdk,5.20.0.v20240305-1416 [2024-04-06T13:33:42.075Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.eventmanager,3.20.0.v20240305-1416 [2024-04-06T13:33:42.075Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.validity.source,2.20.0.v20240305-1416 [2024-04-06T13:33:42.075Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.essentialocl.ui,1.20.0.v20240305-1416 [2024-04-06T13:33:42.075Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.impactanalyzer.ui.source,3.20.0.v20240305-1416 [2024-04-06T13:33:42.076Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.debug.source,2.20.0.v20240305-1416 [2024-04-06T13:33:42.076Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.emf.validation.validity.ui,2.20.0.v20240305-1416 [2024-04-06T13:33:42.076Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.pivot.ui,1.20.0.v20240305-1416 [2024-04-06T13:33:42.076Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.edit.source,5.20.0.v20240305-1416 [2024-04-06T13:33:42.076Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.ecore.source,3.20.0.v20240305-1416 [2024-04-06T13:33:42.076Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.tools,3.19.0.v20240305-1416 [2024-04-06T13:33:42.076Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.oclstdlib.ui.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.076Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.emf.validation.validity.ui.source,2.20.0.v20240305-1416 [2024-04-06T13:33:42.076Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.debug.vm.ui.source,2.20.0.v20240305-1416 [2024-04-06T13:33:42.076Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.ui.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.076Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.unified.core.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.076Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.source,3.20.0.v20240305-1416 [2024-04-06T13:33:42.076Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.debug.vm.source,2.20.0.v20240305-1416 [2024-04-06T13:33:42.076Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.classic.source,5.20.0.v20240305-1416 [2024-04-06T13:33:42.076Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.markup.ui.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.076Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.doc.source,3.20.0.v20240305-1416 [2024-04-06T13:33:42.076Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.oclstdlib,1.20.0.v20240305-1416 [2024-04-06T13:33:42.076Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.pivot.ui.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.076Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.essentialocl.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.076Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.common.ui,1.20.0.v20240305-1416 [2024-04-06T13:33:42.076Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.unified.source,4.20.0.v20240305-1416 [2024-04-06T13:33:42.076Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.edit,5.20.0.v20240305-1416 [2024-04-06T13:33:42.076Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.examples.source,6.20.0.v20240305-1416 [2024-04-06T13:33:42.076Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.pivot.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.076Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.emf.validation.validity.source,2.20.0.v20240305-1416 [2024-04-06T13:33:42.076Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.impactanalyzer,3.20.0.v20240305-1416 [2024-04-06T13:33:42.076Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.classic,5.20.0.v20240305-1416 [2024-04-06T13:33:42.077Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.examples.unified.source,4.20.0.v20240305-1416 [2024-04-06T13:33:42.077Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.debug,2.20.0.v20240305-1416 [2024-04-06T13:33:42.077Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.unified,4.20.0.v20240305-1416 [2024-04-06T13:33:42.077Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.examples.classic.source,5.20.0.v20240305-1416 [2024-04-06T13:33:42.077Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.idioms.ui,1.20.0.v20240305-1416 [2024-04-06T13:33:42.077Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.oclstdlib.ui,1.20.0.v20240305-1416 [2024-04-06T13:33:42.077Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.uml.source,5.20.0.v20240305-1416 [2024-04-06T13:33:42.077Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.impactanalyzer.ui,3.20.0.v20240305-1416 [2024-04-06T13:33:42.077Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.common.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.077Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.ui,2.20.0.v20240305-1416 [2024-04-06T13:33:42.077Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.impactanalyzer.source,3.20.0.v20240305-1416 [2024-04-06T13:33:42.077Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.essentialocl,1.20.0.v20240305-1416 [2024-04-06T13:33:42.077Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.idioms.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.077Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.pivot.uml,1.20.0.v20240305-1416 [2024-04-06T13:33:42.077Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.completeocl.ui,1.20.0.v20240305-1416 [2024-04-06T13:33:42.077Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples,3.20.0.v20240305-1416 [2024-04-06T13:33:42.077Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.base.ui.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.077Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.doc,3.20.0.v20240305-1416 [2024-04-06T13:33:42.077Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.tools.source,3.19.0.v20240305-1416 [2024-04-06T13:33:42.077Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.oclinecore.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.077Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.ui.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.077Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.source,3.20.0.v20240305-1416 [2024-04-06T13:33:42.077Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.base.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.077Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.uml.ui.source,2.20.0.v20240305-1416 [2024-04-06T13:33:42.077Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.common.ui.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.077Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.uml.ui,2.20.0.v20240305-1416 [2024-04-06T13:33:42.077Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl,3.20.0.v20240305-1416 [2024-04-06T13:33:42.077Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.oclinecore,1.20.0.v20240305-1416 [2024-04-06T13:33:42.077Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.markup.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.077Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.impactanalyzer.util.source,3.20.0.v20240305-1416 [2024-04-06T13:33:42.078Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.oclstdlib.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.078Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.debug.ui,2.20.0.v20240305-1416 [2024-04-06T13:33:42.078Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.completeocl.ui.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.078Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.standalone,2.20.0.v20240305-1416 [2024-04-06T13:33:42.078Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.oclinecore.ui,1.20.0.v20240305-1416 [2024-04-06T13:33:42.078Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.ecore.edit,4.20.0.v20240305-1416 [2024-04-06T13:33:42.078Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.ui,1.20.0.v20240305-1416 [2024-04-06T13:33:42.078Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.ui,1.20.0.v20240305-1416 [2024-04-06T13:33:42.078Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.completeocl.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.078Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.all.sdk.source,5.20.0.v20240305-1416 [2024-04-06T13:33:42.078Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.uml.edit,5.20.0.v20240305-1416 [2024-04-06T13:33:42.078Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.unified.core,1.20.0.v20240305-1416 [2024-04-06T13:33:42.078Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.uml,5.20.0.v20240305-1416 [2024-04-06T13:33:42.078Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.doc,3.20.0.v20240305-1416 [2024-04-06T13:33:42.078Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.impactanalyzer.util,3.20.0.v20240305-1416 [2024-04-06T13:33:42.078Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.ui.source,2.20.0.v20240305-1416 [2024-04-06T13:33:42.078Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.unified.ui.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.078Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.oclinecore.ui.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.078Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.interpreter.source,4.20.0.v20240305-1416 [2024-04-06T13:33:42.078Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.uml.edit.source,5.20.0.v20240305-1416 [2024-04-06T13:33:42.078Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.ecore.edit.source,4.20.0.v20240305-1416 [2024-04-06T13:33:42.078Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ocl.uml.source,5.20.0.v20240305-1416 [2024-04-06T13:33:42.078Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.ecore,3.20.0.v20240305-1416 [2024-04-06T13:33:42.078Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.xtext.console.source,4.20.0.v20240305-1416 [2024-04-06T13:33:42.078Z] - mirroring artifact osgi.bundle,org.eclipse.ocl,3.20.0.v20240305-1416 [2024-04-06T13:33:42.078Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.xtext.base.ui,1.20.0.v20240305-1416 [2024-04-06T13:33:42.078Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.debug.vm.ui,2.20.0.v20240305-1416 [2024-04-06T13:33:42.078Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.eventmanager.source,3.20.0.v20240305-1416 [2024-04-06T13:33:42.079Z] - mirroring artifact osgi.bundle,org.eclipse.ocl.examples.interpreter,4.20.0.v20240305-1416 [2024-04-06T13:33:42.079Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.uml,5.20.0.v20240305-1416 [2024-04-06T13:33:42.079Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.edit.source,4.20.0.v20240305-1416 [2024-04-06T13:33:42.079Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.edit,4.20.0.v20240305-1416 [2024-04-06T13:33:42.079Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.codegen.source,2.20.0.v20240305-1416 [2024-04-06T13:33:42.350Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.base,1.20.0.v20240305-1416 [2024-04-06T13:33:42.350Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.common,1.20.0.v20240305-1416 [2024-04-06T13:33:42.350Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.idioms.ui.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.350Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.completeocl,1.20.0.v20240305-1416 [2024-04-06T13:33:42.350Z] - mirrored artifact osgi.bundle,lpg.runtime.java.source,2.0.17.v201004271640 [2024-04-06T13:33:42.350Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.debug.ui.source,2.20.0.v20240305-1416 [2024-04-06T13:33:42.350Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.pivot.uml.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.350Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.examples,6.20.0.v20240305-1416 [2024-04-06T13:33:42.350Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.validity,2.20.0.v20240305-1416 [2024-04-06T13:33:42.350Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.xtext.console,4.20.0.v20240305-1416 [2024-04-06T13:33:42.350Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.debug.vm,2.20.0.v20240305-1416 [2024-04-06T13:33:42.350Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.emf.validation.validity,2.20.0.v20240305-1416 [2024-04-06T13:33:42.350Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.unified.ui,1.20.0.v20240305-1416 [2024-04-06T13:33:42.350Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.essentialocl.ui.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.350Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.simrel.classic,5.19.0.v20240305-1416 [2024-04-06T13:33:42.350Z] - mirrored artifact osgi.bundle,lpg.runtime.java,2.0.17.v201004271640 [2024-04-06T13:33:42.350Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.examples.unified,4.20.0.v20240305-1416 [2024-04-06T13:33:42.613Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.pivot,1.20.0.v20240305-1416 [2024-04-06T13:33:42.613Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.build,6.20.0.v20240305-1416 [2024-04-06T13:33:42.613Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.examples.classic,5.20.0.v20240305-1416 [2024-04-06T13:33:42.613Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.build.source,6.20.0.v20240305-1416 [2024-04-06T13:33:42.613Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.source,3.20.0.v20240305-1416 [2024-04-06T13:33:42.613Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.doc.source,3.20.0.v20240305-1416 [2024-04-06T13:33:42.613Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.simrel.classic.source,5.19.0.v20240305-1416 [2024-04-06T13:33:42.613Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.idioms,1.20.0.v20240305-1416 [2024-04-06T13:33:42.614Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.markup,1.20.0.v20240305-1416 [2024-04-06T13:33:42.614Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.standalone.source,2.20.0.v20240305-1416 [2024-04-06T13:33:42.614Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.markup.ui,1.20.0.v20240305-1416 [2024-04-06T13:33:42.614Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.all.sdk,5.20.0.v20240305-1416 [2024-04-06T13:33:42.875Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.eventmanager,3.20.0.v20240305-1416 [2024-04-06T13:33:42.875Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.codegen,2.20.0.v20240305-1416 [2024-04-06T13:33:42.875Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.validity.source,2.20.0.v20240305-1416 [2024-04-06T13:33:42.875Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.impactanalyzer.ui.source,3.20.0.v20240305-1416 [2024-04-06T13:33:42.875Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.essentialocl.ui,1.20.0.v20240305-1416 [2024-04-06T13:33:42.875Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.debug.source,2.20.0.v20240305-1416 [2024-04-06T13:33:42.875Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.pivot.ui,1.20.0.v20240305-1416 [2024-04-06T13:33:42.875Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.emf.validation.validity.ui,2.20.0.v20240305-1416 [2024-04-06T13:33:42.875Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.edit.source,5.20.0.v20240305-1416 [2024-04-06T13:33:42.875Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.tools,3.19.0.v20240305-1416 [2024-04-06T13:33:42.875Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.ecore.source,3.20.0.v20240305-1416 [2024-04-06T13:33:42.875Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.oclstdlib.ui.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.876Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.debug.vm.ui.source,2.20.0.v20240305-1416 [2024-04-06T13:33:42.876Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.emf.validation.validity.ui.source,2.20.0.v20240305-1416 [2024-04-06T13:33:42.876Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.ui.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.876Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.unified.core.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.876Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.source,3.20.0.v20240305-1416 [2024-04-06T13:33:42.876Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.classic.source,5.20.0.v20240305-1416 [2024-04-06T13:33:42.876Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.debug.vm.source,2.20.0.v20240305-1416 [2024-04-06T13:33:42.876Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.markup.ui.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.876Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.doc.source,3.20.0.v20240305-1416 [2024-04-06T13:33:42.876Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.pivot.ui.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.876Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.oclstdlib,1.20.0.v20240305-1416 [2024-04-06T13:33:42.876Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.common.ui,1.20.0.v20240305-1416 [2024-04-06T13:33:42.876Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.essentialocl.source,1.20.0.v20240305-1416 [2024-04-06T13:33:42.876Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.unified.source,4.20.0.v20240305-1416 [2024-04-06T13:33:42.876Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.examples.source,6.20.0.v20240305-1416 [2024-04-06T13:33:42.876Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.edit,5.20.0.v20240305-1416 [2024-04-06T13:33:42.876Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.emf.validation.validity.source,2.20.0.v20240305-1416 [2024-04-06T13:33:42.876Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.impactanalyzer,3.20.0.v20240305-1416 [2024-04-06T13:33:42.876Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.classic,5.20.0.v20240305-1416 [2024-04-06T13:33:42.876Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.examples.unified.source,4.20.0.v20240305-1416 [2024-04-06T13:33:42.876Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.debug,2.20.0.v20240305-1416 [2024-04-06T13:33:42.876Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.unified,4.20.0.v20240305-1416 [2024-04-06T13:33:42.876Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.examples.classic.source,5.20.0.v20240305-1416 [2024-04-06T13:33:42.876Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.idioms.ui,1.20.0.v20240305-1416 [2024-04-06T13:33:43.137Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.pivot.source,1.20.0.v20240305-1416 [2024-04-06T13:33:43.137Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.oclstdlib.ui,1.20.0.v20240305-1416 [2024-04-06T13:33:43.137Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.impactanalyzer.ui,3.20.0.v20240305-1416 [2024-04-06T13:33:43.137Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.uml.source,5.20.0.v20240305-1416 [2024-04-06T13:33:43.137Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.common.source,1.20.0.v20240305-1416 [2024-04-06T13:33:43.137Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.ui,2.20.0.v20240305-1416 [2024-04-06T13:33:43.137Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.impactanalyzer.source,3.20.0.v20240305-1416 [2024-04-06T13:33:43.137Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.idioms.source,1.20.0.v20240305-1416 [2024-04-06T13:33:43.137Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.essentialocl,1.20.0.v20240305-1416 [2024-04-06T13:33:43.137Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.pivot.uml,1.20.0.v20240305-1416 [2024-04-06T13:33:43.137Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.completeocl.ui,1.20.0.v20240305-1416 [2024-04-06T13:33:43.137Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples,3.20.0.v20240305-1416 [2024-04-06T13:33:43.137Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.base.ui.source,1.20.0.v20240305-1416 [2024-04-06T13:33:43.137Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.tools.source,3.19.0.v20240305-1416 [2024-04-06T13:33:43.137Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.oclinecore.source,1.20.0.v20240305-1416 [2024-04-06T13:33:43.137Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.ui.source,1.20.0.v20240305-1416 [2024-04-06T13:33:43.137Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.source,3.20.0.v20240305-1416 [2024-04-06T13:33:43.137Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.base.source,1.20.0.v20240305-1416 [2024-04-06T13:33:43.137Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.uml.ui.source,2.20.0.v20240305-1416 [2024-04-06T13:33:43.137Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.common.ui.source,1.20.0.v20240305-1416 [2024-04-06T13:33:43.137Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.uml.ui,2.20.0.v20240305-1416 [2024-04-06T13:33:43.398Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl,3.20.0.v20240305-1416 [2024-04-06T13:33:43.398Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.oclinecore,1.20.0.v20240305-1416 [2024-04-06T13:33:43.398Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.markup.source,1.20.0.v20240305-1416 [2024-04-06T13:33:43.398Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.impactanalyzer.util.source,3.20.0.v20240305-1416 [2024-04-06T13:33:43.398Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.oclstdlib.source,1.20.0.v20240305-1416 [2024-04-06T13:33:43.398Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.debug.ui,2.20.0.v20240305-1416 [2024-04-06T13:33:43.398Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.completeocl.ui.source,1.20.0.v20240305-1416 [2024-04-06T13:33:43.398Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.standalone,2.20.0.v20240305-1416 [2024-04-06T13:33:43.398Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.oclinecore.ui,1.20.0.v20240305-1416 [2024-04-06T13:33:43.398Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.ecore.edit,4.20.0.v20240305-1416 [2024-04-06T13:33:43.398Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.ui,1.20.0.v20240305-1416 [2024-04-06T13:33:43.398Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.ui,1.20.0.v20240305-1416 [2024-04-06T13:33:43.398Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.completeocl.source,1.20.0.v20240305-1416 [2024-04-06T13:33:43.398Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.all.sdk.source,5.20.0.v20240305-1416 [2024-04-06T13:33:43.399Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.uml.edit,5.20.0.v20240305-1416 [2024-04-06T13:33:43.399Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.unified.core,1.20.0.v20240305-1416 [2024-04-06T13:33:43.399Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.uml,5.20.0.v20240305-1416 [2024-04-06T13:33:43.399Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.doc,3.20.0.v20240305-1416 [2024-04-06T13:33:43.660Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.impactanalyzer.util,3.20.0.v20240305-1416 [2024-04-06T13:33:43.660Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.ui.source,2.20.0.v20240305-1416 [2024-04-06T13:33:43.660Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.unified.ui.source,1.20.0.v20240305-1416 [2024-04-06T13:33:43.660Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.oclinecore.ui.source,1.20.0.v20240305-1416 [2024-04-06T13:33:43.660Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.interpreter.source,4.20.0.v20240305-1416 [2024-04-06T13:33:43.660Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.uml.edit.source,5.20.0.v20240305-1416 [2024-04-06T13:33:43.660Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.ecore.edit.source,4.20.0.v20240305-1416 [2024-04-06T13:33:43.660Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ocl.uml.source,5.20.0.v20240305-1416 [2024-04-06T13:33:43.660Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.ecore,3.20.0.v20240305-1416 [2024-04-06T13:33:43.660Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.xtext.console.source,4.20.0.v20240305-1416 [2024-04-06T13:33:43.660Z] - mirrored artifact osgi.bundle,org.eclipse.ocl,3.20.0.v20240305-1416 [2024-04-06T13:33:43.660Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.xtext.base.ui,1.20.0.v20240305-1416 [2024-04-06T13:33:43.660Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.debug.vm.ui,2.20.0.v20240305-1416 [2024-04-06T13:33:43.921Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.eventmanager.source,3.20.0.v20240305-1416 [2024-04-06T13:33:43.921Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.examples.interpreter,4.20.0.v20240305-1416 [2024-04-06T13:33:44.505Z] - mirrored artifact osgi.bundle,org.eclipse.ocl.doc,3.20.0.v20240305-1416 [2024-04-06T13:33:44.505Z] Mirroring artifacts from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857 [2024-04-06T13:33:44.505Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.query.doc.source,7.0.0.202402190857 [2024-04-06T13:33:44.505Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.equinox.launcher,3.7.15.202402190857 [2024-04-06T13:33:44.505Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.acceleo.query,7.0.0.202402190857 [2024-04-06T13:33:44.505Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.traceability.source,3.7.15.202402190857 [2024-04-06T13:33:44.505Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.profiler.source,3.7.15.202402190857 [2024-04-06T13:33:44.505Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.query.source,7.0.0.202402190857 [2024-04-06T13:33:44.505Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.traceability.model,3.7.15.202402190857 [2024-04-06T13:33:44.505Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.parser.source,3.7.15.202402190857 [2024-04-06T13:33:44.505Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.model.source,3.7.15.202402190857 [2024-04-06T13:33:44.505Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.model,3.7.15.202402190857 [2024-04-06T13:33:44.505Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.common.ide.source,3.7.15.202402190857 [2024-04-06T13:33:44.505Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.profiler.edit.source,3.7.15.202402190857 [2024-04-06T13:33:44.505Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.annotations.source,7.0.0.202402190857 [2024-04-06T13:33:44.505Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.doc,3.7.15.202402190857 [2024-04-06T13:33:44.505Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.common.ui.source,3.7.15.202402190857 [2024-04-06T13:33:44.505Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.query.ide,7.0.0.202402190857 [2024-04-06T13:33:44.505Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.acceleo.equinox.launcher,3.7.15.202402190857 [2024-04-06T13:33:44.505Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.acceleo,3.7.15.202402190857 [2024-04-06T13:33:44.505Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.query.ide.source,7.0.0.202402190857 [2024-04-06T13:33:44.505Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.ui.interpreter.source,3.7.15.202402190857 [2024-04-06T13:33:44.506Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.common.ide,3.7.15.202402190857 [2024-04-06T13:33:44.506Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.common.ui,3.7.15.202402190857 [2024-04-06T13:33:44.506Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.compatibility.ui.source,3.7.15.202402190857 [2024-04-06T13:33:44.506Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.engine,3.7.15.202402190857 [2024-04-06T13:33:44.506Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.compatibility,3.7.15.202402190857 [2024-04-06T13:33:44.506Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.traceability,3.7.15.202402190857 [2024-04-06T13:33:44.506Z] - mirroring artifact osgi.bundle,org.antlr.runtime,4.7.2.v20221112-0806 [2024-04-06T13:33:44.506Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.profiler.editor.source,3.7.15.202402190857 [2024-04-06T13:33:44.506Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.common.source,3.7.15.202402190857 [2024-04-06T13:33:44.506Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.engine.source,3.7.15.202402190857 [2024-04-06T13:33:44.506Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.profiler,3.7.15.202402190857 [2024-04-06T13:33:44.506Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.model.edit,3.7.15.202402190857 [2024-04-06T13:33:44.506Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.model.edit.source,3.7.15.202402190857 [2024-04-06T13:33:44.506Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.traceability.model.source,3.7.15.202402190857 [2024-04-06T13:33:44.506Z] - mirroring artifact osgi.bundle,org.kohsuke.args4j,2.33.0 [2024-04-06T13:33:44.506Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.annotations,7.0.0.202402190857 [2024-04-06T13:33:44.506Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.query,7.0.0.202402190857 [2024-04-06T13:33:44.506Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.profiler.edit,3.7.15.202402190857 [2024-04-06T13:33:44.506Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.compatibility.ui,3.7.15.202402190857 [2024-04-06T13:33:44.506Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.ui.interpreter,3.7.15.202402190857 [2024-04-06T13:33:44.506Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.parser,3.7.15.202402190857 [2024-04-06T13:33:44.506Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.profiler.editor,3.7.15.202402190857 [2024-04-06T13:33:44.506Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.acceleo.query.source,7.0.0.202402190857 [2024-04-06T13:33:44.507Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.compatibility.source,3.7.15.202402190857 [2024-04-06T13:33:44.507Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.common,3.7.15.202402190857 [2024-04-06T13:33:44.507Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.acceleo.source,3.7.15.202402190857 [2024-04-06T13:33:44.507Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.ide.ui.source,3.7.15.202402190857 [2024-04-06T13:33:44.507Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.query.doc,7.0.0.202402190857 [2024-04-06T13:33:44.507Z] - mirroring artifact osgi.bundle,org.eclipse.acceleo.ide.ui,3.7.15.202402190857 [2024-04-06T13:33:44.507Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.equinox.launcher,3.7.15.202402190857 [2024-04-06T13:33:44.507Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.acceleo.query,7.0.0.202402190857 [2024-04-06T13:33:44.507Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.traceability.source,3.7.15.202402190857 [2024-04-06T13:33:44.507Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.profiler.source,3.7.15.202402190857 [2024-04-06T13:33:44.507Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.query.source,7.0.0.202402190857 [2024-04-06T13:33:44.507Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.traceability.model,3.7.15.202402190857 [2024-04-06T13:33:44.507Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.parser.source,3.7.15.202402190857 [2024-04-06T13:33:44.507Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.model.source,3.7.15.202402190857 [2024-04-06T13:33:44.507Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.model,3.7.15.202402190857 [2024-04-06T13:33:44.507Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.common.ide.source,3.7.15.202402190857 [2024-04-06T13:33:44.507Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.profiler.edit.source,3.7.15.202402190857 [2024-04-06T13:33:44.507Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.annotations.source,7.0.0.202402190857 [2024-04-06T13:33:44.508Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.query.doc.source,7.0.0.202402190857 [2024-04-06T13:33:44.508Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.common.ui.source,3.7.15.202402190857 [2024-04-06T13:33:44.508Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.query.ide,7.0.0.202402190857 [2024-04-06T13:33:44.775Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.acceleo.equinox.launcher,3.7.15.202402190857 [2024-04-06T13:33:44.775Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.acceleo,3.7.15.202402190857 [2024-04-06T13:33:44.775Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.query.ide.source,7.0.0.202402190857 [2024-04-06T13:33:44.775Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.ui.interpreter.source,3.7.15.202402190857 [2024-04-06T13:33:44.775Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.common.ide,3.7.15.202402190857 [2024-04-06T13:33:44.775Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.common.ui,3.7.15.202402190857 [2024-04-06T13:33:44.775Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.compatibility.ui.source,3.7.15.202402190857 [2024-04-06T13:33:44.775Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.engine,3.7.15.202402190857 [2024-04-06T13:33:44.775Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.compatibility,3.7.15.202402190857 [2024-04-06T13:33:44.775Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.traceability,3.7.15.202402190857 [2024-04-06T13:33:44.775Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.doc,3.7.15.202402190857 [2024-04-06T13:33:44.775Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.profiler.editor.source,3.7.15.202402190857 [2024-04-06T13:33:44.775Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.common.source,3.7.15.202402190857 [2024-04-06T13:33:44.775Z] - mirrored artifact osgi.bundle,org.antlr.runtime,4.7.2.v20221112-0806 [2024-04-06T13:33:44.775Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.profiler,3.7.15.202402190857 [2024-04-06T13:33:44.775Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.engine.source,3.7.15.202402190857 [2024-04-06T13:33:44.775Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.model.edit,3.7.15.202402190857 [2024-04-06T13:33:44.775Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.model.edit.source,3.7.15.202402190857 [2024-04-06T13:33:44.775Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.traceability.model.source,3.7.15.202402190857 [2024-04-06T13:33:44.775Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.annotations,7.0.0.202402190857 [2024-04-06T13:33:44.775Z] - mirrored artifact osgi.bundle,org.kohsuke.args4j,2.33.0 [2024-04-06T13:33:44.775Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.profiler.edit,3.7.15.202402190857 [2024-04-06T13:33:44.775Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.compatibility.ui,3.7.15.202402190857 [2024-04-06T13:33:44.775Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.query,7.0.0.202402190857 [2024-04-06T13:33:44.775Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.ui.interpreter,3.7.15.202402190857 [2024-04-06T13:33:44.775Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.profiler.editor,3.7.15.202402190857 [2024-04-06T13:33:44.776Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.acceleo.query.source,7.0.0.202402190857 [2024-04-06T13:33:44.776Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.parser,3.7.15.202402190857 [2024-04-06T13:33:44.776Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.compatibility.source,3.7.15.202402190857 [2024-04-06T13:33:44.776Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.acceleo.source,3.7.15.202402190857 [2024-04-06T13:33:44.776Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.common,3.7.15.202402190857 [2024-04-06T13:33:45.037Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.ide.ui.source,3.7.15.202402190857 [2024-04-06T13:33:45.037Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.ide.ui,3.7.15.202402190857 [2024-04-06T13:33:45.037Z] - mirrored artifact osgi.bundle,org.eclipse.acceleo.query.doc,7.0.0.202402190857 [2024-04-06T13:33:45.037Z] Mirroring artifacts from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202403010913 [2024-04-06T13:33:45.037Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.core.source,1.8.0.202403010913 [2024-04-06T13:33:45.037Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.action.source,1.8.0.202403010913 [2024-04-06T13:33:45.037Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.examples.runtime,1.9.0.202403010913 [2024-04-06T13:33:45.037Z] - mirroring artifact osgi.bundle,org.apache.batik.xml,1.17.0.v20231215-1130 [2024-04-06T13:33:45.037Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.printing,1.7.0.202403010913 [2024-04-06T13:33:45.037Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.emf.commands.core.source,1.8.0.202403010913 [2024-04-06T13:33:45.037Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.printing.source,1.8.0.202403010913 [2024-04-06T13:33:45.037Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.notation.providers,1.8.0.202403010913 [2024-04-06T13:33:45.037Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.actions.source,1.8.0.202403010913 [2024-04-06T13:33:45.037Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gmf.runtime.thirdparty,1.16.3.202403010913 [2024-04-06T13:33:45.037Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.printing.render,1.9.0.202403010913 [2024-04-06T13:33:45.037Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.source,1.10.0.202403010913 [2024-04-06T13:33:45.037Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.examples.runtime.diagram.logic.model.editor,1.2.0.202403010913 [2024-04-06T13:33:45.038Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gmf.runtime.thirdparty.source,1.16.3.202403010913 [2024-04-06T13:33:45.038Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.examples.runtime.diagram.logic.model,1.2.0.202403010913 [2024-04-06T13:33:45.038Z] - mirroring artifact osgi.bundle,org.apache.batik.bridge,1.17.0.v20231215-1130 [2024-04-06T13:33:45.038Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.source,1.8.0.202403010913 [2024-04-06T13:33:45.038Z] - mirroring artifact osgi.bundle,org.apache.batik.awt.util.source,1.17.0.v20231215-1130 [2024-04-06T13:33:45.038Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gmf.source,1.16.3.202403010913 [2024-04-06T13:33:45.038Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.resources.editor.source,1.8.1.202403010913 [2024-04-06T13:33:45.038Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.emf.core,1.8.0.202403010913 [2024-04-06T13:33:45.038Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.examples.runtime.ui.pde,1.7.0.202403010913 [2024-04-06T13:33:45.038Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.emf.clipboard.core,1.8.0.202403010913 [2024-04-06T13:33:45.038Z] - mirroring artifact osgi.bundle,org.apache.batik.transcoder.source,1.17.0.v20231215-1130 [2024-04-06T13:33:45.038Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gmf,1.16.3.202403010913 [2024-04-06T13:33:45.038Z] - mirroring artifact osgi.bundle,org.apache.batik.codec,1.17.0.v20231215-1130 [2024-04-06T13:33:45.038Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.render.source,1.8.1.202403010913 [2024-04-06T13:33:45.038Z] - mirroring artifact osgi.bundle,org.apache.batik.dom.svg.source,1.17.0.v20231215-1130 [2024-04-06T13:33:45.038Z] - mirroring artifact osgi.bundle,org.apache.batik.svggen,1.17.0.v20231215-1130 [2024-04-06T13:33:45.038Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.core,1.8.0.202403010913 [2024-04-06T13:33:45.038Z] - mirroring artifact osgi.bundle,org.apache.batik.parser.source,1.17.0.v20231215-1130 [2024-04-06T13:33:45.038Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.notation.providers.source,1.8.0.202403010913 [2024-04-06T13:33:45.038Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.sdk,1.8.0.202403010913 [2024-04-06T13:33:45.038Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.gef.ui,1.8.0.202403010913 [2024-04-06T13:33:45.038Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.examples.runtime.diagram.geoshapes,1.8.0.202403010913 [2024-04-06T13:33:45.038Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide,1.8.0.202403010913 [2024-04-06T13:33:45.038Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.geoshapes,1.8.0.202403010913 [2024-04-06T13:33:45.038Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.emf.ui.properties,1.8.0.202403010913 [2024-04-06T13:33:45.038Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.draw2d.ui.render.awt.source,1.11.1.202403010913 [2024-04-06T13:33:45.038Z] - mirroring artifact osgi.bundle,org.apache.batik.svggen.source,1.17.0.v20231215-1130 [2024-04-06T13:33:45.039Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.emf.type.ui.source,1.8.0.202403010913 [2024-04-06T13:33:45.039Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.dnd,1.8.0.202403010913 [2024-04-06T13:33:45.039Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.draw2d.ui.render,1.8.0.202403010913 [2024-04-06T13:33:45.039Z] - mirroring artifact osgi.bundle,org.apache.batik.dom.source,1.17.0.v20231215-1130 [2024-04-06T13:33:45.039Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.draw2d.ui.render.source,1.8.0.202403010913 [2024-04-06T13:33:45.039Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.providers.source,1.8.0.202403010913 [2024-04-06T13:33:45.039Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.draw2d.ui.source,1.10.2.202403010913 [2024-04-06T13:33:45.039Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.render,1.8.1.202403010913 [2024-04-06T13:33:45.039Z] - mirroring artifact osgi.bundle,org.apache.batik.parser,1.17.0.v20231215-1130 [2024-04-06T13:33:45.039Z] - mirroring artifact osgi.bundle,org.apache.batik.anim,1.17.0.v20231215-1130 [2024-04-06T13:33:45.039Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.printing.win32.source,1.8.0.202403010913 [2024-04-06T13:33:45.039Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.printing,1.8.0.202403010913 [2024-04-06T13:33:45.039Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.emf.ui.source,1.8.0.202403010913 [2024-04-06T13:33:45.039Z] - mirroring artifact osgi.bundle,org.apache.batik.shared.resources,1.17.0.v20231215-1130 [2024-04-06T13:33:45.039Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.printing.source,1.7.0.202403010913 [2024-04-06T13:33:45.039Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui,1.10.1.202403010913 [2024-04-06T13:33:45.039Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gmf.runtime.sdk,1.16.3.202403010913 [2024-04-06T13:33:45.039Z] - mirroring artifact osgi.bundle,org.apache.batik.ext,1.17.0.v20231215-1130 [2024-04-06T13:33:45.039Z] - mirroring artifact osgi.bundle,org.apache.batik.script,1.17.0.v20231215-1130 [2024-04-06T13:33:45.039Z] - mirroring artifact osgi.bundle,org.apache.batik.codec.source,1.17.0.v20231215-1130 [2024-04-06T13:33:45.039Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.emf.core.source,1.8.0.202403010913 [2024-04-06T13:33:45.039Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.action,1.8.0.202403010913 [2024-04-06T13:33:45.039Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gmf.examples.runtime.ui.pde,1.16.3.202403010913 [2024-04-06T13:33:45.039Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.emf.ui,1.8.0.202403010913 [2024-04-06T13:33:45.039Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.core,1.8.0.202403010913 [2024-04-06T13:33:45.039Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.actions,1.8.0.202403010913 [2024-04-06T13:33:45.040Z] - mirroring artifact osgi.bundle,org.apache.batik.dom,1.17.0.v20231215-1130 [2024-04-06T13:33:45.040Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.printing.render.source,1.9.0.202403010913 [2024-04-06T13:33:45.040Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.source,1.10.1.202403010913 [2024-04-06T13:33:45.040Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.emf.ui.properties.source,1.8.0.202403010913 [2024-04-06T13:33:45.040Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.emf.commands.core,1.8.0.202403010913 [2024-04-06T13:33:45.040Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.action.ide.source,1.7.0.202403010913 [2024-04-06T13:33:45.040Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.emf.type.core.source,1.10.0.202403010913 [2024-04-06T13:33:45.040Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.dnd.source,1.8.0.202403010913 [2024-04-06T13:33:45.040Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.examples.runtime.diagram.logic,1.7.0.202403010913 [2024-04-06T13:33:45.040Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui,1.9.1.202403010913 [2024-04-06T13:33:45.040Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.gef.ui.source,1.8.0.202403010913 [2024-04-06T13:33:45.040Z] - mirroring artifact osgi.bundle,org.apache.batik.ext.source,1.17.0.v20231215-1130 [2024-04-06T13:33:45.040Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.providers.ide,1.8.0.202403010913 [2024-04-06T13:33:45.040Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.dnd.ide,1.8.1.202403010913 [2024-04-06T13:33:45.040Z] - mirroring artifact osgi.bundle,org.apache.batik.gvt,1.17.0.v20231215-1130 [2024-04-06T13:33:45.040Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services,1.10.0.202403010913 [2024-04-06T13:33:45.040Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.properties.source,1.10.0.202403010913 [2024-04-06T13:33:45.040Z] - mirroring artifact osgi.bundle,org.apache.batik.dom.svg,1.17.0.v20231215-1130 [2024-04-06T13:33:45.040Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.dnd,1.8.0.202403010913 [2024-04-06T13:33:45.040Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.draw2d.ui.render.awt,1.11.1.202403010913 [2024-04-06T13:33:45.040Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.emf.type.core,1.10.0.202403010913 [2024-04-06T13:33:45.040Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.properties,1.10.0.202403010913 [2024-04-06T13:33:45.040Z] - mirroring artifact osgi.bundle,org.apache.batik.transcoder,1.17.0.v20231215-1130 [2024-04-06T13:33:45.040Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.source,1.9.1.202403010913 [2024-04-06T13:33:45.040Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.draw2d.ui,1.10.2.202403010913 [2024-04-06T13:33:45.040Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.geoshapes.source,1.8.0.202403010913 [2024-04-06T13:33:45.041Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.core.source,1.8.0.202403010913 [2024-04-06T13:33:45.041Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.providers,1.8.0.202403010913 [2024-04-06T13:33:45.041Z] - mirroring artifact osgi.bundle,org.apache.batik.shared.resources.source,1.17.0.v20231215-1130 [2024-04-06T13:33:45.041Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.core.source,1.8.0.202403010913 [2024-04-06T13:33:45.041Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.action.source,1.7.0.202403010913 [2024-04-06T13:33:45.041Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.providers.ide.source,1.8.0.202403010913 [2024-04-06T13:33:45.041Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.printing.win32,1.8.0.202403010913 [2024-04-06T13:33:45.041Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.properties.source,1.9.1.202403010913 [2024-04-06T13:33:45.041Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gmf.examples.runtime,1.16.3.202403010913 [2024-04-06T13:33:45.041Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.action,1.7.0.202403010913 [2024-04-06T13:33:45.041Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.emf.clipboard.core.source,1.8.0.202403010913 [2024-04-06T13:33:45.041Z] - mirroring artifact osgi.bundle,org.apache.batik.xml.source,1.17.0.v20231215-1130 [2024-04-06T13:33:45.041Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.action.ide,1.7.0.202403010913 [2024-04-06T13:33:45.041Z] - mirroring artifact osgi.bundle,org.apache.batik.anim.source,1.17.0.v20231215-1130 [2024-04-06T13:33:45.041Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.properties,1.9.1.202403010913 [2024-04-06T13:33:45.041Z] - mirroring artifact osgi.bundle,org.apache.batik.bridge.source,1.17.0.v20231215-1130 [2024-04-06T13:33:45.041Z] - mirroring artifact osgi.bundle,org.apache.batik.gvt.source,1.17.0.v20231215-1130 [2024-04-06T13:33:45.041Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.dnd.source,1.8.0.202403010913 [2024-04-06T13:33:45.041Z] - mirroring artifact osgi.bundle,org.apache.batik.script.source,1.17.0.v20231215-1130 [2024-04-06T13:33:45.041Z] - mirroring artifact osgi.bundle,org.apache.batik.awt.util,1.17.0.v20231215-1130 [2024-04-06T13:33:45.041Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.resources.editor,1.8.1.202403010913 [2024-04-06T13:33:45.041Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.dnd.ide.source,1.8.1.202403010913 [2024-04-06T13:33:45.041Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.emf.type.ui,1.8.0.202403010913 [2024-04-06T13:33:45.041Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.examples.runtime.diagram.logic.model.edit,1.2.0.202403010913 [2024-04-06T13:33:45.041Z] - mirroring artifact osgi.bundle,org.eclipse.gmf,1.16.3.202403010913 [2024-04-06T13:33:45.041Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.examples.runtime,1.9.0.202403010913 [2024-04-06T13:33:45.041Z] - mirrored artifact osgi.bundle,org.apache.batik.xml,1.17.0.v20231215-1130 [2024-04-06T13:33:45.042Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.printing,1.7.0.202403010913 [2024-04-06T13:33:45.042Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.emf.commands.core.source,1.8.0.202403010913 [2024-04-06T13:33:45.042Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.printing.source,1.8.0.202403010913 [2024-04-06T13:33:45.042Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.notation.providers,1.8.0.202403010913 [2024-04-06T13:33:45.042Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.actions.source,1.8.0.202403010913 [2024-04-06T13:33:45.042Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.action.source,1.8.0.202403010913 [2024-04-06T13:33:45.042Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gmf.runtime.thirdparty,1.16.3.202403010913 [2024-04-06T13:33:45.042Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.printing.render,1.9.0.202403010913 [2024-04-06T13:33:45.042Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.source,1.10.0.202403010913 [2024-04-06T13:33:45.042Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.examples.runtime.diagram.logic.model.editor,1.2.0.202403010913 [2024-04-06T13:33:45.042Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gmf.runtime.thirdparty.source,1.16.3.202403010913 [2024-04-06T13:33:45.042Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.examples.runtime.diagram.logic.model,1.2.0.202403010913 [2024-04-06T13:33:45.042Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.source,1.8.0.202403010913 [2024-04-06T13:33:45.302Z] - mirrored artifact osgi.bundle,org.apache.batik.awt.util.source,1.17.0.v20231215-1130 [2024-04-06T13:33:45.302Z] - mirrored artifact osgi.bundle,org.apache.batik.bridge,1.17.0.v20231215-1130 [2024-04-06T13:33:45.302Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gmf.source,1.16.3.202403010913 [2024-04-06T13:33:45.302Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.resources.editor.source,1.8.1.202403010913 [2024-04-06T13:33:45.302Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.emf.core,1.8.0.202403010913 [2024-04-06T13:33:45.302Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.emf.clipboard.core,1.8.0.202403010913 [2024-04-06T13:33:45.302Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.examples.runtime.ui.pde,1.7.0.202403010913 [2024-04-06T13:33:45.302Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gmf,1.16.3.202403010913 [2024-04-06T13:33:45.302Z] - mirrored artifact osgi.bundle,org.apache.batik.transcoder.source,1.17.0.v20231215-1130 [2024-04-06T13:33:45.302Z] - mirrored artifact osgi.bundle,org.apache.batik.codec,1.17.0.v20231215-1130 [2024-04-06T13:33:45.302Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.render.source,1.8.1.202403010913 [2024-04-06T13:33:45.303Z] - mirrored artifact osgi.bundle,org.apache.batik.dom.svg.source,1.17.0.v20231215-1130 [2024-04-06T13:33:45.303Z] - mirrored artifact osgi.bundle,org.apache.batik.svggen,1.17.0.v20231215-1130 [2024-04-06T13:33:45.303Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.core,1.8.0.202403010913 [2024-04-06T13:33:45.303Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.notation.providers.source,1.8.0.202403010913 [2024-04-06T13:33:45.303Z] - mirrored artifact osgi.bundle,org.apache.batik.parser.source,1.17.0.v20231215-1130 [2024-04-06T13:33:45.303Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.sdk,1.8.0.202403010913 [2024-04-06T13:33:45.303Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.examples.runtime.diagram.geoshapes,1.8.0.202403010913 [2024-04-06T13:33:45.303Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide,1.8.0.202403010913 [2024-04-06T13:33:45.303Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.gef.ui,1.8.0.202403010913 [2024-04-06T13:33:45.303Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.geoshapes,1.8.0.202403010913 [2024-04-06T13:33:45.303Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.emf.ui.properties,1.8.0.202403010913 [2024-04-06T13:33:45.303Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.draw2d.ui.render.awt.source,1.11.1.202403010913 [2024-04-06T13:33:45.303Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.emf.type.ui.source,1.8.0.202403010913 [2024-04-06T13:33:45.303Z] - mirrored artifact osgi.bundle,org.apache.batik.svggen.source,1.17.0.v20231215-1130 [2024-04-06T13:33:45.303Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.dnd,1.8.0.202403010913 [2024-04-06T13:33:45.303Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.draw2d.ui.render,1.8.0.202403010913 [2024-04-06T13:33:45.303Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.draw2d.ui.render.source,1.8.0.202403010913 [2024-04-06T13:33:45.303Z] - mirrored artifact osgi.bundle,org.apache.batik.dom.source,1.17.0.v20231215-1130 [2024-04-06T13:33:45.303Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.providers.source,1.8.0.202403010913 [2024-04-06T13:33:45.303Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.draw2d.ui.source,1.10.2.202403010913 [2024-04-06T13:33:45.303Z] - mirrored artifact osgi.bundle,org.apache.batik.parser,1.17.0.v20231215-1130 [2024-04-06T13:33:45.303Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.render,1.8.1.202403010913 [2024-04-06T13:33:45.303Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.printing.win32.source,1.8.0.202403010913 [2024-04-06T13:33:45.303Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.printing,1.8.0.202403010913 [2024-04-06T13:33:45.303Z] - mirrored artifact osgi.bundle,org.apache.batik.anim,1.17.0.v20231215-1130 [2024-04-06T13:33:45.303Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.emf.ui.source,1.8.0.202403010913 [2024-04-06T13:33:45.303Z] - mirrored artifact osgi.bundle,org.apache.batik.shared.resources,1.17.0.v20231215-1130 [2024-04-06T13:33:45.564Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.printing.source,1.7.0.202403010913 [2024-04-06T13:33:45.564Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gmf.runtime.sdk,1.16.3.202403010913 [2024-04-06T13:33:45.564Z] - mirrored artifact osgi.bundle,org.apache.batik.ext,1.17.0.v20231215-1130 [2024-04-06T13:33:45.564Z] - mirrored artifact osgi.bundle,org.apache.batik.script,1.17.0.v20231215-1130 [2024-04-06T13:33:45.564Z] - mirrored artifact osgi.bundle,org.apache.batik.codec.source,1.17.0.v20231215-1130 [2024-04-06T13:33:45.564Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.emf.core.source,1.8.0.202403010913 [2024-04-06T13:33:45.564Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.action,1.8.0.202403010913 [2024-04-06T13:33:45.564Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui,1.10.1.202403010913 [2024-04-06T13:33:45.564Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.emf.ui,1.8.0.202403010913 [2024-04-06T13:33:45.564Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.core,1.8.0.202403010913 [2024-04-06T13:33:45.564Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gmf.examples.runtime.ui.pde,1.16.3.202403010913 [2024-04-06T13:33:45.564Z] - mirrored artifact osgi.bundle,org.apache.batik.dom,1.17.0.v20231215-1130 [2024-04-06T13:33:45.564Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.actions,1.8.0.202403010913 [2024-04-06T13:33:45.564Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.printing.render.source,1.9.0.202403010913 [2024-04-06T13:33:45.564Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.emf.ui.properties.source,1.8.0.202403010913 [2024-04-06T13:33:45.564Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.emf.commands.core,1.8.0.202403010913 [2024-04-06T13:33:45.564Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.action.ide.source,1.7.0.202403010913 [2024-04-06T13:33:45.564Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.source,1.10.1.202403010913 [2024-04-06T13:33:45.564Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.dnd.source,1.8.0.202403010913 [2024-04-06T13:33:45.564Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.emf.type.core.source,1.10.0.202403010913 [2024-04-06T13:33:45.564Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.examples.runtime.diagram.logic,1.7.0.202403010913 [2024-04-06T13:33:45.564Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui,1.9.1.202403010913 [2024-04-06T13:33:45.565Z] - mirrored artifact osgi.bundle,org.apache.batik.ext.source,1.17.0.v20231215-1130 [2024-04-06T13:33:45.565Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.gef.ui.source,1.8.0.202403010913 [2024-04-06T13:33:45.565Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.providers.ide,1.8.0.202403010913 [2024-04-06T13:33:45.825Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.dnd.ide,1.8.1.202403010913 [2024-04-06T13:33:45.825Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services,1.10.0.202403010913 [2024-04-06T13:33:45.825Z] - mirrored artifact osgi.bundle,org.apache.batik.gvt,1.17.0.v20231215-1130 [2024-04-06T13:33:45.825Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.properties.source,1.10.0.202403010913 [2024-04-06T13:33:45.825Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.dnd,1.8.0.202403010913 [2024-04-06T13:33:45.825Z] - mirrored artifact osgi.bundle,org.apache.batik.dom.svg,1.17.0.v20231215-1130 [2024-04-06T13:33:45.825Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.draw2d.ui.render.awt,1.11.1.202403010913 [2024-04-06T13:33:45.825Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.properties,1.10.0.202403010913 [2024-04-06T13:33:45.825Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.emf.type.core,1.10.0.202403010913 [2024-04-06T13:33:45.825Z] - mirrored artifact osgi.bundle,org.apache.batik.transcoder,1.17.0.v20231215-1130 [2024-04-06T13:33:45.825Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.source,1.9.1.202403010913 [2024-04-06T13:33:45.825Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.geoshapes.source,1.8.0.202403010913 [2024-04-06T13:33:45.825Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.draw2d.ui,1.10.2.202403010913 [2024-04-06T13:33:45.825Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.core.source,1.8.0.202403010913 [2024-04-06T13:33:45.825Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.providers,1.8.0.202403010913 [2024-04-06T13:33:45.826Z] - mirrored artifact osgi.bundle,org.apache.batik.shared.resources.source,1.17.0.v20231215-1130 [2024-04-06T13:33:45.826Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.providers.ide.source,1.8.0.202403010913 [2024-04-06T13:33:45.826Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.action.source,1.7.0.202403010913 [2024-04-06T13:33:45.826Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.properties.source,1.9.1.202403010913 [2024-04-06T13:33:45.826Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gmf.examples.runtime,1.16.3.202403010913 [2024-04-06T13:33:45.826Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.action,1.7.0.202403010913 [2024-04-06T13:33:45.826Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.emf.clipboard.core.source,1.8.0.202403010913 [2024-04-06T13:33:45.826Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.printing.win32,1.8.0.202403010913 [2024-04-06T13:33:45.826Z] - mirrored artifact osgi.bundle,org.apache.batik.xml.source,1.17.0.v20231215-1130 [2024-04-06T13:33:45.826Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.action.ide,1.7.0.202403010913 [2024-04-06T13:33:45.826Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.properties,1.9.1.202403010913 [2024-04-06T13:33:45.826Z] - mirrored artifact osgi.bundle,org.apache.batik.anim.source,1.17.0.v20231215-1130 [2024-04-06T13:33:45.826Z] - mirrored artifact osgi.bundle,org.apache.batik.gvt.source,1.17.0.v20231215-1130 [2024-04-06T13:33:45.826Z] - mirrored artifact osgi.bundle,org.apache.batik.bridge.source,1.17.0.v20231215-1130 [2024-04-06T13:33:46.088Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.dnd.source,1.8.0.202403010913 [2024-04-06T13:33:46.088Z] - mirrored artifact osgi.bundle,org.apache.batik.script.source,1.17.0.v20231215-1130 [2024-04-06T13:33:46.088Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.resources.editor,1.8.1.202403010913 [2024-04-06T13:33:46.088Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.dnd.ide.source,1.8.1.202403010913 [2024-04-06T13:33:46.089Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.emf.type.ui,1.8.0.202403010913 [2024-04-06T13:33:46.089Z] - mirrored artifact osgi.bundle,org.apache.batik.awt.util,1.17.0.v20231215-1130 [2024-04-06T13:33:46.089Z] - mirrored artifact osgi.bundle,org.eclipse.gmf,1.16.3.202403010913 [2024-04-06T13:33:46.089Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.examples.runtime.diagram.logic.model.edit,1.2.0.202403010913 [2024-04-06T13:33:46.089Z] Mirroring artifacts from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334 [2024-04-06T13:33:46.089Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.notation.sdk,1.7.0.202211151334 [2024-04-06T13:33:46.089Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.notation,1.10.0.202211151334 [2024-04-06T13:33:46.089Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gmf.runtime.notation.source,1.13.1.202211151334 [2024-04-06T13:33:46.089Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.notation.edit.source,1.8.0.202211151334 [2024-04-06T13:33:46.089Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gmf.runtime.notation.sdk,1.13.1.202211151334 [2024-04-06T13:33:46.089Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.gmf.runtime.notation,1.13.1.202211151334 [2024-04-06T13:33:46.089Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.notation.source,1.10.0.202211151334 [2024-04-06T13:33:46.089Z] - mirroring artifact osgi.bundle,org.eclipse.gmf.runtime.notation.edit,1.8.0.202211151334 [2024-04-06T13:33:46.089Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.notation.sdk,1.7.0.202211151334 [2024-04-06T13:33:46.089Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gmf.runtime.notation.source,1.13.1.202211151334 [2024-04-06T13:33:46.089Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.notation,1.10.0.202211151334 [2024-04-06T13:33:46.089Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gmf.runtime.notation.sdk,1.13.1.202211151334 [2024-04-06T13:33:46.090Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.notation.edit.source,1.8.0.202211151334 [2024-04-06T13:33:46.090Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.gmf.runtime.notation,1.13.1.202211151334 [2024-04-06T13:33:46.090Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.notation.edit,1.8.0.202211151334 [2024-04-06T13:33:46.090Z] - mirrored artifact osgi.bundle,org.eclipse.gmf.runtime.notation.source,1.10.0.202211151334 [2024-04-06T13:33:46.090Z] Mirroring artifacts from https://download.eclipse.org/modeling/emf/query/updates/releases/R202208101410 [2024-04-06T13:33:46.090Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.query.source,1.12.1.202208101410 [2024-04-06T13:33:46.090Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.query.sdk,1.12.1.202208101410 [2024-04-06T13:33:46.090Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.query.ocl.source,1.12.1.202208101410 [2024-04-06T13:33:46.090Z] - mirroring artifact osgi.bundle,org.eclipse.emf.query,1.7.0.202208101410 [2024-04-06T13:33:46.090Z] - mirroring artifact osgi.bundle,org.eclipse.emf.query.examples.source,1.2.0.202208101410 [2024-04-06T13:33:46.090Z] - mirroring artifact osgi.bundle,org.eclipse.emf.query.source,1.7.0.202208101410 [2024-04-06T13:33:46.090Z] - mirroring artifact osgi.bundle,org.eclipse.emf.query.ocl,2.0.0.202208101410 [2024-04-06T13:33:46.090Z] - mirroring artifact osgi.bundle,org.eclipse.emf.query.doc,1.2.0.202208101410 [2024-04-06T13:33:46.090Z] - mirroring artifact osgi.bundle,org.eclipse.emf.query.examples,1.2.0.202208101410 [2024-04-06T13:33:46.090Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.query.doc,1.12.1.202208101410 [2024-04-06T13:33:46.090Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.query.ocl,1.12.1.202208101410 [2024-04-06T13:33:46.090Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.query,1.12.1.202208101410 [2024-04-06T13:33:46.090Z] - mirroring artifact osgi.bundle,org.eclipse.emf.query.ocl.source,2.0.0.202208101410 [2024-04-06T13:33:46.090Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.query.source,1.12.1.202208101410 [2024-04-06T13:33:46.090Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.query.sdk,1.12.1.202208101410 [2024-04-06T13:33:46.090Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.query.ocl.source,1.12.1.202208101410 [2024-04-06T13:33:46.090Z] - mirrored artifact osgi.bundle,org.eclipse.emf.query.examples.source,1.2.0.202208101410 [2024-04-06T13:33:46.090Z] - mirrored artifact osgi.bundle,org.eclipse.emf.query,1.7.0.202208101410 [2024-04-06T13:33:46.090Z] - mirrored artifact osgi.bundle,org.eclipse.emf.query.ocl,2.0.0.202208101410 [2024-04-06T13:33:46.090Z] - mirrored artifact osgi.bundle,org.eclipse.emf.query.doc,1.2.0.202208101410 [2024-04-06T13:33:46.090Z] - mirrored artifact osgi.bundle,org.eclipse.emf.query.source,1.7.0.202208101410 [2024-04-06T13:33:46.090Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.query.doc,1.12.1.202208101410 [2024-04-06T13:33:46.090Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.query.ocl,1.12.1.202208101410 [2024-04-06T13:33:46.090Z] - mirrored artifact osgi.bundle,org.eclipse.emf.query.examples,1.2.0.202208101410 [2024-04-06T13:33:46.090Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.query,1.12.1.202208101410 [2024-04-06T13:33:46.090Z] - mirrored artifact osgi.bundle,org.eclipse.emf.query.ocl.source,2.0.0.202208101410 [2024-04-06T13:33:46.091Z] Mirroring artifacts from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202305230712 [2024-04-06T13:33:46.091Z] - mirroring artifact osgi.bundle,org.eclipse.emf.validation,1.8.3.202305230712 [2024-04-06T13:33:46.091Z] - mirroring artifact osgi.bundle,org.eclipse.emf.validation.examples.source,1.3.2.202305230712 [2024-04-06T13:33:46.091Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.validation.source,1.13.3.202305230712 [2024-04-06T13:33:46.091Z] - mirroring artifact osgi.bundle,org.eclipse.emf.validation.ui.source,1.7.3.202305230712 [2024-04-06T13:33:46.091Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.validation.sdk,1.13.3.202305230712 [2024-04-06T13:33:46.091Z] - mirroring artifact osgi.bundle,org.eclipse.emf.validation.ui,1.7.3.202305230712 [2024-04-06T13:33:46.091Z] - mirroring artifact osgi.bundle,org.eclipse.emf.validation.ui.ide.source,1.3.2.202305230712 [2024-04-06T13:33:46.091Z] - mirroring artifact osgi.bundle,org.eclipse.emf.validation.ocl.source,1.4.2.202305230712 [2024-04-06T13:33:46.091Z] - mirroring artifact osgi.bundle,org.eclipse.emf.validation.ocl,1.4.2.202305230712 [2024-04-06T13:33:46.091Z] - mirroring artifact osgi.bundle,org.eclipse.emf.validation.source,1.8.3.202305230712 [2024-04-06T13:33:46.091Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.validation.doc,1.13.3.202305230712 [2024-04-06T13:33:46.091Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.validation.ocl,1.13.3.202305230712 [2024-04-06T13:33:46.091Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.validation,1.13.3.202305230712 [2024-04-06T13:33:46.091Z] - mirroring artifact osgi.bundle,org.eclipse.emf.validation.doc,1.4.0.202305230712 [2024-04-06T13:33:46.091Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.validation.ocl.source,1.13.3.202305230712 [2024-04-06T13:33:46.091Z] - mirroring artifact osgi.bundle,org.eclipse.emf.validation.examples,1.3.2.202305230712 [2024-04-06T13:33:46.091Z] - mirroring artifact osgi.bundle,org.eclipse.emf.validation.ui.ide,1.3.2.202305230712 [2024-04-06T13:33:46.353Z] - mirrored artifact osgi.bundle,org.eclipse.emf.validation.examples.source,1.3.2.202305230712 [2024-04-06T13:33:46.353Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.validation.source,1.13.3.202305230712 [2024-04-06T13:33:46.353Z] - mirrored artifact osgi.bundle,org.eclipse.emf.validation.ui.source,1.7.3.202305230712 [2024-04-06T13:33:46.353Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.validation.sdk,1.13.3.202305230712 [2024-04-06T13:33:46.353Z] - mirrored artifact osgi.bundle,org.eclipse.emf.validation,1.8.3.202305230712 [2024-04-06T13:33:46.353Z] - mirrored artifact osgi.bundle,org.eclipse.emf.validation.ui,1.7.3.202305230712 [2024-04-06T13:33:46.353Z] - mirrored artifact osgi.bundle,org.eclipse.emf.validation.ui.ide.source,1.3.2.202305230712 [2024-04-06T13:33:46.353Z] - mirrored artifact osgi.bundle,org.eclipse.emf.validation.ocl.source,1.4.2.202305230712 [2024-04-06T13:33:46.353Z] - mirrored artifact osgi.bundle,org.eclipse.emf.validation.ocl,1.4.2.202305230712 [2024-04-06T13:33:46.353Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.validation.doc,1.13.3.202305230712 [2024-04-06T13:33:46.353Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.validation.ocl,1.13.3.202305230712 [2024-04-06T13:33:46.353Z] - mirrored artifact osgi.bundle,org.eclipse.emf.validation.source,1.8.3.202305230712 [2024-04-06T13:33:46.353Z] - mirrored artifact osgi.bundle,org.eclipse.emf.validation.doc,1.4.0.202305230712 [2024-04-06T13:33:46.353Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.validation,1.13.3.202305230712 [2024-04-06T13:33:46.353Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.validation.ocl.source,1.13.3.202305230712 [2024-04-06T13:33:46.353Z] - mirrored artifact osgi.bundle,org.eclipse.emf.validation.ui.ide,1.3.2.202305230712 [2024-04-06T13:33:46.353Z] - mirrored artifact osgi.bundle,org.eclipse.emf.validation.examples,1.3.2.202305230712 [2024-04-06T13:33:46.353Z] Mirroring artifacts from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R202208110935 [2024-04-06T13:33:46.353Z] - mirroring artifact osgi.bundle,org.eclipse.emf.transaction.examples,1.3.0.202208110935 [2024-04-06T13:33:46.353Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.transaction.source,1.13.0.202208110935 [2024-04-06T13:33:46.353Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.transaction.doc,1.13.0.202208110935 [2024-04-06T13:33:46.353Z] - mirroring artifact osgi.bundle,org.eclipse.emf.workspace.ui,1.3.1.202208110935 [2024-04-06T13:33:46.353Z] - mirroring artifact osgi.bundle,org.eclipse.emf.transaction,1.9.2.202208110935 [2024-04-06T13:33:46.354Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.transaction,1.13.0.202208110935 [2024-04-06T13:33:46.354Z] - mirroring artifact osgi.bundle,org.eclipse.emf.transaction.doc,1.4.1.202208110935 [2024-04-06T13:33:46.354Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.workspace,1.13.0.202208110935 [2024-04-06T13:33:46.354Z] - mirroring artifact osgi.bundle,org.eclipse.emf.workspace,1.5.2.202208110935 [2024-04-06T13:33:46.354Z] - mirroring artifact osgi.bundle,org.eclipse.emf.workspace.doc,1.3.1.202208110935 [2024-04-06T13:33:46.354Z] - mirroring artifact osgi.bundle,org.eclipse.emf.transaction.ui.source,1.4.1.202208110935 [2024-04-06T13:33:46.354Z] - mirroring artifact osgi.bundle,org.eclipse.emf.transaction.ui,1.4.1.202208110935 [2024-04-06T13:33:46.354Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.workspace.doc,1.13.0.202208110935 [2024-04-06T13:33:46.354Z] - mirroring artifact osgi.bundle,org.eclipse.emf.workspace.source,1.5.2.202208110935 [2024-04-06T13:33:46.354Z] - mirroring artifact osgi.bundle,org.eclipse.emf.transaction.source,1.9.2.202208110935 [2024-04-06T13:33:46.354Z] - mirroring artifact osgi.bundle,org.eclipse.emf.workspace.ui.source,1.3.1.202208110935 [2024-04-06T13:33:46.354Z] - mirroring artifact osgi.bundle,org.eclipse.emf.transaction.examples.source,1.3.0.202208110935 [2024-04-06T13:33:46.354Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.workspace.source,1.13.0.202208110935 [2024-04-06T13:33:46.354Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.transaction.sdk,1.13.0.202208110935 [2024-04-06T13:33:46.354Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.transaction.source,1.13.0.202208110935 [2024-04-06T13:33:46.354Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.transaction.doc,1.13.0.202208110935 [2024-04-06T13:33:46.354Z] - mirrored artifact osgi.bundle,org.eclipse.emf.transaction.examples,1.3.0.202208110935 [2024-04-06T13:33:46.354Z] - mirrored artifact osgi.bundle,org.eclipse.emf.workspace.ui,1.3.1.202208110935 [2024-04-06T13:33:46.354Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.transaction,1.13.0.202208110935 [2024-04-06T13:33:46.354Z] - mirrored artifact osgi.bundle,org.eclipse.emf.transaction.doc,1.4.1.202208110935 [2024-04-06T13:33:46.354Z] - mirrored artifact osgi.bundle,org.eclipse.emf.transaction,1.9.2.202208110935 [2024-04-06T13:33:46.354Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.workspace,1.13.0.202208110935 [2024-04-06T13:33:46.354Z] - mirrored artifact osgi.bundle,org.eclipse.emf.workspace,1.5.2.202208110935 [2024-04-06T13:33:46.354Z] - mirrored artifact osgi.bundle,org.eclipse.emf.workspace.doc,1.3.1.202208110935 [2024-04-06T13:33:46.354Z] - mirrored artifact osgi.bundle,org.eclipse.emf.transaction.ui.source,1.4.1.202208110935 [2024-04-06T13:33:46.354Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.workspace.doc,1.13.0.202208110935 [2024-04-06T13:33:46.354Z] - mirrored artifact osgi.bundle,org.eclipse.emf.transaction.ui,1.4.1.202208110935 [2024-04-06T13:33:46.354Z] - mirrored artifact osgi.bundle,org.eclipse.emf.workspace.source,1.5.2.202208110935 [2024-04-06T13:33:46.354Z] - mirrored artifact osgi.bundle,org.eclipse.emf.workspace.ui.source,1.3.1.202208110935 [2024-04-06T13:33:46.354Z] - mirrored artifact osgi.bundle,org.eclipse.emf.transaction.source,1.9.2.202208110935 [2024-04-06T13:33:46.355Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.workspace.source,1.13.0.202208110935 [2024-04-06T13:33:46.355Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.transaction.sdk,1.13.0.202208110935 [2024-04-06T13:33:46.355Z] - mirrored artifact osgi.bundle,org.eclipse.emf.transaction.examples.source,1.3.0.202208110935 [2024-04-06T13:33:46.355Z] Mirroring artifacts from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.34.0 [2024-04-06T13:33:46.615Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xbase.lib,2.34.0.v20240227-0940 [2024-04-06T13:33:46.615Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.testing,2.34.0.v20240227-0940 [2024-04-06T13:33:46.615Z] - mirroring artifact osgi.bundle,io.github.classgraph.classgraph,4.8.165 [2024-04-06T13:33:46.615Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui.testing.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.615Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.lib.macro,2.34.0.v20240227-0940 [2024-04-06T13:33:46.615Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xtext.ide.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.615Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xbase.ide,2.34.0.v20240227-0940 [2024-04-06T13:33:46.615Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui.testing,2.34.0.v20240227-0940 [2024-04-06T13:33:46.615Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.lib,2.34.0.v20240227-0940 [2024-04-06T13:33:46.616Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.purexbase,2.34.0.v20240227-0940 [2024-04-06T13:33:46.616Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.m2e,2.34.0.v20240227-0940 [2024-04-06T13:33:46.616Z] - mirroring artifact osgi.bundle,org.objectweb.asm,9.6.0 [2024-04-06T13:33:46.616Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xtext.ui.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.616Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ecore.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.616Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.java,2.34.0.v20240227-0940 [2024-04-06T13:33:46.616Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.doc,2.34.0.v20240227-0940 [2024-04-06T13:33:46.616Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui.ecore,2.34.0.v20240227-0940 [2024-04-06T13:33:46.616Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.ide.common.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.616Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui,2.34.0.v20240227-0940 [2024-04-06T13:33:46.616Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.ide,2.34.0.v20240227-0940 [2024-04-06T13:33:46.616Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xbase.testing.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.616Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.616Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xbase.lib.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.616Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.purexbase.ide,2.34.0.v20240227-0940 [2024-04-06T13:33:46.616Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xtend.sdk,2.34.0.v20240227-0940 [2024-04-06T13:33:46.616Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.activities.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.616Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xbase.junit,2.34.0.v20240227-0940 [2024-04-06T13:33:46.616Z] - mirroring artifact osgi.bundle,org.eclipse.xtext,2.34.0.v20240227-0940 [2024-04-06T13:33:46.616Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xtend.lib,2.34.0.v20240227-0940 [2024-04-06T13:33:46.617Z] - mirroring artifact osgi.bundle,org.aopalliance.source,1.0.0.v20230720-0728 [2024-04-06T13:33:46.617Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.purexbase.ui,2.34.0.v20240227-0940 [2024-04-06T13:33:46.617Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xbase.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.617Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.617Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ecore,2.34.0.v20240227-0940 [2024-04-06T13:33:46.617Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.util.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.617Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.logging.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.617Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui.codetemplates.ide.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.617Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xtext.wizard,2.34.0.v20240227-0940 [2024-04-06T13:33:46.617Z] - mirroring artifact osgi.bundle,com.google.inject.source,7.0.0 [2024-04-06T13:33:46.617Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.common.types.edit,2.34.0.v20240227-0940 [2024-04-06T13:33:46.617Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xbase,2.34.0.v20240227-0940 [2024-04-06T13:33:46.617Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xtext.wizard.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.617Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xtext.ui.graph.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.617Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.common.types.edit.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.617Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui.codemining,2.34.0.v20240227-0940 [2024-04-06T13:33:46.617Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.common.types,2.34.0.v20240227-0940 [2024-04-06T13:33:46.617Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui.codetemplates.ui.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.617Z] - mirroring artifact osgi.bundle,org.kohsuke.args4j.source,2.33.0 [2024-04-06T13:33:46.618Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.logging,2.34.0.v20240227-0940 [2024-04-06T13:33:46.618Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui.shared,2.34.0.v20240227-0940 [2024-04-06T13:33:46.618Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xtext.xtext.ui.graph,2.34.0.v20240227-0940 [2024-04-06T13:33:46.618Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xbase.ui.testing,2.34.0.v20240227-0940 [2024-04-06T13:33:46.618Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui.codemining.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.618Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xbase.ide.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.618Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.util,2.34.0.v20240227-0940 [2024-04-06T13:33:46.618Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xtext.examples,2.34.0.v20240227-0940 [2024-04-06T13:33:46.618Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.common.types.shared.jdt38.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.618Z] - mirroring artifact osgi.bundle,org.aopalliance,1.0.0.v20230720-0728 [2024-04-06T13:33:46.618Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xbase.testing,2.34.0.v20240227-0940 [2024-04-06T13:33:46.618Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xtext.docs,2.34.0.v20240227-0940 [2024-04-06T13:33:46.618Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xbase.ui.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.618Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.purexbase.ide.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.618Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.junit4.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.618Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.builder.standalone,2.34.0.v20240227-0940 [2024-04-06T13:33:46.618Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.lib.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.618Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.smap.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.619Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xtext.redist,2.34.0.v20240227-0940 [2024-04-06T13:33:46.619Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.common.types.shared.jdt38,2.34.0.v20240227-0940 [2024-04-06T13:33:46.619Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.core.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.619Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.java.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.619Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.builder,2.34.0.v20240227-0940 [2024-04-06T13:33:46.619Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.m2e,2.34.0.v20240227-0940 [2024-04-06T13:33:46.619Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.activities,2.34.0.v20240227-0940 [2024-04-06T13:33:46.619Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.common.types.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.619Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xbase.ui.testing.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.619Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.doc,2.34.0.v20240227-0940 [2024-04-06T13:33:46.619Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xtext.ui,2.34.0.v20240227-0940 [2024-04-06T13:33:46.619Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.common.types.ui.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.619Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xtext.runtime,2.34.0.v20240227-0940 [2024-04-06T13:33:46.619Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xtext.generator.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.619Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.ide.common,2.34.0.v20240227-0940 [2024-04-06T13:33:46.619Z] - mirroring artifact osgi.bundle,org.objectweb.asm.source,9.6.0 [2024-04-06T13:33:46.619Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.buildship,2.34.0.v20240227-0940 [2024-04-06T13:33:46.620Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xtext.xbase,2.34.0.v20240227-0940 [2024-04-06T13:33:46.620Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.ide.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.620Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.purexbase.ui.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.620Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.common.types.shared.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.620Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xtext.sdk,2.34.0.v20240227-0940 [2024-04-06T13:33:46.620Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xbase.junit.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.620Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ide.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.620Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xtext.xbase.lib,2.34.0.v20240227-0940 [2024-04-06T13:33:46.620Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui.ecore.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.620Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui.shared.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.620Z] - mirroring artifact osgi.bundle,io.github.classgraph.classgraph.source,4.8.165 [2024-04-06T13:33:46.620Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.common.types.shared,2.34.0.v20240227-0940 [2024-04-06T13:33:46.620Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui.codetemplates.ui,2.34.0.v20240227-0940 [2024-04-06T13:33:46.620Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xbase.ui,2.34.0.v20240227-0940 [2024-04-06T13:33:46.620Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ide,2.34.0.v20240227-0940 [2024-04-06T13:33:46.620Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xtext.generator,2.34.0.v20240227-0940 [2024-04-06T13:33:46.620Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.m2e.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.620Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.core,2.34.0.v20240227-0940 [2024-04-06T13:33:46.620Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xtext.ui.graph,2.34.0.v20240227-0940 [2024-04-06T13:33:46.621Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xtext.ui,2.34.0.v20240227-0940 [2024-04-06T13:33:46.621Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.junit4,2.34.0.v20240227-0940 [2024-04-06T13:33:46.621Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xtext.ide,2.34.0.v20240227-0940 [2024-04-06T13:33:46.621Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.common.types.ui,2.34.0.v20240227-0940 [2024-04-06T13:33:46.621Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.testing.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.621Z] - mirroring artifact osgi.bundle,org.antlr.runtime.source,3.2.0.v20230929-1400 [2024-04-06T13:33:46.621Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.xtext.xtext.ui,2.34.0.v20240227-0940 [2024-04-06T13:33:46.621Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.xtext.ui.examples,2.34.0.v20240227-0940 [2024-04-06T13:33:46.621Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.standalone,2.34.0.v20240227-0940 [2024-04-06T13:33:46.621Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.purexbase.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.621Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.lib.macro.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.621Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui.codetemplates.ide,2.34.0.v20240227-0940 [2024-04-06T13:33:46.621Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.m2e.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.621Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.builder.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.621Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui.codetemplates,2.34.0.v20240227-0940 [2024-04-06T13:33:46.621Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.standalone.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.621Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.smap,2.34.0.v20240227-0940 [2024-04-06T13:33:46.621Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.buildship.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.621Z] - mirroring artifact osgi.bundle,org.eclipse.xtend.examples,2.34.0.v20240227-0940 [2024-04-06T13:33:46.622Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.builder.standalone.source,2.34.0.v20240227-0940 [2024-04-06T13:33:46.622Z] - mirroring artifact osgi.bundle,org.eclipse.xtext.ui.codetemplates.source,2.34.0.v20240227-0940 [2024-04-06T13:33:47.224Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xbase.lib,2.34.0.v20240227-0940 [2024-04-06T13:33:47.224Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.testing,2.34.0.v20240227-0940 [2024-04-06T13:33:47.224Z] - mirrored artifact osgi.bundle,io.github.classgraph.classgraph,4.8.165 [2024-04-06T13:33:47.224Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui.testing.source,2.34.0.v20240227-0940 [2024-04-06T13:33:47.224Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.lib.macro,2.34.0.v20240227-0940 [2024-04-06T13:33:47.486Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xtext.ide.source,2.34.0.v20240227-0940 [2024-04-06T13:33:47.486Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui.testing,2.34.0.v20240227-0940 [2024-04-06T13:33:47.487Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xbase.ide,2.34.0.v20240227-0940 [2024-04-06T13:33:47.487Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.lib,2.34.0.v20240227-0940 [2024-04-06T13:33:47.487Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.m2e,2.34.0.v20240227-0940 [2024-04-06T13:33:47.487Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.purexbase,2.34.0.v20240227-0940 [2024-04-06T13:33:47.487Z] - mirrored artifact osgi.bundle,org.objectweb.asm,9.6.0 [2024-04-06T13:33:47.487Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xtext.ui.source,2.34.0.v20240227-0940 [2024-04-06T13:33:47.487Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ecore.source,2.34.0.v20240227-0940 [2024-04-06T13:33:47.487Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.java,2.34.0.v20240227-0940 [2024-04-06T13:33:47.487Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui.ecore,2.34.0.v20240227-0940 [2024-04-06T13:33:47.487Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.ide.common.source,2.34.0.v20240227-0940 [2024-04-06T13:33:47.487Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui,2.34.0.v20240227-0940 [2024-04-06T13:33:47.748Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.ide,2.34.0.v20240227-0940 [2024-04-06T13:33:47.748Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xbase.testing.source,2.34.0.v20240227-0940 [2024-04-06T13:33:47.748Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui.source,2.34.0.v20240227-0940 [2024-04-06T13:33:47.748Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xbase.lib.source,2.34.0.v20240227-0940 [2024-04-06T13:33:47.748Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.purexbase.ide,2.34.0.v20240227-0940 [2024-04-06T13:33:47.748Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xtend.sdk,2.34.0.v20240227-0940 [2024-04-06T13:33:47.748Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.activities.source,2.34.0.v20240227-0940 [2024-04-06T13:33:47.748Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xbase.junit,2.34.0.v20240227-0940 [2024-04-06T13:33:47.748Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.doc,2.34.0.v20240227-0940 [2024-04-06T13:33:47.748Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xtend.lib,2.34.0.v20240227-0940 [2024-04-06T13:33:47.748Z] - mirrored artifact osgi.bundle,org.aopalliance.source,1.0.0.v20230720-0728 [2024-04-06T13:33:47.748Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.purexbase.ui,2.34.0.v20240227-0940 [2024-04-06T13:33:48.009Z] - mirrored artifact osgi.bundle,org.eclipse.xtext,2.34.0.v20240227-0940 [2024-04-06T13:33:48.010Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xbase.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.010Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ecore,2.34.0.v20240227-0940 [2024-04-06T13:33:48.010Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.util.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.010Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.logging.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.010Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui.codetemplates.ide.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.010Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xtext.wizard,2.34.0.v20240227-0940 [2024-04-06T13:33:48.010Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.010Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.common.types.edit,2.34.0.v20240227-0940 [2024-04-06T13:33:48.010Z] - mirrored artifact osgi.bundle,com.google.inject.source,7.0.0 [2024-04-06T13:33:48.010Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xtext.wizard.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.010Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xtext.ui.graph.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.010Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.common.types.edit.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.010Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui.codemining,2.34.0.v20240227-0940 [2024-04-06T13:33:48.270Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.common.types,2.34.0.v20240227-0940 [2024-04-06T13:33:48.270Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui.codetemplates.ui.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.270Z] - mirrored artifact osgi.bundle,org.kohsuke.args4j.source,2.33.0 [2024-04-06T13:33:48.270Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.logging,2.34.0.v20240227-0940 [2024-04-06T13:33:48.270Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui.shared,2.34.0.v20240227-0940 [2024-04-06T13:33:48.271Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xtext.xtext.ui.graph,2.34.0.v20240227-0940 [2024-04-06T13:33:48.271Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xbase.ui.testing,2.34.0.v20240227-0940 [2024-04-06T13:33:48.271Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui.codemining.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.271Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xbase,2.34.0.v20240227-0940 [2024-04-06T13:33:48.271Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.util,2.34.0.v20240227-0940 [2024-04-06T13:33:48.271Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xbase.ide.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.271Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.common.types.shared.jdt38.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.271Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xtext.examples,2.34.0.v20240227-0940 [2024-04-06T13:33:48.271Z] - mirrored artifact osgi.bundle,org.aopalliance,1.0.0.v20230720-0728 [2024-04-06T13:33:48.271Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xtext.docs,2.34.0.v20240227-0940 [2024-04-06T13:33:48.271Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xbase.testing,2.34.0.v20240227-0940 [2024-04-06T13:33:48.271Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xbase.ui.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.271Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.purexbase.ide.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.271Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.junit4.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.271Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.builder.standalone,2.34.0.v20240227-0940 [2024-04-06T13:33:48.271Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.lib.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.271Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xtext.redist,2.34.0.v20240227-0940 [2024-04-06T13:33:48.271Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.smap.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.271Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.common.types.shared.jdt38,2.34.0.v20240227-0940 [2024-04-06T13:33:48.271Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.java.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.271Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.builder,2.34.0.v20240227-0940 [2024-04-06T13:33:48.271Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.m2e,2.34.0.v20240227-0940 [2024-04-06T13:33:48.271Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.activities,2.34.0.v20240227-0940 [2024-04-06T13:33:48.271Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.core.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.271Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.common.types.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.271Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xbase.ui.testing.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.563Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.doc,2.34.0.v20240227-0940 [2024-04-06T13:33:48.563Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xtext.ui,2.34.0.v20240227-0940 [2024-04-06T13:33:48.563Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xtext.runtime,2.34.0.v20240227-0940 [2024-04-06T13:33:48.563Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.common.types.ui.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.563Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xtext.generator.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.563Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.ide.common,2.34.0.v20240227-0940 [2024-04-06T13:33:48.563Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.buildship,2.34.0.v20240227-0940 [2024-04-06T13:33:48.563Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xtext.xbase,2.34.0.v20240227-0940 [2024-04-06T13:33:48.563Z] - mirrored artifact osgi.bundle,org.objectweb.asm.source,9.6.0 [2024-04-06T13:33:48.563Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.ide.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.563Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.purexbase.ui.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.563Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xtext.sdk,2.34.0.v20240227-0940 [2024-04-06T13:33:48.563Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.common.types.shared.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.563Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xbase.junit.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.563Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xtext.xbase.lib,2.34.0.v20240227-0940 [2024-04-06T13:33:48.563Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ide.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.563Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui.ecore.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.563Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui.shared.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.563Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.common.types.shared,2.34.0.v20240227-0940 [2024-04-06T13:33:48.563Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui.codetemplates.ui,2.34.0.v20240227-0940 [2024-04-06T13:33:48.563Z] - mirrored artifact osgi.bundle,io.github.classgraph.classgraph.source,4.8.165 [2024-04-06T13:33:48.563Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xbase.ui,2.34.0.v20240227-0940 [2024-04-06T13:33:48.563Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ide,2.34.0.v20240227-0940 [2024-04-06T13:33:48.563Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.m2e.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.826Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xtext.generator,2.34.0.v20240227-0940 [2024-04-06T13:33:48.826Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xtext.ui.graph,2.34.0.v20240227-0940 [2024-04-06T13:33:48.826Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xtext.ui,2.34.0.v20240227-0940 [2024-04-06T13:33:48.826Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.core,2.34.0.v20240227-0940 [2024-04-06T13:33:48.826Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xtext.ide,2.34.0.v20240227-0940 [2024-04-06T13:33:48.826Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.junit4,2.34.0.v20240227-0940 [2024-04-06T13:33:48.826Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.testing.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.826Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.common.types.ui,2.34.0.v20240227-0940 [2024-04-06T13:33:48.826Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.xtext.xtext.ui,2.34.0.v20240227-0940 [2024-04-06T13:33:48.826Z] - mirrored artifact osgi.bundle,org.antlr.runtime.source,3.2.0.v20230929-1400 [2024-04-06T13:33:48.826Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.standalone,2.34.0.v20240227-0940 [2024-04-06T13:33:48.826Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.purexbase.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.826Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.lib.macro.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.826Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui.codetemplates.ide,2.34.0.v20240227-0940 [2024-04-06T13:33:48.826Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.xtext.ui.examples,2.34.0.v20240227-0940 [2024-04-06T13:33:48.826Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.m2e.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.826Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.builder.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.826Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.standalone.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.826Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.smap,2.34.0.v20240227-0940 [2024-04-06T13:33:48.826Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.buildship.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.826Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui.codetemplates,2.34.0.v20240227-0940 [2024-04-06T13:33:48.826Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.builder.standalone.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.826Z] - mirrored artifact osgi.bundle,org.eclipse.xtend.examples,2.34.0.v20240227-0940 [2024-04-06T13:33:48.826Z] - mirrored artifact osgi.bundle,org.eclipse.xtext.ui.codetemplates.source,2.34.0.v20240227-0940 [2024-04-06T13:33:48.826Z] Mirroring artifacts from https://download.eclipse.org/tools/pdt/updates/8.2rc2 [2024-04-06T13:33:48.826Z] - mirroring artifact osgi.bundle,org.eclipse.php.core,8.2.0.202311292129 [2024-04-06T13:33:48.826Z] - mirroring artifact osgi.bundle,org.eclipse.php.debug.core,8.2.0.202311292129 [2024-04-06T13:33:48.826Z] - mirroring artifact osgi.bundle,org.eclipse.php.server.ui,8.2.0.202311292129 [2024-04-06T13:33:48.826Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.php.mylyn,8.2.0.202311292129 [2024-04-06T13:33:48.826Z] - mirroring artifact osgi.bundle,org.eclipse.php.formatter.ui.source,8.2.0.202311292129 [2024-04-06T13:33:48.826Z] - mirroring artifact osgi.bundle,org.eclipse.php.refactoring.core.source,8.2.0.202311292129 [2024-04-06T13:33:48.826Z] - mirroring artifact osgi.bundle,org.eclipse.php.composer.core,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact osgi.bundle,org.eclipse.php.composer.ui.source,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.php,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.php.profiler,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact osgi.bundle,org.eclipse.php.debug.ui,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.php.phpunit.feature,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact osgi.bundle,org.eclipse.php.composer.api.source,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.php.composer,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact osgi.bundle,org.eclipse.php.refactoring.ui.source,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact osgi.bundle,org.eclipse.php.mylyn.ui,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact osgi.bundle,org.eclipse.php.debug.daemon,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact osgi.bundle,org.eclipse.php.formatter.core.source,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact osgi.bundle,org.eclipse.php.formatter.core,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact osgi.bundle,org.eclipse.php.phpunit,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact osgi.bundle,org.eclipse.php.debug.daemon.source,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact osgi.bundle,org.eclipse.php.builtin.server.ui,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact osgi.bundle,org.eclipse.php.ui,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact osgi.bundle,org.eclipse.php.ui.source,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.php.source,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact osgi.bundle,org.eclipse.php.core.parser,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact osgi.bundle,org.eclipse.php.rdt.sync.ui,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact osgi.bundle,org.eclipse.php.server.core,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact osgi.bundle,org.eclipse.php.builtin.server.core,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact osgi.bundle,org.eclipse.php.composer.api,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact osgi.bundle,org.eclipse.php.refactoring.ui,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact osgi.bundle,org.eclipse.php.debug.core.source,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact osgi.bundle,org.eclipse.php.help,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact osgi.bundle,org.eclipse.php.profile.ui,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact osgi.bundle,org.eclipse.php.debug.ui.source,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.php.rdt.sync,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact osgi.bundle,org.eclipse.php.composer.ui,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact osgi.bundle,org.eclipse.php.formatter.ui,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact osgi.bundle,org.eclipse.php.composer.core.source,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact osgi.bundle,org.eclipse.php.profile.core,8.2.0.202311292129 [2024-04-06T13:33:48.827Z] - mirroring artifact osgi.bundle,org.eclipse.php.core.source,8.2.0.202311292129 [2024-04-06T13:33:48.828Z] - mirroring artifact osgi.bundle,org.eclipse.php.server.ui.source,8.2.0.202311292129 [2024-04-06T13:33:48.828Z] - mirroring artifact osgi.bundle,org.eclipse.php.core.parser.source,8.2.0.202311292129 [2024-04-06T13:33:48.828Z] - mirroring artifact osgi.bundle,org.eclipse.php.refactoring.core,8.2.0.202311292129 [2024-04-06T13:33:48.828Z] - mirroring artifact osgi.bundle,org.eclipse.php.server.core.source,8.2.0.202311292129 [2024-04-06T13:33:49.089Z] - mirrored artifact osgi.bundle,org.eclipse.php.debug.core,8.2.0.202311292129 [2024-04-06T13:33:49.089Z] - mirrored artifact osgi.bundle,org.eclipse.php.server.ui,8.2.0.202311292129 [2024-04-06T13:33:49.089Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.php.mylyn,8.2.0.202311292129 [2024-04-06T13:33:49.090Z] - mirrored artifact osgi.bundle,org.eclipse.php.formatter.ui.source,8.2.0.202311292129 [2024-04-06T13:33:49.090Z] - mirrored artifact osgi.bundle,org.eclipse.php.refactoring.core.source,8.2.0.202311292129 [2024-04-06T13:33:49.090Z] - mirrored artifact osgi.bundle,org.eclipse.php.composer.core,8.2.0.202311292129 [2024-04-06T13:33:49.351Z] - mirrored artifact osgi.bundle,org.eclipse.php.composer.ui.source,8.2.0.202311292129 [2024-04-06T13:33:49.351Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.php,8.2.0.202311292129 [2024-04-06T13:33:49.351Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.php.profiler,8.2.0.202311292129 [2024-04-06T13:33:49.351Z] - mirrored artifact osgi.bundle,org.eclipse.php.debug.ui,8.2.0.202311292129 [2024-04-06T13:33:49.351Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.php.phpunit.feature,8.2.0.202311292129 [2024-04-06T13:33:49.351Z] - mirrored artifact osgi.bundle,org.eclipse.php.composer.api.source,8.2.0.202311292129 [2024-04-06T13:33:49.351Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.php.composer,8.2.0.202311292129 [2024-04-06T13:33:49.351Z] - mirrored artifact osgi.bundle,org.eclipse.php.refactoring.ui.source,8.2.0.202311292129 [2024-04-06T13:33:49.351Z] - mirrored artifact osgi.bundle,org.eclipse.php.mylyn.ui,8.2.0.202311292129 [2024-04-06T13:33:49.351Z] - mirrored artifact osgi.bundle,org.eclipse.php.debug.daemon,8.2.0.202311292129 [2024-04-06T13:33:49.351Z] - mirrored artifact osgi.bundle,org.eclipse.php.formatter.core.source,8.2.0.202311292129 [2024-04-06T13:33:49.351Z] - mirrored artifact osgi.bundle,org.eclipse.php.formatter.core,8.2.0.202311292129 [2024-04-06T13:33:49.351Z] - mirrored artifact osgi.bundle,org.eclipse.php.phpunit,8.2.0.202311292129 [2024-04-06T13:33:49.616Z] - mirrored artifact osgi.bundle,org.eclipse.php.debug.daemon.source,8.2.0.202311292129 [2024-04-06T13:33:49.616Z] - mirrored artifact osgi.bundle,org.eclipse.php.builtin.server.ui,8.2.0.202311292129 [2024-04-06T13:33:49.616Z] - mirrored artifact osgi.bundle,org.eclipse.php.ui,8.2.0.202311292129 [2024-04-06T13:33:49.616Z] - mirrored artifact osgi.bundle,org.eclipse.php.core,8.2.0.202311292129 [2024-04-06T13:33:49.616Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.php.source,8.2.0.202311292129 [2024-04-06T13:33:49.616Z] - mirrored artifact osgi.bundle,org.eclipse.php.core.parser,8.2.0.202311292129 [2024-04-06T13:33:49.616Z] - mirrored artifact osgi.bundle,org.eclipse.php.rdt.sync.ui,8.2.0.202311292129 [2024-04-06T13:33:49.616Z] - mirrored artifact osgi.bundle,org.eclipse.php.server.core,8.2.0.202311292129 [2024-04-06T13:33:49.888Z] - mirrored artifact osgi.bundle,org.eclipse.php.builtin.server.core,8.2.0.202311292129 [2024-04-06T13:33:49.888Z] - mirrored artifact osgi.bundle,org.eclipse.php.composer.api,8.2.0.202311292129 [2024-04-06T13:33:49.888Z] - mirrored artifact osgi.bundle,org.eclipse.php.ui.source,8.2.0.202311292129 [2024-04-06T13:33:49.888Z] - mirrored artifact osgi.bundle,org.eclipse.php.refactoring.ui,8.2.0.202311292129 [2024-04-06T13:33:49.888Z] - mirrored artifact osgi.bundle,org.eclipse.php.debug.core.source,8.2.0.202311292129 [2024-04-06T13:33:49.888Z] - mirrored artifact osgi.bundle,org.eclipse.php.profile.ui,8.2.0.202311292129 [2024-04-06T13:33:49.888Z] - mirrored artifact osgi.bundle,org.eclipse.php.debug.ui.source,8.2.0.202311292129 [2024-04-06T13:33:49.888Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.php.rdt.sync,8.2.0.202311292129 [2024-04-06T13:33:49.888Z] - mirrored artifact osgi.bundle,org.eclipse.php.composer.ui,8.2.0.202311292129 [2024-04-06T13:33:49.888Z] - mirrored artifact osgi.bundle,org.eclipse.php.formatter.ui,8.2.0.202311292129 [2024-04-06T13:33:49.889Z] - mirrored artifact osgi.bundle,org.eclipse.php.composer.core.source,8.2.0.202311292129 [2024-04-06T13:33:49.889Z] - mirrored artifact osgi.bundle,org.eclipse.php.profile.core,8.2.0.202311292129 [2024-04-06T13:33:49.889Z] - mirrored artifact osgi.bundle,org.eclipse.php.help,8.2.0.202311292129 [2024-04-06T13:33:49.889Z] - mirrored artifact osgi.bundle,org.eclipse.php.server.ui.source,8.2.0.202311292129 [2024-04-06T13:33:49.889Z] - mirrored artifact osgi.bundle,org.eclipse.php.core.parser.source,8.2.0.202311292129 [2024-04-06T13:33:50.164Z] - mirrored artifact osgi.bundle,org.eclipse.php.refactoring.core,8.2.0.202311292129 [2024-04-06T13:33:50.164Z] - mirrored artifact osgi.bundle,org.eclipse.php.server.core.source,8.2.0.202311292129 [2024-04-06T13:33:50.164Z] - mirrored artifact osgi.bundle,org.eclipse.php.core.source,8.2.0.202311292129 [2024-04-06T13:33:50.164Z] Mirroring artifacts from https://download.eclipse.org/tools/ptp/builds/9.4/2021-09 [2024-04-06T13:33:50.164Z] - mirroring artifact osgi.bundle,org.eclipse.ptp.rdt.sync.ui,2.0.0.202108312239 [2024-04-06T13:33:50.164Z] - mirroring artifact osgi.bundle,org.eclipse.ptp.rdt.sync.git.core,2.0.1.202108312239 [2024-04-06T13:33:50.164Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.ptp.rdt.sync,9.4.1.202108312239 [2024-04-06T13:33:50.164Z] - mirroring artifact osgi.bundle,org.eclipse.ptp.rdt.sync.core,6.0.0.202108312239 [2024-04-06T13:33:50.164Z] - mirroring artifact osgi.bundle,org.eclipse.ptp.remote.server.core,3.0.0.202108312239 [2024-04-06T13:33:50.164Z] - mirroring artifact osgi.bundle,org.eclipse.ptp.rdt.sync.git.ui,1.0.0.202108312239 [2024-04-06T13:33:50.165Z] - mirrored artifact osgi.bundle,org.eclipse.ptp.rdt.sync.git.core,2.0.1.202108312239 [2024-04-06T13:33:50.165Z] - mirrored artifact osgi.bundle,org.eclipse.ptp.rdt.sync.ui,2.0.0.202108312239 [2024-04-06T13:33:50.165Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.ptp.rdt.sync,9.4.1.202108312239 [2024-04-06T13:33:50.165Z] - mirrored artifact osgi.bundle,org.eclipse.ptp.remote.server.core,3.0.0.202108312239 [2024-04-06T13:33:50.165Z] - mirrored artifact osgi.bundle,org.eclipse.ptp.rdt.sync.core,6.0.0.202108312239 [2024-04-06T13:33:50.165Z] - mirrored artifact osgi.bundle,org.eclipse.ptp.rdt.sync.git.ui,1.0.0.202108312239 [2024-04-06T13:33:50.165Z] Mirroring artifacts from https://download.eclipse.org/modeling/emft/eef/updates/releases/2.1/R202210191223 [2024-04-06T13:33:50.165Z] - mirroring artifact osgi.bundle,org.eclipse.eef.properties.ui,2.1.6.202210191223 [2024-04-06T13:33:50.165Z] - mirroring artifact osgi.bundle,org.eclipse.eef.ide.ui.properties,2.1.6.202210191223 [2024-04-06T13:33:50.165Z] - mirroring artifact osgi.bundle,org.eclipse.eef.documentation,2.1.6.202210191223 [2024-04-06T13:33:50.165Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.eef.ext.widgets.reference.feature.source,2.1.6.202210191223 [2024-04-06T13:33:50.165Z] - mirroring artifact osgi.bundle,org.eclipse.eef.edit,2.1.6.202210191223 [2024-04-06T13:33:50.165Z] - mirroring artifact osgi.bundle,org.eclipse.eef.ide.source,2.1.6.202210191223 [2024-04-06T13:33:50.165Z] - mirroring artifact osgi.bundle,org.eclipse.eef.common,2.1.6.202210191223 [2024-04-06T13:33:50.166Z] - mirroring artifact osgi.bundle,org.eclipse.eef.common.ui,2.1.6.202210191223 [2024-04-06T13:33:50.166Z] - mirroring artifact osgi.bundle,org.eclipse.eef.documentation.ext.widgets.reference.source,2.1.6.202210191223 [2024-04-06T13:33:50.166Z] - mirroring artifact osgi.bundle,org.eclipse.eef.ide.ui.ext.widgets.reference,2.1.6.202210191223 [2024-04-06T13:33:50.166Z] - mirroring artifact osgi.bundle,org.eclipse.eef.properties.ui.source,2.1.6.202210191223 [2024-04-06T13:33:50.166Z] - mirroring artifact osgi.bundle,org.eclipse.eef.ide.ui.properties.source,2.1.6.202210191223 [2024-04-06T13:33:50.166Z] - mirroring artifact osgi.bundle,org.eclipse.eef.core.source,2.1.6.202210191223 [2024-04-06T13:33:50.166Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.eef.sdk.feature.source,2.1.6.202210191223 [2024-04-06T13:33:50.166Z] - mirroring artifact osgi.bundle,org.eclipse.eef.ide.ui.ext.widgets.reference.source,2.1.6.202210191223 [2024-04-06T13:33:50.166Z] - mirroring artifact osgi.bundle,org.eclipse.eef.core,2.1.6.202210191223 [2024-04-06T13:33:50.166Z] - mirroring artifact osgi.bundle,org.eclipse.eef.ext.widgets.reference.source,2.1.6.202210191223 [2024-04-06T13:33:50.166Z] - mirroring artifact osgi.bundle,org.eclipse.eef.documentation.ext.widgets.reference,2.1.6.202210191223 [2024-04-06T13:33:50.166Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.eef.sdk.feature,2.1.6.202210191223 [2024-04-06T13:33:50.166Z] - mirroring artifact osgi.bundle,org.eclipse.eef.documentation.source,2.1.6.202210191223 [2024-04-06T13:33:50.167Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.eef.ext.widgets.reference.feature,2.1.6.202210191223 [2024-04-06T13:33:50.167Z] - mirroring artifact osgi.bundle,org.eclipse.eef.ide.ui.source,2.1.6.202210191223 [2024-04-06T13:33:50.167Z] - mirroring artifact osgi.bundle,org.eclipse.eef.edit.source,2.1.6.202210191223 [2024-04-06T13:33:50.167Z] - mirroring artifact osgi.bundle,org.eclipse.eef.properties.ui.legacy,2.1.6.202210191223 [2024-04-06T13:33:50.167Z] - mirroring artifact osgi.bundle,org.eclipse.eef.ext.widgets.reference,2.1.6.202210191223 [2024-04-06T13:33:50.167Z] - mirroring artifact osgi.bundle,org.eclipse.eef.ide,2.1.6.202210191223 [2024-04-06T13:33:50.167Z] - mirroring artifact osgi.bundle,org.eclipse.eef.ide.ui,2.1.6.202210191223 [2024-04-06T13:33:50.167Z] - mirroring artifact osgi.bundle,org.eclipse.eef.common.source,2.1.6.202210191223 [2024-04-06T13:33:50.167Z] - mirroring artifact osgi.bundle,org.eclipse.eef.core.ext.widgets.reference.source,2.1.6.202210191223 [2024-04-06T13:33:50.167Z] - mirroring artifact osgi.bundle,org.eclipse.eef.properties.ui.legacy.source,2.1.6.202210191223 [2024-04-06T13:33:50.167Z] - mirroring artifact osgi.bundle,org.eclipse.eef,2.1.6.202210191223 [2024-04-06T13:33:50.167Z] - mirroring artifact osgi.bundle,org.eclipse.eef.source,2.1.6.202210191223 [2024-04-06T13:33:50.167Z] - mirroring artifact osgi.bundle,org.eclipse.eef.common.ui.source,2.1.6.202210191223 [2024-04-06T13:33:50.167Z] - mirroring artifact osgi.bundle,org.eclipse.eef.core.ext.widgets.reference,2.1.6.202210191223 [2024-04-06T13:33:50.167Z] - mirrored artifact osgi.bundle,org.eclipse.eef.ide.ui.properties,2.1.6.202210191223 [2024-04-06T13:33:50.167Z] - mirrored artifact osgi.bundle,org.eclipse.eef.properties.ui,2.1.6.202210191223 [2024-04-06T13:33:50.167Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.eef.ext.widgets.reference.feature.source,2.1.6.202210191223 [2024-04-06T13:33:50.168Z] - mirrored artifact osgi.bundle,org.eclipse.eef.edit,2.1.6.202210191223 [2024-04-06T13:33:50.168Z] - mirrored artifact osgi.bundle,org.eclipse.eef.ide.source,2.1.6.202210191223 [2024-04-06T13:33:50.168Z] - mirrored artifact osgi.bundle,org.eclipse.eef.common,2.1.6.202210191223 [2024-04-06T13:33:50.168Z] - mirrored artifact osgi.bundle,org.eclipse.eef.common.ui,2.1.6.202210191223 [2024-04-06T13:33:50.168Z] - mirrored artifact osgi.bundle,org.eclipse.eef.documentation.ext.widgets.reference.source,2.1.6.202210191223 [2024-04-06T13:33:50.168Z] - mirrored artifact osgi.bundle,org.eclipse.eef.documentation,2.1.6.202210191223 [2024-04-06T13:33:50.168Z] - mirrored artifact osgi.bundle,org.eclipse.eef.ide.ui.ext.widgets.reference,2.1.6.202210191223 [2024-04-06T13:33:50.168Z] - mirrored artifact osgi.bundle,org.eclipse.eef.ide.ui.properties.source,2.1.6.202210191223 [2024-04-06T13:33:50.168Z] - mirrored artifact osgi.bundle,org.eclipse.eef.properties.ui.source,2.1.6.202210191223 [2024-04-06T13:33:50.168Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.eef.sdk.feature.source,2.1.6.202210191223 [2024-04-06T13:33:50.430Z] - mirrored artifact osgi.bundle,org.eclipse.eef.core.source,2.1.6.202210191223 [2024-04-06T13:33:50.431Z] - mirrored artifact osgi.bundle,org.eclipse.eef.ide.ui.ext.widgets.reference.source,2.1.6.202210191223 [2024-04-06T13:33:50.431Z] - mirrored artifact osgi.bundle,org.eclipse.eef.core,2.1.6.202210191223 [2024-04-06T13:33:50.431Z] - mirrored artifact osgi.bundle,org.eclipse.eef.ext.widgets.reference.source,2.1.6.202210191223 [2024-04-06T13:33:50.431Z] - mirrored artifact osgi.bundle,org.eclipse.eef.documentation.ext.widgets.reference,2.1.6.202210191223 [2024-04-06T13:33:50.431Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.eef.sdk.feature,2.1.6.202210191223 [2024-04-06T13:33:50.431Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.eef.ext.widgets.reference.feature,2.1.6.202210191223 [2024-04-06T13:33:50.431Z] - mirrored artifact osgi.bundle,org.eclipse.eef.ide.ui.source,2.1.6.202210191223 [2024-04-06T13:33:50.431Z] - mirrored artifact osgi.bundle,org.eclipse.eef.edit.source,2.1.6.202210191223 [2024-04-06T13:33:50.431Z] - mirrored artifact osgi.bundle,org.eclipse.eef.properties.ui.legacy,2.1.6.202210191223 [2024-04-06T13:33:50.431Z] - mirrored artifact osgi.bundle,org.eclipse.eef.ext.widgets.reference,2.1.6.202210191223 [2024-04-06T13:33:50.431Z] - mirrored artifact osgi.bundle,org.eclipse.eef.ide,2.1.6.202210191223 [2024-04-06T13:33:50.431Z] - mirrored artifact osgi.bundle,org.eclipse.eef.documentation.source,2.1.6.202210191223 [2024-04-06T13:33:50.431Z] - mirrored artifact osgi.bundle,org.eclipse.eef.common.source,2.1.6.202210191223 [2024-04-06T13:33:50.431Z] - mirrored artifact osgi.bundle,org.eclipse.eef.ide.ui,2.1.6.202210191223 [2024-04-06T13:33:50.431Z] - mirrored artifact osgi.bundle,org.eclipse.eef.properties.ui.legacy.source,2.1.6.202210191223 [2024-04-06T13:33:50.431Z] - mirrored artifact osgi.bundle,org.eclipse.eef.core.ext.widgets.reference.source,2.1.6.202210191223 [2024-04-06T13:33:50.431Z] - mirrored artifact osgi.bundle,org.eclipse.eef,2.1.6.202210191223 [2024-04-06T13:33:50.431Z] - mirrored artifact osgi.bundle,org.eclipse.eef.source,2.1.6.202210191223 [2024-04-06T13:33:50.431Z] - mirrored artifact osgi.bundle,org.eclipse.eef.common.ui.source,2.1.6.202210191223 [2024-04-06T13:33:50.431Z] - mirrored artifact osgi.bundle,org.eclipse.eef.core.ext.widgets.reference,2.1.6.202210191223 [2024-04-06T13:33:50.431Z] Mirroring artifacts from https://download.eclipse.org/linuxtools/update-2024-03-rc2a [2024-04-06T13:33:50.431Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.systemtap.structures.source,4.2.0.202403061658 [2024-04-06T13:33:50.431Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.systemtap.ui.ide,2.3.1.202403061658 [2024-04-06T13:33:50.431Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.cdt.libhover.library.docs,1.0.2.202403061658 [2024-04-06T13:33:50.431Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.rpm,8.14.0.202403061658 [2024-04-06T13:33:50.431Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.systemtap,8.14.0.202403061658 [2024-04-06T13:33:50.431Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.profiling.ui.capability.source,1.0.0.202403061658 [2024-04-06T13:33:50.431Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.man,8.14.0.202403061658 [2024-04-06T13:33:50.431Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.rpm.ui,1.1.0.202403061658 [2024-04-06T13:33:50.432Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.dataviewers.piechart.source,3.0.0.202403061658 [2024-04-06T13:33:50.432Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.changelog,8.14.0.202403061658 [2024-04-06T13:33:50.432Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.systemtap.ui.consolelog.source,4.0.0.202403061658 [2024-04-06T13:33:50.432Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.systemtap.ui.doc,2.6.5.202403061658 [2024-04-06T13:33:50.432Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.profiling.docs,1.0.0.202403061658 [2024-04-06T13:33:50.432Z] - mirroring artifact osgi.bundle,org.eclipse.swtchart,0.14.0.202301260747 [2024-04-06T13:33:50.432Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.ui.editor.source,1.0.0.202403061658 [2024-04-06T13:33:50.432Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.perf.feature,8.14.0.202403061658 [2024-04-06T13:33:50.432Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.memcheck.source,1.1.0.202403061658 [2024-04-06T13:33:50.432Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.helgrind.source,1.1.0.202403061658 [2024-04-06T13:33:50.432Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.helgrind,1.1.0.202403061658 [2024-04-06T13:33:50.432Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.massif.source,1.1.0.202403061658 [2024-04-06T13:33:50.432Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.systemtap.source,8.14.0.202403061658 [2024-04-06T13:33:50.432Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.callgraph.launch,2.1.0.202403061658 [2024-04-06T13:33:50.432Z] - mirroring artifact osgi.bundle,org.codelibs.nekohtml,2.1.2.v20230802-0829 [2024-04-06T13:33:50.432Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.changelog.c.source,8.14.0.202403061658 [2024-04-06T13:33:50.432Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.binutils,6.0.0.202403061658 [2024-04-06T13:33:50.432Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.ui.source,2.1.0.202403061658 [2024-04-06T13:33:50.432Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.rpm.core,3.1.0.202403061658 [2024-04-06T13:33:50.432Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.cdt.libhover.feature,8.14.0.202403061658 [2024-04-06T13:33:50.432Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.profiling.launch.source,3.3.0.202403061658 [2024-04-06T13:33:50.432Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.cdt.libhover.feature.source,8.14.0.202403061658 [2024-04-06T13:33:50.432Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.tools.launch.core.source,3.3.0.202403061658 [2024-04-06T13:33:50.432Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.doc,1.0.0.202403061658 [2024-04-06T13:33:50.432Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.gprof.feature.source,8.14.0.202403061658 [2024-04-06T13:33:50.432Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.rpm.ui.editor.source,4.0.0.202403061658 [2024-04-06T13:33:50.433Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.man.help.source,1.1.0.202403061658 [2024-04-06T13:33:50.433Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.tools.launch.core,3.3.0.202403061658 [2024-04-06T13:33:50.433Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.gprof.feature,8.14.0.202403061658 [2024-04-06T13:33:50.433Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.systemtap.ui.consolelog,4.0.0.202403061658 [2024-04-06T13:33:50.433Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.changelog.parsers.java,2.7.0.202403061658 [2024-04-06T13:33:50.433Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.cdt.libhover.devhelp.feature,8.14.0.202403061658 [2024-04-06T13:33:50.433Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.man.source,8.14.0.202403061658 [2024-04-06T13:33:50.433Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.rpm.source,8.14.0.202403061658 [2024-04-06T13:33:50.433Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.changelog.core.source,3.0.0.202403061658 [2024-04-06T13:33:50.433Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.cdt.libhover.source,1.2.0.202403061658 [2024-04-06T13:33:50.433Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.javadocs.feature.source,8.14.0.202403061658 [2024-04-06T13:33:50.433Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.profiling.launch,3.3.0.202403061658 [2024-04-06T13:33:50.433Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.dataviewers.charts,7.0.0.202403061658 [2024-04-06T13:33:50.433Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.perf,1.3.0.202403061658 [2024-04-06T13:33:50.433Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.man.core,1.5.0.202403061658 [2024-04-06T13:33:50.433Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.dataviewers.feature,8.14.0.202403061658 [2024-04-06T13:33:50.433Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.javadocs,1.0.0.202403061658 [2024-04-06T13:33:50.433Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.gcov.source,8.14.0.202403061658 [2024-04-06T13:33:50.433Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.callgraph.source,2.0.0.202403061658 [2024-04-06T13:33:50.433Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.systemtap.structures,4.2.0.202403061658 [2024-04-06T13:33:50.433Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.ui,2.1.0.202403061658 [2024-04-06T13:33:50.433Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.dataviewers.piechart,3.0.0.202403061658 [2024-04-06T13:33:50.433Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.changelog.c,8.14.0.202403061658 [2024-04-06T13:33:50.433Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.gcov.core.source,6.3.0.202403061658 [2024-04-06T13:33:50.433Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.systemtap.graphing.core,2.1.0.202403061658 [2024-04-06T13:33:50.434Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.changelog.cparser.source,2.7.0.202403061658 [2024-04-06T13:33:50.434Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.perf.source,1.3.0.202403061658 [2024-04-06T13:33:50.434Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.rpm.core.source,3.1.0.202403061658 [2024-04-06T13:33:50.434Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.launch.source,3.0.0.202403061658 [2024-04-06T13:33:50.434Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.changelog.cparser,2.7.0.202403061658 [2024-04-06T13:33:50.434Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.profiling.ui.source,3.2.0.202403061658 [2024-04-06T13:33:50.434Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.callgraph.feature,8.14.0.202403061658 [2024-04-06T13:33:50.434Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.cachegrind.source,1.1.0.202403061658 [2024-04-06T13:33:50.434Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.cdt.libhover,1.2.0.202403061658 [2024-04-06T13:33:50.434Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.rpm.ui.editor.doc,1.0.0.202403061658 [2024-04-06T13:33:50.434Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.changelog.java.source,8.14.0.202403061658 [2024-04-06T13:33:50.434Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.perf.doc,1.0.0.202403061658 [2024-04-06T13:33:50.434Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.launch,3.0.0.202403061658 [2024-04-06T13:33:50.434Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.man.core.source,1.5.0.202403061658 [2024-04-06T13:33:50.434Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.javadocs.source,1.0.0.202403061658 [2024-04-06T13:33:50.434Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.gcov,8.14.0.202403061658 [2024-04-06T13:33:50.434Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.gcov.launch,1.2.0.202403061658 [2024-04-06T13:33:50.434Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.systemtap.graphing.ui,4.2.0.202403061658 [2024-04-06T13:33:50.434Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.callgraph.core.source,3.1.0.202403061658 [2024-04-06T13:33:50.434Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.callgraph.feature.source,8.14.0.202403061658 [2024-04-06T13:33:50.434Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.rpm.rpmlint,1.1.0.202403061658 [2024-04-06T13:33:50.434Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.core,1.1.0.202403061658 [2024-04-06T13:33:50.434Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.cdt.libhover.devhelp.source,1.1.0.202403061658 [2024-04-06T13:33:50.434Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.changelog.core,3.0.0.202403061658 [2024-04-06T13:33:50.434Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.callgraph.launch.source,2.1.0.202403061658 [2024-04-06T13:33:50.434Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.dataviewers.source,6.1.0.202403061658 [2024-04-06T13:33:50.435Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.profiling.ui.capability,1.0.0.202403061658 [2024-04-06T13:33:50.435Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.changelog.parsers.java.source,2.7.0.202403061658 [2024-04-06T13:33:50.435Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.tools.launch.ui,2.0.0.202403061658 [2024-04-06T13:33:50.435Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.massif,1.1.0.202403061658 [2024-04-06T13:33:50.435Z] - mirroring artifact osgi.bundle,org.eclipse.swtchart.extensions,0.14.0.202301260747 [2024-04-06T13:33:50.435Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.gprof.docs,1.0.0.202403061658 [2024-04-06T13:33:50.435Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.cdt.libhover.glibc,1.2.1.202403061658 [2024-04-06T13:33:50.435Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.cdt.libhover.devhelp,1.1.0.202403061658 [2024-04-06T13:33:50.435Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.cachegrind,1.1.0.202403061658 [2024-04-06T13:33:50.435Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.callgraph.core,3.1.0.202403061658 [2024-04-06T13:33:50.435Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.ui.editor,1.0.0.202403061658 [2024-04-06T13:33:50.435Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.profiling,8.14.0.202403061658 [2024-04-06T13:33:50.435Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.cdt.libhover.devhelp.feature.source,8.14.0.202403061658 [2024-04-06T13:33:50.435Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.profiling.source,8.14.0.202403061658 [2024-04-06T13:33:50.435Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.systemtap.graphing.core.source,2.1.0.202403061658 [2024-04-06T13:33:50.435Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.dataviewers.feature.source,8.14.0.202403061658 [2024-04-06T13:33:50.435Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.core.source,1.1.0.202403061658 [2024-04-06T13:33:50.435Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.callgraph,2.0.0.202403061658 [2024-04-06T13:33:50.435Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.gprof.launch,1.2.0.202403061658 [2024-04-06T13:33:50.435Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.perf.feature.source,8.14.0.202403061658 [2024-04-06T13:33:50.435Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.rpm.ui.source,1.1.0.202403061658 [2024-04-06T13:33:50.435Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.rpm.ui.editor,4.0.0.202403061658 [2024-04-06T13:33:50.435Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.profiling.ui,3.2.0.202403061658 [2024-04-06T13:33:50.435Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.gprof.launch.source,1.2.0.202403061658 [2024-04-06T13:33:50.435Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.callgraph.docs,1.0.0.202403061658 [2024-04-06T13:33:50.435Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.changelog.doc,2.7.1.202403061658 [2024-04-06T13:33:50.435Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.valgrind,8.14.0.202403061658 [2024-04-06T13:33:50.436Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.binutils.source,6.0.0.202403061658 [2024-04-06T13:33:50.436Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.rpm.rpmlint.source,1.1.0.202403061658 [2024-04-06T13:33:50.436Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.dataviewers.charts.source,7.0.0.202403061658 [2024-04-06T13:33:50.436Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.systemtap.graphing.ui.source,4.2.0.202403061658 [2024-04-06T13:33:50.436Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.gcov.launch.source,1.2.0.202403061658 [2024-04-06T13:33:50.436Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.gcov.core,6.3.0.202403061658 [2024-04-06T13:33:50.436Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.gprof,5.1.0.202403061658 [2024-04-06T13:33:50.436Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.javadocs.feature,8.14.0.202403061658 [2024-04-06T13:33:50.436Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.gcov.docs,1.0.0.202403061658 [2024-04-06T13:33:50.436Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.dataviewers,6.1.0.202403061658 [2024-04-06T13:33:50.436Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.systemtap.ui.ide.source,2.3.1.202403061658 [2024-04-06T13:33:50.436Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.changelog.source,8.14.0.202403061658 [2024-04-06T13:33:50.436Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.valgrind.memcheck,1.1.0.202403061658 [2024-04-06T13:33:50.436Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.man.help,1.1.0.202403061658 [2024-04-06T13:33:50.436Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.valgrind.source,8.14.0.202403061658 [2024-04-06T13:33:50.436Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.changelog.java,8.14.0.202403061658 [2024-04-06T13:33:50.436Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.tools.launch.ui.source,2.0.0.202403061658 [2024-04-06T13:33:50.436Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.gprof.source,5.1.0.202403061658 [2024-04-06T13:33:50.709Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.systemtap.structures.source,4.2.0.202403061658 [2024-04-06T13:33:50.709Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.cdt.libhover.library.docs,1.0.2.202403061658 [2024-04-06T13:33:50.709Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.rpm,8.14.0.202403061658 [2024-04-06T13:33:50.709Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.systemtap,8.14.0.202403061658 [2024-04-06T13:33:50.709Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.profiling.ui.capability.source,1.0.0.202403061658 [2024-04-06T13:33:50.709Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.man,8.14.0.202403061658 [2024-04-06T13:33:50.709Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.systemtap.ui.ide,2.3.1.202403061658 [2024-04-06T13:33:50.709Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.dataviewers.piechart.source,3.0.0.202403061658 [2024-04-06T13:33:50.709Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.rpm.ui,1.1.0.202403061658 [2024-04-06T13:33:50.709Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.changelog,8.14.0.202403061658 [2024-04-06T13:33:50.709Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.systemtap.ui.consolelog.source,4.0.0.202403061658 [2024-04-06T13:33:50.709Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.profiling.docs,1.0.0.202403061658 [2024-04-06T13:33:50.709Z] - mirrored artifact osgi.bundle,org.eclipse.swtchart,0.14.0.202301260747 [2024-04-06T13:33:50.710Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.ui.editor.source,1.0.0.202403061658 [2024-04-06T13:33:50.710Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.perf.feature,8.14.0.202403061658 [2024-04-06T13:33:50.710Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.memcheck.source,1.1.0.202403061658 [2024-04-06T13:33:50.710Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.helgrind.source,1.1.0.202403061658 [2024-04-06T13:33:50.710Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.helgrind,1.1.0.202403061658 [2024-04-06T13:33:50.710Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.massif.source,1.1.0.202403061658 [2024-04-06T13:33:50.710Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.systemtap.source,8.14.0.202403061658 [2024-04-06T13:33:50.710Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.systemtap.ui.doc,2.6.5.202403061658 [2024-04-06T13:33:50.710Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.callgraph.launch,2.1.0.202403061658 [2024-04-06T13:33:50.974Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.changelog.c.source,8.14.0.202403061658 [2024-04-06T13:33:50.974Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.binutils,6.0.0.202403061658 [2024-04-06T13:33:50.974Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.ui.source,2.1.0.202403061658 [2024-04-06T13:33:50.974Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.rpm.core,3.1.0.202403061658 [2024-04-06T13:33:50.974Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.cdt.libhover.feature,8.14.0.202403061658 [2024-04-06T13:33:50.974Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.profiling.launch.source,3.3.0.202403061658 [2024-04-06T13:33:50.974Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.cdt.libhover.feature.source,8.14.0.202403061658 [2024-04-06T13:33:50.975Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.tools.launch.core.source,3.3.0.202403061658 [2024-04-06T13:33:50.975Z] - mirrored artifact osgi.bundle,org.codelibs.nekohtml,2.1.2.v20230802-0829 [2024-04-06T13:33:50.975Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.gprof.feature.source,8.14.0.202403061658 [2024-04-06T13:33:50.975Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.rpm.ui.editor.source,4.0.0.202403061658 [2024-04-06T13:33:50.975Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.man.help.source,1.1.0.202403061658 [2024-04-06T13:33:50.975Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.tools.launch.core,3.3.0.202403061658 [2024-04-06T13:33:50.975Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.gprof.feature,8.14.0.202403061658 [2024-04-06T13:33:50.975Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.systemtap.ui.consolelog,4.0.0.202403061658 [2024-04-06T13:33:50.975Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.changelog.parsers.java,2.7.0.202403061658 [2024-04-06T13:33:50.975Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.cdt.libhover.devhelp.feature,8.14.0.202403061658 [2024-04-06T13:33:50.975Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.man.source,8.14.0.202403061658 [2024-04-06T13:33:50.975Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.rpm.source,8.14.0.202403061658 [2024-04-06T13:33:50.975Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.doc,1.0.0.202403061658 [2024-04-06T13:33:50.975Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.cdt.libhover.source,1.2.0.202403061658 [2024-04-06T13:33:50.975Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.javadocs.feature.source,8.14.0.202403061658 [2024-04-06T13:33:50.975Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.changelog.core.source,3.0.0.202403061658 [2024-04-06T13:33:50.975Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.dataviewers.charts,7.0.0.202403061658 [2024-04-06T13:33:50.975Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.profiling.launch,3.3.0.202403061658 [2024-04-06T13:33:50.975Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.man.core,1.5.0.202403061658 [2024-04-06T13:33:50.975Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.dataviewers.feature,8.14.0.202403061658 [2024-04-06T13:33:50.975Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.perf,1.3.0.202403061658 [2024-04-06T13:33:50.975Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.gcov.source,8.14.0.202403061658 [2024-04-06T13:33:50.975Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.javadocs,1.0.0.202403061658 [2024-04-06T13:33:50.975Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.callgraph.source,2.0.0.202403061658 [2024-04-06T13:33:50.976Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.systemtap.structures,4.2.0.202403061658 [2024-04-06T13:33:50.976Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.dataviewers.piechart,3.0.0.202403061658 [2024-04-06T13:33:50.976Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.ui,2.1.0.202403061658 [2024-04-06T13:33:50.976Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.changelog.c,8.14.0.202403061658 [2024-04-06T13:33:50.976Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.systemtap.graphing.core,2.1.0.202403061658 [2024-04-06T13:33:50.976Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.changelog.cparser.source,2.7.0.202403061658 [2024-04-06T13:33:50.976Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.gcov.core.source,6.3.0.202403061658 [2024-04-06T13:33:50.976Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.rpm.core.source,3.1.0.202403061658 [2024-04-06T13:33:50.976Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.perf.source,1.3.0.202403061658 [2024-04-06T13:33:50.976Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.changelog.cparser,2.7.0.202403061658 [2024-04-06T13:33:50.976Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.profiling.ui.source,3.2.0.202403061658 [2024-04-06T13:33:50.976Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.launch.source,3.0.0.202403061658 [2024-04-06T13:33:50.976Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.callgraph.feature,8.14.0.202403061658 [2024-04-06T13:33:50.976Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.cachegrind.source,1.1.0.202403061658 [2024-04-06T13:33:51.236Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.cdt.libhover,1.2.0.202403061658 [2024-04-06T13:33:51.237Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.changelog.java.source,8.14.0.202403061658 [2024-04-06T13:33:51.237Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.rpm.ui.editor.doc,1.0.0.202403061658 [2024-04-06T13:33:51.237Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.perf.doc,1.0.0.202403061658 [2024-04-06T13:33:51.237Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.launch,3.0.0.202403061658 [2024-04-06T13:33:51.237Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.man.core.source,1.5.0.202403061658 [2024-04-06T13:33:51.237Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.javadocs.source,1.0.0.202403061658 [2024-04-06T13:33:51.237Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.gcov,8.14.0.202403061658 [2024-04-06T13:33:51.237Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.gcov.launch,1.2.0.202403061658 [2024-04-06T13:33:51.237Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.callgraph.core.source,3.1.0.202403061658 [2024-04-06T13:33:51.237Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.systemtap.graphing.ui,4.2.0.202403061658 [2024-04-06T13:33:51.237Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.callgraph.feature.source,8.14.0.202403061658 [2024-04-06T13:33:51.237Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.core,1.1.0.202403061658 [2024-04-06T13:33:51.237Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.rpm.rpmlint,1.1.0.202403061658 [2024-04-06T13:33:51.237Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.cdt.libhover.devhelp.source,1.1.0.202403061658 [2024-04-06T13:33:51.237Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.changelog.core,3.0.0.202403061658 [2024-04-06T13:33:51.237Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.callgraph.launch.source,2.1.0.202403061658 [2024-04-06T13:33:51.237Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.profiling.ui.capability,1.0.0.202403061658 [2024-04-06T13:33:51.237Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.dataviewers.source,6.1.0.202403061658 [2024-04-06T13:33:51.237Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.changelog.parsers.java.source,2.7.0.202403061658 [2024-04-06T13:33:51.237Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.tools.launch.ui,2.0.0.202403061658 [2024-04-06T13:33:51.237Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.massif,1.1.0.202403061658 [2024-04-06T13:33:51.237Z] - mirrored artifact osgi.bundle,org.eclipse.swtchart.extensions,0.14.0.202301260747 [2024-04-06T13:33:51.237Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.gprof.docs,1.0.0.202403061658 [2024-04-06T13:33:51.237Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.cdt.libhover.devhelp,1.1.0.202403061658 [2024-04-06T13:33:51.237Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.cdt.libhover.glibc,1.2.1.202403061658 [2024-04-06T13:33:51.237Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.cachegrind,1.1.0.202403061658 [2024-04-06T13:33:51.237Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.callgraph.core,3.1.0.202403061658 [2024-04-06T13:33:51.238Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.ui.editor,1.0.0.202403061658 [2024-04-06T13:33:51.238Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.profiling,8.14.0.202403061658 [2024-04-06T13:33:51.238Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.profiling.source,8.14.0.202403061658 [2024-04-06T13:33:51.238Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.cdt.libhover.devhelp.feature.source,8.14.0.202403061658 [2024-04-06T13:33:51.238Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.dataviewers.feature.source,8.14.0.202403061658 [2024-04-06T13:33:51.238Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.systemtap.graphing.core.source,2.1.0.202403061658 [2024-04-06T13:33:51.238Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.core.source,1.1.0.202403061658 [2024-04-06T13:33:51.238Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.callgraph,2.0.0.202403061658 [2024-04-06T13:33:51.238Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.gprof.launch,1.2.0.202403061658 [2024-04-06T13:33:51.238Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.rpm.ui.source,1.1.0.202403061658 [2024-04-06T13:33:51.238Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.perf.feature.source,8.14.0.202403061658 [2024-04-06T13:33:51.238Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.profiling.ui,3.2.0.202403061658 [2024-04-06T13:33:51.238Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.gprof.launch.source,1.2.0.202403061658 [2024-04-06T13:33:51.238Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.rpm.ui.editor,4.0.0.202403061658 [2024-04-06T13:33:51.500Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.callgraph.docs,1.0.0.202403061658 [2024-04-06T13:33:51.500Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.valgrind,8.14.0.202403061658 [2024-04-06T13:33:51.500Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.changelog.doc,2.7.1.202403061658 [2024-04-06T13:33:51.500Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.binutils.source,6.0.0.202403061658 [2024-04-06T13:33:51.500Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.dataviewers.charts.source,7.0.0.202403061658 [2024-04-06T13:33:51.500Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.rpm.rpmlint.source,1.1.0.202403061658 [2024-04-06T13:33:51.500Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.gcov.launch.source,1.2.0.202403061658 [2024-04-06T13:33:51.500Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.systemtap.graphing.ui.source,4.2.0.202403061658 [2024-04-06T13:33:51.500Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.gcov.core,6.3.0.202403061658 [2024-04-06T13:33:51.500Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.gprof,5.1.0.202403061658 [2024-04-06T13:33:51.500Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.javadocs.feature,8.14.0.202403061658 [2024-04-06T13:33:51.500Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.dataviewers,6.1.0.202403061658 [2024-04-06T13:33:51.500Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.gcov.docs,1.0.0.202403061658 [2024-04-06T13:33:51.500Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.changelog.source,8.14.0.202403061658 [2024-04-06T13:33:51.500Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.valgrind.memcheck,1.1.0.202403061658 [2024-04-06T13:33:51.500Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.systemtap.ui.ide.source,2.3.1.202403061658 [2024-04-06T13:33:51.501Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.valgrind.source,8.14.0.202403061658 [2024-04-06T13:33:51.501Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.man.help,1.1.0.202403061658 [2024-04-06T13:33:51.501Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.tools.launch.ui.source,2.0.0.202403061658 [2024-04-06T13:33:51.501Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.changelog.java,8.14.0.202403061658 [2024-04-06T13:33:51.501Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.gprof.source,5.1.0.202403061658 [2024-04-06T13:33:51.501Z] Mirroring artifacts from https://download.eclipse.org/linuxtools/update-2024-03-docker-rc2a [2024-04-06T13:33:51.501Z] - mirroring artifact osgi.bundle,org.glassfish.jersey.core.jersey-common,3.1.5 [2024-04-06T13:33:51.501Z] - mirroring artifact osgi.bundle,jakarta.ws.rs-api,3.1.0 [2024-04-06T13:33:51.501Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.vagrant.docs.source,2.0.0.202403061658 [2024-04-06T13:33:51.501Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.vagrant.core,2.0.0.202403061658 [2024-04-06T13:33:51.501Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.docker.editor.ls.feature.source,5.14.0.202403061658 [2024-04-06T13:33:51.501Z] - mirroring artifact osgi.bundle,org.glassfish.hk2.locator,3.0.6 [2024-04-06T13:33:51.501Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.vagrant.docs,2.0.0.202403061658 [2024-04-06T13:33:51.501Z] - mirroring artifact osgi.bundle,org.glassfish.hk2.api,3.0.6 [2024-04-06T13:33:51.501Z] - mirroring artifact osgi.bundle,org.apache.commons.commons-compress,1.26.0 [2024-04-06T13:33:51.501Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.docker.editor.ls,1.0.1.202403061658 [2024-04-06T13:33:51.501Z] - mirroring artifact osgi.bundle,com.github.jnr.constants,0.10.4 [2024-04-06T13:33:51.501Z] - mirroring artifact osgi.bundle,com.github.jnr.enxio,0.32.17 [2024-04-06T13:33:51.501Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.docker.editor.ls.source,1.0.1.202403061658 [2024-04-06T13:33:51.501Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.docker.core,5.14.0.202403061658 [2024-04-06T13:33:51.501Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.jdt.docker.launcher,1.0.0.202403061658 [2024-04-06T13:33:51.501Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.jdt.docker.launcher.feature,5.14.0.202403061658 [2024-04-06T13:33:51.501Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.docker.docs.source,5.14.0.202403061658 [2024-04-06T13:33:51.501Z] - mirroring artifact osgi.bundle,org.mandas.docker-client,7.0.7 [2024-04-06T13:33:51.501Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.docker.core.source,5.14.0.202403061658 [2024-04-06T13:33:51.501Z] - mirroring artifact osgi.bundle,javassist,3.30.2.GA [2024-04-06T13:33:51.501Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.vagrant.feature,5.14.0.202403061658 [2024-04-06T13:33:51.501Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.vagrant.ui.source,2.0.0.202403061658 [2024-04-06T13:33:51.501Z] - mirroring artifact osgi.bundle,com.github.jnr.jffi.native,1.3.13.v20240215-1616 [2024-04-06T13:33:51.501Z] - mirroring artifact osgi.bundle,org.glassfish.jersey.core.jersey-server,3.1.5 [2024-04-06T13:33:51.501Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.docker.docs,5.14.0.202403061658 [2024-04-06T13:33:51.502Z] - mirroring artifact osgi.bundle,org.apache.httpcomponents.httpclient,4.5.14 [2024-04-06T13:33:51.502Z] - mirroring artifact osgi.bundle,com.github.jnr.jffi,1.3.13 [2024-04-06T13:33:51.502Z] - mirroring artifact osgi.bundle,com.fasterxml.jackson.module.jackson-module-jakarta-xmlbind-annotations,2.16.1 [2024-04-06T13:33:51.502Z] - mirroring artifact osgi.bundle,com.github.jnr.x86asm,1.0.2.v20230715-0746 [2024-04-06T13:33:51.502Z] - mirroring artifact osgi.bundle,com.fasterxml.jackson.core.jackson-databind,2.16.1 [2024-04-06T13:33:51.502Z] - mirroring artifact osgi.bundle,com.github.jnr.posix,3.1.19 [2024-04-06T13:33:51.502Z] - mirroring artifact osgi.bundle,com.github.jnr.ffi,2.2.16 [2024-04-06T13:33:51.502Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.vagrant.core.source,2.0.0.202403061658 [2024-04-06T13:33:51.502Z] - mirroring artifact osgi.bundle,com.github.jnr.unixsocket,0.38.22 [2024-04-06T13:33:51.502Z] - mirroring artifact osgi.bundle,org.glassfish.jersey.ext.jersey-entity-filtering,3.1.5 [2024-04-06T13:33:51.502Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.docker.editor.ls.feature,5.14.0.202403061658 [2024-04-06T13:33:51.502Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.vagrant.feature.source,5.14.0.202403061658 [2024-04-06T13:33:51.502Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.docker.ui.source,5.14.0.202403061658 [2024-04-06T13:33:51.502Z] - mirroring artifact osgi.bundle,com.fasterxml.jackson.core.jackson-annotations,2.16.1 [2024-04-06T13:33:51.502Z] - mirroring artifact osgi.bundle,org.glassfish.hk2.osgi-resource-locator,1.0.3 [2024-04-06T13:33:51.502Z] - mirroring artifact osgi.bundle,org.glassfish.jersey.inject.jersey-hk2,3.1.5 [2024-04-06T13:33:51.502Z] - mirroring artifact osgi.bundle,org.glassfish.jersey.core.jersey-client,3.1.5 [2024-04-06T13:33:51.502Z] - mirroring artifact osgi.bundle,com.github.jnr.a64asm,1.0.0.v20230715-0746 [2024-04-06T13:33:51.502Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.vagrant.ui,2.0.0.202403061658 [2024-04-06T13:33:51.502Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.docker.ui,5.14.0.202403061658 [2024-04-06T13:33:51.502Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.docker.feature.source,5.14.0.202403061658 [2024-04-06T13:33:51.502Z] - mirroring artifact osgi.bundle,org.eclipse.linuxtools.jdt.docker.launcher.source,1.0.0.202403061658 [2024-04-06T13:33:51.502Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.jdt.docker.launcher.feature.source,5.14.0.202403061658 [2024-04-06T13:33:51.502Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.linuxtools.docker.feature,5.14.0.202403061658 [2024-04-06T13:33:51.502Z] - mirroring artifact osgi.bundle,org.glassfish.hk2.utils,3.0.6 [2024-04-06T13:33:51.502Z] - mirroring artifact osgi.bundle,com.fasterxml.jackson.core.jackson-core,2.16.1 [2024-04-06T13:33:51.502Z] - mirroring artifact osgi.bundle,bcpkix,1.77.0 [2024-04-06T13:33:51.502Z] - mirroring artifact osgi.bundle,org.glassfish.jersey.media.jersey-media-json-jackson,3.1.5 [2024-04-06T13:33:51.502Z] - mirroring artifact osgi.bundle,org.glassfish.jersey.connectors.jersey-apache-connector,3.1.5 [2024-04-06T13:33:51.767Z] - mirrored artifact osgi.bundle,jakarta.ws.rs-api,3.1.0 [2024-04-06T13:33:51.767Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.vagrant.docs.source,2.0.0.202403061658 [2024-04-06T13:33:51.767Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.vagrant.core,2.0.0.202403061658 [2024-04-06T13:33:51.767Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.docker.editor.ls.feature.source,5.14.0.202403061658 [2024-04-06T13:33:51.767Z] - mirrored artifact osgi.bundle,org.glassfish.hk2.locator,3.0.6 [2024-04-06T13:33:51.767Z] - mirrored artifact osgi.bundle,org.glassfish.jersey.core.jersey-common,3.1.5 [2024-04-06T13:33:51.767Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.vagrant.docs,2.0.0.202403061658 [2024-04-06T13:33:51.767Z] - mirrored artifact osgi.bundle,org.glassfish.hk2.api,3.0.6 [2024-04-06T13:33:51.767Z] - mirrored artifact osgi.bundle,org.apache.commons.commons-compress,1.26.0 [2024-04-06T13:33:51.767Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.docker.editor.ls,1.0.1.202403061658 [2024-04-06T13:33:51.767Z] - mirrored artifact osgi.bundle,com.github.jnr.enxio,0.32.17 [2024-04-06T13:33:51.767Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.docker.editor.ls.source,1.0.1.202403061658 [2024-04-06T13:33:51.767Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.docker.core,5.14.0.202403061658 [2024-04-06T13:33:51.767Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.jdt.docker.launcher,1.0.0.202403061658 [2024-04-06T13:33:51.767Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.jdt.docker.launcher.feature,5.14.0.202403061658 [2024-04-06T13:33:52.028Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.docker.docs.source,5.14.0.202403061658 [2024-04-06T13:33:52.028Z] - mirrored artifact osgi.bundle,com.github.jnr.constants,0.10.4 [2024-04-06T13:33:52.028Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.docker.core.source,5.14.0.202403061658 [2024-04-06T13:33:52.028Z] - mirrored artifact osgi.bundle,org.mandas.docker-client,7.0.7 [2024-04-06T13:33:52.028Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.vagrant.feature,5.14.0.202403061658 [2024-04-06T13:33:52.028Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.vagrant.ui.source,2.0.0.202403061658 [2024-04-06T13:33:52.028Z] - mirrored artifact osgi.bundle,javassist,3.30.2.GA [2024-04-06T13:33:52.028Z] - mirrored artifact osgi.bundle,com.github.jnr.jffi.native,1.3.13.v20240215-1616 [2024-04-06T13:33:52.028Z] - mirrored artifact osgi.bundle,org.glassfish.jersey.core.jersey-server,3.1.5 [2024-04-06T13:33:52.028Z] - mirrored artifact osgi.bundle,org.apache.httpcomponents.httpclient,4.5.14 [2024-04-06T13:33:52.289Z] - mirrored artifact osgi.bundle,com.github.jnr.jffi,1.3.13 [2024-04-06T13:33:52.289Z] - mirrored artifact osgi.bundle,com.fasterxml.jackson.module.jackson-module-jakarta-xmlbind-annotations,2.16.1 [2024-04-06T13:33:52.289Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.docker.docs,5.14.0.202403061658 [2024-04-06T13:33:52.289Z] - mirrored artifact osgi.bundle,com.github.jnr.x86asm,1.0.2.v20230715-0746 [2024-04-06T13:33:52.289Z] - mirrored artifact osgi.bundle,com.github.jnr.posix,3.1.19 [2024-04-06T13:33:52.289Z] - mirrored artifact osgi.bundle,com.github.jnr.ffi,2.2.16 [2024-04-06T13:33:52.289Z] - mirrored artifact osgi.bundle,com.fasterxml.jackson.core.jackson-databind,2.16.1 [2024-04-06T13:33:52.289Z] - mirrored artifact osgi.bundle,com.github.jnr.unixsocket,0.38.22 [2024-04-06T13:33:52.289Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.vagrant.core.source,2.0.0.202403061658 [2024-04-06T13:33:52.289Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.docker.editor.ls.feature,5.14.0.202403061658 [2024-04-06T13:33:52.289Z] - mirrored artifact osgi.bundle,org.glassfish.jersey.ext.jersey-entity-filtering,3.1.5 [2024-04-06T13:33:52.289Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.vagrant.feature.source,5.14.0.202403061658 [2024-04-06T13:33:52.289Z] - mirrored artifact osgi.bundle,com.fasterxml.jackson.core.jackson-annotations,2.16.1 [2024-04-06T13:33:52.289Z] - mirrored artifact osgi.bundle,org.glassfish.hk2.osgi-resource-locator,1.0.3 [2024-04-06T13:33:52.289Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.docker.ui.source,5.14.0.202403061658 [2024-04-06T13:33:52.289Z] - mirrored artifact osgi.bundle,org.glassfish.jersey.inject.jersey-hk2,3.1.5 [2024-04-06T13:33:52.289Z] - mirrored artifact osgi.bundle,org.glassfish.jersey.core.jersey-client,3.1.5 [2024-04-06T13:33:52.289Z] - mirrored artifact osgi.bundle,com.github.jnr.a64asm,1.0.0.v20230715-0746 [2024-04-06T13:33:52.289Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.vagrant.ui,2.0.0.202403061658 [2024-04-06T13:33:52.289Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.docker.feature.source,5.14.0.202403061658 [2024-04-06T13:33:52.289Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.jdt.docker.launcher.source,1.0.0.202403061658 [2024-04-06T13:33:52.289Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.jdt.docker.launcher.feature.source,5.14.0.202403061658 [2024-04-06T13:33:52.289Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.linuxtools.docker.feature,5.14.0.202403061658 [2024-04-06T13:33:52.289Z] - mirrored artifact osgi.bundle,org.glassfish.hk2.utils,3.0.6 [2024-04-06T13:33:52.289Z] - mirrored artifact osgi.bundle,org.eclipse.linuxtools.docker.ui,5.14.0.202403061658 [2024-04-06T13:33:52.290Z] - mirrored artifact osgi.bundle,com.fasterxml.jackson.core.jackson-core,2.16.1 [2024-04-06T13:33:52.290Z] - mirrored artifact osgi.bundle,org.glassfish.jersey.media.jersey-media-json-jackson,3.1.5 [2024-04-06T13:33:52.550Z] - mirrored artifact osgi.bundle,org.glassfish.jersey.connectors.jersey-apache-connector,3.1.5 [2024-04-06T13:33:52.550Z] - mirrored artifact osgi.bundle,bcpkix,1.77.0 [2024-04-06T13:33:52.550Z] Mirroring artifacts from https://download.eclipse.org/egit/updates-6.9 [2024-04-06T13:33:52.550Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.egit.source,6.9.0.202403050737-r [2024-04-06T13:33:52.550Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.ui,6.9.0.202403050737-r [2024-04-06T13:33:52.550Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.http.apache,6.9.0.202403050737-r [2024-04-06T13:33:52.550Z] - mirroring artifact osgi.bundle,org.apache.httpcomponents.httpclient.source,4.5.14 [2024-04-06T13:33:52.550Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jgit.ssh.apache,6.9.0.202403050737-r [2024-04-06T13:33:52.550Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.server.source,10.0.20 [2024-04-06T13:33:52.550Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jgit.pgm,6.9.0.202403050737-r [2024-04-06T13:33:52.550Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.ssh.apache.agent.source,6.9.0.202403050737-r [2024-04-06T13:33:52.550Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.http,10.0.20 [2024-04-06T13:33:52.551Z] - mirroring artifact osgi.bundle,bcutil,1.77.0 [2024-04-06T13:33:52.551Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.egit,6.9.0.202403050737-r [2024-04-06T13:33:52.551Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.egit.gitflow.feature,6.9.0.202403050737-r [2024-04-06T13:33:52.551Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.lfs.source,6.9.0.202403050737-r [2024-04-06T13:33:52.551Z] - mirroring artifact osgi.bundle,org.eclipse.egit.gitflow.ui,6.9.0.202403050737-r [2024-04-06T13:33:52.551Z] - mirroring artifact osgi.bundle,org.apache.sshd.sftp,2.12.0 [2024-04-06T13:33:52.551Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jgit.source,6.9.0.202403050737-r [2024-04-06T13:33:52.551Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.servlet.source,10.0.20 [2024-04-06T13:33:52.551Z] - mirroring artifact osgi.bundle,org.eclipse.egit.gitflow.source,6.9.0.202403050737-r [2024-04-06T13:33:52.551Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.junit.ssh.source,6.9.0.202403050737-r [2024-04-06T13:33:52.551Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.ssh.apache,6.9.0.202403050737-r [2024-04-06T13:33:52.551Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.http.apache.source,6.9.0.202403050737-r [2024-04-06T13:33:52.551Z] - mirroring artifact osgi.bundle,org.eclipse.egit.gitflow,6.9.0.202403050737-r [2024-04-06T13:33:52.551Z] - mirroring artifact osgi.bundle,org.eclipse.egit,6.9.0.202403050737-r [2024-04-06T13:33:52.551Z] - mirroring artifact osgi.bundle,bcpkix.source,1.77.0 [2024-04-06T13:33:52.551Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jgit.gpg.bc,6.9.0.202403050737-r [2024-04-06T13:33:52.551Z] - mirroring artifact osgi.bundle,org.eclipse.egit.gitflow.ui.source,6.9.0.202403050737-r [2024-04-06T13:33:52.551Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.pgm,6.9.0.202403050737-r [2024-04-06T13:33:52.551Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.lfs.server.source,6.9.0.202403050737-r [2024-04-06T13:33:52.551Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jgit.ssh.jsch,6.9.0.202403050737-r [2024-04-06T13:33:52.551Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.http.source,10.0.20 [2024-04-06T13:33:52.551Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.junit.http.source,6.9.0.202403050737-r [2024-04-06T13:33:52.551Z] - mirroring artifact osgi.bundle,com.googlecode.javaewah.JavaEWAH.source,1.2.3 [2024-04-06T13:33:52.551Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.ssh.apache.source,6.9.0.202403050737-r [2024-04-06T13:33:52.551Z] - mirroring artifact osgi.bundle,org.eclipse.egit.ui.source,6.9.0.202403050737-r [2024-04-06T13:33:52.551Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jgit.lfs,6.9.0.202403050737-r [2024-04-06T13:33:52.551Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.archive,6.9.0.202403050737-r [2024-04-06T13:33:52.551Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.io.source,10.0.20 [2024-04-06T13:33:52.551Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.gpg.bc.source,6.9.0.202403050737-r [2024-04-06T13:33:52.551Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.util,10.0.20 [2024-04-06T13:33:52.551Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.source,6.9.0.202403050737-r [2024-04-06T13:33:52.551Z] - mirroring artifact osgi.bundle,net.i2p.crypto.eddsa,0.3.0 [2024-04-06T13:33:52.551Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.security.source,10.0.20 [2024-04-06T13:33:52.551Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.gpg.bc,6.9.0.202403050737-r [2024-04-06T13:33:52.551Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jgit,6.9.0.202403050737-r [2024-04-06T13:33:52.551Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.ssh.jsch.source,6.9.0.202403050737-r [2024-04-06T13:33:52.551Z] - mirroring artifact osgi.bundle,org.eclipse.egit.core,6.9.0.202403050737-r [2024-04-06T13:33:52.551Z] - mirroring artifact osgi.bundle,com.googlecode.javaewah.JavaEWAH,1.2.3 [2024-04-06T13:33:52.552Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.ant.source,6.9.0.202403050737-r [2024-04-06T13:33:52.552Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.ui.source,6.9.0.202403050737-r [2024-04-06T13:33:52.552Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.lfs,6.9.0.202403050737-r [2024-04-06T13:33:52.552Z] - mirroring artifact osgi.bundle,net.i2p.crypto.eddsa.source,0.3.0 [2024-04-06T13:33:52.552Z] - mirroring artifact osgi.bundle,org.eclipse.egit.core.source,6.9.0.202403050737-r [2024-04-06T13:33:52.552Z] - mirroring artifact osgi.bundle,org.apache.commons.commons-compress.source,1.26.0 [2024-04-06T13:33:52.552Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.ssh.jsch,6.9.0.202403050737-r [2024-04-06T13:33:52.552Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.junit.source,6.9.0.202403050737-r [2024-04-06T13:33:52.552Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.ssh.apache.agent,6.9.0.202403050737-r [2024-04-06T13:33:52.552Z] - mirroring artifact osgi.bundle,bcutil.source,1.77.0 [2024-04-06T13:33:52.552Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.servlet,10.0.20 [2024-04-06T13:33:52.552Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.archive.source,6.9.0.202403050737-r [2024-04-06T13:33:52.552Z] - mirroring artifact osgi.bundle,org.eclipse.jgit,6.9.0.202403050737-r [2024-04-06T13:33:52.552Z] - mirroring artifact osgi.bundle,org.apache.sshd.sftp.source,2.12.0 [2024-04-06T13:33:52.552Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.pgm.source,6.9.0.202403050737-r [2024-04-06T13:33:52.552Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.security,10.0.20 [2024-04-06T13:33:52.552Z] - mirroring artifact osgi.bundle,org.eclipse.egit.ui,6.9.0.202403050737-r [2024-04-06T13:33:52.552Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.jgit.http.apache,6.9.0.202403050737-r [2024-04-06T13:33:52.552Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.util.source,10.0.20 [2024-04-06T13:33:52.552Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.http.server.source,6.9.0.202403050737-r [2024-04-06T13:33:52.552Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.io,10.0.20 [2024-04-06T13:33:52.552Z] - mirroring artifact osgi.bundle,org.eclipse.egit.doc,6.9.0.202403050737-r [2024-04-06T13:33:52.552Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.server,10.0.20 [2024-04-06T13:33:52.552Z] - mirroring artifact osgi.bundle,org.eclipse.jgit.lfs.server,6.9.0.202403050737-r [2024-04-06T13:33:52.552Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.egit.source,6.9.0.202403050737-r [2024-04-06T13:33:52.552Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.ui,6.9.0.202403050737-r [2024-04-06T13:33:52.552Z] - mirrored artifact osgi.bundle,org.apache.httpcomponents.httpclient.source,4.5.14 [2024-04-06T13:33:52.552Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.http.apache,6.9.0.202403050737-r [2024-04-06T13:33:52.552Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jgit.ssh.apache,6.9.0.202403050737-r [2024-04-06T13:33:52.552Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jgit.pgm,6.9.0.202403050737-r [2024-04-06T13:33:52.552Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.ssh.apache.agent.source,6.9.0.202403050737-r [2024-04-06T13:33:52.552Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.server.source,10.0.20 [2024-04-06T13:33:52.552Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.http,10.0.20 [2024-04-06T13:33:52.552Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.egit,6.9.0.202403050737-r [2024-04-06T13:33:52.552Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.egit.gitflow.feature,6.9.0.202403050737-r [2024-04-06T13:33:52.552Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.lfs.source,6.9.0.202403050737-r [2024-04-06T13:33:52.552Z] - mirrored artifact osgi.bundle,org.eclipse.egit.gitflow.ui,6.9.0.202403050737-r [2024-04-06T13:33:52.818Z] - mirrored artifact osgi.bundle,bcutil,1.77.0 [2024-04-06T13:33:52.818Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jgit.source,6.9.0.202403050737-r [2024-04-06T13:33:52.818Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.servlet.source,10.0.20 [2024-04-06T13:33:52.818Z] - mirrored artifact osgi.bundle,org.eclipse.egit.gitflow.source,6.9.0.202403050737-r [2024-04-06T13:33:52.818Z] - mirrored artifact osgi.bundle,org.apache.sshd.sftp,2.12.0 [2024-04-06T13:33:52.818Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.junit.ssh.source,6.9.0.202403050737-r [2024-04-06T13:33:52.818Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.http.apache.source,6.9.0.202403050737-r [2024-04-06T13:33:52.818Z] - mirrored artifact osgi.bundle,org.eclipse.egit.gitflow,6.9.0.202403050737-r [2024-04-06T13:33:52.818Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.ssh.apache,6.9.0.202403050737-r [2024-04-06T13:33:52.819Z] - mirrored artifact osgi.bundle,org.eclipse.egit,6.9.0.202403050737-r [2024-04-06T13:33:52.819Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jgit.gpg.bc,6.9.0.202403050737-r [2024-04-06T13:33:52.819Z] - mirrored artifact osgi.bundle,org.eclipse.egit.gitflow.ui.source,6.9.0.202403050737-r [2024-04-06T13:33:52.819Z] - mirrored artifact osgi.bundle,bcpkix.source,1.77.0 [2024-04-06T13:33:52.819Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.pgm,6.9.0.202403050737-r [2024-04-06T13:33:52.819Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jgit.ssh.jsch,6.9.0.202403050737-r [2024-04-06T13:33:52.819Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.http.source,10.0.20 [2024-04-06T13:33:52.819Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.lfs.server.source,6.9.0.202403050737-r [2024-04-06T13:33:52.819Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.junit.http.source,6.9.0.202403050737-r [2024-04-06T13:33:52.819Z] - mirrored artifact osgi.bundle,com.googlecode.javaewah.JavaEWAH.source,1.2.3 [2024-04-06T13:33:52.819Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.ssh.apache.source,6.9.0.202403050737-r [2024-04-06T13:33:52.819Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jgit.lfs,6.9.0.202403050737-r [2024-04-06T13:33:52.819Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.archive,6.9.0.202403050737-r [2024-04-06T13:33:52.819Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.io.source,10.0.20 [2024-04-06T13:33:52.819Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.gpg.bc.source,6.9.0.202403050737-r [2024-04-06T13:33:52.819Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.util,10.0.20 [2024-04-06T13:33:53.081Z] - mirrored artifact osgi.bundle,org.eclipse.egit.ui.source,6.9.0.202403050737-r [2024-04-06T13:33:53.081Z] - mirrored artifact osgi.bundle,net.i2p.crypto.eddsa,0.3.0 [2024-04-06T13:33:53.081Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.security.source,10.0.20 [2024-04-06T13:33:53.081Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.gpg.bc,6.9.0.202403050737-r [2024-04-06T13:33:53.081Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jgit,6.9.0.202403050737-r [2024-04-06T13:33:53.081Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.ssh.jsch.source,6.9.0.202403050737-r [2024-04-06T13:33:53.081Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.source,6.9.0.202403050737-r [2024-04-06T13:33:53.081Z] - mirrored artifact osgi.bundle,org.eclipse.egit.core,6.9.0.202403050737-r [2024-04-06T13:33:53.081Z] - mirrored artifact osgi.bundle,com.googlecode.javaewah.JavaEWAH,1.2.3 [2024-04-06T13:33:53.081Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.ui.source,6.9.0.202403050737-r [2024-04-06T13:33:53.081Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.ant.source,6.9.0.202403050737-r [2024-04-06T13:33:53.081Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.lfs,6.9.0.202403050737-r [2024-04-06T13:33:53.081Z] - mirrored artifact osgi.bundle,net.i2p.crypto.eddsa.source,0.3.0 [2024-04-06T13:33:53.081Z] - mirrored artifact osgi.bundle,org.eclipse.egit.core.source,6.9.0.202403050737-r [2024-04-06T13:33:53.082Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.ssh.jsch,6.9.0.202403050737-r [2024-04-06T13:33:53.082Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.junit.source,6.9.0.202403050737-r [2024-04-06T13:33:53.082Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.ssh.apache.agent,6.9.0.202403050737-r [2024-04-06T13:33:53.082Z] - mirrored artifact osgi.bundle,org.apache.commons.commons-compress.source,1.26.0 [2024-04-06T13:33:53.082Z] - mirrored artifact osgi.bundle,bcutil.source,1.77.0 [2024-04-06T13:33:53.082Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.servlet,10.0.20 [2024-04-06T13:33:53.082Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.archive.source,6.9.0.202403050737-r [2024-04-06T13:33:53.343Z] - mirrored artifact osgi.bundle,org.apache.sshd.sftp.source,2.12.0 [2024-04-06T13:33:53.343Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.pgm.source,6.9.0.202403050737-r [2024-04-06T13:33:53.343Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.security,10.0.20 [2024-04-06T13:33:53.343Z] - mirrored artifact osgi.bundle,org.eclipse.jgit,6.9.0.202403050737-r [2024-04-06T13:33:53.343Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.jgit.http.apache,6.9.0.202403050737-r [2024-04-06T13:33:53.343Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.util.source,10.0.20 [2024-04-06T13:33:53.343Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.http.server.source,6.9.0.202403050737-r [2024-04-06T13:33:53.343Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.io,10.0.20 [2024-04-06T13:33:53.628Z] - mirrored artifact osgi.bundle,org.eclipse.egit.ui,6.9.0.202403050737-r [2024-04-06T13:33:53.628Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.server,10.0.20 [2024-04-06T13:33:53.628Z] - mirrored artifact osgi.bundle,org.eclipse.jgit.lfs.server,6.9.0.202403050737-r [2024-04-06T13:33:53.628Z] - mirrored artifact osgi.bundle,org.eclipse.egit.doc,6.9.0.202403050737-r [2024-04-06T13:33:53.628Z] Mirroring artifacts from https://download.eclipse.org/graphiti/updates/release/0.19.2 [2024-04-06T13:33:53.890Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.graphiti.export.feature.source,0.19.2.202311281543 [2024-04-06T13:33:53.890Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.tools.newprojectwizard,0.19.2.202311281543 [2024-04-06T13:33:53.890Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.graphiti.sdk.plus.feature.source,0.19.2.202311281543 [2024-04-06T13:33:53.890Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.export.batik.source,0.19.2.202311281543 [2024-04-06T13:33:53.890Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.ui,0.19.2.202311281543 [2024-04-06T13:33:53.890Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.mm,0.19.2.202311281543 [2024-04-06T13:33:53.890Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.examples.common.source,0.19.2.202311281543 [2024-04-06T13:33:53.890Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.examples.composite.source,0.19.2.202311281543 [2024-04-06T13:33:53.890Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.examples.composite,0.19.2.202311281543 [2024-04-06T13:33:53.890Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.graphiti.sdk.plus.feature,0.19.2.202311281543 [2024-04-06T13:33:53.891Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.examples.filesystem.mm,0.19.2.202311281543 [2024-04-06T13:33:53.891Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.examples.tutorial.source,0.19.2.202311281543 [2024-04-06T13:33:53.891Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.pattern.source,0.19.2.202311281543 [2024-04-06T13:33:53.891Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.ui.capabilities.source,0.19.2.202311281543 [2024-04-06T13:33:53.891Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.tools.newprojectwizard.source,0.19.2.202311281543 [2024-04-06T13:33:53.891Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.graphiti.feature.examples,0.19.2.202311281543 [2024-04-06T13:33:53.891Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.ui.capabilities,0.19.2.202311281543 [2024-04-06T13:33:53.891Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.examples.filesystem.source,0.19.2.202311281543 [2024-04-06T13:33:53.891Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.examples.chess.source,0.19.2.202311281543 [2024-04-06T13:33:53.891Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.examples.common,0.19.2.202311281543 [2024-04-06T13:33:53.891Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.graphiti.sdk.feature,0.19.2.202311281543 [2024-04-06T13:33:53.891Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.examples.chess,0.19.2.202311281543 [2024-04-06T13:33:53.891Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.doc.source,0.19.2.202311281543 [2024-04-06T13:33:53.891Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.pattern,0.19.2.202311281543 [2024-04-06T13:33:53.892Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.examples.tutorial,0.19.2.202311281543 [2024-04-06T13:33:53.892Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.graphiti.feature.examples.source,0.19.2.202311281543 [2024-04-06T13:33:53.892Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.graphiti.feature,0.19.2.202311281543 [2024-04-06T13:33:53.892Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.export.batik,0.19.2.202311281543 [2024-04-06T13:33:53.892Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.graphiti.sdk.feature.source,0.19.2.202311281543 [2024-04-06T13:33:53.892Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.examples.filesystem,0.19.2.202311281543 [2024-04-06T13:33:53.892Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.graphiti.export.feature,0.19.2.202311281543 [2024-04-06T13:33:53.892Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.graphiti.feature.tools.source,0.19.2.202311281543 [2024-04-06T13:33:53.892Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.mm.source,0.19.2.202311281543 [2024-04-06T13:33:53.892Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.graphiti.feature.source,0.19.2.202311281543 [2024-04-06T13:33:53.892Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.examples.filesystem.mm.source,0.19.2.202311281543 [2024-04-06T13:33:53.892Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.doc,0.19.2.202311281543 [2024-04-06T13:33:53.892Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti,0.19.2.202311281543 [2024-04-06T13:33:53.892Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.source,0.19.2.202311281543 [2024-04-06T13:33:53.893Z] - mirroring artifact osgi.bundle,org.eclipse.graphiti.ui.source,0.19.2.202311281543 [2024-04-06T13:33:53.893Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.graphiti.feature.tools,0.19.2.202311281543 [2024-04-06T13:33:53.893Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.tools.newprojectwizard,0.19.2.202311281543 [2024-04-06T13:33:53.893Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.graphiti.sdk.plus.feature.source,0.19.2.202311281543 [2024-04-06T13:33:53.893Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.export.batik.source,0.19.2.202311281543 [2024-04-06T13:33:53.893Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.graphiti.export.feature.source,0.19.2.202311281543 [2024-04-06T13:33:53.893Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.mm,0.19.2.202311281543 [2024-04-06T13:33:53.893Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.examples.common.source,0.19.2.202311281543 [2024-04-06T13:33:53.893Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.examples.composite.source,0.19.2.202311281543 [2024-04-06T13:33:53.893Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.examples.composite,0.19.2.202311281543 [2024-04-06T13:33:53.893Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.graphiti.sdk.plus.feature,0.19.2.202311281543 [2024-04-06T13:33:53.893Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.examples.filesystem.mm,0.19.2.202311281543 [2024-04-06T13:33:53.893Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.ui,0.19.2.202311281543 [2024-04-06T13:33:53.893Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.examples.tutorial.source,0.19.2.202311281543 [2024-04-06T13:33:53.894Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.ui.capabilities.source,0.19.2.202311281543 [2024-04-06T13:33:53.894Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.pattern.source,0.19.2.202311281543 [2024-04-06T13:33:53.894Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.tools.newprojectwizard.source,0.19.2.202311281543 [2024-04-06T13:33:53.894Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.graphiti.feature.examples,0.19.2.202311281543 [2024-04-06T13:33:53.894Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.ui.capabilities,0.19.2.202311281543 [2024-04-06T13:33:53.894Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.examples.filesystem.source,0.19.2.202311281543 [2024-04-06T13:33:53.894Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.examples.chess.source,0.19.2.202311281543 [2024-04-06T13:33:53.894Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.graphiti.sdk.feature,0.19.2.202311281543 [2024-04-06T13:33:53.894Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.examples.common,0.19.2.202311281543 [2024-04-06T13:33:53.894Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.examples.chess,0.19.2.202311281543 [2024-04-06T13:33:53.894Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.pattern,0.19.2.202311281543 [2024-04-06T13:33:53.894Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.examples.tutorial,0.19.2.202311281543 [2024-04-06T13:33:53.894Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.graphiti.feature.examples.source,0.19.2.202311281543 [2024-04-06T13:33:53.894Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.graphiti.feature,0.19.2.202311281543 [2024-04-06T13:33:53.895Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.export.batik,0.19.2.202311281543 [2024-04-06T13:33:54.157Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.graphiti.sdk.feature.source,0.19.2.202311281543 [2024-04-06T13:33:54.157Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.examples.filesystem,0.19.2.202311281543 [2024-04-06T13:33:54.157Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.graphiti.export.feature,0.19.2.202311281543 [2024-04-06T13:33:54.157Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.graphiti.feature.tools.source,0.19.2.202311281543 [2024-04-06T13:33:54.157Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.mm.source,0.19.2.202311281543 [2024-04-06T13:33:54.157Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.graphiti.feature.source,0.19.2.202311281543 [2024-04-06T13:33:54.157Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.examples.filesystem.mm.source,0.19.2.202311281543 [2024-04-06T13:33:54.157Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.doc.source,0.19.2.202311281543 [2024-04-06T13:33:54.419Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti,0.19.2.202311281543 [2024-04-06T13:33:54.419Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.source,0.19.2.202311281543 [2024-04-06T13:33:54.419Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.ui.source,0.19.2.202311281543 [2024-04-06T13:33:54.419Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.graphiti.feature.tools,0.19.2.202311281543 [2024-04-06T13:33:54.419Z] - mirrored artifact osgi.bundle,org.eclipse.graphiti.doc,0.19.2.202311281543 [2024-04-06T13:33:54.419Z] Mirroring artifacts from https://download.eclipse.org/technology/m2e/releases/2.6.0 [2024-04-06T13:33:54.419Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.model.edit,2.0.400.20231030-1438 [2024-04-06T13:33:54.419Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.jdt,2.3.400.20240219-2341 [2024-04-06T13:33:54.419Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.binaryproject.ui.source,2.0.200.20231030-1438 [2024-04-06T13:33:54.419Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.mavenarchiver,2.0.500.20240202-2240 [2024-04-06T13:33:54.419Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.profiles.core,2.1.201.20231030-1438 [2024-04-06T13:33:54.419Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.logback.feature,2.6.0.20240217-1525 [2024-04-06T13:33:54.419Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.archetype.descriptor.source,3.2.1.2 [2024-04-06T13:33:54.419Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.logback.source,2.6.0.20240217-1525 [2024-04-06T13:33:54.419Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.sourcelookup.source,2.0.301.20231030-1438 [2024-04-06T13:33:54.419Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.jdt.source,2.3.400.20240219-2341 [2024-04-06T13:33:54.419Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.pde.feature,2.3.1.20240203-0902 [2024-04-06T13:33:54.419Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.discovery.source,2.0.201.20231030-1438 [2024-04-06T13:33:54.419Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.binaryproject.source,2.1.202.20231119-0901 [2024-04-06T13:33:54.419Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.apt.core,2.2.201.20240125-1714 [2024-04-06T13:33:54.419Z] - mirroring artifact osgi.bundle,org.jdom2,2.0.6.v20230720-0727 [2024-04-06T13:33:54.419Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.lemminx.feature,2.0.600.20240219-1707 [2024-04-06T13:33:54.419Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.pde.target,2.0.500.20231119-0901 [2024-04-06T13:33:54.419Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.archetype.catalog.source,3.2.1.2 [2024-04-06T13:33:54.419Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.sourcelookup.ui.source,2.0.400.20231030-1438 [2024-04-06T13:33:54.419Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.maven.runtime.source,3.9.600.20231203-1234 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.archetype.common.source,3.2.104 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.editor.lemminx,2.0.600.20240219-1707 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,org.jcodings.source,1.0.58.v20230703-0749 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.launching.source,2.0.601.20231119-0901 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.maven.runtime,3.9.600.20231203-1234 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.core,2.6.0.20240220-1109 [2024-04-06T13:33:54.420Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.feature.source,2.6.0.20240220-1109 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.jdt.ui.source,2.0.400.20231030-1438 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.apt.core.source,2.2.201.20240125-1714 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.sourcelookup.ui,2.0.400.20231030-1438 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.apt.ui,2.0.401.20231030-1438 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.tests.common.source,2.0.6.20231230-2025 [2024-04-06T13:33:54.420Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.logback.feature.source,2.6.0.20240217-1525 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.pde.ui.source,2.0.401.20240203-0902 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,com.sun.jna.source,5.14.0.v20231211-1200 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,org.joni.source,2.2.1.v20230703-0749 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.discovery,2.0.201.20231030-1438 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.logback,2.6.0.20240217-1525 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.model.edit.source,2.0.400.20231030-1438 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.archetype.catalog,3.2.1.2 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.sourcelookup,2.0.301.20231030-1438 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.core.ui.source,2.0.800.20240217-0902 [2024-04-06T13:33:54.420Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.sdk.feature,2.6.0.20240220-1109 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.scm,2.0.201.20231030-1438 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.pde.target.source,2.0.500.20231119-0901 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,org.apache.xerces.source,2.12.2.v20230928-1306 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,org.apache.xml.resolver.source,1.2.0.v20230928-1222 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,org.jcodings,1.0.58.v20230703-0749 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.apt.ui.source,2.0.401.20231030-1438 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,ch.qos.logback.classic,1.5.0 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.scm.source,2.0.201.20231030-1438 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,jaxen.source,2.0.0 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.editor.source,2.0.400.20240105-1922 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,org.jdom2.source,2.0.6.v20230720-0727 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,org.jsoup.source,1.17.2 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.pde.connector,2.1.600.20240202-2240 [2024-04-06T13:33:54.420Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.pde.connector.source,2.1.600.20240202-2240 [2024-04-06T13:33:54.421Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.launching,2.0.601.20231119-0901 [2024-04-06T13:33:54.421Z] - mirroring artifact osgi.bundle,org.apache.commons.lang3.source,3.14.0 [2024-04-06T13:33:54.421Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.binaryproject.ui,2.0.200.20231030-1438 [2024-04-06T13:33:54.421Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.jdt.ui,2.0.400.20231030-1438 [2024-04-06T13:33:54.421Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.archetype.common,3.2.104 [2024-04-06T13:33:54.421Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.refactoring,2.0.302.20231108-0009 [2024-04-06T13:33:54.421Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.pde.ui,2.0.401.20240203-0902 [2024-04-06T13:33:54.421Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.pde.feature.source,2.3.1.20240203-0902 [2024-04-06T13:33:54.421Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.profiles.core.source,2.1.201.20231030-1438 [2024-04-06T13:33:54.421Z] - mirroring artifact osgi.bundle,ch.qos.logback.core.source,1.5.0 [2024-04-06T13:33:54.421Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.archetype.descriptor,3.2.1.2 [2024-04-06T13:33:54.421Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.mavenarchiver.source,2.0.500.20240202-2240 [2024-04-06T13:33:54.421Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.tests.common,2.0.6.20231230-2025 [2024-04-06T13:33:54.421Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.editor,2.0.400.20240105-1922 [2024-04-06T13:33:54.421Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.refactoring.source,2.0.302.20231108-0009 [2024-04-06T13:33:54.421Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.core.source,2.6.0.20240220-1109 [2024-04-06T13:33:54.421Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.profiles.ui.source,2.0.301.20231030-1438 [2024-04-06T13:33:54.421Z] - mirroring artifact osgi.bundle,org.joni,2.2.1.v20230703-0749 [2024-04-06T13:33:54.421Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.editor.lemminx.source,2.0.600.20240219-1707 [2024-04-06T13:33:54.421Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.core.ui,2.0.800.20240217-0902 [2024-04-06T13:33:54.421Z] - mirroring artifact osgi.bundle,ch.qos.logback.classic.source,1.5.0 [2024-04-06T13:33:54.421Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.profiles.ui,2.0.301.20231030-1438 [2024-04-06T13:33:54.421Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.lemminx.feature.source,2.0.600.20240219-1707 [2024-04-06T13:33:54.421Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.archetype.maven-artifact-transfer.source,0.13.1.2 [2024-04-06T13:33:54.421Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.feature,2.6.0.20240220-1109 [2024-04-06T13:33:54.421Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.archetype.maven-artifact-transfer,0.13.1.2 [2024-04-06T13:33:54.421Z] - mirroring artifact osgi.bundle,org.snakeyaml.engine.source,2.7.0 [2024-04-06T13:33:54.421Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.binaryproject,2.1.202.20231119-0901 [2024-04-06T13:33:54.421Z] - mirroring artifact osgi.bundle,ch.qos.logback.core,1.5.0 [2024-04-06T13:33:54.421Z] - mirroring artifact osgi.bundle,jaxen,2.0.0 [2024-04-06T13:33:54.421Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.jdt,2.3.400.20240219-2341 [2024-04-06T13:33:54.421Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.binaryproject.ui.source,2.0.200.20231030-1438 [2024-04-06T13:33:54.421Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.mavenarchiver,2.0.500.20240202-2240 [2024-04-06T13:33:54.421Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.profiles.core,2.1.201.20231030-1438 [2024-04-06T13:33:54.421Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.model.edit,2.0.400.20231030-1438 [2024-04-06T13:33:54.421Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.archetype.descriptor.source,3.2.1.2 [2024-04-06T13:33:54.422Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.logback.feature,2.6.0.20240217-1525 [2024-04-06T13:33:54.422Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.logback.source,2.6.0.20240217-1525 [2024-04-06T13:33:54.422Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.sourcelookup.source,2.0.301.20231030-1438 [2024-04-06T13:33:54.422Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.pde.feature,2.3.1.20240203-0902 [2024-04-06T13:33:54.422Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.jdt.source,2.3.400.20240219-2341 [2024-04-06T13:33:54.422Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.discovery.source,2.0.201.20231030-1438 [2024-04-06T13:33:54.422Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.binaryproject.source,2.1.202.20231119-0901 [2024-04-06T13:33:54.422Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.apt.core,2.2.201.20240125-1714 [2024-04-06T13:33:54.422Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.lemminx.feature,2.0.600.20240219-1707 [2024-04-06T13:33:54.422Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.pde.target,2.0.500.20231119-0901 [2024-04-06T13:33:54.422Z] - mirrored artifact osgi.bundle,org.jdom2,2.0.6.v20230720-0727 [2024-04-06T13:33:54.422Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.sourcelookup.ui.source,2.0.400.20231030-1438 [2024-04-06T13:33:54.691Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.archetype.catalog.source,3.2.1.2 [2024-04-06T13:33:54.691Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.archetype.common.source,3.2.104 [2024-04-06T13:33:54.691Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.editor.lemminx,2.0.600.20240219-1707 [2024-04-06T13:33:54.691Z] - mirrored artifact osgi.bundle,org.jcodings.source,1.0.58.v20230703-0749 [2024-04-06T13:33:54.691Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.launching.source,2.0.601.20231119-0901 [2024-04-06T13:33:54.958Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.maven.runtime.source,3.9.600.20231203-1234 [2024-04-06T13:33:54.958Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.core,2.6.0.20240220-1109 [2024-04-06T13:33:54.958Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.feature.source,2.6.0.20240220-1109 [2024-04-06T13:33:54.958Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.jdt.ui.source,2.0.400.20231030-1438 [2024-04-06T13:33:54.958Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.apt.core.source,2.2.201.20240125-1714 [2024-04-06T13:33:54.959Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.sourcelookup.ui,2.0.400.20231030-1438 [2024-04-06T13:33:54.959Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.apt.ui,2.0.401.20231030-1438 [2024-04-06T13:33:54.959Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.tests.common.source,2.0.6.20231230-2025 [2024-04-06T13:33:54.959Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.logback.feature.source,2.6.0.20240217-1525 [2024-04-06T13:33:54.959Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.pde.ui.source,2.0.401.20240203-0902 [2024-04-06T13:33:54.959Z] - mirrored artifact osgi.bundle,com.sun.jna.source,5.14.0.v20231211-1200 [2024-04-06T13:33:54.959Z] - mirrored artifact osgi.bundle,org.joni.source,2.2.1.v20230703-0749 [2024-04-06T13:33:54.959Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.discovery,2.0.201.20231030-1438 [2024-04-06T13:33:54.959Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.logback,2.6.0.20240217-1525 [2024-04-06T13:33:54.959Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.maven.runtime,3.9.600.20231203-1234 [2024-04-06T13:33:54.959Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.model.edit.source,2.0.400.20231030-1438 [2024-04-06T13:33:54.959Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.archetype.catalog,3.2.1.2 [2024-04-06T13:33:54.959Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.sourcelookup,2.0.301.20231030-1438 [2024-04-06T13:33:55.224Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.sdk.feature,2.6.0.20240220-1109 [2024-04-06T13:33:55.224Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.core.ui.source,2.0.800.20240217-0902 [2024-04-06T13:33:55.224Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.scm,2.0.201.20231030-1438 [2024-04-06T13:33:55.224Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.pde.target.source,2.0.500.20231119-0901 [2024-04-06T13:33:55.224Z] - mirrored artifact osgi.bundle,org.apache.xml.resolver.source,1.2.0.v20230928-1222 [2024-04-06T13:33:55.224Z] - mirrored artifact osgi.bundle,org.apache.xerces.source,2.12.2.v20230928-1306 [2024-04-06T13:33:55.224Z] - mirrored artifact osgi.bundle,org.jcodings,1.0.58.v20230703-0749 [2024-04-06T13:33:55.224Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.apt.ui.source,2.0.401.20231030-1438 [2024-04-06T13:33:55.224Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.scm.source,2.0.201.20231030-1438 [2024-04-06T13:33:55.224Z] - mirrored artifact osgi.bundle,ch.qos.logback.classic,1.5.0 [2024-04-06T13:33:55.224Z] - mirrored artifact osgi.bundle,jaxen.source,2.0.0 [2024-04-06T13:33:55.224Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.editor.source,2.0.400.20240105-1922 [2024-04-06T13:33:55.224Z] - mirrored artifact osgi.bundle,org.jsoup.source,1.17.2 [2024-04-06T13:33:55.224Z] - mirrored artifact osgi.bundle,org.jdom2.source,2.0.6.v20230720-0727 [2024-04-06T13:33:55.224Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.pde.connector,2.1.600.20240202-2240 [2024-04-06T13:33:55.224Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.pde.connector.source,2.1.600.20240202-2240 [2024-04-06T13:33:55.224Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.launching,2.0.601.20231119-0901 [2024-04-06T13:33:55.225Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.binaryproject.ui,2.0.200.20231030-1438 [2024-04-06T13:33:55.225Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.jdt.ui,2.0.400.20231030-1438 [2024-04-06T13:33:55.487Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.archetype.common,3.2.104 [2024-04-06T13:33:55.488Z] - mirrored artifact osgi.bundle,org.apache.commons.lang3.source,3.14.0 [2024-04-06T13:33:55.488Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.pde.ui,2.0.401.20240203-0902 [2024-04-06T13:33:55.488Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.refactoring,2.0.302.20231108-0009 [2024-04-06T13:33:55.488Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.profiles.core.source,2.1.201.20231030-1438 [2024-04-06T13:33:55.488Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.pde.feature.source,2.3.1.20240203-0902 [2024-04-06T13:33:55.488Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.archetype.descriptor,3.2.1.2 [2024-04-06T13:33:55.488Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.mavenarchiver.source,2.0.500.20240202-2240 [2024-04-06T13:33:55.488Z] - mirrored artifact osgi.bundle,ch.qos.logback.core.source,1.5.0 [2024-04-06T13:33:55.488Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.tests.common,2.0.6.20231230-2025 [2024-04-06T13:33:55.488Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.refactoring.source,2.0.302.20231108-0009 [2024-04-06T13:33:55.488Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.editor,2.0.400.20240105-1922 [2024-04-06T13:33:55.488Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.profiles.ui.source,2.0.301.20231030-1438 [2024-04-06T13:33:55.488Z] - mirrored artifact osgi.bundle,org.joni,2.2.1.v20230703-0749 [2024-04-06T13:33:55.488Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.editor.lemminx.source,2.0.600.20240219-1707 [2024-04-06T13:33:55.488Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.core.source,2.6.0.20240220-1109 [2024-04-06T13:33:55.488Z] - mirrored artifact osgi.bundle,ch.qos.logback.classic.source,1.5.0 [2024-04-06T13:33:55.488Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.profiles.ui,2.0.301.20231030-1438 [2024-04-06T13:33:55.488Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.lemminx.feature.source,2.0.600.20240219-1707 [2024-04-06T13:33:55.488Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.core.ui,2.0.800.20240217-0902 [2024-04-06T13:33:55.488Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.archetype.maven-artifact-transfer.source,0.13.1.2 [2024-04-06T13:33:55.488Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.feature,2.6.0.20240220-1109 [2024-04-06T13:33:55.488Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.archetype.maven-artifact-transfer,0.13.1.2 [2024-04-06T13:33:55.488Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.binaryproject,2.1.202.20231119-0901 [2024-04-06T13:33:55.488Z] - mirrored artifact osgi.bundle,org.snakeyaml.engine.source,2.7.0 [2024-04-06T13:33:55.488Z] - mirrored artifact osgi.bundle,jaxen,2.0.0 [2024-04-06T13:33:55.488Z] - mirrored artifact osgi.bundle,ch.qos.logback.core,1.5.0 [2024-04-06T13:33:55.488Z] Mirroring artifacts from https://download.eclipse.org/technology/m2e/m2e-wtp/releases/1.6.1 [2024-04-06T13:33:55.488Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.jpa.feature,1.6.1.20231024-1618 [2024-04-06T13:33:55.488Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.jsf.feature.source,1.6.1.20231024-1618 [2024-04-06T13:33:55.488Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.wtp,1.6.1.20231024-1618 [2024-04-06T13:33:55.488Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.wtp.overlay.ui,1.6.1.20231024-1618 [2024-04-06T13:33:55.488Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.jpa.feature.source,1.6.1.20231024-1618 [2024-04-06T13:33:55.488Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.wtp.jsf.source,1.6.1.20231024-1618 [2024-04-06T13:33:55.488Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.wtp.jpa.source,1.6.1.20231024-1618 [2024-04-06T13:33:55.489Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.jsf.feature,1.6.1.20231024-1618 [2024-04-06T13:33:55.489Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.wtp.jaxrs.source,1.6.1.20231024-1618 [2024-04-06T13:33:55.489Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.wtp.source,1.6.1.20231024-1618 [2024-04-06T13:33:55.489Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.jaxrs.feature.source,1.6.1.20231024-1618 [2024-04-06T13:33:55.489Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.wtp.overlay.ui.source,1.6.1.20231024-1618 [2024-04-06T13:33:55.489Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.sdk.feature,1.6.1.20231024-1618 [2024-04-06T13:33:55.489Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.jaxrs.feature,1.6.1.20231024-1618 [2024-04-06T13:33:55.489Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.wtp.jpa,1.6.1.20231024-1618 [2024-04-06T13:33:55.489Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.wtp.overlay.source,1.6.1.20231024-1618 [2024-04-06T13:33:55.489Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.wtp.jsf,1.6.1.20231024-1618 [2024-04-06T13:33:55.489Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.wtp.jaxrs,1.6.1.20231024-1618 [2024-04-06T13:33:55.489Z] - mirroring artifact osgi.bundle,org.eclipse.m2e.wtp.overlay,1.6.1.20231024-1618 [2024-04-06T13:33:55.489Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.feature,1.6.1.20231024-1618 [2024-04-06T13:33:55.489Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.jsf.feature.source,1.6.1.20231024-1618 [2024-04-06T13:33:55.489Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.jpa.feature,1.6.1.20231024-1618 [2024-04-06T13:33:55.752Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.wtp.overlay.ui,1.6.1.20231024-1618 [2024-04-06T13:33:55.752Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.wtp,1.6.1.20231024-1618 [2024-04-06T13:33:55.752Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.wtp.jsf.source,1.6.1.20231024-1618 [2024-04-06T13:33:55.752Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.jpa.feature.source,1.6.1.20231024-1618 [2024-04-06T13:33:55.752Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.wtp.jpa.source,1.6.1.20231024-1618 [2024-04-06T13:33:55.752Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.wtp.jaxrs.source,1.6.1.20231024-1618 [2024-04-06T13:33:55.752Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.jsf.feature,1.6.1.20231024-1618 [2024-04-06T13:33:55.752Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.jaxrs.feature.source,1.6.1.20231024-1618 [2024-04-06T13:33:55.752Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.wtp.overlay.ui.source,1.6.1.20231024-1618 [2024-04-06T13:33:55.752Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.wtp.source,1.6.1.20231024-1618 [2024-04-06T13:33:55.753Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.jaxrs.feature,1.6.1.20231024-1618 [2024-04-06T13:33:55.753Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.sdk.feature,1.6.1.20231024-1618 [2024-04-06T13:33:55.753Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.wtp.overlay.source,1.6.1.20231024-1618 [2024-04-06T13:33:55.753Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.wtp.jpa,1.6.1.20231024-1618 [2024-04-06T13:33:55.753Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.wtp.jsf,1.6.1.20231024-1618 [2024-04-06T13:33:55.753Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.wtp.jaxrs,1.6.1.20231024-1618 [2024-04-06T13:33:55.753Z] - mirrored artifact osgi.bundle,org.eclipse.m2e.wtp.overlay,1.6.1.20231024-1618 [2024-04-06T13:33:55.753Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.m2e.wtp.feature,1.6.1.20231024-1618 [2024-04-06T13:33:55.753Z] Mirroring artifacts from https://download.eclipse.org/scout/releases/13.0/31 [2024-04-06T13:33:55.753Z] - mirroring artifact osgi.bundle,org.eclipse.scout.sdk.s2e.ui,13.0.31 [2024-04-06T13:33:55.753Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.scout.sdk-feature,13.0.31 [2024-04-06T13:33:55.753Z] - mirroring artifact osgi.bundle,org.eclipse.scout.sdk.s2e,13.0.31 [2024-04-06T13:33:55.753Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.scout.sdk-feature.source,13.0.31 [2024-04-06T13:33:55.753Z] - mirroring artifact osgi.bundle,org.eclipse.scout.sdk.s2e.doc,13.0.31 [2024-04-06T13:33:55.753Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.scout.sdk-feature,13.0.31 [2024-04-06T13:33:55.753Z] - mirrored artifact osgi.bundle,org.eclipse.scout.sdk.s2e.ui,13.0.31 [2024-04-06T13:33:55.753Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.scout.sdk-feature.source,13.0.31 [2024-04-06T13:33:55.753Z] - mirrored artifact osgi.bundle,org.eclipse.scout.sdk.s2e,13.0.31 [2024-04-06T13:33:56.019Z] - mirrored artifact osgi.bundle,org.eclipse.scout.sdk.s2e.doc,13.0.31 [2024-04-06T13:33:56.019Z] Mirroring artifacts from https://download.eclipse.org/windowbuilder/updates/release/1.15.0 [2024-04-06T13:33:56.019Z] - mirroring artifact osgi.bundle,org.eclipse.wb.layout.group.source,1.9.500.202402012120 [2024-04-06T13:33:56.019Z] - mirroring artifact osgi.bundle,org.eclipse.nebula.widgets.cdatetime,1.5.0.202312260654 [2024-04-06T13:33:56.019Z] - mirroring artifact osgi.bundle,org.apache.commons.commons-collections4,4.4.0 [2024-04-06T13:33:56.019Z] - mirroring artifact osgi.bundle,org.eclipse.nebula.cwt.source,1.1.0.202312260654 [2024-04-06T13:33:56.019Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.core.java.feature.source,1.15.0.202403040813 [2024-04-06T13:33:56.019Z] - mirroring artifact osgi.bundle,org.eclipse.wb.rcp.nebula.source,1.10.100.202402082106 [2024-04-06T13:33:56.019Z] - mirroring artifact osgi.bundle,org.mvel2.source,2.5.1.Final [2024-04-06T13:33:56.019Z] - mirroring artifact osgi.bundle,org.eclipse.wb.os,1.9.3.202402012120 [2024-04-06T13:33:56.019Z] - mirroring artifact osgi.bundle,org.eclipse.wb.rcp.doc.user,1.9.400.202402012120 [2024-04-06T13:33:56.019Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing.MigLayout,1.9.500.202402081803 [2024-04-06T13:33:56.019Z] - mirroring artifact osgi.bundle,org.eclipse.wb.rcp.swing2swt,1.9.400.202402012120 [2024-04-06T13:33:56.019Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing.FormLayout.source,1.10.0.202402012120 [2024-04-06T13:33:56.019Z] - mirroring artifact osgi.bundle,com.sun.xml.bind.jaxb-osgi.source,4.0.4 [2024-04-06T13:33:56.019Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swt,1.9.500.202402200547 [2024-04-06T13:33:56.019Z] - mirroring artifact osgi.bundle,org.apache.commons.commons-collections4.source,4.4.0 [2024-04-06T13:33:56.019Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.layout.group.feature.source,1.15.0.202402012120 [2024-04-06T13:33:56.019Z] - mirroring artifact osgi.bundle,org.eclipse.wb.rcp.SWT_AWT,1.9.400.202402012120 [2024-04-06T13:33:56.019Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.rcp.SWT_AWT_support.source,1.15.0.202402012120 [2024-04-06T13:33:56.019Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing.FormLayout,1.10.0.202402012120 [2024-04-06T13:33:56.019Z] - mirroring artifact osgi.bundle,org.eclipse.wb.core.databinding.xsd.source,1.0.0.202401190510 [2024-04-06T13:33:56.019Z] - mirroring artifact osgi.bundle,io.github.toolfactory.jvm-driver.source,9.6.0 [2024-04-06T13:33:56.019Z] - mirroring artifact osgi.bundle,org.eclipse.wb.rcp.SWT_AWT.source,1.9.400.202402012120 [2024-04-06T13:33:56.019Z] - mirroring artifact osgi.bundle,org.burningwave.core,12.64.3 [2024-04-06T13:33:56.019Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.doc.user.feature,1.15.0.202402012120 [2024-04-06T13:33:56.019Z] - mirroring artifact osgi.bundle,org.eclipse.wb.core.java,1.11.0.202403040813 [2024-04-06T13:33:56.019Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.core.feature.source,1.15.0.202402200547 [2024-04-06T13:33:56.020Z] - mirroring artifact osgi.bundle,org.mvel2,2.5.1.Final [2024-04-06T13:33:56.020Z] - mirroring artifact osgi.bundle,org.eclipse.wb.rcp.source,1.9.600.202402082106 [2024-04-06T13:33:56.020Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swt.widgets.baseline.source,1.9.500.202402012120 [2024-04-06T13:33:56.020Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.rcp.doc.user.feature,1.15.0.202402012120 [2024-04-06T13:33:56.020Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.swt.feature.source,1.15.0.202402200547 [2024-04-06T13:33:56.020Z] - mirroring artifact osgi.bundle,io.github.toolfactory.jvm-driver,9.6.0 [2024-04-06T13:33:56.020Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.swt.feature,1.15.0.202402200547 [2024-04-06T13:33:56.020Z] - mirroring artifact osgi.bundle,org.eclipse.wb.os.macosx.source,1.9.400.202402012120 [2024-04-06T13:33:56.020Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing.source,1.9.500.202402200547 [2024-04-06T13:33:56.020Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing.doc.user,1.9.400.202402012120 [2024-04-06T13:33:56.020Z] - mirroring artifact osgi.bundle,org.eclipse.wb.core.ui.source,1.10.400.202402012120 [2024-04-06T13:33:56.020Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swt.source,1.9.500.202402200547 [2024-04-06T13:33:56.020Z] - mirroring artifact osgi.bundle,org.eclipse.wb.core.ui,1.10.400.202402012120 [2024-04-06T13:33:56.020Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing.jsr296.source,1.9.500.202402012120 [2024-04-06T13:33:56.020Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.swing.feature.source,1.15.0.202402200547 [2024-04-06T13:33:56.020Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing.databinding,1.9.500.202402012120 [2024-04-06T13:33:56.020Z] - mirroring artifact osgi.bundle,org.eclipse.wb.core.java.source,1.11.0.202403040813 [2024-04-06T13:33:56.020Z] - mirroring artifact osgi.bundle,org.eclipse.wb.rcp.swing2swt.source,1.9.400.202402012120 [2024-04-06T13:33:56.020Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.rcp.feature,1.15.0.202402082106 [2024-04-06T13:33:56.021Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.core.feature,1.15.0.202402200547 [2024-04-06T13:33:56.021Z] - mirroring artifact osgi.bundle,org.eclipse.wb.core.databinding.source,1.9.500.202402012120 [2024-04-06T13:33:56.021Z] - mirroring artifact osgi.bundle,org.eclipse.wb.runtime,1.9.3.202402012120 [2024-04-06T13:33:56.021Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing.jsr296,1.9.500.202402012120 [2024-04-06T13:33:56.021Z] - mirroring artifact osgi.bundle,com.sun.xml.bind.jaxb-osgi,4.0.4 [2024-04-06T13:33:56.021Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing.MigLayout.lib,1.9.3.202402012120 [2024-04-06T13:33:56.021Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.swing.doc.user.feature,1.15.0.202402012120 [2024-04-06T13:33:56.021Z] - mirroring artifact osgi.bundle,org.eclipse.wb.os.linux.source,1.9.600.202402012120 [2024-04-06T13:33:56.021Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing.java6.source,1.9.500.202402012120 [2024-04-06T13:33:56.021Z] - mirroring artifact osgi.bundle,org.eclipse.wb.rcp.databinding,1.9.500.202402012120 [2024-04-06T13:33:56.021Z] - mirroring artifact osgi.bundle,org.eclipse.wb.os.macosx,1.9.400.202402012120 [2024-04-06T13:33:56.021Z] - mirroring artifact osgi.bundle,org.eclipse.wb.rcp.databinding.source,1.9.500.202402012120 [2024-04-06T13:33:56.021Z] - mirroring artifact osgi.bundle,org.eclipse.nebula.widgets.cdatetime.source,1.5.0.202312260654 [2024-04-06T13:33:56.021Z] - mirroring artifact osgi.bundle,org.eclipse.wb.rcp.databinding.emf,1.9.500.202402012120 [2024-04-06T13:33:56.021Z] - mirroring artifact osgi.bundle,org.eclipse.wb.core,1.15.0.202402200547 [2024-04-06T13:33:56.021Z] - mirroring artifact osgi.bundle,org.eclipse.wb.os.win32,1.9.400.202402012120 [2024-04-06T13:33:56.021Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.core.ui.feature.source,1.15.0.202402012120 [2024-04-06T13:33:56.021Z] - mirroring artifact osgi.bundle,org.eclipse.wb.runtime.source,1.9.3.202402012120 [2024-04-06T13:33:56.021Z] - mirroring artifact osgi.bundle,org.apache.commons.text.source,1.11.0 [2024-04-06T13:33:56.021Z] - mirroring artifact osgi.bundle,org.eclipse.wb.core.databinding,1.9.500.202402012120 [2024-04-06T13:33:56.022Z] - mirroring artifact osgi.bundle,org.eclipse.wb.core.source,1.15.0.202402200547 [2024-04-06T13:33:56.022Z] - mirroring artifact osgi.bundle,org.burningwave.core.source,12.64.3 [2024-04-06T13:33:56.022Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.rcp.feature.source,1.15.0.202402082106 [2024-04-06T13:33:56.022Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing.MigLayout.lib.source,1.9.3.202402012120 [2024-04-06T13:33:56.022Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing.MigLayout.source,1.9.500.202402081803 [2024-04-06T13:33:56.022Z] - mirroring artifact osgi.bundle,org.eclipse.wb.os.win32.source,1.9.400.202402012120 [2024-04-06T13:33:56.022Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.layout.group.feature,1.15.0.202402012120 [2024-04-06T13:33:56.022Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.core.ui.feature,1.15.0.202402012120 [2024-04-06T13:33:56.022Z] - mirroring artifact osgi.bundle,org.eclipse.nebula.cwt,1.1.0.202312260654 [2024-04-06T13:33:56.022Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing,1.9.500.202402200547 [2024-04-06T13:33:56.022Z] - mirroring artifact osgi.bundle,org.eclipse.wb.layout.group,1.9.500.202402012120 [2024-04-06T13:33:56.022Z] - mirroring artifact osgi.bundle,io.github.toolfactory.narcissus.source,1.0.7 [2024-04-06T13:33:56.022Z] - mirroring artifact osgi.bundle,org.eclipse.wb.rcp,1.9.600.202402082106 [2024-04-06T13:33:56.022Z] - mirroring artifact osgi.bundle,org.eclipse.wb.doc.user,1.9.400.202402012120 [2024-04-06T13:33:56.022Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.rcp.SWT_AWT_support,1.15.0.202402012120 [2024-04-06T13:33:56.022Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing.databinding.source,1.9.500.202402012120 [2024-04-06T13:33:56.022Z] - mirroring artifact osgi.bundle,org.apache.commons.text,1.11.0 [2024-04-06T13:33:56.022Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.swing.feature,1.15.0.202402200547 [2024-04-06T13:33:56.022Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing.java6,1.9.500.202402012120 [2024-04-06T13:33:56.022Z] - mirroring artifact osgi.bundle,org.eclipse.wb.rcp.databinding.emf.source,1.9.500.202402012120 [2024-04-06T13:33:56.022Z] - mirroring artifact osgi.bundle,org.eclipse.wb.os.source,1.9.3.202402012120 [2024-04-06T13:33:56.023Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swt.widgets.baseline,1.9.500.202402012120 [2024-04-06T13:33:56.023Z] - mirroring artifact osgi.bundle,io.github.toolfactory.narcissus,1.0.7 [2024-04-06T13:33:56.023Z] - mirroring artifact osgi.bundle,org.eclipse.wb.core.databinding.xsd,1.0.0.202401190510 [2024-04-06T13:33:56.023Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wb.core.java.feature,1.15.0.202403040813 [2024-04-06T13:33:56.023Z] - mirroring artifact osgi.bundle,org.eclipse.wb.rcp.nebula,1.10.100.202402082106 [2024-04-06T13:33:56.023Z] - mirroring artifact osgi.bundle,org.eclipse.wb.os.linux,1.9.600.202402012120 [2024-04-06T13:33:56.023Z] - mirroring artifact osgi.bundle,org.eclipse.wb.swing.FormLayout.lib,1.9.400.202402012120 [2024-04-06T13:33:56.023Z] - mirrored artifact osgi.bundle,org.eclipse.wb.layout.group.source,1.9.500.202402012120 [2024-04-06T13:33:56.023Z] - mirrored artifact osgi.bundle,org.eclipse.nebula.widgets.cdatetime,1.5.0.202312260654 [2024-04-06T13:33:56.023Z] - mirrored artifact osgi.bundle,org.eclipse.nebula.cwt.source,1.1.0.202312260654 [2024-04-06T13:33:56.023Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.core.java.feature.source,1.15.0.202403040813 [2024-04-06T13:33:56.023Z] - mirrored artifact osgi.bundle,org.eclipse.wb.rcp.nebula.source,1.10.100.202402082106 [2024-04-06T13:33:56.023Z] - mirrored artifact osgi.bundle,org.apache.commons.commons-collections4,4.4.0 [2024-04-06T13:33:56.023Z] - mirrored artifact osgi.bundle,org.mvel2.source,2.5.1.Final [2024-04-06T13:33:56.023Z] - mirrored artifact osgi.bundle,org.eclipse.wb.os,1.9.3.202402012120 [2024-04-06T13:33:56.023Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing.MigLayout,1.9.500.202402081803 [2024-04-06T13:33:56.286Z] - mirrored artifact osgi.bundle,org.eclipse.wb.rcp.swing2swt,1.9.400.202402012120 [2024-04-06T13:33:56.286Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing.FormLayout.source,1.10.0.202402012120 [2024-04-06T13:33:56.286Z] - mirrored artifact osgi.bundle,com.sun.xml.bind.jaxb-osgi.source,4.0.4 [2024-04-06T13:33:56.286Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swt,1.9.500.202402200547 [2024-04-06T13:33:56.551Z] - mirrored artifact osgi.bundle,org.apache.commons.commons-collections4.source,4.4.0 [2024-04-06T13:33:56.551Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.layout.group.feature.source,1.15.0.202402012120 [2024-04-06T13:33:56.551Z] - mirrored artifact osgi.bundle,org.eclipse.wb.rcp.SWT_AWT,1.9.400.202402012120 [2024-04-06T13:33:56.551Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.rcp.SWT_AWT_support.source,1.15.0.202402012120 [2024-04-06T13:33:56.551Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing.FormLayout,1.10.0.202402012120 [2024-04-06T13:33:56.551Z] - mirrored artifact osgi.bundle,org.eclipse.wb.core.databinding.xsd.source,1.0.0.202401190510 [2024-04-06T13:33:56.551Z] - mirrored artifact osgi.bundle,io.github.toolfactory.jvm-driver.source,9.6.0 [2024-04-06T13:33:56.551Z] - mirrored artifact osgi.bundle,org.eclipse.wb.rcp.SWT_AWT.source,1.9.400.202402012120 [2024-04-06T13:33:56.551Z] - mirrored artifact osgi.bundle,org.eclipse.wb.rcp.doc.user,1.9.400.202402012120 [2024-04-06T13:33:56.551Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.doc.user.feature,1.15.0.202402012120 [2024-04-06T13:33:56.551Z] - mirrored artifact osgi.bundle,org.burningwave.core,12.64.3 [2024-04-06T13:33:56.551Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.core.feature.source,1.15.0.202402200547 [2024-04-06T13:33:56.551Z] - mirrored artifact osgi.bundle,org.mvel2,2.5.1.Final [2024-04-06T13:33:56.551Z] - mirrored artifact osgi.bundle,org.eclipse.wb.rcp.source,1.9.600.202402082106 [2024-04-06T13:33:56.551Z] - mirrored artifact osgi.bundle,org.eclipse.wb.core.java,1.11.0.202403040813 [2024-04-06T13:33:56.813Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.rcp.doc.user.feature,1.15.0.202402012120 [2024-04-06T13:33:56.813Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.swt.feature.source,1.15.0.202402200547 [2024-04-06T13:33:56.813Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swt.widgets.baseline.source,1.9.500.202402012120 [2024-04-06T13:33:56.813Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.swt.feature,1.15.0.202402200547 [2024-04-06T13:33:56.813Z] - mirrored artifact osgi.bundle,org.eclipse.wb.os.macosx.source,1.9.400.202402012120 [2024-04-06T13:33:56.813Z] - mirrored artifact osgi.bundle,io.github.toolfactory.jvm-driver,9.6.0 [2024-04-06T13:33:56.813Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing.source,1.9.500.202402200547 [2024-04-06T13:33:56.813Z] - mirrored artifact osgi.bundle,org.eclipse.wb.core.ui.source,1.10.400.202402012120 [2024-04-06T13:33:56.813Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swt.source,1.9.500.202402200547 [2024-04-06T13:33:56.813Z] - mirrored artifact osgi.bundle,org.eclipse.wb.core.ui,1.10.400.202402012120 [2024-04-06T13:33:56.813Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing.jsr296.source,1.9.500.202402012120 [2024-04-06T13:33:56.813Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.swing.feature.source,1.15.0.202402200547 [2024-04-06T13:33:56.813Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing.databinding,1.9.500.202402012120 [2024-04-06T13:33:56.813Z] - mirrored artifact osgi.bundle,org.eclipse.wb.core.java.source,1.11.0.202403040813 [2024-04-06T13:33:57.075Z] - mirrored artifact osgi.bundle,org.eclipse.wb.rcp.swing2swt.source,1.9.400.202402012120 [2024-04-06T13:33:57.075Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.rcp.feature,1.15.0.202402082106 [2024-04-06T13:33:57.075Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.core.feature,1.15.0.202402200547 [2024-04-06T13:33:57.075Z] - mirrored artifact osgi.bundle,org.eclipse.wb.core.databinding.source,1.9.500.202402012120 [2024-04-06T13:33:57.075Z] - mirrored artifact osgi.bundle,org.eclipse.wb.runtime,1.9.3.202402012120 [2024-04-06T13:33:57.075Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing.jsr296,1.9.500.202402012120 [2024-04-06T13:33:57.076Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing.doc.user,1.9.400.202402012120 [2024-04-06T13:33:57.076Z] - mirrored artifact osgi.bundle,com.sun.xml.bind.jaxb-osgi,4.0.4 [2024-04-06T13:33:57.339Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.swing.doc.user.feature,1.15.0.202402012120 [2024-04-06T13:33:57.339Z] - mirrored artifact osgi.bundle,org.eclipse.wb.os.linux.source,1.9.600.202402012120 [2024-04-06T13:33:57.339Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing.MigLayout.lib,1.9.3.202402012120 [2024-04-06T13:33:57.339Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing.java6.source,1.9.500.202402012120 [2024-04-06T13:33:57.339Z] - mirrored artifact osgi.bundle,org.eclipse.wb.os.macosx,1.9.400.202402012120 [2024-04-06T13:33:57.339Z] - mirrored artifact osgi.bundle,org.eclipse.wb.rcp.databinding.source,1.9.500.202402012120 [2024-04-06T13:33:57.339Z] - mirrored artifact osgi.bundle,org.eclipse.wb.rcp.databinding,1.9.500.202402012120 [2024-04-06T13:33:57.339Z] - mirrored artifact osgi.bundle,org.eclipse.nebula.widgets.cdatetime.source,1.5.0.202312260654 [2024-04-06T13:33:57.339Z] - mirrored artifact osgi.bundle,org.eclipse.wb.rcp.databinding.emf,1.9.500.202402012120 [2024-04-06T13:33:57.339Z] - mirrored artifact osgi.bundle,org.eclipse.wb.os.win32,1.9.400.202402012120 [2024-04-06T13:33:57.339Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.core.ui.feature.source,1.15.0.202402012120 [2024-04-06T13:33:57.339Z] - mirrored artifact osgi.bundle,org.eclipse.wb.runtime.source,1.9.3.202402012120 [2024-04-06T13:33:57.339Z] - mirrored artifact osgi.bundle,org.apache.commons.text.source,1.11.0 [2024-04-06T13:33:57.339Z] - mirrored artifact osgi.bundle,org.eclipse.wb.core.databinding,1.9.500.202402012120 [2024-04-06T13:33:57.339Z] - mirrored artifact osgi.bundle,org.eclipse.wb.core,1.15.0.202402200547 [2024-04-06T13:33:57.339Z] - mirrored artifact osgi.bundle,org.eclipse.wb.core.source,1.15.0.202402200547 [2024-04-06T13:33:57.339Z] - mirrored artifact osgi.bundle,org.burningwave.core.source,12.64.3 [2024-04-06T13:33:57.339Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.rcp.feature.source,1.15.0.202402082106 [2024-04-06T13:33:57.339Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing.MigLayout.lib.source,1.9.3.202402012120 [2024-04-06T13:33:57.339Z] - mirrored artifact osgi.bundle,org.eclipse.wb.os.win32.source,1.9.400.202402012120 [2024-04-06T13:33:57.339Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing.MigLayout.source,1.9.500.202402081803 [2024-04-06T13:33:57.339Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.layout.group.feature,1.15.0.202402012120 [2024-04-06T13:33:57.339Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.core.ui.feature,1.15.0.202402012120 [2024-04-06T13:33:57.339Z] - mirrored artifact osgi.bundle,org.eclipse.nebula.cwt,1.1.0.202312260654 [2024-04-06T13:33:57.601Z] - mirrored artifact osgi.bundle,org.eclipse.wb.layout.group,1.9.500.202402012120 [2024-04-06T13:33:57.601Z] - mirrored artifact osgi.bundle,io.github.toolfactory.narcissus.source,1.0.7 [2024-04-06T13:33:57.601Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing,1.9.500.202402200547 [2024-04-06T13:33:57.601Z] - mirrored artifact osgi.bundle,org.eclipse.wb.rcp,1.9.600.202402082106 [2024-04-06T13:33:57.601Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.rcp.SWT_AWT_support,1.15.0.202402012120 [2024-04-06T13:33:57.601Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing.databinding.source,1.9.500.202402012120 [2024-04-06T13:33:57.601Z] - mirrored artifact osgi.bundle,org.apache.commons.text,1.11.0 [2024-04-06T13:33:57.601Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.swing.feature,1.15.0.202402200547 [2024-04-06T13:33:57.601Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing.java6,1.9.500.202402012120 [2024-04-06T13:33:57.601Z] - mirrored artifact osgi.bundle,org.eclipse.wb.rcp.databinding.emf.source,1.9.500.202402012120 [2024-04-06T13:33:57.601Z] - mirrored artifact osgi.bundle,org.eclipse.wb.os.source,1.9.3.202402012120 [2024-04-06T13:33:57.601Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swt.widgets.baseline,1.9.500.202402012120 [2024-04-06T13:33:57.601Z] - mirrored artifact osgi.bundle,io.github.toolfactory.narcissus,1.0.7 [2024-04-06T13:33:57.601Z] - mirrored artifact osgi.bundle,org.eclipse.wb.core.databinding.xsd,1.0.0.202401190510 [2024-04-06T13:33:57.601Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wb.core.java.feature,1.15.0.202403040813 [2024-04-06T13:33:57.863Z] - mirrored artifact osgi.bundle,org.eclipse.wb.rcp.nebula,1.10.100.202402082106 [2024-04-06T13:33:57.863Z] - mirrored artifact osgi.bundle,org.eclipse.wb.os.linux,1.9.600.202402012120 [2024-04-06T13:33:57.863Z] - mirrored artifact osgi.bundle,org.eclipse.wb.swing.FormLayout.lib,1.9.400.202402012120 [2024-04-06T13:33:57.863Z] - mirrored artifact osgi.bundle,org.eclipse.wb.doc.user,1.9.400.202402012120 [2024-04-06T13:33:57.863Z] Mirroring artifacts from https://download.eclipse.org/technology/swtbot/releases/4.1.0 [2024-04-06T13:33:57.863Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.generator.source,4.1.0.202306071420 [2024-04-06T13:33:57.863Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.eclipse.ui,4.1.0.202306071420 [2024-04-06T13:33:57.863Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.e4.finder.source,4.1.0.202306071420 [2024-04-06T13:33:57.863Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.eclipse.core,4.1.0.202306071420 [2024-04-06T13:33:57.863Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.swtbot.generator.feature,4.1.0.202306071420 [2024-04-06T13:33:57.863Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.eclipse.finder,4.1.0.202306071420 [2024-04-06T13:33:57.863Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.swtbot.ide.source,4.1.0.202306071420 [2024-04-06T13:33:57.863Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.swtbot,4.1.0.202306071420 [2024-04-06T13:33:57.863Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.junit4_x.source,4.1.0.202306071420 [2024-04-06T13:33:57.863Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.forms.finder,4.1.0.202306071420 [2024-04-06T13:33:57.863Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.generator.rules.workbench.source,4.1.0.202306071420 [2024-04-06T13:33:57.863Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.eclipse.ui.source,4.1.0.202306071420 [2024-04-06T13:33:57.864Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.swtbot.eclipse,4.1.0.202306071420 [2024-04-06T13:33:57.864Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.generator.jdt.source,4.1.0.202306071420 [2024-04-06T13:33:57.864Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.eclipse.core.source,4.1.0.202306071420 [2024-04-06T13:33:57.864Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.generator.client,4.1.0.202306071420 [2024-04-06T13:33:57.864Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.swtbot.eclipse.gef,4.1.0.202306071420 [2024-04-06T13:33:57.864Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.junit4_x,4.1.0.202306071420 [2024-04-06T13:33:57.864Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.eclipse.finder.source,4.1.0.202306071420 [2024-04-06T13:33:57.864Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.swtbot.ide,4.1.0.202306071420 [2024-04-06T13:33:57.864Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.eclipse.gef.finder.source,4.1.0.202306071420 [2024-04-06T13:33:57.864Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.swtbot.forms.source,4.1.0.202306071420 [2024-04-06T13:33:57.864Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.generator,4.1.0.202306071420 [2024-04-06T13:33:57.864Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.swtbot.generator.feature.source,4.1.0.202306071420 [2024-04-06T13:33:57.864Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.swt.finder.source,4.1.0.202306071420 [2024-04-06T13:33:57.864Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.eclipse.gef.finder,4.1.0.202306071420 [2024-04-06T13:33:57.864Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.go,4.1.0.202306071420 [2024-04-06T13:33:57.864Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.swtbot.eclipse.gef.source,4.1.0.202306071420 [2024-04-06T13:33:57.864Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.generator.client.source,4.1.0.202306071420 [2024-04-06T13:33:57.864Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.e4.finder,4.1.0.202306071420 [2024-04-06T13:33:57.864Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.eclipse.spy,4.1.0.202306071420 [2024-04-06T13:33:57.864Z] - mirroring artifact osgi.bundle,org.hamcrest.library,1.3.0.v20180524-2246 [2024-04-06T13:33:57.864Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.forms.finder.source,4.1.0.202306071420 [2024-04-06T13:33:57.864Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.swtbot.eclipse.source,4.1.0.202306071420 [2024-04-06T13:33:57.864Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.eclipse.spy.source,4.1.0.202306071420 [2024-04-06T13:33:57.864Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.swtbot.source,4.1.0.202306071420 [2024-04-06T13:33:57.864Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.generator.ui,4.1.0.202306071420 [2024-04-06T13:33:57.864Z] - mirroring artifact osgi.bundle,org.hamcrest.library.source,1.3.0.v20180524-2246 [2024-04-06T13:33:57.864Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.go.source,4.1.0.202306071420 [2024-04-06T13:33:57.864Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.generator.rules.workbench,4.1.0.202306071420 [2024-04-06T13:33:57.864Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.swtbot.forms,4.1.0.202306071420 [2024-04-06T13:33:57.864Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.generator.ui.source,4.1.0.202306071420 [2024-04-06T13:33:57.864Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.generator.jdt,4.1.0.202306071420 [2024-04-06T13:33:57.865Z] - mirroring artifact osgi.bundle,org.eclipse.swtbot.swt.finder,4.1.0.202306071420 [2024-04-06T13:33:57.865Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.generator.source,4.1.0.202306071420 [2024-04-06T13:33:57.865Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.eclipse.ui,4.1.0.202306071420 [2024-04-06T13:33:57.865Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.e4.finder.source,4.1.0.202306071420 [2024-04-06T13:33:57.865Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.eclipse.core,4.1.0.202306071420 [2024-04-06T13:33:57.865Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.swtbot.generator.feature,4.1.0.202306071420 [2024-04-06T13:33:57.865Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.eclipse.finder,4.1.0.202306071420 [2024-04-06T13:33:57.865Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.swtbot.ide.source,4.1.0.202306071420 [2024-04-06T13:33:57.865Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.junit4_x.source,4.1.0.202306071420 [2024-04-06T13:33:57.865Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.swtbot,4.1.0.202306071420 [2024-04-06T13:33:57.865Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.forms.finder,4.1.0.202306071420 [2024-04-06T13:33:57.865Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.generator.rules.workbench.source,4.1.0.202306071420 [2024-04-06T13:33:57.865Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.swtbot.eclipse,4.1.0.202306071420 [2024-04-06T13:33:57.865Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.eclipse.ui.source,4.1.0.202306071420 [2024-04-06T13:33:57.865Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.generator.jdt.source,4.1.0.202306071420 [2024-04-06T13:33:57.865Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.eclipse.core.source,4.1.0.202306071420 [2024-04-06T13:33:57.865Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.generator.client,4.1.0.202306071420 [2024-04-06T13:33:57.865Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.swtbot.eclipse.gef,4.1.0.202306071420 [2024-04-06T13:33:57.865Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.junit4_x,4.1.0.202306071420 [2024-04-06T13:33:57.865Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.eclipse.finder.source,4.1.0.202306071420 [2024-04-06T13:33:57.865Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.swtbot.ide,4.1.0.202306071420 [2024-04-06T13:33:57.865Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.eclipse.gef.finder.source,4.1.0.202306071420 [2024-04-06T13:33:57.865Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.swtbot.forms.source,4.1.0.202306071420 [2024-04-06T13:33:57.865Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.swtbot.generator.feature.source,4.1.0.202306071420 [2024-04-06T13:33:57.865Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.generator,4.1.0.202306071420 [2024-04-06T13:33:57.865Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.eclipse.gef.finder,4.1.0.202306071420 [2024-04-06T13:33:57.865Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.swt.finder.source,4.1.0.202306071420 [2024-04-06T13:33:57.865Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.go,4.1.0.202306071420 [2024-04-06T13:33:57.865Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.generator.client.source,4.1.0.202306071420 [2024-04-06T13:33:57.865Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.swtbot.eclipse.gef.source,4.1.0.202306071420 [2024-04-06T13:33:57.865Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.eclipse.spy,4.1.0.202306071420 [2024-04-06T13:33:57.866Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.e4.finder,4.1.0.202306071420 [2024-04-06T13:33:57.866Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.forms.finder.source,4.1.0.202306071420 [2024-04-06T13:33:57.866Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.swtbot.eclipse.source,4.1.0.202306071420 [2024-04-06T13:33:57.866Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.eclipse.spy.source,4.1.0.202306071420 [2024-04-06T13:33:57.866Z] - mirrored artifact osgi.bundle,org.hamcrest.library,1.3.0.v20180524-2246 [2024-04-06T13:33:57.866Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.generator.ui,4.1.0.202306071420 [2024-04-06T13:33:57.866Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.swtbot.source,4.1.0.202306071420 [2024-04-06T13:33:57.866Z] - mirrored artifact osgi.bundle,org.hamcrest.library.source,1.3.0.v20180524-2246 [2024-04-06T13:33:58.127Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.generator.rules.workbench,4.1.0.202306071420 [2024-04-06T13:33:58.128Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.go.source,4.1.0.202306071420 [2024-04-06T13:33:58.128Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.swtbot.forms,4.1.0.202306071420 [2024-04-06T13:33:58.128Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.generator.ui.source,4.1.0.202306071420 [2024-04-06T13:33:58.128Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.generator.jdt,4.1.0.202306071420 [2024-04-06T13:33:58.128Z] - mirrored artifact osgi.bundle,org.eclipse.swtbot.swt.finder,4.1.0.202306071420 [2024-04-06T13:33:58.128Z] Mirroring artifacts from https://download.eclipse.org/tools/tcf/releases/1.7/1.7.0 [2024-04-06T13:33:58.128Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.launch.ui,1.7.0.202002082211 [2024-04-06T13:33:58.128Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.launch.core,1.7.0.202002082211 [2024-04-06T13:33:58.128Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tcf.cdt.feature,1.7.0.202105251709 [2024-04-06T13:33:58.128Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tcf.core.feature,1.7.0.202106171832 [2024-04-06T13:33:58.128Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.ui.views,1.7.0.202002082211 [2024-04-06T13:33:58.128Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tcf.te.feature,1.7.0.202004140449 [2024-04-06T13:33:58.128Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.locator,1.7.0.202002082211 [2024-04-06T13:33:58.128Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.launch.core.source,1.7.0.202002082211 [2024-04-06T13:33:58.128Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.processes.core.source,1.7.0.202002082211 [2024-04-06T13:33:58.128Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tcf.te.tcf.launch.cdt.feature,1.7.0.202007121733 [2024-04-06T13:33:58.128Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.locator.source,1.7.0.202002082211 [2024-04-06T13:33:58.128Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.core.source,1.7.0.202002082211 [2024-04-06T13:33:58.128Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.ui.source,1.7.0.202002082211 [2024-04-06T13:33:58.128Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te,1.7.0.202002082211 [2024-04-06T13:33:58.128Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.ui.views.source,1.7.0.202002082211 [2024-04-06T13:33:58.128Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.core,1.7.0.202106171832 [2024-04-06T13:33:58.128Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.launch.cdt,1.7.0.202007121733 [2024-04-06T13:33:58.128Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.ui.controls,1.7.0.202002082211 [2024-04-06T13:33:58.128Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.runtime.model.source,1.7.0.202002082211 [2024-04-06T13:33:58.128Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tcf.te.tcf.feature,1.7.0.202002082211 [2024-04-06T13:33:58.128Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.ui.notifications,1.7.0.202002082211 [2024-04-06T13:33:58.128Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.debug.source,1.7.0.202103022036 [2024-04-06T13:33:58.129Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.cdt.ui.source,1.7.0.202105251709 [2024-04-06T13:33:58.129Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.runtime.stepper,1.7.0.202002082211 [2024-04-06T13:33:58.129Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.filesystem.core.source,1.7.0.202002082211 [2024-04-06T13:33:58.129Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.runtime.services.source,1.7.0.202002082211 [2024-04-06T13:33:58.129Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.ui.source,1.7.0.202004150835 [2024-04-06T13:33:58.129Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.processes.core,1.7.0.202002082211 [2024-04-06T13:33:58.129Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.ui.forms.source,1.7.0.202002082211 [2024-04-06T13:33:58.129Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.runtime.stepper.source,1.7.0.202002082211 [2024-04-06T13:33:58.129Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.runtime.statushandler,1.7.0.202002082211 [2024-04-06T13:33:58.129Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.log.core,1.7.0.202002082211 [2024-04-06T13:33:58.129Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tcf.feature,1.7.0.202105251709 [2024-04-06T13:33:58.129Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.cdt.ui,1.7.0.202105251709 [2024-04-06T13:33:58.129Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.runtime.statushandler.source,1.7.0.202002082211 [2024-04-06T13:33:58.129Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.launch.ui.source,1.7.0.202002082211 [2024-04-06T13:33:58.129Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.core.cdt.source,1.7.0.202002082211 [2024-04-06T13:33:58.129Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.processes.ui.source,1.7.0.202002082211 [2024-04-06T13:33:58.129Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.launch.core,1.7.0.202002082211 [2024-04-06T13:33:58.129Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.ui.views,1.7.0.202004140449 [2024-04-06T13:33:58.129Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.launch.cdt.source,1.7.0.202007121733 [2024-04-06T13:33:58.129Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.ui.console.source,1.7.0.202002082211 [2024-04-06T13:33:58.129Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.source,1.7.0.202003240220 [2024-04-06T13:33:58.129Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.ui,1.7.0.202002082211 [2024-04-06T13:33:58.129Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.filesystem.core,1.7.0.202002082211 [2024-04-06T13:33:58.129Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.ui,1.7.0.202004150835 [2024-04-06T13:33:58.129Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.source,1.7.0.202002082211 [2024-04-06T13:33:58.129Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.ui.controls.source,1.7.0.202002082211 [2024-04-06T13:33:58.129Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.runtime.persistence,1.7.0.202002082211 [2024-04-06T13:33:58.129Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.core.scripting.source,1.7.0.202002082211 [2024-04-06T13:33:58.129Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.terminals.core,1.7.0.202002082211 [2024-04-06T13:33:58.129Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.core,1.7.0.202002082211 [2024-04-06T13:33:58.130Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.runtime.services,1.7.0.202002082211 [2024-04-06T13:33:58.130Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.debug,1.7.0.202103022036 [2024-04-06T13:33:58.130Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.terminals.core.source,1.7.0.202002082211 [2024-04-06T13:33:58.130Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.core.scripting,1.7.0.202002082211 [2024-04-06T13:33:58.130Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.launch.core.source,1.7.0.202002082211 [2024-04-06T13:33:58.130Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.ui.swt.source,1.7.0.202002082211 [2024-04-06T13:33:58.130Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.terminals.ui,1.7.0.202002082211 [2024-04-06T13:33:58.130Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.ui.swt,1.7.0.202002082211 [2024-04-06T13:33:58.130Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.runtime.persistence.source,1.7.0.202002082211 [2024-04-06T13:33:58.130Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.core.model,1.7.0.202002082211 [2024-04-06T13:33:58.130Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.log.core.source,1.7.0.202002082211 [2024-04-06T13:33:58.130Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.core.source,1.7.0.202106171832 [2024-04-06T13:33:58.130Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.runtime.source,1.7.0.202002082211 [2024-04-06T13:33:58.130Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.debug.ui.source,1.7.0.202105251709 [2024-04-06T13:33:58.130Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.launch.ui.source,1.7.0.202002082211 [2024-04-06T13:33:58.130Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.launch.ui,1.7.0.202002082211 [2024-04-06T13:33:58.130Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.services.contexts.source,1.7.0.202002082211 [2024-04-06T13:33:58.130Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.core.model.source,1.7.0.202002082211 [2024-04-06T13:33:58.130Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.ui.views.source,1.7.0.202004140449 [2024-04-06T13:33:58.130Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.terminals.ui.source,1.7.0.202002082211 [2024-04-06T13:33:58.130Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.runtime.concurrent,1.7.0.202002082211 [2024-04-06T13:33:58.130Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.filesystem.ui,1.7.0.202002082211 [2024-04-06T13:33:58.130Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.core.cdt,1.7.0.202002082211 [2024-04-06T13:33:58.130Z] - mirroring artifact osgi.bundle,org.eclipse.tcf,1.7.0.202003240220 [2024-04-06T13:33:58.130Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.runtime,1.7.0.202002082211 [2024-04-06T13:33:58.130Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.launch.core,1.7.0.202002082211 [2024-04-06T13:33:58.130Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.ui.console,1.7.0.202002082211 [2024-04-06T13:33:58.130Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.core.source,1.7.0.202003010826 [2024-04-06T13:33:58.130Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.services.contexts,1.7.0.202002082211 [2024-04-06T13:33:58.130Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.debug.ui,1.7.0.202105251709 [2024-04-06T13:33:58.130Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.ui.forms,1.7.0.202002082211 [2024-04-06T13:33:58.131Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.runtime.model,1.7.0.202002082211 [2024-04-06T13:33:58.131Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tcf.te.tcf.core.feature,1.7.0.202004150835 [2024-04-06T13:33:58.131Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.runtime.concurrent.source,1.7.0.202002082211 [2024-04-06T13:33:58.131Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.ui.notifications.source,1.7.0.202002082211 [2024-04-06T13:33:58.131Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.core,1.7.0.202003010826 [2024-04-06T13:33:58.131Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.filesystem.ui.source,1.7.0.202002082211 [2024-04-06T13:33:58.131Z] - mirroring artifact osgi.bundle,org.eclipse.tcf.te.tcf.processes.ui,1.7.0.202002082211 [2024-04-06T13:33:58.131Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tcf.cdt.feature,1.7.0.202105251709 [2024-04-06T13:33:58.131Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.launch.ui,1.7.0.202002082211 [2024-04-06T13:33:58.131Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tcf.core.feature,1.7.0.202106171832 [2024-04-06T13:33:58.131Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tcf.te.feature,1.7.0.202004140449 [2024-04-06T13:33:58.131Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.ui.views,1.7.0.202002082211 [2024-04-06T13:33:58.131Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.launch.core.source,1.7.0.202002082211 [2024-04-06T13:33:58.131Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.locator,1.7.0.202002082211 [2024-04-06T13:33:58.131Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.processes.core.source,1.7.0.202002082211 [2024-04-06T13:33:58.131Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tcf.te.tcf.launch.cdt.feature,1.7.0.202007121733 [2024-04-06T13:33:58.131Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.core.source,1.7.0.202002082211 [2024-04-06T13:33:58.131Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.locator.source,1.7.0.202002082211 [2024-04-06T13:33:58.131Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te,1.7.0.202002082211 [2024-04-06T13:33:58.131Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.ui.views.source,1.7.0.202002082211 [2024-04-06T13:33:58.131Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.ui.source,1.7.0.202002082211 [2024-04-06T13:33:58.131Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.launch.cdt,1.7.0.202007121733 [2024-04-06T13:33:58.131Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.core,1.7.0.202106171832 [2024-04-06T13:33:58.131Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.ui.controls,1.7.0.202002082211 [2024-04-06T13:33:58.131Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.runtime.model.source,1.7.0.202002082211 [2024-04-06T13:33:58.131Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tcf.te.tcf.feature,1.7.0.202002082211 [2024-04-06T13:33:58.392Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.ui.notifications,1.7.0.202002082211 [2024-04-06T13:33:58.393Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.debug.source,1.7.0.202103022036 [2024-04-06T13:33:58.393Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.cdt.ui.source,1.7.0.202105251709 [2024-04-06T13:33:58.393Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.runtime.stepper,1.7.0.202002082211 [2024-04-06T13:33:58.393Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.runtime.services.source,1.7.0.202002082211 [2024-04-06T13:33:58.393Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.filesystem.core.source,1.7.0.202002082211 [2024-04-06T13:33:58.393Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.ui.source,1.7.0.202004150835 [2024-04-06T13:33:58.393Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.ui.forms.source,1.7.0.202002082211 [2024-04-06T13:33:58.393Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.processes.core,1.7.0.202002082211 [2024-04-06T13:33:58.393Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.runtime.statushandler,1.7.0.202002082211 [2024-04-06T13:33:58.393Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.runtime.stepper.source,1.7.0.202002082211 [2024-04-06T13:33:58.393Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tcf.feature,1.7.0.202105251709 [2024-04-06T13:33:58.393Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.log.core,1.7.0.202002082211 [2024-04-06T13:33:58.393Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.runtime.statushandler.source,1.7.0.202002082211 [2024-04-06T13:33:58.393Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.launch.ui.source,1.7.0.202002082211 [2024-04-06T13:33:58.393Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.core.cdt.source,1.7.0.202002082211 [2024-04-06T13:33:58.393Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.cdt.ui,1.7.0.202105251709 [2024-04-06T13:33:58.393Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.processes.ui.source,1.7.0.202002082211 [2024-04-06T13:33:58.393Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.launch.core,1.7.0.202002082211 [2024-04-06T13:33:58.393Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.ui.views,1.7.0.202004140449 [2024-04-06T13:33:58.393Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.launch.cdt.source,1.7.0.202007121733 [2024-04-06T13:33:58.393Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.source,1.7.0.202003240220 [2024-04-06T13:33:58.393Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.ui.console.source,1.7.0.202002082211 [2024-04-06T13:33:58.393Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.ui,1.7.0.202002082211 [2024-04-06T13:33:58.393Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.filesystem.core,1.7.0.202002082211 [2024-04-06T13:33:58.393Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.source,1.7.0.202002082211 [2024-04-06T13:33:58.393Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.ui.controls.source,1.7.0.202002082211 [2024-04-06T13:33:58.393Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.runtime.persistence,1.7.0.202002082211 [2024-04-06T13:33:58.393Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.core.scripting.source,1.7.0.202002082211 [2024-04-06T13:33:58.393Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.ui,1.7.0.202004150835 [2024-04-06T13:33:58.393Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.terminals.core,1.7.0.202002082211 [2024-04-06T13:33:58.393Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.core,1.7.0.202002082211 [2024-04-06T13:33:58.394Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.runtime.services,1.7.0.202002082211 [2024-04-06T13:33:58.394Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.terminals.core.source,1.7.0.202002082211 [2024-04-06T13:33:58.394Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.core.scripting,1.7.0.202002082211 [2024-04-06T13:33:58.394Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.launch.core.source,1.7.0.202002082211 [2024-04-06T13:33:58.656Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.debug,1.7.0.202103022036 [2024-04-06T13:33:58.656Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.terminals.ui,1.7.0.202002082211 [2024-04-06T13:33:58.656Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.ui.swt.source,1.7.0.202002082211 [2024-04-06T13:33:58.656Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.runtime.persistence.source,1.7.0.202002082211 [2024-04-06T13:33:58.656Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.ui.swt,1.7.0.202002082211 [2024-04-06T13:33:58.656Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.log.core.source,1.7.0.202002082211 [2024-04-06T13:33:58.656Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.core.model,1.7.0.202002082211 [2024-04-06T13:33:58.656Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.core.source,1.7.0.202106171832 [2024-04-06T13:33:58.656Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.runtime.source,1.7.0.202002082211 [2024-04-06T13:33:58.656Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.launch.ui.source,1.7.0.202002082211 [2024-04-06T13:33:58.656Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.launch.ui,1.7.0.202002082211 [2024-04-06T13:33:58.656Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.debug.ui.source,1.7.0.202105251709 [2024-04-06T13:33:58.656Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.services.contexts.source,1.7.0.202002082211 [2024-04-06T13:33:58.656Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.core.model.source,1.7.0.202002082211 [2024-04-06T13:33:58.656Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.terminals.ui.source,1.7.0.202002082211 [2024-04-06T13:33:58.656Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.runtime.concurrent,1.7.0.202002082211 [2024-04-06T13:33:58.656Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.ui.views.source,1.7.0.202004140449 [2024-04-06T13:33:58.656Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.core.cdt,1.7.0.202002082211 [2024-04-06T13:33:58.656Z] - mirrored artifact osgi.bundle,org.eclipse.tcf,1.7.0.202003240220 [2024-04-06T13:33:58.656Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.runtime,1.7.0.202002082211 [2024-04-06T13:33:58.656Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.filesystem.ui,1.7.0.202002082211 [2024-04-06T13:33:58.656Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.ui.console,1.7.0.202002082211 [2024-04-06T13:33:58.656Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.core.source,1.7.0.202003010826 [2024-04-06T13:33:58.656Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.services.contexts,1.7.0.202002082211 [2024-04-06T13:33:58.656Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.ui.forms,1.7.0.202002082211 [2024-04-06T13:33:58.656Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.runtime.model,1.7.0.202002082211 [2024-04-06T13:33:58.657Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tcf.te.tcf.core.feature,1.7.0.202004150835 [2024-04-06T13:33:58.657Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.runtime.concurrent.source,1.7.0.202002082211 [2024-04-06T13:33:58.657Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.ui.notifications.source,1.7.0.202002082211 [2024-04-06T13:33:58.657Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.core,1.7.0.202003010826 [2024-04-06T13:33:58.657Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.debug.ui,1.7.0.202105251709 [2024-04-06T13:33:58.657Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.filesystem.ui.source,1.7.0.202002082211 [2024-04-06T13:33:58.920Z] - mirrored artifact osgi.bundle,org.eclipse.tcf.te.tcf.processes.ui,1.7.0.202002082211 [2024-04-06T13:33:58.920Z] Mirroring artifacts from https://download.eclipse.org/sirius/updates/releases/7.4.0/2023-03 [2024-04-06T13:33:58.920Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.acceleo.mtl.source,7.4.0.202403051613 [2024-04-06T13:33:58.920Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.source,7.4.0.202403051613 [2024-04-06T13:33:58.920Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.runtime,7.4.0.202403051613 [2024-04-06T13:33:58.920Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.acceleo.aql.ide.source,7.4.0.202403051613 [2024-04-06T13:33:58.920Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.ui.source,7.4.0.202403051613 [2024-04-06T13:33:58.920Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.ide.source,7.4.0.202403051613 [2024-04-06T13:33:58.920Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.emf.edit.source,7.4.0.202403051613 [2024-04-06T13:33:58.920Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.model,7.4.0.202403051613 [2024-04-06T13:33:58.920Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.table.ui,7.4.0.202403051613 [2024-04-06T13:33:58.920Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.editor.properties.ext.widgets.reference.source,7.4.0.202403051613 [2024-04-06T13:33:58.920Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.emf.tx.source,7.4.0.202403051613 [2024-04-06T13:33:58.920Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.interpreter.source,7.4.0.202403051613 [2024-04-06T13:33:58.920Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.acceleo.aql.ide,7.4.0.202403051613 [2024-04-06T13:33:58.920Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.e3.source,7.4.0.202403051613 [2024-04-06T13:33:58.920Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.formatdata.source,7.4.0.202403051613 [2024-04-06T13:33:58.920Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.specifier.source,7.4.0.202403051613 [2024-04-06T13:33:58.920Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.aql,7.4.0.202403051613 [2024-04-06T13:33:58.920Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.e3.ui.source,7.4.0.202403051613 [2024-04-06T13:33:58.920Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ecore.extender,7.4.0.202403051613 [2024-04-06T13:33:58.920Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.interpreter.aql.source,7.4.0.202403051613 [2024-04-06T13:33:58.920Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.runtime.aql.source,7.4.0.202403051613 [2024-04-06T13:33:58.920Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.properties.ext.widgets.reference.edit,7.4.0.202403051613 [2024-04-06T13:33:58.920Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.ui.ext,7.4.0.202403051613 [2024-04-06T13:33:58.920Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.emf.edit,7.4.0.202403051613 [2024-04-06T13:33:58.920Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.tree,7.4.0.202403051613 [2024-04-06T13:33:58.920Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.editor.source,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.properties,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ui.editor,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.emf.ui.source,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.swt.source,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.editor.sequence,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.aql.source,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.properties.source,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.tree.ui.ext,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.acceleo.mtl,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.table.source,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.doc.source,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.interpreter,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.draw2d,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.tree.ui,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.editor.table,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.specifier.properties.feature,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.sequence.edit.source,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.e3.ui,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ui.ext,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.model.source,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.runtime.aql,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.editor.properties,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.formatdata,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.editor.table.source,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ecore.extender.source,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.interpreter,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.e3,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.acceleo.aql.source,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.tree.ui.source,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.ui,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.model,7.4.0.202403051613 [2024-04-06T13:33:58.921Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.tree.model,7.4.0.202403051613 [2024-04-06T13:33:58.922Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.sequence.ui.source,7.4.0.202403051613 [2024-04-06T13:33:58.922Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.synchronizer,7.4.0.202403051613 [2024-04-06T13:33:58.922Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.properties.core.source,7.4.0.202403051613 [2024-04-06T13:33:58.922Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.properties.core,7.4.0.202403051613 [2024-04-06T13:33:58.922Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.gmf.runtime.source,7.4.0.202403051613 [2024-04-06T13:33:58.922Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.emf.ui,7.4.0.202403051613 [2024-04-06T13:33:58.922Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.properties.feature,7.4.0.202403051613 [2024-04-06T13:33:58.922Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common,7.4.0.202403051613 [2024-04-06T13:33:58.922Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.doc,7.4.0.202403051613 [2024-04-06T13:33:58.922Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.properties.defaultrules,7.4.0.202403051613 [2024-04-06T13:33:58.922Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.emf.tx,7.4.0.202403051613 [2024-04-06T13:33:58.922Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.interpreter.source,7.4.0.202403051613 [2024-04-06T13:33:58.922Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.ui.source,7.4.0.202403051613 [2024-04-06T13:33:58.922Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.properties.edit.source,7.4.0.202403051613 [2024-04-06T13:33:58.922Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.base.source,7.4.0.202403051613 [2024-04-06T13:33:58.922Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.interpreter.feature.source,7.4.0.202403051613 [2024-04-06T13:33:58.922Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.properties.ext.widgets.reference.source,7.4.0.202403051613 [2024-04-06T13:33:58.922Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.sequence.edit,7.4.0.202403051613 [2024-04-06T13:33:58.922Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram,7.4.0.202403051613 [2024-04-06T13:33:58.922Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.acceleo.aql,7.4.0.202403051613 [2024-04-06T13:33:58.922Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ui.properties.ext.widgets.reference,7.4.0.202403051613 [2024-04-06T13:33:58.922Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.gef.source,7.4.0.202403051613 [2024-04-06T13:33:58.922Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.emf,7.4.0.202403051613 [2024-04-06T13:33:58.922Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.sequence.source,7.4.0.202403051613 [2024-04-06T13:33:58.922Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.source,7.4.0.202403051613 [2024-04-06T13:33:58.922Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.interpreter.feature,7.4.0.202403051613 [2024-04-06T13:33:58.922Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.properties.feature.source,7.4.0.202403051613 [2024-04-06T13:33:58.922Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.swt,7.4.0.202403051613 [2024-04-06T13:33:58.922Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.gef,7.4.0.202403051613 [2024-04-06T13:33:58.922Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.source,7.4.0.202403051613 [2024-04-06T13:33:58.923Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.table.model,7.4.0.202403051613 [2024-04-06T13:33:58.923Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.properties.ext.widgets.reference.edit.source,7.4.0.202403051613 [2024-04-06T13:33:58.923Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.ui.ext.source,7.4.0.202403051613 [2024-04-06T13:33:58.923Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.properties.defaultrules.source,7.4.0.202403051613 [2024-04-06T13:33:58.923Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.editor.tree,7.4.0.202403051613 [2024-04-06T13:33:58.923Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.editor.sequence.source,7.4.0.202403051613 [2024-04-06T13:33:58.923Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.acceleo.mtl.source,7.4.0.202403051613 [2024-04-06T13:33:58.923Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.acceleo.mtl.ide.source,7.4.0.202403051613 [2024-04-06T13:33:58.923Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.interpreter.aql,7.4.0.202403051613 [2024-04-06T13:33:58.923Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.properties.edit,7.4.0.202403051613 [2024-04-06T13:33:58.923Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.editor.properties.source,7.4.0.202403051613 [2024-04-06T13:33:58.923Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.tree.ui.ext.source,7.4.0.202403051613 [2024-04-06T13:33:58.923Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.model.source,7.4.0.202403051613 [2024-04-06T13:33:58.923Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.gmf.runtime,7.4.0.202403051613 [2024-04-06T13:33:58.923Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ui.ext.source,7.4.0.202403051613 [2024-04-06T13:33:58.923Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.specifier.properties.feature.source,7.4.0.202403051613 [2024-04-06T13:33:58.923Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ui.editor.source,7.4.0.202403051613 [2024-04-06T13:33:58.923Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.runtime.ide.ui.source,7.4.0.202403051613 [2024-04-06T13:33:58.923Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.runtime.source,7.4.0.202403051613 [2024-04-06T13:33:58.923Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.table,7.4.0.202403051613 [2024-04-06T13:33:58.923Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.editor.tree.source,7.4.0.202403051613 [2024-04-06T13:33:58.923Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.samples,7.4.0.202403051613 [2024-04-06T13:33:58.923Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.samples.family,7.4.0.202403051613 [2024-04-06T13:33:58.923Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.editor.properties.ext.widgets.reference,7.4.0.202403051613 [2024-04-06T13:33:58.923Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.ui.ext.source,7.4.0.202403051613 [2024-04-06T13:33:58.923Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.base,7.4.0.202403051613 [2024-04-06T13:33:58.923Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.draw2d.source,7.4.0.202403051613 [2024-04-06T13:33:58.923Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.sequence.ui,7.4.0.202403051613 [2024-04-06T13:33:58.923Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.ide,7.4.0.202403051613 [2024-04-06T13:33:58.924Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.gmf.notation,7.4.0.202403051613 [2024-04-06T13:33:58.924Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.specifier,7.4.0.202403051613 [2024-04-06T13:33:58.924Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.gmf.notation.source,7.4.0.202403051613 [2024-04-06T13:33:58.924Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.properties.ext.widgets.reference,7.4.0.202403051613 [2024-04-06T13:33:58.924Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.samples.source,7.4.0.202403051613 [2024-04-06T13:33:58.924Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ui.properties.ext.widgets.reference.source,7.4.0.202403051613 [2024-04-06T13:33:58.924Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.synchronizer.source,7.4.0.202403051613 [2024-04-06T13:33:58.924Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.jface.source,7.4.0.202403051613 [2024-04-06T13:33:58.924Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.sirius.runtime.ide.ui,7.4.0.202403051613 [2024-04-06T13:33:58.924Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.table.ui.ext,7.4.0.202403051613 [2024-04-06T13:33:58.924Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.ui.ext,7.4.0.202403051613 [2024-04-06T13:33:58.924Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.samples.family.source,7.4.0.202403051613 [2024-04-06T13:33:58.924Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.editor,7.4.0.202403051613 [2024-04-06T13:33:58.924Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.tree.source,7.4.0.202403051613 [2024-04-06T13:33:58.924Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.sequence.model.source,7.4.0.202403051613 [2024-04-06T13:33:58.924Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ui.source,7.4.0.202403051613 [2024-04-06T13:33:58.924Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.table.model.source,7.4.0.202403051613 [2024-04-06T13:33:58.924Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.runtime,7.4.0.202403051613 [2024-04-06T13:33:58.924Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.editor.diagram.source,7.4.0.202403051613 [2024-04-06T13:33:58.924Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.jface,7.4.0.202403051613 [2024-04-06T13:33:58.924Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.sequence.model,7.4.0.202403051613 [2024-04-06T13:33:58.924Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ext.emf.source,7.4.0.202403051613 [2024-04-06T13:33:58.924Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.diagram.sequence,7.4.0.202403051613 [2024-04-06T13:33:58.924Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ui.properties.source,7.4.0.202403051613 [2024-04-06T13:33:58.924Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.ui,7.4.0.202403051613 [2024-04-06T13:33:58.924Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ui,7.4.0.202403051613 [2024-04-06T13:33:58.924Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.tree.model.source,7.4.0.202403051613 [2024-04-06T13:33:58.924Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.common.acceleo.mtl.ide,7.4.0.202403051613 [2024-04-06T13:33:58.924Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.editor.diagram,7.4.0.202403051613 [2024-04-06T13:33:58.924Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.table.ui.ext.source,7.4.0.202403051613 [2024-04-06T13:33:58.925Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.table.ui.source,7.4.0.202403051613 [2024-04-06T13:33:58.925Z] - mirroring artifact osgi.bundle,org.eclipse.sirius.ui.properties,7.4.0.202403051613 [2024-04-06T13:33:58.925Z] - mirroring artifact osgi.bundle,org.eclipse.sirius,7.4.0.202403051613 [2024-04-06T13:33:58.925Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.acceleo.aql.ide.source,7.4.0.202403051613 [2024-04-06T13:33:58.925Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.source,7.4.0.202403051613 [2024-04-06T13:33:58.925Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.ide.source,7.4.0.202403051613 [2024-04-06T13:33:58.925Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.emf.edit.source,7.4.0.202403051613 [2024-04-06T13:33:58.925Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.model,7.4.0.202403051613 [2024-04-06T13:33:58.925Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.table.ui,7.4.0.202403051613 [2024-04-06T13:33:58.925Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.editor.properties.ext.widgets.reference.source,7.4.0.202403051613 [2024-04-06T13:33:58.925Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.emf.tx.source,7.4.0.202403051613 [2024-04-06T13:33:58.925Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.interpreter.source,7.4.0.202403051613 [2024-04-06T13:33:58.925Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.ui.source,7.4.0.202403051613 [2024-04-06T13:33:58.925Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.acceleo.aql.ide,7.4.0.202403051613 [2024-04-06T13:33:58.925Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.e3.source,7.4.0.202403051613 [2024-04-06T13:33:58.925Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.formatdata.source,7.4.0.202403051613 [2024-04-06T13:33:58.925Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.specifier.source,7.4.0.202403051613 [2024-04-06T13:33:58.925Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.aql,7.4.0.202403051613 [2024-04-06T13:33:58.925Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.e3.ui.source,7.4.0.202403051613 [2024-04-06T13:33:58.925Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.interpreter.aql.source,7.4.0.202403051613 [2024-04-06T13:33:59.186Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.runtime.aql.source,7.4.0.202403051613 [2024-04-06T13:33:59.186Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.properties.ext.widgets.reference.edit,7.4.0.202403051613 [2024-04-06T13:33:59.186Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ecore.extender,7.4.0.202403051613 [2024-04-06T13:33:59.186Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.ui.ext,7.4.0.202403051613 [2024-04-06T13:33:59.186Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.emf.edit,7.4.0.202403051613 [2024-04-06T13:33:59.186Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.tree,7.4.0.202403051613 [2024-04-06T13:33:59.187Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.properties,7.4.0.202403051613 [2024-04-06T13:33:59.187Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ui.editor,7.4.0.202403051613 [2024-04-06T13:33:59.187Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.editor.source,7.4.0.202403051613 [2024-04-06T13:33:59.187Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.emf.ui.source,7.4.0.202403051613 [2024-04-06T13:33:59.187Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.swt.source,7.4.0.202403051613 [2024-04-06T13:33:59.187Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.aql.source,7.4.0.202403051613 [2024-04-06T13:33:59.187Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.editor.sequence,7.4.0.202403051613 [2024-04-06T13:33:59.187Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.tree.ui.ext,7.4.0.202403051613 [2024-04-06T13:33:59.187Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.acceleo.mtl,7.4.0.202403051613 [2024-04-06T13:33:59.187Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.properties.source,7.4.0.202403051613 [2024-04-06T13:33:59.187Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.table.source,7.4.0.202403051613 [2024-04-06T13:33:59.187Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.interpreter,7.4.0.202403051613 [2024-04-06T13:33:59.187Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.draw2d,7.4.0.202403051613 [2024-04-06T13:33:59.187Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.tree.ui,7.4.0.202403051613 [2024-04-06T13:33:59.187Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.editor.table,7.4.0.202403051613 [2024-04-06T13:33:59.187Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.specifier.properties.feature,7.4.0.202403051613 [2024-04-06T13:33:59.187Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.sequence.edit.source,7.4.0.202403051613 [2024-04-06T13:33:59.455Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.e3.ui,7.4.0.202403051613 [2024-04-06T13:33:59.455Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ui.ext,7.4.0.202403051613 [2024-04-06T13:33:59.455Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.model.source,7.4.0.202403051613 [2024-04-06T13:33:59.455Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.runtime.aql,7.4.0.202403051613 [2024-04-06T13:33:59.455Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.editor.properties,7.4.0.202403051613 [2024-04-06T13:33:59.455Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.formatdata,7.4.0.202403051613 [2024-04-06T13:33:59.456Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.editor.table.source,7.4.0.202403051613 [2024-04-06T13:33:59.456Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ecore.extender.source,7.4.0.202403051613 [2024-04-06T13:33:59.456Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.interpreter,7.4.0.202403051613 [2024-04-06T13:33:59.456Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.e3,7.4.0.202403051613 [2024-04-06T13:33:59.456Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.acceleo.aql.source,7.4.0.202403051613 [2024-04-06T13:33:59.753Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.tree.ui.source,7.4.0.202403051613 [2024-04-06T13:34:00.013Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.doc.source,7.4.0.202403051613 [2024-04-06T13:34:00.013Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.ui,7.4.0.202403051613 [2024-04-06T13:34:00.013Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.tree.model,7.4.0.202403051613 [2024-04-06T13:34:00.013Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.sequence.ui.source,7.4.0.202403051613 [2024-04-06T13:34:00.013Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.synchronizer,7.4.0.202403051613 [2024-04-06T13:34:00.013Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.model,7.4.0.202403051613 [2024-04-06T13:34:00.013Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.properties.core,7.4.0.202403051613 [2024-04-06T13:34:00.013Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.properties.core.source,7.4.0.202403051613 [2024-04-06T13:34:00.013Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.emf.ui,7.4.0.202403051613 [2024-04-06T13:34:00.014Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.gmf.runtime.source,7.4.0.202403051613 [2024-04-06T13:34:00.014Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.properties.feature,7.4.0.202403051613 [2024-04-06T13:34:00.274Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common,7.4.0.202403051613 [2024-04-06T13:34:00.274Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.properties.defaultrules,7.4.0.202403051613 [2024-04-06T13:34:00.274Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.emf.tx,7.4.0.202403051613 [2024-04-06T13:34:00.274Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.interpreter.source,7.4.0.202403051613 [2024-04-06T13:34:00.274Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.ui.source,7.4.0.202403051613 [2024-04-06T13:34:00.274Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.properties.edit.source,7.4.0.202403051613 [2024-04-06T13:34:00.274Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.base.source,7.4.0.202403051613 [2024-04-06T13:34:00.274Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.interpreter.feature.source,7.4.0.202403051613 [2024-04-06T13:34:00.274Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.properties.ext.widgets.reference.source,7.4.0.202403051613 [2024-04-06T13:34:00.274Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.sequence.edit,7.4.0.202403051613 [2024-04-06T13:34:00.536Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram,7.4.0.202403051613 [2024-04-06T13:34:00.536Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.acceleo.aql,7.4.0.202403051613 [2024-04-06T13:34:00.536Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ui.properties.ext.widgets.reference,7.4.0.202403051613 [2024-04-06T13:34:00.536Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.gef.source,7.4.0.202403051613 [2024-04-06T13:34:00.536Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.emf,7.4.0.202403051613 [2024-04-06T13:34:00.536Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.sequence.source,7.4.0.202403051613 [2024-04-06T13:34:00.536Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.source,7.4.0.202403051613 [2024-04-06T13:34:00.536Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.interpreter.feature,7.4.0.202403051613 [2024-04-06T13:34:00.536Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.properties.feature.source,7.4.0.202403051613 [2024-04-06T13:34:00.536Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.swt,7.4.0.202403051613 [2024-04-06T13:34:00.536Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.gef,7.4.0.202403051613 [2024-04-06T13:34:00.536Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.source,7.4.0.202403051613 [2024-04-06T13:34:00.536Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.table.model,7.4.0.202403051613 [2024-04-06T13:34:00.536Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.properties.ext.widgets.reference.edit.source,7.4.0.202403051613 [2024-04-06T13:34:00.536Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.ui.ext.source,7.4.0.202403051613 [2024-04-06T13:34:00.536Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.properties.defaultrules.source,7.4.0.202403051613 [2024-04-06T13:34:00.536Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.editor.tree,7.4.0.202403051613 [2024-04-06T13:34:00.536Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.editor.sequence.source,7.4.0.202403051613 [2024-04-06T13:34:00.536Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.acceleo.mtl.ide.source,7.4.0.202403051613 [2024-04-06T13:34:00.536Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.interpreter.aql,7.4.0.202403051613 [2024-04-06T13:34:00.800Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.properties.edit,7.4.0.202403051613 [2024-04-06T13:34:00.800Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.editor.properties.source,7.4.0.202403051613 [2024-04-06T13:34:00.800Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.tree.ui.ext.source,7.4.0.202403051613 [2024-04-06T13:34:00.800Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.model.source,7.4.0.202403051613 [2024-04-06T13:34:00.800Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.gmf.runtime,7.4.0.202403051613 [2024-04-06T13:34:00.800Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ui.ext.source,7.4.0.202403051613 [2024-04-06T13:34:00.800Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.specifier.properties.feature.source,7.4.0.202403051613 [2024-04-06T13:34:00.800Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ui.editor.source,7.4.0.202403051613 [2024-04-06T13:34:00.800Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.runtime.ide.ui.source,7.4.0.202403051613 [2024-04-06T13:34:00.800Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.runtime.source,7.4.0.202403051613 [2024-04-06T13:34:00.800Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.table,7.4.0.202403051613 [2024-04-06T13:34:00.800Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.doc,7.4.0.202403051613 [2024-04-06T13:34:00.800Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.samples,7.4.0.202403051613 [2024-04-06T13:34:00.800Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.editor.tree.source,7.4.0.202403051613 [2024-04-06T13:34:00.800Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.samples.family,7.4.0.202403051613 [2024-04-06T13:34:00.800Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.editor.properties.ext.widgets.reference,7.4.0.202403051613 [2024-04-06T13:34:00.800Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.ui.ext.source,7.4.0.202403051613 [2024-04-06T13:34:00.800Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.base,7.4.0.202403051613 [2024-04-06T13:34:01.063Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.draw2d.source,7.4.0.202403051613 [2024-04-06T13:34:01.063Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.ide,7.4.0.202403051613 [2024-04-06T13:34:01.063Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.gmf.notation,7.4.0.202403051613 [2024-04-06T13:34:01.063Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.specifier,7.4.0.202403051613 [2024-04-06T13:34:01.063Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.gmf.notation.source,7.4.0.202403051613 [2024-04-06T13:34:01.063Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.sequence.ui,7.4.0.202403051613 [2024-04-06T13:34:01.063Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.properties.ext.widgets.reference,7.4.0.202403051613 [2024-04-06T13:34:01.063Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ui.properties.ext.widgets.reference.source,7.4.0.202403051613 [2024-04-06T13:34:01.063Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.samples.source,7.4.0.202403051613 [2024-04-06T13:34:01.063Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.synchronizer.source,7.4.0.202403051613 [2024-04-06T13:34:01.063Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.sirius.runtime.ide.ui,7.4.0.202403051613 [2024-04-06T13:34:01.063Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.jface.source,7.4.0.202403051613 [2024-04-06T13:34:01.063Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.table.ui.ext,7.4.0.202403051613 [2024-04-06T13:34:01.063Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.ui.ext,7.4.0.202403051613 [2024-04-06T13:34:01.063Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.samples.family.source,7.4.0.202403051613 [2024-04-06T13:34:01.063Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.tree.source,7.4.0.202403051613 [2024-04-06T13:34:01.063Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.sequence.model.source,7.4.0.202403051613 [2024-04-06T13:34:01.063Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.editor,7.4.0.202403051613 [2024-04-06T13:34:01.063Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.table.model.source,7.4.0.202403051613 [2024-04-06T13:34:01.063Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ui.source,7.4.0.202403051613 [2024-04-06T13:34:01.063Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.editor.diagram.source,7.4.0.202403051613 [2024-04-06T13:34:01.063Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.jface,7.4.0.202403051613 [2024-04-06T13:34:01.063Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ext.emf.source,7.4.0.202403051613 [2024-04-06T13:34:01.063Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.sequence.model,7.4.0.202403051613 [2024-04-06T13:34:01.063Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ui.properties.source,7.4.0.202403051613 [2024-04-06T13:34:01.063Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.diagram.sequence,7.4.0.202403051613 [2024-04-06T13:34:01.325Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.ui,7.4.0.202403051613 [2024-04-06T13:34:01.325Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.tree.model.source,7.4.0.202403051613 [2024-04-06T13:34:01.325Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.common.acceleo.mtl.ide,7.4.0.202403051613 [2024-04-06T13:34:01.325Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.editor.diagram,7.4.0.202403051613 [2024-04-06T13:34:01.325Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ui,7.4.0.202403051613 [2024-04-06T13:34:01.325Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.table.ui.ext.source,7.4.0.202403051613 [2024-04-06T13:34:01.325Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.ui.properties,7.4.0.202403051613 [2024-04-06T13:34:01.325Z] - mirrored artifact osgi.bundle,org.eclipse.sirius.table.ui.source,7.4.0.202403051613 [2024-04-06T13:34:01.325Z] - mirrored artifact osgi.bundle,org.eclipse.sirius,7.4.0.202403051613 [2024-04-06T13:34:01.325Z] Mirroring artifacts from https://download.eclipse.org/mmt/qvtd/builds/release/0.31.0 [2024-04-06T13:34:01.325Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.master.source,0.15.0.v20240305-1450 [2024-04-06T13:34:01.325Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtimperative,0.31.0.v20240305-1450 [2024-04-06T13:34:01.325Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtrelation.ui,0.31.0.v20240305-1450 [2024-04-06T13:34:01.325Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtcore.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.325Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtcore.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.325Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.debug.ui,0.31.0.v20240305-1450 [2024-04-06T13:34:01.325Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtbase.ui.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.325Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtimperative.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.325Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xml.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.325Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtrelation,0.31.0.v20240305-1450 [2024-04-06T13:34:01.325Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtimperative.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.326Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtcore,0.31.0.v20240305-1450 [2024-04-06T13:34:01.326Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtimperative,0.31.0.v20240305-1450 [2024-04-06T13:34:01.326Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.umlx.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.326Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.pivot.qvttemplate.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.326Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.pivot.qvttemplate,0.31.0.v20240305-1450 [2024-04-06T13:34:01.326Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xml,0.31.0.v20240305-1450 [2024-04-06T13:34:01.326Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.umlx.ui,0.31.0.v20240305-1450 [2024-04-06T13:34:01.326Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.compiler,0.31.0.v20240305-1450 [2024-04-06T13:34:01.326Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.doc,0.31.0.v20240305-1450 [2024-04-06T13:34:01.326Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtbase,0.31.0.v20240305-1450 [2024-04-06T13:34:01.326Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtrelation,0.31.0.v20240305-1450 [2024-04-06T13:34:01.326Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.runtime,0.31.0.v20240305-1450 [2024-04-06T13:34:01.326Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtcore.ui.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.326Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.examples,0.31.0.v20240305-1450 [2024-04-06T13:34:01.326Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.qvtd.examples.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.326Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.debug.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.326Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtimperative.ui,0.31.0.v20240305-1450 [2024-04-06T13:34:01.326Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtbase.ui,0.31.0.v20240305-1450 [2024-04-06T13:34:01.326Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.codegen.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.326Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.runtime.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.326Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtbase.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.326Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.qvtd.master,0.31.0.v20240305-1450 [2024-04-06T13:34:01.326Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtbase.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.326Z] - mirroring artifact osgi.bundle,org.eclipse.qvt.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.326Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.qvtd.doc,0.31.0.v20240305-1450 [2024-04-06T13:34:01.326Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.master,0.15.0.v20240305-1450 [2024-04-06T13:34:01.326Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.text.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.326Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.text,0.31.0.v20240305-1450 [2024-04-06T13:34:01.326Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.qvtd.examples,0.31.0.v20240305-1450 [2024-04-06T13:34:01.326Z] - mirroring artifact osgi.bundle,org.eclipse.qvt,0.31.0.v20240305-1450 [2024-04-06T13:34:01.326Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtschedule.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.327Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtimperative.ui.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.327Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtrelation.ui.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.327Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtcore,0.31.0.v20240305-1450 [2024-04-06T13:34:01.327Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.qvtd.doc.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.327Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.debug,0.31.0.v20240305-1450 [2024-04-06T13:34:01.327Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.examples.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.327Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.debug.ui.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.327Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.umlx,0.31.0.v20240305-1450 [2024-04-06T13:34:01.327Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.qvtd.master.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.327Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.doc.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.327Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.compiler.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.327Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtcore.ui,0.31.0.v20240305-1450 [2024-04-06T13:34:01.327Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtschedule,0.31.0.v20240305-1450 [2024-04-06T13:34:01.327Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtrelation.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.327Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtrelation.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.327Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.umlx.ui.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.327Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.codegen,0.31.0.v20240305-1450 [2024-04-06T13:34:01.327Z] - mirroring artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtbase,0.31.0.v20240305-1450 [2024-04-06T13:34:01.327Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.master.source,0.15.0.v20240305-1450 [2024-04-06T13:34:01.590Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtimperative,0.31.0.v20240305-1450 [2024-04-06T13:34:01.590Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtrelation.ui,0.31.0.v20240305-1450 [2024-04-06T13:34:01.590Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtcore.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.590Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.debug.ui,0.31.0.v20240305-1450 [2024-04-06T13:34:01.590Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtcore.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.590Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtbase.ui.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.590Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xml.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.590Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtrelation,0.31.0.v20240305-1450 [2024-04-06T13:34:01.590Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtimperative.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.590Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtcore,0.31.0.v20240305-1450 [2024-04-06T13:34:01.590Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtimperative.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.590Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.umlx.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.590Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.pivot.qvttemplate.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.590Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.pivot.qvttemplate,0.31.0.v20240305-1450 [2024-04-06T13:34:01.590Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtimperative,0.31.0.v20240305-1450 [2024-04-06T13:34:01.590Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.umlx.ui,0.31.0.v20240305-1450 [2024-04-06T13:34:01.590Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xml,0.31.0.v20240305-1450 [2024-04-06T13:34:01.590Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.doc,0.31.0.v20240305-1450 [2024-04-06T13:34:01.591Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtbase,0.31.0.v20240305-1450 [2024-04-06T13:34:01.851Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.compiler,0.31.0.v20240305-1450 [2024-04-06T13:34:01.851Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.runtime,0.31.0.v20240305-1450 [2024-04-06T13:34:01.851Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtrelation,0.31.0.v20240305-1450 [2024-04-06T13:34:01.851Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.examples,0.31.0.v20240305-1450 [2024-04-06T13:34:01.851Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtcore.ui.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.851Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.debug.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.851Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.qvtd.examples.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.851Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtbase.ui,0.31.0.v20240305-1450 [2024-04-06T13:34:01.851Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtimperative.ui,0.31.0.v20240305-1450 [2024-04-06T13:34:01.851Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.runtime.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.851Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtbase.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.851Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.codegen.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.851Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.qvtd.master,0.31.0.v20240305-1450 [2024-04-06T13:34:01.851Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtbase.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.852Z] - mirrored artifact osgi.bundle,org.eclipse.qvt.source,0.31.0.v20240305-1450 [2024-04-06T13:34:01.852Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.master,0.15.0.v20240305-1450 [2024-04-06T13:34:01.852Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.qvtd.doc,0.31.0.v20240305-1450 [2024-04-06T13:34:01.852Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.text,0.31.0.v20240305-1450 [2024-04-06T13:34:01.852Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.text.source,0.31.0.v20240305-1450 [2024-04-06T13:34:02.114Z] - mirrored artifact osgi.bundle,org.eclipse.qvt,0.31.0.v20240305-1450 [2024-04-06T13:34:02.114Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.qvtd.examples,0.31.0.v20240305-1450 [2024-04-06T13:34:02.114Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtimperative.ui.source,0.31.0.v20240305-1450 [2024-04-06T13:34:02.114Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtschedule.source,0.31.0.v20240305-1450 [2024-04-06T13:34:02.114Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtrelation.ui.source,0.31.0.v20240305-1450 [2024-04-06T13:34:02.114Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtcore,0.31.0.v20240305-1450 [2024-04-06T13:34:02.114Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.debug,0.31.0.v20240305-1450 [2024-04-06T13:34:02.114Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.examples.source,0.31.0.v20240305-1450 [2024-04-06T13:34:02.114Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.qvtd.doc.source,0.31.0.v20240305-1450 [2024-04-06T13:34:02.114Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.debug.ui.source,0.31.0.v20240305-1450 [2024-04-06T13:34:02.114Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.qvtd.master.source,0.31.0.v20240305-1450 [2024-04-06T13:34:02.114Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.umlx,0.31.0.v20240305-1450 [2024-04-06T13:34:02.114Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.doc.source,0.31.0.v20240305-1450 [2024-04-06T13:34:02.114Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtcore.ui,0.31.0.v20240305-1450 [2024-04-06T13:34:02.114Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.compiler.source,0.31.0.v20240305-1450 [2024-04-06T13:34:02.114Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtrelation.source,0.31.0.v20240305-1450 [2024-04-06T13:34:02.114Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.xtext.qvtrelation.source,0.31.0.v20240305-1450 [2024-04-06T13:34:02.114Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtschedule,0.31.0.v20240305-1450 [2024-04-06T13:34:02.115Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.umlx.ui.source,0.31.0.v20240305-1450 [2024-04-06T13:34:02.380Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.codegen,0.31.0.v20240305-1450 [2024-04-06T13:34:02.380Z] - mirrored artifact osgi.bundle,org.eclipse.qvtd.pivot.qvtbase,0.31.0.v20240305-1450 [2024-04-06T13:34:02.380Z] Mirroring artifacts from https://download.eclipse.org/ecp/rt/1270 [2024-04-06T13:34:02.380Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ui.view,1.27.0.20221109-1132 [2024-04-06T13:34:02.380Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.stack.ui.swt,1.27.0.20221109-1132 [2024-04-06T13:34:02.380Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.emf2web.ui,1.27.0.20221109-1132 [2024-04-06T13:34:02.380Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:02.380Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.viewproxy.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.380Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.indexdmr.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.380Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emfforms.view.annotation.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.380Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.emf2web.ui.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.380Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.ide.view.segments.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.380Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.vertical.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.380Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.unset.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.380Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.default,1.27.0.20221109-1132 [2024-04-06T13:34:02.381Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.edapt.runtime.feature.source,1.5.0.202201311430 [2024-04-06T13:34:02.381Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.view.multisegment.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:02.381Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.makeithappen.wizards.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.381Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.workspace.migrator,1.27.0.20221109-1132 [2024-04-06T13:34:02.381Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.group.ui.swt,1.27.0.20221109-1132 [2024-04-06T13:34:02.381Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.label.ui.swt,1.27.0.20221109-1132 [2024-04-06T13:34:02.381Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.emfforms.runtime.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.381Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.common.di.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.381Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.emf2web.json,1.27.0.20221109-1132 [2024-04-06T13:34:02.381Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.381Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.view.annotation.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:02.381Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.categorization.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.381Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.vertical.model,1.27.0.20221109-1132 [2024-04-06T13:34:02.381Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.index.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.381Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.model,1.27.0.20221109-1132 [2024-04-06T13:34:02.381Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.template.annotation.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.381Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emfforms.swt.control.multiattribute.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.381Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.common,1.27.0.20221109-1132 [2024-04-06T13:34:02.381Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.featurepath.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.381Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.viewproxy.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:02.381Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.common.validation,1.27.0.20221109-1132 [2024-04-06T13:34:02.381Z] - mirroring artifact osgi.bundle,org.eclipse.emf.edapt.history.source,1.5.0.202201311430 [2024-04-06T13:34:02.382Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.validation.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.382Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.horizontal.ui.swt,1.27.0.20221109-1132 [2024-04-06T13:34:02.382Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.ide.view.multisegment.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.382Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.group.swt.collapsable,1.27.0.20221109-1132 [2024-04-06T13:34:02.382Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.custom.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:02.382Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.label.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.382Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.mappingdmr.model,1.27.0.20221109-1132 [2024-04-06T13:34:02.382Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.rule.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.382Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.bazaar,1.27.0.20221109-1132 [2024-04-06T13:34:02.382Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.common.di,1.27.0.20221109-1132 [2024-04-06T13:34:02.382Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.viewproxy.model,1.27.0.20221109-1132 [2024-04-06T13:34:02.382Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.provider.generator.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.382Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.unset.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.382Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.382Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.view.annotation.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.382Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.project.installer.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.382Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.template.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.382Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.template.annotation.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.382Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.template.annotation.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:02.382Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.control.multiattribute.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.382Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.rule.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.383Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.core.di.extension,1.27.0.20221109-1132 [2024-04-06T13:34:02.383Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.view.model.localization.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.383Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.databinding.mapping,1.27.0.20221109-1132 [2024-04-06T13:34:02.383Z] - mirroring artifact osgi.bundle,org.eclipse.emf.edapt.migration,1.5.0.202201311430 [2024-04-06T13:34:02.383Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.validation,1.27.0.20221109-1132 [2024-04-06T13:34:02.383Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.categorization.swt,1.27.0.20221109-1132 [2024-04-06T13:34:02.383Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.stack.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:02.383Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ui.view,1.27.0.20221109-1132 [2024-04-06T13:34:02.383Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.template.annotation.model,1.27.0.20221109-1132 [2024-04-06T13:34:02.383Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.table.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.383Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.edit,1.27.0.20221109-1132 [2024-04-06T13:34:02.383Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.provider.generator,1.27.0.20221109-1132 [2024-04-06T13:34:02.383Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.core.di.extension.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.383Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.model.editor.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.383Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.group.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.383Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.common.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.383Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.horizontal.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.383Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.legacy.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.383Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.makeithappen.wizards,1.27.0.20221109-1132 [2024-04-06T13:34:02.383Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.editor.ecore,1.27.0.20221109-1132 [2024-04-06T13:34:02.383Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.label.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.383Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.emfspecificservice,1.27.0.20221109-1132 [2024-04-06T13:34:02.383Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.indexdmr.model,1.27.0.20221109-1132 [2024-04-06T13:34:02.383Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.edapt.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.383Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.default.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.383Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.384Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ide.editor.viewmodel.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.384Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.edapt,1.27.0.20221109-1132 [2024-04-06T13:34:02.384Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emfforms.core.bazaar.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.384Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.group.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.384Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.migrator,1.27.0.20221109-1132 [2024-04-06T13:34:02.384Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.swt.layout.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.384Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.model.controls.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.384Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.preview.e3.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.384Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.categorization.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.384Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.validation.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.384Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.default.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.384Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.view.indexsegment.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.384Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.swt.layout,1.27.0.20221109-1132 [2024-04-06T13:34:02.384Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.databinding.featurepath.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.384Z] - mirroring artifact osgi.bundle,org.eclipse.emf.edapt.history,1.5.0.202201311430 [2024-04-06T13:34:02.384Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.treemasterdetail.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.384Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.table.edapt,1.27.0.20221109-1132 [2024-04-06T13:34:02.384Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.table.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.384Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.context.locale,1.27.0.20221109-1132 [2024-04-06T13:34:02.384Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model,1.27.0.20221109-1132 [2024-04-06T13:34:02.384Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.ui.swt.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.384Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.mappingprovider.table.panel.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.384Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.view.indexsegment.model,1.27.0.20221109-1132 [2024-04-06T13:34:02.384Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.util.swt.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.384Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.edapt.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.385Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.provider.xmi,1.27.0.20221109-1132 [2024-04-06T13:34:02.385Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.common.ui,1.27.0.20221109-1132 [2024-04-06T13:34:02.385Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.table.edapt.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.385Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.385Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.project.installer,1.27.0.20221109-1132 [2024-04-06T13:34:02.385Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.view.annotation.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.385Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.license.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.385Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.treemasterdetail.decorator.validation.default.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.385Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.emf2web.ui,1.27.0.20221109-1132 [2024-04-06T13:34:02.385Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.validation.initial.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.385Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:02.385Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emfforms.view.annotation.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.385Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.coffee.wizards.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.385Z] - mirroring artifact osgi.bundle,org.eclipse.emf.edapt.migration.source,1.5.0.202201311430 [2024-04-06T13:34:02.385Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.group.swt.collapsable.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.385Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ide.editor.view.templatebridge.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.385Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.ide.view.indexsegment.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.385Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.template.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.385Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.tooling.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.385Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.label.model,1.27.0.20221109-1132 [2024-04-06T13:34:02.385Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.custom.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.385Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.legacy,1.27.0.20221109-1132 [2024-04-06T13:34:02.385Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.core.swt.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.385Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.viewmodel.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.386Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ui.view.editor.controls.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.386Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.template.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:02.386Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.common.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.386Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.emf,1.27.0.20221109-1132 [2024-04-06T13:34:02.386Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:02.386Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.preview.common.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.386Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.mappingprovider.table.panel,1.27.0.20221109-1132 [2024-04-06T13:34:02.386Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.custom.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.386Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.stack.ui.swt,1.27.0.20221109-1132 [2024-04-06T13:34:02.386Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.view.model.localization,1.27.0.20221109-1132 [2024-04-06T13:34:02.386Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.emf2web.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.386Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.emfforms.idetooling.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.386Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange,1.27.0.20221109-1132 [2024-04-06T13:34:02.386Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.treemasterdetail.decorator.validation.default,1.27.0.20221109-1132 [2024-04-06T13:34:02.386Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.emf2web,1.27.0.20221109-1132 [2024-04-06T13:34:02.386Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.core.di.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.386Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.setup.base,1.27.0.20221109-1132 [2024-04-06T13:34:02.386Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.ide.viewtemplate.builder.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.386Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.386Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.editor,1.27.0.20221109-1132 [2024-04-06T13:34:02.386Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.emf2web.ui.json.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.386Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.treemasterdetail,1.27.0.20221109-1132 [2024-04-06T13:34:02.386Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.ide.view.segments,1.27.0.20221109-1132 [2024-04-06T13:34:02.386Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.model,1.27.0.20221109-1132 [2024-04-06T13:34:02.386Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.mappingprovider.table.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.386Z] - mirroring artifact binary,org.eclipse.emf.ecp.license.feature_root,1.27.0.20221109-1132 [2024-04-06T13:34:02.387Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.table.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.387Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.edapt.runtime.feature,1.5.0.202201311430 [2024-04-06T13:34:02.387Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.treemasterdetail.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.387Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.label.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.387Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.ide.preferences.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.387Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.reference.table.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.387Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:02.387Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ide.editor.viewmodel,1.27.0.20221109-1132 [2024-04-06T13:34:02.387Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.preview.common,1.27.0.20221109-1132 [2024-04-06T13:34:02.387Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.validation.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.387Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.ide.view.mappingsegment,1.27.0.20221109-1132 [2024-04-06T13:34:02.387Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.stack.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.387Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.template.service.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.387Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.vertical.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.387Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.editor.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.387Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.template.model,1.27.0.20221109-1132 [2024-04-06T13:34:02.387Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.ide.preferences,1.27.0.20221109-1132 [2024-04-06T13:34:02.387Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.387Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.table.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:02.388Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.treemasterdetail.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.388Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.stack.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.388Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emfforms.core.bazaar.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.388Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.categorization.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.388Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emfforms.swt.control.multiattribute.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.388Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.editsupport.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.388Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.stack.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.388Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.model.controls.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.388Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.compoundcontrol.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.388Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.edapt.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.388Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.horizontal.model,1.27.0.20221109-1132 [2024-04-06T13:34:02.388Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.index.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.388Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.multi,1.27.0.20221109-1132 [2024-04-06T13:34:02.388Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.validation.initial.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.388Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.model.editor.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.388Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.emfforms.idetooling.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.388Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.core.swt,1.27.0.20221109-1132 [2024-04-06T13:34:02.388Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.emf2web.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.388Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.viewproxy.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.389Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.template.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.389Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.ide.builder,1.27.0.20221109-1132 [2024-04-06T13:34:02.389Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.horizontal.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:02.389Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.rule.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:02.389Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.featurepath,1.27.0.20221109-1132 [2024-04-06T13:34:02.389Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.core,1.27.0.20221109-1132 [2024-04-06T13:34:02.389Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.core.plugin,1.27.0.20221109-1132 [2024-04-06T13:34:02.389Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.stack.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.389Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ui.view.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.389Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.editor.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.389Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.localization,1.27.0.20221109-1132 [2024-04-06T13:34:02.389Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.template.tooling,1.27.0.20221109-1132 [2024-04-06T13:34:02.389Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.ide.viewtemplate.builder,1.27.0.20221109-1132 [2024-04-06T13:34:02.389Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.indexdmr.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.389Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.vertical.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.389Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.table,1.27.0.20221109-1132 [2024-04-06T13:34:02.389Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emfforms.editor.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.389Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.validation.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.389Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.table.columnservice.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.389Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.389Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.emf2web.ui.json,1.27.0.20221109-1132 [2024-04-06T13:34:02.389Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.categorization.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.389Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.mapping,1.27.0.20221109-1132 [2024-04-06T13:34:02.389Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.databinding.index,1.27.0.20221109-1132 [2024-04-06T13:34:02.389Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.editor.genmodel,1.27.0.20221109-1132 [2024-04-06T13:34:02.390Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.bazaar.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.390Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ui.view.swt,1.27.0.20221109-1132 [2024-04-06T13:34:02.390Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.editor.genmodel.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.390Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.mappingprovider.default.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.390Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.emfforms.runtime.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.390Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.mappingdmr.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.390Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.edapt,1.27.0.20221109-1132 [2024-04-06T13:34:02.390Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.segments,1.27.0.20221109-1132 [2024-04-06T13:34:02.390Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.categorization.swt.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.390Z] - mirroring artifact osgi.bundle,org.eclipse.emf.edapt.common.source,1.5.0.202201311430 [2024-04-06T13:34:02.390Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.group.model,1.27.0.20221109-1132 [2024-04-06T13:34:02.390Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.label.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.390Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.locale.default.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.390Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.categorization.model,1.27.0.20221109-1132 [2024-04-06T13:34:02.390Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.context.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.390Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.group.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.390Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.horizontal.ui.swt.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.390Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.table.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.390Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services,1.27.0.20221109-1132 [2024-04-06T13:34:02.390Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.core.plugin.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.390Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.table,1.27.0.20221109-1132 [2024-04-06T13:34:02.390Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.horizontal.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.390Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.template.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.390Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.swt.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.390Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.coffee.wizards,1.27.0.20221109-1132 [2024-04-06T13:34:02.391Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.viewproxy.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.391Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.391Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.view.mappingsegment.model,1.27.0.20221109-1132 [2024-04-06T13:34:02.391Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.template.tooling.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.391Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.table.columnservice,1.27.0.20221109-1132 [2024-04-06T13:34:02.391Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.custom.model,1.27.0.20221109-1132 [2024-04-06T13:34:02.391Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.group.swt.embedded.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.391Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.group.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.391Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.example.common.wizards.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.391Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ide.util.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.391Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.ide.view.multisegment,1.27.0.20221109-1132 [2024-04-06T13:34:02.391Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.common,1.27.0.20221109-1132 [2024-04-06T13:34:02.391Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.editor.ecore.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.391Z] - mirroring artifact osgi.bundle,org.eclipse.emf.edapt.common,1.5.0.202201311430 [2024-04-06T13:34:02.391Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.custom.ui.swt.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.391Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.index.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.391Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.group.ui.swt.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.391Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.index,1.27.0.20221109-1132 [2024-04-06T13:34:02.391Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.rule,1.27.0.20221109-1132 [2024-04-06T13:34:02.391Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.viewmodel.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.391Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.edapt.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.391Z] - mirroring artifact osgi.bundle,org.eclipse.emf.edapt.declaration,1.5.0.202201311430 [2024-04-06T13:34:02.391Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.view.multisegment.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.391Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.util.swt,1.27.0.20221109-1132 [2024-04-06T13:34:02.391Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.stack.model,1.27.0.20221109-1132 [2024-04-06T13:34:02.392Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.multi.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.392Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ide.editor.view.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.392Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.locale.default,1.27.0.20221109-1132 [2024-04-06T13:34:02.392Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.ide.builder.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.392Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.view.mappingsegment.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.392Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.index,1.27.0.20221109-1132 [2024-04-06T13:34:02.392Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.label.ui.swt.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.392Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ui.view.swt.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.392Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.emf2web.ui.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.392Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.vertical.ui.swt.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.392Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.editor,1.27.0.20221109-1132 [2024-04-06T13:34:02.392Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.common.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.392Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.example.common.wizards,1.27.0.20221109-1132 [2024-04-06T13:34:02.392Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.view.multisegment.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.392Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.editsupport,1.27.0.20221109-1132 [2024-04-06T13:34:02.392Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.databinding.mapping.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.392Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.reference.table,1.27.0.20221109-1132 [2024-04-06T13:34:02.392Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emfforms.view.annotation.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.392Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.core.di,1.27.0.20221109-1132 [2024-04-06T13:34:02.392Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.control.multiattribute,1.27.0.20221109-1132 [2024-04-06T13:34:02.392Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.table,1.27.0.20221109-1132 [2024-04-06T13:34:02.392Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.mappingprovider.table,1.27.0.20221109-1132 [2024-04-06T13:34:02.392Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ide.util,1.27.0.20221109-1132 [2024-04-06T13:34:02.392Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.emf2web.json.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.393Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.custom.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.393Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.preview.e3,1.27.0.20221109-1132 [2024-04-06T13:34:02.393Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.mapping.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.393Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.vertical.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:02.393Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.common,1.27.0.20221109-1132 [2024-04-06T13:34:02.393Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.edit.swt.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.393Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.rule.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.393Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.table.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.393Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.custom.ui.swt,1.27.0.20221109-1132 [2024-04-06T13:34:02.393Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.ui.swt,1.27.0.20221109-1132 [2024-04-06T13:34:02.393Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.label.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:02.393Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.group.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:02.393Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.emf.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.393Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.swt,1.27.0.20221109-1132 [2024-04-06T13:34:02.393Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.ide.view.indexsegment,1.27.0.20221109-1132 [2024-04-06T13:34:02.393Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.tooling,1.27.0.20221109-1132 [2024-04-06T13:34:02.393Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.edit.swt,1.27.0.20221109-1132 [2024-04-06T13:34:02.394Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.common.validation.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.394Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ide.view.service,1.27.0.20221109-1132 [2024-04-06T13:34:02.394Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.unset,1.27.0.20221109-1132 [2024-04-06T13:34:02.394Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.stack.ui.swt.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.394Z] - mirroring artifact osgi.bundle,org.eclipse.emf.edapt.declaration.source,1.5.0.202201311430 [2024-04-06T13:34:02.394Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.table.model,1.27.0.20221109-1132 [2024-04-06T13:34:02.394Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.index,1.27.0.20221109-1132 [2024-04-06T13:34:02.394Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.compoundcontrol.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.394Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.control.multireference,1.27.0.20221109-1132 [2024-04-06T13:34:02.394Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.ide.view.segments.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.394Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.databinding.featurepath,1.27.0.20221109-1132 [2024-04-06T13:34:02.394Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.databinding.index.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.394Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.workspace.migrator.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.394Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.view.multisegment.model,1.27.0.20221109-1132 [2024-04-06T13:34:02.394Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.stack.viewmodel,1.27.0.20221109-1132 [2024-04-06T13:34:02.395Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.rule.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.395Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.emf2web.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.395Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.mapping.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.395Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.context.locale.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.395Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.migrator.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.395Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ui.view.linewrapper,1.27.0.20221109-1132 [2024-04-06T13:34:02.395Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.vertical.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.395Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.mapping,1.27.0.20221109-1132 [2024-04-06T13:34:02.395Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.rule.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.395Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.view.annotation.model,1.27.0.20221109-1132 [2024-04-06T13:34:02.395Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.viewproxy.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.395Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.custom.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.395Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ide.editor.view,1.27.0.20221109-1132 [2024-04-06T13:34:02.395Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.ide.view.mappingsegment.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.396Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ui.view.editor.controls,1.27.0.20221109-1132 [2024-04-06T13:34:02.396Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.context,1.27.0.20221109-1132 [2024-04-06T13:34:02.396Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emfforms.editor.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.396Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ui.view.linewrapper.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.396Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.group.swt.embedded,1.27.0.20221109-1132 [2024-04-06T13:34:02.396Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.mappingprovider.default,1.27.0.20221109-1132 [2024-04-06T13:34:02.396Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.table.ui.swt,1.27.0.20221109-1132 [2024-04-06T13:34:02.396Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.categorization.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:02.396Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.rule.model,1.27.0.20221109-1132 [2024-04-06T13:34:02.396Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.viewproxy.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.396Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.vertical.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.396Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.horizontal.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.396Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.localization.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.396Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.default,1.27.0.20221109-1132 [2024-04-06T13:34:02.397Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.model.provider.xmi.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.397Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.table.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.397Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.table.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.397Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.mapping.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.397Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.control.multireference.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.397Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.vertical.ui.swt,1.27.0.20221109-1132 [2024-04-06T13:34:02.397Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.397Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.validation,1.27.0.20221109-1132 [2024-04-06T13:34:02.397Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.horizontal.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.397Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.template.service,1.27.0.20221109-1132 [2024-04-06T13:34:02.397Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.mapping,1.27.0.20221109-1132 [2024-04-06T13:34:02.397Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ide.view.service.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.397Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.swt.core.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.397Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.unset.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.398Z] - mirroring artifact osgi.bundle,org.eclipse.emfforms.core.services.emfspecificservice.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.398Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.table.ui.swt.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.398Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.398Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.ide.editor.view.templatebridge,1.27.0.20221109-1132 [2024-04-06T13:34:02.398Z] - mirroring artifact osgi.bundle,org.eclipse.emf.ecp.common.ui.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.398Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.default,1.27.0.20221109-1132 [2024-04-06T13:34:02.398Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecp.emfforms.sdk.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.398Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.unset.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.398Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.edapt.runtime.feature.source,1.5.0.202201311430 [2024-04-06T13:34:02.398Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.makeithappen.wizards.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.398Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.view.multisegment.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:02.398Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.workspace.migrator,1.27.0.20221109-1132 [2024-04-06T13:34:02.398Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.group.ui.swt,1.27.0.20221109-1132 [2024-04-06T13:34:02.399Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.label.ui.swt,1.27.0.20221109-1132 [2024-04-06T13:34:02.399Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.emfforms.runtime.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.400Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.common.di.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.400Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.400Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.emf2web.json,1.27.0.20221109-1132 [2024-04-06T13:34:02.400Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.view.annotation.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:02.400Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.categorization.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.400Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.vertical.model,1.27.0.20221109-1132 [2024-04-06T13:34:02.400Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.index.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.400Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.model,1.27.0.20221109-1132 [2024-04-06T13:34:02.400Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.template.annotation.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.400Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emfforms.swt.control.multiattribute.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.400Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.common,1.27.0.20221109-1132 [2024-04-06T13:34:02.400Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.featurepath.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.400Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.viewproxy.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:02.401Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.common.validation,1.27.0.20221109-1132 [2024-04-06T13:34:02.401Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.validation.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.401Z] - mirrored artifact osgi.bundle,org.eclipse.emf.edapt.history.source,1.5.0.202201311430 [2024-04-06T13:34:02.401Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.horizontal.ui.swt,1.27.0.20221109-1132 [2024-04-06T13:34:02.401Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.ide.view.multisegment.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.401Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.group.swt.collapsable,1.27.0.20221109-1132 [2024-04-06T13:34:02.401Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.custom.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:02.401Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.label.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.401Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.mappingdmr.model,1.27.0.20221109-1132 [2024-04-06T13:34:02.401Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.rule.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.401Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.bazaar,1.27.0.20221109-1132 [2024-04-06T13:34:02.401Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.common.di,1.27.0.20221109-1132 [2024-04-06T13:34:02.401Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.viewproxy.model,1.27.0.20221109-1132 [2024-04-06T13:34:02.401Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.provider.generator.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.401Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.unset.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.402Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.664Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.project.installer.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.664Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.view.annotation.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.664Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.template.annotation.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.664Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.template.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.665Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.template.annotation.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:02.665Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.rule.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.665Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.core.di.extension,1.27.0.20221109-1132 [2024-04-06T13:34:02.665Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.control.multiattribute.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.665Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.view.model.localization.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.665Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.databinding.mapping,1.27.0.20221109-1132 [2024-04-06T13:34:02.665Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.validation,1.27.0.20221109-1132 [2024-04-06T13:34:02.665Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.categorization.swt,1.27.0.20221109-1132 [2024-04-06T13:34:02.665Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.stack.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:02.665Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.template.annotation.model,1.27.0.20221109-1132 [2024-04-06T13:34:02.665Z] - mirrored artifact osgi.bundle,org.eclipse.emf.edapt.migration,1.5.0.202201311430 [2024-04-06T13:34:02.665Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.table.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.665Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.edit,1.27.0.20221109-1132 [2024-04-06T13:34:02.665Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.provider.generator,1.27.0.20221109-1132 [2024-04-06T13:34:02.665Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.core.di.extension.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.665Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.model.editor.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.665Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.group.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.665Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.common.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.665Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.legacy.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.665Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.horizontal.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.665Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.editor.ecore,1.27.0.20221109-1132 [2024-04-06T13:34:02.665Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.label.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.665Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.emfspecificservice,1.27.0.20221109-1132 [2024-04-06T13:34:02.666Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.makeithappen.wizards,1.27.0.20221109-1132 [2024-04-06T13:34:02.666Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.indexdmr.model,1.27.0.20221109-1132 [2024-04-06T13:34:02.666Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.default.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.666Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.edapt.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.666Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.666Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ide.editor.viewmodel.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.666Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emfforms.core.bazaar.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.666Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.edapt,1.27.0.20221109-1132 [2024-04-06T13:34:02.666Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.group.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.666Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.swt.layout.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.666Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.migrator,1.27.0.20221109-1132 [2024-04-06T13:34:02.666Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.preview.e3.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.666Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.model.controls.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.666Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.categorization.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.666Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.validation.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.666Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.view.indexsegment.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.666Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.default.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.666Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.swt.layout,1.27.0.20221109-1132 [2024-04-06T13:34:02.666Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.databinding.featurepath.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.666Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.treemasterdetail.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.666Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.table.edapt,1.27.0.20221109-1132 [2024-04-06T13:34:02.666Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.table.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.667Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.context.locale,1.27.0.20221109-1132 [2024-04-06T13:34:02.667Z] - mirrored artifact osgi.bundle,org.eclipse.emf.edapt.history,1.5.0.202201311430 [2024-04-06T13:34:02.667Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.ui.swt.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.667Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model,1.27.0.20221109-1132 [2024-04-06T13:34:02.667Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.mappingprovider.table.panel.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.667Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.util.swt.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.667Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.edapt.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.667Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.view.indexsegment.model,1.27.0.20221109-1132 [2024-04-06T13:34:02.667Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.provider.xmi,1.27.0.20221109-1132 [2024-04-06T13:34:02.667Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.common.ui,1.27.0.20221109-1132 [2024-04-06T13:34:02.928Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.table.edapt.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.928Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.928Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.project.installer,1.27.0.20221109-1132 [2024-04-06T13:34:02.928Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.view.annotation.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.928Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.license.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.928Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.treemasterdetail.decorator.validation.default.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.928Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:02.928Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.validation.initial.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.928Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.coffee.wizards.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.928Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emfforms.view.annotation.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.928Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.group.swt.collapsable.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.928Z] - mirrored artifact osgi.bundle,org.eclipse.emf.edapt.migration.source,1.5.0.202201311430 [2024-04-06T13:34:02.928Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ide.editor.view.templatebridge.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.928Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.ide.view.indexsegment.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.928Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.tooling.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.928Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.label.model,1.27.0.20221109-1132 [2024-04-06T13:34:02.928Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.custom.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.928Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.legacy,1.27.0.20221109-1132 [2024-04-06T13:34:02.928Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.template.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.929Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.viewmodel.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.929Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.core.swt.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.929Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ui.view.editor.controls.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.929Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.common.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.929Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.emf,1.27.0.20221109-1132 [2024-04-06T13:34:02.929Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:02.929Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.template.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:02.929Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.mappingprovider.table.panel,1.27.0.20221109-1132 [2024-04-06T13:34:02.929Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.custom.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.929Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.view.model.localization,1.27.0.20221109-1132 [2024-04-06T13:34:02.929Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.preview.common.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.929Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.emf2web.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.929Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange,1.27.0.20221109-1132 [2024-04-06T13:34:02.929Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.emfforms.idetooling.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.929Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.treemasterdetail.decorator.validation.default,1.27.0.20221109-1132 [2024-04-06T13:34:02.929Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.emf2web,1.27.0.20221109-1132 [2024-04-06T13:34:02.929Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.core.di.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.929Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.setup.base,1.27.0.20221109-1132 [2024-04-06T13:34:02.929Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.ide.viewtemplate.builder.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.929Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.929Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.emf2web.ui.json.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.929Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.editor,1.27.0.20221109-1132 [2024-04-06T13:34:02.929Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.ide.view.segments,1.27.0.20221109-1132 [2024-04-06T13:34:02.929Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.model,1.27.0.20221109-1132 [2024-04-06T13:34:02.930Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.treemasterdetail,1.27.0.20221109-1132 [2024-04-06T13:34:02.930Z] - mirrored artifact binary,org.eclipse.emf.ecp.license.feature_root,1.27.0.20221109-1132 [2024-04-06T13:34:02.930Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.mappingprovider.table.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.930Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.edapt.runtime.feature,1.5.0.202201311430 [2024-04-06T13:34:02.930Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.table.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.930Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.treemasterdetail.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.930Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.ide.preferences.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.930Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.label.feature,1.27.0.20221109-1132 [2024-04-06T13:34:02.930Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ide.editor.viewmodel,1.27.0.20221109-1132 [2024-04-06T13:34:02.930Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.reference.table.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.930Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.preview.common,1.27.0.20221109-1132 [2024-04-06T13:34:02.930Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.validation.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:02.930Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.ide.view.mappingsegment,1.27.0.20221109-1132 [2024-04-06T13:34:02.930Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.stack.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.192Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.vertical.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.192Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.template.service.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.192Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.editor.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.192Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.template.model,1.27.0.20221109-1132 [2024-04-06T13:34:03.192Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.ide.preferences,1.27.0.20221109-1132 [2024-04-06T13:34:03.192Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.192Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.table.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:03.192Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.treemasterdetail.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.192Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.stack.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.192Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.categorization.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.192Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emfforms.core.bazaar.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.192Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emfforms.swt.control.multiattribute.feature,1.27.0.20221109-1132 [2024-04-06T13:34:03.193Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.editsupport.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.193Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.stack.feature,1.27.0.20221109-1132 [2024-04-06T13:34:03.193Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.compoundcontrol.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.193Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.model.controls.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.193Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.edapt.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.193Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.horizontal.model,1.27.0.20221109-1132 [2024-04-06T13:34:03.193Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.index.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.193Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.multi,1.27.0.20221109-1132 [2024-04-06T13:34:03.193Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.validation.initial.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.193Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.model.editor.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.193Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.emfforms.idetooling.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.193Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.emf2web.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.193Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.core.swt,1.27.0.20221109-1132 [2024-04-06T13:34:03.193Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.template.feature,1.27.0.20221109-1132 [2024-04-06T13:34:03.193Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.ide.builder,1.27.0.20221109-1132 [2024-04-06T13:34:03.193Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.horizontal.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:03.193Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.featurepath,1.27.0.20221109-1132 [2024-04-06T13:34:03.193Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.rule.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:03.193Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.core,1.27.0.20221109-1132 [2024-04-06T13:34:03.193Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.core.plugin,1.27.0.20221109-1132 [2024-04-06T13:34:03.193Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.stack.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.193Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ui.view.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.194Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.editor.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.194Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.localization,1.27.0.20221109-1132 [2024-04-06T13:34:03.194Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.ide.viewtemplate.builder,1.27.0.20221109-1132 [2024-04-06T13:34:03.194Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.template.tooling,1.27.0.20221109-1132 [2024-04-06T13:34:03.194Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.vertical.feature,1.27.0.20221109-1132 [2024-04-06T13:34:03.194Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.table,1.27.0.20221109-1132 [2024-04-06T13:34:03.194Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.validation.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.194Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emfforms.editor.feature,1.27.0.20221109-1132 [2024-04-06T13:34:03.194Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.table.columnservice.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.194Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.194Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.emf2web.ui.json,1.27.0.20221109-1132 [2024-04-06T13:34:03.194Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.categorization.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.194Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.mapping,1.27.0.20221109-1132 [2024-04-06T13:34:03.194Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.databinding.index,1.27.0.20221109-1132 [2024-04-06T13:34:03.194Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.editor.genmodel,1.27.0.20221109-1132 [2024-04-06T13:34:03.194Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.bazaar.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.194Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.editor.genmodel.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.194Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.mappingprovider.default.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.194Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ui.view.swt,1.27.0.20221109-1132 [2024-04-06T13:34:03.194Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.mappingdmr.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.194Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.emfforms.runtime.feature,1.27.0.20221109-1132 [2024-04-06T13:34:03.194Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.segments,1.27.0.20221109-1132 [2024-04-06T13:34:03.194Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.edapt,1.27.0.20221109-1132 [2024-04-06T13:34:03.195Z] - mirrored artifact osgi.bundle,org.eclipse.emf.edapt.common.source,1.5.0.202201311430 [2024-04-06T13:34:03.195Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.categorization.swt.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.195Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.label.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.195Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.group.model,1.27.0.20221109-1132 [2024-04-06T13:34:03.195Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.locale.default.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.456Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.categorization.model,1.27.0.20221109-1132 [2024-04-06T13:34:03.456Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.context.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.456Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.group.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.456Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.horizontal.ui.swt.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.456Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.table.feature,1.27.0.20221109-1132 [2024-04-06T13:34:03.456Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services,1.27.0.20221109-1132 [2024-04-06T13:34:03.456Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.core.plugin.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.456Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.table,1.27.0.20221109-1132 [2024-04-06T13:34:03.456Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.horizontal.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.456Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.template.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.456Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.swt.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.456Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.viewproxy.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.456Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.coffee.wizards,1.27.0.20221109-1132 [2024-04-06T13:34:03.456Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.457Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.view.mappingsegment.model,1.27.0.20221109-1132 [2024-04-06T13:34:03.457Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.template.tooling.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.457Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.table.columnservice,1.27.0.20221109-1132 [2024-04-06T13:34:03.457Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.group.swt.embedded.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.457Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.custom.model,1.27.0.20221109-1132 [2024-04-06T13:34:03.457Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.example.common.wizards.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.457Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.group.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.457Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ide.util.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.457Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.ide.view.multisegment,1.27.0.20221109-1132 [2024-04-06T13:34:03.457Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.common,1.27.0.20221109-1132 [2024-04-06T13:34:03.457Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.editor.ecore.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.457Z] - mirrored artifact osgi.bundle,org.eclipse.emf.edapt.common,1.5.0.202201311430 [2024-04-06T13:34:03.457Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.custom.ui.swt.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.457Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.index.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.457Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.group.ui.swt.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.457Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.index,1.27.0.20221109-1132 [2024-04-06T13:34:03.457Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.rule,1.27.0.20221109-1132 [2024-04-06T13:34:03.457Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.viewmodel.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.457Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.edapt.feature,1.27.0.20221109-1132 [2024-04-06T13:34:03.457Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.view.multisegment.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.457Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.util.swt,1.27.0.20221109-1132 [2024-04-06T13:34:03.457Z] - mirrored artifact osgi.bundle,org.eclipse.emf.edapt.declaration,1.5.0.202201311430 [2024-04-06T13:34:03.457Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.multi.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.457Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.stack.model,1.27.0.20221109-1132 [2024-04-06T13:34:03.457Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.locale.default,1.27.0.20221109-1132 [2024-04-06T13:34:03.458Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ide.editor.view.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.458Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.view.mappingsegment.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.458Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.ide.builder.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.458Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.label.ui.swt.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.458Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.index,1.27.0.20221109-1132 [2024-04-06T13:34:03.458Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.vertical.ui.swt.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.458Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ui.view.swt.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.458Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.common.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.458Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.editor,1.27.0.20221109-1132 [2024-04-06T13:34:03.458Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.example.common.wizards,1.27.0.20221109-1132 [2024-04-06T13:34:03.458Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.view.multisegment.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.458Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.editsupport,1.27.0.20221109-1132 [2024-04-06T13:34:03.458Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.databinding.mapping.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.458Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.reference.table,1.27.0.20221109-1132 [2024-04-06T13:34:03.458Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.core.di,1.27.0.20221109-1132 [2024-04-06T13:34:03.458Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.control.multiattribute,1.27.0.20221109-1132 [2024-04-06T13:34:03.458Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.mappingprovider.table,1.27.0.20221109-1132 [2024-04-06T13:34:03.458Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.table,1.27.0.20221109-1132 [2024-04-06T13:34:03.458Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ide.util,1.27.0.20221109-1132 [2024-04-06T13:34:03.458Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.custom.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.458Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.emf2web.json.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.458Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.mapping.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.458Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.preview.e3,1.27.0.20221109-1132 [2024-04-06T13:34:03.458Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.vertical.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:03.458Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.common,1.27.0.20221109-1132 [2024-04-06T13:34:03.727Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.edit.swt.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.727Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.rule.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.727Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.table.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.727Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.custom.ui.swt,1.27.0.20221109-1132 [2024-04-06T13:34:03.727Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.ui.swt,1.27.0.20221109-1132 [2024-04-06T13:34:03.727Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.label.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:03.727Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.group.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:03.727Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.emf.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.728Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.ide.view.indexsegment,1.27.0.20221109-1132 [2024-04-06T13:34:03.728Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.swt,1.27.0.20221109-1132 [2024-04-06T13:34:03.728Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.tooling,1.27.0.20221109-1132 [2024-04-06T13:34:03.728Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.common.validation.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.728Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ide.view.service,1.27.0.20221109-1132 [2024-04-06T13:34:03.728Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.unset,1.27.0.20221109-1132 [2024-04-06T13:34:03.728Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.edit.swt,1.27.0.20221109-1132 [2024-04-06T13:34:03.728Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.stack.ui.swt.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.728Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.table.model,1.27.0.20221109-1132 [2024-04-06T13:34:03.728Z] - mirrored artifact osgi.bundle,org.eclipse.emf.edapt.declaration.source,1.5.0.202201311430 [2024-04-06T13:34:03.728Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.index,1.27.0.20221109-1132 [2024-04-06T13:34:03.728Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.compoundcontrol.feature,1.27.0.20221109-1132 [2024-04-06T13:34:03.728Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.control.multireference,1.27.0.20221109-1132 [2024-04-06T13:34:03.728Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.databinding.featurepath,1.27.0.20221109-1132 [2024-04-06T13:34:03.728Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.databinding.index.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.729Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.workspace.migrator.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.729Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.view.multisegment.model,1.27.0.20221109-1132 [2024-04-06T13:34:03.729Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.stack.viewmodel,1.27.0.20221109-1132 [2024-04-06T13:34:03.729Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.rule.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.729Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.emf2web.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.729Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.mapping.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.729Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.context.locale.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.729Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.migrator.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.729Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ui.view.linewrapper,1.27.0.20221109-1132 [2024-04-06T13:34:03.729Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.mapping,1.27.0.20221109-1132 [2024-04-06T13:34:03.729Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.rule.feature,1.27.0.20221109-1132 [2024-04-06T13:34:03.729Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.view.annotation.model,1.27.0.20221109-1132 [2024-04-06T13:34:03.729Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.viewproxy.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.729Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.custom.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.729Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ide.editor.view,1.27.0.20221109-1132 [2024-04-06T13:34:03.729Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.ide.view.mappingsegment.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.729Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.context,1.27.0.20221109-1132 [2024-04-06T13:34:03.729Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emfforms.editor.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.729Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ui.view.editor.controls,1.27.0.20221109-1132 [2024-04-06T13:34:03.729Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ui.view.linewrapper.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.729Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.group.swt.embedded,1.27.0.20221109-1132 [2024-04-06T13:34:03.729Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.table.ui.swt,1.27.0.20221109-1132 [2024-04-06T13:34:03.729Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.mappingprovider.default,1.27.0.20221109-1132 [2024-04-06T13:34:03.729Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.categorization.model.edit,1.27.0.20221109-1132 [2024-04-06T13:34:03.730Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.rule.model,1.27.0.20221109-1132 [2024-04-06T13:34:03.730Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.viewproxy.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.730Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.vertical.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.730Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.horizontal.feature,1.27.0.20221109-1132 [2024-04-06T13:34:03.730Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.localization.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.990Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.default,1.27.0.20221109-1132 [2024-04-06T13:34:03.990Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.model.provider.xmi.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.990Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.structuralchange.table.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.990Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.view.table.feature.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.990Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.segments.mapping.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.990Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.control.multireference.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.990Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.vertical.ui.swt,1.27.0.20221109-1132 [2024-04-06T13:34:03.990Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.compoundcontrol.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.990Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.validation,1.27.0.20221109-1132 [2024-04-06T13:34:03.990Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.horizontal.model.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.990Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.domainexpander.mapping,1.27.0.20221109-1132 [2024-04-06T13:34:03.990Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.template.service,1.27.0.20221109-1132 [2024-04-06T13:34:03.990Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ide.view.service.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.990Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.unset.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.990Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.core.services.emfspecificservice.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.990Z] - mirrored artifact osgi.bundle,org.eclipse.emfforms.swt.core.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.990Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.treemasterdetail.model.edit.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.990Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.view.table.ui.swt.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.990Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.ide.editor.view.templatebridge,1.27.0.20221109-1132 [2024-04-06T13:34:03.990Z] - mirrored artifact osgi.bundle,org.eclipse.emf.ecp.common.ui.source,1.27.0.20221109-1132 [2024-04-06T13:34:03.990Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecp.emfforms.sdk.feature,1.27.0.20221109-1132 [2024-04-06T13:34:03.991Z] Mirroring artifacts from https://download.eclipse.org/tracecompass/releases/9.3.0/repository [2024-04-06T13:34:03.991Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.doc.user,9.3.0.202403181448 [2024-04-06T13:34:03.991Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.tmf,9.3.0.202403181448 [2024-04-06T13:34:03.991Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.graph.core.source,4.1.1.202403181448 [2024-04-06T13:34:03.991Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.ctf,9.3.0.202403181448 [2024-04-06T13:34:03.991Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.gdbtrace.source,9.3.0.202403181448 [2024-04-06T13:34:03.991Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.analysis.xml.ui.source,2.2.0.202403181448 [2024-04-06T13:34:03.991Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.timing.ui.source,6.1.1.202403181448 [2024-04-06T13:34:03.991Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.graph.ui,1.1.0.202403181448 [2024-04-06T13:34:03.991Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.tmf.ctf.source,9.3.0.202403181448 [2024-04-06T13:34:03.991Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.ctf.parser,1.1.1.202403181448 [2024-04-06T13:34:03.991Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.counters.ui.source,2.1.0.202403181448 [2024-04-06T13:34:03.991Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.common.core.source,5.2.0.202403181448 [2024-04-06T13:34:03.991Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.profiling.doc.user,9.3.0.202403181448 [2024-04-06T13:34:03.991Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.analysis.xml.core,4.1.1.202403181448 [2024-04-06T13:34:03.991Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.lttng2.control,9.3.0.202403181448 [2024-04-06T13:34:03.991Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.pcap.ui.source,1.2.0.202403181448 [2024-04-06T13:34:03.991Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.segmentstore.core,3.1.0.202403181448 [2024-04-06T13:34:03.991Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.os.linux.ui,4.1.3.202403181448 [2024-04-06T13:34:03.991Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.graph.ui.source,1.1.0.202403181448 [2024-04-06T13:34:03.991Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.common.core,5.2.0.202403181448 [2024-04-06T13:34:03.991Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.lttng2.kernel.core.source,3.1.1.202403181448 [2024-04-06T13:34:03.991Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.lttng2.kernel.core,3.1.1.202403181448 [2024-04-06T13:34:03.991Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.ctf.core,4.5.1.202403181448 [2024-04-06T13:34:03.991Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.datastore.core,1.3.0.202403181448 [2024-04-06T13:34:03.991Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.profiling.ui,4.1.1.202403181448 [2024-04-06T13:34:03.992Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.counters.ui,2.1.0.202403181448 [2024-04-06T13:34:03.992Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.counters.core,2.2.1.202403181448 [2024-04-06T13:34:03.992Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.os.linux.core.source,8.2.1.202403181448 [2024-04-06T13:34:03.992Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.lttng2.ust.ui,3.1.0.202403181448 [2024-04-06T13:34:03.992Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.ui.source,9.0.3.202403181448 [2024-04-06T13:34:03.992Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.ctf.core,4.4.1.202403181448 [2024-04-06T13:34:03.992Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.chart.ui.source,1.1.0.202403181448 [2024-04-06T13:34:03.992Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.timing.core,5.5.1.202403181448 [2024-04-06T13:34:03.992Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.counters.core.source,2.2.1.202403181448 [2024-04-06T13:34:03.992Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.lttng2.control.source,9.3.0.202403181448 [2024-04-06T13:34:03.992Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.remote.core,2.1.0.202403181448 [2024-04-06T13:34:03.992Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.tmf.ctf,9.3.0.202403181448 [2024-04-06T13:34:03.992Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.chart.ui,1.1.0.202403181448 [2024-04-06T13:34:03.992Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.ui,9.0.3.202403181448 [2024-04-06T13:34:03.992Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.lttng2.kernel,9.3.0.202403181448 [2024-04-06T13:34:03.992Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.filter.parser,1.1.1.202403181448 [2024-04-06T13:34:03.992Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.tmf.pcap.source,9.3.0.202403181448 [2024-04-06T13:34:03.992Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.core.source,9.2.1.202403181448 [2024-04-06T13:34:03.992Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.core,9.2.1.202403181448 [2024-04-06T13:34:03.992Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.statesystem.core.source,5.3.1.202403181448 [2024-04-06T13:34:03.992Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.lttng2.ust.ui.source,3.1.0.202403181448 [2024-04-06T13:34:03.992Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.tmf,9.3.0.202403181448 [2024-04-06T13:34:03.992Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.segmentstore.core.source,3.1.0.202403181448 [2024-04-06T13:34:03.992Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.remote.core.source,2.1.0.202403181448 [2024-04-06T13:34:03.992Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.profiling.core.source,2.4.1.202403181448 [2024-04-06T13:34:03.992Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.lttng2.ust.source,9.3.0.202403181448 [2024-04-06T13:34:03.993Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.gdbtrace,9.3.0.202403181448 [2024-04-06T13:34:03.993Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.timing.ui,6.1.1.202403181448 [2024-04-06T13:34:03.993Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.gdbtrace.doc.user.source,9.3.0.202403181448 [2024-04-06T13:34:03.993Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.lttng2.ust.core.source,5.2.2.202403181448 [2024-04-06T13:34:03.993Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.doc.dev.source,9.3.0.202403181448 [2024-04-06T13:34:03.993Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.gdbtrace.core.source,1.1.1.202403181448 [2024-04-06T13:34:03.993Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.ctf.parser.source,1.1.1.202403181448 [2024-04-06T13:34:03.993Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.lami.ui,1.2.0.202403181448 [2024-04-06T13:34:03.993Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.filter.parser.source,1.1.1.202403181448 [2024-04-06T13:34:03.993Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.pcap.doc.user,9.3.0.202403181448 [2024-04-06T13:34:03.993Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.profiling.doc.user.source,9.3.0.202403181448 [2024-04-06T13:34:03.993Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.gdbtrace.ui,1.2.0.202403181448 [2024-04-06T13:34:03.993Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.lttng2.control.core,1.3.0.202403181448 [2024-04-06T13:34:03.993Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.ctf.core.source,4.4.1.202403181448 [2024-04-06T13:34:03.993Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.doc.user.source,9.3.0.202403181448 [2024-04-06T13:34:03.993Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.doc.dev,9.3.0.202403181448 [2024-04-06T13:34:03.993Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.lttng2.common.core,1.2.0.202403181448 [2024-04-06T13:34:03.993Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.os.linux.ui.source,4.1.3.202403181448 [2024-04-06T13:34:03.993Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.lami.ui.source,1.2.0.202403181448 [2024-04-06T13:34:03.993Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.remote.ui.source,1.1.0.202403181448 [2024-04-06T13:34:03.993Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.chart.core.source,1.1.0.202403181448 [2024-04-06T13:34:03.993Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.lttng2.kernel.source,9.3.0.202403181448 [2024-04-06T13:34:03.993Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.pcap.ui,1.2.0.202403181448 [2024-04-06T13:34:03.993Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.pcap.core,1.2.1.202403181448 [2024-04-06T13:34:03.993Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.tmf.source,9.3.0.202403181448 [2024-04-06T13:34:03.994Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.lttng2.control.ui,1.3.0.202403181448 [2024-04-06T13:34:03.994Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.lttng2.ust.core,5.2.2.202403181448 [2024-04-06T13:34:03.994Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.pcap.core.source,1.1.1.202403181448 [2024-04-06T13:34:03.994Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.analysis.xml.core.source,4.1.1.202403181448 [2024-04-06T13:34:03.994Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.lttng2.kernel.ui.source,2.1.0.202403181448 [2024-04-06T13:34:03.994Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.gdbtrace.core,1.1.1.202403181448 [2024-04-06T13:34:03.994Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.gdbtrace.doc.user,9.3.0.202403181448 [2024-04-06T13:34:03.994Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.ctf.core.source,4.5.1.202403181448 [2024-04-06T13:34:03.994Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.pcap.core.source,1.2.1.202403181448 [2024-04-06T13:34:03.994Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.lttng2.control.ui.source,1.3.0.202403181448 [2024-04-06T13:34:03.994Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.lami.core,1.2.1.202403181448 [2024-04-06T13:34:03.994Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.lttng2.common.core.source,1.2.0.202403181448 [2024-04-06T13:34:03.994Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.profiling.ui.source,4.1.1.202403181448 [2024-04-06T13:34:03.994Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.profiling.core,2.4.1.202403181448 [2024-04-06T13:34:03.994Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.chart.core,1.1.0.202403181448 [2024-04-06T13:34:03.994Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.lami.core.source,1.2.1.202403181448 [2024-04-06T13:34:03.994Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.timing.core.source,5.5.1.202403181448 [2024-04-06T13:34:03.994Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.lttng2.control.core.source,1.3.0.202403181448 [2024-04-06T13:34:03.994Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.graph.core,4.1.1.202403181448 [2024-04-06T13:34:03.994Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.pcap.doc.user.source,9.3.0.202403181448 [2024-04-06T13:34:03.994Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.gdbtrace.ui.source,1.2.0.202403181448 [2024-04-06T13:34:03.994Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.remote.ui,1.1.0.202403181448 [2024-04-06T13:34:03.994Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.ctf.source,9.3.0.202403181448 [2024-04-06T13:34:03.994Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.lttng2.ust,9.3.0.202403181448 [2024-04-06T13:34:03.994Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.lttng2.kernel.ui,2.1.0.202403181448 [2024-04-06T13:34:03.994Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.statesystem.core,5.3.1.202403181448 [2024-04-06T13:34:03.994Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.datastore.core.source,1.3.0.202403181448 [2024-04-06T13:34:03.995Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.analysis.xml.ui,2.2.0.202403181448 [2024-04-06T13:34:03.995Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tracecompass.tmf.pcap,9.3.0.202403181448 [2024-04-06T13:34:03.995Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.analysis.os.linux.core,8.2.1.202403181448 [2024-04-06T13:34:03.995Z] - mirroring artifact osgi.bundle,org.eclipse.tracecompass.tmf.pcap.core,1.1.1.202403181448 [2024-04-06T13:34:03.995Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.graph.core.source,4.1.1.202403181448 [2024-04-06T13:34:03.995Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.ctf,9.3.0.202403181448 [2024-04-06T13:34:03.995Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.gdbtrace.source,9.3.0.202403181448 [2024-04-06T13:34:03.995Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.analysis.xml.ui.source,2.2.0.202403181448 [2024-04-06T13:34:04.257Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.timing.ui.source,6.1.1.202403181448 [2024-04-06T13:34:04.257Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.graph.ui,1.1.0.202403181448 [2024-04-06T13:34:04.257Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.tmf.ctf.source,9.3.0.202403181448 [2024-04-06T13:34:04.257Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.ctf.parser,1.1.1.202403181448 [2024-04-06T13:34:04.257Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.counters.ui.source,2.1.0.202403181448 [2024-04-06T13:34:04.257Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.common.core.source,5.2.0.202403181448 [2024-04-06T13:34:04.257Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.profiling.doc.user,9.3.0.202403181448 [2024-04-06T13:34:04.257Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.analysis.xml.core,4.1.1.202403181448 [2024-04-06T13:34:04.257Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.lttng2.control,9.3.0.202403181448 [2024-04-06T13:34:04.257Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.pcap.ui.source,1.2.0.202403181448 [2024-04-06T13:34:04.257Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.segmentstore.core,3.1.0.202403181448 [2024-04-06T13:34:04.258Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.os.linux.ui,4.1.3.202403181448 [2024-04-06T13:34:04.258Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.graph.ui.source,1.1.0.202403181448 [2024-04-06T13:34:04.258Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.common.core,5.2.0.202403181448 [2024-04-06T13:34:04.258Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.lttng2.kernel.core.source,3.1.1.202403181448 [2024-04-06T13:34:04.518Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.lttng2.kernel.core,3.1.1.202403181448 [2024-04-06T13:34:04.518Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.ctf.core,4.5.1.202403181448 [2024-04-06T13:34:04.518Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.datastore.core,1.3.0.202403181448 [2024-04-06T13:34:04.518Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.profiling.ui,4.1.1.202403181448 [2024-04-06T13:34:04.518Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.counters.ui,2.1.0.202403181448 [2024-04-06T13:34:04.518Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.counters.core,2.2.1.202403181448 [2024-04-06T13:34:04.518Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.os.linux.core.source,8.2.1.202403181448 [2024-04-06T13:34:04.518Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.lttng2.ust.ui,3.1.0.202403181448 [2024-04-06T13:34:04.518Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.ui.source,9.0.3.202403181448 [2024-04-06T13:34:04.518Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.ctf.core,4.4.1.202403181448 [2024-04-06T13:34:04.518Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.chart.ui.source,1.1.0.202403181448 [2024-04-06T13:34:04.519Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.timing.core,5.5.1.202403181448 [2024-04-06T13:34:04.519Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.counters.core.source,2.2.1.202403181448 [2024-04-06T13:34:04.519Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.lttng2.control.source,9.3.0.202403181448 [2024-04-06T13:34:04.780Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.remote.core,2.1.0.202403181448 [2024-04-06T13:34:04.780Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.tmf.ctf,9.3.0.202403181448 [2024-04-06T13:34:04.780Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.chart.ui,1.1.0.202403181448 [2024-04-06T13:34:04.780Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.doc.user,9.3.0.202403181448 [2024-04-06T13:34:04.780Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.lttng2.kernel,9.3.0.202403181448 [2024-04-06T13:34:04.780Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.filter.parser,1.1.1.202403181448 [2024-04-06T13:34:04.780Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.tmf.pcap.source,9.3.0.202403181448 [2024-04-06T13:34:04.780Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.ui,9.0.3.202403181448 [2024-04-06T13:34:04.780Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.core.source,9.2.1.202403181448 [2024-04-06T13:34:04.780Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.statesystem.core.source,5.3.1.202403181448 [2024-04-06T13:34:04.780Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.lttng2.ust.ui.source,3.1.0.202403181448 [2024-04-06T13:34:04.780Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.segmentstore.core.source,3.1.0.202403181448 [2024-04-06T13:34:04.780Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.core,9.2.1.202403181448 [2024-04-06T13:34:04.780Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.remote.core.source,2.1.0.202403181448 [2024-04-06T13:34:04.780Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.profiling.core.source,2.4.1.202403181448 [2024-04-06T13:34:04.780Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.gdbtrace,9.3.0.202403181448 [2024-04-06T13:34:04.780Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.lttng2.ust.source,9.3.0.202403181448 [2024-04-06T13:34:04.780Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.gdbtrace.doc.user.source,9.3.0.202403181448 [2024-04-06T13:34:04.780Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.timing.ui,6.1.1.202403181448 [2024-04-06T13:34:04.780Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.doc.dev.source,9.3.0.202403181448 [2024-04-06T13:34:04.780Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.gdbtrace.core.source,1.1.1.202403181448 [2024-04-06T13:34:04.781Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.lttng2.ust.core.source,5.2.2.202403181448 [2024-04-06T13:34:04.781Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.ctf.parser.source,1.1.1.202403181448 [2024-04-06T13:34:04.781Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.lami.ui,1.2.0.202403181448 [2024-04-06T13:34:05.041Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.filter.parser.source,1.1.1.202403181448 [2024-04-06T13:34:05.041Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.profiling.doc.user.source,9.3.0.202403181448 [2024-04-06T13:34:05.041Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.gdbtrace.ui,1.2.0.202403181448 [2024-04-06T13:34:05.041Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.pcap.doc.user,9.3.0.202403181448 [2024-04-06T13:34:05.041Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.lttng2.control.core,1.3.0.202403181448 [2024-04-06T13:34:05.041Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.doc.user.source,9.3.0.202403181448 [2024-04-06T13:34:05.041Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.ctf.core.source,4.4.1.202403181448 [2024-04-06T13:34:05.041Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.lttng2.common.core,1.2.0.202403181448 [2024-04-06T13:34:05.041Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.os.linux.ui.source,4.1.3.202403181448 [2024-04-06T13:34:05.041Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.lami.ui.source,1.2.0.202403181448 [2024-04-06T13:34:05.042Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.remote.ui.source,1.1.0.202403181448 [2024-04-06T13:34:05.042Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.chart.core.source,1.1.0.202403181448 [2024-04-06T13:34:05.042Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.lttng2.kernel.source,9.3.0.202403181448 [2024-04-06T13:34:05.042Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.pcap.ui,1.2.0.202403181448 [2024-04-06T13:34:05.042Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.pcap.core,1.2.1.202403181448 [2024-04-06T13:34:05.042Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.tmf.source,9.3.0.202403181448 [2024-04-06T13:34:05.042Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.doc.dev,9.3.0.202403181448 [2024-04-06T13:34:05.042Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.lttng2.control.ui,1.3.0.202403181448 [2024-04-06T13:34:05.042Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.pcap.core.source,1.1.1.202403181448 [2024-04-06T13:34:05.042Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.lttng2.ust.core,5.2.2.202403181448 [2024-04-06T13:34:05.042Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.analysis.xml.core.source,4.1.1.202403181448 [2024-04-06T13:34:05.042Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.lttng2.kernel.ui.source,2.1.0.202403181448 [2024-04-06T13:34:05.042Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.gdbtrace.core,1.1.1.202403181448 [2024-04-06T13:34:05.042Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.ctf.core.source,4.5.1.202403181448 [2024-04-06T13:34:05.042Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.gdbtrace.doc.user,9.3.0.202403181448 [2024-04-06T13:34:05.042Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.pcap.core.source,1.2.1.202403181448 [2024-04-06T13:34:05.303Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.lttng2.control.ui.source,1.3.0.202403181448 [2024-04-06T13:34:05.303Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.lami.core,1.2.1.202403181448 [2024-04-06T13:34:05.303Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.lttng2.common.core.source,1.2.0.202403181448 [2024-04-06T13:34:05.303Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.profiling.ui.source,4.1.1.202403181448 [2024-04-06T13:34:05.303Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.chart.core,1.1.0.202403181448 [2024-04-06T13:34:05.303Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.profiling.core,2.4.1.202403181448 [2024-04-06T13:34:05.303Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.lami.core.source,1.2.1.202403181448 [2024-04-06T13:34:05.303Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.timing.core.source,5.5.1.202403181448 [2024-04-06T13:34:05.303Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.lttng2.control.core.source,1.3.0.202403181448 [2024-04-06T13:34:05.303Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.graph.core,4.1.1.202403181448 [2024-04-06T13:34:05.303Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.gdbtrace.ui.source,1.2.0.202403181448 [2024-04-06T13:34:05.303Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.pcap.doc.user.source,9.3.0.202403181448 [2024-04-06T13:34:05.303Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.remote.ui,1.1.0.202403181448 [2024-04-06T13:34:05.303Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.ctf.source,9.3.0.202403181448 [2024-04-06T13:34:05.303Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.lttng2.ust,9.3.0.202403181448 [2024-04-06T13:34:05.303Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.lttng2.kernel.ui,2.1.0.202403181448 [2024-04-06T13:34:05.303Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.datastore.core.source,1.3.0.202403181448 [2024-04-06T13:34:05.303Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.statesystem.core,5.3.1.202403181448 [2024-04-06T13:34:05.303Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.analysis.xml.ui,2.2.0.202403181448 [2024-04-06T13:34:05.303Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tracecompass.tmf.pcap,9.3.0.202403181448 [2024-04-06T13:34:05.304Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.tmf.pcap.core,1.1.1.202403181448 [2024-04-06T13:34:05.304Z] - mirrored artifact osgi.bundle,org.eclipse.tracecompass.analysis.os.linux.core,8.2.1.202403181448 [2024-04-06T13:34:05.304Z] Mirroring artifacts from https://download.eclipse.org/buildship/updates/e427/releases/3.x/3.1.9.v20240115-1636 [2024-04-06T13:34:05.304Z] - mirroring artifact osgi.bundle,org.eclipse.buildship.ui,3.1.9.v20240115-1636 [2024-04-06T13:34:05.304Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.buildship,3.1.9.v20240115-1636 [2024-04-06T13:34:05.304Z] - mirroring artifact osgi.bundle,org.eclipse.buildship.branding,3.1.9.v20240115-1636 [2024-04-06T13:34:05.304Z] - mirroring artifact osgi.bundle,org.eclipse.buildship.core.source,3.1.9.v20240115-1636 [2024-04-06T13:34:05.304Z] - mirroring artifact osgi.bundle,org.eclipse.buildship.compat.source,3.1.9.v20240115-1636 [2024-04-06T13:34:05.304Z] - mirroring artifact osgi.bundle,org.eclipse.buildship.core,3.1.9.v20240115-1636 [2024-04-06T13:34:05.304Z] - mirroring artifact osgi.bundle,org.eclipse.buildship.compat,3.1.9.v20240115-1636 [2024-04-06T13:34:05.304Z] - mirroring artifact osgi.bundle,org.gradle.toolingapi,8.1.1.v20240115-1636 [2024-04-06T13:34:05.304Z] - mirroring artifact osgi.bundle,org.eclipse.buildship.ui.source,3.1.9.v20240115-1636 [2024-04-06T13:34:05.304Z] - mirroring artifact osgi.bundle,org.eclipse.buildship.branding.source,3.1.9.v20240115-1636 [2024-04-06T13:34:05.566Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.buildship,3.1.9.v20240115-1636 [2024-04-06T13:34:05.566Z] - mirrored artifact osgi.bundle,org.eclipse.buildship.branding,3.1.9.v20240115-1636 [2024-04-06T13:34:05.566Z] - mirrored artifact osgi.bundle,org.eclipse.buildship.ui,3.1.9.v20240115-1636 [2024-04-06T13:34:05.566Z] - mirrored artifact osgi.bundle,org.eclipse.buildship.compat.source,3.1.9.v20240115-1636 [2024-04-06T13:34:05.566Z] - mirrored artifact osgi.bundle,org.eclipse.buildship.core.source,3.1.9.v20240115-1636 [2024-04-06T13:34:05.566Z] - mirrored artifact osgi.bundle,org.eclipse.buildship.compat,3.1.9.v20240115-1636 [2024-04-06T13:34:05.566Z] - mirrored artifact osgi.bundle,org.eclipse.buildship.core,3.1.9.v20240115-1636 [2024-04-06T13:34:05.566Z] - mirrored artifact osgi.bundle,org.eclipse.buildship.ui.source,3.1.9.v20240115-1636 [2024-04-06T13:34:05.566Z] - mirrored artifact osgi.bundle,org.eclipse.buildship.branding.source,3.1.9.v20240115-1636 [2024-04-06T13:34:05.566Z] - mirrored artifact osgi.bundle,org.gradle.toolingapi,8.1.1.v20240115-1636 [2024-04-06T13:34:05.566Z] Mirroring artifacts from https://download.eclipse.org/emf-parsley/updates/1.16/1.16.0.v20240227-1720 [2024-04-06T13:34:05.566Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.junit4.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.566Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.dsl.ui.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.566Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.parsley.examples.feature,1.16.0.v20240227-1720 [2024-04-06T13:34:05.566Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.parsley.sdk.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.566Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.dsl.ui,1.16.0.v20240227-1720 [2024-04-06T13:34:05.566Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley,1.16.0.v20240227-1720 [2024-04-06T13:34:05.566Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.parsley.cdo.feature,1.16.0.v20240227-1720 [2024-04-06T13:34:05.566Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.common.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.566Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.parsley.sdk,1.16.0.v20240227-1720 [2024-04-06T13:34:05.566Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.editors.common,1.16.0.v20240227-1720 [2024-04-06T13:34:05.566Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.parsley.feature.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.566Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.parsley.junit4.feature.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.566Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.runtime.common.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.567Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.dsl.additional.builder.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.567Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.generator.common.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.567Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.parsley.cdo.feature.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.567Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.doc.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.567Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.parsley.dsl.feature,1.16.0.v20240227-1720 [2024-04-06T13:34:05.567Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.ui.examples,1.16.0.v20240227-1720 [2024-04-06T13:34:05.567Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.cdo.common.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.567Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.dsl.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.567Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.cdo,1.16.0.v20240227-1720 [2024-04-06T13:34:05.567Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.dsl.ide.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.567Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.runtime,1.16.0.v20240227-1720 [2024-04-06T13:34:05.567Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.views.common,1.16.0.v20240227-1720 [2024-04-06T13:34:05.567Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.views.common.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.567Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.dsl.ide,1.16.0.v20240227-1720 [2024-04-06T13:34:05.567Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.cdo.common,1.16.0.v20240227-1720 [2024-04-06T13:34:05.567Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.parsley.junit4.feature,1.16.0.v20240227-1720 [2024-04-06T13:34:05.567Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.doc,1.16.0.v20240227-1720 [2024-04-06T13:34:05.567Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.editors,1.16.0.v20240227-1720 [2024-04-06T13:34:05.567Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.junit4,1.16.0.v20240227-1720 [2024-04-06T13:34:05.567Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.wizards,1.16.0.v20240227-1720 [2024-04-06T13:34:05.567Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.parsley.dsl.feature.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.567Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.common,1.16.0.v20240227-1720 [2024-04-06T13:34:05.567Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.views.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.567Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.generator.common,1.16.0.v20240227-1720 [2024-04-06T13:34:05.567Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.wizards.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.567Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.parsley.feature,1.16.0.v20240227-1720 [2024-04-06T13:34:05.567Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.parsley.examples.feature.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.568Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.views,1.16.0.v20240227-1720 [2024-04-06T13:34:05.568Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.ui.examples.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.568Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.dsl.additional.builder,1.16.0.v20240227-1720 [2024-04-06T13:34:05.568Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.dsl,1.16.0.v20240227-1720 [2024-04-06T13:34:05.568Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.runtime.common,1.16.0.v20240227-1720 [2024-04-06T13:34:05.568Z] - mirroring artifact osgi.bundle,org.eclipse.emf.parsley.editors.common.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.829Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.junit4.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.829Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.dsl.ui.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.829Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.parsley.examples.feature,1.16.0.v20240227-1720 [2024-04-06T13:34:05.829Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.parsley.sdk.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.829Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley,1.16.0.v20240227-1720 [2024-04-06T13:34:05.830Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.dsl.ui,1.16.0.v20240227-1720 [2024-04-06T13:34:05.830Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.parsley.cdo.feature,1.16.0.v20240227-1720 [2024-04-06T13:34:05.830Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.parsley.sdk,1.16.0.v20240227-1720 [2024-04-06T13:34:05.830Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.common.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.830Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.editors.common,1.16.0.v20240227-1720 [2024-04-06T13:34:05.830Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.parsley.junit4.feature.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.830Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.runtime.common.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.830Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.parsley.feature.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.830Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.dsl.additional.builder.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.830Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.parsley.cdo.feature.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.830Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.doc.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.830Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.generator.common.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.830Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.parsley.dsl.feature,1.16.0.v20240227-1720 [2024-04-06T13:34:05.830Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.cdo.common.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.830Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.ui.examples,1.16.0.v20240227-1720 [2024-04-06T13:34:05.831Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.cdo,1.16.0.v20240227-1720 [2024-04-06T13:34:05.831Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.dsl.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.831Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.runtime,1.16.0.v20240227-1720 [2024-04-06T13:34:05.831Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.views.common,1.16.0.v20240227-1720 [2024-04-06T13:34:05.831Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.views.common.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.831Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.dsl.ide.source,1.16.0.v20240227-1720 [2024-04-06T13:34:05.831Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.cdo.common,1.16.0.v20240227-1720 [2024-04-06T13:34:05.831Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.parsley.junit4.feature,1.16.0.v20240227-1720 [2024-04-06T13:34:06.114Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.dsl.ide,1.16.0.v20240227-1720 [2024-04-06T13:34:06.114Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.editors,1.16.0.v20240227-1720 [2024-04-06T13:34:06.114Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.junit4,1.16.0.v20240227-1720 [2024-04-06T13:34:06.114Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.wizards,1.16.0.v20240227-1720 [2024-04-06T13:34:06.114Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.doc,1.16.0.v20240227-1720 [2024-04-06T13:34:06.114Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.parsley.dsl.feature.source,1.16.0.v20240227-1720 [2024-04-06T13:34:06.114Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.common,1.16.0.v20240227-1720 [2024-04-06T13:34:06.114Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.views.source,1.16.0.v20240227-1720 [2024-04-06T13:34:06.114Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.wizards.source,1.16.0.v20240227-1720 [2024-04-06T13:34:06.114Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.generator.common,1.16.0.v20240227-1720 [2024-04-06T13:34:06.114Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.parsley.feature,1.16.0.v20240227-1720 [2024-04-06T13:34:06.114Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.parsley.examples.feature.source,1.16.0.v20240227-1720 [2024-04-06T13:34:06.115Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.views,1.16.0.v20240227-1720 [2024-04-06T13:34:06.115Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.ui.examples.source,1.16.0.v20240227-1720 [2024-04-06T13:34:06.115Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.dsl.additional.builder,1.16.0.v20240227-1720 [2024-04-06T13:34:06.115Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.runtime.common,1.16.0.v20240227-1720 [2024-04-06T13:34:06.115Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.editors.common.source,1.16.0.v20240227-1720 [2024-04-06T13:34:06.115Z] - mirrored artifact osgi.bundle,org.eclipse.emf.parsley.dsl,1.16.0.v20240227-1720 [2024-04-06T13:34:06.115Z] Mirroring artifacts from https://download.eclipse.org/viatra/updates/release/2.8.1 [2024-04-06T13:34:06.115Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.querybasedfeatures.runtime.validation,2.8.1.202401071107 [2024-04-06T13:34:06.115Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime.rete.recipes.source,2.8.1.202401071107 [2024-04-06T13:34:06.115Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.viewers.tooling.ui.source,2.8.1.202401071107 [2024-04-06T13:34:06.115Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.validation.runtime,2.8.1.202401071107 [2024-04-06T13:34:06.115Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.query.runtime.feature.source,2.8.1.202401071107 [2024-04-06T13:34:06.116Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.validation.runtime.validation.source,2.8.1.202401071107 [2024-04-06T13:34:06.116Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.documentation.help,2.8.1.202401071107 [2024-04-06T13:34:06.116Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.testing.core,2.8.1.202401071107 [2024-04-06T13:34:06.116Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.addon.validation.runtime.feature,2.8.1.202401071107 [2024-04-06T13:34:06.116Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.querybasedfeatures.runtime.source,2.8.1.202401071107 [2024-04-06T13:34:06.116Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.databinding.runtime.validation.source,2.8.1.202401071107 [2024-04-06T13:34:06.116Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.tooling.generator.model.source,2.8.1.202401071107 [2024-04-06T13:34:06.116Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.viewers.runtime.validation.source,2.8.1.202401071107 [2024-04-06T13:34:06.116Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.query.testing.sdk.feature.source,2.8.1.202401071107 [2024-04-06T13:34:06.116Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.query.sdk.feature.source,2.8.1.202401071107 [2024-04-06T13:34:06.116Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime.matchers.source,2.8.1.202401071107 [2024-04-06T13:34:06.117Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.addon.databinding.runtime.feature,2.8.1.202401071107 [2024-04-06T13:34:06.117Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.transformation.evm,2.8.1.202401071107 [2024-04-06T13:34:06.117Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.addon.viewers.tooling.feature.source,2.8.1.202401071107 [2024-04-06T13:34:06.117Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.transformation.ui,2.8.1.202401071107 [2024-04-06T13:34:06.117Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.transformation.runtime.emf,2.8.1.202401071107 [2024-04-06T13:34:06.117Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.query.sdk.feature,2.8.1.202401071107 [2024-04-06T13:34:06.117Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime.ui,2.8.1.202401071107 [2024-04-06T13:34:06.117Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.viewers.runtime,2.8.1.202401071107 [2024-04-06T13:34:06.117Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.testing.core.source,2.8.1.202401071107 [2024-04-06T13:34:06.117Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.transformation.evm.transactions.feature,2.8.1.202401071107 [2024-04-06T13:34:06.117Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.querybasedfeatures.runtime.validation.source,2.8.1.202401071107 [2024-04-06T13:34:06.117Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.testing.snapshot,2.8.1.202401071107 [2024-04-06T13:34:06.117Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.tooling.ui,2.8.1.202401071107 [2024-04-06T13:34:06.118Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.transformation.evm.source,2.8.1.202401071107 [2024-04-06T13:34:06.118Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime.rete,2.8.1.202401071107 [2024-04-06T13:34:06.118Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.patternlanguage.emf.source,2.8.1.202401071107 [2024-04-06T13:34:06.118Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime.base.itc,2.8.1.202401071107 [2024-04-06T13:34:06.118Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.testing.snapshot.source,2.8.1.202401071107 [2024-04-06T13:34:06.118Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.patternlanguage.emf,2.8.1.202401071107 [2024-04-06T13:34:06.118Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime.rete.recipes,2.8.1.202401071107 [2024-04-06T13:34:06.118Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.querybasedfeatures.tooling.source,2.8.1.202401071107 [2024-04-06T13:34:06.118Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.transformation.views.source,2.8.1.202401071107 [2024-04-06T13:34:06.118Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.transformation.evm.transactions,2.8.1.202401071107 [2024-04-06T13:34:06.118Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.validation.runtime.ui,2.8.1.202401071107 [2024-04-06T13:34:06.118Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime.matchers,2.8.1.202401071107 [2024-04-06T13:34:06.118Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.transformation.ui.source,2.8.1.202401071107 [2024-04-06T13:34:06.380Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.transformation.runtime.emf.feature,2.8.1.202401071107 [2024-04-06T13:34:06.380Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.tooling.core.source,2.8.1.202401071107 [2024-04-06T13:34:06.380Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.addon.viewers.runtime.feature.source,2.8.1.202401071107 [2024-04-06T13:34:06.380Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.addon.viewers.tooling.feature,2.8.1.202401071107 [2024-04-06T13:34:06.380Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.querybasedfeatures.runtime,2.8.1.202401071107 [2024-04-06T13:34:06.380Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.validation.core,2.8.1.202401071107 [2024-04-06T13:34:06.380Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.query.runtime.feature,2.8.1.202401071107 [2024-04-06T13:34:06.380Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.databinding.runtime.validation,2.8.1.202401071107 [2024-04-06T13:34:06.380Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.tooling.ui.source,2.8.1.202401071107 [2024-04-06T13:34:06.380Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.patternlanguage.emf.ui,2.8.1.202401071107 [2024-04-06T13:34:06.380Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime.base.source,2.8.1.202401071107 [2024-04-06T13:34:06.381Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.querybasedfeatures.runtime.validation,2.8.1.202401071107 [2024-04-06T13:34:06.381Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.addon.querybasedfeatures.runtime.feature,2.8.1.202401071107 [2024-04-06T13:34:06.381Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.viewers.runtime.validation,2.8.1.202401071107 [2024-04-06T13:34:06.381Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime.localsearch,2.8.1.202401071107 [2024-04-06T13:34:06.381Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.transformation.runtime.emf.feature.source,2.8.1.202401071107 [2024-04-06T13:34:06.381Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.tooling.generator.model.ui,2.8.1.202401071107 [2024-04-06T13:34:06.381Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.testing.ui.source,2.8.1.202401071107 [2024-04-06T13:34:06.381Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.transformation.evm.transactions.source,2.8.1.202401071107 [2024-04-06T13:34:06.381Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.validation.tooling,2.8.1.202401071107 [2024-04-06T13:34:06.381Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.patternlanguage.emf.ui.source,2.8.1.202401071107 [2024-04-06T13:34:06.381Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime.rete.source,2.8.1.202401071107 [2024-04-06T13:34:06.381Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.tooling.generator.model.ui.source,2.8.1.202401071107 [2024-04-06T13:34:06.381Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.addon.viewers.runtime.feature,2.8.1.202401071107 [2024-04-06T13:34:06.381Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.validation.runtime.ui.source,2.8.1.202401071107 [2024-04-06T13:34:06.381Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.querybasedfeatures.tooling,2.8.1.202401071107 [2024-04-06T13:34:06.381Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime.base,2.8.1.202401071107 [2024-04-06T13:34:06.381Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.addon.validation.runtime.feature.source,2.8.1.202401071107 [2024-04-06T13:34:06.381Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime.ui.source,2.8.1.202401071107 [2024-04-06T13:34:06.381Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime.source,2.8.1.202401071107 [2024-04-06T13:34:06.381Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.tooling.generator.model,2.8.1.202401071107 [2024-04-06T13:34:06.381Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.transformation.views,2.8.1.202401071107 [2024-04-06T13:34:06.381Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.query.ide.feature,2.8.1.202401071107 [2024-04-06T13:34:06.381Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime,2.8.1.202401071107 [2024-04-06T13:34:06.381Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.databinding.runtime.source,2.8.1.202401071107 [2024-04-06T13:34:06.382Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.query.language.feature,2.8.1.202401071107 [2024-04-06T13:34:06.382Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.transformation.runtime.emf.source,2.8.1.202401071107 [2024-04-06T13:34:06.382Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.validation.runtime.source,2.8.1.202401071107 [2024-04-06T13:34:06.382Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.validation.runtime.validation,2.8.1.202401071107 [2024-04-06T13:34:06.382Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.databinding.runtime,2.8.1.202401071107 [2024-04-06T13:34:06.382Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.query.language.feature.source,2.8.1.202401071107 [2024-04-06T13:34:06.382Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.addon.databinding.runtime.feature.source,2.8.1.202401071107 [2024-04-06T13:34:06.382Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime.localsearch.source,2.8.1.202401071107 [2024-04-06T13:34:06.382Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.testing.ui,2.8.1.202401071107 [2024-04-06T13:34:06.382Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.validation.tooling.source,2.8.1.202401071107 [2024-04-06T13:34:06.382Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.patternlanguage.emf.ide.source,2.8.1.202401071107 [2024-04-06T13:34:06.382Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.viewers.runtime.source,2.8.1.202401071107 [2024-04-06T13:34:06.382Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.addon.querybasedfeatures.runtime.feature.source,2.8.1.202401071107 [2024-04-06T13:34:06.382Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.viewers.tooling.ui,2.8.1.202401071107 [2024-04-06T13:34:06.382Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.transformation.evm.transactions.feature.source,2.8.1.202401071107 [2024-04-06T13:34:06.382Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.query.ide.feature.source,2.8.1.202401071107 [2024-04-06T13:34:06.382Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.runtime.base.itc.source,2.8.1.202401071107 [2024-04-06T13:34:06.382Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.patternlanguage.emf.ide,2.8.1.202401071107 [2024-04-06T13:34:06.382Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.addon.validation.core.source,2.8.1.202401071107 [2024-04-06T13:34:06.382Z] - mirroring artifact osgi.bundle,org.eclipse.viatra.query.tooling.core,2.8.1.202401071107 [2024-04-06T13:34:06.382Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.viatra.query.testing.sdk.feature,2.8.1.202401071107 [2024-04-06T13:34:06.382Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.viewers.tooling.ui.source,2.8.1.202401071107 [2024-04-06T13:34:06.383Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime.rete.recipes.source,2.8.1.202401071107 [2024-04-06T13:34:06.383Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.validation.runtime,2.8.1.202401071107 [2024-04-06T13:34:06.383Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.query.runtime.feature.source,2.8.1.202401071107 [2024-04-06T13:34:06.383Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.validation.runtime.validation.source,2.8.1.202401071107 [2024-04-06T13:34:06.383Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.testing.core,2.8.1.202401071107 [2024-04-06T13:34:06.383Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.addon.validation.runtime.feature,2.8.1.202401071107 [2024-04-06T13:34:06.383Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.querybasedfeatures.runtime.source,2.8.1.202401071107 [2024-04-06T13:34:06.383Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.databinding.runtime.validation.source,2.8.1.202401071107 [2024-04-06T13:34:06.383Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.tooling.generator.model.source,2.8.1.202401071107 [2024-04-06T13:34:06.383Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.viewers.runtime.validation.source,2.8.1.202401071107 [2024-04-06T13:34:06.383Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.query.testing.sdk.feature.source,2.8.1.202401071107 [2024-04-06T13:34:06.383Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.query.sdk.feature.source,2.8.1.202401071107 [2024-04-06T13:34:06.383Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime.matchers.source,2.8.1.202401071107 [2024-04-06T13:34:06.383Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.addon.databinding.runtime.feature,2.8.1.202401071107 [2024-04-06T13:34:06.383Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.transformation.evm,2.8.1.202401071107 [2024-04-06T13:34:06.383Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.addon.viewers.tooling.feature.source,2.8.1.202401071107 [2024-04-06T13:34:06.383Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.transformation.ui,2.8.1.202401071107 [2024-04-06T13:34:06.383Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.transformation.runtime.emf,2.8.1.202401071107 [2024-04-06T13:34:06.383Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.query.sdk.feature,2.8.1.202401071107 [2024-04-06T13:34:06.383Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime.ui,2.8.1.202401071107 [2024-04-06T13:34:06.383Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.viewers.runtime,2.8.1.202401071107 [2024-04-06T13:34:06.383Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.testing.core.source,2.8.1.202401071107 [2024-04-06T13:34:06.650Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.transformation.evm.transactions.feature,2.8.1.202401071107 [2024-04-06T13:34:06.650Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.querybasedfeatures.runtime.validation.source,2.8.1.202401071107 [2024-04-06T13:34:06.650Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.testing.snapshot,2.8.1.202401071107 [2024-04-06T13:34:06.651Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.tooling.ui,2.8.1.202401071107 [2024-04-06T13:34:06.651Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.transformation.evm.source,2.8.1.202401071107 [2024-04-06T13:34:06.651Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime.rete,2.8.1.202401071107 [2024-04-06T13:34:06.651Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.patternlanguage.emf.source,2.8.1.202401071107 [2024-04-06T13:34:06.651Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime.base.itc,2.8.1.202401071107 [2024-04-06T13:34:06.651Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.testing.snapshot.source,2.8.1.202401071107 [2024-04-06T13:34:06.911Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.patternlanguage.emf,2.8.1.202401071107 [2024-04-06T13:34:06.911Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime.rete.recipes,2.8.1.202401071107 [2024-04-06T13:34:06.912Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.documentation.help,2.8.1.202401071107 [2024-04-06T13:34:06.912Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.querybasedfeatures.tooling.source,2.8.1.202401071107 [2024-04-06T13:34:06.912Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.transformation.evm.transactions,2.8.1.202401071107 [2024-04-06T13:34:06.912Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.transformation.views.source,2.8.1.202401071107 [2024-04-06T13:34:06.912Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.validation.runtime.ui,2.8.1.202401071107 [2024-04-06T13:34:06.912Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime.matchers,2.8.1.202401071107 [2024-04-06T13:34:06.912Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.transformation.ui.source,2.8.1.202401071107 [2024-04-06T13:34:06.912Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.transformation.runtime.emf.feature,2.8.1.202401071107 [2024-04-06T13:34:06.912Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.addon.viewers.runtime.feature.source,2.8.1.202401071107 [2024-04-06T13:34:06.912Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.addon.viewers.tooling.feature,2.8.1.202401071107 [2024-04-06T13:34:06.912Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.tooling.core.source,2.8.1.202401071107 [2024-04-06T13:34:06.912Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.querybasedfeatures.runtime,2.8.1.202401071107 [2024-04-06T13:34:06.912Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.validation.core,2.8.1.202401071107 [2024-04-06T13:34:06.912Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.databinding.runtime.validation,2.8.1.202401071107 [2024-04-06T13:34:06.912Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.query.runtime.feature,2.8.1.202401071107 [2024-04-06T13:34:06.912Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.tooling.ui.source,2.8.1.202401071107 [2024-04-06T13:34:06.912Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime.base.source,2.8.1.202401071107 [2024-04-06T13:34:06.912Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.addon.querybasedfeatures.runtime.feature,2.8.1.202401071107 [2024-04-06T13:34:06.912Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.viewers.runtime.validation,2.8.1.202401071107 [2024-04-06T13:34:06.912Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.patternlanguage.emf.ui,2.8.1.202401071107 [2024-04-06T13:34:06.912Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.transformation.runtime.emf.feature.source,2.8.1.202401071107 [2024-04-06T13:34:06.912Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime.localsearch,2.8.1.202401071107 [2024-04-06T13:34:06.912Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.tooling.generator.model.ui,2.8.1.202401071107 [2024-04-06T13:34:06.913Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.testing.ui.source,2.8.1.202401071107 [2024-04-06T13:34:06.913Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.transformation.evm.transactions.source,2.8.1.202401071107 [2024-04-06T13:34:06.913Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.validation.tooling,2.8.1.202401071107 [2024-04-06T13:34:06.913Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime.rete.source,2.8.1.202401071107 [2024-04-06T13:34:06.913Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.tooling.generator.model.ui.source,2.8.1.202401071107 [2024-04-06T13:34:06.913Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.addon.viewers.runtime.feature,2.8.1.202401071107 [2024-04-06T13:34:06.913Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.validation.runtime.ui.source,2.8.1.202401071107 [2024-04-06T13:34:06.913Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.querybasedfeatures.tooling,2.8.1.202401071107 [2024-04-06T13:34:06.913Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.patternlanguage.emf.ui.source,2.8.1.202401071107 [2024-04-06T13:34:06.913Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.addon.validation.runtime.feature.source,2.8.1.202401071107 [2024-04-06T13:34:06.913Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime.base,2.8.1.202401071107 [2024-04-06T13:34:06.913Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime.ui.source,2.8.1.202401071107 [2024-04-06T13:34:06.913Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.tooling.generator.model,2.8.1.202401071107 [2024-04-06T13:34:07.174Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime.source,2.8.1.202401071107 [2024-04-06T13:34:07.174Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.query.ide.feature,2.8.1.202401071107 [2024-04-06T13:34:07.174Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.transformation.views,2.8.1.202401071107 [2024-04-06T13:34:07.174Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime,2.8.1.202401071107 [2024-04-06T13:34:07.174Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.databinding.runtime.source,2.8.1.202401071107 [2024-04-06T13:34:07.174Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.query.language.feature,2.8.1.202401071107 [2024-04-06T13:34:07.174Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.validation.runtime.source,2.8.1.202401071107 [2024-04-06T13:34:07.174Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.transformation.runtime.emf.source,2.8.1.202401071107 [2024-04-06T13:34:07.174Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.validation.runtime.validation,2.8.1.202401071107 [2024-04-06T13:34:07.174Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.query.language.feature.source,2.8.1.202401071107 [2024-04-06T13:34:07.174Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.addon.databinding.runtime.feature.source,2.8.1.202401071107 [2024-04-06T13:34:07.174Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.databinding.runtime,2.8.1.202401071107 [2024-04-06T13:34:07.174Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.testing.ui,2.8.1.202401071107 [2024-04-06T13:34:07.174Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.validation.tooling.source,2.8.1.202401071107 [2024-04-06T13:34:07.175Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime.localsearch.source,2.8.1.202401071107 [2024-04-06T13:34:07.175Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.viewers.runtime.source,2.8.1.202401071107 [2024-04-06T13:34:07.175Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.patternlanguage.emf.ide.source,2.8.1.202401071107 [2024-04-06T13:34:07.175Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.addon.querybasedfeatures.runtime.feature.source,2.8.1.202401071107 [2024-04-06T13:34:07.175Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.viewers.tooling.ui,2.8.1.202401071107 [2024-04-06T13:34:07.175Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.transformation.evm.transactions.feature.source,2.8.1.202401071107 [2024-04-06T13:34:07.175Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.query.ide.feature.source,2.8.1.202401071107 [2024-04-06T13:34:07.175Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.runtime.base.itc.source,2.8.1.202401071107 [2024-04-06T13:34:07.175Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.patternlanguage.emf.ide,2.8.1.202401071107 [2024-04-06T13:34:07.175Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.addon.validation.core.source,2.8.1.202401071107 [2024-04-06T13:34:07.175Z] - mirrored artifact osgi.bundle,org.eclipse.viatra.query.tooling.core,2.8.1.202401071107 [2024-04-06T13:34:07.175Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.viatra.query.testing.sdk.feature,2.8.1.202401071107 [2024-04-06T13:34:07.175Z] Mirroring artifacts from https://download.eclipse.org/eclemma/releases/3.1.8 [2024-04-06T13:34:07.175Z] - mirroring artifact osgi.bundle,org.objectweb.asm.commons,9.6.0 [2024-04-06T13:34:07.175Z] - mirroring artifact osgi.bundle,org.jacoco.core,0.8.11.202310140853 [2024-04-06T13:34:07.175Z] - mirroring artifact osgi.bundle,org.jacoco.report,0.8.11.202310140853 [2024-04-06T13:34:07.175Z] - mirroring artifact osgi.bundle,org.eclipse.eclemma.core,3.1.8.202312121452 [2024-04-06T13:34:07.175Z] - mirroring artifact osgi.bundle,org.jacoco.agent,0.8.11.202310140853 [2024-04-06T13:34:07.175Z] - mirroring artifact osgi.bundle,org.eclipse.eclemma.ui,3.1.8.202312121452 [2024-04-06T13:34:07.175Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.eclemma.feature,3.1.8.202312121452 [2024-04-06T13:34:07.175Z] - mirroring artifact osgi.bundle,org.objectweb.asm.tree,9.6.0 [2024-04-06T13:34:07.175Z] - mirroring artifact osgi.bundle,org.eclipse.eclemma.doc,3.1.8.202312121452 [2024-04-06T13:34:07.175Z] - mirrored artifact osgi.bundle,org.objectweb.asm.commons,9.6.0 [2024-04-06T13:34:07.175Z] - mirrored artifact osgi.bundle,org.jacoco.core,0.8.11.202310140853 [2024-04-06T13:34:07.175Z] - mirrored artifact osgi.bundle,org.jacoco.report,0.8.11.202310140853 [2024-04-06T13:34:07.175Z] - mirrored artifact osgi.bundle,org.eclipse.eclemma.core,3.1.8.202312121452 [2024-04-06T13:34:07.175Z] - mirrored artifact osgi.bundle,org.jacoco.agent,0.8.11.202310140853 [2024-04-06T13:34:07.175Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.eclemma.feature,3.1.8.202312121452 [2024-04-06T13:34:07.175Z] - mirrored artifact osgi.bundle,org.objectweb.asm.tree,9.6.0 [2024-04-06T13:34:07.175Z] - mirrored artifact osgi.bundle,org.eclipse.eclemma.ui,3.1.8.202312121452 [2024-04-06T13:34:07.175Z] - mirrored artifact osgi.bundle,org.eclipse.eclemma.doc,3.1.8.202312121452 [2024-04-06T13:34:07.175Z] Mirroring artifacts from https://download.eclipse.org/lsp4j/updates/releases/0.22.0 [2024-04-06T13:34:07.436Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4j.generator.source,0.22.0.v20240213-2011 [2024-04-06T13:34:07.436Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.lsp4j.sdk,0.22.0.v20240213-2013 [2024-04-06T13:34:07.436Z] - mirroring artifact osgi.bundle,jakarta.websocket-client-api,2.1.1 [2024-04-06T13:34:07.436Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4j.websocket.jakarta,0.22.0.v20240213-2011 [2024-04-06T13:34:07.436Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4j.debug.source,0.22.0.v20240213-2011 [2024-04-06T13:34:07.436Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4j.source,0.22.0.v20240213-2011 [2024-04-06T13:34:07.436Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4j.jsonrpc.source,0.22.0.v20240213-2011 [2024-04-06T13:34:07.436Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4j.generator,0.22.0.v20240213-2011 [2024-04-06T13:34:07.436Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4j.debug,0.22.0.v20240213-2011 [2024-04-06T13:34:07.436Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4j.jsonrpc,0.22.0.v20240213-2011 [2024-04-06T13:34:07.437Z] - mirroring artifact osgi.bundle,jakarta.websocket-client-api.source,2.1.1 [2024-04-06T13:34:07.437Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4j.jsonrpc.debug,0.22.0.v20240213-2011 [2024-04-06T13:34:07.437Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4j.jsonrpc.debug.source,0.22.0.v20240213-2011 [2024-04-06T13:34:07.437Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4j,0.22.0.v20240213-2011 [2024-04-06T13:34:07.437Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4j.websocket.jakarta.source,0.22.0.v20240213-2011 [2024-04-06T13:34:07.437Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4j.generator.source,0.22.0.v20240213-2011 [2024-04-06T13:34:07.437Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.lsp4j.sdk,0.22.0.v20240213-2013 [2024-04-06T13:34:07.437Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4j.websocket.jakarta,0.22.0.v20240213-2011 [2024-04-06T13:34:07.437Z] - mirrored artifact osgi.bundle,jakarta.websocket-client-api,2.1.1 [2024-04-06T13:34:07.437Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4j.debug.source,0.22.0.v20240213-2011 [2024-04-06T13:34:07.437Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4j.jsonrpc.source,0.22.0.v20240213-2011 [2024-04-06T13:34:07.437Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4j.generator,0.22.0.v20240213-2011 [2024-04-06T13:34:07.437Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4j.debug,0.22.0.v20240213-2011 [2024-04-06T13:34:07.437Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4j.source,0.22.0.v20240213-2011 [2024-04-06T13:34:07.437Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4j.jsonrpc,0.22.0.v20240213-2011 [2024-04-06T13:34:07.437Z] - mirrored artifact osgi.bundle,jakarta.websocket-client-api.source,2.1.1 [2024-04-06T13:34:07.437Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4j.jsonrpc.debug,0.22.0.v20240213-2011 [2024-04-06T13:34:07.437Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4j.jsonrpc.debug.source,0.22.0.v20240213-2011 [2024-04-06T13:34:07.437Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4j.websocket.jakarta.source,0.22.0.v20240213-2011 [2024-04-06T13:34:07.437Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4j,0.22.0.v20240213-2011 [2024-04-06T13:34:07.437Z] Mirroring artifacts from https://download.eclipse.org/lsp4e/releases/0.25.0 [2024-04-06T13:34:07.437Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4e.debug,0.15.7.202402141138 [2024-04-06T13:34:07.438Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4e,0.18.6.202403050753 [2024-04-06T13:34:07.438Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4e.debug.source,0.15.7.202402141138 [2024-04-06T13:34:07.438Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4e.jdt.source,0.13.0.202402070603 [2024-04-06T13:34:07.438Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4e.source,0.18.6.202403050753 [2024-04-06T13:34:07.438Z] - mirroring artifact osgi.bundle,org.eclipse.lsp4e.jdt,0.13.0.202402070603 [2024-04-06T13:34:07.438Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4e.debug,0.15.7.202402141138 [2024-04-06T13:34:07.438Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4e.debug.source,0.15.7.202402141138 [2024-04-06T13:34:07.438Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4e.jdt.source,0.13.0.202402070603 [2024-04-06T13:34:07.438Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4e,0.18.6.202403050753 [2024-04-06T13:34:07.438Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4e.source,0.18.6.202403050753 [2024-04-06T13:34:07.438Z] - mirrored artifact osgi.bundle,org.eclipse.lsp4e.jdt,0.13.0.202402070603 [2024-04-06T13:34:07.438Z] Mirroring artifacts from https://download.eclipse.org/usssdk/drops/release/1.2.2 [2024-04-06T13:34:07.702Z] - mirroring artifact osgi.bundle,org.eclipse.userstorage.oauth,1.1.0.v20190307-0457 [2024-04-06T13:34:07.702Z] - mirroring artifact osgi.bundle,org.eclipse.userstorage.oauth.tests.source,1.0.0.v20210517-0327 [2024-04-06T13:34:07.702Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.userstorage.sdk,1.2.0.v20210518-1310 [2024-04-06T13:34:07.703Z] - mirroring artifact osgi.bundle,org.eclipse.userstorage.tests.source,1.0.0.v20210518-1310 [2024-04-06T13:34:07.703Z] - mirroring artifact osgi.bundle,org.eclipse.userstorage.sdk,1.0.0.v20190216-0359 [2024-04-06T13:34:07.703Z] - mirroring artifact osgi.bundle,org.eclipse.userstorage.source,1.2.0.v20210517-0327 [2024-04-06T13:34:07.703Z] - mirroring artifact osgi.bundle,org.eclipse.userstorage.oauth.source,1.1.0.v20190307-0457 [2024-04-06T13:34:07.703Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.userstorage,1.2.0.v20210517-0327 [2024-04-06T13:34:07.703Z] - mirroring artifact osgi.bundle,org.eclipse.userstorage.ui.source,1.1.0.v20190307-0457 [2024-04-06T13:34:07.703Z] - mirroring artifact osgi.bundle,org.eclipse.userstorage,1.2.0.v20210517-0327 [2024-04-06T13:34:07.703Z] - mirroring artifact osgi.bundle,org.eclipse.userstorage.ui,1.1.0.v20190307-0457 [2024-04-06T13:34:07.703Z] - mirrored artifact osgi.bundle,org.eclipse.userstorage.oauth,1.1.0.v20190307-0457 [2024-04-06T13:34:07.703Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.userstorage.sdk,1.2.0.v20210518-1310 [2024-04-06T13:34:07.703Z] - mirrored artifact osgi.bundle,org.eclipse.userstorage.oauth.tests.source,1.0.0.v20210517-0327 [2024-04-06T13:34:07.703Z] - mirrored artifact osgi.bundle,org.eclipse.userstorage.tests.source,1.0.0.v20210518-1310 [2024-04-06T13:34:07.703Z] - mirrored artifact osgi.bundle,org.eclipse.userstorage.sdk,1.0.0.v20190216-0359 [2024-04-06T13:34:07.703Z] - mirrored artifact osgi.bundle,org.eclipse.userstorage.source,1.2.0.v20210517-0327 [2024-04-06T13:34:07.703Z] - mirrored artifact osgi.bundle,org.eclipse.userstorage.oauth.source,1.1.0.v20190307-0457 [2024-04-06T13:34:07.703Z] - mirrored artifact osgi.bundle,org.eclipse.userstorage.ui.source,1.1.0.v20190307-0457 [2024-04-06T13:34:07.703Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.userstorage,1.2.0.v20210517-0327 [2024-04-06T13:34:07.703Z] - mirrored artifact osgi.bundle,org.eclipse.userstorage.ui,1.1.0.v20190307-0457 [2024-04-06T13:34:07.703Z] - mirrored artifact osgi.bundle,org.eclipse.userstorage,1.2.0.v20210517-0327 [2024-04-06T13:34:07.703Z] Mirroring artifacts from https://download.eclipse.org/collections/11.1.0/repository [2024-04-06T13:34:07.703Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.collections.feature,11.1.0.v20220705-1455 [2024-04-06T13:34:07.703Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.collections.feature.source,11.1.0.v20220705-1455 [2024-04-06T13:34:07.703Z] - mirroring artifact osgi.bundle,org.eclipse.collections.source,11.1.0.v20220705-1455 [2024-04-06T13:34:07.703Z] - mirroring artifact osgi.bundle,org.eclipse.collections,11.1.0.v20220705-1455 [2024-04-06T13:34:07.703Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.collections.feature,11.1.0.v20220705-1455 [2024-04-06T13:34:07.703Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.collections.feature.source,11.1.0.v20220705-1455 [2024-04-06T13:34:07.965Z] - mirrored artifact osgi.bundle,org.eclipse.collections.source,11.1.0.v20220705-1455 [2024-04-06T13:34:08.540Z] - mirrored artifact osgi.bundle,org.eclipse.collections,11.1.0.v20220705-1455 [2024-04-06T13:34:08.540Z] Mirroring artifacts from https://download.eclipse.org/tm4e/releases/0.10.3 [2024-04-06T13:34:08.540Z] - mirroring artifact osgi.bundle,org.eclipse.tm4e.core,0.10.3.202403041755 [2024-04-06T13:34:08.540Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm4e.feature,0.10.3.202403041840 [2024-04-06T13:34:08.540Z] - mirroring artifact osgi.bundle,org.snakeyaml.engine,2.7.0 [2024-04-06T13:34:08.540Z] - mirroring artifact osgi.bundle,org.eclipse.tm4e.ui,0.10.3.202403012031 [2024-04-06T13:34:08.540Z] - mirroring artifact osgi.bundle,org.eclipse.tm4e.markdown,0.10.3.202403012031 [2024-04-06T13:34:08.540Z] - mirroring artifact osgi.bundle,org.eclipse.tm4e.registry.source,0.10.3.202403012031 [2024-04-06T13:34:08.541Z] - mirroring artifact osgi.bundle,org.eclipse.tm4e.languageconfiguration.source,0.10.3.202403041840 [2024-04-06T13:34:08.541Z] - mirroring artifact osgi.bundle,org.eclipse.tm4e.core.source,0.10.3.202403041755 [2024-04-06T13:34:08.541Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm4e.language_pack.feature,0.10.3.202403012031 [2024-04-06T13:34:08.541Z] - mirroring artifact osgi.bundle,org.eclipse.tm4e.languageconfiguration,0.10.3.202403041840 [2024-04-06T13:34:08.541Z] - mirroring artifact osgi.bundle,org.eclipse.tm4e.markdown.source,0.10.3.202403012031 [2024-04-06T13:34:08.541Z] - mirroring artifact osgi.bundle,org.eclipse.tm4e.language_pack,0.10.3.202403012031 [2024-04-06T13:34:08.541Z] - mirroring artifact osgi.bundle,org.eclipse.tm4e.ui.source,0.10.3.202403012031 [2024-04-06T13:34:08.541Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.tm4e.feature.source,0.10.3.202403041840 [2024-04-06T13:34:08.541Z] - mirroring artifact osgi.bundle,org.eclipse.tm4e.registry,0.10.3.202403012031 [2024-04-06T13:34:08.541Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm4e.feature,0.10.3.202403041840 [2024-04-06T13:34:08.541Z] - mirrored artifact osgi.bundle,org.snakeyaml.engine,2.7.0 [2024-04-06T13:34:08.541Z] - mirrored artifact osgi.bundle,org.eclipse.tm4e.core,0.10.3.202403041755 [2024-04-06T13:34:08.541Z] - mirrored artifact osgi.bundle,org.eclipse.tm4e.ui,0.10.3.202403012031 [2024-04-06T13:34:08.541Z] - mirrored artifact osgi.bundle,org.eclipse.tm4e.markdown,0.10.3.202403012031 [2024-04-06T13:34:08.541Z] - mirrored artifact osgi.bundle,org.eclipse.tm4e.registry.source,0.10.3.202403012031 [2024-04-06T13:34:08.541Z] - mirrored artifact osgi.bundle,org.eclipse.tm4e.languageconfiguration.source,0.10.3.202403041840 [2024-04-06T13:34:08.541Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm4e.language_pack.feature,0.10.3.202403012031 [2024-04-06T13:34:08.541Z] - mirrored artifact osgi.bundle,org.eclipse.tm4e.core.source,0.10.3.202403041755 [2024-04-06T13:34:08.541Z] - mirrored artifact osgi.bundle,org.eclipse.tm4e.markdown.source,0.10.3.202403012031 [2024-04-06T13:34:08.541Z] - mirrored artifact osgi.bundle,org.eclipse.tm4e.languageconfiguration,0.10.3.202403041840 [2024-04-06T13:34:08.541Z] - mirrored artifact osgi.bundle,org.eclipse.tm4e.ui.source,0.10.3.202403012031 [2024-04-06T13:34:08.541Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.tm4e.feature.source,0.10.3.202403041840 [2024-04-06T13:34:08.541Z] - mirrored artifact osgi.bundle,org.eclipse.tm4e.registry,0.10.3.202403012031 [2024-04-06T13:34:08.541Z] - mirrored artifact osgi.bundle,org.eclipse.tm4e.language_pack,0.10.3.202403012031 [2024-04-06T13:34:08.541Z] Mirroring artifacts from https://download.eclipse.org/wildwebdeveloper/releases/1.3.3 [2024-04-06T13:34:08.541Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wildwebdeveloper.embedder.node.feature,1.0.7.202310251358 [2024-04-06T13:34:08.541Z] - mirroring artifact osgi.bundle,org.eclipse.wildwebdeveloper.embedder.node.source,1.0.3.202309272022 [2024-04-06T13:34:08.541Z] - mirroring artifact osgi.bundle,org.eclipse.wildwebdeveloper.embedder.node,1.0.3.202309272022 [2024-04-06T13:34:08.541Z] - mirroring artifact osgi.bundle,org.eclipse.wildwebdeveloper,1.1.4.202311211923 [2024-04-06T13:34:08.542Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wildwebdeveloper.feature.source,1.3.3.202311211923 [2024-04-06T13:34:08.542Z] - mirroring artifact osgi.bundle,org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64,1.0.7.202310251358 [2024-04-06T13:34:08.542Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wildwebdeveloper.xml.feature.source,1.3.1.202310310352 [2024-04-06T13:34:08.542Z] - mirroring artifact osgi.bundle,org.yaml.snakeyaml,2.2.0 [2024-04-06T13:34:08.542Z] - mirroring artifact osgi.bundle,org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64,1.0.7.202310251358 [2024-04-06T13:34:08.542Z] - mirroring artifact osgi.bundle,org.eclipse.wildwebdeveloper.embedder.node.linux.aarch64,1.0.7.202310251358 [2024-04-06T13:34:08.542Z] - mirroring artifact osgi.bundle,org.eclipse.wildwebdeveloper.source,1.1.4.202311211923 [2024-04-06T13:34:08.542Z] - mirroring artifact osgi.bundle,org.eclipse.wildwebdeveloper.xml,1.3.1.202310310352 [2024-04-06T13:34:08.542Z] - mirroring artifact osgi.bundle,org.eclipse.wildwebdeveloper.embedder.node.linux.x86_64,1.0.7.202310251358 [2024-04-06T13:34:08.542Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wildwebdeveloper.feature,1.3.3.202311211923 [2024-04-06T13:34:08.542Z] - mirroring artifact osgi.bundle,org.eclipse.wildwebdeveloper.embedder.node.win32.x86_64,1.0.7.202310251358 [2024-04-06T13:34:08.542Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wildwebdeveloper.embedder.node.feature.source,1.0.7.202310251358 [2024-04-06T13:34:08.542Z] - mirroring artifact osgi.bundle,org.eclipse.wildwebdeveloper.xml.source,1.3.1.202310310352 [2024-04-06T13:34:08.542Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.wildwebdeveloper.xml.feature,1.3.1.202310310352 [2024-04-06T13:34:08.542Z] - mirrored artifact osgi.bundle,org.eclipse.wildwebdeveloper.embedder.node.source,1.0.3.202309272022 [2024-04-06T13:34:08.542Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wildwebdeveloper.embedder.node.feature,1.0.7.202310251358 [2024-04-06T13:34:08.542Z] - mirrored artifact osgi.bundle,org.eclipse.wildwebdeveloper.embedder.node,1.0.3.202309272022 [2024-04-06T13:34:08.542Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wildwebdeveloper.feature.source,1.3.3.202311211923 [2024-04-06T13:34:10.459Z] - mirrored artifact osgi.bundle,org.eclipse.wildwebdeveloper,1.1.4.202311211923 [2024-04-06T13:34:10.459Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wildwebdeveloper.xml.feature.source,1.3.1.202310310352 [2024-04-06T13:34:10.459Z] - mirrored artifact osgi.bundle,org.yaml.snakeyaml,2.2.0 [2024-04-06T13:34:11.030Z] - mirrored artifact osgi.bundle,org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64,1.0.7.202310251358 [2024-04-06T13:34:12.951Z] - mirrored artifact osgi.bundle,org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64,1.0.7.202310251358 [2024-04-06T13:34:12.952Z] - mirrored artifact osgi.bundle,org.eclipse.wildwebdeveloper.source,1.1.4.202311211923 [2024-04-06T13:34:13.213Z] - mirrored artifact osgi.bundle,org.eclipse.wildwebdeveloper.xml,1.3.1.202310310352 [2024-04-06T13:34:13.213Z] - mirrored artifact osgi.bundle,org.eclipse.wildwebdeveloper.embedder.node.linux.aarch64,1.0.7.202310251358 [2024-04-06T13:34:13.213Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wildwebdeveloper.feature,1.3.3.202311211923 [2024-04-06T13:34:15.130Z] - mirrored artifact osgi.bundle,org.eclipse.wildwebdeveloper.embedder.node.win32.x86_64,1.0.7.202310251358 [2024-04-06T13:34:15.130Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wildwebdeveloper.embedder.node.feature.source,1.0.7.202310251358 [2024-04-06T13:34:15.130Z] - mirrored artifact osgi.bundle,org.eclipse.wildwebdeveloper.xml.source,1.3.1.202310310352 [2024-04-06T13:34:15.130Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.wildwebdeveloper.xml.feature,1.3.1.202310310352 [2024-04-06T13:34:15.394Z] - mirrored artifact osgi.bundle,org.eclipse.wildwebdeveloper.embedder.node.linux.x86_64,1.0.7.202310251358 [2024-04-06T13:34:15.394Z] Mirroring artifacts from https://download.eclipse.org/passage/updates/release/2.11.0/ldc [2024-04-06T13:34:15.394Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.email,2.11.0.v20240109-0710 [2024-04-06T13:34:15.394Z] - mirroring artifact osgi.bundle,com.fasterxml.jackson.core.jackson-databind.source,2.16.1 [2024-04-06T13:34:15.394Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.define.feature,2.11.0.v20240226-1455 [2024-04-06T13:34:15.394Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.features.feature,2.11.0.v20240109-0710 [2024-04-06T13:34:15.394Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.execute.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.394Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.products.model.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.394Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.agreements.ecore.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.394Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.users.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.394Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.users.ecore.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.394Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.products.ecore,2.11.0.v20240109-0710 [2024-04-06T13:34:15.394Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.products.e4.ui.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.394Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.agreements.model,2.11.0.v20240109-0710 [2024-04-06T13:34:15.394Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.keys,2.11.0.v20240109-0710 [2024-04-06T13:34:15.394Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.licenses.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.395Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.net.feature,2.11.0.v20240109-0710 [2024-04-06T13:34:15.395Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.keys.ecore,2.11.0.v20240109-0710 [2024-04-06T13:34:15.395Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.ldc.feature,2.11.0.v20240226-1455 [2024-04-06T13:34:15.395Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.oshi,2.11.0.v20240109-0710 [2024-04-06T13:34:15.395Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.products.e4.ui,2.11.0.v20240109-0710 [2024-04-06T13:34:15.395Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.jface.source,2.11.0.v20240219-1225 [2024-04-06T13:34:15.395Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.features.edit,2.11.0.v20240109-0710 [2024-04-06T13:34:15.395Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.define.feature.source,2.11.0.v20240226-1455 [2024-04-06T13:34:15.395Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.bc,2.11.0.v20240109-0710 [2024-04-06T13:34:15.395Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.agreements.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.395Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.licenses.edit,2.11.0.v20240226-1455 [2024-04-06T13:34:15.395Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.json.feature.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.395Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.products.edit.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.395Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.agreements,2.11.0.v20240109-0710 [2024-04-06T13:34:15.395Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.bc.feature,2.11.0.v20240109-0710 [2024-04-06T13:34:15.395Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.keys.model.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.395Z] - mirroring artifact osgi.bundle,org.eclipse.passage.ldc.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.395Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.emf,2.11.0.v20240109-0710 [2024-04-06T13:34:15.395Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.keys.edit,2.11.0.v20240109-0710 [2024-04-06T13:34:15.395Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.keys.edit.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.395Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.bc.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.395Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.agreements.e4.ui.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.395Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.users.edit,2.11.0.v20240109-0710 [2024-04-06T13:34:15.395Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.oshi.feature.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.395Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.keys.ecore.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.395Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.users.model.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.396Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.ldc.feature.source,2.11.0.v20240226-1455 [2024-04-06T13:34:15.396Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.execute.feature,2.11.0.v20240226-1455 [2024-04-06T13:34:15.396Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.users.feature.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.396Z] - mirroring artifact osgi.bundle,com.fasterxml.jackson.core.jackson-core.source,2.16.1 [2024-04-06T13:34:15.396Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.agreements.ecore,2.11.0.v20240109-0710 [2024-04-06T13:34:15.396Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.agreements.feature.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.396Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.users.ecore,2.11.0.v20240109-0710 [2024-04-06T13:34:15.396Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.licenses,2.11.0.v20240109-0710 [2024-04-06T13:34:15.396Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.execute.branding,2.11.0.v20240109-0710 [2024-04-06T13:34:15.396Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.hc.feature.source,2.11.0.v20240220-1628 [2024-04-06T13:34:15.396Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.define.branding,2.11.0.v20240109-0710 [2024-04-06T13:34:15.396Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.products.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.396Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.oshi.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.396Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.execute.branding.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.396Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.licenses.ecore,2.11.0.v20240109-0710 [2024-04-06T13:34:15.396Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.email,2.11.0.v20240109-0710 [2024-04-06T13:34:15.396Z] - mirroring artifact osgi.bundle,org.eclipse.passage.ldc.pde.core.templates,2.11.0.v20240109-0710 [2024-04-06T13:34:15.396Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.bc.feature.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.396Z] - mirroring artifact osgi.bundle,org.eclipse.passage.ldc.pde.ui.templates,2.11.0.v20240109-0710 [2024-04-06T13:34:15.396Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.equinox,2.11.0.v20240109-0710 [2024-04-06T13:34:15.396Z] - mirroring artifact osgi.bundle,com.github.oshi.oshi-core,6.4.13 [2024-04-06T13:34:15.396Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.products.feature,2.11.0.v20240109-0710 [2024-04-06T13:34:15.396Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.compile.branding.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.396Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.products.ecore.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.396Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.features.feature.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.397Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.features.edit.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.397Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.base,2.11.0.v20240219-0800 [2024-04-06T13:34:15.397Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.features.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.397Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.agreements.edit,2.11.0.v20240109-0710 [2024-04-06T13:34:15.397Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.keys.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.397Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.features,2.11.0.v20240109-0710 [2024-04-06T13:34:15.397Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.e4.ui.feature,2.11.0.v20240219-1225 [2024-04-06T13:34:15.397Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.features.e4.ui.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.397Z] - mirroring artifact osgi.bundle,jakarta.servlet-api.source,6.0.0 [2024-04-06T13:34:15.397Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.json.feature,2.11.0.v20240109-0710 [2024-04-06T13:34:15.397Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.emf.feature,2.11.0.v20240109-0710 [2024-04-06T13:34:15.397Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.features.ecore,2.11.0.v20240109-0710 [2024-04-06T13:34:15.397Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.compile.feature,2.11.0.v20240219-1225 [2024-04-06T13:34:15.397Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.hc.feature,2.11.0.v20240220-1628 [2024-04-06T13:34:15.397Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.api,2.11.0.v20240109-0710 [2024-04-06T13:34:15.397Z] - mirroring artifact osgi.bundle,org.eclipse.passage.ldc.pde.core.templates.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.397Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.net,2.11.0.v20240109-0710 [2024-04-06T13:34:15.397Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.keys.feature,2.11.0.v20240109-0710 [2024-04-06T13:34:15.397Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.e4.ui,2.11.0.v20240219-0800 [2024-04-06T13:34:15.397Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.licenses.feature.source,2.11.0.v20240226-1455 [2024-04-06T13:34:15.397Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.json.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.397Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.products.edit,2.11.0.v20240109-0710 [2024-04-06T13:34:15.397Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.equinox.feature.source,2.11.0.v20240219-0800 [2024-04-06T13:34:15.397Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.emf.feature.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.397Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.licenses.ecore.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.397Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.define.branding.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.397Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.keys.model,2.11.0.v20240109-0710 [2024-04-06T13:34:15.398Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.e4.core.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.398Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.execute.feature.source,2.11.0.v20240226-1455 [2024-04-06T13:34:15.398Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.products,2.11.0.v20240109-0710 [2024-04-06T13:34:15.398Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.licenses.edit.source,2.11.0.v20240226-1455 [2024-04-06T13:34:15.398Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.e4.core,2.11.0.v20240109-0710 [2024-04-06T13:34:15.398Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.hc,2.11.0.v20240220-1628 [2024-04-06T13:34:15.398Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.users.e4.ui.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.398Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.users,2.11.0.v20240109-0710 [2024-04-06T13:34:15.398Z] - mirroring artifact osgi.bundle,org.eclipse.passage.ldc,2.11.0.v20240109-0710 [2024-04-06T13:34:15.398Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.define.feature,2.11.0.v20240226-1455 [2024-04-06T13:34:15.398Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.agreements.edit.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.398Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.base.source,2.11.0.v20240219-0800 [2024-04-06T13:34:15.398Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.features.ecore.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.398Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.products.model,2.11.0.v20240109-0710 [2024-04-06T13:34:15.398Z] - mirroring artifact osgi.bundle,com.github.oshi.oshi-core.source,6.4.13 [2024-04-06T13:34:15.398Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.equinox.feature,2.11.0.v20240219-0800 [2024-04-06T13:34:15.398Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.oshi.feature,2.11.0.v20240109-0710 [2024-04-06T13:34:15.398Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.net.feature.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.398Z] - mirroring artifact osgi.bundle,com.fasterxml.jackson.core.jackson-annotations.source,2.16.1 [2024-04-06T13:34:15.398Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.e4.ui.source,2.11.0.v20240219-0800 [2024-04-06T13:34:15.398Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.users.model,2.11.0.v20240109-0710 [2024-04-06T13:34:15.398Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.compile.feature.source,2.11.0.v20240219-1225 [2024-04-06T13:34:15.398Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.hc.source,2.11.0.v20240220-1628 [2024-04-06T13:34:15.398Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.json,2.11.0.v20240109-0710 [2024-04-06T13:34:15.398Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.e4.ui.feature.source,2.11.0.v20240219-1225 [2024-04-06T13:34:15.398Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.products.feature.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.398Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.licenses.model.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.399Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.api.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.399Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.execute,2.11.0.v20240109-0710 [2024-04-06T13:34:15.399Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.licenses.feature,2.11.0.v20240226-1455 [2024-04-06T13:34:15.399Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.net.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.399Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.agreements.model.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.399Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.email.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.399Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.features.model.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.399Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.agreements.e4.ui,2.11.0.v20240109-0710 [2024-04-06T13:34:15.399Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.agreements.feature,2.11.0.v20240109-0710 [2024-04-06T13:34:15.399Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.licenses.e4.ui.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.399Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.jface,2.11.0.v20240219-1225 [2024-04-06T13:34:15.399Z] - mirroring artifact osgi.bundle,org.eclipse.passage.ldc.pde.ui.templates.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.399Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.users.feature,2.11.0.v20240109-0710 [2024-04-06T13:34:15.399Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.compile.branding,2.11.0.v20240109-0710 [2024-04-06T13:34:15.399Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.features.feature,2.11.0.v20240109-0710 [2024-04-06T13:34:15.399Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.users.e4.ui,2.11.0.v20240109-0710 [2024-04-06T13:34:15.399Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.licenses.model,2.11.0.v20240109-0710 [2024-04-06T13:34:15.399Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.features.e4.ui,2.11.0.v20240109-0710 [2024-04-06T13:34:15.399Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.passage.lic.keys.feature.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.399Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.equinox.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.399Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.features.model,2.11.0.v20240109-0710 [2024-04-06T13:34:15.399Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.emf.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.399Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.users.edit.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.399Z] - mirroring artifact osgi.bundle,org.eclipse.passage.lic.licenses.e4.ui,2.11.0.v20240109-0710 [2024-04-06T13:34:15.399Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.execute.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.400Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.products.model.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.400Z] - mirrored artifact osgi.bundle,com.fasterxml.jackson.core.jackson-databind.source,2.16.1 [2024-04-06T13:34:15.400Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.users.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.400Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.agreements.ecore.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.400Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.products.ecore,2.11.0.v20240109-0710 [2024-04-06T13:34:15.400Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.users.ecore.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.400Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.products.e4.ui.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.400Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.agreements.model,2.11.0.v20240109-0710 [2024-04-06T13:34:15.400Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.keys,2.11.0.v20240109-0710 [2024-04-06T13:34:15.662Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.licenses.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.662Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.net.feature,2.11.0.v20240109-0710 [2024-04-06T13:34:15.662Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.keys.ecore,2.11.0.v20240109-0710 [2024-04-06T13:34:15.662Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.ldc.feature,2.11.0.v20240226-1455 [2024-04-06T13:34:15.662Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.oshi,2.11.0.v20240109-0710 [2024-04-06T13:34:15.662Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.products.e4.ui,2.11.0.v20240109-0710 [2024-04-06T13:34:15.662Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.features.edit,2.11.0.v20240109-0710 [2024-04-06T13:34:15.662Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.jface.source,2.11.0.v20240219-1225 [2024-04-06T13:34:15.662Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.define.feature.source,2.11.0.v20240226-1455 [2024-04-06T13:34:15.662Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.agreements.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.662Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.bc,2.11.0.v20240109-0710 [2024-04-06T13:34:15.662Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.licenses.edit,2.11.0.v20240226-1455 [2024-04-06T13:34:15.662Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.json.feature.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.662Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.products.edit.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.662Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.agreements,2.11.0.v20240109-0710 [2024-04-06T13:34:15.662Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.bc.feature,2.11.0.v20240109-0710 [2024-04-06T13:34:15.662Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.keys.model.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.662Z] - mirrored artifact osgi.bundle,org.eclipse.passage.ldc.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.662Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.keys.edit,2.11.0.v20240109-0710 [2024-04-06T13:34:15.662Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.emf,2.11.0.v20240109-0710 [2024-04-06T13:34:15.663Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.bc.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.663Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.keys.edit.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.663Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.agreements.e4.ui.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.663Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.users.edit,2.11.0.v20240109-0710 [2024-04-06T13:34:15.663Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.oshi.feature.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.663Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.keys.ecore.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.663Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.users.model.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.663Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.ldc.feature.source,2.11.0.v20240226-1455 [2024-04-06T13:34:15.663Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.users.feature.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.663Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.execute.feature,2.11.0.v20240226-1455 [2024-04-06T13:34:15.663Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.agreements.ecore,2.11.0.v20240109-0710 [2024-04-06T13:34:15.663Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.agreements.feature.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.663Z] - mirrored artifact osgi.bundle,com.fasterxml.jackson.core.jackson-core.source,2.16.1 [2024-04-06T13:34:15.663Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.users.ecore,2.11.0.v20240109-0710 [2024-04-06T13:34:15.663Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.licenses,2.11.0.v20240109-0710 [2024-04-06T13:34:15.663Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.execute.branding,2.11.0.v20240109-0710 [2024-04-06T13:34:15.663Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.define.branding,2.11.0.v20240109-0710 [2024-04-06T13:34:15.663Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.hc.feature.source,2.11.0.v20240220-1628 [2024-04-06T13:34:15.663Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.products.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.663Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.oshi.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.663Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.execute.branding.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.663Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.licenses.ecore,2.11.0.v20240109-0710 [2024-04-06T13:34:15.663Z] - mirrored artifact osgi.bundle,org.eclipse.passage.ldc.pde.core.templates,2.11.0.v20240109-0710 [2024-04-06T13:34:15.663Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.bc.feature.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.663Z] - mirrored artifact osgi.bundle,org.eclipse.passage.ldc.pde.ui.templates,2.11.0.v20240109-0710 [2024-04-06T13:34:15.663Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.equinox,2.11.0.v20240109-0710 [2024-04-06T13:34:15.663Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.products.feature,2.11.0.v20240109-0710 [2024-04-06T13:34:15.664Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.compile.branding.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.664Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.products.ecore.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.664Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.features.feature.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.664Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.features.edit.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.664Z] - mirrored artifact osgi.bundle,com.github.oshi.oshi-core,6.4.13 [2024-04-06T13:34:15.664Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.base,2.11.0.v20240219-0800 [2024-04-06T13:34:15.664Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.features.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.664Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.agreements.edit,2.11.0.v20240109-0710 [2024-04-06T13:34:15.664Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.keys.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.664Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.features,2.11.0.v20240109-0710 [2024-04-06T13:34:15.664Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.e4.ui.feature,2.11.0.v20240219-1225 [2024-04-06T13:34:15.664Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.features.e4.ui.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.664Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.json.feature,2.11.0.v20240109-0710 [2024-04-06T13:34:15.664Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.emf.feature,2.11.0.v20240109-0710 [2024-04-06T13:34:15.664Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.features.ecore,2.11.0.v20240109-0710 [2024-04-06T13:34:15.664Z] - mirrored artifact osgi.bundle,jakarta.servlet-api.source,6.0.0 [2024-04-06T13:34:15.926Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.hc.feature,2.11.0.v20240220-1628 [2024-04-06T13:34:15.926Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.compile.feature,2.11.0.v20240219-1225 [2024-04-06T13:34:15.926Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.api,2.11.0.v20240109-0710 [2024-04-06T13:34:15.926Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.net,2.11.0.v20240109-0710 [2024-04-06T13:34:15.926Z] - mirrored artifact osgi.bundle,org.eclipse.passage.ldc.pde.core.templates.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.927Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.keys.feature,2.11.0.v20240109-0710 [2024-04-06T13:34:15.927Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.licenses.feature.source,2.11.0.v20240226-1455 [2024-04-06T13:34:15.927Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.e4.ui,2.11.0.v20240219-0800 [2024-04-06T13:34:15.927Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.json.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.927Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.products.edit,2.11.0.v20240109-0710 [2024-04-06T13:34:15.927Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.equinox.feature.source,2.11.0.v20240219-0800 [2024-04-06T13:34:15.927Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.emf.feature.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.927Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.licenses.ecore.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.927Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.define.branding.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.927Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.keys.model,2.11.0.v20240109-0710 [2024-04-06T13:34:15.927Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.e4.core.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.927Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.products,2.11.0.v20240109-0710 [2024-04-06T13:34:15.927Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.execute.feature.source,2.11.0.v20240226-1455 [2024-04-06T13:34:15.927Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.licenses.edit.source,2.11.0.v20240226-1455 [2024-04-06T13:34:15.927Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.e4.core,2.11.0.v20240109-0710 [2024-04-06T13:34:15.927Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.users.e4.ui.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.928Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.hc,2.11.0.v20240220-1628 [2024-04-06T13:34:15.928Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.users,2.11.0.v20240109-0710 [2024-04-06T13:34:15.928Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.agreements.edit.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.928Z] - mirrored artifact osgi.bundle,org.eclipse.passage.ldc,2.11.0.v20240109-0710 [2024-04-06T13:34:15.928Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.features.ecore.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.928Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.products.model,2.11.0.v20240109-0710 [2024-04-06T13:34:15.928Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.base.source,2.11.0.v20240219-0800 [2024-04-06T13:34:15.928Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.equinox.feature,2.11.0.v20240219-0800 [2024-04-06T13:34:15.928Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.oshi.feature,2.11.0.v20240109-0710 [2024-04-06T13:34:15.928Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.net.feature.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.928Z] - mirrored artifact osgi.bundle,com.fasterxml.jackson.core.jackson-annotations.source,2.16.1 [2024-04-06T13:34:15.928Z] - mirrored artifact osgi.bundle,com.github.oshi.oshi-core.source,6.4.13 [2024-04-06T13:34:15.928Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.e4.ui.source,2.11.0.v20240219-0800 [2024-04-06T13:34:15.928Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.users.model,2.11.0.v20240109-0710 [2024-04-06T13:34:15.928Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.compile.feature.source,2.11.0.v20240219-1225 [2024-04-06T13:34:15.928Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.hc.source,2.11.0.v20240220-1628 [2024-04-06T13:34:15.929Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.json,2.11.0.v20240109-0710 [2024-04-06T13:34:15.929Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.e4.ui.feature.source,2.11.0.v20240219-1225 [2024-04-06T13:34:15.929Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.products.feature.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.929Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.api.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.929Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.licenses.model.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.929Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.execute,2.11.0.v20240109-0710 [2024-04-06T13:34:15.929Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.licenses.feature,2.11.0.v20240226-1455 [2024-04-06T13:34:15.929Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.net.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.929Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.agreements.model.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.929Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.features.model.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.929Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.agreements.e4.ui,2.11.0.v20240109-0710 [2024-04-06T13:34:15.929Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.agreements.feature,2.11.0.v20240109-0710 [2024-04-06T13:34:15.929Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.licenses.e4.ui.source,2.11.0.v20240109-0710 [2024-04-06T13:34:15.929Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.jface,2.11.0.v20240219-1225 [2024-04-06T13:34:16.191Z] - mirrored artifact osgi.bundle,org.eclipse.passage.ldc.pde.ui.templates.source,2.11.0.v20240109-0710 [2024-04-06T13:34:16.191Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.users.feature,2.11.0.v20240109-0710 [2024-04-06T13:34:16.191Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.compile.branding,2.11.0.v20240109-0710 [2024-04-06T13:34:16.191Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.users.e4.ui,2.11.0.v20240109-0710 [2024-04-06T13:34:16.191Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.licenses.model,2.11.0.v20240109-0710 [2024-04-06T13:34:16.191Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.features.e4.ui,2.11.0.v20240109-0710 [2024-04-06T13:34:16.191Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.passage.lic.keys.feature.source,2.11.0.v20240109-0710 [2024-04-06T13:34:16.192Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.equinox.source,2.11.0.v20240109-0710 [2024-04-06T13:34:16.192Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.features.model,2.11.0.v20240109-0710 [2024-04-06T13:34:16.192Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.emf.source,2.11.0.v20240109-0710 [2024-04-06T13:34:16.192Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.users.edit.source,2.11.0.v20240109-0710 [2024-04-06T13:34:16.192Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.licenses.e4.ui,2.11.0.v20240109-0710 [2024-04-06T13:34:17.137Z] - mirrored artifact osgi.bundle,org.eclipse.passage.lic.email.source,2.11.0.v20240109-0710 [2024-04-06T13:34:17.137Z] Mirroring artifacts from https://download.eclipse.org/modeling/mdt/modisco/builds/release/1.5.4 [2024-04-06T13:34:17.137Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.kdm.uml2converter,1.5.1.v20240304-1105 [2024-04-06T13:34:17.137Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.queries.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.137Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.omg.gastm.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.137Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.doc.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.138Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.custom.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.138Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.workflow.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.138Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.138Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.jsp.discoverer.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.138Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser,1.5.0.v20240304-1105 [2024-04-06T13:34:17.138Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.webapp.discoverer,1.5.0.v20240304-1105 [2024-04-06T13:34:17.138Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.eclipseplugin.discoverer.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.138Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.discovery.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.138Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.xml.discoverer.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.138Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.discovery.core,1.5.0.v20240304-1105 [2024-04-06T13:34:17.138Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.138Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.query.java.metamodel.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.138Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.eclipse.feature,1.5.4.v20240304-1105 [2024-04-06T13:34:17.138Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.manifest.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.139Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.infrastructure.feature.source,1.5.4.v20240304-1105 [2024-04-06T13:34:17.139Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.query.editor,1.5.0.v20240304-1105 [2024-04-06T13:34:17.139Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.query.core,1.5.0.v20240304-1105 [2024-04-06T13:34:17.139Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.workflow.core,1.5.0.v20240304-1105 [2024-04-06T13:34:17.139Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.jee.feature.source,1.5.4.v20240304-1105 [2024-04-06T13:34:17.139Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.tool.metricsvisualizationbuilder,1.5.0.v20240304-1105 [2024-04-06T13:34:17.139Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.infrastructure.feature,1.5.4.v20240304-1105 [2024-04-06T13:34:17.139Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.manifest.discoverer.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.139Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.pde.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.139Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.omg.kdm,1.5.0.v20240304-1105 [2024-04-06T13:34:17.139Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.editor,1.5.0.v20240304-1105 [2024-04-06T13:34:17.139Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.workflow.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.139Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.common.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.140Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.doc.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.140Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.queries,1.5.0.v20240304-1105 [2024-04-06T13:34:17.140Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.kdm.uml2converter.ui.source,1.5.1.v20240304-1105 [2024-04-06T13:34:17.140Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.sdk.feature.source,1.5.4.v20240304-1105 [2024-04-06T13:34:17.140Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.discoverer.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.140Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.140Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.jface.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.140Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.jface.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.140Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.xml,1.5.0.v20240304-1105 [2024-04-06T13:34:17.140Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.query,1.5.0.v20240304-1105 [2024-04-06T13:34:17.140Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.common.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.140Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.widgets.celleditors.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.140Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.common.core,1.5.0.v20240304-1105 [2024-04-06T13:34:17.140Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.doc.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.140Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.webapp.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.141Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.facet.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.141Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.webapp,1.5.0.v20240304-1105 [2024-04-06T13:34:17.141Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.java.cdo.feature.source,1.5.4.v20240304-1105 [2024-04-06T13:34:17.141Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.sdk.feature,1.5.4.v20240304-1105 [2024-04-06T13:34:17.141Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.common.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.141Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.manifest.discoverer.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.141Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.manifest,1.5.0.v20240304-1105 [2024-04-06T13:34:17.141Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.java.cdo.feature,1.5.4.v20240304-1105 [2024-04-06T13:34:17.141Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.eclipseplugin,1.5.0.v20240304-1105 [2024-04-06T13:34:17.141Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.examples.feature,1.5.4.v20240304-1105 [2024-04-06T13:34:17.141Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.facet.edit.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.141Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.xml.discoverer,1.5.0.v20240304-1105 [2024-04-06T13:34:17.141Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.omg.smm.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.142Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.jsp.discoverer,1.5.0.v20240304-1105 [2024-04-06T13:34:17.142Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.facet,1.5.0.v20240304-1105 [2024-04-06T13:34:17.142Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.common.cdo,1.5.0.v20240304-1105 [2024-04-06T13:34:17.142Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.discovery,1.5.0.v20240304-1105 [2024-04-06T13:34:17.142Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.discoverer.cdo.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.142Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.webapp.discoverer.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.142Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.discoverer.cdo,1.5.0.v20240304-1105 [2024-04-06T13:34:17.142Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.142Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.discovery.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.142Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.workflow.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.142Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.properties.discoverer.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.142Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.142Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.query.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.142Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.efacet.edit.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.143Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.143Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.uicore,1.5.0.v20240304-1105 [2024-04-06T13:34:17.143Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.examples.java.jdk,1.5.0.v20240304-1105 [2024-04-06T13:34:17.143Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.manifest.discoverer,1.5.0.v20240304-1105 [2024-04-06T13:34:17.143Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.composition.discoverer,1.5.4.v20240304-1105 [2024-04-06T13:34:17.143Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.143Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.omg.doc,1.5.0.v20240304-1105 [2024-04-06T13:34:17.143Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.omg.doc.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.143Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.custom.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.143Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.143Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.facet.editor.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.143Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.facet.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.143Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.143Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.query.java.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.144Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.query.java.metamodel,1.5.0.v20240304-1105 [2024-04-06T13:34:17.144Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.composition.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.144Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.workflow,1.5.0.v20240304-1105 [2024-04-06T13:34:17.144Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.properties.discoverer.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.144Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.xml.discoverer.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.144Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.ejbjar.discoverer.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.144Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.ejbjar.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.144Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.kdm.source.extension.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.144Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.ecore.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.144Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.doc,1.5.0.v20240304-1105 [2024-04-06T13:34:17.144Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.doc,1.5.0.v20240304-1105 [2024-04-06T13:34:17.144Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.facet.core,1.5.0.v20240304-1105 [2024-04-06T13:34:17.144Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.query.jxpath.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.144Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.eclipseplugin.discoverer,1.5.0.v20240304-1105 [2024-04-06T13:34:17.145Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.generation.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.145Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.util.emf.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.145Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.queries,1.5.0.v20240304-1105 [2024-04-06T13:34:17.145Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.jsp.discoverer.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.145Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom,1.5.0.v20240304-1105 [2024-04-06T13:34:17.145Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.webapp.discoverer.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.145Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.omg.kdm.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.145Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.145Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.java.feature.source,1.5.4.v20240304-1105 [2024-04-06T13:34:17.145Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.catalog.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.145Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.custom.core,1.5.0.v20240304-1105 [2024-04-06T13:34:17.145Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.composition.browser.customization,1.5.0.v20240304-1105 [2024-04-06T13:34:17.145Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.ejbjar.discoverer,1.5.0.v20240304-1105 [2024-04-06T13:34:17.146Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.eclipseplugin.discoverer.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.146Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infrastructure.doc.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.146Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.widgets.celleditors.ecore.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.146Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.discovery.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.146Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.util.atl.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.146Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.composition.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.146Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.custom.metamodel.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.146Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.query.java.core,1.5.0.v20240304-1105 [2024-04-06T13:34:17.146Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.eclipseplugin.discoverer.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.146Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.pde.core,1.5.0.v20240304-1105 [2024-04-06T13:34:17.146Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.kdm.source.discoverer.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.146Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.widgets.celleditors,1.5.0.v20240304-1105 [2024-04-06T13:34:17.146Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.kdm.uml2converter.ui,1.5.1.v20240304-1105 [2024-04-06T13:34:17.147Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.browser.customization.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.147Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.147Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.eclipseplugin.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.147Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.widgets.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.147Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.util.atl.core,1.5.0.v20240304-1105 [2024-04-06T13:34:17.147Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.facet.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.147Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.facet.editor,1.5.0.v20240304-1105 [2024-04-06T13:34:17.147Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.jee.feature,1.5.4.v20240304-1105 [2024-04-06T13:34:17.147Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.query.edit,1.5.0.v20240304-1105 [2024-04-06T13:34:17.147Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.examples.uml,1.5.0.v20240304-1105 [2024-04-06T13:34:17.147Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.efacet.edit.core,1.5.0.v20240304-1105 [2024-04-06T13:34:17.147Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.common.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.147Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.xml.doc,1.5.0.v20240304-1105 [2024-04-06T13:34:17.147Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.omg.smm,1.5.0.v20240304-1105 [2024-04-06T13:34:17.148Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.widgets.celleditors.ecore,1.5.0.v20240304-1105 [2024-04-06T13:34:17.148Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.examples.java.jdk.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.148Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.facet.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.148Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.composition.discoverer.source,1.5.4.v20240304-1105 [2024-04-06T13:34:17.148Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.infra.omg.feature.source,1.5.4.v20240304-1105 [2024-04-06T13:34:17.148Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.discoverer.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.148Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.infra.omg.feature,1.5.4.v20240304-1105 [2024-04-06T13:34:17.148Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.manifest.discoverer.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.148Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.examples.feature.source,1.5.4.v20240304-1105 [2024-04-06T13:34:17.148Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.common.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.148Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.swt,1.5.0.v20240304-1105 [2024-04-06T13:34:17.148Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.examples.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.149Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.uicore.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.149Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.xml.browser.customization.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.149Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.catalog.metamodel,1.5.0.v20240304-1105 [2024-04-06T13:34:17.149Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.composition.discoverer.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.149Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.core,1.5.0.v20240304-1105 [2024-04-06T13:34:17.149Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.editor.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.149Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.doc,1.5.0.v20240304-1105 [2024-04-06T13:34:17.149Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.discoverer,1.5.4.v20240304-1105 [2024-04-06T13:34:17.149Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.core,1.5.0.v20240304-1105 [2024-04-06T13:34:17.149Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.catalog.metamodel.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.149Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.util.emf.core,1.5.0.v20240304-1105 [2024-04-06T13:34:17.149Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.tool.metricsvisualizationbuilder.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.149Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.omg.kdm.edit,1.5.0.v20240304-1105 [2024-04-06T13:34:17.150Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.queries.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.150Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.query.edit.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.150Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.query.editor.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.150Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.xml.browser.customization,1.5.0.v20240304-1105 [2024-04-06T13:34:17.150Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.jsp.browser.customization.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.150Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.properties.discoverer.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.150Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.common.core,1.5.0.v20240304-1105 [2024-04-06T13:34:17.150Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.facet.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.150Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.ejbjar,1.5.0.v20240304-1105 [2024-04-06T13:34:17.150Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.150Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.facet.edit,1.5.0.v20240304-1105 [2024-04-06T13:34:17.150Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.common.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.150Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.xml.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.150Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.common.cdo.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.151Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.eclipse.feature.source,1.5.4.v20240304-1105 [2024-04-06T13:34:17.151Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.jsp,1.5.0.v20240304-1105 [2024-04-06T13:34:17.151Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.examples,1.5.0.v20240304-1105 [2024-04-06T13:34:17.151Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.kdm.source.extension.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.151Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.kdm.source.discoverer,1.5.0.v20240304-1105 [2024-04-06T13:34:17.151Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.151Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.omg.kdm.edit.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.151Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.generation,1.5.0.v20240304-1105 [2024-04-06T13:34:17.151Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.efacet.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.151Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.ecore.core,1.5.0.v20240304-1105 [2024-04-06T13:34:17.151Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.infra.browser.feature.source,1.5.4.v20240304-1105 [2024-04-06T13:34:17.151Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.capabilities.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.151Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.efacet.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.151Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.webapp.discoverer.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.152Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.kdm.source.discoverer.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.152Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.query.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.152Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.query.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.152Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.facet.feature,1.5.4.v20240304-1105 [2024-04-06T13:34:17.152Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.swt.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.152Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.catalog,1.5.0.v20240304-1105 [2024-04-06T13:34:17.152Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.capabilities,1.5.0.v20240304-1105 [2024-04-06T13:34:17.152Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.xml.discoverer.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.152Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.omg.gastm,1.5.0.v20240304-1105 [2024-04-06T13:34:17.152Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.core,1.5.0.v20240304-1105 [2024-04-06T13:34:17.152Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.uicore.examples.cnf.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.152Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.jsp.generation.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.152Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infrastructure.doc,1.5.0.v20240304-1105 [2024-04-06T13:34:17.153Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.composition.browser.customization.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.153Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.infra.browser.feature,1.5.4.v20240304-1105 [2024-04-06T13:34:17.153Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java,1.5.0.v20240304-1105 [2024-04-06T13:34:17.153Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.custom.metamodel,1.5.0.v20240304-1105 [2024-04-06T13:34:17.153Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.discoverer.source,1.5.4.v20240304-1105 [2024-04-06T13:34:17.153Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.xml.feature,1.5.4.v20240304-1105 [2024-04-06T13:34:17.153Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.widgets,1.5.0.v20240304-1105 [2024-04-06T13:34:17.153Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.composition,1.5.0.v20240304-1105 [2024-04-06T13:34:17.153Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.discovery.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.153Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.properties.discoverer,1.5.0.v20240304-1105 [2024-04-06T13:34:17.153Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.ejbjar.discoverer.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.153Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.jsp.generation,1.5.0.v20240304-1105 [2024-04-06T13:34:17.153Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.custom.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.153Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.efacet.metamodel.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.154Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.workflow.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.154Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.jsp.browser.customization,1.5.0.v20240304-1105 [2024-04-06T13:34:17.154Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.efacet.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.154Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.kdm.uml2converter.source,1.5.1.v20240304-1105 [2024-04-06T13:34:17.154Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee,1.5.0.v20240304-1105 [2024-04-06T13:34:17.154Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.xml.feature.source,1.5.4.v20240304-1105 [2024-04-06T13:34:17.154Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.browser.customization,1.5.0.v20240304-1105 [2024-04-06T13:34:17.154Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.kdm.source.discoverer.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.154Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.examples.uml.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.154Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.cdo,1.5.0.v20240304-1105 [2024-04-06T13:34:17.154Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.query.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.154Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.xml.doc.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.154Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.jsp.discoverer.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.155Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.facet,1.5.0.v20240304-1105 [2024-04-06T13:34:17.155Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.composition.discoverer.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.155Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.facet.feature.source,1.5.4.v20240304-1105 [2024-04-06T13:34:17.155Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.uicore.examples.cnf,1.5.0.v20240304-1105 [2024-04-06T13:34:17.155Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.query.jxpath,1.5.0.v20240304-1105 [2024-04-06T13:34:17.155Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.composition.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.155Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.efacet.metamodel,1.5.0.v20240304-1105 [2024-04-06T13:34:17.155Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.editor.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.155Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.kdm.source.extension,1.5.0.v20240304-1105 [2024-04-06T13:34:17.155Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.java.cdo.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.155Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.facet.efacet.core,1.5.0.v20240304-1105 [2024-04-06T13:34:17.155Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.infra.browser.editor.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.155Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.jsp.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.156Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.modisco.java.feature,1.5.4.v20240304-1105 [2024-04-06T13:34:17.156Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.jee.ejbjar.discoverer.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.156Z] - mirroring artifact osgi.bundle,org.eclipse.modisco.kdm.source.extension.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.156Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.queries.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.156Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.kdm.uml2converter,1.5.1.v20240304-1105 [2024-04-06T13:34:17.156Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.doc.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.156Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.custom.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.156Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.omg.gastm.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.156Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.workflow.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.156Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.156Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.jsp.discoverer.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.156Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.webapp.discoverer,1.5.0.v20240304-1105 [2024-04-06T13:34:17.156Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.eclipseplugin.discoverer.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.417Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser,1.5.0.v20240304-1105 [2024-04-06T13:34:17.418Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.discovery.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.418Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.xml.discoverer.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.418Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.discovery.core,1.5.0.v20240304-1105 [2024-04-06T13:34:17.418Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.query.java.metamodel.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.418Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.418Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.eclipse.feature,1.5.4.v20240304-1105 [2024-04-06T13:34:17.418Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.manifest.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.418Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.infrastructure.feature.source,1.5.4.v20240304-1105 [2024-04-06T13:34:17.418Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.query.editor,1.5.0.v20240304-1105 [2024-04-06T13:34:17.418Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.query.core,1.5.0.v20240304-1105 [2024-04-06T13:34:17.418Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.jee.feature.source,1.5.4.v20240304-1105 [2024-04-06T13:34:17.418Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.workflow.core,1.5.0.v20240304-1105 [2024-04-06T13:34:17.418Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.infrastructure.feature,1.5.4.v20240304-1105 [2024-04-06T13:34:17.418Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.tool.metricsvisualizationbuilder,1.5.0.v20240304-1105 [2024-04-06T13:34:17.418Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.manifest.discoverer.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.418Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.pde.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.418Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.editor,1.5.0.v20240304-1105 [2024-04-06T13:34:17.418Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.workflow.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.418Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.common.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.418Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.doc.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.418Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.queries,1.5.0.v20240304-1105 [2024-04-06T13:34:17.418Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.kdm.uml2converter.ui.source,1.5.1.v20240304-1105 [2024-04-06T13:34:17.418Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.omg.kdm,1.5.0.v20240304-1105 [2024-04-06T13:34:17.418Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.sdk.feature.source,1.5.4.v20240304-1105 [2024-04-06T13:34:17.418Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.discoverer.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.418Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.419Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.jface.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.419Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.jface.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.419Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.xml,1.5.0.v20240304-1105 [2024-04-06T13:34:17.419Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.query,1.5.0.v20240304-1105 [2024-04-06T13:34:17.419Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.common.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.419Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.common.core,1.5.0.v20240304-1105 [2024-04-06T13:34:17.419Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.widgets.celleditors.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.419Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.doc.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.419Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.facet.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.681Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.webapp.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.681Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.java.cdo.feature.source,1.5.4.v20240304-1105 [2024-04-06T13:34:17.681Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.webapp,1.5.0.v20240304-1105 [2024-04-06T13:34:17.681Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.sdk.feature,1.5.4.v20240304-1105 [2024-04-06T13:34:17.681Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.manifest.discoverer.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.681Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.manifest,1.5.0.v20240304-1105 [2024-04-06T13:34:17.681Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.common.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.681Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.java.cdo.feature,1.5.4.v20240304-1105 [2024-04-06T13:34:17.681Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.eclipseplugin,1.5.0.v20240304-1105 [2024-04-06T13:34:17.681Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.examples.feature,1.5.4.v20240304-1105 [2024-04-06T13:34:17.681Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.facet.edit.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.681Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.xml.discoverer,1.5.0.v20240304-1105 [2024-04-06T13:34:17.681Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.jsp.discoverer,1.5.0.v20240304-1105 [2024-04-06T13:34:17.681Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.omg.smm.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.681Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.facet,1.5.0.v20240304-1105 [2024-04-06T13:34:17.681Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.discovery,1.5.0.v20240304-1105 [2024-04-06T13:34:17.681Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.common.cdo,1.5.0.v20240304-1105 [2024-04-06T13:34:17.681Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.discoverer.cdo.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.681Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.webapp.discoverer.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.681Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.discoverer.cdo,1.5.0.v20240304-1105 [2024-04-06T13:34:17.681Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.682Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.discovery.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.682Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.properties.discoverer.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.682Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.workflow.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.682Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.query.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.682Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.682Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.682Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.efacet.edit.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.682Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.uicore,1.5.0.v20240304-1105 [2024-04-06T13:34:17.682Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.manifest.discoverer,1.5.0.v20240304-1105 [2024-04-06T13:34:17.682Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.composition.discoverer,1.5.4.v20240304-1105 [2024-04-06T13:34:17.682Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.examples.java.jdk,1.5.0.v20240304-1105 [2024-04-06T13:34:17.682Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.omg.doc,1.5.0.v20240304-1105 [2024-04-06T13:34:17.682Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.682Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.omg.doc.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.682Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.custom.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.682Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.682Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.facet.editor.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.682Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.682Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.facet.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.682Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.query.java.metamodel,1.5.0.v20240304-1105 [2024-04-06T13:34:17.682Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.query.java.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.682Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.composition.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.682Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.workflow,1.5.0.v20240304-1105 [2024-04-06T13:34:17.943Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.properties.discoverer.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.943Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.xml.discoverer.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.943Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.ejbjar.discoverer.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:17.943Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.kdm.source.extension.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.943Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.ecore.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.943Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.doc,1.5.0.v20240304-1105 [2024-04-06T13:34:17.943Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.doc,1.5.0.v20240304-1105 [2024-04-06T13:34:17.943Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.facet.core,1.5.0.v20240304-1105 [2024-04-06T13:34:17.943Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.query.jxpath.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.943Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.eclipseplugin.discoverer,1.5.0.v20240304-1105 [2024-04-06T13:34:17.943Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.generation.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.943Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.ejbjar.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.943Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.util.emf.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.944Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.jsp.discoverer.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.944Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.queries,1.5.0.v20240304-1105 [2024-04-06T13:34:17.944Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.webapp.discoverer.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.944Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom,1.5.0.v20240304-1105 [2024-04-06T13:34:17.944Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.944Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.java.feature.source,1.5.4.v20240304-1105 [2024-04-06T13:34:17.944Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.catalog.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.944Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.custom.core,1.5.0.v20240304-1105 [2024-04-06T13:34:17.944Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.composition.browser.customization,1.5.0.v20240304-1105 [2024-04-06T13:34:17.944Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.ejbjar.discoverer,1.5.0.v20240304-1105 [2024-04-06T13:34:17.944Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.omg.kdm.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.944Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.eclipseplugin.discoverer.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.944Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infrastructure.doc.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.944Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.widgets.celleditors.ecore.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.944Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.util.atl.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.944Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.discovery.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.944Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.composition.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:17.944Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.custom.metamodel.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.204Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.eclipseplugin.discoverer.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.205Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.query.java.core,1.5.0.v20240304-1105 [2024-04-06T13:34:18.205Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.pde.core,1.5.0.v20240304-1105 [2024-04-06T13:34:18.205Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.kdm.source.discoverer.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.205Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.kdm.uml2converter.ui,1.5.1.v20240304-1105 [2024-04-06T13:34:18.205Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.widgets.celleditors,1.5.0.v20240304-1105 [2024-04-06T13:34:18.205Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.browser.customization.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.205Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:18.205Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.eclipseplugin.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.205Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.widgets.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.205Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.util.atl.core,1.5.0.v20240304-1105 [2024-04-06T13:34:18.205Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.facet.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.205Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.jee.feature,1.5.4.v20240304-1105 [2024-04-06T13:34:18.205Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.facet.editor,1.5.0.v20240304-1105 [2024-04-06T13:34:18.205Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.examples.uml,1.5.0.v20240304-1105 [2024-04-06T13:34:18.205Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.query.edit,1.5.0.v20240304-1105 [2024-04-06T13:34:18.205Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.efacet.edit.core,1.5.0.v20240304-1105 [2024-04-06T13:34:18.205Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.common.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.205Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.xml.doc,1.5.0.v20240304-1105 [2024-04-06T13:34:18.205Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.widgets.celleditors.ecore,1.5.0.v20240304-1105 [2024-04-06T13:34:18.205Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.examples.java.jdk.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.205Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.facet.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.205Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.omg.smm,1.5.0.v20240304-1105 [2024-04-06T13:34:18.205Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.composition.discoverer.source,1.5.4.v20240304-1105 [2024-04-06T13:34:18.205Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.discoverer.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:18.205Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.infra.omg.feature.source,1.5.4.v20240304-1105 [2024-04-06T13:34:18.205Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.manifest.discoverer.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.206Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.infra.omg.feature,1.5.4.v20240304-1105 [2024-04-06T13:34:18.206Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.examples.feature.source,1.5.4.v20240304-1105 [2024-04-06T13:34:18.206Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.common.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.206Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.examples.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.206Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.swt,1.5.0.v20240304-1105 [2024-04-06T13:34:18.206Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.xml.browser.customization.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.206Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.uicore.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.206Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.catalog.metamodel,1.5.0.v20240304-1105 [2024-04-06T13:34:18.206Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.composition.discoverer.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:18.206Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.editor.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:18.206Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.core,1.5.0.v20240304-1105 [2024-04-06T13:34:18.206Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.discoverer,1.5.4.v20240304-1105 [2024-04-06T13:34:18.206Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.core,1.5.0.v20240304-1105 [2024-04-06T13:34:18.206Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.catalog.metamodel.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.206Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.util.emf.core,1.5.0.v20240304-1105 [2024-04-06T13:34:18.206Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.tool.metricsvisualizationbuilder.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.467Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.doc,1.5.0.v20240304-1105 [2024-04-06T13:34:18.467Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.queries.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.467Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.query.edit.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.467Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.query.editor.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.467Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.xml.browser.customization,1.5.0.v20240304-1105 [2024-04-06T13:34:18.467Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.jsp.browser.customization.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.467Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.properties.discoverer.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.467Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.omg.kdm.edit,1.5.0.v20240304-1105 [2024-04-06T13:34:18.467Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.facet.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:18.467Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.common.core,1.5.0.v20240304-1105 [2024-04-06T13:34:18.467Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.467Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.facet.edit,1.5.0.v20240304-1105 [2024-04-06T13:34:18.467Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.common.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.467Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.xml.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.467Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.common.cdo.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.467Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.eclipse.feature.source,1.5.4.v20240304-1105 [2024-04-06T13:34:18.467Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.jsp,1.5.0.v20240304-1105 [2024-04-06T13:34:18.467Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.examples,1.5.0.v20240304-1105 [2024-04-06T13:34:18.467Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.kdm.source.extension.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:18.467Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.kdm.source.discoverer,1.5.0.v20240304-1105 [2024-04-06T13:34:18.467Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.468Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.ejbjar,1.5.0.v20240304-1105 [2024-04-06T13:34:18.468Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.generation,1.5.0.v20240304-1105 [2024-04-06T13:34:18.468Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.omg.kdm.edit.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.468Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.ecore.core,1.5.0.v20240304-1105 [2024-04-06T13:34:18.468Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.efacet.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.468Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.capabilities.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.468Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.infra.browser.feature.source,1.5.4.v20240304-1105 [2024-04-06T13:34:18.468Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.webapp.discoverer.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.468Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.kdm.source.discoverer.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.468Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.query.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.468Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.efacet.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:18.729Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.facet.feature,1.5.4.v20240304-1105 [2024-04-06T13:34:18.729Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.query.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.729Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.emf.catalog,1.5.0.v20240304-1105 [2024-04-06T13:34:18.729Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.util.swt.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.729Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.capabilities,1.5.0.v20240304-1105 [2024-04-06T13:34:18.729Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.xml.discoverer.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:18.729Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.core,1.5.0.v20240304-1105 [2024-04-06T13:34:18.730Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.uicore.examples.cnf.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.730Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.jsp.generation.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.730Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.omg.gastm,1.5.0.v20240304-1105 [2024-04-06T13:34:18.730Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.composition.browser.customization.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.730Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.infra.browser.feature,1.5.4.v20240304-1105 [2024-04-06T13:34:18.730Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java,1.5.0.v20240304-1105 [2024-04-06T13:34:18.730Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.custom.metamodel,1.5.0.v20240304-1105 [2024-04-06T13:34:18.730Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.discoverer.source,1.5.4.v20240304-1105 [2024-04-06T13:34:18.730Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.xml.feature,1.5.4.v20240304-1105 [2024-04-06T13:34:18.730Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.widgets,1.5.0.v20240304-1105 [2024-04-06T13:34:18.730Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.composition,1.5.0.v20240304-1105 [2024-04-06T13:34:18.730Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.discovery.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.730Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.properties.discoverer,1.5.0.v20240304-1105 [2024-04-06T13:34:18.731Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.ejbjar.discoverer.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.731Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.jsp.generation,1.5.0.v20240304-1105 [2024-04-06T13:34:18.731Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infrastructure.doc,1.5.0.v20240304-1105 [2024-04-06T13:34:18.731Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.custom.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:18.731Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.efacet.metamodel.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.731Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.workflow.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.731Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.jsp.browser.customization,1.5.0.v20240304-1105 [2024-04-06T13:34:18.731Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.efacet.core.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.731Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee,1.5.0.v20240304-1105 [2024-04-06T13:34:18.731Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.kdm.uml2converter.source,1.5.1.v20240304-1105 [2024-04-06T13:34:18.731Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.xml.feature.source,1.5.4.v20240304-1105 [2024-04-06T13:34:18.731Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.browser.customization,1.5.0.v20240304-1105 [2024-04-06T13:34:18.731Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.kdm.source.discoverer.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:18.731Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.examples.uml.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.997Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.query.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.997Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.cdo,1.5.0.v20240304-1105 [2024-04-06T13:34:18.997Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.xml.doc.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.997Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.jsp.discoverer.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:18.997Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.composition.discoverer.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.997Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.facet,1.5.0.v20240304-1105 [2024-04-06T13:34:18.997Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.facet.feature.source,1.5.4.v20240304-1105 [2024-04-06T13:34:18.997Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.uicore.examples.cnf,1.5.0.v20240304-1105 [2024-04-06T13:34:18.997Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.composition.ui,1.5.0.v20240304-1105 [2024-04-06T13:34:18.997Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.query.jxpath,1.5.0.v20240304-1105 [2024-04-06T13:34:18.998Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.custom.editor.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.998Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.kdm.source.extension,1.5.0.v20240304-1105 [2024-04-06T13:34:18.998Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.efacet.metamodel,1.5.0.v20240304-1105 [2024-04-06T13:34:18.998Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.facet.efacet.core,1.5.0.v20240304-1105 [2024-04-06T13:34:18.998Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.java.cdo.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.998Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.jsp.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.998Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.infra.browser.editor.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.998Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.jee.ejbjar.discoverer.ui.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.998Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.modisco.java.feature,1.5.4.v20240304-1105 [2024-04-06T13:34:18.998Z] - mirrored artifact osgi.bundle,org.eclipse.modisco.kdm.source.extension.source,1.5.0.v20240304-1105 [2024-04-06T13:34:18.998Z] Saving: file:/home/jenkins/agent/workspace/simrel.build_main/target/repository/final/aggregate [2024-04-06T13:34:19.259Z] XZ compressing: file:/home/jenkins/agent/workspace/simrel.build_main/target/repository/final/aggregate [2024-04-06T13:35:15.562Z] Done. Took 2 minutes 36 seconds [2024-04-06T13:35:15.562Z] Starting artifacts mirroring [2024-04-06T13:35:15.562Z] Mirroring artifacts from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202404020819 [2024-04-06T13:35:15.562Z] - mirroring artifact osgi.bundle,org.eclipse.emf.rap.edit.ui.source,2.13.0.v20230211-1150 [2024-04-06T13:35:15.562Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.rap.edit.ui,2.15.0.v20230211-1150 [2024-04-06T13:35:15.562Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.rap.edit.ui.source,2.15.0.v20230211-1150 [2024-04-06T13:35:15.562Z] - mirroring artifact osgi.bundle,org.eclipse.emf.rap,2.9.0.v20230211-1150 [2024-04-06T13:35:15.562Z] - mirroring artifact osgi.bundle,org.eclipse.emf.rap.common.ui,2.12.0.v20240314-0928 [2024-04-06T13:35:15.562Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.rap.common.ui.source,2.14.0.v20240314-0928 [2024-04-06T13:35:15.562Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.rap.common.ui,2.14.0.v20240314-0928 [2024-04-06T13:35:15.562Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.rap.source,2.37.0.v20240314-0928 [2024-04-06T13:35:15.562Z] - mirroring artifact osgi.bundle,org.eclipse.emf.rap.edit.ui,2.13.0.v20230211-1150 [2024-04-06T13:35:15.562Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.rap.sdk,2.37.0.v20240314-0928 [2024-04-06T13:35:15.562Z] - mirroring artifact osgi.bundle,org.eclipse.emf.rap.common.ui.source,2.12.0.v20240314-0928 [2024-04-06T13:35:15.562Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.rap,2.37.0.v20240314-0928 [2024-04-06T13:35:15.562Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.rap.edit.ui,2.15.0.v20230211-1150 [2024-04-06T13:35:15.562Z] - mirrored artifact osgi.bundle,org.eclipse.emf.rap.edit.ui.source,2.13.0.v20230211-1150 [2024-04-06T13:35:15.562Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.rap.edit.ui.source,2.15.0.v20230211-1150 [2024-04-06T13:35:15.563Z] - mirrored artifact osgi.bundle,org.eclipse.emf.rap,2.9.0.v20230211-1150 [2024-04-06T13:35:15.563Z] - mirrored artifact osgi.bundle,org.eclipse.emf.rap.common.ui,2.12.0.v20240314-0928 [2024-04-06T13:35:15.563Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.rap.common.ui,2.14.0.v20240314-0928 [2024-04-06T13:35:15.563Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.rap.common.ui.source,2.14.0.v20240314-0928 [2024-04-06T13:35:15.563Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.rap.source,2.37.0.v20240314-0928 [2024-04-06T13:35:15.563Z] - mirrored artifact osgi.bundle,org.eclipse.emf.rap.edit.ui,2.13.0.v20230211-1150 [2024-04-06T13:35:15.563Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.rap.sdk,2.37.0.v20240314-0928 [2024-04-06T13:35:15.563Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.rap,2.37.0.v20240314-0928 [2024-04-06T13:35:15.563Z] - mirrored artifact osgi.bundle,org.eclipse.emf.rap.common.ui.source,2.12.0.v20240314-0928 [2024-04-06T13:35:15.563Z] Mirroring artifacts from https://download.eclipse.org/rt/rap/3.28/RC2-20240306-1417 [2024-04-06T13:35:15.563Z] - mirroring artifact osgi.bundle,org.eclipse.rap.fileupload.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.563Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.http.registry.source,1.4.0.v20240213-1244 [2024-04-06T13:35:15.563Z] - mirroring artifact osgi.bundle,org.eclipse.rap.examples.pages.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.563Z] - mirroring artifact osgi.bundle,org.apache.commons.commons-fileupload,1.5.0 [2024-04-06T13:35:15.563Z] - mirroring artifact osgi.bundle,org.eclipse.core.databinding,1.13.200.v20240104-1240 [2024-04-06T13:35:15.563Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.cm.source,1.6.0.v20240218-1855 [2024-04-06T13:35:15.563Z] - mirroring artifact osgi.bundle,org.eclipse.core.databinding.property.source,1.10.200.v20240104-1240 [2024-04-06T13:35:15.563Z] - mirroring artifact osgi.bundle,org.eclipse.rap.nebula.widgets.grid.demo.examples,3.28.0.20240110-1440 [2024-04-06T13:35:15.563Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.server.source,12.0.6 [2024-04-06T13:35:15.563Z] - mirroring artifact osgi.bundle,org.eclipse.rap.rwt.osgi,3.28.0.20240110-1440 [2024-04-06T13:35:15.563Z] - mirroring artifact osgi.bundle,org.eclipse.rap.jface.databinding.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.563Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.event.source,1.7.0.v20240214-0846 [2024-04-06T13:35:15.563Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.servlet.source,12.0.6 [2024-04-06T13:35:15.563Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.rap.examples.feature,3.28.0.20240306-1200 [2024-04-06T13:35:15.563Z] - mirroring artifact osgi.bundle,org.eclipse.core.jobs,3.15.200.v20231214-1526 [2024-04-06T13:35:15.563Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.cm,1.6.0.v20240218-1855 [2024-04-06T13:35:15.563Z] - mirroring artifact osgi.bundle,org.eclipse.rap.filedialog,3.28.0.20240110-1440 [2024-04-06T13:35:15.563Z] - mirroring artifact osgi.bundle,org.eclipse.rap.ui,3.28.0.20240110-1440 [2024-04-06T13:35:15.563Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.console,1.4.700.v20240213-1244 [2024-04-06T13:35:15.563Z] - mirroring artifact osgi.bundle,org.eclipse.core.databinding.beans.source,1.10.200.v20231214-1513 [2024-04-06T13:35:15.563Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.server,12.0.6 [2024-04-06T13:35:15.563Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.http.servlet.source,1.8.100.v20240213-1057 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.core.runtime.source,3.31.0.v20240215-1631 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.core.jobs.source,3.15.200.v20231214-1526 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.rap.demo.controls.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.rap.examples.pages,3.28.0.20240110-1440 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.logging,12.0.6 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.http.registry,1.4.0.v20240213-1244 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.rap.jface,3.28.0.20240131-1046 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.osgi.source,3.19.0.v20240213-1246 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.rap.nebula.widgets.richtext.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.rap.rwt.testfixture,3.28.0.20240110-1440 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.core.databinding.beans,1.10.200.v20231214-1513 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.apache.commons.commons-io,2.15.1 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.rap.fileupload,3.28.0.20240110-1440 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.osgi.services.source,3.12.0.v20231218-2126 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.rap.nebula.widgets.grid,3.28.0.20240110-1440 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.rap.filedialog.demo.examples,3.28.0.20240110-1440 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.rap.design.example.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.rap.ui.forms.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.rap.nebula.widgets.grid.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.rap.rwt.osgi.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.event,1.7.0.v20240214-0846 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.rap.rwt.testfixture.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.rap.nebula.jface.gridviewer.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.security,12.0.6 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.core.contenttype,3.9.300.v20231218-0909 [2024-04-06T13:35:15.564Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.rap.sdk.feature,3.28.0.20240306-1200 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.rap.examples,3.28.0.20240110-1440 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.core.databinding.source,1.13.200.v20240104-1240 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.http.source,12.0.6 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.rap.ui.cheatsheets.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.rap.ui.forms,3.28.0.20240110-1440 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.preferences,3.11.0.v20240210-0844 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.rap.ui.views,3.28.0.20240110-1440 [2024-04-06T13:35:15.564Z] - mirroring artifact osgi.bundle,org.eclipse.rap.rwt.source,3.28.0.20240221-1050 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.io.source,12.0.6 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.eclipse.rap.rwt,3.28.0.20240221-1050 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.session,12.0.6 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.eclipse.rap.nebula.jface.gridviewer,3.28.0.20240110-1440 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.eclipse.core.contenttype.source,3.9.300.v20231218-0909 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.eclipse.osgi.services,3.12.0.v20231218-2126 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.eclipse.rap.jface.source,3.28.0.20240131-1046 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.security.source,12.0.6 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.app,1.7.0.v20240213-1427 [2024-04-06T13:35:15.565Z] - mirrored artifact osgi.bundle,org.eclipse.rap.fileupload.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.eclipse.core.commands.source,3.12.0.v20240214-1640 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.eclipse.rap.nebula.widgets.richtext.demo.examples,3.28.0.20240110-1440 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.eclipse.rap.ui.cheatsheets,3.28.0.20240110-1440 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.eclipse.rap.nebula.widgets.richtext,3.28.0.20240110-1440 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.eclipse.rap.design.example,3.28.0.20240110-1440 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.servletbridge,1.7.0.v20240213-1638 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.registry.source,3.12.0.v20240213-1057 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.eclipse.core.expressions,3.9.300.v20240207-1044 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.eclipse.rap.demo.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.565Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.rap.feature,3.28.0.20240306-1200 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.objectweb.asm.tree.analysis,9.6.0 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.common.source,3.19.0.v20240214-0846 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.common,3.19.0.v20240214-0846 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.eclipse.rap.nebula.widgets.grid.demo.examples.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.eclipse.core.databinding.property,1.10.200.v20240104-1240 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.eclipse.help.source,3.10.300.v20240107-2054 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.util.ajax.source,12.0.6 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.eclipse.rap.demo.databinding.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.objectweb.asm.util,9.6.0 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.http.jetty.source,3.9.100.v20240213-1244 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.eclipse.rap.filedialog.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.registry,3.12.0.v20240213-1057 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.eclipse.rap.demo,3.28.0.20240110-1440 [2024-04-06T13:35:15.565Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.preferences.source,3.11.0.v20240210-0844 [2024-04-06T13:35:15.566Z] - mirroring artifact osgi.bundle,org.eclipse.rap.ui.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.566Z] - mirroring artifact osgi.bundle,org.eclipse.rap.ui.views.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.566Z] - mirroring artifact osgi.bundle,org.eclipse.osgi,3.19.0.v20240213-1246 [2024-04-06T13:35:15.566Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.console.source,1.4.700.v20240213-1244 [2024-04-06T13:35:15.566Z] - mirroring artifact osgi.bundle,org.eclipse.rap.ui.workbench.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.566Z] - mirroring artifact osgi.bundle,org.eclipse.core.runtime,3.31.0.v20240215-1631 [2024-04-06T13:35:15.566Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.http.servlet,1.8.100.v20240213-1057 [2024-04-06T13:35:15.566Z] - mirroring artifact osgi.bundle,org.eclipse.core.databinding.observable,1.13.200.v20240104-1240 [2024-04-06T13:35:15.566Z] - mirroring artifact osgi.bundle,org.eclipse.jetty.util.source,12.0.6 [2024-04-06T13:35:15.566Z] - mirroring artifact osgi.bundle,org.eclipse.rap.jface.databinding,3.28.0.20240110-1440 [2024-04-06T13:35:15.566Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.rap.equinox.target.feature,3.28.0.20240306-1200 [2024-04-06T13:35:15.566Z] - mirroring artifact osgi.bundle,org.eclipse.rap.filedialog.demo.examples.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.566Z] - mirroring artifact osgi.bundle,org.eclipse.core.databinding.observable.source,1.13.200.v20240104-1240 [2024-04-06T13:35:15.566Z] - mirroring artifact osgi.bundle,org.eclipse.core.expressions.source,3.9.300.v20240207-1044 [2024-04-06T13:35:15.566Z] - mirroring artifact osgi.bundle,org.eclipse.rap.demo.databinding,3.28.0.20240110-1440 [2024-04-06T13:35:15.566Z] - mirroring artifact osgi.bundle,org.eclipse.core.commands,3.12.0.v20240214-1640 [2024-04-06T13:35:15.566Z] - mirroring artifact osgi.bundle,org.eclipse.help,3.10.300.v20240107-2054 [2024-04-06T13:35:15.566Z] - mirroring artifact osgi.bundle,org.eclipse.rap.examples.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.566Z] - mirroring artifact osgi.bundle,org.eclipse.rap.ui.workbench,3.28.0.20240110-1440 [2024-04-06T13:35:15.566Z] - mirroring artifact osgi.bundle,org.eclipse.rap.nebula.widgets.richtext.demo.examples.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.566Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.app.source,1.7.0.v20240213-1427 [2024-04-06T13:35:15.566Z] - mirroring artifact osgi.bundle,org.eclipse.equinox.http.jetty,3.9.100.v20240213-1244 [2024-04-06T13:35:15.566Z] - mirroring artifact osgi.bundle,org.eclipse.rap.demo.controls,3.28.0.20240110-1440 [2024-04-06T13:35:15.566Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.http.registry.source,1.4.0.v20240213-1244 [2024-04-06T13:35:15.566Z] - mirrored artifact osgi.bundle,org.apache.commons.commons-fileupload,1.5.0 [2024-04-06T13:35:15.566Z] - mirrored artifact osgi.bundle,org.eclipse.rap.examples.pages.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.566Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.cm.source,1.6.0.v20240218-1855 [2024-04-06T13:35:15.566Z] - mirrored artifact osgi.bundle,org.eclipse.core.databinding,1.13.200.v20240104-1240 [2024-04-06T13:35:15.566Z] - mirrored artifact osgi.bundle,org.eclipse.core.databinding.property.source,1.10.200.v20240104-1240 [2024-04-06T13:35:15.566Z] - mirrored artifact osgi.bundle,org.eclipse.rap.nebula.widgets.grid.demo.examples,3.28.0.20240110-1440 [2024-04-06T13:35:15.566Z] - mirrored artifact osgi.bundle,org.eclipse.rap.rwt.osgi,3.28.0.20240110-1440 [2024-04-06T13:35:15.566Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.server.source,12.0.6 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.rap.jface.databinding.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.event.source,1.7.0.v20240214-0846 [2024-04-06T13:35:15.567Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.rap.examples.feature,3.28.0.20240306-1200 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.servlet.source,12.0.6 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.core.jobs,3.15.200.v20231214-1526 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.cm,1.6.0.v20240218-1855 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.rap.filedialog,3.28.0.20240110-1440 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.rap.ui,3.28.0.20240110-1440 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.console,1.4.700.v20240213-1244 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.core.databinding.beans.source,1.10.200.v20231214-1513 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.server,12.0.6 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.core.runtime.source,3.31.0.v20240215-1631 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.http.servlet.source,1.8.100.v20240213-1057 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.core.jobs.source,3.15.200.v20231214-1526 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.rap.demo.controls.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.logging,12.0.6 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.http.registry,1.4.0.v20240213-1244 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.rap.examples.pages,3.28.0.20240110-1440 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.rap.jface,3.28.0.20240131-1046 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.osgi.source,3.19.0.v20240213-1246 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.rap.rwt.testfixture,3.28.0.20240110-1440 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.rap.nebula.widgets.richtext.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.core.databinding.beans,1.10.200.v20231214-1513 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.rap.fileupload,3.28.0.20240110-1440 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.osgi.services.source,3.12.0.v20231218-2126 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.apache.commons.commons-io,2.15.1 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.rap.filedialog.demo.examples,3.28.0.20240110-1440 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.rap.design.example.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.rap.nebula.widgets.grid,3.28.0.20240110-1440 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.rap.nebula.widgets.grid.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.rap.rwt.osgi.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.rap.ui.forms.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.event,1.7.0.v20240214-0846 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.rap.rwt.testfixture.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.567Z] - mirrored artifact osgi.bundle,org.eclipse.rap.nebula.jface.gridviewer.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.security,12.0.6 [2024-04-06T13:35:15.568Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.rap.sdk.feature,3.28.0.20240306-1200 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.core.contenttype,3.9.300.v20231218-0909 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.rap.examples,3.28.0.20240110-1440 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.core.databinding.source,1.13.200.v20240104-1240 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.http.source,12.0.6 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.rap.ui.cheatsheets.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.rap.ui.forms,3.28.0.20240110-1440 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.preferences,3.11.0.v20240210-0844 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.rap.ui.views,3.28.0.20240110-1440 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.io.source,12.0.6 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.rap.rwt.source,3.28.0.20240221-1050 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.session,12.0.6 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.rap.nebula.jface.gridviewer,3.28.0.20240110-1440 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.core.contenttype.source,3.9.300.v20231218-0909 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.osgi.services,3.12.0.v20231218-2126 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.rap.rwt,3.28.0.20240221-1050 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.security.source,12.0.6 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.app,1.7.0.v20240213-1427 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.core.commands.source,3.12.0.v20240214-1640 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.rap.jface.source,3.28.0.20240131-1046 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.rap.nebula.widgets.richtext.demo.examples,3.28.0.20240110-1440 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.rap.ui.cheatsheets,3.28.0.20240110-1440 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.rap.nebula.widgets.richtext,3.28.0.20240110-1440 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.servletbridge,1.7.0.v20240213-1638 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.rap.design.example,3.28.0.20240110-1440 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.registry.source,3.12.0.v20240213-1057 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.core.expressions,3.9.300.v20240207-1044 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.rap.demo.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.objectweb.asm.tree.analysis,9.6.0 [2024-04-06T13:35:15.568Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.rap.feature,3.28.0.20240306-1200 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.common,3.19.0.v20240214-0846 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.common.source,3.19.0.v20240214-0846 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.rap.nebula.widgets.grid.demo.examples.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.568Z] - mirrored artifact osgi.bundle,org.eclipse.help.source,3.10.300.v20240107-2054 [2024-04-06T13:35:15.569Z] - mirrored artifact osgi.bundle,org.eclipse.core.databinding.property,1.10.200.v20240104-1240 [2024-04-06T13:35:15.569Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.util.ajax.source,12.0.6 [2024-04-06T13:35:15.569Z] - mirrored artifact osgi.bundle,org.eclipse.rap.demo.databinding.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.569Z] - mirrored artifact osgi.bundle,org.objectweb.asm.util,9.6.0 [2024-04-06T13:35:15.569Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.http.jetty.source,3.9.100.v20240213-1244 [2024-04-06T13:35:15.569Z] - mirrored artifact osgi.bundle,org.eclipse.rap.filedialog.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.569Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.registry,3.12.0.v20240213-1057 [2024-04-06T13:35:15.569Z] - mirrored artifact osgi.bundle,org.eclipse.rap.demo,3.28.0.20240110-1440 [2024-04-06T13:35:15.569Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.preferences.source,3.11.0.v20240210-0844 [2024-04-06T13:35:15.569Z] - mirrored artifact osgi.bundle,org.eclipse.rap.ui.views.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.569Z] - mirrored artifact osgi.bundle,org.eclipse.rap.ui.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.569Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.console.source,1.4.700.v20240213-1244 [2024-04-06T13:35:15.569Z] - mirrored artifact osgi.bundle,org.eclipse.osgi,3.19.0.v20240213-1246 [2024-04-06T13:35:15.569Z] - mirrored artifact osgi.bundle,org.eclipse.core.runtime,3.31.0.v20240215-1631 [2024-04-06T13:35:15.569Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.http.servlet,1.8.100.v20240213-1057 [2024-04-06T13:35:15.569Z] - mirrored artifact osgi.bundle,org.eclipse.core.databinding.observable,1.13.200.v20240104-1240 [2024-04-06T13:35:15.569Z] - mirrored artifact osgi.bundle,org.eclipse.rap.ui.workbench.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.569Z] - mirrored artifact osgi.bundle,org.eclipse.jetty.util.source,12.0.6 [2024-04-06T13:35:15.569Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.rap.equinox.target.feature,3.28.0.20240306-1200 [2024-04-06T13:35:15.569Z] - mirrored artifact osgi.bundle,org.eclipse.rap.filedialog.demo.examples.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.569Z] - mirrored artifact osgi.bundle,org.eclipse.rap.jface.databinding,3.28.0.20240110-1440 [2024-04-06T13:35:15.569Z] - mirrored artifact osgi.bundle,org.eclipse.core.expressions.source,3.9.300.v20240207-1044 [2024-04-06T13:35:15.569Z] - mirrored artifact osgi.bundle,org.eclipse.core.databinding.observable.source,1.13.200.v20240104-1240 [2024-04-06T13:35:15.569Z] - mirrored artifact osgi.bundle,org.eclipse.rap.demo.databinding,3.28.0.20240110-1440 [2024-04-06T13:35:15.569Z] - mirrored artifact osgi.bundle,org.eclipse.core.commands,3.12.0.v20240214-1640 [2024-04-06T13:35:15.569Z] - mirrored artifact osgi.bundle,org.eclipse.rap.examples.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.569Z] - mirrored artifact osgi.bundle,org.eclipse.help,3.10.300.v20240107-2054 [2024-04-06T13:35:15.569Z] - mirrored artifact osgi.bundle,org.eclipse.rap.nebula.widgets.richtext.demo.examples.source,3.28.0.20240110-1440 [2024-04-06T13:35:15.569Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.app.source,1.7.0.v20240213-1427 [2024-04-06T13:35:15.569Z] - mirrored artifact osgi.bundle,org.eclipse.equinox.http.jetty,3.9.100.v20240213-1244 [2024-04-06T13:35:15.569Z] - mirrored artifact osgi.bundle,org.eclipse.rap.demo.controls,3.28.0.20240110-1440 [2024-04-06T13:35:15.569Z] - mirrored artifact osgi.bundle,org.eclipse.rap.ui.workbench,3.28.0.20240110-1440 [2024-04-06T13:35:15.569Z] Saving: file:/home/jenkins/agent/workspace/simrel.build_main/target/repository/final/aggregate [2024-04-06T13:35:15.570Z] XZ compressing: file:/home/jenkins/agent/workspace/simrel.build_main/target/repository/final/aggregate [2024-04-06T13:36:02.323Z] Done. Took 51 seconds [2024-04-06T13:36:02.323Z] Making the aggregated metadata repository final at file:/home/jenkins/agent/workspace/simrel.build_main/target/repository/final [2024-04-06T13:36:02.323Z] Making the aggregated artifact repository final at file:/home/jenkins/agent/workspace/simrel.build_main/target/repository/final [2024-04-06T13:36:02.323Z] [INFO] [2024-04-06T13:36:02.323Z] [INFO] --- tycho-gpg:4.0.7:sign-p2-artifacts (default) @ build --- [2024-04-06T13:36:04.252Z] [INFO] Secret key available for public key: e169b4a80d23c8f7541618d00e0016f2cbcb0197 [2024-04-06T13:36:04.252Z] [INFO] Secret key available for public key: 1c6f3d42d6e6b07a6615559c70b824d9a6b4ae29 [2024-04-06T13:36:04.252Z] [INFO] Trying to get the private key of the secret key of public key: 1c6f3d42d6e6b07a6615559c70b824d9a6b4ae29 [2024-04-06T13:36:04.823Z] [INFO] Got the private key of the secret key of public key: 1c6f3d42d6e6b07a6615559c70b824d9a6b4ae29 [2024-04-06T13:36:06.210Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-04-06T13:36:06.210Z] [INFO] Cache location: /home/jenkins/.m2/repository/.cache/tycho [2024-04-06T13:36:06.210Z] [INFO] Transport mode: online [2024-04-06T13:36:06.210Z] [INFO] Http Transport type: Java11Client [2024-04-06T13:36:06.210Z] [INFO] Update mode: cache first [2024-04-06T13:36:06.211Z] [INFO] Minimum cache duration: 60 minutes [2024-04-06T13:36:06.211Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-04-06T13:36:06.211Z] [INFO] Adding repository file:/home/jenkins/agent/workspace/simrel.build_main/target/repository/final [2024-04-06T13:37:14.136Z] [INFO] ------------------------------------------------------------------------ [2024-04-06T13:37:14.136Z] [INFO] BUILD SUCCESS [2024-04-06T13:37:14.136Z] [INFO] ------------------------------------------------------------------------ [2024-04-06T13:37:14.136Z] [INFO] Total time: 09:48 min [2024-04-06T13:37:14.137Z] [INFO] Finished at: 2024-04-06T13:37:07Z [2024-04-06T13:37:14.137Z] [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-04-06T13:37:15.592Z] [ssh-agent] Using credentials genie.simrel (ssh://genie.simrel@projects-storage.eclipse.org) [2024-04-06T13:37:15.592Z] [ssh-agent] Looking for ssh-agent implementation... [2024-04-06T13:37:15.619Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-04-06T13:37:15.623Z] $ ssh-agent [2024-04-06T13:37:15.645Z] SSH_AUTH_SOCK=/tmp/ssh-uifpFNhyTvNt/agent.1510 [2024-04-06T13:37:15.645Z] SSH_AGENT_PID=1512 [2024-04-06T13:37:15.661Z] Running ssh-add (command line suppressed) [2024-04-06T13:37:15.684Z] Identity added: /home/jenkins/agent/workspace/simrel.build_main@tmp/private_key_5785297100125623799.key (/home/jenkins/agent/workspace/simrel.build_main@tmp/private_key_5785297100125623799.key) [2024-04-06T13:37:15.703Z] [ssh-agent] Started. [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] lock [2024-04-06T13:37:16.322Z] Trying to acquire lock on [staging-repository] [2024-04-06T13:37:16.346Z] Resource [staging-repository] did not exist. Created. [2024-04-06T13:37:16.346Z] Lock acquired on [staging-repository] [Pipeline] { [Pipeline] sh [2024-04-06T13:37:17.333Z] + ssh genie.simrel@projects-storage.eclipse.org ' [2024-04-06T13:37:17.333Z] mkdir -p /home/data/httpd/download.eclipse.org/staging/2024-06 [2024-04-06T13:37:17.333Z] rm -rf /home/data/httpd/download.eclipse.org/staging/2024-06/* [2024-04-06T13:37:17.333Z] ' [2024-04-06T13:37:29.574Z] + 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-06/ [2024-04-06T13:38:51.095Z] + ssh genie.simrel@projects-storage.eclipse.org ' [2024-04-06T13:38:51.095Z] ls -sail /home/data/httpd/download.eclipse.org/staging/2024-06 [2024-04-06T13:38:51.095Z] ' [2024-04-06T13:38:51.095Z] total 7072 [2024-04-06T13:38:51.095Z] 147521537 4 drwxr-sr-x 5 genie.simrel callistoadmin 4096 Apr 6 09:37 . [2024-04-06T13:38:51.095Z] 141426689 4 drwxrwsr-x 17 david_williams callistoadmin 4096 Mar 13 08:10 .. [2024-04-06T13:38:51.095Z] 147521538 1700 -rw-r--r-- 1 genie.simrel callistoadmin 1739809 Apr 6 09:37 artifacts.jar [2024-04-06T13:38:51.096Z] 147521539 1004 -rw-r--r-- 1 genie.simrel callistoadmin 1026180 Apr 6 09:37 artifacts.xml.xz [2024-04-06T13:38:51.096Z] 147521540 4 drwxr-sr-x 2 genie.simrel callistoadmin 4096 Apr 6 09:37 binary [2024-04-06T13:38:51.096Z] 147521570 2908 -rw-r--r-- 1 genie.simrel callistoadmin 2974278 Apr 6 09:37 content.jar [2024-04-06T13:38:51.096Z] 147521571 820 -rw-r--r-- 1 genie.simrel callistoadmin 837772 Apr 6 09:37 content.xml.xz [2024-04-06T13:38:51.096Z] 147521572 124 drwxr-sr-x 2 genie.simrel callistoadmin 122880 Apr 6 09:37 features [2024-04-06T13:38:51.096Z] 147529281 4 -rw-r--r-- 1 genie.simrel callistoadmin 365 Apr 6 09:37 p2.index [2024-04-06T13:38:51.096Z] 147529282 500 drwxr-sr-x 2 genie.simrel callistoadmin 507904 Apr 6 09:38 plugins [Pipeline] } [2024-04-06T13:38:51.117Z] Lock released on resource [staging-repository] [Pipeline] // lock [Pipeline] } [Pipeline] // script [Pipeline] } [2024-04-06T13:38:51.175Z] $ ssh-agent -k [2024-04-06T13:38:51.182Z] unset SSH_AUTH_SOCK; [2024-04-06T13:38:51.182Z] unset SSH_AGENT_PID; [2024-04-06T13:38:51.182Z] echo Agent pid 1512 killed; [2024-04-06T13:38:51.201Z] [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-04-06T13:38:51.911Z] 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 #1231 GitHub has been notified of this commit’s build result Finished: SUCCESS