Skip to content

Commit fb733b0

Browse files
committed
Composites for CDT 12.0 and CDT LSP 3.0
1 parent d31e62a commit fb733b0

File tree

5 files changed

+50
-0
lines changed

5 files changed

+50
-0
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 12.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='1741367840116'/>
8+
</properties>
9+
<children size='1'>
10+
<child location='cdt-12.0.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 12.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='1741367840116'/>
8+
</properties>
9+
<children size='1'>
10+
<child location='cdt-12.0.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+
<?compositeArtifactRepository version='1.0.0'?>
3+
<repository name='CDT LSP 3.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='1741367840116'/>
8+
</properties>
9+
<children size='1'>
10+
<child location='cdt-lsp-3.0.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 3.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='1741367840116'/>
8+
</properties>
9+
<children size='1'>
10+
<child location='cdt-lsp-3.0.0'/>
11+
</children>
12+
</repository>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,14 @@ $ECHO $SCP ./releng/download/releases/11.3/* "${SSHUSER}:${DOWNLOAD}/releases/11
2828
$ECHO $SCP ./releng/download/releases/11.4/* "${SSHUSER}:${DOWNLOAD}/releases/11.4/"
2929
$ECHO $SCP ./releng/download/releases/11.5/* "${SSHUSER}:${DOWNLOAD}/releases/11.5/"
3030
$ECHO $SCP ./releng/download/releases/11.6/* "${SSHUSER}:${DOWNLOAD}/releases/11.6/"
31+
$ECHO $SCP ./releng/download/releases/12.0/* "${SSHUSER}:${DOWNLOAD}/releases/12.0/"
3132

3233
$ECHO $SSH mkdir -p "${DOWNLOAD}/releases/cdt-lsp-latest/"
3334
$ECHO $SCP ./releng/download/releases/cdt-lsp-latest/* "${SSHUSER}:${DOWNLOAD}/releases/cdt-lsp-latest/"
3435
$ECHO $SCP ./releng/download/releases/cdt-lsp-1.0/* "${SSHUSER}:${DOWNLOAD}/releases/cdt-lsp-1.0/"
3536
$ECHO $SCP ./releng/download/releases/cdt-lsp-1.1/* "${SSHUSER}:${DOWNLOAD}/releases/cdt-lsp-1.1/"
3637
$ECHO $SCP ./releng/download/releases/cdt-lsp-2.0/* "${SSHUSER}:${DOWNLOAD}/releases/cdt-lsp-2.0/"
38+
$ECHO $SCP ./releng/download/releases/cdt-lsp-3.0/* "${SSHUSER}:${DOWNLOAD}/releases/cdt-lsp-3.0/"
3739

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

0 commit comments

Comments
 (0)