File tree 5 files changed +299
-0
lines changed
5 files changed +299
-0
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ local.properties
144
144
* /.settings /org.eclipse.jdt.groovy.core.prefs
145
145
.loadpath
146
146
.recommenders
147
+ org.eclipse.buildship.core.prefs
147
148
148
149
# Eclipse Core
149
150
# .project
Original file line number Diff line number Diff line change 96
96
97
97
Want to contribute? Great! Check out [ Contribution Guide] ( https://github.com/amitjoy/osgifx-console/blob/main/CONTRIBUTING.md )
98
98
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
+
99
103
--------------------------------------------------------------------------------------------------------------
100
104
101
105
### License
Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change
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 >
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments