Skip to content

Commit

Permalink
Merge pull request #757 from peterkir/main
Browse files Browse the repository at this point in the history
adding oomph setups
  • Loading branch information
amitjoy authored Nov 5, 2024
2 parents 0832c24 + 0027016 commit 74b1efa
Show file tree
Hide file tree
Showing 5 changed files with 299 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ local.properties
*/.settings/org.eclipse.jdt.groovy.core.prefs
.loadpath
.recommenders
org.eclipse.buildship.core.prefs

# Eclipse Core
#.project
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions oomph/.project
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>
43 changes: 43 additions & 0 deletions oomph/config_osgifx.setup
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>
240 changes: 240 additions & 0 deletions oomph/prj-osgifx.setup

Large diffs are not rendered by default.

0 comments on commit 74b1efa

Please sign in to comment.