Skip to content

Commit

Permalink
Bug 571548 - [Passage] publish composite update sites
Browse files Browse the repository at this point in the history
Add composite site manifests

Signed-off-by: Alexander Fedorov <[email protected]>
  • Loading branch information
ruspl-afed committed Feb 27, 2021
1 parent 1513386 commit 6501ade
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
27 changes: 27 additions & 0 deletions releng/org.eclipse.passage.releng/compositeArtifacts.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version='1.0' encoding='UTF-8'?>
<?compositeMetadataRepository version='1.0.0'?>
<!--
Copyright (c) 2021 ArSysOp and others
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
https://www.eclipse.org/legal/epl-2.0/.
SPDX-License-Identifier: EPL-2.0
Contributors:
ArSysOp - initial API and implementation
-->
<repository name='&quot;Eclipse Passage Composite Site&quot;'
type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository'
version='1.0.0'>
<properties size='1'>
<property name='p2.timestamp' value='1243822502499' />
</properties>
<children size='4'>
<child location='lic' />
<child location='loc' />
<child location='lbc' />
<child location='ldc' />
</children>
</repository>
27 changes: 27 additions & 0 deletions releng/org.eclipse.passage.releng/compositeContent.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version='1.0' encoding='UTF-8'?>
<?compositeArtifactRepository version='1.0.0'?>
<!--
Copyright (c) 2021 ArSysOp and others
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
https://www.eclipse.org/legal/epl-2.0/.
SPDX-License-Identifier: EPL-2.0
Contributors:
ArSysOp - initial API and implementation
-->
<repository name='&quot;Eclipse Passage Composite Site&quot;'
type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository'
version='1.0.0'>
<properties size='1'>
<property name='p2.timestamp' value='1243822502499' />
</properties>
<children size='4'>
<child location='lic' />
<child location='loc' />
<child location='lbc' />
<child location='ldc' />
</children>
</repository>

0 comments on commit 6501ade

Please sign in to comment.