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

p2 composites for CDT LSP 3.1 (#1136)

Part of https://github.com/eclipse-cdt/cdt-lsp/issues/480
This commit is contained in:
Jonah Graham 2025-04-09 12:38:55 -04:00 committed by GitHub
parent fd56a4ee11
commit b25dc65e33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 29 additions and 4 deletions

View file

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

View file

@ -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='1741367840116'/> <property name='p2.timestamp' value='1744216575464'/>
</properties> </properties>
<children size='1'> <children size='1'>
<child location='../cdt-lsp-3.0'/> <child location='../cdt-lsp-3.1'/>
</children> </children>
</repository> </repository>

View file

@ -4,9 +4,9 @@
type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1.0.0'> type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' 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='1741367840116'/> <property name='p2.timestamp' value='1744216575464'/>
</properties> </properties>
<children size='1'> <children size='1'>
<child location='../cdt-lsp-3.0'/> <child location='../cdt-lsp-3.1'/>
</children> </children>
</repository> </repository>

View file

@ -28,6 +28,7 @@ $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-latest/* "${SSHUSER}:${DOWNLOAD}/releases/cdt-lsp-latest/"
$ECHO $SCP ./releng/download/releases/cdt-lsp-2.0/* "${SSHUSER}:${DOWNLOAD}/releases/cdt-lsp-2.0/" $ECHO $SCP ./releng/download/releases/cdt-lsp-2.0/* "${SSHUSER}:${DOWNLOAD}/releases/cdt-lsp-2.0/"
$ECHO $SCP ./releng/download/releases/cdt-lsp-3.0/* "${SSHUSER}:${DOWNLOAD}/releases/cdt-lsp-3.0/" $ECHO $SCP ./releng/download/releases/cdt-lsp-3.0/* "${SSHUSER}:${DOWNLOAD}/releases/cdt-lsp-3.0/"
$ECHO $SCP ./releng/download/releases/cdt-lsp-3.1/* "${SSHUSER}:${DOWNLOAD}/releases/cdt-lsp-3.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