Skip to content

Commit

Permalink
CDT 11.4.0 composites
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Dec 6, 2023
1 parent 029e4bd commit a9e1ddb
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 4 deletions.
12 changes: 12 additions & 0 deletions releng/download/releases/11.4/compositeArtifacts.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version='1.0' encoding='UTF-8'?>
<?compositeArtifactRepository version='1.0.0'?>
<repository name='CDT 11.4 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='1701876258531'/>
</properties>
<children size='1'>
<child location='cdt-11.4.0'/>
</children>
</repository>
12 changes: 12 additions & 0 deletions releng/download/releases/11.4/compositeContent.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version='1.0' encoding='UTF-8'?>
<?compositeMetadataRepository version='1.0.0'?>
<repository name='CDT 11.4 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='1701876258531'/>
</properties>
<children size='1'>
<child location='cdt-11.4.0'/>
</children>
</repository>
4 changes: 2 additions & 2 deletions releng/download/releases/latest/compositeArtifacts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
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='1694615831885'/>
<property name='p2.timestamp' value='1701876258531'/>
</properties>
<children size='1'>
<child location='../11.3'/>
<child location='../11.4'/>
</children>
</repository>
4 changes: 2 additions & 2 deletions releng/download/releases/latest/compositeContent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
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='1694615831885'/>
<property name='p2.timestamp' value='1701876258531'/>
</properties>
<children size='1'>
<child location='../11.3'/>
<child location='../11.4'/>
</children>
</repository>
1 change: 1 addition & 0 deletions releng/scripts/promote-files-to-download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ $ECHO $SCP ./releng/download/releases/11.0/* "${SSHUSER}:${DOWNLOAD}/releases/11
$ECHO $SCP ./releng/download/releases/11.1/* "${SSHUSER}:${DOWNLOAD}/releases/11.1/"
$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 $SCP ./releng/download/releases/11.4/* "${SSHUSER}:${DOWNLOAD}/releases/11.4/"

$ECHO $SSH mkdir -p "${DOWNLOAD}/releases/cdt-lsp-latest/"
$ECHO $SCP ./releng/download/releases/cdt-lsp-latest/* "${SSHUSER}:${DOWNLOAD}/releases/cdt-lsp-latest/"
Expand Down

0 comments on commit a9e1ddb

Please sign in to comment.