Started by timer Obtained releng/org.eclipse.oomph.releng/hudson/SetupArchiver.jenkinsfile from git https://github.com/eclipse-oomph/oomph.git [Pipeline] Start of Pipeline [Pipeline] node Agent basic-b45pb is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-b45pb" namespace: "oomph" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.oomph.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-b45pb" - 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-b45pb" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.oomph.svc.cluster.local/oomph/" 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-oomph" 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-b45pb in /home/jenkins/agent/workspace/setup-archiver [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-oomph/oomph.git > git init /home/jenkins/agent/workspace/setup-archiver # timeout=10 Fetching upstream changes from https://github.com/eclipse-oomph/oomph.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse-oomph/oomph.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 2ff4b6b6feeca7992c509db81bea11f33b9d60f9 (refs/remotes/origin/master) > git config remote.origin.url https://github.com/eclipse-oomph/oomph.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2ff4b6b6feeca7992c509db81bea11f33b9d60f9 # timeout=10 Commit message: "Update to Tycho 4.0.7" > git rev-list --no-walk 2ff4b6b6feeca7992c509db81bea11f33b9d60f9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 10 min [Pipeline] { [Pipeline] stage [Pipeline] { (Archiver) [Pipeline] sshagent [ssh-agent] Using credentials genie.oomph (ssh://genie.oomph@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-oPMhHwQ8s3ii/agent.138 SSH_AGENT_PID=140 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/setup-archiver@tmp/private_key_9273946655719036556.key (/home/jenkins/agent/workspace/setup-archiver@tmp/private_key_9273946655719036556.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + set -o pipefail + LOGIN=genie.oomph@projects-storage.eclipse.org + OOMPH_DIR=/home/data/httpd/download.eclipse.org/oomph + ARCHIVE_NAME=setups.zip + ARCHIVE_LOCATION=/home/data/httpd/download.eclipse.org/oomph/www/setups.zip + ssh genie.oomph@projects-storage.eclipse.org 'test -f /home/data/httpd/download.eclipse.org/oomph/www/setups.zip' + scp genie.oomph@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/oomph/www/setups.zip setups.zip + mkdir -p setups-old + cd setups-old + unzip -q ../setups.zip + cd - /home/jenkins/agent/workspace/setup-archiver + scp genie.oomph@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/oomph/products/latest/eclipse-inst-jre-linux64.tar.gz . + tar --warning=no-unknown-keyword -xf eclipse-inst-jre-linux64.tar.gz + eclipse-installer/eclipse-inst -application org.eclipse.oomph.setup.core.SetupArchiver -consoleLog -noSplash -target /home/jenkins/agent/workspace/setup-archiver/setups.zip -vmargs -Dfile.encoding=UTF-8 '-Doomph.redirection.oomph.clone=https://raw.githubusercontent.com/eclipse-oomph/oomph/master/->file:/home/jenkins/agent/workspace/setup-archiver/' -Dorg.eclipse.oomph.setup.internal.core.SetupArchiver.traceEcore=true -Doomph.setup.ecf.trace=false + tee log Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Launching.ecore -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Launching.ecore Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Predicates.ecore -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Predicates.ecore Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Maven.ecore -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Maven.ecore Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/PDE.ecore -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/PDE.ecore Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Projects.ecore -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Projects.ecore Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/ProjectSet.ecore -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/ProjectSet.ecore Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Targlets.ecore -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Targlets.ecore Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/SetupTarglets.ecore -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/SetupTarglets.ecore Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/WorkingSets.ecore -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/WorkingSets.ecore Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/SetupWorkingSets.ecore -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/SetupWorkingSets.ecore Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Workbench.ecore -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Workbench.ecore Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/redirectable.projects.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/redirectable.projects.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/org.opendaylight.projects.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/org.opendaylight.projects.setup Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/redirectable.products.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/redirectable.products.setup Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/interim/products/PapyrusWithCDO.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/interim/products/PapyrusWithCDO.setup Previously mirrored https://raw.githubusercontent.com/openhab/openhab-distro/master/launch/openHAB2.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/openhab/openhab-distro/master/launch/openHAB2.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/yangtools.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/yangtools.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/yang-push.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/yang-push.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/vtn.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/vtn.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/vpnservice.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/vpnservice.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/usecplugin.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/usecplugin.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/usc.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/usc.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/unimgr.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/unimgr.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/ttp.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/ttp.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/tsdr.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/tsdr.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/transportpce.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/transportpce.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/topoprocessing.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/topoprocessing.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/tcpmd5.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/tcpmd5.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/sxp.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/sxp.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/src.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/src.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/snmp4sdn.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/snmp4sdn.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/snmp.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/snmp.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/snbi.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/snbi.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/sfc.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/sfc.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/serviceutils.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/serviceutils.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/sdninterfaceapp.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/sdninterfaceapp.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/packetcable.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/packetcable.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/ovsdb.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/ovsdb.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/openflowplugin.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/openflowplugin.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/openflowjava.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/openflowjava.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/ofextensions/circuitsw.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/ofextensions/circuitsw.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/of-config.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/of-config.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/odlparent.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/odlparent.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/ocpplugin.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/ocpplugin.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/nic.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/nic.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/next.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/next.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/neutron.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/neutron.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/netvirt.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/netvirt.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/netide.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/netide.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/netconf.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/netconf.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/nemo.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/nemo.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/natapp.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/natapp.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/mdsal.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/mdsal.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/lispflowmapping.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/lispflowmapping.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/lacp.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/lacp.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/l2switch.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/l2switch.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/iotdm.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/iotdm.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/integration/test.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/integration/test.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/integration/packaging.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/integration/packaging.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/integration/distribution.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/integration/distribution.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/infrautils.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/infrautils.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/groupbasedpolicy.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/groupbasedpolicy.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/genius.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/genius.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/faas.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/faas.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/org.opendaylight.eclipse.setup.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/org.opendaylight.eclipse.setup.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/dlux.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/dlux.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/didm.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/didm.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/daexim.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/daexim.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/coretutorials.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/coretutorials.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/controller.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/controller.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/centinel.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/centinel.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/cardinal.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/cardinal.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/capwap.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/capwap.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/bgpcep.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/bgpcep.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/atrium.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/atrium.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/alto.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/alto.setup Previously mirrored https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/aaa.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/aaa.setup Previously mirrored https://git.eclipse.org/c/jsdt/webtools.jsdt.git/plain/releng/org.eclipse.wst.jsdt.releng/JSDT.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/git.eclipse.org/c/jsdt/webtools.jsdt.git/plain/releng/org.eclipse.wst.jsdt.releng/JSDT.setup Previously mirrored https://git.eclipse.org/c/usssdk/org.eclipse.usssdk.git/plain/org.eclipse.userstorage.releng/UserStorage.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/git.eclipse.org/c/usssdk/org.eclipse.usssdk.git/plain/org.eclipse.userstorage.releng/UserStorage.setup Previously mirrored https://raw.githubusercontent.com/eclipse/texlipse/master/EclipseTeXlipse.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse/texlipse/master/EclipseTeXlipse.setup Previously mirrored https://git.eclipse.org/c/tea/tea.git/plain/org.eclipse.tea.core_feature/TEA.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/git.eclipse.org/c/tea/tea.git/plain/org.eclipse.tea.core_feature/TEA.setup Previously mirrored https://raw.githubusercontent.com/eclipse/smarthome/master/targetplatform/EclipseSmartHome.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse/smarthome/master/targetplatform/EclipseSmartHome.setup Previously mirrored https://git.eclipse.org/c/skills/org.eclipse.skills.git/plain/releng/org.eclipse.skills.releng/oomph/skills.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/git.eclipse.org/c/skills/org.eclipse.skills.git/plain/releng/org.eclipse.skills.releng/oomph/skills.setup Previously mirrored https://raw.githubusercontent.com/eclipse/packagedrone/master/setups/org.eclipse.packagedrone.oomph/PackageDrone.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse/packagedrone/master/setups/org.eclipse.packagedrone.oomph/PackageDrone.setup Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/interim/Orbit.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/interim/Orbit.setup Previously mirrored https://raw.githubusercontent.com/eclipse/n4js/master/releng/org.eclipse.n4js.targetplatform/N4JS.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse/n4js/master/releng/org.eclipse.n4js.targetplatform/N4JS.setup Previously mirrored https://raw.githubusercontent.com/eclipse/mwe/master/releng/MWE.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse/mwe/master/releng/MWE.setup Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/interim/MPC.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/interim/MPC.setup Previously mirrored https://raw.githubusercontent.com/eclipse/ice/master/org.eclipse.ice.aggregator/ICE.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse/ice/master/org.eclipse.ice.aggregator/ICE.setup Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/interim/EMFCompare.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/interim/EMFCompare.setup Previously mirrored https://git.eclipse.org/c/ecoretools/org.eclipse.ecoretools.git/plain/org.eclipse.emf.ecoretools.build/EcoreTools.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/git.eclipse.org/c/ecoretools/org.eclipse.ecoretools.git/plain/org.eclipse.emf.ecoretools.build/EcoreTools.setup Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/interim/E4Tools.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/interim/E4Tools.setup Previously mirrored https://raw.githubusercontent.com/eclipse/dartboard/master/org.eclipse.dartboard.releng/Dartboard.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse/dartboard/master/org.eclipse.dartboard.releng/Dartboard.setup Previously mirrored https://raw.githubusercontent.com/eclipse/corrosion/master/target-platform/Corrosion.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse/corrosion/master/target-platform/Corrosion.setup Previously mirrored https://raw.githubusercontent.com/eclipse-cbi/p2repo-analyzers/main/releng/org.eclipse.cbi.p2repo.analyzers.parent/setup/P2RepoAnalyzer.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-cbi/p2repo-analyzers/main/releng/org.eclipse.cbi.p2repo.analyzers.parent/setup/P2RepoAnalyzer.setup Previously mirrored https://git.eclipse.org/c/capra/org.eclipse.capra.git/plain/releng/org.eclipse.capra.oomph/EclipseCapra.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/git.eclipse.org/c/capra/org.eclipse.capra.git/plain/releng/org.eclipse.capra.oomph/EclipseCapra.setup Previously mirrored https://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.settings/oomph/Capella.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.settings/oomph/Capella.setup Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/interim/BPMN2.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/interim/BPMN2.setup Previously mirrored https://git.eclipse.org/c/amalgam/org.eclipse.amalgam.git/plain/releng/org.eclipse.amalgam.releng/Amalgam.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/git.eclipse.org/c/amalgam/org.eclipse.amalgam.git/plain/releng/org.eclipse.amalgam.releng/Amalgam.setup Previously mirrored https://raw.githubusercontent.com/m2e-code-quality/m2e-code-quality/develop/m2e-code-quality.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/m2e-code-quality/m2e-code-quality/develop/m2e-code-quality.setup Previously mirrored https://raw.githubusercontent.com/LorenzoBettini/jbase/master/jbase.workspace/Jbase.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/LorenzoBettini/jbase/master/jbase.workspace/Jbase.setup Previously mirrored https://raw.githubusercontent.com/LorenzoBettini/javamm/master/javamm.workspace/Javamm.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/LorenzoBettini/javamm/master/javamm.workspace/Javamm.setup Previously mirrored https://raw.githubusercontent.com/JanKoehnlein/FXDiagram/master/de.fxdiagram.docs/FXDiagram.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/JanKoehnlein/FXDiagram/master/de.fxdiagram.docs/FXDiagram.setup Previously mirrored https://raw.githubusercontent.com/mougnibas/cook-helper/master/project.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/mougnibas/cook-helper/master/project.setup Previously mirrored https://raw.githubusercontent.com/eclipse-birt/birt/master/build/org.eclipse.birt.releng/BIRTConfiguration.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-birt/birt/master/build/org.eclipse.birt.releng/BIRTConfiguration.setup Previously mirrored https://raw.githubusercontent.com/eclipse/birt/master/build/org.eclipse.birt/eclipse32.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse/birt/master/build/org.eclipse.birt/eclipse32.png Previously mirrored https://raw.githubusercontent.com/eclipse-cbi/p2repo-aggregator/main/releng/org.eclipse.cbi.p2repo.releng.parent/setup/P2RepositoryAggregatorConfiguration.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-cbi/p2repo-aggregator/main/releng/org.eclipse.cbi.p2repo.releng.parent/setup/P2RepositoryAggregatorConfiguration.setup Previously mirrored svg://birt.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/svg/birt.svg Previously mirrored svg://p2_Aggregator.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/svg/p2_Aggregator.svg Previously mirrored https://www.eclipse.org/downloads/images/classic.jpg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/www.eclipse.org/downloads/images/classic.jpg Previously mirrored https://raw.githubusercontent.com/eclipse-cbi/p2repo-aggregator/main/plugins/org.eclipse.cbi.p2repo.aggregator.editor/icons/full/wizban/NewAggregator.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-cbi/p2repo-aggregator/main/plugins/org.eclipse.cbi.p2repo.aggregator.editor/icons/full/wizban/NewAggregator.png Previously mirrored https://www.eclipse.org/downloads/images/corrosion.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/www.eclipse.org/downloads/images/corrosion.png Previously mirrored https://www.eclipse.org/downloads/images/birt-icon_48x48.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/www.eclipse.org/downloads/images/birt-icon_48x48.png Previously mirrored https://www.eclipse.org/downloads/images/testing.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/www.eclipse.org/downloads/images/testing.png Previously mirrored https://www.eclipse.org/downloads/images/javascript.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/www.eclipse.org/downloads/images/javascript.png Previously mirrored https://www.eclipse.org/downloads/images/scout.jpg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/www.eclipse.org/downloads/images/scout.jpg Previously mirrored https://www.eclipse.org/downloads/images/parallel.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/www.eclipse.org/downloads/images/parallel.png Previously mirrored https://www.eclipse.org/downloads/images/modeling.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/www.eclipse.org/downloads/images/modeling.png Previously mirrored https://www.eclipse.org/downloads/images/rcp.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/www.eclipse.org/downloads/images/rcp.png Previously mirrored https://www.eclipse.org/downloads/images/dsl-package_42.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/www.eclipse.org/downloads/images/dsl-package_42.png Previously mirrored https://www.eclipse.org/downloads/images/php.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/www.eclipse.org/downloads/images/php.png Previously mirrored https://www.eclipse.org/downloads/images/cdt.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/www.eclipse.org/downloads/images/cdt.png Previously mirrored https://www.eclipse.org/downloads/images/javaee.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/www.eclipse.org/downloads/images/javaee.png Previously mirrored https://www.eclipse.org/downloads/images/java.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/www.eclipse.org/downloads/images/java.png Previously mirrored https://raw.githubusercontent.com/eclipse-cbi/p2repo-analyzers/main/releng/org.eclipse.cbi.p2repo.analyzers.parent/setup/P2RepositoryAnalyzerConfiguration.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-cbi/p2repo-analyzers/main/releng/org.eclipse.cbi.p2repo.analyzers.parent/setup/P2RepositoryAnalyzerConfiguration.setup Previously mirrored https://raw.githubusercontent.com/eclipse-cbi/targetplatform-dsl/master/TPDConfiguration.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-cbi/targetplatform-dsl/master/TPDConfiguration.setup Previously mirrored svg://p2_Analyzer.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/svg/p2_Analyzer.svg Previously mirrored svg://cdo.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/svg/cdo.svg Previously mirrored svg://Target_Platform_Definition_DSL.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/svg/Target_Platform_Definition_DSL.svg Previously mirrored https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.images/master/org.eclipse.images/eclipse-svg/org.eclipse.pde.ui/icons/obj16/target_profile_xml_obj.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-platform/eclipse.platform.images/master/org.eclipse.images/eclipse-svg/org.eclipse.pde.ui/icons/obj16/target_profile_xml_obj.svg Previously mirrored https://raw.githubusercontent.com/eclipse-cdt/cdt/main/releng/CDTConfiguration.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-cdt/cdt/main/releng/CDTConfiguration.setup Previously mirrored https://raw.githubusercontent.com/eclipse-datatools/datatools/master/releng/DataToolsConfiguration.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-datatools/datatools/master/releng/DataToolsConfiguration.setup Previously mirrored https://raw.githubusercontent.com/eclipse-emf/org.eclipse.emf/master/releng/org.eclipse.emf.releng/EMFDevelopmentEnvironmentConfiguration.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-emf/org.eclipse.emf/master/releng/org.eclipse.emf.releng/EMFDevelopmentEnvironmentConfiguration.setup Previously mirrored https://raw.githubusercontent.com/eclipse-packaging/packages/master/releng/org.eclipse.epp.config/oomph/EPPConfiguration.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-packaging/packages/master/releng/org.eclipse.epp.config/oomph/EPPConfiguration.setup Previously mirrored svg://Data_Tools_Platform.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/svg/Data_Tools_Platform.svg Previously mirrored https://github.com/eclipse-datatools/.github/raw/main/images/dtp.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/github.com/eclipse-datatools/.github/raw/main/images/dtp.svg Previously mirrored svg://emf.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/svg/emf.svg Previously mirrored svg://EPP.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/svg/EPP.svg Previously mirrored https://www.eclipse.org/modeling/emf/images/emf_logo.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/www.eclipse.org/modeling/emf/images/emf_logo.png Previously mirrored https://raw.githubusercontent.com/eclipse-equinox/equinox/master/releng/org.eclipse.equinox.releng/EquinoxConfiguration.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-equinox/equinox/master/releng/org.eclipse.equinox.releng/EquinoxConfiguration.setup Previously mirrored https://www.eclipse.org/equinox/images/logo_small.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/www.eclipse.org/equinox/images/logo_small.png Previously mirrored https://raw.githubusercontent.com/eclipse-jdt/eclipse.jdt/master/org.eclipse.jdt.releng/JDTConfiguration.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-jdt/eclipse.jdt/master/org.eclipse.jdt.releng/JDTConfiguration.setup Previously mirrored svg://Equinox.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/svg/Equinox.svg Previously mirrored svg://JDT.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/svg/JDT.svg Previously mirrored https://raw.githubusercontent.com/eclipse-justj/justj.tools/master/plugins/org.eclipse.justj.tools/justj32.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-justj/justj.tools/master/plugins/org.eclipse.justj.tools/justj32.png Previously mirrored https://github.githubassets.com/favicons/favicon.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/github.githubassets.com/favicons/favicon.png Previously mirrored https://raw.githubusercontent.com/eclipse-mylyn/org.eclipse.mylyn/main/org.eclipse.mylyn.releng/oomph/MylynConfiguration.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-mylyn/org.eclipse.mylyn/main/org.eclipse.mylyn.releng/oomph/MylynConfiguration.setup Previously mirrored https://raw.githubusercontent.com/eclipse-mylyn/org.eclipse.mylyn.context/master/org.eclipse.mylyn.bugzilla.ide/icons/branding32/mylyn.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-mylyn/org.eclipse.mylyn.context/master/org.eclipse.mylyn.bugzilla.ide/icons/branding32/mylyn.gif Previously mirrored svg://Mylyn.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/svg/Mylyn.svg Previously mirrored https://raw.githubusercontent.com/eclipse-mylyn/org.eclipse.mylyn/main/mylyn.context/org.eclipse.mylyn.bugzilla.ide/icons/branding32/mylyn.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-mylyn/org.eclipse.mylyn/main/mylyn.context/org.eclipse.mylyn.bugzilla.ide/icons/branding32/mylyn.gif Previously mirrored https://raw.githubusercontent.com/eclipse-m2e/m2e-core/master/org.eclipse.m2e.core/m2eclipse.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-m2e/m2e-core/master/org.eclipse.m2e.core/m2eclipse.gif Previously mirrored https://raw.githubusercontent.com/eclipse/n4js/master/plugins/org.eclipse.n4js.ide/icons/n4_logo_32.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse/n4js/master/plugins/org.eclipse.n4js.ide/icons/n4_logo_32.png Previously mirrored http://www.eclipse.org/downloads/images/oomph-42x42.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/www.eclipse.org/downloads/images/oomph-42x42.png Previously mirrored svg://oomph.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/svg/oomph.svg Previously mirrored https://www.eclipse.org/downloads/images/oomph-42x42.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/www.eclipse.org/downloads/images/oomph-42x42.png Previously mirrored https://raw.githubusercontent.com/eclipse-passage/passage/master/releng/org.eclipse.passage.releng/passage-configuration.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-passage/passage/master/releng/org.eclipse.passage.releng/passage-configuration.setup Previously mirrored https://raw.githubusercontent.com/eclipse-passage/passage/master/products/org.eclipse.passage.loc.operator.product/ico/48.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-passage/passage/master/products/org.eclipse.passage.loc.operator.product/ico/48.png Previously mirrored https://raw.githubusercontent.com/eclipse-pde/eclipse.pde/master/releng/org.eclipse.pde.setup/PDEConfiguration.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-pde/eclipse.pde/master/releng/org.eclipse.pde.setup/PDEConfiguration.setup Previously mirrored svg://passage.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/svg/passage.svg Previously mirrored https://www.eclipse.org/downloads/images/committers.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/www.eclipse.org/downloads/images/committers.png Previously mirrored https://git.eclipse.org/c/emf/org.eclipse.emf.git/plain/plugins/org.eclipse.emf/modeling32.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/git.eclipse.org/c/emf/org.eclipse.emf.git/plain/plugins/org.eclipse.emf/modeling32.png Previously mirrored svg://Platform_SDK.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/svg/Platform_SDK.svg Previously mirrored svg://uml2.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/svg/uml2.svg Previously mirrored https://raw.githubusercontent.com/eclipse/windowbuilder/master/setups/WindowBuilderConfiguration.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse/windowbuilder/master/setups/WindowBuilderConfiguration.setup Previously mirrored https://raw.githubusercontent.com/eclipse/xtext/a63587dc6c480b9641f86843a1cc18411a8d5d70/xtext-website/images/xtext-bullet.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse/xtext/a63587dc6c480b9641f86843a1cc18411a8d5d70/xtext-website/images/xtext-bullet.png Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.jdt.edit/icons/full/obj16/JRELibrary.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.jdt.edit/icons/full/obj16/JRELibrary.gif Previously mirrored https://raw.githubusercontent.com/github-archive/media/master/octocats/blacktocat-32.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/github-archive/media/master/octocats/blacktocat-32.png Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.git.edit/icons/full/obj16/ConfigProperty.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.git.edit/icons/full/obj16/ConfigProperty.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.git.edit/icons/full/obj16/ConfigSubsection.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.git.edit/icons/full/obj16/ConfigSubsection.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.git.edit/icons/full/obj16/ConfigSection.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.git.edit/icons/full/obj16/ConfigSection.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.launching.edit/icons/full/obj16/LaunchTask.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.launching.edit/icons/full/obj16/LaunchTask.gif Previously mirrored svg://Window_Builder.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/svg/Window_Builder.svg Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.git.edit/icons/full/obj16/GitCloneTask.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.git.edit/icons/full/obj16/GitCloneTask.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.jdt.edit/icons/full/obj16/JRETask.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.jdt.edit/icons/full/obj16/JRETask.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.workingsets.edit/icons/full/obj16/ExclusionPredicate.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.workingsets.edit/icons/full/obj16/ExclusionPredicate.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.workingsets.edit/icons/full/obj16/InclusionPredicate.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.workingsets.edit/icons/full/obj16/InclusionPredicate.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.workingsets.edit/icons/full/obj16/WorkingSetGroup.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.workingsets.edit/icons/full/obj16/WorkingSetGroup.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.base.edit/icons/full/obj16/StringToStringMapEntry.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.base.edit/icons/full/obj16/StringToStringMapEntry.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.base.edit/icons/full/obj16/Annotation.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.base.edit/icons/full/obj16/Annotation.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/ImportedPredicate.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/ImportedPredicate.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/FilePredicate.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/FilePredicate.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/BuilderPredicate.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/BuilderPredicate.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/NaturePredicate.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/NaturePredicate.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/NotPredicate.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/NotPredicate.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/OrPredicate.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/OrPredicate.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/AndPredicate.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/AndPredicate.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/RepositoryPredicate.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/RepositoryPredicate.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/LocationPredicate.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/LocationPredicate.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/CommentPredicate.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/CommentPredicate.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/NamePredicate.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/NamePredicate.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.workingsets.edit/icons/full/obj16/WorkingSet.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.workingsets.edit/icons/full/obj16/WorkingSet.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.workbench.edit/icons/full/obj16/CommandParameter.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.workbench.edit/icons/full/obj16/CommandParameter.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.workbench.edit/icons/full/obj16/KeyBindingContext.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.workbench.edit/icons/full/obj16/KeyBindingContext.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.workbench.edit/icons/full/obj16/KeyBindingTask.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.workbench.edit/icons/full/obj16/KeyBindingTask.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.workbench.edit/icons/full/obj16/FileEditor.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.workbench.edit/icons/full/obj16/FileEditor.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.workbench.edit/icons/full/obj16/FileMapping.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.workbench.edit/icons/full/obj16/FileMapping.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.workbench.edit/icons/full/obj16/FileAssociationsTask.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.workbench.edit/icons/full/obj16/FileAssociationsTask.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/DropinLocation.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/DropinLocation.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/ProjectNameGenerator.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/ProjectNameGenerator.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/ProductGenerator.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/ProductGenerator.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/CategoryGenerator.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/CategoryGenerator.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/SiteGenerator.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/SiteGenerator.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/CSpexGenerator.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/CSpexGenerator.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/CSpecGenerator.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/CSpecGenerator.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/ComponentExtGenerator.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/ComponentExtGenerator.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/ComponentDefGenerator.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/ComponentDefGenerator.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/PluginGenerator.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/PluginGenerator.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/FeatureGenerator.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/FeatureGenerator.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/ComponentDefinition.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/ComponentDefinition.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/ComponentExtension.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/ComponentExtension.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.resources.edit/icons/full/obj16/MavenProjectFactory.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.resources.edit/icons/full/obj16/MavenProjectFactory.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.resources.edit/icons/full/obj16/EclipseProjectFactory.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.resources.edit/icons/full/obj16/EclipseProjectFactory.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.resources.edit/icons/full/obj16/SourceLocator.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.resources.edit/icons/full/obj16/SourceLocator.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.p2.edit/icons/full/obj16/Repository.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.p2.edit/icons/full/obj16/Repository.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.p2.edit/icons/full/obj16/RepositoryList.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.p2.edit/icons/full/obj16/RepositoryList.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.p2.edit/icons/full/obj16/Requirement.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.p2.edit/icons/full/obj16/Requirement.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.p2.edit/icons/full/obj16/Configuration.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.p2.edit/icons/full/obj16/Configuration.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.p2.edit/icons/full/obj16/ProfileDefinition.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.p2.edit/icons/full/obj16/ProfileDefinition.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/Targlet.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/Targlet.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/TargletContainer.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/TargletContainer.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.workingsets.edit/icons/full/obj16/WorkingSetTask.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.workingsets.edit/icons/full/obj16/WorkingSetTask.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.targlets.edit/icons/full/obj16/ImplicitDependency.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.targlets.edit/icons/full/obj16/ImplicitDependency.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.targlets.edit/icons/full/obj16/TargletTask.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.targlets.edit/icons/full/obj16/TargletTask.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.projectset.edit/icons/full/obj16/ProjectSetImportTask.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.projectset.edit/icons/full/obj16/ProjectSetImportTask.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.projects.edit/icons/full/obj16/ProjectsBuildTask.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.projects.edit/icons/full/obj16/ProjectsBuildTask.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.projects.edit/icons/full/obj16/ProjectsImportTask.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.projects.edit/icons/full/obj16/ProjectsImportTask.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.projects.edit/icons/full/obj16/PathVariableTask.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.projects.edit/icons/full/obj16/PathVariableTask.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.mylyn.edit/icons/full/obj16/Query.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.mylyn.edit/icons/full/obj16/Query.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.mylyn.edit/icons/full/obj16/QueryAttribute.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.mylyn.edit/icons/full/obj16/QueryAttribute.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.pde.edit/icons/full/obj16/APIBaselineFromTargetTask.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.pde.edit/icons/full/obj16/APIBaselineFromTargetTask.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.mylyn.edit/icons/full/obj16/BuildPlan.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.mylyn.edit/icons/full/obj16/BuildPlan.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.mylyn.edit/icons/full/obj16/MylynBuildsTask.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.mylyn.edit/icons/full/obj16/MylynBuildsTask.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.pde.edit/icons/full/obj16/APIBaselineTask.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.pde.edit/icons/full/obj16/APIBaselineTask.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.mylyn.edit/icons/full/obj16/MylynQueriesTask.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.mylyn.edit/icons/full/obj16/MylynQueriesTask.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.pde.edit/icons/full/obj16/TargetPlatformTask.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.pde.edit/icons/full/obj16/TargetPlatformTask.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.maven.edit/icons/full/obj16/MavenImportTask.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.maven.edit/icons/full/obj16/MavenImportTask.gif Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.maven.edit/icons/full/obj16/MavenUpdateTask.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.maven.edit/icons/full/obj16/MavenUpdateTask.gif Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Launching.ecore -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Launching.ecore Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Maven.ecore -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Maven.ecore Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/PDE.ecore -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/PDE.ecore Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Projects.ecore -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Projects.ecore Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/ProjectSet.ecore -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/ProjectSet.ecore Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Targlets.ecore -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Targlets.ecore Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupTarglets.ecore -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupTarglets.ecore Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/WorkingSets.ecore -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/WorkingSets.ecore Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Workbench.ecore -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Workbench.ecore Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/redirectable.projects.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/redirectable.projects.setup Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/redirectable.products.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/redirectable.products.setup Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/interim/products/PapyrusWithCDO.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/interim/products/PapyrusWithCDO.setup Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/interim/Orbit.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/interim/Orbit.setup Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/interim/MPC.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/interim/MPC.setup Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/interim/EMFCompare.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/interim/EMFCompare.setup Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/interim/E4Tools.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/interim/E4Tools.setup Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/interim/BPMN2.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/interim/BPMN2.setup Previously mirrored https://git.eclipse.org/c/m2t/org.eclipse.xpand.git/plain/releng/org.eclipse.xpand.releng/Xpand.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/git.eclipse.org/c/m2t/org.eclipse.xpand.git/plain/releng/org.eclipse.xpand.releng/Xpand.setup Previously mirrored https://git.eclipse.org/c/webtools/webtools.releng.git/plain/installer/WTP.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/git.eclipse.org/c/webtools/webtools.releng.git/plain/installer/WTP.setup Previously mirrored https://git.eclipse.org/c/rmf/org.eclipse.rmf.git/plain/org.eclipse.rmf.releng/oomph/RMF.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/git.eclipse.org/c/rmf/org.eclipse.rmf.git/plain/org.eclipse.rmf.releng/oomph/RMF.setup Previously mirrored https://git.eclipse.org/c/rcptt/org.eclipse.rcptt.git/plain/releng/RCPTT.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/git.eclipse.org/c/rcptt/org.eclipse.rcptt.git/plain/releng/RCPTT.setup Previously mirrored https://git.eclipse.org/c/papyrus/org.eclipse.papyrus.git/plain/releng/org.eclipse.papyrus.oomph/setups/papyrus.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/git.eclipse.org/c/papyrus/org.eclipse.papyrus.git/plain/releng/org.eclipse.papyrus.oomph/setups/papyrus.setup Previously mirrored https://raw.githubusercontent.com/eclipse-cdo/cdo/master/releng/org.eclipse.emf.cdo.releng/CDOConfiguration.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-cdo/cdo/master/releng/org.eclipse.emf.cdo.releng/CDOConfiguration.setup Previously mirrored https://raw.githubusercontent.com/eclipse-emf/org.eclipse.emf/master/plugins/org.eclipse.emf/modeling32.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-emf/org.eclipse.emf/master/plugins/org.eclipse.emf/modeling32.png Previously mirrored https://raw.githubusercontent.com/eclipse-cdo/cdo.www/master/images/Logo-CDO-opaque.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-cdo/cdo.www/master/images/Logo-CDO-opaque.png Previously mirrored https://raw.githubusercontent.com/eclipse-orbit/orbit-simrel/main/OrbitSimRelConfiguration.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-orbit/orbit-simrel/main/OrbitSimRelConfiguration.setup Previously mirrored svg://Orbit_SimRel.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/svg/Orbit_SimRel.svg Previously mirrored https://raw.githubusercontent.com/eclipse-justj/justj.tools/master/releng/org.eclipse.justj.tools.releng/JustJConfiguration.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-justj/justj.tools/master/releng/org.eclipse.justj.tools.releng/JustJConfiguration.setup Previously mirrored https://raw.githubusercontent.com/eclipse-m2e/m2e-core/master/setup/m2e.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-m2e/m2e-core/master/setup/m2e.setup Previously mirrored https://raw.githubusercontent.com/eclipse-m2e/m2e-core/master/setup/m2eDevelopmentEnvironmentConfiguration.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-m2e/m2e-core/master/setup/m2eDevelopmentEnvironmentConfiguration.setup Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Mylyn.ecore -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Mylyn.ecore Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Mylyn.ecore -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Mylyn.ecore Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/keys/trusted-keys.asc -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/keys/trusted-keys.asc Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/keys/trusted-keys.asc -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/keys/trusted-keys.asc Previously mirrored https://raw.githubusercontent.com/eclipse-simrel/simrel.build/main/SimRelConfiguration.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-simrel/simrel.build/main/SimRelConfiguration.setup Previously mirrored svg://simrel.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/svg/simrel.svg Previously mirrored https://raw.githubusercontent.com/eclipse/nebula/master/configuration.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse/nebula/master/configuration.setup Previously mirrored https://eclipse.dev/nebula/images/nebula_logo_main_300.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/eclipse.dev/nebula/images/nebula_logo_main_300.png Previously mirrored https://raw.githubusercontent.com/eclipse/buildship/master/buildship.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse/buildship/master/buildship.setup Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph.incubator/master/OomphIncubator.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph.incubator/master/OomphIncubator.setup Previously mirrored https://gitlab.eclipse.org/eclipse/ease/ease/-/raw/main/releng/org.eclipse.ease.releng/oomph/ease.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/gitlab.eclipse.org/eclipse/ease/ease/-/raw/main/releng/org.eclipse.ease.releng/oomph/ease.setup Previously mirrored svg://Xpect.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/svg/Xpect.svg Previously mirrored https://raw.githubusercontent.com/eclipse/Xpect/master/org.eclipse.xpect.releng/Xpect.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse/Xpect/master/org.eclipse.xpect.releng/Xpect.setup Previously mirrored https://raw.githubusercontent.com/eclipse/Xpect/master/org.eclipse.xpect.releng/XpectConfiguration.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse/Xpect/master/org.eclipse.xpect.releng/XpectConfiguration.setup Previously mirrored svg://justj.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/svg/justj.svg Previously mirrored svg://PDE.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/svg/PDE.svg Previously mirrored svg://CDT.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/svg/CDT.svg Previously mirrored svg://m2e.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/svg/m2e.svg Previously mirrored svg://Nebula.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/svg/Nebula.svg Previously mirrored svg://tycho.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/svg/tycho.svg Previously mirrored https://git.eclipse.org/c/mmt/org.eclipse.qvto.git/plain/releng/org.eclipse.qvto.oomph/setups/qvto.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/git.eclipse.org/c/mmt/org.eclipse.qvto.git/plain/releng/org.eclipse.qvto.oomph/setups/qvto.setup Previously mirrored svg://ECF.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/svg/ECF.svg Previously mirrored https://projects.eclipse.org/sites/default/files/logo128x37.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/projects.eclipse.org/sites/default/files/logo128x37.png Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/configurations/OomphConfiguration.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/configurations/OomphConfiguration.setup Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/configurations/OomphConfiguration.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/configurations/OomphConfiguration.setup Previously mirrored https://raw.githubusercontent.com/eclipse/ecf/master/releng/org.eclipse.ecf.releng/ECF.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse/ecf/master/releng/org.eclipse.ecf.releng/ECF.setup Previously mirrored https://raw.githubusercontent.com/eclipse/ecf/master/releng/org.eclipse.ecf.releng/ECFConfiguration.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse/ecf/master/releng/org.eclipse.ecf.releng/ECFConfiguration.setup Previously mirrored https://raw.githubusercontent.com/eclipse-packaging/packages/master/releng/org.eclipse.epp.config/oomph/EPP.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-packaging/packages/master/releng/org.eclipse.epp.config/oomph/EPP.setup Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/JDT.ecore -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/JDT.ecore Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore Previously mirrored svg://GEF_FX.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/svg/GEF_FX.svg Previously mirrored https://projects.eclipse.org/sites/default/files/GEF_eclipse_logo.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/projects.eclipse.org/sites/default/files/GEF_eclipse_logo.png Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/org.eclipse.applications.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/org.eclipse.applications.setup Previously mirrored https://raw.githubusercontent.com/eclipse-cdo/cdo/master/plugins/org.eclipse.emf.cdo.explorer.ui/CDOExplorer.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-cdo/cdo/master/plugins/org.eclipse.emf.cdo.explorer.ui/CDOExplorer.setup Previously mirrored https://raw.githubusercontent.com/eclipse-cdo/cdo/master/plugins/org.eclipse.emf.cdo.server.product/CDOServer.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-cdo/cdo/master/plugins/org.eclipse.emf.cdo.server.product/CDOServer.setup Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/org.eclipse.applications.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/org.eclipse.applications.setup Previously mirrored https://raw.githubusercontent.com/eclipse-cdo/cdo.infrastructure/master/org.eclipse.emf.cdo.releng.promotion/CDOPromotion.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-cdo/cdo.infrastructure/master/org.eclipse.emf.cdo.releng.promotion/CDOPromotion.setup Previously mirrored https://gitlab.eclipse.org/eclipse/graphiti/graphiti/-/raw/master/parent/Graphiti.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/gitlab.eclipse.org/eclipse/graphiti/graphiti/-/raw/master/parent/Graphiti.setup Previously mirrored https://gitlab.eclipse.org/eclipse/graphiti/graphiti/-/raw/master/parent/GraphitiConfiguration.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/gitlab.eclipse.org/eclipse/graphiti/graphiti/-/raw/master/parent/GraphitiConfiguration.setup Previously mirrored svg://Graphiti.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/svg/Graphiti.svg Previously mirrored https://projects.eclipse.org/sites/default/files/WrittenLogo.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/projects.eclipse.org/sites/default/files/WrittenLogo.png Previously mirrored https://raw.githubusercontent.com/eclipse/xsemantics/master/devtools/org.eclipse.xsemantics.workspace/Xsemantics.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse/xsemantics/master/devtools/org.eclipse.xsemantics.workspace/Xsemantics.setup Previously mirrored https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.releng.aggregator/master/oomph/PlatformSDKConfiguration.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-platform/eclipse.platform.releng.aggregator/master/oomph/PlatformSDKConfiguration.setup Previously mirrored https://raw.githubusercontent.com/eclipse-uml2/uml2/master/releng/org.eclipse.uml2.build-feature/UML2.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-uml2/uml2/master/releng/org.eclipse.uml2.build-feature/UML2.setup Previously mirrored https://raw.githubusercontent.com/eclipse-uml2/uml2/master/releng/org.eclipse.uml2.build-feature/UML2Configuration.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-uml2/uml2/master/releng/org.eclipse.uml2.build-feature/UML2Configuration.setup Previously mirrored https://raw.githubusercontent.com/eclipse/kura/develop/kura/setups/kura.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse/kura/develop/kura/setups/kura.setup Previously mirrored https://raw.githubusercontent.com/eclipse/elk/master/setups/EclipseLayoutKernel.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse/elk/master/setups/EclipseLayoutKernel.setup Previously mirrored https://raw.githubusercontent.com/eclipse-cdt/cdt/main/releng/CDT.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-cdt/cdt/main/releng/CDT.setup Previously mirrored https://raw.githubusercontent.com/tlaplus/tlaplus/master/general/ide/TLA.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/tlaplus/tlaplus/master/general/ide/TLA.setup Previously mirrored https://git.eclipse.org/c/tracecompass/org.eclipse.tracecompass.git/plain/TraceCompass.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/git.eclipse.org/c/tracecompass/org.eclipse.tracecompass.git/plain/TraceCompass.setup Previously mirrored https://raw.githubusercontent.com/eclipse-datatools/datatools/master/releng/DataTools.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-datatools/datatools/master/releng/DataTools.setup Previously mirrored https://raw.githubusercontent.com/eclipse-justj/justj.tools/master/releng/org.eclipse.justj.tools.releng/JustJ.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-justj/justj.tools/master/releng/org.eclipse.justj.tools.releng/JustJ.setup Previously mirrored https://raw.githubusercontent.com/eclipse-passage/passage/master/releng/org.eclipse.passage.releng/passage.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-passage/passage/master/releng/org.eclipse.passage.releng/passage.setup Previously mirrored https://git.eclipse.org/c/swtbot/org.eclipse.swtbot.git/plain/devtools/oomph/SWTBot.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/git.eclipse.org/c/swtbot/org.eclipse.swtbot.git/plain/devtools/oomph/SWTBot.setup Previously mirrored https://raw.githubusercontent.com/eclipse/gef-classic/master/setup/GEFConfiguration.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse/gef-classic/master/setup/GEFConfiguration.setup Previously mirrored svg://GEF_Classic.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/svg/GEF_Classic.svg Previously mirrored https://raw.githubusercontent.com/eclipse/gef/master/org.eclipse.gef.releng/GEF.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse/gef/master/org.eclipse.gef.releng/GEF.setup Previously mirrored https://raw.githubusercontent.com/eclipse/gef/master/org.eclipse.gef.releng/GEFConfiguration.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse/gef/master/org.eclipse.gef.releng/GEFConfiguration.setup Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/interim/CBI.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/interim/CBI.setup Previously mirrored svg://p2_SBOM.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/svg/p2_SBOM.svg Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/interim/CBI.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/interim/CBI.setup Previously mirrored https://raw.githubusercontent.com/merks/p2repo-sbom/main/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/setup/P2RepoSBOM.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/merks/p2repo-sbom/main/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/setup/P2RepoSBOM.setup Previously mirrored https://raw.githubusercontent.com/merks/p2repo-sbom/main/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/setup/P2RepositorySBOMConfiguration.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/merks/p2repo-sbom/main/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/setup/P2RepositorySBOMConfiguration.setup Previously mirrored https://raw.githubusercontent.com/eclipse-cbi/p2repo-aggregator/main/cbi.svg -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-cbi/p2repo-aggregator/main/cbi.svg Previously mirrored https://raw.githubusercontent.com/eclipse-orbit/orbit-simrel/main/OrbitSimRel.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-orbit/orbit-simrel/main/OrbitSimRel.setup Previously mirrored https://raw.githubusercontent.com/eclipse-tycho/tycho/master/setup/Tycho.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-tycho/tycho/master/setup/Tycho.setup Previously mirrored https://raw.githubusercontent.com/eclipse-tycho/tycho/master/setup/TychoDevelopmentConfiguration.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-tycho/tycho/master/setup/TychoDevelopmentConfiguration.setup Previously mirrored https://eclipse.dev/epsilon/assets/images/epsilon-eclipse-installer.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/eclipse.dev/epsilon/assets/images/epsilon-eclipse-installer.png Previously mirrored https://raw.githubusercontent.com/eclipse-mylyn/org.eclipse.mylyn/main/org.eclipse.mylyn.releng/oomph/Mylyn.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-mylyn/org.eclipse.mylyn/main/org.eclipse.mylyn.releng/oomph/Mylyn.setup Previously mirrored https://git.eclipse.org/c/viatra/org.eclipse.viatra.git/plain/releng/org.eclipse.viatra.setup/VIATRAEMF.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/git.eclipse.org/c/viatra/org.eclipse.viatra.git/plain/releng/org.eclipse.viatra.setup/VIATRAEMF.setup Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Git.ecore -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Git.ecore Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.git.edit/icons/full/obj16/GitConfigurationTask.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.git.edit/icons/full/obj16/GitConfigurationTask.gif Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Git.ecore -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Git.ecore Previously mirrored https://raw.githubusercontent.com/eclipse/gef-classic/master/setup/GEF.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse/gef-classic/master/setup/GEF.setup Previously mirrored https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/releng/org.eclipse.ui.releng/platformUi.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/releng/org.eclipse.ui.releng/platformUi.setup Previously mirrored https://raw.githubusercontent.com/eclipse/windowbuilder/master/setups/WindowBuilder.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse/windowbuilder/master/setups/WindowBuilder.setup Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Resources.ecore -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Resources.ecore Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.resources.edit/icons/full/obj16/DynamicMavenProjectFactory.gif -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.resources.edit/icons/full/obj16/DynamicMavenProjectFactory.gif Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Resources.ecore -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Resources.ecore Previously mirrored https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.swt/master/bundles/org.eclipse.swt.tools/Oomph/platformSwt.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-platform/eclipse.platform.swt/master/bundles/org.eclipse.swt.tools/Oomph/platformSwt.setup Previously mirrored https://raw.githubusercontent.com/eclipse-egit/egit/master/org.eclipse.egit/egit.png -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-egit/egit/master/org.eclipse.egit/egit.png Previously mirrored https://raw.githubusercontent.com/eclipse-pde/eclipse.pde/master/releng/org.eclipse.pde.setup/PDE.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-pde/eclipse.pde/master/releng/org.eclipse.pde.setup/PDE.setup Previously mirrored https://raw.githubusercontent.com/eclipse-jdt/eclipse.jdt/master/org.eclipse.jdt.releng/JDT.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-jdt/eclipse.jdt/master/org.eclipse.jdt.releng/JDT.setup Previously mirrored https://raw.githubusercontent.com/eclipse-equinox/equinox/master/releng/org.eclipse.equinox.releng/Equinox.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-equinox/equinox/master/releng/org.eclipse.equinox.releng/Equinox.setup Previously mirrored https://raw.githubusercontent.com/eclipse/nebula/master/oomph.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse/nebula/master/oomph.setup Previously mirrored https://raw.githubusercontent.com/eclipse-simrel/simrel.build/main/SimRel.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-simrel/simrel.build/main/SimRel.setup Previously mirrored https://raw.githubusercontent.com/eclipse-cbi/p2repo-aggregator/main/releng/org.eclipse.cbi.p2repo.releng.parent/setup/P2RepoAggregator.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-cbi/p2repo-aggregator/main/releng/org.eclipse.cbi.p2repo.releng.parent/setup/P2RepoAggregator.setup Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/interim/GMFRuntime.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/interim/GMFRuntime.setup Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/interim/GMFNotation.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/interim/GMFNotation.setup Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/interim/GMFRuntime.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/interim/GMFRuntime.setup Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/interim/GMFNotation.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/interim/GMFNotation.setup Previously mirrored https://git.eclipse.org/c/ocl/org.eclipse.ocl.git/plain/releng/org.eclipse.ocl.oomph/setups/ocl.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/git.eclipse.org/c/ocl/org.eclipse.ocl.git/plain/releng/org.eclipse.ocl.oomph/setups/ocl.setup Previously mirrored https://git.eclipse.org/c/mmt/org.eclipse.qvtd.git/plain/releng/org.eclipse.qvtd.oomph/setups/qvtd.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/git.eclipse.org/c/mmt/org.eclipse.qvtd.git/plain/releng/org.eclipse.qvtd.oomph/setups/qvtd.setup Previously mirrored https://raw.githubusercontent.com/eclipse-emf-parsley/emf-parsley/master/devtools/org.eclipse.emf.parsley.oomph/EMFParsley.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-emf-parsley/emf-parsley/master/devtools/org.eclipse.emf.parsley.oomph/EMFParsley.setup Previously mirrored https://git.eclipse.org/c/scout/oomph.git/plain/Scout.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/git.eclipse.org/c/scout/oomph.git/plain/Scout.setup Previously mirrored https://raw.githubusercontent.com/eclipse/epsilon/main/releng/org.eclipse.epsilon.releng/epsilonUse.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse/epsilon/main/releng/org.eclipse.epsilon.releng/epsilonUse.setup Previously mirrored https://raw.githubusercontent.com/eclipse/epsilon/main/releng/org.eclipse.epsilon.releng/epsilonDev.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse/epsilon/main/releng/org.eclipse.epsilon.releng/epsilonDev.setup Previously mirrored https://git.eclipse.org/c/modisco/org.eclipse.modisco.git/plain/releng/org.eclipse.modisco.oomph/setups/modisco.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/git.eclipse.org/c/modisco/org.eclipse.modisco.git/plain/releng/org.eclipse.modisco.oomph/setups/modisco.setup Previously mirrored https://raw.githubusercontent.com/eclipse-egit/egit/master/tools/oomph/EGit.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-egit/egit/master/tools/oomph/EGit.setup Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/com.github.projects.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/com.github.projects.setup Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/org.eclipse.projects.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/org.eclipse.projects.setup Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/Oomph.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/Oomph.setup Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/com.github.projects.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/com.github.projects.setup Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/org.eclipse.projects.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/org.eclipse.projects.setup Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/Oomph.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/Oomph.setup Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/org.eclipse.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/org.eclipse.setup Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/org.eclipse.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/org.eclipse.setup Previously mirrored https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.releng.aggregator/master/oomph/Platform.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-platform/eclipse.platform.releng.aggregator/master/oomph/Platform.setup Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/org.eclipse.platform.sdk.product.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/org.eclipse.platform.sdk.product.setup Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/org.eclipse.all.product.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/org.eclipse.all.product.setup Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/org.eclipse.products.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/org.eclipse.products.setup Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/org.eclipse.platform.sdk.product.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/org.eclipse.platform.sdk.product.setup Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/org.eclipse.all.product.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/org.eclipse.all.product.setup Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/org.eclipse.products.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/org.eclipse.products.setup Previously mirrored https://raw.githubusercontent.com/groovy/groovy-eclipse/master/groovy-eclipse.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/groovy/groovy-eclipse/master/groovy-eclipse.setup Previously mirrored https://raw.githubusercontent.com/eclipse-emf/org.eclipse.emf/master/releng/org.eclipse.emf.releng/EMF.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-emf/org.eclipse.emf/master/releng/org.eclipse.emf.releng/EMF.setup Previously mirrored https://raw.githubusercontent.com/eclipse/xtext/main/releng/org.eclipse.xtext.contributor/Xtext.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse/xtext/main/releng/org.eclipse.xtext.contributor/Xtext.setup Previously mirrored https://raw.githubusercontent.com/eclipse-eclemma/eclemma/master/EclEmma.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-eclemma/eclemma/master/EclEmma.setup Previously mirrored https://raw.githubusercontent.com/eclipse-cdo/cdo/master/releng/org.eclipse.emf.cdo.releng/CDO.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-cdo/cdo/master/releng/org.eclipse.emf.cdo.releng/CDO.setup Previously mirrored https://raw.githubusercontent.com/eclipse-cbi/targetplatform-dsl/master/TPD.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-cbi/targetplatform-dsl/master/TPD.setup Previously mirrored https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/org.eclipse.jres.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/org.eclipse.jres.setup Previously mirrored http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/org.eclipse.jres.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/http/git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/org.eclipse.jres.setup Previously mirrored https://raw.githubusercontent.com/eclipse-birt/birt/master/build/org.eclipse.birt.releng/BIRT.setup -> archive:file:/home/jenkins/agent/workspace/setup-archiver/setups.zip!/https/raw.githubusercontent.com/eclipse-birt/birt/master/build/org.eclipse.birt.releng/BIRT.setup SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Model: https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Git.ecore -> https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Git.ecore Model: https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/JDT.ecore -> https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/JDT.ecore Model: https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Launching.ecore -> https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Launching.ecore Model: https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Predicates.ecore -> https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Predicates.ecore Model: https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Resources.ecore -> https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Resources.ecore Model: https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Maven.ecore -> https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Maven.ecore Model: https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Mylyn.ecore -> https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Mylyn.ecore Model: https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/PDE.ecore -> https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/PDE.ecore Model: https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Projects.ecore -> https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Projects.ecore Model: https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/ProjectSet.ecore -> https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/ProjectSet.ecore Model: https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Targlets.ecore -> https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Targlets.ecore Model: https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/SetupTarglets.ecore -> https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/SetupTarglets.ecore Model: https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/WorkingSets.ecore -> https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/WorkingSets.ecore Model: https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/SetupWorkingSets.ecore -> https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/SetupWorkingSets.ecore Model: https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Workbench.ecore -> https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Workbench.ecore Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/org.eclipse.setup Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Git.ecore Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/JDT.ecore Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Launching.ecore Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Predicates.ecore Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Resources.ecore Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Maven.ecore Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Mylyn.ecore Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/PDE.ecore Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Projects.ecore Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/ProjectSet.ecore Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Targlets.ecore Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/SetupTarglets.ecore Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/WorkingSets.ecore Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/SetupWorkingSets.ecore Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Workbench.ecore Ignoring user-ext:/user.products.setup?class='http://www.eclipse.org/oomph/setup/1.0%23//ProductCatalog',name='user.products',label='%3CUser%20Products%3E',description='A%20container%20catalog%20for%20local%20user-defined%20products' Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/redirectable.projects.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/org.opendaylight.projects.setup Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/com.github.projects.setup Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/org.eclipse.projects.setup Mirroring https://raw.githubusercontent.com/tlaplus/tlaplus/master/general/ide/TLA.setup Mirroring https://raw.githubusercontent.com/openhab/openhab-distro/master/launch/openHAB2.setup Mirroring https://raw.githubusercontent.com/eclipse/xtext/main/releng/org.eclipse.xtext.contributor/Xtext.setup Mirroring https://raw.githubusercontent.com/eclipse/xsemantics/master/devtools/org.eclipse.xsemantics.workspace/Xsemantics.setup Mirroring https://raw.githubusercontent.com/eclipse/Xpect/master/org.eclipse.xpect.releng/Xpect.setup Mirroring https://git.eclipse.org/c/m2t/org.eclipse.xpand.git/plain/releng/org.eclipse.xpand.releng/Xpand.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/yangtools.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/yang-push.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/vtn.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/vpnservice.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/usecplugin.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/usc.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/unimgr.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/ttp.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/tsdr.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/transportpce.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/topoprocessing.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/tcpmd5.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/sxp.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/src.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/snmp4sdn.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/snmp.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/snbi.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/sfc.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/serviceutils.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/sdninterfaceapp.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/packetcable.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/ovsdb.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/openflowplugin.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/openflowjava.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/ofextensions/circuitsw.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/of-config.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/odlparent.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/ocpplugin.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/nic.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/next.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/neutron.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/netvirt.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/netide.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/netconf.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/nemo.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/natapp.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/mdsal.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/lispflowmapping.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/lacp.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/l2switch.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/iotdm.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/integration/test.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/integration/packaging.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/integration/distribution.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/infrautils.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/groupbasedpolicy.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/genius.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/faas.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/org.opendaylight.eclipse.setup.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/dlux.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/didm.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/daexim.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/coretutorials.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/controller.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/centinel.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/cardinal.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/capwap.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/bgpcep.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/atrium.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/alto.setup Mirroring https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/projects/aaa.setup Mirroring https://git.eclipse.org/c/webtools/webtools.releng.git/plain/installer/WTP.setup Mirroring https://git.eclipse.org/c/jsdt/webtools.jsdt.git/plain/releng/org.eclipse.wst.jsdt.releng/JSDT.setup Mirroring https://raw.githubusercontent.com/eclipse/windowbuilder/master/setups/WindowBuilder.setup Mirroring https://git.eclipse.org/c/viatra/org.eclipse.viatra.git/plain/releng/org.eclipse.viatra.setup/VIATRAEMF.setup Mirroring https://git.eclipse.org/c/usssdk/org.eclipse.usssdk.git/plain/org.eclipse.userstorage.releng/UserStorage.setup Mirroring https://raw.githubusercontent.com/eclipse-uml2/uml2/master/releng/org.eclipse.uml2.build-feature/UML2.setup Mirroring https://raw.githubusercontent.com/eclipse-tycho/tycho/master/setup/Tycho.setup Mirroring https://git.eclipse.org/c/tracecompass/org.eclipse.tracecompass.git/plain/TraceCompass.setup Mirroring https://raw.githubusercontent.com/eclipse/texlipse/master/EclipseTeXlipse.setup Mirroring https://git.eclipse.org/c/tea/tea.git/plain/org.eclipse.tea.core_feature/TEA.setup Mirroring https://git.eclipse.org/c/swtbot/org.eclipse.swtbot.git/plain/devtools/oomph/SWTBot.setup Mirroring https://raw.githubusercontent.com/eclipse/smarthome/master/targetplatform/EclipseSmartHome.setup Mirroring https://git.eclipse.org/c/skills/org.eclipse.skills.git/plain/releng/org.eclipse.skills.releng/oomph/skills.setup Mirroring https://raw.githubusercontent.com/eclipse-simrel/simrel.build/main/SimRel.setup Mirroring https://git.eclipse.org/c/scout/oomph.git/plain/Scout.setup Mirroring https://git.eclipse.org/c/rmf/org.eclipse.rmf.git/plain/org.eclipse.rmf.releng/oomph/RMF.setup Mirroring https://git.eclipse.org/c/rcptt/org.eclipse.rcptt.git/plain/releng/RCPTT.setup Mirroring https://git.eclipse.org/c/mmt/org.eclipse.qvto.git/plain/releng/org.eclipse.qvto.oomph/setups/qvto.setup Mirroring https://git.eclipse.org/c/mmt/org.eclipse.qvtd.git/plain/releng/org.eclipse.qvtd.oomph/setups/qvtd.setup Mirroring https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.releng.aggregator/master/oomph/Platform.setup Mirroring https://raw.githubusercontent.com/eclipse-pde/eclipse.pde/master/releng/org.eclipse.pde.setup/PDE.setup Mirroring https://raw.githubusercontent.com/eclipse-passage/passage/master/releng/org.eclipse.passage.releng/passage.setup Mirroring https://git.eclipse.org/c/papyrus/org.eclipse.papyrus.git/plain/releng/org.eclipse.papyrus.oomph/setups/papyrus.setup Mirroring https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.ui/master/releng/org.eclipse.ui.releng/platformUi.setup Mirroring https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.swt/master/bundles/org.eclipse.swt.tools/Oomph/platformSwt.setup Mirroring https://raw.githubusercontent.com/eclipse/packagedrone/master/setups/org.eclipse.packagedrone.oomph/PackageDrone.setup Mirroring https://raw.githubusercontent.com/eclipse-orbit/orbit-simrel/main/OrbitSimRel.setup Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/interim/Orbit.setup Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph.incubator/master/OomphIncubator.setup Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/Oomph.setup Mirroring https://git.eclipse.org/c/ocl/org.eclipse.ocl.git/plain/releng/org.eclipse.ocl.oomph/setups/ocl.setup Mirroring https://raw.githubusercontent.com/eclipse/n4js/master/releng/org.eclipse.n4js.targetplatform/N4JS.setup Mirroring https://raw.githubusercontent.com/eclipse/nebula/master/oomph.setup Mirroring https://raw.githubusercontent.com/eclipse-m2e/m2e-core/master/setup/m2e.setup Mirroring https://raw.githubusercontent.com/eclipse/mwe/master/releng/MWE.setup Mirroring https://raw.githubusercontent.com/eclipse-mylyn/org.eclipse.mylyn/main/org.eclipse.mylyn.releng/oomph/Mylyn.setup Mirroring https://git.eclipse.org/c/modisco/org.eclipse.modisco.git/plain/releng/org.eclipse.modisco.oomph/setups/modisco.setup Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/interim/MPC.setup Mirroring https://raw.githubusercontent.com/eclipse/kura/develop/kura/setups/kura.setup Mirroring https://raw.githubusercontent.com/eclipse-justj/justj.tools/master/releng/org.eclipse.justj.tools.releng/JustJ.setup Mirroring https://raw.githubusercontent.com/eclipse-jdt/eclipse.jdt/master/org.eclipse.jdt.releng/JDT.setup Mirroring https://raw.githubusercontent.com/eclipse/ice/master/org.eclipse.ice.aggregator/ICE.setup Mirroring https://gitlab.eclipse.org/eclipse/graphiti/graphiti/-/raw/master/parent/Graphiti.setup Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/interim/GMFRuntime.setup Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/interim/GMFNotation.setup Mirroring https://raw.githubusercontent.com/eclipse/gef/master/org.eclipse.gef.releng/GEF.setup Mirroring https://raw.githubusercontent.com/eclipse/gef-classic/master/setup/GEF.setup Mirroring https://raw.githubusercontent.com/eclipse-equinox/equinox/master/releng/org.eclipse.equinox.releng/Equinox.setup Mirroring https://raw.githubusercontent.com/eclipse/epsilon/main/releng/org.eclipse.epsilon.releng/epsilonDev.setup Mirroring https://raw.githubusercontent.com/eclipse-packaging/packages/master/releng/org.eclipse.epp.config/oomph/EPP.setup Mirroring https://raw.githubusercontent.com/eclipse-emf-parsley/emf-parsley/master/devtools/org.eclipse.emf.parsley.oomph/EMFParsley.setup Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/interim/EMFCompare.setup Mirroring https://raw.githubusercontent.com/eclipse-emf/org.eclipse.emf/master/releng/org.eclipse.emf.releng/EMF.setup Mirroring https://raw.githubusercontent.com/eclipse-egit/egit/master/tools/oomph/EGit.setup Mirroring https://git.eclipse.org/c/ecoretools/org.eclipse.ecoretools.git/plain/org.eclipse.emf.ecoretools.build/EcoreTools.setup Mirroring https://raw.githubusercontent.com/eclipse/elk/master/setups/EclipseLayoutKernel.setup Mirroring https://raw.githubusercontent.com/eclipse-eclemma/eclemma/master/EclEmma.setup Mirroring https://raw.githubusercontent.com/eclipse/ecf/master/releng/org.eclipse.ecf.releng/ECF.setup Mirroring https://gitlab.eclipse.org/eclipse/ease/ease/-/raw/main/releng/org.eclipse.ease.releng/oomph/ease.setup Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/interim/E4Tools.setup Mirroring https://raw.githubusercontent.com/eclipse-datatools/datatools/master/releng/DataTools.setup Mirroring https://raw.githubusercontent.com/eclipse/dartboard/master/org.eclipse.dartboard.releng/Dartboard.setup Mirroring https://raw.githubusercontent.com/eclipse/corrosion/master/target-platform/Corrosion.setup Mirroring https://raw.githubusercontent.com/eclipse-cdt/cdt/main/releng/CDT.setup Mirroring https://raw.githubusercontent.com/eclipse-cdo/cdo.infrastructure/master/org.eclipse.emf.cdo.releng.promotion/CDOPromotion.setup Mirroring https://raw.githubusercontent.com/eclipse-cdo/cdo/master/releng/org.eclipse.emf.cdo.releng/CDO.setup Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/interim/CBI.setup Mirroring https://raw.githubusercontent.com/eclipse-cbi/targetplatform-dsl/master/TPD.setup Mirroring https://raw.githubusercontent.com/merks/p2repo-sbom/main/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/setup/P2RepoSBOM.setup Mirroring https://raw.githubusercontent.com/eclipse-cbi/p2repo-analyzers/main/releng/org.eclipse.cbi.p2repo.analyzers.parent/setup/P2RepoAnalyzer.setup Mirroring https://raw.githubusercontent.com/eclipse-cbi/p2repo-aggregator/main/releng/org.eclipse.cbi.p2repo.releng.parent/setup/P2RepoAggregator.setup Mirroring https://git.eclipse.org/c/capra/org.eclipse.capra.git/plain/releng/org.eclipse.capra.oomph/EclipseCapra.setup Mirroring https://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.settings/oomph/Capella.setup Mirroring https://raw.githubusercontent.com/eclipse/buildship/master/buildship.setup Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/interim/BPMN2.setup Mirroring https://raw.githubusercontent.com/eclipse-birt/birt/master/build/org.eclipse.birt.releng/BIRT.setup Mirroring https://git.eclipse.org/c/amalgam/org.eclipse.amalgam.git/plain/releng/org.eclipse.amalgam.releng/Amalgam.setup Ignoring user:/org.eclipse.projects.setup?name='user.project',label='<User>',description='A container project for local user projects that are virtual members of the Eclipse.org project catalog' Mirroring https://raw.githubusercontent.com/m2e-code-quality/m2e-code-quality/develop/m2e-code-quality.setup Mirroring https://raw.githubusercontent.com/LorenzoBettini/jbase/master/jbase.workspace/Jbase.setup Mirroring https://raw.githubusercontent.com/LorenzoBettini/javamm/master/javamm.workspace/Javamm.setup Mirroring https://raw.githubusercontent.com/groovy/groovy-eclipse/master/groovy-eclipse.setup Mirroring https://raw.githubusercontent.com/JanKoehnlein/FXDiagram/master/de.fxdiagram.docs/FXDiagram.setup Mirroring https://raw.githubusercontent.com/mougnibas/cook-helper/master/project.setup Ignoring user:/com.github.projects.setup?name='user.project',label='<User>',description='A container project for local user projects that are virtual members of the Github.com project catalog' Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/redirectable.products.setup Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/org.eclipse.applications.setup Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/interim/products/PapyrusWithCDO.setup Mirroring https://raw.githubusercontent.com/eclipse/epsilon/main/releng/org.eclipse.epsilon.releng/epsilonUse.setup Mirroring https://raw.githubusercontent.com/eclipse-cdo/cdo/master/plugins/org.eclipse.emf.cdo.explorer.ui/CDOExplorer.setup Mirroring https://raw.githubusercontent.com/eclipse-cdo/cdo/master/plugins/org.eclipse.emf.cdo.server.product/CDOServer.setup Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/org.eclipse.platform.sdk.product.setup Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/org.eclipse.all.product.setup Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/org.eclipse.products.setup Ignoring catalog:/self-product-catalog.setup Mirroring https://raw.githubusercontent.com/eclipse-birt/birt/master/build/org.eclipse.birt.releng/BIRTConfiguration.setup Mirroring https://raw.githubusercontent.com/eclipse/birt/master/build/org.eclipse.birt/eclipse32.png Mirroring https://raw.githubusercontent.com/eclipse-cbi/p2repo-aggregator/main/releng/org.eclipse.cbi.p2repo.releng.parent/setup/P2RepositoryAggregatorConfiguration.setup Mirroring https://raw.githubusercontent.com/eclipse-cbi/p2repo-analyzers/main/releng/org.eclipse.cbi.p2repo.analyzers.parent/setup/P2RepositoryAnalyzerConfiguration.setup Mirroring svg:/birt.svg Mirroring svg:/p2_Aggregator.svg Mirroring https://www.eclipse.org/downloads/images/classic.jpg Mirroring https://www.eclipse.org/downloads/images/birt-icon_48x48.png Mirroring https://www.eclipse.org/downloads/images/testing.png Mirroring svg:/p2_Analyzer.svg Mirroring https://www.eclipse.org/downloads/images/javascript.png Mirroring https://www.eclipse.org/downloads/images/corrosion.png Mirroring https://www.eclipse.org/downloads/images/parallel.png Mirroring https://raw.githubusercontent.com/eclipse-cbi/p2repo-aggregator/main/plugins/org.eclipse.cbi.p2repo.aggregator.editor/icons/full/wizban/NewAggregator.png Mirroring https://www.eclipse.org/downloads/images/scout.jpg Mirroring https://www.eclipse.org/downloads/images/modeling.png Mirroring https://www.eclipse.org/downloads/images/rcp.png Mirroring https://www.eclipse.org/downloads/images/dsl-package_42.png Mirroring https://www.eclipse.org/downloads/images/php.png Mirroring https://www.eclipse.org/downloads/images/cdt.png Mirroring https://www.eclipse.org/downloads/images/javaee.png Mirroring https://www.eclipse.org/downloads/images/java.png Mirroring https://gitlab.eclipse.org/eclipse/graphiti/graphiti/-/raw/master/parent/GraphitiConfiguration.setup Mirroring https://raw.githubusercontent.com/merks/p2repo-sbom/main/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/setup/P2RepositorySBOMConfiguration.setup Mirroring https://raw.githubusercontent.com/eclipse-cbi/targetplatform-dsl/master/TPDConfiguration.setup Mirroring https://raw.githubusercontent.com/eclipse-cdo/cdo/master/releng/org.eclipse.emf.cdo.releng/CDOConfiguration.setup Mirroring svg:/p2_SBOM.svg Mirroring svg:/cdo.svg Mirroring svg:/Target_Platform_Definition_DSL.svg Mirroring https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.images/master/org.eclipse.images/eclipse-svg/org.eclipse.pde.ui/icons/obj16/target_profile_xml_obj.svg Mirroring https://raw.githubusercontent.com/eclipse-cbi/p2repo-aggregator/main/cbi.svg Mirroring https://raw.githubusercontent.com/eclipse-cdo/cdo.www/master/images/Logo-CDO-opaque.png Mirroring https://raw.githubusercontent.com/eclipse-cdt/cdt/main/releng/CDTConfiguration.setup Mirroring https://raw.githubusercontent.com/eclipse-datatools/datatools/master/releng/DataToolsConfiguration.setup Mirroring https://raw.githubusercontent.com/eclipse/ecf/master/releng/org.eclipse.ecf.releng/ECFConfiguration.setup Mirroring svg:/CDT.svg Mirroring svg:/Data_Tools_Platform.svg Mirroring https://github.com/eclipse-datatools/.github/raw/main/images/dtp.svg Mirroring https://raw.githubusercontent.com/eclipse-egit/egit/master/org.eclipse.egit/egit.png Mirroring svg:/ECF.svg Mirroring https://projects.eclipse.org/sites/default/files/logo128x37.png Mirroring https://raw.githubusercontent.com/eclipse-emf/org.eclipse.emf/master/releng/org.eclipse.emf.releng/EMFDevelopmentEnvironmentConfiguration.setup Mirroring https://raw.githubusercontent.com/eclipse-emf/org.eclipse.emf/master/plugins/org.eclipse.emf/modeling32.png Mirroring https://raw.githubusercontent.com/eclipse-packaging/packages/master/releng/org.eclipse.epp.config/oomph/EPPConfiguration.setup Mirroring svg:/emf.svg Mirroring https://www.eclipse.org/modeling/emf/images/emf_logo.png Mirroring svg:/EPP.svg Mirroring https://raw.githubusercontent.com/eclipse-equinox/equinox/master/releng/org.eclipse.equinox.releng/EquinoxConfiguration.setup Mirroring https://www.eclipse.org/equinox/images/logo_small.png Mirroring https://eclipse.dev/epsilon/assets/images/epsilon-eclipse-installer.png Mirroring https://raw.githubusercontent.com/eclipse/gef-classic/master/setup/GEFConfiguration.setup Mirroring https://raw.githubusercontent.com/eclipse/gef/master/org.eclipse.gef.releng/GEFConfiguration.setup Mirroring svg:/Equinox.svg Mirroring https://raw.githubusercontent.com/eclipse-jdt/eclipse.jdt/master/org.eclipse.jdt.releng/JDTConfiguration.setup Mirroring svg:/GEF_Classic.svg Mirroring svg:/GEF_FX.svg Mirroring https://projects.eclipse.org/sites/default/files/GEF_eclipse_logo.png Mirroring https://raw.githubusercontent.com/eclipse-justj/justj.tools/master/releng/org.eclipse.justj.tools.releng/JustJConfiguration.setup Mirroring https://raw.githubusercontent.com/eclipse-justj/justj.tools/master/plugins/org.eclipse.justj.tools/justj32.png Mirroring svg:/Graphiti.svg Mirroring https://projects.eclipse.org/sites/default/files/WrittenLogo.png Mirroring svg:/JDT.svg Mirroring https://github.githubassets.com/favicons/favicon.png Mirroring https://raw.githubusercontent.com/eclipse-mylyn/org.eclipse.mylyn/main/org.eclipse.mylyn.releng/oomph/MylynConfiguration.setup Mirroring https://raw.githubusercontent.com/eclipse-mylyn/org.eclipse.mylyn.context/master/org.eclipse.mylyn.bugzilla.ide/icons/branding32/mylyn.gif Mirroring https://raw.githubusercontent.com/eclipse-m2e/m2e-core/master/setup/m2eDevelopmentEnvironmentConfiguration.setup Mirroring svg:/justj.svg Mirroring https://raw.githubusercontent.com/eclipse-m2e/m2e-core/master/org.eclipse.m2e.core/m2eclipse.gif Mirroring https://raw.githubusercontent.com/eclipse/nebula/master/configuration.setup Mirroring svg:/Mylyn.svg Mirroring https://raw.githubusercontent.com/eclipse-mylyn/org.eclipse.mylyn/main/mylyn.context/org.eclipse.mylyn.bugzilla.ide/icons/branding32/mylyn.gif Mirroring svg:/m2e.svg Mirroring https://raw.githubusercontent.com/eclipse/n4js/master/plugins/org.eclipse.n4js.ide/icons/n4_logo_32.png Mirroring svg:/Nebula.svg Mirroring https://eclipse.dev/nebula/images/nebula_logo_main_300.png Mirroring http://www.eclipse.org/downloads/images/oomph-42x42.png Mirroring https://raw.githubusercontent.com/eclipse-orbit/orbit-simrel/main/OrbitSimRelConfiguration.setup Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/configurations/OomphConfiguration.setup Mirroring svg:/oomph.svg Mirroring https://www.eclipse.org/downloads/images/oomph-42x42.png Mirroring https://raw.githubusercontent.com/eclipse-passage/passage/master/releng/org.eclipse.passage.releng/passage-configuration.setup Mirroring https://raw.githubusercontent.com/eclipse-passage/passage/master/products/org.eclipse.passage.loc.operator.product/ico/48.png Mirroring https://raw.githubusercontent.com/eclipse-pde/eclipse.pde/master/releng/org.eclipse.pde.setup/PDEConfiguration.setup Mirroring svg:/Orbit_SimRel.svg Mirroring https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.releng.aggregator/master/oomph/PlatformSDKConfiguration.setup Mirroring https://raw.githubusercontent.com/eclipse-simrel/simrel.build/main/SimRelConfiguration.setup Mirroring svg:/passage.svg Mirroring svg:/PDE.svg Mirroring https://raw.githubusercontent.com/eclipse-tycho/tycho/master/setup/TychoDevelopmentConfiguration.setup Mirroring https://www.eclipse.org/downloads/images/committers.png Mirroring https://raw.githubusercontent.com/eclipse-uml2/uml2/master/releng/org.eclipse.uml2.build-feature/UML2Configuration.setup Mirroring svg:/Platform_SDK.svg Mirroring https://git.eclipse.org/c/emf/org.eclipse.emf.git/plain/plugins/org.eclipse.emf/modeling32.png Mirroring svg:/tycho.svg Mirroring svg:/simrel.svg Mirroring svg:/uml2.svg Mirroring https://raw.githubusercontent.com/eclipse/windowbuilder/master/setups/WindowBuilderConfiguration.setup Mirroring https://raw.githubusercontent.com/eclipse/Xpect/master/org.eclipse.xpect.releng/XpectConfiguration.setup Mirroring https://raw.githubusercontent.com/eclipse/xtext/a63587dc6c480b9641f86843a1cc18411a8d5d70/xtext-website/images/xtext-bullet.png Mirroring svg:/Window_Builder.svg Mirroring svg:/Xpect.svg Mirroring https://raw.githubusercontent.com/github-archive/media/master/octocats/blacktocat-32.png Ignoring platform:/plugin/org.eclipse.oomph.setup.ui/icons/committers.png Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.git.edit/icons/full/obj16/ConfigProperty.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.git.edit/icons/full/obj16/ConfigSubsection.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.git.edit/icons/full/obj16/ConfigSection.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.jdt.edit/icons/full/obj16/JRELibrary.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.git.edit/icons/full/obj16/GitConfigurationTask.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/keys/trusted-keys.asc Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/org.eclipse.jres.setup Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.launching.edit/icons/full/obj16/LaunchTask.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.workingsets.edit/icons/full/obj16/ExclusionPredicate.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.workingsets.edit/icons/full/obj16/InclusionPredicate.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.workingsets.edit/icons/full/obj16/WorkingSetGroup.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.base.edit/icons/full/obj16/StringToStringMapEntry.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.base.edit/icons/full/obj16/Annotation.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/ImportedPredicate.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/FilePredicate.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/BuilderPredicate.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/NaturePredicate.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/NotPredicate.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/OrPredicate.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/AndPredicate.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/RepositoryPredicate.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/LocationPredicate.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/CommentPredicate.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.predicates.edit/icons/full/obj16/NamePredicate.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.workingsets.edit/icons/full/obj16/WorkingSet.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.workbench.edit/icons/full/obj16/FileAssociationsTask.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.workbench.edit/icons/full/obj16/FileMapping.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.workbench.edit/icons/full/obj16/KeyBindingTask.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.workbench.edit/icons/full/obj16/KeyBindingContext.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.workbench.edit/icons/full/obj16/CommandParameter.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.workbench.edit/icons/full/obj16/FileEditor.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/Targlet.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/SiteGenerator.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/DropinLocation.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/ProjectNameGenerator.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/ProductGenerator.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/CategoryGenerator.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/CSpexGenerator.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.resources.edit/icons/full/obj16/DynamicMavenProjectFactory.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/CSpecGenerator.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.resources.edit/icons/full/obj16/MavenProjectFactory.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/ComponentExtGenerator.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/ComponentDefGenerator.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.resources.edit/icons/full/obj16/EclipseProjectFactory.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/PluginGenerator.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/FeatureGenerator.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/ComponentDefinition.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.resources.edit/icons/full/obj16/SourceLocator.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/ComponentExtension.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.p2.edit/icons/full/obj16/ProfileDefinition.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.p2.edit/icons/full/obj16/Requirement.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.p2.edit/icons/full/obj16/RepositoryList.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.p2.edit/icons/full/obj16/Repository.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.p2.edit/icons/full/obj16/Configuration.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.workingsets.edit/icons/full/obj16/WorkingSetTask.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16/TargletContainer.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.targlets.edit/icons/full/obj16/TargletTask.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.targlets.edit/icons/full/obj16/ImplicitDependency.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.projects.edit/icons/full/obj16/ProjectsImportTask.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.projects.edit/icons/full/obj16/ProjectsBuildTask.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.projectset.edit/icons/full/obj16/ProjectSetImportTask.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.projects.edit/icons/full/obj16/PathVariableTask.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.git.edit/icons/full/obj16/GitCloneTask.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.jdt.edit/icons/full/obj16/JRETask.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.pde.edit/icons/full/obj16/APIBaselineFromTargetTask.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.pde.edit/icons/full/obj16/APIBaselineTask.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.pde.edit/icons/full/obj16/TargetPlatformTask.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.mylyn.edit/icons/full/obj16/BuildPlan.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.mylyn.edit/icons/full/obj16/QueryAttribute.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.mylyn.edit/icons/full/obj16/Query.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.maven.edit/icons/full/obj16/MavenUpdateTask.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.mylyn.edit/icons/full/obj16/MylynBuildsTask.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.maven.edit/icons/full/obj16/MavenImportTask.gif Mirroring https://raw.githubusercontent.com/eclipse-oomph/oomph/master/plugins/org.eclipse.oomph.setup.mylyn.edit/icons/full/obj16/MylynQueriesTask.gif Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/org.eclipse.setup Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Git.ecore Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Launching.ecore Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Resources.ecore Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Maven.ecore Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Mylyn.ecore Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/PDE.ecore Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Projects.ecore Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/ProjectSet.ecore Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Targlets.ecore Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupTarglets.ecore Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/WorkingSets.ecore Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Workbench.ecore Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/redirectable.projects.setup Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/com.github.projects.setup Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/org.eclipse.projects.setup Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/interim/Orbit.setup Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/Oomph.setup Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/interim/MPC.setup Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/interim/GMFRuntime.setup Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/interim/GMFNotation.setup Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/interim/EMFCompare.setup Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/interim/E4Tools.setup Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/interim/CBI.setup Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/interim/BPMN2.setup Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/redirectable.products.setup Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/org.eclipse.applications.setup Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/interim/products/PapyrusWithCDO.setup Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/org.eclipse.platform.sdk.product.setup Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/org.eclipse.all.product.setup Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/org.eclipse.products.setup Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/configurations/OomphConfiguration.setup Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/keys/trusted-keys.asc Mirroring (legacy) http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/org.eclipse.jres.setup No updates for /home/jenkins/agent/workspace/setup-archiver/setups.zip + grep FAILED log + echo 'NO FAILURES' + grep CHANGED log + echo UNCHANGED + [[ -e setups-old ]] + mkdir -p setups-new + cd setups-new + unzip -q ../setups.zip + cd - /home/jenkins/agent/workspace/setup-archiver + diff -arq setups-old setups-new + echo 'The contents are unchanged' The contents are unchanged + exit [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 140 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] script [Pipeline] { [Pipeline] sh + cat changes [Pipeline] sh + sed 's#\(https?:[^"'\'' ]*\)#<a href='\''\1'\''>\1</a>#g; s/&/\&amp;/g; s/\$/\&#x24;/g; s/</\&lt;/g; s/>/\&gt;/g;' + sed -z 's/\n/<br>\n/g' [Pipeline] } [Pipeline] // script [Pipeline] buildDescription New run description is 'NO FAILURES<br> UNCHANGED<br>' [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS