Skip to content

Commit 424f311

Browse files
authored
CDT LSP 1.1.0 download files (#714)
Part of eclipse-cdt/cdt-lsp#210
1 parent 55a3dc2 commit 424f311

File tree

5 files changed

+29
-4
lines changed

5 files changed

+29
-4
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<?compositeArtifactRepository version='1.0.0'?>
3+
<repository name='CDT LSP 1.1.0 Update Site'
4+
type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
5+
<properties size='1'>
6+
<!-- timestamp made with date +%s%3N -->
7+
<property name='p2.timestamp' value='1708507323000'/>
8+
</properties>
9+
<children size='1'>
10+
<child location='cdt-lsp-1.1.0'/>
11+
</children>
12+
</repository>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<?compositeMetadataRepository version='1.0.0'?>
3+
<repository name='CDT LSP 1.1.0 Update Site'
4+
type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1.0.0'>
5+
<properties size='1'>
6+
<!-- timestamp made with date +%s%3N -->
7+
<property name='p2.timestamp' value='1708507323000'/>
8+
</properties>
9+
<children size='1'>
10+
<child location='cdt-lsp-1.1.0'/>
11+
</children>
12+
</repository>

releng/download/releases/cdt-lsp-latest/compositeArtifacts.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
55
<properties size='1'>
66
<!-- timestamp made with date +%s%3N -->
7-
<property name='p2.timestamp' value='1695074948699'/>
7+
<property name='p2.timestamp' value='1708507323000'/>
88
</properties>
99
<children size='1'>
10-
<child location='../cdt-lsp-1.0'/>
10+
<child location='../cdt-lsp-1.1'/>
1111
</children>
1212
</repository>

releng/download/releases/cdt-lsp-latest/compositeContent.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1.0.0'>
55
<properties size='1'>
66
<!-- timestamp made with date +%s%3N -->
7-
<property name='p2.timestamp' value='1695074948699'/>
7+
<property name='p2.timestamp' value='1708507323000'/>
88
</properties>
99
<children size='1'>
10-
<child location='../cdt-lsp-1.0'/>
10+
<child location='../cdt-lsp-1.1'/>
1111
</children>
1212
</repository>

releng/scripts/promote-files-to-download.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ $ECHO $SCP ./releng/download/releases/11.4/* "${SSHUSER}:${DOWNLOAD}/releases/11
3030
$ECHO $SSH mkdir -p "${DOWNLOAD}/releases/cdt-lsp-latest/"
3131
$ECHO $SCP ./releng/download/releases/cdt-lsp-latest/* "${SSHUSER}:${DOWNLOAD}/releases/cdt-lsp-latest/"
3232
$ECHO $SCP ./releng/download/releases/cdt-lsp-1.0/* "${SSHUSER}:${DOWNLOAD}/releases/cdt-lsp-1.0/"
33+
$ECHO $SCP ./releng/download/releases/cdt-lsp-1.1/* "${SSHUSER}:${DOWNLOAD}/releases/cdt-lsp-1.1/"
3334

3435
# Issue #235 - some of the old archived releases had bad composites. For those
3536
# ones we started maintaining the files here as it was the easiest way to edit

0 commit comments

Comments
 (0)