Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
d739a8ebeddfdf6db1078f204835be7838735f70
/
sigil
/
eclipse
8f98ecf
stop "OSGi Install" check for timebeing (FELIX-1924)
by David Morgan Spenser Savage
· 15 years ago
6108f8e
add rebuildDependencies method to be called by text project editor widget when saved (fix for FELIX-1905)
by David Morgan Spenser Savage
· 15 years ago
a518ff9
enable source classpath in debug breakpoints
by David Morgan Spenser Savage
· 15 years ago
65d6efb
further refactor related to set up of bnd classpath in case of -contents vs -sourcedirs (FELIX-1880)
by David Morgan Spenser Savage
· 15 years ago
69ac198
now uses resolve(true) on project to find classpath if -contents specified vs -sourcedirs (FELIX-1880)
by David Morgan Spenser Savage
· 15 years ago
bc8a7a9
fix broken property tester reference
by David Morgan Spenser Savage
· 15 years ago
0dcce32
Further patches related to FELIX-1324 - now abstracts uri scheme behind a resolver that allows for substitution of "real" urls for meta stubs:
by David Morgan Spenser Savage
· 15 years ago
eebc662
Work on FELIX-1324, now able to boot osgi applications using trivial file format:
by David Morgan Spenser Savage
· 15 years ago
a9e1a00
Use BaseWorkbenchContentProvider instead of ContainerTreeProvider as it provides the same/better functionality
by David Morgan Spenser Savage
· 15 years ago
8d3d190
minor formatting update
by David Morgan Spenser Savage
· 15 years ago
2cb91c7
update image
by David Morgan Spenser Savage
· 15 years ago
da457a1
tidy up unused imports
by David Morgan Spenser Savage
· 15 years ago
96a9438
update icon
by David Morgan Spenser Savage
· 15 years ago
bc19c11
add larger icons and use in sigil project wizard
by David Morgan Spenser Savage
· 15 years ago
f8c4244
update bundle and error icons
by David Morgan Spenser Savage
· 15 years ago
911ca33
add collapse all action to repository view
by David Morgan Spenser Savage
· 15 years ago
8f79975
add bundle refesh icon (FELIX-1336)
by David Morgan Spenser Savage
· 15 years ago
4feb09a
include icons in built bundle
by David Morgan Spenser Savage
· 15 years ago
60f6dc1
further icon updates (FELIX-1336)
by David Morgan Spenser Savage
· 15 years ago
e0d683e
update icon references for views (FELIX-1336)
by David Morgan Spenser Savage
· 15 years ago
4f19a2a
provide package, import-package, require-bundle, export-package + (error and optional equivalents)
by David Morgan Spenser Savage
· 15 years ago
decb68e
"borrow" icons from bnd (apache licensed) use these as the basis for remaining icons (FELIX-1336)
by David Morgan Spenser Savage
· 15 years ago
78d2d35
Remove throw error call (FELIX-1690)
by David Morgan Spenser Savage
· 15 years ago
a66a77a
merge bnd lib inside common core bundle to avoid need to install bndlib separately
by David Morgan Spenser Savage
· 15 years ago
9fcacb6
tidy up some remaining cauldron references
by David Morgan Spenser Savage
· 15 years ago
de80704
update obr feature to sigil project in eclipse
by David Morgan Spenser Savage
· 15 years ago
6dde95f
set localization header for eclipse (FELIX-1652)
by David Morgan Spenser Savage
· 15 years ago
d079aba
log error vs throwing illegal state which locks up rest of IDE (FELIX-1647)
by David Morgan Spenser Savage
· 15 years ago
48d4b24
remove explicit versions from leaf projects
by David Morgan Spenser Savage
· 15 years ago
6624980
add explicit dependency on ide bundle
by David Morgan Spenser Savage
· 15 years ago
fc74f64
set update site url from bnd macro (again - botched svn commit)
by David Morgan Spenser Savage
· 15 years ago
5cd5e9a
set update site url from preprocessed variable
by David Morgan Spenser Savage
· 15 years ago
c581a47
delete unused project
by David Morgan Spenser Savage
· 15 years ago
1723ade
changed eclpse projects to use project-specific code formatter.
by Derek Baum
· 15 years ago
11c6c5a
change features files to use bnd preprocessing to expand ${version} variable FELIX-1597
by David Morgan Spenser Savage
· 15 years ago
aed4cf2
delete unused feature project
by David Morgan Spenser Savage
· 15 years ago
f0a60cf
update update site to refer to apache features (FELIX-1402)
by David Morgan Spenser Savage
· 15 years ago
dfff841
add feature files for sigil bundles (FELIX-1417)
by David Morgan Spenser Savage
· 15 years ago
9d183ad
fix for FELIX-1588 plus tidy up unused code
by David Morgan Spenser Savage
· 15 years ago
f984ac5
backup work in progress related to FELIX-1324
by David Morgan Spenser Savage
· 15 years ago
3bec353
+ */
by David Morgan Spenser Savage
· 15 years ago
ef091e2
patch for FELIX-1583 - refactored LDAP and VersionRange classes into own bundle
by David Morgan Spenser Savage
· 15 years ago
91e7a96
add skeleton launcher for osgi runtimes
by David Morgan Spenser Savage
· 15 years ago
2ca872d
check for null prior to setup of iterator FELIX-1496
by David Morgan Spenser Savage
· 15 years ago
0199d85
remove dependency on internal pde classes FELIX-1490
by David Morgan Spenser Savage
· 15 years ago
11f7562
tidy up npe caused by commented out image reference
by David Morgan Spenser Savage
· 15 years ago
9550b21
tidy up cauldron.org references
by David Morgan Spenser Savage
· 15 years ago
09df974
update to use apache sigil resources FELIX-1396
by David Morgan Spenser Savage
· 15 years ago
8bae92d
remove non osgi concepts, create plugin functions later via extender and service patterns
by David Morgan Spenser Savage
· 15 years ago
5b0bc8f
check if widget is disposed before calling refresh FELIX-1452
by David Morgan Spenser Savage
· 15 years ago
3f4bf81
update to org.apache namespace
by David Morgan Spenser Savage
· 15 years ago
07216c1
import core.repository package
by David Morgan Spenser Savage
· 15 years ago
4c044e9
import obr provider package and remove resolve=compile flag from import
by David Morgan Spenser Savage
· 15 years ago
35bcdf3
update extension point constant to match new org.apache namespace
by David Morgan Spenser Savage
· 15 years ago
45d7438
fixed classpath issues due to split packages in eclipse bundles
by David Morgan Spenser Savage
· 15 years ago
b6d76f1
remove org.cauldron reference
by David Morgan Spenser Savage
· 15 years ago
760bd08
Prevent NPE, throw meaningful runtime exception in it's place, FELIX-1438
by David Morgan Spenser Savage
· 15 years ago
309371c
fix package names FELIX-1396
by David Morgan Spenser Savage
· 15 years ago
bcc69c0
further progress towards self hosting FELIX-1323
by David Morgan Spenser Savage
· 15 years ago
28a594a
further progress towards self hosting FELIX-1323
by David Morgan Spenser Savage
· 15 years ago
587b502
tidy up old cauldron references
by David Morgan Spenser Savage
· 15 years ago
21bfb57
tidy up unused imports
by David Morgan Spenser Savage
· 15 years ago
f2bb82c
sigil-defaults.properties files to hold project defaults FELIX-1418
by David Morgan Spenser Savage
· 15 years ago
53cd21e
create feature files and sigil build for core feature FELIX-1417
by David Morgan Spenser Savage
· 15 years ago
a1c8fad
trivial tidy up of unused import
by David Morgan Spenser Savage
· 15 years ago
d1c54b3
add compile time imports
by David Morgan Spenser Savage
· 15 years ago
1afafb6
FELIX-1368 resolve internal library dependencies from ivy cache
by David Morgan Spenser Savage
· 15 years ago
df0b163
apply apache license to xml files
by David Morgan Spenser Savage
· 15 years ago
240338c
FELIX-1322 bulk update of formatting based on eclipse style referenced in http://felix.apache.org/site/coding-standards.html
by David Morgan Spenser Savage
· 15 years ago
e9786d4
import commons-lang dependencies from outside vs embedding lib in bundle classpath
by David Morgan Spenser Savage
· 15 years ago
4bbac49
apply asf licence to xml files
by David Morgan Spenser Savage
· 15 years ago
77272fd
patch for FELIX-1390
by David Morgan Spenser Savage
· 15 years ago
3b1b8c8
progress towards FELIX-1368
by David Morgan Spenser Savage
· 15 years ago
e6f1851
patch for FELIX-1327
by David Morgan Spenser Savage
· 15 years ago
7fe0f4a
tidy up org.cauldron references from project names and sigil properties
by David Morgan Spenser Savage
· 15 years ago
78b9b00
Fix for FELIX-1384
by David Morgan Spenser Savage
· 15 years ago
c6956fb
Fix for FELIX-1381
by David Morgan Spenser Savage
· 15 years ago
f9aaf5c
final patches for FELIX-1367
by David Morgan Spenser Savage
· 15 years ago
16548f8
tidy up unused imports
by David Morgan Spenser Savage
· 15 years ago
a971caf
further progress towards FELIX-1367
by David Morgan Spenser Savage
· 15 years ago
2a49449
further tidy up of PDE artifacts (FELIX-1367)
by David Morgan Spenser Savage
· 15 years ago
495803b
further work on FELIX-1367
by David Morgan Spenser Savage
· 15 years ago
7deb02f
fix for FELIX-1374
by David Morgan Spenser Savage
· 15 years ago
c7c8fce
more work towards FELIX-1367
by David Morgan Spenser Savage
· 15 years ago
28fdc2c
further dependency work related to FELIX-1367
by David Morgan Spenser Savage
· 15 years ago
ffd40a7
further patches related to (FELIX-1367)
by David Morgan Spenser Savage
· 15 years ago
49b38c7
fix for FELIX-1366
by David Morgan Spenser Savage
· 15 years ago
161100a
convert pde projects to sigil projects (FELIX-1367)
by David Morgan Spenser Savage
· 15 years ago
5d366e3
directory structure tidy up (FELIX-1357)
by David Morgan Spenser Savage
· 15 years ago
89949c2
directory structure tidy up (FELIX-1357)
by David Morgan Spenser Savage
· 15 years ago