1. 7a49c28 Apply Felix coding style by Stuart McCulloch · 16 years ago
  2. 7d28c1d Make FilterImpl.toString() add escape characters where needed (FELIX-471). by Karl Pauls · 16 years ago
  3. 7cce976 Add missing version element by Stuart McCulloch · 17 years ago
  4. 93572fd [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  5. 1639f31 [maven-release-plugin] prepare release org.osgi.compendium-1.0.0 by Carsten Ziegeler · 17 years ago
  6. ba95493 Remove system.out prints. by Carsten Ziegeler · 17 years ago
  7. d78cc86 FELIX-468 Implement ordering or JavaClassDescriptor's of the current project by Felix Meschberger · 17 years ago
  8. 78bcc77 Use released version of maven bundle plugin. by Carsten Ziegeler · 17 years ago
  9. e5cfd9f Use released version of maven bundle plugin. by Carsten Ziegeler · 17 years ago
  10. 2d336e0 Use released version of maven bundle plugin. by Carsten Ziegeler · 17 years ago
  11. 04644ae FELIX-458: update to bndlib 0.0.231 to fix -split-package:=merge-first by Stuart McCulloch · 17 years ago
  12. 1767862 Remove duplicate notice/license files (now in root folder) by Stuart McCulloch · 17 years ago
  13. 603d260 Test code added unnecessary jar to final plugin by Stuart McCulloch · 17 years ago
  14. ac52033 Update copyright date by Stuart McCulloch · 17 years ago
  15. ebef69e [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 17 years ago
  16. 9050f5a [maven-release-plugin] prepare release maven-bundle-plugin-1.2.0 by Stuart McCulloch · 17 years ago
  17. 74d48dc Fix a NPE on framework restart when extension bundles are installed. by Karl Pauls · 17 years ago
  18. 646b9f1 Use latest released parent pom. by Carsten Ziegeler · 17 years ago
  19. b7251fa Use latest released parent pom. by Carsten Ziegeler · 17 years ago
  20. e79c85e Use latest release of parent pom and remove unused commons parent pom. by Carsten Ziegeler · 17 years ago
  21. d524f6f Use latest release of parent pom and remove unused commons parent pom. by Carsten Ziegeler · 17 years ago
  22. 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
  23. 9c7a2b6 Modified example bundles to use the released version of the bundle plugin. by Richard S. Hall · 17 years ago
  24. 5bb086c Modified boot delegation to not terminate when delegating to parent class by Richard S. Hall · 17 years ago
  25. 0c88d67 FELIX-464 Always return the dependency manager regardless of its internal count value by Felix Meschberger · 17 years ago
  26. 269f455 Add merge-first to prevent a warning while building the bundle by Felix Meschberger · 17 years ago
  27. 2e896c5 Use released version of org.osgi.foundation. by Carsten Ziegeler · 17 years ago
  28. 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
  29. a1ac61f [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  30. bc02307 [maven-release-plugin] prepare release felix-1.0.2 by Carsten Ziegeler · 17 years ago
  31. 029c08f Use released version of javax.servlet. by Carsten Ziegeler · 17 years ago
  32. ecdb638 Depend on released maven-obr-plugin now it's got to the central repo by Stuart McCulloch · 17 years ago
  33. 7853b9a Correct javadocs and clean up code a little bit. by Carsten Ziegeler · 17 years ago
  34. 114d477 Fix javadocs. by Carsten Ziegeler · 17 years ago
  35. 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
  36. 4cccee2 Correct javadocs and clean up code a little bit. by Carsten Ziegeler · 17 years ago
  37. f8f471c Use latest versions of plugins. by Carsten Ziegeler · 17 years ago
  38. a5f663c Move licence and notice to root directory, add xml schema location. by Carsten Ziegeler · 17 years ago
  39. cda79c5 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  40. 65c4ea7 [maven-release-plugin] prepare release org.osgi.foundation-1.0.0 by Carsten Ziegeler · 17 years ago
  41. 4330fcb Add xml schema reference. by Carsten Ziegeler · 17 years ago
  42. 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
  43. 8b4f13b FELIX-456: remove extraneous whitespace from version range before parsing by Stuart McCulloch · 17 years ago
  44. 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
  45. 8f21a4a FELIX-451: remove Include-Resource header from final bundle manifest by Stuart McCulloch · 17 years ago
  46. 80bf5e3 Fixed bug #FELIX-460 in BuildDevice by Stefano Lenzi · 17 years ago
  47. 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
  48. e7a83b3 FELIX-442: additional safety check by Stuart McCulloch · 17 years ago
  49. 3d34d50 FELIX-442: handle custom manifest sections and external manifest files by Stuart McCulloch · 17 years ago
  50. 2b332f8 FELIX-442: improve error message by Stuart McCulloch · 17 years ago
  51. 15d994e FELIX-442: reverse manifest merge for projects with customized manifests, such as commons by Stuart McCulloch · 17 years ago
  52. c56f79f Readd license removed by the maven release plugin. by Carsten Ziegeler · 17 years ago
  53. e405c39 [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 17 years ago
  54. f89870b [maven-release-plugin] prepare release maven-obr-plugin-1.0.0 by Stuart McCulloch · 17 years ago
  55. bea2e51 Minor comment modifications. by Richard S. Hall · 17 years ago
  56. c024864 Fixed compilation issue with jdk13 profile by Stefano Lenzi · 17 years ago
  57. 0f84b35 Update to bndlib 0.0.227 (disables spring xml parser by default) by Stuart McCulloch · 17 years ago
  58. e963832 Add kxml2 license to sub-project root by Stuart McCulloch · 17 years ago
  59. 7e356c7 Use released version. by Carsten Ziegeler · 17 years ago
  60. 39e9100 Use released version of org.osgi.service.obr by Stuart McCulloch · 17 years ago
  61. 4665afb Pointed out the properties that should be configured as System Properties (that's all the cyberdomo properties) by Francesco Furfari · 17 years ago
  62. 8390c4a Improved loading of properties in Activator.doInitProperties, now it loads properties from BundleContext by Stefano Lenzi · 17 years ago
  63. 12797a5 Modifed default launcher in Main to separate out auto-property processing by Richard S. Hall · 17 years ago
  64. ac01df5 restored original values by Francesco Furfari · 17 years ago
  65. 911fa92 Created a set of properties for the driver: upnp.properties by Stefano Lenzi · 17 years ago
  66. d59d0c1 Move license and notice file to root directory. by Carsten Ziegeler · 17 years ago
  67. 459b23d Move license and notice file to root directory. by Carsten Ziegeler · 17 years ago
  68. 38927d0 Move license and notice file to root directory. by Carsten Ziegeler · 17 years ago
  69. 0d76b89 Delete empty directory by Carsten Ziegeler · 17 years ago
  70. 3ad099e Move license and notice file to root directory. by Carsten Ziegeler · 17 years ago
  71. 8079482 Include all notice and license files. by Carsten Ziegeler · 17 years ago
  72. ae6e595 fixed bug due to automatic box and unboxing .... by Francesco Furfari · 17 years ago
  73. 7dc3c15 Reorganized basedriver initialization added time to string conversion to device by Francesco Furfari · 17 years ago
  74. 39f609e [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  75. 73dd3a1 [maven-release-plugin] prepare release javax.servlet-1.0.0 by Carsten Ziegeler · 17 years ago
  76. 08ea07b Add plugin configurations for release (we depend on the old 1.0.0 parent pom). by Carsten Ziegeler · 17 years ago
  77. aba73db [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  78. e8eff63 [maven-release-plugin] prepare release maven-scr-plugin-1.0.2 by Carsten Ziegeler · 17 years ago
  79. 92daca4 Revert changes from failing release run. by Carsten Ziegeler · 17 years ago
  80. 97f3549 [maven-release-plugin] prepare release maven-scr-plugin-1.0.2 by Carsten Ziegeler · 17 years ago
  81. 7c65c27 Release configuration is now in parent pom. Remove duplicate license and notice file. by Carsten Ziegeler · 17 years ago
  82. cf10e56 Move license and notice to root directory. by Carsten Ziegeler · 17 years ago
  83. 8dc2674 Add licence and notice. by Carsten Ziegeler · 17 years ago
  84. ecaf8d4 Applied patch (FELIX-426) to fix some issues related to directories on by Richard S. Hall · 17 years ago
  85. 47eed6d ExporterUPnPEventListener, UPnPEventNotifier reverting changes in order to follow the specification proposed by Javadoc (FELIX-447) by Stefano Lenzi · 17 years ago
  86. 9853489 Go back to older released versions in order to prepare a release. by Carsten Ziegeler · 17 years ago
  87. 584ff0b Refined svn:ignore properties by Stefano Lenzi · 17 years ago
  88. 93fa2ca RESOLVED - issue FELIX-446: Search of activation/deactivation method might get wrong result by Carsten Ziegeler · 17 years ago
  89. 46da263 [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 17 years ago
  90. b4f3153 [maven-release-plugin] prepare release org.osgi.service.obr-1.0.0 by Stuart McCulloch · 17 years ago
  91. b61fe0e Update to releast version of parent pom and add missing licence headers. by Carsten Ziegeler · 17 years ago
  92. e5c4d3a FELIX-437: upgrade to use bndlib 0.0.226 by Stuart McCulloch · 17 years ago
  93. c19e17c Update to releast version of parent pom and add missing licence headers. by Carsten Ziegeler · 17 years ago
  94. bf338dd Update to releast version of parent pom and add missing licence headers. by Carsten Ziegeler · 17 years ago
  95. d00e624 Use latest parent pom for bundleplugin and related poms by Stuart McCulloch · 17 years ago
  96. e048efa Removed old references to "incubator" by Francesco Furfari · 17 years ago
  97. 917c5e2 Modified dependency graph for: by Francesco Furfari · 17 years ago
  98. e494630 RESOLVED - issue FELIX-445: Bind/Unbind methods are not found in inherited classes by Carsten Ziegeler · 17 years ago
  99. 98c34fb Ignore target directory. by Carsten Ziegeler · 17 years ago
  100. 404c272 FIXED - issue FELIX-444: Improve implemented service detection by Carsten Ziegeler · 17 years ago