1. 0a3717a tidy up by David Morgan Spencer Savage · 14 years ago
  2. a4e092c Tidy up unused imports and implement hashCode algorithm by David Morgan Spencer Savage · 14 years ago
  3. e2ea038 fixed qualifier oversite by David Morgan Spencer Savage · 14 years ago
  4. b425286 Use VersionTable to reduce memory foot print and Object creation (FELIX-2085) by David Morgan Spencer Savage · 14 years ago
  5. fc57e96 add defaults file by David Morgan Spencer Savage · 14 years ago
  6. c9ee1ec setup gogo bundles by David Morgan Spencer Savage · 14 years ago
  7. a6dbc75 tidy up junit dependencies by David Morgan Spencer Savage · 14 years ago
  8. 450afbe track JUnitService in activator setup felix obr as build repo by David Morgan Spencer Savage · 14 years ago
  9. 40b4c14 register junit service by David Morgan Spencer Savage · 14 years ago
  10. fec1a17 add license header by David Morgan Spencer Savage · 14 years ago
  11. d2bcd1c add gogo cli for junit testing (FELIX-1358) by David Morgan Spencer Savage · 14 years ago
  12. bf70ff8 throw parsing exception if top level element is not <repository> (FELIX-1948) by David Morgan Spencer Savage · 15 years ago
  13. 057c1dc stop "OSGi Install" check for timebeing (FELIX-1924) by David Morgan Spencer Savage · 15 years ago
  14. 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
  15. 4f488a2 enable source classpath in debug breakpoints by David Morgan Spencer Savage · 15 years ago
  16. 9a99508 update to throw full stack trace vs just result of getMessage for debug purposes by David Morgan Spencer Savage · 15 years ago
  17. 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
  18. 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
  19. 405b893 fix broken property tester reference by David Morgan Spencer Savage · 15 years ago
  20. 40f5b4f 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 Spencer Savage · 15 years ago
  21. 7ecaf66 Work on FELIX-1324, now able to boot osgi applications using trivial file format: by David Morgan Spencer Savage · 15 years ago
  22. 9aef311 Use BaseWorkbenchContentProvider instead of ContainerTreeProvider as it provides the same/better functionality by David Morgan Spencer Savage · 15 years ago
  23. 81bf20c minor formatting update by David Morgan Spencer Savage · 15 years ago
  24. e46b711 update image by David Morgan Spencer Savage · 15 years ago
  25. e495466 tidy up unused imports by David Morgan Spencer Savage · 15 years ago
  26. 06b8f91 remove system.out by David Morgan Spencer Savage · 15 years ago
  27. 2411547 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 Spencer Savage · 15 years ago
  28. 6e72ce6 Tidy up daft double print of Errors by David Morgan Spencer Savage · 15 years ago
  29. c039f01 Handle null string value by David Morgan Spencer Savage · 15 years ago
  30. 3c8a8c2 update icon by David Morgan Spencer Savage · 15 years ago
  31. 6168c58 add larger icons and use in sigil project wizard by David Morgan Spencer Savage · 15 years ago
  32. 913e069 update version definition to use buildQualifier by David Morgan Spencer Savage · 15 years ago
  33. 5243468 build up version using $buildQualifer vs expecting full version to be parsed in by cli by David Morgan Spencer Savage · 15 years ago
  34. c38d171 update bundle and error icons by David Morgan Spencer Savage · 15 years ago
  35. e39963b add collapse all action to repository view by David Morgan Spencer Savage · 15 years ago
  36. 4ad90e6 add bundle refesh icon (FELIX-1336) by David Morgan Spencer Savage · 15 years ago
  37. e2fabd3 include icons in built bundle by David Morgan Spencer Savage · 15 years ago
  38. fccb247 further icon updates (FELIX-1336) by David Morgan Spencer Savage · 15 years ago
  39. 9c12257 update icon references for views (FELIX-1336) by David Morgan Spencer Savage · 15 years ago
  40. d9e734f provide package, import-package, require-bundle, export-package + (error and optional equivalents) by David Morgan Spencer Savage · 15 years ago
  41. 81fc1b4 "borrow" icons from bnd (apache licensed) use these as the basis for remaining icons (FELIX-1336) by David Morgan Spencer Savage · 15 years ago
  42. 9ca65cd Ensure **sigil.properties pattern matches sigil.properties in top level dir (FELIX-1794) by David Morgan Spencer Savage · 15 years ago
  43. d9656ac fix -defaults for absoliute patsh (FELIX-1738) by Derek Baum · 15 years ago
  44. 70fe764 Remove throw error call (FELIX-1690) by David Morgan Spencer Savage · 15 years ago
  45. 376f1c3 remove unused property method by David Morgan Spencer Savage · 15 years ago
  46. 6417ad4 tidy up unused code by David Morgan Spencer Savage · 15 years ago
  47. 3c193cc merge bnd lib inside common core bundle to avoid need to install bndlib separately by David Morgan Spencer Savage · 15 years ago
  48. 6dd1be8 workaround for (FELIX-1676) explicitly delete the temporary artifacts related to sigil by David Morgan Spencer Savage · 15 years ago
  49. c39c8c8 tidy up some remaining cauldron references by David Morgan Spencer Savage · 15 years ago
  50. 079c9f0 Search for requirements in resolution context first (FELIX-1665) by David Morgan Spencer Savage · 15 years ago
  51. e0b9b2e use TreeSet to ensure project ordering is explicit (FELIX-1664) by David Morgan Spencer Savage · 15 years ago
  52. 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
  53. fa1a9f7 update obr feature to sigil project in eclipse by David Morgan Spencer Savage · 15 years ago
  54. cdce4b8 * Remove org.apache.felix.sigil.common.core from org.apache.felix.sigil.ivy.resolver .classpath file by David Morgan Spencer Savage · 15 years ago
  55. d981571 tighten version range due to broken jars in spring repo (FELIX-1659) by David Morgan Spencer Savage · 15 years ago
  56. 219b9d6 fix testURL to be same as repositoryURL to support passing filesystem path as repositoryURL by Derek Baum · 15 years ago
  57. 4fe1daa enhance variable substitution (FELIX-1627) to use Ant properties, then System properties, then Environment variables. by Derek Baum · 15 years ago
  58. 81b3e6b allow OBR repository url to be native filesystem path by Derek Baum · 15 years ago
  59. b471625 set localization header for eclipse (FELIX-1652) by David Morgan Spencer Savage · 15 years ago
  60. 9e7d0e9 log error vs throwing illegal state which locks up rest of IDE (FELIX-1647) by David Morgan Spencer Savage · 15 years ago
  61. 0b43633 add test for variables with inheritance by David Morgan Spencer Savage · 15 years ago
  62. 62e4a7c minor debug logging improvement and use Integer.toString instead of i + "" by David Morgan Spencer Savage · 15 years ago
  63. 0830f82 fix imports by David Morgan Spencer Savage · 15 years ago
  64. 83d7131 delete unused project by David Morgan Spencer Savage · 15 years ago
  65. a93e49c set update site url from property by David Morgan Spencer Savage · 15 years ago
  66. 6189a67 remove explicit versions from leaf projects by David Morgan Spencer Savage · 15 years ago
  67. 3626224 set sigil import version from variable by David Morgan Spencer Savage · 15 years ago
  68. c411391 add echo of buildVersion by David Morgan Spencer Savage · 15 years ago
  69. a30ebb3 add explicit dependency on ide bundle by David Morgan Spencer Savage · 15 years ago
  70. f19b14f removed unused property by David Morgan Spencer Savage · 15 years ago
  71. 5f96e6f use cache.dir property in repos properties by David Morgan Spencer Savage · 15 years ago
  72. 6bc2501 add clean-tmp target to clean up sigil artifacts from cache on "clean" builds by David Morgan Spencer Savage · 15 years ago
  73. 947a753 set version via variable buildVersion (FELIX-1335) by David Morgan Spencer Savage · 15 years ago
  74. e1acc4f FELIX-1627: add support for variable expansion in sigil defaults. by Derek Baum · 15 years ago
  75. d233679 set update site url from bnd macro (again - botched svn commit) by David Morgan Spencer Savage · 15 years ago
  76. 08d2347 set update site url from preprocessed variable by David Morgan Spencer Savage · 15 years ago
  77. e73b7b2 delete unused project by David Morgan Spencer Savage · 15 years ago
  78. cb9fc3c add apache license header by David Morgan Spencer Savage · 15 years ago
  79. 5571dc3 use groovy script to generate update site.xml (FELIX-1597) by David Morgan Spencer Savage · 15 years ago
  80. 35eeecf add ability to use groovy scripts in build by David Morgan Spencer Savage · 15 years ago
  81. 0411aa8 remove unused init call by David Morgan Spencer Savage · 15 years ago
  82. d2a13bd unembed eclipse runtime by Derek Baum · 15 years ago
  83. 6718155 include eclipse dependencies in stand-alone resolver; by Derek Baum · 15 years ago
  84. 228208e allow variable expansion in sigil-repos.properties (FELIX-1383) by Derek Baum · 15 years ago
  85. 8dde6b4 fix FELIX-611: -resource: @path-to-jar should only resolve path-to-jar if it exists by Derek Baum · 15 years ago
  86. b4f5260 by Derek Baum · 15 years ago
  87. 1588e1b fix: FELIX-1608: non-existent OBR repository is fatal by Derek Baum · 15 years ago
  88. 0f977ad changed eclpse projects to use project-specific code formatter. by Derek Baum · 15 years ago
  89. 9c2f909 change features files to use bnd preprocessing to expand ${version} variable FELIX-1597 by David Morgan Spencer Savage · 15 years ago
  90. 2739098 allow pass through of {} parameters to resources to allow bnd to preprocess resources FELIX-1605 by David Morgan Spencer Savage · 15 years ago
  91. bbf0eb8 delete unused feature project by David Morgan Spencer Savage · 15 years ago
  92. 4230afb add features, site.xml to site and move dependent bundles to extras dir vs plugins by David Morgan Spencer Savage · 15 years ago
  93. b8193e7 update update site to refer to apache features (FELIX-1402) by David Morgan Spencer Savage · 15 years ago
  94. 8d6b7d7 update buildVersion by David Morgan Spencer Savage · 15 years ago
  95. 2385d3f add feature files for sigil bundles (FELIX-1417) by David Morgan Spencer Savage · 15 years ago
  96. 5dcbfc6 make cache dir configurable via system property (FELIX-1595) by David Morgan Spencer Savage · 15 years ago
  97. f7cba51 add synchronized locks to cache methods to avoid potential cpu thrashing (FELIX-1592) by David Morgan Spencer Savage · 15 years ago
  98. ee4b255 update sigil to use 2.0.0 artifacts from felix vs local m2 repository (FELIX-1589) by David Morgan Spencer Savage · 15 years ago
  99. df7b03f add debug and verbose log elements to ivy wrapper (FELIX-1590) by David Morgan Spencer Savage · 15 years ago
  100. 5e86283 remove eclipse zest bundles from site - pull these via eclipse update site vs hosting locally by David Morgan Spencer Savage · 15 years ago