-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #757 from peterkir/main
adding oomph setups
- Loading branch information
Showing
5 changed files
with
299 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
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 |
---|---|---|
|
@@ -96,6 +96,10 @@ Amit Kumar Mondal ([email protected]) | |
|
||
Want to contribute? Great! Check out [Contribution Guide](https://github.com/amitjoy/osgifx-console/blob/main/CONTRIBUTING.md) | ||
|
||
<a href="eclipse+installer:https://raw.githubusercontent.com/[email protected]:amitjoy/osgifx.git/main/oomph/config_osgifx.setup"> | ||
<img src="https://img.shields.io/static/v1?logo=eclipseide&label=eclipse%20for%20osgifx&message=branch%20:%20main&style=for-the-badge&logoColor=white&labelColor=963508&color=gray" | ||
alt="osgifx workspace" /></a> | ||
|
||
-------------------------------------------------------------------------------------------------------------- | ||
|
||
### License | ||
|
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,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>oomph</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
</buildSpec> | ||
<natures> | ||
</natures> | ||
</projectDescription> |
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,43 @@ | ||
<?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="osgifx"> | ||
<installation | ||
name="osgifx.installation" | ||
label="osgifx Installation"> | ||
<productVersion | ||
href="index:/org.eclipse.setup#//@productCatalogs[name='org.eclipse.products']/@products[name='epp.package.java']/@versions[name='latest.released']"/> | ||
<description>The bnd installation provides cool stuff.</description> | ||
</installation> | ||
<workspace | ||
name="osgifx.workspace" | ||
label="osgifx Workspace"> | ||
<setupTask | ||
xsi:type="setup:VariableTask" | ||
id="bndtools-release" | ||
type="URI" | ||
name="bndtools-release" | ||
value="https://bndtools.jfrog.io/bndtools/update-snapshot" | ||
label="bndtools-release"> | ||
<choice | ||
value="https://bndtools.org/bndtools.p2.repo/7.0.0/" | ||
label="rel 7.0.0"/> | ||
<choice | ||
value="https://bndtools.org/bndtools.p2.repo/6.4.1/" | ||
label="rel 6.41"/> | ||
<choice | ||
value="https://bndtools.jfrog.io/bndtools/update-latest" | ||
label="release (JFrog)"/> | ||
<choice | ||
value="https://bndtools.jfrog.io/bndtools/update-snapshot" | ||
label="snapshot (JFrog)"/> | ||
</setupTask> | ||
<stream | ||
href="prj-osgifx.setup#//@streams[name='main']"/> | ||
<description>The osgifx workspace provides cool stuff.</description> | ||
</workspace> | ||
<description>The bnd configuration provides cool stuff.</description> | ||
</setup:Configuration> |
Large diffs are not rendered by default.
Oops, something went wrong.