mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
parent
c18d06e84d
commit
0318087295
5 changed files with 28 additions and 3 deletions
12
releng/download/releases/11.1/compositeArtifacts.xml
Normal file
12
releng/download/releases/11.1/compositeArtifacts.xml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<?compositeArtifactRepository version='1.0.0'?>
|
||||||
|
<repository name='CDT 11.1 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='1678728827781'/>
|
||||||
|
</properties>
|
||||||
|
<children size='1'>
|
||||||
|
<child location='cdt-11.1.0'/>
|
||||||
|
</children>
|
||||||
|
</repository>
|
12
releng/download/releases/11.1/compositeContent.xml
Normal file
12
releng/download/releases/11.1/compositeContent.xml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<?compositeMetadataRepository version='1.0.0'?>
|
||||||
|
<repository name='CDT 11.1 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='1678728827781'/>
|
||||||
|
</properties>
|
||||||
|
<children size='1'>
|
||||||
|
<child location='cdt-11.1.0'/>
|
||||||
|
</children>
|
||||||
|
</repository>
|
|
@ -4,9 +4,9 @@
|
||||||
type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
|
type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
|
||||||
<properties size='1'>
|
<properties size='1'>
|
||||||
<!-- timestamp made with date +%s%3N -->
|
<!-- timestamp made with date +%s%3N -->
|
||||||
<property name='p2.timestamp' value='1670441565514'/>
|
<property name='p2.timestamp' value='1678728827781'/>
|
||||||
</properties>
|
</properties>
|
||||||
<children size='1'>
|
<children size='1'>
|
||||||
<child location='../11.0'/>
|
<child location='../11.1'/>
|
||||||
</children>
|
</children>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
|
@ -7,6 +7,6 @@
|
||||||
<property name='p2.timestamp' value='1670441565514'/>
|
<property name='p2.timestamp' value='1670441565514'/>
|
||||||
</properties>
|
</properties>
|
||||||
<children size='1'>
|
<children size='1'>
|
||||||
<child location='../11.0'/>
|
<child location='../11.1'/>
|
||||||
</children>
|
</children>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
|
@ -24,6 +24,7 @@ $ECHO $SCP ./releng/download/releases/latest/* "${SSHUSER}:${DOWNLOAD}/releases/
|
||||||
$ECHO $SCP ./releng/download/releases/10.6/* "${SSHUSER}:${DOWNLOAD}/releases/10.6/"
|
$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/10.7/* "${SSHUSER}:${DOWNLOAD}/releases/10.7/"
|
||||||
$ECHO $SCP ./releng/download/releases/11.0/* "${SSHUSER}:${DOWNLOAD}/releases/11.0/"
|
$ECHO $SCP ./releng/download/releases/11.0/* "${SSHUSER}:${DOWNLOAD}/releases/11.0/"
|
||||||
|
$ECHO $SCP ./releng/download/releases/11.1/* "${SSHUSER}:${DOWNLOAD}/releases/11.1/"
|
||||||
|
|
||||||
# Issue #235 - some of the old archived releases had bad composites. For those
|
# Issue #235 - some of the old archived releases had bad composites. For those
|
||||||
# ones we started maintaining the files here as it was the easiest way to edit
|
# ones we started maintaining the files here as it was the easiest way to edit
|
||||||
|
|
Loading…
Add table
Reference in a new issue