1. 8bdccb8 start work on view for -contents details by David Morgan Spencer Savage · 14 years ago
  2. 7c82d81 sync ltk ui bundle to local dir by David Morgan Spencer Savage · 14 years ago
  3. bf3189e use shared util method to read Manifest from ZipFiles (FELIX-2527) by David Morgan Spencer Savage · 14 years ago
  4. e5169d9 remove dangling references go eclipse.common.runtime by David Morgan Spencer Savage · 14 years ago
  5. f36006d add update site to default properties - can still be overidden by command line option -Dupdate.site=www.foo.com by David Morgan Spencer Savage · 14 years ago
  6. 8d015c5 fix for FELIX-2517 - read correct existing entries by David Morgan Spencer Savage · 14 years ago
  7. 8c024c2 remove unused import by David Morgan Spencer Savage · 14 years ago
  8. d84cca4 tidy up unused codepath by David Morgan Spencer Savage · 14 years ago
  9. b69c980 fix for zip exception on missing local jar (FELIX-2515) by David Morgan Spencer Savage · 14 years ago
  10. f273e45 update dependencies after change to single ivy repo by David Morgan Spencer Savage · 14 years ago
  11. 2170569 improve resolution of resolve progress reporting by David Morgan Spencer Savage · 14 years ago
  12. 7352ade no longer need to pull equinox.common for headless build (FELIX-1509) by David Morgan Spencer Savage · 14 years ago
  13. eeaeaf2 refactor progress reporting from dependency on org.eclipse.core.runtime.IProgressMonitor (FELIX-1509) by David Morgan Spencer Savage · 14 years ago
  14. ade7631 tidyup repository config by David Morgan Spencer Savage · 14 years ago
  15. a45bedf further tidyup - imports/unused code etc by David Morgan Spencer Savage · 14 years ago
  16. ca970b6 fix toURL usage - avoid potential windows bug in future by David Morgan Spencer Savage · 14 years ago
  17. 15b5f34 tidyup unused imports by David Morgan Spencer Savage · 14 years ago
  18. 0143c4c remove serializable flags from classes - hang over from a previous life by David Morgan Spencer Savage · 14 years ago
  19. fd9be5e tidy up various compiler warnings - unused packages, generics etc by David Morgan Spencer Savage · 14 years ago
  20. 63bcae6 reformat code using updated code template (FELIX-1613) by David Morgan Spencer Savage · 14 years ago
  21. 2f6a32f tidy up common packages to use common prefix (FELIX-2504) by David Morgan Spencer Savage · 14 years ago
  22. c834ea4 move internal packages to tidyup package hierarchy (FELIX-2501) by David Morgan Spencer Savage · 14 years ago
  23. 342e02a further progress towards rationalising eclipse/ui packages - moved all exported packages (FELIX-2501) by David Morgan Spencer Savage · 14 years ago
  24. e2a9cfd add support for updating bundle activator on package rename (FELIX-2502) by David Morgan Spencer Savage · 14 years ago
  25. 0b408ba check if target is default package (FELIX-2503) by David Morgan Spencer Savage · 14 years ago
  26. 20acc69 delete unused class by David Morgan Spencer Savage · 14 years ago
  27. a93df17 fix imports by David Morgan Spencer Savage · 14 years ago
  28. cd79d6a tidyup imports/exports by David Morgan Spencer Savage · 14 years ago
  29. 96d3225 tidyup unused imports by David Morgan Spencer Savage · 14 years ago
  30. eb0418f initial work towards (FELIX-2501) moved SigilUI to ui/src/org/apache/felix/sigil/ui/eclipse/ by David Morgan Spencer Savage · 14 years ago
  31. d15346e update comment by David Morgan Spencer Savage · 14 years ago
  32. 4c94f1f FELIX-2495 fix UI saving of multi-bundle peojects. by Derek Baum · 14 years ago
  33. 95b1a8d add required internal package by David Morgan Spencer Savage · 14 years ago
  34. 784150f change order of repo resolution after embedding bnd - now resolved from ivy/all by David Morgan Spencer Savage · 14 years ago
  35. 83777fa update bnd to version 0.0.401 and embed dependencies in ivy plugin to avoid need to have extra bnd lib on ivy classpath by David Morgan Spencer Savage · 14 years ago
  36. 440cf1e update bndlib to 0.0.384 by David Morgan Spencer Savage · 14 years ago
  37. 6b0602a fix hardcoded update period - now checks config props and falls back to default if that fails (FELIX-1610) by David Morgan Spencer Savage · 14 years ago
  38. 57282ff use toURI().toURL() to avoid windows file conversion bugs by David Morgan Spencer Savage · 14 years ago
  39. ef76b5e use PathUtil to get IPath from file - fix for FELIX-2488 by David Morgan Spencer Savage · 14 years ago
  40. 8c5a69a Remove dependency on IPath (FELIX-1509) by David Morgan Spencer Savage · 14 years ago
  41. b8e4b39 remove unnecessary comment by David Morgan Spencer Savage · 14 years ago
  42. afb2ae1 add classpath file for obr feature project by David Morgan Spencer Savage · 14 years ago
  43. c922144 add preference key as part of FELIX-2483 by David Morgan Spencer Savage · 14 years ago
  44. 2211fe9 add overloaded optiol prompt util methods to avoid need to pass usually redundant pref store param by David Morgan Spencer Savage · 14 years ago
  45. f669c50 prompt to remove corresponding import on export removal (FELIX-2483) by David Morgan Spencer Savage · 14 years ago
  46. 99ef2db handle uninitialized prefs more gracefully - default to prompt vs runtime exception by David Morgan Spencer Savage · 14 years ago
  47. bdfcc9e reuse utils method to check if project is in sync during refactor by David Morgan Spencer Savage · 14 years ago
  48. 3af608c add activator refactor support (FELIX-2482) by David Morgan Spencer Savage · 14 years ago
  49. 284ae4c create util class to provide common functions between refactor participants by David Morgan Spencer Savage · 14 years ago
  50. 423134c add license headers by David Morgan Spencer Savage · 14 years ago
  51. bb3c935 consolidate new version range logic in new helper method by David Morgan Spencer Savage · 14 years ago
  52. 3d427a2 add meta entries to support move refactor (FELIX-1346) by David Morgan Spencer Savage · 14 years ago
  53. 9022051 add support for migration of imports/exports based on Move package refactoring (FELIX-1346) by David Morgan Spencer Savage · 14 years ago
  54. 34095f4 add helper methods to aid refactoring support (FELIX-1346) by David Morgan Spencer Savage · 14 years ago
  55. 85fa6ab add support for exported package refactoring (FELIX-2481) by David Morgan Spencer Savage · 14 years ago
  56. 4f965c3 add util method to run Callable in UI thread by David Morgan Spencer Savage · 14 years ago
  57. 04a699f improve performance of resolver in workspaces with many sigil projects - prevent cyclical resolver tasks by David Morgan Spencer Savage · 14 years ago
  58. 6ec8106 FELIX-2463 - preserve order of -resources by Derek Baum · 14 years ago
  59. c23b197 add [revision] to destpattern in sigil.bundle ant task. FELIX-2290 by Derek Baum · 14 years ago
  60. f0329b3 run project setup outside of synchronized block to avoid potential deadlock by David Morgan Spencer Savage · 14 years ago
  61. 62d68cb add ability to disable repository entry by setting disabled=true by Derek Baum · 14 years ago
  62. 5cc4625 check for null repository config (fix for FELIX-2187) by David Morgan Spencer Savage · 14 years ago
  63. c03d87f 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 Spencer Savage · 14 years ago
  64. ddcc8c1 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 Spencer Savage · 14 years ago
  65. 4df9bbf Patch to address ui/classpath consistency issues when adding and removing projects from workspace that provide dependencies (related to FELIX-1349) by David Morgan Spencer Savage · 14 years ago
  66. 152a835 Mark load as synchronized to avoid threading issues when accessing hashmap by David Morgan Spencer Savage · 14 years ago
  67. e7f5ee4 refactored junk main test into junit test by David Morgan Spencer Savage · 14 years ago
  68. b59d391 refactored junk main test into junit test by David Morgan Spencer Savage · 14 years ago
  69. 80ed6d4 allow version table to parse "" qualifer by David Morgan Spencer Savage · 14 years ago
  70. f936848 Ensure internal cache is flushed on project delete (fix for FELIX-2168) by David Morgan Spencer Savage · 14 years ago
  71. 8c745b2 trivial tidyup by David Morgan Spencer Savage · 14 years ago
  72. 817c459 Progress towards fixing bundle import resolution on project import FELIX-1349 by David Morgan Spencer Savage · 14 years ago
  73. 5ba09ca tidy up non existent refactoring reference by David Morgan Spencer Savage · 14 years ago
  74. f7852b8 Patch to improve IDE performance - avoid recalculating dependencies if no requirements or capabilities have changed (FELIX-2164) by David Morgan Spencer Savage · 14 years ago
  75. 1180441 Ensure rich client view is updated if file is changed by external process - i.e. after refresh by David Morgan Spencer Savage · 14 years ago
  76. f2b25e8 tidy up by David Morgan Spencer Savage · 14 years ago
  77. b130a6d update after annotation package change by David Morgan Spencer Savage · 14 years ago
  78. da0ca2e move annotation to own package by David Morgan Spencer Savage · 14 years ago
  79. 30b83fe Remove unused interfaces by David Morgan Spencer Savage · 14 years ago
  80. e03c86e add license header by David Morgan Spencer Savage · 14 years ago
  81. b4f3cd2 Fix for npe found in FELIX-2159 missing ()'s by David Morgan Spencer Savage · 14 years ago
  82. 491d1b6 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 Spencer Savage · 14 years ago
  83. 77d08ea pass in monitor to allow user feedback by David Morgan Spencer Savage · 14 years ago
  84. d9f96cb tidy up unused import by David Morgan Spencer Savage · 14 years ago
  85. db0ce69 fix for FELIX-2154 do not call dispose on shared image! by David Morgan Spencer Savage · 14 years ago
  86. 83984cc Workspace repository now filters exports that project doesn't actually contain in "compile time" resolution mode (FELIX-1502) by David Morgan Spencer Savage · 14 years ago
  87. a9c3c75 tidy up unused imports by David Morgan Spencer Savage · 14 years ago
  88. dab8eda Make sigil projects singletons within IDE to fix problems with inconsistent views (FELIX-2153) by David Morgan Spencer Savage · 14 years ago
  89. 5b5d8a7 Related fix for FELIX-2152 by David Morgan Spencer Savage · 14 years ago
  90. 3771aec 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 Spencer Savage · 14 years ago
  91. 52cfc7c Implement equals and hashCode methods by David Morgan Spencer Savage · 14 years ago
  92. 099d199 tidy up unused import by David Morgan Spencer Savage · 14 years ago
  93. d74358b Check for "system bundle" vs null after change made in FELIX-2133 by David Morgan Spencer Savage · 14 years ago
  94. 3a39588 tidy up org.cauldron namespace in schema doc by David Morgan Spencer Savage · 14 years ago
  95. cab2016 tidy up npe when system bundle does not have framework bundle set (FELIX-2143) by David Morgan Spencer Savage · 14 years ago
  96. 208adf8 tidy up npe caused by adding system bundle repository to repository set (FELIX-2133) by David Morgan Spencer Savage · 14 years ago
  97. 2c95f24 tidy up npe for project bundles by David Morgan Spencer Savage · 14 years ago
  98. 5caf369 update bundle manifest data after synchronizing from repository (FELIX-1740) by David Morgan Spencer Savage · 14 years ago
  99. bdeead5 further tidy up of use of HashSets to improve memory profile (FELIX-2092) by David Morgan Spencer Savage · 14 years ago
  100. 00da3f5 Catch npe if -bundles not set by David Morgan Spencer Savage · 14 years ago