1. 4212867 update properties file form of jvm packages to use BldUtil.expand to reduce redundant information by David Morgan Spencer Savage · 14 years ago
  2. bf3189e use shared util method to read Manifest from ZipFiles (FELIX-2527) by David Morgan Spencer Savage · 14 years ago
  3. 8d015c5 fix for FELIX-2517 - read correct existing entries by David Morgan Spencer Savage · 14 years ago
  4. b69c980 fix for zip exception on missing local jar (FELIX-2515) by David Morgan Spencer Savage · 14 years ago
  5. 2170569 improve resolution of resolve progress reporting by David Morgan Spencer Savage · 14 years ago
  6. eeaeaf2 refactor progress reporting from dependency on org.eclipse.core.runtime.IProgressMonitor (FELIX-1509) by David Morgan Spencer Savage · 14 years ago
  7. ade7631 tidyup repository config by David Morgan Spencer Savage · 14 years ago
  8. a45bedf further tidyup - imports/unused code etc by David Morgan Spencer Savage · 14 years ago
  9. 63bcae6 reformat code using updated code template (FELIX-1613) by David Morgan Spencer Savage · 14 years ago
  10. 2f6a32f tidy up common packages to use common prefix (FELIX-2504) by David Morgan Spencer Savage · 14 years ago
  11. 4c94f1f FELIX-2495 fix UI saving of multi-bundle peojects. by Derek Baum · 14 years ago
  12. 95b1a8d add required internal package by David Morgan Spencer Savage · 14 years ago
  13. 440cf1e update bndlib to 0.0.384 by David Morgan Spencer Savage · 14 years ago
  14. 8c5a69a Remove dependency on IPath (FELIX-1509) by David Morgan Spencer Savage · 14 years ago
  15. b8e4b39 remove unnecessary comment by David Morgan Spencer Savage · 14 years ago
  16. 6ec8106 FELIX-2463 - preserve order of -resources by Derek Baum · 14 years ago
  17. c23b197 add [revision] to destpattern in sigil.bundle ant task. FELIX-2290 by Derek Baum · 14 years ago
  18. 62d68cb add ability to disable repository entry by setting disabled=true by Derek Baum · 14 years ago
  19. 152a835 Mark load as synchronized to avoid threading issues when accessing hashmap by David Morgan Spencer Savage · 14 years ago
  20. 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
  21. b130a6d update after annotation package change by David Morgan Spencer Savage · 14 years ago
  22. da0ca2e move annotation to own package by David Morgan Spencer Savage · 14 years ago
  23. 30b83fe Remove unused interfaces by David Morgan Spencer Savage · 14 years ago
  24. b4f3cd2 Fix for npe found in FELIX-2159 missing ()'s by David Morgan Spencer Savage · 14 years ago
  25. 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
  26. a9c3c75 tidy up unused imports by David Morgan Spencer Savage · 14 years ago
  27. 5b5d8a7 Related fix for FELIX-2152 by David Morgan Spencer Savage · 14 years ago
  28. 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
  29. 52cfc7c Implement equals and hashCode methods by David Morgan Spencer Savage · 14 years ago
  30. 099d199 tidy up unused import by David Morgan Spencer Savage · 14 years ago
  31. 208adf8 tidy up npe caused by adding system bundle repository to repository set (FELIX-2133) by David Morgan Spencer Savage · 14 years ago
  32. 2c95f24 tidy up npe for project bundles by David Morgan Spencer Savage · 14 years ago
  33. 5caf369 update bundle manifest data after synchronizing from repository (FELIX-1740) by David Morgan Spencer Savage · 14 years ago
  34. bdeead5 further tidy up of use of HashSets to improve memory profile (FELIX-2092) by David Morgan Spencer Savage · 14 years ago
  35. 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
  36. c8fb0ac Open jar file with verify off to improve performance by David Morgan Spencer Savage · 14 years ago
  37. 0a3717a tidy up by David Morgan Spencer Savage · 14 years ago
  38. b425286 Use VersionTable to reduce memory foot print and Object creation (FELIX-2085) by David Morgan Spencer Savage · 14 years ago
  39. d9656ac fix -defaults for absoliute patsh (FELIX-1738) by Derek Baum · 15 years ago
  40. 376f1c3 remove unused property method by David Morgan Spencer Savage · 15 years ago
  41. 6417ad4 tidy up unused code by David Morgan Spencer Savage · 15 years ago
  42. 3c193cc merge bnd lib inside common core bundle to avoid need to install bndlib separately by David Morgan Spencer Savage · 15 years ago
  43. 079c9f0 Search for requirements in resolution context first (FELIX-1665) by David Morgan Spencer Savage · 15 years ago
  44. 388bf6c refactored BundleResolver to first find all requirements then explicitly sort them before resolving dependencies (FELIX-1664) by David Morgan Spencer Savage · 15 years ago
  45. 4fe1daa enhance variable substitution (FELIX-1627) to use Ant properties, then System properties, then Environment variables. by Derek Baum · 15 years ago
  46. e1acc4f FELIX-1627: add support for variable expansion in sigil defaults. by Derek Baum · 15 years ago
  47. 228208e allow variable expansion in sigil-repos.properties (FELIX-1383) by Derek Baum · 15 years ago
  48. 8dde6b4 fix FELIX-611: -resource: @path-to-jar should only resolve path-to-jar if it exists by Derek Baum · 15 years ago
  49. b4f5260 by Derek Baum · 15 years ago
  50. 0f977ad changed eclpse projects to use project-specific code formatter. by Derek Baum · 15 years ago
  51. 2739098 allow pass through of {} parameters to resources to allow bnd to preprocess resources FELIX-1605 by David Morgan Spencer Savage · 15 years ago
  52. f7cba51 add synchronized locks to cache methods to avoid potential cpu thrashing (FELIX-1592) by David Morgan Spencer Savage · 15 years ago
  53. 8c40fb8 add javadoc by David Morgan Spencer Savage · 15 years ago
  54. c641c64 patch for FELIX-1583 - refactored LDAP and VersionRange classes into own bundle by David Morgan Spencer Savage · 15 years ago
  55. ae7863a tidy up unused interface methods by David Morgan Spencer Savage · 15 years ago
  56. f1e49b8 add support for expanding system properties as well as environment properties in bld files FELIX-1499 by David Morgan Spencer Savage · 15 years ago
  57. cc3e633 tidy up cauldron.org references by David Morgan Spencer Savage · 15 years ago
  58. 75aecff update to use apache sigil resources FELIX-1396 by David Morgan Spencer Savage · 15 years ago
  59. a41a94f remove non osgi concepts, create plugin functions later via extender and service patterns by David Morgan Spencer Savage · 15 years ago
  60. 650b5fd formatting only by David Morgan Spencer Savage · 15 years ago
  61. deb8dba patch for FELIX-1448 appends "!*" to import package statements if !addMissingImports is set by David Morgan Spencer Savage · 15 years ago
  62. 890aab9 tidy up unused import by David Morgan Spencer Savage · 15 years ago
  63. 59d46e9 delete osgi extensions - dl jars, publish files and composites by David Morgan Spencer Savage · 15 years ago
  64. 0cb12cc export core.repository provider package by David Morgan Spencer Savage · 15 years ago
  65. d4ee0df use workspace default jvm by David Morgan Spencer Savage · 15 years ago
  66. 509902e further progress towards self hosting FELIX-1323 by David Morgan Spencer Savage · 15 years ago
  67. 5d6cb54 * Allow sigil.properties files to specify -singleton=true to cause bundles created by this project to be marked as singletons FELIX-1351 by David Morgan Spencer Savage · 15 years ago
  68. f5d9935 import bnd dependencies vs embedding them by David Morgan Spencer Savage · 15 years ago
  69. deed162 Tidied up some lingering cauldron.org references by David Morgan Spencer Savage · 15 years ago
  70. 6d79a5a FELIX-1368 resolve internal library dependencies from ivy cache by David Morgan Spencer Savage · 15 years ago
  71. 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
  72. d2e31cb add profiles resources to jar by David Morgan Spencer Savage · 15 years ago
  73. c154a14 apply asf licence to xml files by David Morgan Spencer Savage · 15 years ago
  74. f977a8d progress towards FELIX-1368 by David Morgan Spencer Savage · 15 years ago
  75. 7d6b1f46 tidy up org.cauldron references from project names and sigil properties by David Morgan Spencer Savage · 15 years ago
  76. e9c109a fix for FELIX-1380 by David Morgan Spencer Savage · 15 years ago
  77. 877bebb further progress towards FELIX-1367 by David Morgan Spencer Savage · 15 years ago
  78. ac0e022 further tidy up of PDE artifacts (FELIX-1367) by David Morgan Spencer Savage · 15 years ago
  79. 89c7cb9 fix for FELIX-1379 by David Morgan Spencer Savage · 15 years ago
  80. 0929a66 convert pde projects to sigil projects (FELIX-1367) by David Morgan Spencer Savage · 15 years ago
  81. c32abdf directory structure tidy up (FELIX-1357) by David Morgan Spencer Savage · 15 years ago