Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions releng/download/releases/12.5/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 12.5 Update Site'
type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
<properties size='1'>
<!-- timestamp made with date +%s000 -->
<property name='p2.timestamp' value='1781183635000'/>
</properties>
<children size='1'>
<child location='cdt-12.5.0'/>
</children>
</repository>
12 changes: 12 additions & 0 deletions releng/download/releases/12.5/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 12.5 Update Site'
type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1.0.0'>
<properties size='1'>
<!-- timestamp made with date +%s000 -->
<property name='p2.timestamp' value='1781183635000'/>
</properties>
<children size='1'>
<child location='cdt-12.5.0'/>
</children>
</repository>
12 changes: 12 additions & 0 deletions releng/download/releases/cdt-lsp-3.6/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 LSP 3.6 Update Site'
type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
<properties size='1'>
<!-- timestamp made with date +%s000 -->
<property name='p2.timestamp' value='1781183635000'/>
</properties>
<children size='1'>
<child location='cdt-lsp-3.6.0'/>
</children>
</repository>
12 changes: 12 additions & 0 deletions releng/download/releases/cdt-lsp-3.6/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 LSP 3.6 Update Site'
type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1.0.0'>
<properties size='1'>
<!-- timestamp made with date +%s000 -->
<property name='p2.timestamp' value='1781183635000'/>
</properties>
<children size='1'>
<child location='cdt-lsp-3.6.0'/>
</children>
</repository>
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<repository name='CDT LSP Latest 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='1773240665169'/>
<!-- timestamp made with date +%s000 -->
<property name='p2.timestamp' value='1781183635000'/>
</properties>
<children size='1'>
<child location='../cdt-lsp-3.5'/>
<child location='../cdt-lsp-3.6'/>
</children>
</repository>
6 changes: 3 additions & 3 deletions releng/download/releases/cdt-lsp-latest/compositeContent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<repository name='CDT LSP Latest 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='1773240665169'/>
<!-- timestamp made with date +%s000 -->
<property name='p2.timestamp' value='1781183635000'/>
</properties>
<children size='1'>
<child location='../cdt-lsp-3.5'/>
<child location='../cdt-lsp-3.6'/>
</children>
</repository>
6 changes: 3 additions & 3 deletions releng/download/releases/latest/compositeArtifacts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<repository name='CDT Latest 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='1773240665169'/>
<!-- timestamp made with date +%s000 -->
<property name='p2.timestamp' value='1781183635000'/>
</properties>
<children size='1'>
<child location='../12.4'/>
<child location='../12.5'/>
</children>
</repository>
6 changes: 3 additions & 3 deletions releng/download/releases/latest/compositeContent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<repository name='CDT Latest 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='1773240665169'/>
<!-- timestamp made with date +%s000 -->
<property name='p2.timestamp' value='1781183635000'/>
</properties>
<children size='1'>
<child location='../12.4'/>
<child location='../12.5'/>
</children>
</repository>
Loading