Skip to content

Commit b25dc65

Browse files
authored
p2 composites for CDT LSP 3.1 (#1136)
Part of eclipse-cdt/cdt-lsp#480
1 parent fd56a4e commit b25dc65

File tree

5 files changed

+29
-4
lines changed

5 files changed

+29
-4
lines changed
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 3.1 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='1744216575464'/>
8+
</properties>
9+
<children size='1'>
10+
<child location='cdt-lsp-3.1.0'/>
11+
</children>
12+
</repository>
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 3.1 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='1744216575464'/>
8+
</properties>
9+
<children size='1'>
10+
<child location='cdt-lsp-3.1.0'/>
11+
</children>
12+
</repository>

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

+2-2
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='1741367840116'/>
7+
<property name='p2.timestamp' value='1744216575464'/>
88
</properties>
99
<children size='1'>
10-
<child location='../cdt-lsp-3.0'/>
10+
<child location='../cdt-lsp-3.1'/>
1111
</children>
1212
</repository>

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

+2-2
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='1741367840116'/>
7+
<property name='p2.timestamp' value='1744216575464'/>
88
</properties>
99
<children size='1'>
10-
<child location='../cdt-lsp-3.0'/>
10+
<child location='../cdt-lsp-3.1'/>
1111
</children>
1212
</repository>

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

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ $ECHO $SSH mkdir -p "${DOWNLOAD}/releases/cdt-lsp-latest/"
2828
$ECHO $SCP ./releng/download/releases/cdt-lsp-latest/* "${SSHUSER}:${DOWNLOAD}/releases/cdt-lsp-latest/"
2929
$ECHO $SCP ./releng/download/releases/cdt-lsp-2.0/* "${SSHUSER}:${DOWNLOAD}/releases/cdt-lsp-2.0/"
3030
$ECHO $SCP ./releng/download/releases/cdt-lsp-3.0/* "${SSHUSER}:${DOWNLOAD}/releases/cdt-lsp-3.0/"
31+
$ECHO $SCP ./releng/download/releases/cdt-lsp-3.1/* "${SSHUSER}:${DOWNLOAD}/releases/cdt-lsp-3.1/"
3132

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

0 commit comments

Comments
 (0)