File tree 5 files changed +29
-4
lines changed
5 files changed +29
-4
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =' 1.0' encoding =' UTF-8' ?>
2
+ <?compositeArtifactRepository version =' 1.0.0' ?>
3
+ <repository name =' CDT 11.5 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 =' 1710088907902' />
8
+ </properties >
9
+ <children size =' 1' >
10
+ <child location =' cdt-11.5.0' />
11
+ </children >
12
+ </repository >
Original file line number Diff line number Diff line change
1
+ <?xml version =' 1.0' encoding =' UTF-8' ?>
2
+ <?compositeMetadataRepository version =' 1.0.0' ?>
3
+ <repository name =' CDT 11.5 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 =' 1710088907902' />
8
+ </properties >
9
+ <children size =' 1' >
10
+ <child location =' cdt-11.5.0' />
11
+ </children >
12
+ </repository >
Original file line number Diff line number Diff line change 4
4
type =' org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version =' 1.0.0' >
5
5
<properties size =' 1' >
6
6
<!-- timestamp made with date +%s%3N -->
7
- <property name =' p2.timestamp' value =' 1701876258531 ' />
7
+ <property name =' p2.timestamp' value =' 1710088907902 ' />
8
8
</properties >
9
9
<children size =' 1' >
10
- <child location =' ../11.4 ' />
10
+ <child location =' ../11.5 ' />
11
11
</children >
12
12
</repository >
Original file line number Diff line number Diff line change 4
4
type =' org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version =' 1.0.0' >
5
5
<properties size =' 1' >
6
6
<!-- timestamp made with date +%s%3N -->
7
- <property name =' p2.timestamp' value =' 1701876258531 ' />
7
+ <property name =' p2.timestamp' value =' 1710088907902 ' />
8
8
</properties >
9
9
<children size =' 1' >
10
- <child location =' ../11.4 ' />
10
+ <child location =' ../11.5 ' />
11
11
</children >
12
12
</repository >
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ $ECHO $SCP ./releng/download/releases/11.1/* "${SSHUSER}:${DOWNLOAD}/releases/11
26
26
$ECHO $SCP ./releng/download/releases/11.2/* " ${SSHUSER} :${DOWNLOAD} /releases/11.2/"
27
27
$ECHO $SCP ./releng/download/releases/11.3/* " ${SSHUSER} :${DOWNLOAD} /releases/11.3/"
28
28
$ECHO $SCP ./releng/download/releases/11.4/* " ${SSHUSER} :${DOWNLOAD} /releases/11.4/"
29
+ $ECHO $SCP ./releng/download/releases/11.5/* " ${SSHUSER} :${DOWNLOAD} /releases/11.5/"
29
30
30
31
$ECHO $SSH mkdir -p " ${DOWNLOAD} /releases/cdt-lsp-latest/"
31
32
$ECHO $SCP ./releng/download/releases/cdt-lsp-latest/* " ${SSHUSER} :${DOWNLOAD} /releases/cdt-lsp-latest/"
You can’t perform that action at this time.
0 commit comments