1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 18:56:02 +02:00

CDT LSP 1.0.0 download files

Part of https://github.com/eclipse-cdt/cdt-lsp/issues/209
This commit is contained in:
Jonah Graham 2023-09-18 18:12:41 -04:00
parent 147332763b
commit a498b56c59
5 changed files with 52 additions and 0 deletions

View file

@ -0,0 +1,12 @@
<?xml version='1.0' encoding='UTF-8'?>
<?compositeArtifactRepository version='1.0.0'?>
<repository name='CDT LSP 1.0.0 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='1695074948699'/>
</properties>
<children size='1'>
<child location='cdt-lsp-1.0.0'/>
</children>
</repository>

View file

@ -0,0 +1,12 @@
<?xml version='1.0' encoding='UTF-8'?>
<?compositeMetadataRepository version='1.0.0'?>
<repository name='CDT LSP 1.0.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='1695074948699'/>
</properties>
<children size='1'>
<child location='cdt-lsp-1.0.0'/>
</children>
</repository>

View file

@ -0,0 +1,12 @@
<?xml version='1.0' encoding='UTF-8'?>
<?compositeArtifactRepository version='1.0.0'?>
<repository name='CDT LSP Latest 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='1695074948699'/>
</properties>
<children size='1'>
<child location='../cdt-lsp-1.0'/>
</children>
</repository>

View file

@ -0,0 +1,12 @@
<?xml version='1.0' encoding='UTF-8'?>
<?compositeMetadataRepository version='1.0.0'?>
<repository name='CDT LSP Latest 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='1695074948699'/>
</properties>
<children size='1'>
<child location='../cdt-lsp-1.0'/>
</children>
</repository>

View file

@ -26,6 +26,10 @@ $ECHO $SCP ./releng/download/releases/11.1/* "${SSHUSER}:${DOWNLOAD}/releases/11
$ECHO $SCP ./releng/download/releases/11.2/* "${SSHUSER}:${DOWNLOAD}/releases/11.2/"
$ECHO $SCP ./releng/download/releases/11.3/* "${SSHUSER}:${DOWNLOAD}/releases/11.3/"
$ECHO $SSH mkdir -p "${DOWNLOAD}/releases/cdt-lsp-latest/"
$ECHO $SCP ./releng/download/releases/cdt-lsp-latest/* "${SSHUSER}:${DOWNLOAD}/releases/cdt-lsp-latest/"
$ECHO $SCP ./releng/download/releases/cdt-lsp-1.0/* "${SSHUSER}:${DOWNLOAD}/releases/cdt-lsp-1.0/"
# 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
# the files. Add more here as needed.