1. 4d13823 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 16 years ago
  2. 5a1eca8 [maven-release-plugin] prepare release org.apache.felix.prefs-1.0.0 by Carsten Ziegeler · 16 years ago
  3. e947c16 Added the initial version of DeploymentAdmin as donated in FELIX-452 (IP clearance posted to dev-felix on january 15th). by Marcel Offermans · 16 years ago
  4. d586034 Update trunk document to match online document. by Richard S. Hall · 16 years ago
  5. f038e8d Fixed a bug in ConfigurationDependency which did not correctly detect the state transition from an available configuration to a no longer available one (for example, if you deleted the configuration). Furthermore, some whitespace cleanups and some synchronization inconsistencies solved. by Marcel Offermans · 16 years ago
  6. 7fba961 FELIX-476: Improve default Export-Package setting by Stuart McCulloch · 16 years ago
  7. 9c4a94d Fix trigger of default Export-Package setting to also consider included property files by Stuart McCulloch · 16 years ago
  8. e19d409 FELIX-462: Support removal of manifest headers added by the bundleplugin by Stuart McCulloch · 16 years ago
  9. a2f5759 FELIX-461: Ensure bundle:manifest goal creates same manifest when project packaging is bundle by Stuart McCulloch · 16 years ago
  10. 1a42bfa FELIX-461: refactor bundle building code into separate method by Stuart McCulloch · 16 years ago
  11. 15fd090 FELIX-461: refactor the large execute method into other methods to enable re-use by Stuart McCulloch · 16 years ago
  12. 48fcb1e FELIX-461: refactor the large execute method into other methods to enable re-use by Stuart McCulloch · 16 years ago
  13. a137f6b FELIX-474: fix remote locking by Stuart McCulloch · 16 years ago
  14. 5a08b91 FELIX-472: support {maven-dependencies} tag in Include-Resource and Bundle-ClassPath by Stuart McCulloch · 16 years ago
  15. 94b0858 FELIX-472: use string buffers to collect translated embed instructions by Stuart McCulloch · 16 years ago
  16. d5a1aa0 FELIX-472: refactor property update code by Stuart McCulloch · 16 years ago
  17. 5bdab38 FELIX-472: extract fields by Stuart McCulloch · 16 years ago
  18. 5abb4c2 FELIX-472: refactor tag removal code by Stuart McCulloch · 16 years ago
  19. 47b825b Correct license headers. by Carsten Ziegeler · 16 years ago
  20. 7fccdc9 Correct copyright notice by Stuart McCulloch · 16 years ago
  21. 3ed876d Update notice files. by Carsten Ziegeler · 16 years ago
  22. 3214872 Update notices by Stuart McCulloch · 16 years ago
  23. 83e0da0 More tidying up by Stuart McCulloch · 16 years ago
  24. d48ff39 Update notice files. by Carsten Ziegeler · 16 years ago
  25. 9366a82 Apply Felix coding conventions (where appropriate: some maven plugin parameters can't use the m_ convention) by Stuart McCulloch · 16 years ago
  26. 6a70547 Apply Felix formatting by Stuart McCulloch · 16 years ago
  27. 5ae5914 Apply Felix formatting by Stuart McCulloch · 16 years ago
  28. 77824fb Add POM configuration aliases for command-line settings by Stuart McCulloch · 16 years ago
  29. 13fa698 Upgrade to 1.1.0-SNAPSHOT after release preparations by Karl Pauls · 16 years ago
  30. fff3aa9 Prepare 1.0.2 release by Karl Pauls · 16 years ago
  31. 7db0d88 Prepare 1.0.2 release by Karl Pauls · 16 years ago
  32. ce84c0c Prepare 1.0.2 release by Karl Pauls · 16 years ago
  33. 617bb53 Fix compendium dependency by Stuart McCulloch · 16 years ago
  34. 37a882e FELIX-457: remove PathFile class and use URIs instead by Stuart McCulloch · 16 years ago
  35. 727c0cc Use our own OSGi libs. by Carsten Ziegeler · 16 years ago
  36. c340ecf Use released version of compendium. by Carsten Ziegeler · 16 years ago
  37. 473e994 Refactor code to re-use maven-obr-plugin utility methods by Stuart McCulloch · 16 years ago
  38. 46f5ad6 Use released parent pom by Stuart McCulloch · 16 years ago
  39. 6369ee3 FindBugs: remove no-op method, use entrySet iterator for better performance, and fix potential NPE by Stuart McCulloch · 16 years ago
  40. bd328cb Variable in dependency section can confuse org.apache.felix:maven-obr-plugin:install-file goal, so change to use explicit groupId by Stuart McCulloch · 16 years ago
  41. 866946c Upgrade to 1.1.0-SNAPSHOT again. by Karl Pauls · 16 years ago
  42. be41b9f Upgrade to 1.1.0-SNAPSHOT again. by Karl Pauls · 16 years ago
  43. bf8d01c Upgrade to 1.1.0-SNAPSHOT again. by Karl Pauls · 16 years ago
  44. 929bd6a Prepare main 1.0.2 release. by Karl Pauls · 16 years ago
  45. 5a2cb21 Prepare framework 1.0.2 release. by Karl Pauls · 16 years ago
  46. 623165f Prepare bundlerepository 1.0.1 release. by Karl Pauls · 16 years ago
  47. 876636c Update changelog by Karl Pauls · 16 years ago
  48. e0e48f9 Change default repository url from oscar-osgi.sf.net to oscar-osgi.sourceforge.net to not be redirected. by Karl Pauls · 16 years ago
  49. ce90077 Update OBR documentation. by Richard S. Hall · 16 years ago
  50. c033586 Update changelog by Karl Pauls · 16 years ago
  51. e8bd9a5 Update changelog by Karl Pauls · 16 years ago
  52. 4a591ba Now that compendium has been released, we no longer need to embed service by Richard S. Hall · 16 years ago
  53. 0b152f3 Added a simple readme to the framework subproject doc directory. by Richard S. Hall · 16 years ago
  54. 5fcf4fa Added launching and embedding docs to main project. by Richard S. Hall · 16 years ago
  55. d2c2b46 Moving these docs to main, since the launcher examples now depend on by Richard S. Hall · 16 years ago
  56. 2b3b713 Refactor to use new OBR utilities by Stuart McCulloch · 16 years ago
  57. 80a8734 Begin move to use standardized URIs by Stuart McCulloch · 16 years ago
  58. b721aae Clearer variable names by Stuart McCulloch · 16 years ago
  59. 8c0511a Add helper method to relativize repository URIs by Stuart McCulloch · 16 years ago
  60. 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
  61. 9e6c603 Applied patches (FELIX-466 and FELIX-467) to improve how Felix finds resources by Richard S. Hall · 16 years ago
  62. 0bee9ea Clearer name for maven repository variable by Stuart McCulloch · 16 years ago
  63. eb94a84 Refactor to use simpler URI based code by Stuart McCulloch · 16 years ago
  64. 690acb8 New utility class by Stuart McCulloch · 16 years ago
  65. ecee20a Code format by Stuart McCulloch · 16 years ago
  66. bb9bd38 Remove use of 'this.XYZ' in plugin code by Stuart McCulloch · 16 years ago
  67. b657c2f Fix EOL style by Stuart McCulloch · 16 years ago
  68. 7a49c28 Apply Felix coding style by Stuart McCulloch · 16 years ago
  69. 7d28c1d Make FilterImpl.toString() add escape characters where needed (FELIX-471). by Karl Pauls · 16 years ago
  70. 7cce976 Add missing version element by Stuart McCulloch · 16 years ago
  71. 93572fd [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  72. 1639f31 [maven-release-plugin] prepare release org.osgi.compendium-1.0.0 by Carsten Ziegeler · 17 years ago
  73. ba95493 Remove system.out prints. by Carsten Ziegeler · 17 years ago
  74. d78cc86 FELIX-468 Implement ordering or JavaClassDescriptor's of the current project by Felix Meschberger · 17 years ago
  75. 78bcc77 Use released version of maven bundle plugin. by Carsten Ziegeler · 17 years ago
  76. e5cfd9f Use released version of maven bundle plugin. by Carsten Ziegeler · 17 years ago
  77. 2d336e0 Use released version of maven bundle plugin. by Carsten Ziegeler · 17 years ago
  78. 04644ae FELIX-458: update to bndlib 0.0.231 to fix -split-package:=merge-first by Stuart McCulloch · 17 years ago
  79. 1767862 Remove duplicate notice/license files (now in root folder) by Stuart McCulloch · 17 years ago
  80. 603d260 Test code added unnecessary jar to final plugin by Stuart McCulloch · 17 years ago
  81. ac52033 Update copyright date by Stuart McCulloch · 17 years ago
  82. ebef69e [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 17 years ago
  83. 9050f5a [maven-release-plugin] prepare release maven-bundle-plugin-1.2.0 by Stuart McCulloch · 17 years ago
  84. 74d48dc Fix a NPE on framework restart when extension bundles are installed. by Karl Pauls · 17 years ago
  85. 646b9f1 Use latest released parent pom. by Carsten Ziegeler · 17 years ago
  86. b7251fa Use latest released parent pom. by Carsten Ziegeler · 17 years ago
  87. e79c85e Use latest release of parent pom and remove unused commons parent pom. by Carsten Ziegeler · 17 years ago
  88. d524f6f Use latest release of parent pom and remove unused commons parent pom. by Carsten Ziegeler · 17 years ago
  89. 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
  90. 9c7a2b6 Modified example bundles to use the released version of the bundle plugin. by Richard S. Hall · 17 years ago
  91. 5bb086c Modified boot delegation to not terminate when delegating to parent class by Richard S. Hall · 17 years ago
  92. 0c88d67 FELIX-464 Always return the dependency manager regardless of its internal count value by Felix Meschberger · 17 years ago
  93. 269f455 Add merge-first to prevent a warning while building the bundle by Felix Meschberger · 17 years ago
  94. 2e896c5 Use released version of org.osgi.foundation. by Carsten Ziegeler · 17 years ago
  95. 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
  96. a1ac61f [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  97. bc02307 [maven-release-plugin] prepare release felix-1.0.2 by Carsten Ziegeler · 17 years ago
  98. 029c08f Use released version of javax.servlet. by Carsten Ziegeler · 17 years ago
  99. ecdb638 Depend on released maven-obr-plugin now it's got to the central repo by Stuart McCulloch · 17 years ago
  100. 7853b9a Correct javadocs and clean up code a little bit. by Carsten Ziegeler · 17 years ago