1. 654b85c add convenience constructor by David Morgan Spencer Savage · 13 years ago
  2. fd5562e add NOTICE and DEPENDENCIES files to built bundles by David Morgan Spencer Savage · 14 years ago
  3. 4cc90fa fix up NOTICE and DEPENDENCY files by David Morgan Spencer Savage · 14 years ago
  4. d881d0e tidy up unused import by David Morgan Spencer Savage · 14 years ago
  5. 7a03718 Ensure correct id is used by David Morgan Spencer Savage · 14 years ago
  6. 10a967e patches to support cancelation of long running tasks FELIX-2590 by David Morgan Spencer Savage · 14 years ago
  7. 56547ea filter classpath depenencies based on whether they have been added as libs to bundle FELIX-2587 by David Morgan Spencer Savage · 14 years ago
  8. f0a483c handle variable source path FELIX-2586 by David Morgan Spencer Savage · 14 years ago
  9. 9f5e977 pull common config field up class hierarchy to avoid duplication by David Morgan Spencer Savage · 14 years ago
  10. 5b85550 fix for FELIX-2583 - use java model vs resources to find package names by David Morgan Spencer Savage · 14 years ago
  11. 6f244b6 tidy up internal classes move them to non exported packages or reduce class visibility by David Morgan Spencer Savage · 14 years ago
  12. 5689499 fix classcast exception by David Morgan Spencer Savage · 14 years ago
  13. 3d04221 fix handling of static providers after changes in FELIX-1355 by David Morgan Spencer Savage · 14 years ago
  14. 2d45eea fix for FELIX-2574 - check if project exists before further work by David Morgan Spencer Savage · 14 years ago
  15. d42aa28 patches for FELIX-2576 and FELIX-2575 - tidy up empty headers in headers file and allow bsn to be different to project name by David Morgan Spencer Savage · 14 years ago
  16. 50f5319 handle singleton repository providers more intelligently part of FELIX-1355 by David Morgan Spencer Savage · 14 years ago
  17. 3f756ec remove unused imports by David Morgan Spencer Savage · 14 years ago
  18. 65e11d1 further work on FELIX-1355 - now able to browse repositories defined by projects by David Morgan Spencer Savage · 14 years ago
  19. 29142c9 further work on FELIX-1355, also tidied up repository preferences as part of FELIX-1649 by David Morgan Spencer Savage · 14 years ago
  20. e3df530 further work towards FELIX-1355 - now projects can compile against repositories defined in sigil.properties files as well as those defined in eclipse preferences by David Morgan Spencer Savage · 14 years ago
  21. 668f984 fix FELIX-2180 - autogenerated methods were not implemented (headbang) by David Morgan Spencer Savage · 14 years ago
  22. bf3189e use shared util method to read Manifest from ZipFiles (FELIX-2527) by David Morgan Spencer Savage · 14 years ago
  23. d84cca4 tidy up unused codepath by David Morgan Spencer Savage · 14 years ago
  24. eeaeaf2 refactor progress reporting from dependency on org.eclipse.core.runtime.IProgressMonitor (FELIX-1509) by David Morgan Spencer Savage · 14 years ago
  25. a45bedf further tidyup - imports/unused code etc by David Morgan Spencer Savage · 14 years ago
  26. 63bcae6 reformat code using updated code template (FELIX-1613) by David Morgan Spencer Savage · 14 years ago
  27. 2f6a32f tidy up common packages to use common prefix (FELIX-2504) by David Morgan Spencer Savage · 14 years ago
  28. d15346e update comment by David Morgan Spencer Savage · 14 years ago
  29. ef76b5e use PathUtil to get IPath from file - fix for FELIX-2488 by David Morgan Spencer Savage · 14 years ago
  30. 8c5a69a Remove dependency on IPath (FELIX-1509) by David Morgan Spencer Savage · 14 years ago
  31. c922144 add preference key as part of FELIX-2483 by David Morgan Spencer Savage · 14 years ago
  32. 34095f4 add helper methods to aid refactoring support (FELIX-1346) by David Morgan Spencer Savage · 14 years ago
  33. 04a699f improve performance of resolver in workspaces with many sigil projects - prevent cyclical resolver tasks by David Morgan Spencer Savage · 14 years ago
  34. f0329b3 run project setup outside of synchronized block to avoid potential deadlock by David Morgan Spencer Savage · 14 years ago
  35. 5cc4625 check for null repository config (fix for FELIX-2187) by David Morgan Spencer Savage · 14 years ago
  36. 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
  37. 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
  38. 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
  39. f936848 Ensure internal cache is flushed on project delete (fix for FELIX-2168) by David Morgan Spencer Savage · 14 years ago
  40. 8c745b2 trivial tidyup by David Morgan Spencer Savage · 14 years ago
  41. 817c459 Progress towards fixing bundle import resolution on project import FELIX-1349 by David Morgan Spencer Savage · 14 years ago
  42. 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
  43. 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
  44. 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
  45. dab8eda Make sigil projects singletons within IDE to fix problems with inconsistent views (FELIX-2153) by David Morgan Spencer Savage · 14 years ago
  46. 208adf8 tidy up npe caused by adding system bundle repository to repository set (FELIX-2133) by David Morgan Spencer Savage · 14 years ago
  47. 00da3f5 Catch npe if -bundles not set by David Morgan Spencer Savage · 14 years ago
  48. b7d00a5 Change API for checking if packages are part of bundle - use package fragments vs roots to improve performance by David Morgan Spencer Savage · 14 years ago
  49. d9cd16e Update internal values that use sets etc to use null objects or arrays to improve memory profile FELIX-2092 by David Morgan Spencer Savage · 14 years ago
  50. a4e092c Tidy up unused imports and implement hashCode algorithm by David Morgan Spencer Savage · 14 years ago
  51. 6c3ff8c add rebuildDependencies method to be called by text project editor widget when saved (fix for FELIX-1905) by David Morgan Spencer Savage · 15 years ago
  52. adeddd9 further refactor related to set up of bnd classpath in case of -contents vs -sourcedirs (FELIX-1880) by David Morgan Spencer Savage · 15 years ago
  53. 6c0b778 now uses resolve(true) on project to find classpath if -contents specified vs -sourcedirs (FELIX-1880) by David Morgan Spencer Savage · 15 years ago
  54. 405b893 fix broken property tester reference by David Morgan Spencer Savage · 15 years ago
  55. 70fe764 Remove throw error call (FELIX-1690) by David Morgan Spencer Savage · 15 years ago
  56. 9e7d0e9 log error vs throwing illegal state which locks up rest of IDE (FELIX-1647) by David Morgan Spencer Savage · 15 years ago
  57. 6189a67 remove explicit versions from leaf projects by David Morgan Spencer Savage · 15 years ago
  58. 0f977ad changed eclpse projects to use project-specific code formatter. by Derek Baum · 15 years ago
  59. 6cf329b fix for FELIX-1588 plus tidy up unused code by David Morgan Spencer Savage · 15 years ago
  60. c641c64 patch for FELIX-1583 - refactored LDAP and VersionRange classes into own bundle by David Morgan Spencer Savage · 15 years ago
  61. 737a30b check for null prior to setup of iterator FELIX-1496 by David Morgan Spencer Savage · 15 years ago
  62. cc3e633 tidy up cauldron.org references by David Morgan Spencer Savage · 15 years ago
  63. 75aecff update to use apache sigil resources FELIX-1396 by David Morgan Spencer Savage · 15 years ago
  64. a41a94f remove non osgi concepts, create plugin functions later via extender and service patterns by David Morgan Spencer Savage · 15 years ago
  65. 01edac6 update to org.apache namespace by David Morgan Spencer Savage · 15 years ago
  66. df83ffb import core.repository package by David Morgan Spencer Savage · 15 years ago
  67. d637b37 remove org.cauldron reference by David Morgan Spencer Savage · 15 years ago
  68. 9bb4554 Prevent NPE, throw meaningful runtime exception in it's place, FELIX-1438 by David Morgan Spencer Savage · 15 years ago
  69. bb55057 fix package names FELIX-1396 by David Morgan Spencer Savage · 15 years ago
  70. 509902e further progress towards self hosting FELIX-1323 by David Morgan Spencer Savage · 15 years ago
  71. 2cf4b47 trivial tidy up of unused import by David Morgan Spencer Savage · 15 years ago
  72. 5b24919 add compile time imports by David Morgan Spencer Savage · 15 years ago
  73. 43bd705 FELIX-1322 bulk update of formatting based on eclipse style referenced in http://felix.apache.org/site/coding-standards.html by David Morgan Spencer Savage · 15 years ago
  74. 70c3215 import commons-lang dependencies from outside vs embedding lib in bundle classpath by David Morgan Spencer Savage · 15 years ago
  75. ac2ce996 apply asf licence to xml files by David Morgan Spencer Savage · 15 years ago
  76. 48c2e75 patch for FELIX-1390 by David Morgan Spencer Savage · 15 years ago
  77. f977a8d progress towards FELIX-1368 by David Morgan Spencer Savage · 15 years ago
  78. 02676c3 patch for FELIX-1327 by David Morgan Spencer Savage · 15 years ago
  79. 7d6b1f46 tidy up org.cauldron references from project names and sigil properties by David Morgan Spencer Savage · 15 years ago
  80. 8a5609f Fix for FELIX-1384 by David Morgan Spencer Savage · 15 years ago
  81. 88148ca Fix for FELIX-1381 by David Morgan Spencer Savage · 15 years ago
  82. 7a7191e final patches for FELIX-1367 by David Morgan Spencer Savage · 15 years ago
  83. 877bebb further progress towards FELIX-1367 by David Morgan Spencer Savage · 15 years ago
  84. ac0e022 further tidy up of PDE artifacts (FELIX-1367) by David Morgan Spencer Savage · 15 years ago
  85. b478744 fix for FELIX-1374 by David Morgan Spencer Savage · 15 years ago
  86. 9deb719 further dependency work related to FELIX-1367 by David Morgan Spencer Savage · 15 years ago
  87. e236ff3 further patches related to (FELIX-1367) by David Morgan Spencer Savage · 15 years ago
  88. 509daea fix for FELIX-1366 by David Morgan Spencer Savage · 15 years ago
  89. 0929a66 convert pde projects to sigil projects (FELIX-1367) by David Morgan Spencer Savage · 15 years ago
  90. c32abdf directory structure tidy up (FELIX-1357) by David Morgan Spencer Savage · 15 years ago