mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
CDT 11.0 p2 composites on download.eclipse.org
This commit is contained in:
parent
352630b8ea
commit
028eabcaa1
5 changed files with 30 additions and 4 deletions
13
releng/download/releases/11.0/compositeArtifacts.xml
Normal file
13
releng/download/releases/11.0/compositeArtifacts.xml
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<?compositeArtifactRepository version='1.0.0'?>
|
||||
<repository name='CDT 10.7 Update Site'
|
||||
type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
|
||||
<properties size='1'>
|
||||
<!-- timestamp made with date +%s%3N -->
|
||||
<property name='p2.timestamp' value='1661203448094'/>
|
||||
</properties>
|
||||
<children size='2'>
|
||||
<child location='cdt-10.7.0'/>
|
||||
<child location='cdt-10.7.1'/>
|
||||
</children>
|
||||
</repository>
|
12
releng/download/releases/11.0/compositeContent.xml
Normal file
12
releng/download/releases/11.0/compositeContent.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<?compositeMetadataRepository version='1.0.0'?>
|
||||
<repository name='CDT 11.0 Update Site'
|
||||
type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1.0.0'>
|
||||
<properties size='1'>
|
||||
<!-- timestamp made with date +%s%3N -->
|
||||
<property name='p2.timestamp' value='1670441565514'/>
|
||||
</properties>
|
||||
<children size='1'>
|
||||
<child location='cdt-11.0.0'/>
|
||||
</children>
|
||||
</repository>
|
|
@ -4,9 +4,9 @@
|
|||
type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
|
||||
<properties size='1'>
|
||||
<!-- timestamp made with date +%s%3N -->
|
||||
<property name='p2.timestamp' value='1654707443791'/>
|
||||
<property name='p2.timestamp' value='1670441565514'/>
|
||||
</properties>
|
||||
<children size='1'>
|
||||
<child location='../10.7'/>
|
||||
<child location='../11.0'/>
|
||||
</children>
|
||||
</repository>
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1.0.0'>
|
||||
<properties size='1'>
|
||||
<!-- timestamp made with date +%s%3N -->
|
||||
<property name='p2.timestamp' value='1654707443791'/>
|
||||
<property name='p2.timestamp' value='1670441565514'/>
|
||||
</properties>
|
||||
<children size='1'>
|
||||
<child location='../10.7'/>
|
||||
<child location='../11.0'/>
|
||||
</children>
|
||||
</repository>
|
||||
|
|
|
@ -22,3 +22,4 @@ $ECHO $SSH mkdir -p "${DOWNLOAD}/releases/latest/"
|
|||
$ECHO $SCP ./releng/download/releases/latest/* "${SSHUSER}:${DOWNLOAD}/releases/latest/"
|
||||
$ECHO $SCP ./releng/download/releases/10.6/* "${SSHUSER}:${DOWNLOAD}/releases/10.6/"
|
||||
$ECHO $SCP ./releng/download/releases/10.7/* "${SSHUSER}:${DOWNLOAD}/releases/10.7/"
|
||||
$ECHO $SCP ./releng/download/releases/11.0/* "${SSHUSER}:${DOWNLOAD}/releases/11.0/"
|
||||
|
|
Loading…
Add table
Reference in a new issue