Skip to content

Commit

Permalink
configure auth method
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Kirschner <[email protected]>
  • Loading branch information
peterkir committed Oct 25, 2024
1 parent 20cf2f2 commit 4260989
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
4 changes: 2 additions & 2 deletions setup/catalog_bndtools.setup
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0"
name="bndtools"
name="bndtools.projects"
label="bndtools Projects">
<setupTask
xsi:type="setup:InstallationTask"
Expand Down Expand Up @@ -411,7 +411,7 @@
</setupTask>
</setupTask>
</setupTask>
<description>bndtools provides cool products.</description>
<project href="https://raw.githubusercontent.com/bndtools/bndtools.p2.repo/master/setup/prj-bnd.setup#/"/>
<project href="https://raw.githubusercontent.com/bndtools/bndtools.p2.repo/master/setup/prj-bndtools.p2.repo.setup#/"/>
<description>bndtools provides cool products.</description>
</setup:ProductCatalog>
9 changes: 3 additions & 6 deletions setup/prj-bnd.setup
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
xmlns:git="http://www.eclipse.org/oomph/setup/git/1.0"
xmlns:jdt="http://www.eclipse.org/oomph/setup/jdt/1.0"
xmlns:maven="http://www.eclipse.org/oomph/setup/maven/1.0"
xmlns:projects="http://www.eclipse.org/oomph/setup/projects/1.0"
xmlns:projects_1.0="http://www.eclipse.org/oomph/setup/projects/1.0"
xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0"
xsi:schemaLocation="http://www.eclipse.org/oomph/setup/git/1.0 https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Git.ecore http://www.eclipse.org/oomph/setup/jdt/1.0 https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/JDT.ecore http://www.eclipse.org/oomph/setup/maven/1.0 https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Maven.ecore"
Expand Down Expand Up @@ -286,7 +286,7 @@
value="true"/>
</setupTask>
<setupTask
xsi:type="projects:ProjectsImportTask">
xsi:type="projects_1.0:ProjectsImportTask">
<sourceLocator
rootFolder="${git.clone.bnd.location}"
locateNestedProjects="true">
Expand Down Expand Up @@ -396,7 +396,7 @@
value="true"/>
</setupTask>
<setupTask
xsi:type="projects:ProjectsImportTask">
xsi:type="projects_1.0:ProjectsImportTask">
<sourceLocator
rootFolder="${git.clone.bnd.location}"
locateNestedProjects="true">
Expand All @@ -408,8 +408,5 @@
</sourceLocator>
</setupTask>
</stream>
<logicalProjectContainer
xsi:type="setup:Project"
href="https://raw.githubusercontent.com/bndtools/bndtools.p2.repo/refs/heads/master/setup/catalog_bndtools.setup#/"/>
<description>bndtools/bnd provides cool stuff.</description>
</setup:Project>
3 changes: 0 additions & 3 deletions setup/prj-bndtools.p2.repo.setup
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,5 @@
value="true"/>
</setupTask>
</stream>
<logicalProjectContainer
xsi:type="setup:Project"
href="https://raw.githubusercontent.com/bndtools/bndtools.p2.repo/refs/heads/master/setup/prj-bnd.setup#/"/>
<description>bndtools/bnd provides cool stuff.</description>
</setup:Project>

0 comments on commit 4260989

Please sign in to comment.