Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 575144 - [Passage] restore org.eclipse.passage.releng project #848

Merged
merged 1 commit into from
Jul 31, 2021
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
17 changes: 17 additions & 0 deletions releng/org.eclipse.passage.releng/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.passage.releng</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>
29 changes: 29 additions & 0 deletions releng/org.eclipse.passage.releng/compositeArtifacts.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?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='6'>
<child location='lic' />
<child location='loc' />
<child location='lbc' />
<child location='ldc' />
<child location='lac' />
<child location='demo' />
</children>
</repository>
29 changes: 29 additions & 0 deletions releng/org.eclipse.passage.releng/compositeContent.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?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='6'>
<child location='lic' />
<child location='loc' />
<child location='lbc' />
<child location='ldc' />
<child location='lac' />
<child location='demo' />
</children>
</repository>
51 changes: 51 additions & 0 deletions releng/org.eclipse.passage.releng/passage-configuration.setup
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<setup:Configuration
xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
label="Passage Development Environment">
<annotation
source="http://www.eclipse.org/oomph/setup/BrandingInfo">
<detail
key="siteURI">
<value>https://projects.eclipse.org/projects/technology.passage</value>
</detail>
<detail
key="imageURI">
<value>https://raw.githubusercontent.com/eclipse-passage/passage/master/products/org.eclipse.passage.loc.operator.product/ico/48.png</value>
</detail>
</annotation>
<installation
name="passage.development.environment.installation"
label="Passage Development Environment Installation">
<productVersion
href="index:/org.eclipse.setup#//@productCatalogs[name='org.eclipse.products']/@products[name='epp.package.committers']/@versions[name='latest']"/>
<description>The Passage Development Environment installation provides a full development environment for working on Passage.</description>
</installation>
<workspace
name="passage.development.environment.workspace"
label="Passage Development Environment Workspace">
<setupTask
xsi:type="setup:VariableTask"
name="eclipse.target.platform"
value="${eclipse.target.platform.latest}"/>
<stream
href="index:/org.eclipse.setup#//@projectCatalogs[name='org.eclipse']/@projects[name='passage']/@streams[name='master']"/>
<description>The Passage Development Environment workspace contains all features and plugins from the Passage GitHub repository.</description>
</workspace>
<description>
&lt;p>
The &lt;a href=&quot;https://projects.eclipse.org/projects/technology.passage&quot;/>Passage&lt;/a> Development Environment configuration provisions a dedicated development environment
for the complete set of source projects used by &lt;a href=&quot;https://ci.eclipse.org/passage/&quot;>Passage's build server&lt;/a>
to produce &lt;a href=&quot;http://download.eclipse.org/passage/updates/?d&quot;>Passage's update sites&lt;/a>.
&lt;/p>
&lt;p>
All the source projects from &lt;a href=&quot;https://github.com/eclipse-passage/passage&quot;>Passage's GitHub Repository&lt;/a>
are available, organized into working sets, and ready for contribution.
&lt;/p>
&lt;/p>
Please &lt;a href=&quot;https://wiki.eclipse.org/Eclipse_Platform_SDK_Provisioning&quot;>read the analogous tutorial instructions&lt;/a> for the Eclipse Platform SDK's configuration for more details.
&lt;/p>
</description>
</setup:Configuration>
Loading