1. 044fc55 updated to the latest version of BND that fixes an issue with dynamic imports. by Richard S. Hall · 18 years ago
  2. 0319394 Removed support for old bundle cache format before the first public release by Richard S. Hall · 18 years ago
  3. c2c5804 Modified the main subproject pom file to exclude the transitive dependency by Richard S. Hall · 18 years ago
  4. e7c5c90 Minor edits to the POM files. by Richard S. Hall · 18 years ago
  5. 7c5676b Modified plugin to use latest version of BND and to use the organization by Richard S. Hall · 18 years ago
  6. 4b452e4 Fixed bug in Cyberlink library that prevented the HTTPMUSocket thread destruction by Francesco Furfari · 18 years ago
  7. 7ac10e3 FELIX-159 by Stephane Frenot · 18 years ago
  8. c966730 fixed bug related to the duplication of StateVariable element in the service description of exported devices by Francesco Furfari · 18 years ago
  9. a1f2c8d Modified pom file to get it to include the proper packages by explicitly by Richard S. Hall · 18 years ago
  10. 92748de Improved install command feedback message (FELIX-176). by Richard S. Hall · 18 years ago
  11. 96cade6 Added install feedback to print out bundle ID (FELIX-176). by Richard S. Hall · 18 years ago
  12. 515c793 Applied patch (FELIX-173) to properly deal with optional imports of locally by Richard S. Hall · 18 years ago
  13. b6ab9c2 Applied patch (FELIX-175) to fix some iPOJO bugs as well as introduce by Richard S. Hall · 18 years ago
  14. b450827 Applied patch (FELIX-174) to fix a bug where referential equality was being by Richard S. Hall · 18 years ago
  15. af82029 Updated version dependency on BND. by Richard S. Hall · 18 years ago
  16. bc767e5 added synchronized by Francesco Furfari · 18 years ago
  17. c131ec1 new jmxbridge version by Francesco Furfari · 18 years ago
  18. 5eeb144 Applied patch (FELIX-169) to fix how framework shutdown is handled, making by Richard S. Hall · 18 years ago
  19. a160b9d Applied patch (FELIX-170) to stop the start level and package admin threads by Richard S. Hall · 18 years ago
  20. 4997052 Applied patch (FELIXM2-10). by Richard S. Hall · 18 years ago
  21. 3e45688 Profiles to launch UPnP - JMX Bundles by Francesco Furfari · 18 years ago
  22. af9514d Device property keys are not more displayed in lower case by Francesco Furfari · 18 years ago
  23. a4e0997 Replaced DictionaryProp.java with a standard Hashtable. by Francesco Furfari · 18 years ago
  24. ab94592 New dependencies were added to main's pom file, which caused the generated by Richard S. Hall · 18 years ago
  25. b0a351d Modified the plugin so that default value for Export-Package is empty if by Richard S. Hall · 18 years ago
  26. f79928c Modified the javax.microedition.io import to be optional. by Richard S. Hall · 18 years ago
  27. e2f0383 Incremented the version dependency on the BND library. by Richard S. Hall · 18 years ago
  28. 989be3d Remove include resource headers which is not needed anymore. by Karl Pauls · 18 years ago
  29. e651710 Apparently, Maven is not copying src/main/resources/ after all, so I add by Richard S. Hall · 18 years ago
  30. 221d1cf Move the eventadmin bridges to the new plugin pom. by Karl Pauls · 18 years ago
  31. 6a20e50 Update the eventadmin to configuration bridge to the new plugin. by Karl Pauls · 18 years ago
  32. 89a7097 Update the eventadmin to wireadmin bridge to the new plugin. by Karl Pauls · 18 years ago
  33. 3135a69 Update the eventadmin to upnp bridge to the new plugin. by Karl Pauls · 18 years ago
  34. 7d1df4b Update the eventadmin to useradmin bridge to the new plugin. by Karl Pauls · 18 years ago
  35. b0a1716 Convert the EventAdmin to the new maven plugin. by Karl Pauls · 18 years ago
  36. 4d82d2f Add a couple of necessary dependencies. by Karl Pauls · 18 years ago
  37. e5e6adf Fix a version changes in a dependency. by Karl Pauls · 18 years ago
  38. d140dd9 Add License headers. by Karl Pauls · 18 years ago
  39. c2312e4 Due to the Maven bug related to having multiple packaging plugins, I had by Richard S. Hall · 18 years ago
  40. 1da4e54 Modified these subprojects to use the new Maven bundle plugin. by Richard S. Hall · 18 years ago
  41. d532523 Fixed the version handling of the plugin to only replace the '-' before by Richard S. Hall · 18 years ago
  42. df60b51 Changed plugin version to be aligned with Felix. by Richard S. Hall · 18 years ago
  43. 2e0f29a Removed parent pom for now, since it is not quite ready yet. by Richard S. Hall · 18 years ago
  44. a11f34d Applied patch (FELIX-168) for fine-grained spec compliance with start level by Richard S. Hall · 18 years ago
  45. e250605 I had to uncomment default value for Include-Resource because there is by Richard S. Hall · 18 years ago
  46. 3d8e104 Commented out the default for Include-Resource and updated the NOTICE file. by Richard S. Hall · 18 years ago
  47. fcc2844 Added the Felix pom as the parent. by Richard S. Hall · 18 years ago
  48. f312009 New "patch" to maven osgi plugin to support Peter Kriens' BND library. by Richard S. Hall · 18 years ago
  49. af28302 Applied patch (FELIX-167) to bring the iPOJO arch command in line with by Richard S. Hall · 18 years ago
  50. 7d1b922 Applied major patch to iPOJO (FELIX-166). by Richard S. Hall · 18 years ago
  51. 4ebe508 Add incubator disclaimer to NOTICE files and License headers to poms and property files (FELIX-144). by Karl Pauls · 18 years ago
  52. 9a84b03 Create a protection domain with a valid code source when a security manager is present by Karl Pauls · 18 years ago
  53. 8737453 Added standard headers to maven-osgi-plugin. by Richard S. Hall · 18 years ago
  54. 30160c7 Added LICENSE and NOTICE file for main subproject. by Richard S. Hall · 18 years ago
  55. 74055c2 Added LICENSE and NOTICE files to the log bundle. by Richard S. Hall · 18 years ago
  56. 98b14bb Added kxml2 to the NOTICE file and added a license file for it. by Richard S. Hall · 18 years ago
  57. 88b15a5 Removed some unnecessary discussion about garbage collection after some by Richard S. Hall · 18 years ago
  58. 7e2acff Modified the filter implementation so that it would not cache passed in by Richard S. Hall · 18 years ago
  59. 8cbab55 Added bundle symbolic name. by Richard S. Hall · 18 years ago
  60. 456fe5f Fixed a bug when removing listeners; it was using the wrong index into the by Richard S. Hall · 18 years ago
  61. f6c4d27 Fixed a bug where the service registry was holding a reference to a bundle by Richard S. Hall · 18 years ago
  62. 5c8058e Formatting change. by Richard S. Hall · 18 years ago
  63. af34db4 Changed the name of the local variable "enum" to "e" to avoid issues with by Richard S. Hall · 18 years ago
  64. d641547 A previous change to help garbage collection was causing an NPE. It is by Richard S. Hall · 18 years ago
  65. 56b1194 Continued effort to clean up manifest parsing (FELIX-98). This still has a by Richard S. Hall · 18 years ago
  66. 0b8e3ba Initial commit of the Log service implementation from Dale Peakall. by Richard S. Hall · 18 years ago
  67. c907976 Added LICENSE and NOTICE files. by Richard S. Hall · 18 years ago
  68. e0341b2 Updated snapshot repository. by Richard S. Hall · 18 years ago
  69. 82b095e Moved package info files to the appropriate place in the resources by Richard S. Hall · 18 years ago
  70. 820a931 FELIX-151 by Stephane Frenot · 18 years ago
  71. 6aa46f6 Added LICENSE and NOTICE files for the foundation classes. by Richard S. Hall · 18 years ago
  72. 2f30122 Updated copyright since new OSGi interfaces have new copyright date. by Richard S. Hall · 18 years ago
  73. a831e24 Added initial NOTICE and LICENSE files for simple bundle. by Richard S. Hall · 18 years ago
  74. 199c283 Added standard header to simple bundle. by Richard S. Hall · 18 years ago
  75. 98cdf31 Applied patch (FELIXM2-5) for dealing with inter-bundle transitive dependencies. by Richard S. Hall · 18 years ago
  76. 66b3b7e Added OSGi Foundation module to pom. by Richard S. Hall · 18 years ago
  77. 70b28fb Added the OSGi R4 Foundation source to our repo so that we can eventually by Richard S. Hall · 18 years ago
  78. 33b07d1 Updated our source to the official/final OSGi 4.0.1 source. by Richard S. Hall · 18 years ago
  79. c88fca3 Updated our repository to the official/final OSGi 4.0.1 source files. by Richard S. Hall · 18 years ago
  80. 4f9905e Fixed a bug in the content path creation resulting from my changes to by Richard S. Hall · 18 years ago
  81. f891a1e FELIX-151 by Stephane Frenot · 18 years ago
  82. db4a7a4 Add LICENSE and NOTICE files to the EventAdmin and the EventAdmin bridges (FELIX-145). by Karl Pauls · 18 years ago
  83. effad19 Move inner class Signer out of AdminPermission (and the OSGi namespace) to org.apache.felix.framework.SignerMatcher (FELIX-22). by Karl Pauls · 18 years ago
  84. 75f8cf4 Finished moving "simple" bundle to examples directory. by Richard S. Hall · 18 years ago
  85. dd94f28 Decided to move the "simple" bundle into the examples directory. by Richard S. Hall · 18 years ago
  86. d9c80e4 Initial commit of "simple" example bundle. by Richard S. Hall · 18 years ago
  87. 77db181 Improved how Felix ignores non-existent bundle class path entries; now it by Richard S. Hall · 18 years ago
  88. c8dcde4 Fixed a bug that would cause an unresolvable bundle to be marked as resolved by Richard S. Hall · 18 years ago
  89. 6ad8250 Added NOTICE files for OSGi classes. by Richard S. Hall · 18 years ago
  90. 54abb47 Needed to specify sub-project name. by Richard S. Hall · 18 years ago
  91. 50f531e Added NOTICE and LICENSE files to the resources directory so that maven copies by Richard S. Hall · 18 years ago
  92. e2b7440 FELIX-151 by Stephane Frenot · 18 years ago
  93. 078c483 Nulled a reference for GC reasons...may not make a difference. by Richard S. Hall · 18 years ago
  94. ab4921d Fixed a bug (FELIX-143) that was causing an NPE due to the fact that the by Richard S. Hall · 18 years ago
  95. cd27cc6 FELIX-147 --------- by Stephane Frenot · 18 years ago
  96. 677c459 Updated source headers (FELIX-144). by Francesco Furfari · 18 years ago
  97. 63e117d Implemented UPnP presentation page for the BinaryLight sample (Felix-71) by Francesco Furfari · 18 years ago
  98. 53152e9 Removed unused big image by Francesco Furfari · 18 years ago
  99. 6d0310e Applied a patch to avoid an NPE. by Richard S. Hall · 18 years ago
  100. c6066e1 FELIX-130 --------- by Stephane Frenot · 18 years ago