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

Update cfg_github.com_klibio_EclipseInstallationManager.setup #71

Merged
merged 3 commits into from
Jun 2, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
xmi:version="2.0"
xmlns:xmi="https://www.omg.org/XMI"
xmlns:setup="https://www.eclipse.org/oomph/setup/1.0"
label="A7exSchin/EclipseInstallationManager">
label="klibio/EclipseInstallationManager">
<installation
name="A7exSchin.EclipseInstallationManager.installation"
label="A7exSchin/EclipseInstallationManager Installation">
name="klibio.EclipseInstallationManager.installation"
label="klibio/EclipseInstallationManager Installation">
<productVersion
href="../klibio.products.setup#//@products[name='io.klib.product.osgi-dev']/@versions[name='ecl2023-03_bnd_6.4.0']"/>
<description>The A7exSchin/EclipseInstallationManager installation provides cool stuff.</description>
<description>The klibio/EclipseInstallationManager installation provides cool stuff.</description>
</installation>
<workspace
name="A7exSchin.EclipseInstallationManager.workspace"
label="A7exSchin/EclipseInstallationManager Workspace">
name="klibio.EclipseInstallationManager.workspace"
label="klibio/EclipseInstallationManager Workspace">
<stream
href="../klibio.projects.github.setup#//@projects[name='A7exSchin.EclipseInstallationManager']/@streams[name='main']"/>
<description>The A7exSchin/EclipseInstallationManager workspace provides cool stuff.</description>
href="../klibio.projects.github.setup#//@projects[name='klibio.EclipseInstallationManager']/@streams[name='main']"/>
<description>The klibio/EclipseInstallationManager workspace provides cool stuff.</description>
</workspace>
<description>The boostrap configuration provides cool stuff.</description>
</setup:Configuration>
2 changes: 1 addition & 1 deletion oomph/klibio.projects.github.setup
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,6 @@
<project href="projects/prj_github.com_klibio_klib.trackr.setup#/"/>
<project href="projects/prj_github.com_klibio_bndtools-eclipse-workspace.setup#/"/>
<project href="projects/prj_github.com_klibio_bndtools-klibio-templates.setup#/"/>
<project href="projects/prj_github.com_A7exSchin_EclipseInstallationManager.setup#/"/>
<project href="projects/prj_github.com_klibio_EclipseInstallationManager.setup#/"/>
<description>All the projects at Github.com that provide automated setup support along with additional user-added projects</description>
</setup:ProjectCatalog>
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
xmlns:setup.p2="https://www.eclipse.org/oomph/setup/p2/1.0"
xmlns:setup.workingsets="https://www.eclipse.org/oomph/setup/workingsets/1.0"
xsi:schemaLocation="https://www.eclipse.org/oomph/setup/git/1.0 https://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Git.ecore https://www.eclipse.org/oomph/setup/jdt/1.0 https://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore https://www.eclipse.org/oomph/predicates/1.0 https://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore https://www.eclipse.org/oomph/setup/projects/1.0 https://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Projects.ecore https://www.eclipse.org/oomph/setup/workingsets/1.0 https://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore"
name="A7exSchin.EclipseInstallationManager"
label="A7exSchin/EclipseInstallationManager">
name="klibio.EclipseInstallationManager"
label="klibio/EclipseInstallationManager">
<setupTask
xsi:type="jdt:JRETask"
version="JavaSE-11"
Expand Down Expand Up @@ -54,7 +54,7 @@
<setupTask
xsi:type="git:GitCloneTask"
id="git.clone.EclipseInstallationManager"
remoteURI="A7exSchin/EclipseInstallationManager">
remoteURI="klibio/EclipseInstallationManager">
<annotation
source="https://www.eclipse.org/oomph/setup/InducedChoices">
<detail
Expand Down Expand Up @@ -104,5 +104,5 @@
<logicalProjectContainer
xsi:type="setup:ProjectCatalog"
href="../klibio.projects.github.setup#/"/>
<description>A7exSchin/EclipseInstallationManager provides cool stuff.</description>
<description>klibio/EclipseInstallationManager provides cool stuff.</description>
</setup:Project>