1. cba260f use PathUtil to get IPath from file - fix for FELIX-2488 by David Morgan Spenser Savage · 14 years ago
  2. d8f351a Remove dependency on IPath (FELIX-1509) by David Morgan Spenser Savage · 14 years ago
  3. a8b37ba remove unnecessary comment by David Morgan Spenser Savage · 14 years ago
  4. ec9c6c5 add classpath file for obr feature project by David Morgan Spenser Savage · 14 years ago
  5. 585aea2 add preference key as part of FELIX-2483 by David Morgan Spenser Savage · 14 years ago
  6. caa535e add overloaded optiol prompt util methods to avoid need to pass usually redundant pref store param by David Morgan Spenser Savage · 14 years ago
  7. e1138e5 prompt to remove corresponding import on export removal (FELIX-2483) by David Morgan Spenser Savage · 14 years ago
  8. 2688cb0 handle uninitialized prefs more gracefully - default to prompt vs runtime exception by David Morgan Spenser Savage · 14 years ago
  9. 860f65f reuse utils method to check if project is in sync during refactor by David Morgan Spenser Savage · 14 years ago
  10. 38544d5 add activator refactor support (FELIX-2482) by David Morgan Spenser Savage · 14 years ago
  11. 5a3b4ec create util class to provide common functions between refactor participants by David Morgan Spenser Savage · 14 years ago
  12. 39ddaf3 add license headers by David Morgan Spenser Savage · 14 years ago
  13. 190c07a consolidate new version range logic in new helper method by David Morgan Spenser Savage · 14 years ago
  14. 087bb40 add meta entries to support move refactor (FELIX-1346) by David Morgan Spenser Savage · 14 years ago
  15. 929ae13 add support for migration of imports/exports based on Move package refactoring (FELIX-1346) by David Morgan Spenser Savage · 14 years ago
  16. de45475 add helper methods to aid refactoring support (FELIX-1346) by David Morgan Spenser Savage · 14 years ago
  17. 6095fc1 add support for exported package refactoring (FELIX-2481) by David Morgan Spenser Savage · 14 years ago
  18. 8280ad5 add util method to run Callable in UI thread by David Morgan Spenser Savage · 14 years ago
  19. a454a9f improve performance of resolver in workspaces with many sigil projects - prevent cyclical resolver tasks by David Morgan Spenser Savage · 14 years ago
  20. e63da4c FELIX-2463 - preserve order of -resources by Derek Baum · 14 years ago
  21. 8fbd5d6 add [revision] to destpattern in sigil.bundle ant task. FELIX-2290 by Derek Baum · 15 years ago
  22. ee9180a run project setup outside of synchronized block to avoid potential deadlock by David Morgan Spenser Savage · 15 years ago
  23. 31c44cf add ability to disable repository entry by setting disabled=true by Derek Baum · 15 years ago
  24. fd8fb5a check for null repository config (fix for FELIX-2187) by David Morgan Spenser Savage · 15 years ago
  25. 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
  26. 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
  27. 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
  28. 9c0f9b9 Mark load as synchronized to avoid threading issues when accessing hashmap by David Morgan Spenser Savage · 15 years ago
  29. 3030244 refactored junk main test into junit test by David Morgan Spenser Savage · 15 years ago
  30. d1e0cd3 refactored junk main test into junit test by David Morgan Spenser Savage · 15 years ago
  31. 5c0f5ae allow version table to parse "" qualifer by David Morgan Spenser Savage · 15 years ago
  32. 70c2657 Ensure internal cache is flushed on project delete (fix for FELIX-2168) by David Morgan Spenser Savage · 15 years ago
  33. 5cd7447 trivial tidyup by David Morgan Spenser Savage · 15 years ago
  34. 6ab4b3c Progress towards fixing bundle import resolution on project import FELIX-1349 by David Morgan Spenser Savage · 15 years ago
  35. b43a1ca tidy up non existent refactoring reference by David Morgan Spenser Savage · 15 years ago
  36. 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
  37. 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
  38. fa8bda2 tidy up by David Morgan Spenser Savage · 15 years ago
  39. 9e0edaa update after annotation package change by David Morgan Spenser Savage · 15 years ago
  40. 05c1eb7 move annotation to own package by David Morgan Spenser Savage · 15 years ago
  41. c84a713 Remove unused interfaces by David Morgan Spenser Savage · 15 years ago
  42. bc422ef add license header by David Morgan Spenser Savage · 15 years ago
  43. 662eb10 Fix for npe found in FELIX-2159 missing ()'s by David Morgan Spenser Savage · 15 years ago
  44. 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
  45. 916905a pass in monitor to allow user feedback by David Morgan Spenser Savage · 15 years ago
  46. 880ad2f tidy up unused import by David Morgan Spenser Savage · 15 years ago
  47. 7a96b11 fix for FELIX-2154 do not call dispose on shared image! by David Morgan Spenser Savage · 15 years ago
  48. 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
  49. ac5f0d1 tidy up unused imports by David Morgan Spenser Savage · 15 years ago
  50. dcbb4f5 Make sigil projects singletons within IDE to fix problems with inconsistent views (FELIX-2153) by David Morgan Spenser Savage · 15 years ago
  51. 2e33628 Related fix for FELIX-2152 by David Morgan Spenser Savage · 15 years ago
  52. 1f56a96 Override clone method to perform model specific actions (FELIX-2152) also some minor code refactoring to move all overridden methods to one block of code by David Morgan Spenser Savage · 15 years ago
  53. cea3484 Implement equals and hashCode methods by David Morgan Spenser Savage · 15 years ago
  54. ae6e75f tidy up unused import by David Morgan Spenser Savage · 15 years ago
  55. db06345 Check for "system bundle" vs null after change made in FELIX-2133 by David Morgan Spenser Savage · 15 years ago
  56. f144378 tidy up org.cauldron namespace in schema doc by David Morgan Spenser Savage · 15 years ago
  57. 335a474 tidy up npe when system bundle does not have framework bundle set (FELIX-2143) by David Morgan Spenser Savage · 15 years ago
  58. 29bf157 tidy up npe caused by adding system bundle repository to repository set (FELIX-2133) by David Morgan Spenser Savage · 15 years ago
  59. 21c449c tidy up npe for project bundles by David Morgan Spenser Savage · 15 years ago
  60. f8dcb19 update bundle manifest data after synchronizing from repository (FELIX-1740) by David Morgan Spenser Savage · 15 years ago
  61. 9501728 further tidy up of use of HashSets to improve memory profile (FELIX-2092) by David Morgan Spenser Savage · 15 years ago
  62. 62bf2e4 Catch npe if -bundles not set by David Morgan Spenser Savage · 15 years ago
  63. 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
  64. 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
  65. 54147f3 Open jar file with verify off to improve performance by David Morgan Spenser Savage · 15 years ago
  66. 527104e Usage of VersionTable FELIX-2085 by David Morgan Spenser Savage · 15 years ago
  67. 5208369 tidy up by David Morgan Spenser Savage · 15 years ago
  68. 13bb138 Tidy up unused imports and implement hashCode algorithm by David Morgan Spenser Savage · 15 years ago
  69. c522e47 fixed qualifier oversite by David Morgan Spenser Savage · 15 years ago
  70. 617daf8 Use VersionTable to reduce memory foot print and Object creation (FELIX-2085) by David Morgan Spenser Savage · 15 years ago
  71. d36d611 add defaults file by David Morgan Spenser Savage · 15 years ago
  72. ba12d1d setup gogo bundles by David Morgan Spenser Savage · 15 years ago
  73. c9ea067 tidy up junit dependencies by David Morgan Spenser Savage · 15 years ago
  74. bbd5ffd track JUnitService in activator setup felix obr as build repo by David Morgan Spenser Savage · 15 years ago
  75. 86df5a9 register junit service by David Morgan Spenser Savage · 15 years ago
  76. 7dddc86 add license header by David Morgan Spenser Savage · 15 years ago
  77. f9ac487 add gogo cli for junit testing (FELIX-1358) by David Morgan Spenser Savage · 15 years ago
  78. 0f1f671 throw parsing exception if top level element is not <repository> (FELIX-1948) by David Morgan Spenser Savage · 15 years ago
  79. 8f98ecf stop "OSGi Install" check for timebeing (FELIX-1924) by David Morgan Spenser Savage · 15 years ago
  80. 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
  81. a518ff9 enable source classpath in debug breakpoints by David Morgan Spenser Savage · 15 years ago
  82. d3e229a update to throw full stack trace vs just result of getMessage for debug purposes by David Morgan Spenser Savage · 15 years ago
  83. 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
  84. 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
  85. bc8a7a9 fix broken property tester reference by David Morgan Spenser Savage · 15 years ago
  86. 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
  87. eebc662 Work on FELIX-1324, now able to boot osgi applications using trivial file format: by David Morgan Spenser Savage · 15 years ago
  88. a9e1a00 Use BaseWorkbenchContentProvider instead of ContainerTreeProvider as it provides the same/better functionality by David Morgan Spenser Savage · 15 years ago
  89. 8d3d190 minor formatting update by David Morgan Spenser Savage · 15 years ago
  90. 2cb91c7 update image by David Morgan Spenser Savage · 15 years ago
  91. da457a1 tidy up unused imports by David Morgan Spenser Savage · 15 years ago
  92. 184fc84 remove system.out by David Morgan Spenser Savage · 15 years ago
  93. a307b62 Patches related to FELIX-1324 create BundleForm class to encapsulate a certain bundle configuration - Client.apply(BundleForm) merges the specified form into the currently running framework configuration (i.e. applies delta to currently running bundles) by David Morgan Spenser Savage · 15 years ago
  94. f399e0f Tidy up daft double print of Errors by David Morgan Spenser Savage · 15 years ago
  95. 9eb50f1 Handle null string value by David Morgan Spenser Savage · 15 years ago
  96. 96a9438 update icon by David Morgan Spenser Savage · 15 years ago
  97. bc19c11 add larger icons and use in sigil project wizard by David Morgan Spenser Savage · 15 years ago
  98. 5c15c58 update version definition to use buildQualifier by David Morgan Spenser Savage · 15 years ago
  99. 761c4a8 build up version using $buildQualifer vs expecting full version to be parsed in by cli by David Morgan Spenser Savage · 15 years ago
  100. f8c4244 update bundle and error icons by David Morgan Spenser Savage · 15 years ago