1. 80a8734 Begin move to use standardized URIs by Stuart McCulloch · 16 years ago
  2. b721aae Clearer variable names by Stuart McCulloch · 16 years ago
  3. 8c0511a Add helper method to relativize repository URIs by Stuart McCulloch · 16 years ago
  4. 95fbce2 Fix a bug when the configuration admin send configurations containing Strings (Objects was expected). In this case, the objects are re-created from the Strings (arrays are parsed by according to the iPOJO syntax). This change impacts both service properties and instance properties. by Clement Escoffier · 16 years ago
  5. 9e6c603 Applied patches (FELIX-466 and FELIX-467) to improve how Felix finds resources by Richard S. Hall · 16 years ago
  6. 0bee9ea Clearer name for maven repository variable by Stuart McCulloch · 16 years ago
  7. eb94a84 Refactor to use simpler URI based code by Stuart McCulloch · 16 years ago
  8. 690acb8 New utility class by Stuart McCulloch · 16 years ago
  9. ecee20a Code format by Stuart McCulloch · 16 years ago
  10. bb9bd38 Remove use of 'this.XYZ' in plugin code by Stuart McCulloch · 16 years ago
  11. b657c2f Fix EOL style by Stuart McCulloch · 16 years ago
  12. 7a49c28 Apply Felix coding style by Stuart McCulloch · 16 years ago
  13. 7d28c1d Make FilterImpl.toString() add escape characters where needed (FELIX-471). by Karl Pauls · 16 years ago
  14. 7cce976 Add missing version element by Stuart McCulloch · 17 years ago
  15. 93572fd [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  16. 1639f31 [maven-release-plugin] prepare release org.osgi.compendium-1.0.0 by Carsten Ziegeler · 17 years ago
  17. ba95493 Remove system.out prints. by Carsten Ziegeler · 17 years ago
  18. d78cc86 FELIX-468 Implement ordering or JavaClassDescriptor's of the current project by Felix Meschberger · 17 years ago
  19. 78bcc77 Use released version of maven bundle plugin. by Carsten Ziegeler · 17 years ago
  20. e5cfd9f Use released version of maven bundle plugin. by Carsten Ziegeler · 17 years ago
  21. 2d336e0 Use released version of maven bundle plugin. by Carsten Ziegeler · 17 years ago
  22. 04644ae FELIX-458: update to bndlib 0.0.231 to fix -split-package:=merge-first by Stuart McCulloch · 17 years ago
  23. 1767862 Remove duplicate notice/license files (now in root folder) by Stuart McCulloch · 17 years ago
  24. 603d260 Test code added unnecessary jar to final plugin by Stuart McCulloch · 17 years ago
  25. ac52033 Update copyright date by Stuart McCulloch · 17 years ago
  26. ebef69e [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 17 years ago
  27. 9050f5a [maven-release-plugin] prepare release maven-bundle-plugin-1.2.0 by Stuart McCulloch · 17 years ago
  28. 74d48dc Fix a NPE on framework restart when extension bundles are installed. by Karl Pauls · 17 years ago
  29. 646b9f1 Use latest released parent pom. by Carsten Ziegeler · 17 years ago
  30. b7251fa Use latest released parent pom. by Carsten Ziegeler · 17 years ago
  31. e79c85e Use latest release of parent pom and remove unused commons parent pom. by Carsten Ziegeler · 17 years ago
  32. d524f6f Use latest release of parent pom and remove unused commons parent pom. by Carsten Ziegeler · 17 years ago
  33. 602fb43 Try to fix a potential visibility issue on loading a class form a bundle where it seems to be possible that we create two classloaders instead of one. by Karl Pauls · 17 years ago
  34. 9c7a2b6 Modified example bundles to use the released version of the bundle plugin. by Richard S. Hall · 17 years ago
  35. 5bb086c Modified boot delegation to not terminate when delegating to parent class by Richard S. Hall · 17 years ago
  36. 0c88d67 FELIX-464 Always return the dependency manager regardless of its internal count value by Felix Meschberger · 17 years ago
  37. 269f455 Add merge-first to prevent a warning while building the bundle by Felix Meschberger · 17 years ago
  38. 2e896c5 Use released version of org.osgi.foundation. by Carsten Ziegeler · 17 years ago
  39. 2ec4809 Update to use latest parent snapshot to avoid build problems with empty repository (1.0.2-SNAPSHOT was never deployed to the snapshot repo) by Stuart McCulloch · 17 years ago
  40. a1ac61f [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  41. bc02307 [maven-release-plugin] prepare release felix-1.0.2 by Carsten Ziegeler · 17 years ago
  42. 029c08f Use released version of javax.servlet. by Carsten Ziegeler · 17 years ago
  43. ecdb638 Depend on released maven-obr-plugin now it's got to the central repo by Stuart McCulloch · 17 years ago
  44. 7853b9a Correct javadocs and clean up code a little bit. by Carsten Ziegeler · 17 years ago
  45. 114d477 Fix javadocs. by Carsten Ziegeler · 17 years ago
  46. 4fec096 Specify xml schema location in one line as this is required by the maven release plugin (otherwise it removes the license header during the release process) by Carsten Ziegeler · 17 years ago
  47. 4cccee2 Correct javadocs and clean up code a little bit. by Carsten Ziegeler · 17 years ago
  48. f8f471c Use latest versions of plugins. by Carsten Ziegeler · 17 years ago
  49. a5f663c Move licence and notice to root directory, add xml schema location. by Carsten Ziegeler · 17 years ago
  50. cda79c5 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  51. 65c4ea7 [maven-release-plugin] prepare release org.osgi.foundation-1.0.0 by Carsten Ziegeler · 17 years ago
  52. 4330fcb Add xml schema reference. by Carsten Ziegeler · 17 years ago
  53. 5cfc16f FELIX-455: need to use the Builder class instead of Analyzer, because it provides additional cleanup of version information by Stuart McCulloch · 17 years ago
  54. 8b4f13b FELIX-456: remove extraneous whitespace from version range before parsing by Stuart McCulloch · 17 years ago
  55. 151c49c As 1.0.0 is released we can now use latest parent pom and wait for the new maven-bundle-plugin. by Carsten Ziegeler · 17 years ago
  56. 8f21a4a FELIX-451: remove Include-Resource header from final bundle manifest by Stuart McCulloch · 17 years ago
  57. 80bf5e3 Fixed bug #FELIX-460 in BuildDevice by Stefano Lenzi · 17 years ago
  58. cb02d6a FELIX-449: add 'excludeDependencies' option (disabled by default) to exclude all dependencies from the classpath passed to BND by Stuart McCulloch · 17 years ago
  59. e7a83b3 FELIX-442: additional safety check by Stuart McCulloch · 17 years ago
  60. 3d34d50 FELIX-442: handle custom manifest sections and external manifest files by Stuart McCulloch · 17 years ago
  61. 2b332f8 FELIX-442: improve error message by Stuart McCulloch · 17 years ago
  62. 15d994e FELIX-442: reverse manifest merge for projects with customized manifests, such as commons by Stuart McCulloch · 17 years ago
  63. c56f79f Readd license removed by the maven release plugin. by Carsten Ziegeler · 17 years ago
  64. e405c39 [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 17 years ago
  65. f89870b [maven-release-plugin] prepare release maven-obr-plugin-1.0.0 by Stuart McCulloch · 17 years ago
  66. bea2e51 Minor comment modifications. by Richard S. Hall · 17 years ago
  67. c024864 Fixed compilation issue with jdk13 profile by Stefano Lenzi · 17 years ago
  68. 0f84b35 Update to bndlib 0.0.227 (disables spring xml parser by default) by Stuart McCulloch · 17 years ago
  69. e963832 Add kxml2 license to sub-project root by Stuart McCulloch · 17 years ago
  70. 7e356c7 Use released version. by Carsten Ziegeler · 17 years ago
  71. 39e9100 Use released version of org.osgi.service.obr by Stuart McCulloch · 17 years ago
  72. 4665afb Pointed out the properties that should be configured as System Properties (that's all the cyberdomo properties) by Francesco Furfari · 17 years ago
  73. 8390c4a Improved loading of properties in Activator.doInitProperties, now it loads properties from BundleContext by Stefano Lenzi · 17 years ago
  74. 12797a5 Modifed default launcher in Main to separate out auto-property processing by Richard S. Hall · 17 years ago
  75. ac01df5 restored original values by Francesco Furfari · 17 years ago
  76. 911fa92 Created a set of properties for the driver: upnp.properties by Stefano Lenzi · 17 years ago
  77. d59d0c1 Move license and notice file to root directory. by Carsten Ziegeler · 17 years ago
  78. 459b23d Move license and notice file to root directory. by Carsten Ziegeler · 17 years ago
  79. 38927d0 Move license and notice file to root directory. by Carsten Ziegeler · 17 years ago
  80. 0d76b89 Delete empty directory by Carsten Ziegeler · 17 years ago
  81. 3ad099e Move license and notice file to root directory. by Carsten Ziegeler · 17 years ago
  82. 8079482 Include all notice and license files. by Carsten Ziegeler · 17 years ago
  83. ae6e595 fixed bug due to automatic box and unboxing .... by Francesco Furfari · 17 years ago
  84. 7dc3c15 Reorganized basedriver initialization added time to string conversion to device by Francesco Furfari · 17 years ago
  85. 39f609e [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  86. 73dd3a1 [maven-release-plugin] prepare release javax.servlet-1.0.0 by Carsten Ziegeler · 17 years ago
  87. 08ea07b Add plugin configurations for release (we depend on the old 1.0.0 parent pom). by Carsten Ziegeler · 17 years ago
  88. aba73db [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  89. e8eff63 [maven-release-plugin] prepare release maven-scr-plugin-1.0.2 by Carsten Ziegeler · 17 years ago
  90. 92daca4 Revert changes from failing release run. by Carsten Ziegeler · 17 years ago
  91. 97f3549 [maven-release-plugin] prepare release maven-scr-plugin-1.0.2 by Carsten Ziegeler · 17 years ago
  92. 7c65c27 Release configuration is now in parent pom. Remove duplicate license and notice file. by Carsten Ziegeler · 17 years ago
  93. cf10e56 Move license and notice to root directory. by Carsten Ziegeler · 17 years ago
  94. 8dc2674 Add licence and notice. by Carsten Ziegeler · 17 years ago
  95. ecaf8d4 Applied patch (FELIX-426) to fix some issues related to directories on by Richard S. Hall · 17 years ago
  96. 47eed6d ExporterUPnPEventListener, UPnPEventNotifier reverting changes in order to follow the specification proposed by Javadoc (FELIX-447) by Stefano Lenzi · 17 years ago
  97. 9853489 Go back to older released versions in order to prepare a release. by Carsten Ziegeler · 17 years ago
  98. 584ff0b Refined svn:ignore properties by Stefano Lenzi · 17 years ago
  99. 93fa2ca RESOLVED - issue FELIX-446: Search of activation/deactivation method might get wrong result by Carsten Ziegeler · 17 years ago
  100. 46da263 [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 17 years ago