Skip to content

Commit 0027016

Browse files
committed
adding oomph configuration
Signed-off-by: Peter Kirschner <[email protected]>
1 parent 0832c24 commit 0027016

File tree

5 files changed

+299
-0
lines changed

5 files changed

+299
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ local.properties
144144
*/.settings/org.eclipse.jdt.groovy.core.prefs
145145
.loadpath
146146
.recommenders
147+
org.eclipse.buildship.core.prefs
147148

148149
# Eclipse Core
149150
#.project

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ Amit Kumar Mondal ([email protected])
9696

9797
Want to contribute? Great! Check out [Contribution Guide](https://github.com/amitjoy/osgifx-console/blob/main/CONTRIBUTING.md)
9898

99+
<a href="eclipse+installer:https://raw.githubusercontent.com/[email protected]:amitjoy/osgifx.git/main/oomph/config_osgifx.setup">
100+
<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"
101+
alt="osgifx workspace" /></a>
102+
99103
--------------------------------------------------------------------------------------------------------------
100104

101105
### License

oomph/.project

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>oomph</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
</buildSpec>
9+
<natures>
10+
</natures>
11+
</projectDescription>

oomph/config_osgifx.setup

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<setup:Configuration
3+
xmi:version="2.0"
4+
xmlns:xmi="http://www.omg.org/XMI"
5+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6+
xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
7+
label="osgifx">
8+
<installation
9+
name="osgifx.installation"
10+
label="osgifx Installation">
11+
<productVersion
12+
href="index:/org.eclipse.setup#//@productCatalogs[name='org.eclipse.products']/@products[name='epp.package.java']/@versions[name='latest.released']"/>
13+
<description>The bnd installation provides cool stuff.</description>
14+
</installation>
15+
<workspace
16+
name="osgifx.workspace"
17+
label="osgifx Workspace">
18+
<setupTask
19+
xsi:type="setup:VariableTask"
20+
id="bndtools-release"
21+
type="URI"
22+
name="bndtools-release"
23+
value="https://bndtools.jfrog.io/bndtools/update-snapshot"
24+
label="bndtools-release">
25+
<choice
26+
value="https://bndtools.org/bndtools.p2.repo/7.0.0/"
27+
label="rel 7.0.0"/>
28+
<choice
29+
value="https://bndtools.org/bndtools.p2.repo/6.4.1/"
30+
label="rel 6.41"/>
31+
<choice
32+
value="https://bndtools.jfrog.io/bndtools/update-latest"
33+
label="release (JFrog)"/>
34+
<choice
35+
value="https://bndtools.jfrog.io/bndtools/update-snapshot"
36+
label="snapshot (JFrog)"/>
37+
</setupTask>
38+
<stream
39+
href="prj-osgifx.setup#//@streams[name='main']"/>
40+
<description>The osgifx workspace provides cool stuff.</description>
41+
</workspace>
42+
<description>The bnd configuration provides cool stuff.</description>
43+
</setup:Configuration>

oomph/prj-osgifx.setup

+240
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)