1. ee9180a run project setup outside of synchronized block to avoid potential deadlock by David Morgan Spenser Savage · 15 years ago
  2. fd8fb5a check for null repository config (fix for FELIX-2187) by David Morgan Spenser Savage · 15 years ago
  3. d911f88 Patches for FELIX-2181 - now runs workspace resolve task using a damped delay to ensure that event storm does not trigger multiple project builds. by David Morgan Spenser Savage · 15 years ago
  4. 56af2e2 Patch for FELIX-2180 - now global repository and project specific repository managers share a common repository map to ensure same objects are used throughout the IDE by David Morgan Spenser Savage · 15 years ago
  5. d0d6433 Patch to address ui/classpath consistency issues when adding and removing projects from workspace that provide dependencies (related to FELIX-1349) by David Morgan Spenser Savage · 15 years ago
  6. 70c2657 Ensure internal cache is flushed on project delete (fix for FELIX-2168) by David Morgan Spenser Savage · 15 years ago
  7. 5cd7447 trivial tidyup by David Morgan Spenser Savage · 15 years ago
  8. 6ab4b3c Progress towards fixing bundle import resolution on project import FELIX-1349 by David Morgan Spenser Savage · 15 years ago
  9. b43a1ca tidy up non existent refactoring reference by David Morgan Spenser Savage · 15 years ago
  10. ea99013 Patch to improve IDE performance - avoid recalculating dependencies if no requirements or capabilities have changed (FELIX-2164) by David Morgan Spenser Savage · 15 years ago
  11. 8f61c8d Ensure rich client view is updated if file is changed by external process - i.e. after refresh by David Morgan Spenser Savage · 15 years ago
  12. fa8bda2 tidy up by David Morgan Spenser Savage · 15 years ago
  13. 34bb64d Patches for FELIX-2160 and FELIX-2161 - now manages project warnings internally vs in external job also added support for refreshing project and ensure that views are updated when editting in rich client or text editor by David Morgan Spenser Savage · 15 years ago
  14. 916905a pass in monitor to allow user feedback by David Morgan Spenser Savage · 15 years ago
  15. 880ad2f tidy up unused import by David Morgan Spenser Savage · 15 years ago
  16. 7a96b11 fix for FELIX-2154 do not call dispose on shared image! by David Morgan Spenser Savage · 15 years ago
  17. 69b8b0e Workspace repository now filters exports that project doesn't actually contain in "compile time" resolution mode (FELIX-1502) by David Morgan Spenser Savage · 15 years ago
  18. dcbb4f5 Make sigil projects singletons within IDE to fix problems with inconsistent views (FELIX-2153) by David Morgan Spenser Savage · 15 years ago
  19. f144378 tidy up org.cauldron namespace in schema doc by David Morgan Spenser Savage · 15 years ago
  20. 335a474 tidy up npe when system bundle does not have framework bundle set (FELIX-2143) by David Morgan Spenser Savage · 15 years ago
  21. 29bf157 tidy up npe caused by adding system bundle repository to repository set (FELIX-2133) by David Morgan Spenser Savage · 15 years ago
  22. 62bf2e4 Catch npe if -bundles not set by David Morgan Spenser Savage · 15 years ago
  23. f668f68 Change API for checking if packages are part of bundle - use package fragments vs roots to improve performance by David Morgan Spenser Savage · 15 years ago
  24. 6f1516a Update internal values that use sets etc to use null objects or arrays to improve memory profile FELIX-2092 by David Morgan Spenser Savage · 15 years ago
  25. 527104e Usage of VersionTable FELIX-2085 by David Morgan Spenser Savage · 15 years ago
  26. 13bb138 Tidy up unused imports and implement hashCode algorithm by David Morgan Spenser Savage · 15 years ago
  27. 617daf8 Use VersionTable to reduce memory foot print and Object creation (FELIX-2085) by David Morgan Spenser Savage · 15 years ago
  28. 8f98ecf stop "OSGi Install" check for timebeing (FELIX-1924) by David Morgan Spenser Savage · 15 years ago
  29. 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
  30. a518ff9 enable source classpath in debug breakpoints by David Morgan Spenser Savage · 15 years ago
  31. 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
  32. 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
  33. bc8a7a9 fix broken property tester reference by David Morgan Spenser Savage · 15 years ago
  34. 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
  35. eebc662 Work on FELIX-1324, now able to boot osgi applications using trivial file format: by David Morgan Spenser Savage · 15 years ago
  36. a9e1a00 Use BaseWorkbenchContentProvider instead of ContainerTreeProvider as it provides the same/better functionality by David Morgan Spenser Savage · 15 years ago
  37. 8d3d190 minor formatting update by David Morgan Spenser Savage · 15 years ago
  38. 2cb91c7 update image by David Morgan Spenser Savage · 15 years ago
  39. da457a1 tidy up unused imports by David Morgan Spenser Savage · 15 years ago
  40. 96a9438 update icon by David Morgan Spenser Savage · 15 years ago
  41. bc19c11 add larger icons and use in sigil project wizard by David Morgan Spenser Savage · 15 years ago
  42. f8c4244 update bundle and error icons by David Morgan Spenser Savage · 15 years ago
  43. 911ca33 add collapse all action to repository view by David Morgan Spenser Savage · 15 years ago
  44. 8f79975 add bundle refesh icon (FELIX-1336) by David Morgan Spenser Savage · 15 years ago
  45. 4feb09a include icons in built bundle by David Morgan Spenser Savage · 15 years ago
  46. 60f6dc1 further icon updates (FELIX-1336) by David Morgan Spenser Savage · 15 years ago
  47. e0d683e update icon references for views (FELIX-1336) by David Morgan Spenser Savage · 15 years ago
  48. 4f19a2a provide package, import-package, require-bundle, export-package + (error and optional equivalents) by David Morgan Spenser Savage · 15 years ago
  49. 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
  50. 78d2d35 Remove throw error call (FELIX-1690) by David Morgan Spenser Savage · 15 years ago
  51. a66a77a merge bnd lib inside common core bundle to avoid need to install bndlib separately by David Morgan Spenser Savage · 15 years ago
  52. 9fcacb6 tidy up some remaining cauldron references by David Morgan Spenser Savage · 15 years ago
  53. de80704 update obr feature to sigil project in eclipse by David Morgan Spenser Savage · 15 years ago
  54. 6dde95f set localization header for eclipse (FELIX-1652) by David Morgan Spenser Savage · 15 years ago
  55. d079aba log error vs throwing illegal state which locks up rest of IDE (FELIX-1647) by David Morgan Spenser Savage · 15 years ago
  56. 48d4b24 remove explicit versions from leaf projects by David Morgan Spenser Savage · 15 years ago
  57. 6624980 add explicit dependency on ide bundle by David Morgan Spenser Savage · 15 years ago
  58. fc74f64 set update site url from bnd macro (again - botched svn commit) by David Morgan Spenser Savage · 15 years ago
  59. 5cd5e9a set update site url from preprocessed variable by David Morgan Spenser Savage · 15 years ago
  60. c581a47 delete unused project by David Morgan Spenser Savage · 15 years ago
  61. 1723ade changed eclpse projects to use project-specific code formatter. by Derek Baum · 15 years ago
  62. 11c6c5a change features files to use bnd preprocessing to expand ${version} variable FELIX-1597 by David Morgan Spenser Savage · 15 years ago
  63. aed4cf2 delete unused feature project by David Morgan Spenser Savage · 15 years ago
  64. f0a60cf update update site to refer to apache features (FELIX-1402) by David Morgan Spenser Savage · 15 years ago
  65. dfff841 add feature files for sigil bundles (FELIX-1417) by David Morgan Spenser Savage · 15 years ago
  66. 9d183ad fix for FELIX-1588 plus tidy up unused code by David Morgan Spenser Savage · 15 years ago
  67. f984ac5 backup work in progress related to FELIX-1324 by David Morgan Spenser Savage · 15 years ago
  68. 3bec353 + */ by David Morgan Spenser Savage · 15 years ago
  69. ef091e2 patch for FELIX-1583 - refactored LDAP and VersionRange classes into own bundle by David Morgan Spenser Savage · 15 years ago
  70. 91e7a96 add skeleton launcher for osgi runtimes by David Morgan Spenser Savage · 15 years ago
  71. 2ca872d check for null prior to setup of iterator FELIX-1496 by David Morgan Spenser Savage · 15 years ago
  72. 0199d85 remove dependency on internal pde classes FELIX-1490 by David Morgan Spenser Savage · 15 years ago
  73. 11f7562 tidy up npe caused by commented out image reference by David Morgan Spenser Savage · 15 years ago
  74. 9550b21 tidy up cauldron.org references by David Morgan Spenser Savage · 15 years ago
  75. 09df974 update to use apache sigil resources FELIX-1396 by David Morgan Spenser Savage · 15 years ago
  76. 8bae92d remove non osgi concepts, create plugin functions later via extender and service patterns by David Morgan Spenser Savage · 15 years ago
  77. 5b0bc8f check if widget is disposed before calling refresh FELIX-1452 by David Morgan Spenser Savage · 15 years ago
  78. 3f4bf81 update to org.apache namespace by David Morgan Spenser Savage · 15 years ago
  79. 07216c1 import core.repository package by David Morgan Spenser Savage · 15 years ago
  80. 4c044e9 import obr provider package and remove resolve=compile flag from import by David Morgan Spenser Savage · 15 years ago
  81. 35bcdf3 update extension point constant to match new org.apache namespace by David Morgan Spenser Savage · 15 years ago
  82. 45d7438 fixed classpath issues due to split packages in eclipse bundles by David Morgan Spenser Savage · 15 years ago
  83. b6d76f1 remove org.cauldron reference by David Morgan Spenser Savage · 15 years ago
  84. 760bd08 Prevent NPE, throw meaningful runtime exception in it's place, FELIX-1438 by David Morgan Spenser Savage · 15 years ago
  85. 309371c fix package names FELIX-1396 by David Morgan Spenser Savage · 15 years ago
  86. bcc69c0 further progress towards self hosting FELIX-1323 by David Morgan Spenser Savage · 15 years ago
  87. 28a594a further progress towards self hosting FELIX-1323 by David Morgan Spenser Savage · 15 years ago
  88. 587b502 tidy up old cauldron references by David Morgan Spenser Savage · 15 years ago
  89. 21bfb57 tidy up unused imports by David Morgan Spenser Savage · 15 years ago
  90. f2bb82c sigil-defaults.properties files to hold project defaults FELIX-1418 by David Morgan Spenser Savage · 15 years ago
  91. 53cd21e create feature files and sigil build for core feature FELIX-1417 by David Morgan Spenser Savage · 15 years ago
  92. a1c8fad trivial tidy up of unused import by David Morgan Spenser Savage · 15 years ago
  93. d1c54b3 add compile time imports by David Morgan Spenser Savage · 15 years ago
  94. 1afafb6 FELIX-1368 resolve internal library dependencies from ivy cache by David Morgan Spenser Savage · 15 years ago
  95. df0b163 apply apache license to xml files by David Morgan Spenser Savage · 15 years ago
  96. 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
  97. e9786d4 import commons-lang dependencies from outside vs embedding lib in bundle classpath by David Morgan Spenser Savage · 15 years ago
  98. 4bbac49 apply asf licence to xml files by David Morgan Spenser Savage · 15 years ago
  99. 77272fd patch for FELIX-1390 by David Morgan Spenser Savage · 15 years ago
  100. 3b1b8c8 progress towards FELIX-1368 by David Morgan Spenser Savage · 15 years ago