-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 571548 - [Passage] publish composite update sites
Add composite site manifests Signed-off-by: Alexander Fedorov <[email protected]>
- Loading branch information
1 parent
1513386
commit 6501ade
Showing
2 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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='"Eclipse Passage Composite Site"' | ||
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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='"Eclipse Passage Composite Site"' | ||
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> |