1. 37ae335 Reformatted code to Felix coding style (mostly removed extra whitespace). by Richard S. Hall · 15 years ago
  2. 026a839 FELIX-1561 added a sysprop command to manage system properties by Filippo Diotalevi · 15 years ago
  3. 4a53a62 Changed "uses" to "includes". by Richard S. Hall · 15 years ago
  4. 3f3eaec Cleanup after release by Karl Pauls · 15 years ago
  5. 14fea64 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
  6. c742bde [maven-release-plugin] prepare release org.apache.felix.shell-1.4.0 by Karl Pauls · 15 years ago
  7. 6b8070a Add included OSGi software to NOTICE by Karl Pauls · 15 years ago
  8. 6450827 Update changelog and doc for release by Karl Pauls · 15 years ago
  9. b11e9af Update dependencies for release by Karl Pauls · 15 years ago
  10. 9d02075 Add the ability to set the initial bundle start level. (FELIX-1510) by Richard S. Hall · 15 years ago
  11. 6f6af81 Forgot to create array when specifying bundle IDs. (FELIX-1151) by Richard S. Hall · 15 years ago
  12. 09c893e Modified 'inspect' command to work without specifying bundle IDs. (FELIX-1151) by Richard S. Hall · 15 years ago
  13. 9509ff8 Tried to improve naming further using "requirement/capability" by Richard S. Hall · 15 years ago
  14. 9460db2 Add support for enabling bundle activation policy when starting the bundle; by Richard S. Hall · 15 years ago
  15. ae5e94a Improved a message. (FELIX-1151) by Richard S. Hall · 15 years ago
  16. 806ae82 Combined all dependency introspection commands into one "inspect" command. by Richard S. Hall · 15 years ago
  17. 1111c18 The help command now only lists the command name with no args and gives by Richard S. Hall · 15 years ago
  18. 8b9f703 Modify help command to make it display command usage and description by Richard S. Hall · 15 years ago
  19. ca0578c Applied patch (FELIX-1052) to add "log" command to shell. by Richard S. Hall · 15 years ago
  20. 79dd752 Applied patch (FELIX-1058) to add a shell command to allow you to find by Richard S. Hall · 15 years ago
  21. c58a433 Handle invalid bundle case properly properly in "requirers" and "exports" by Richard S. Hall · 15 years ago
  22. 3132f4d [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
  23. 1b96140 [maven-release-plugin] prepare release org.apache.felix.shell-1.2.0 by Karl Pauls · 15 years ago
  24. a8a7a52 Update changelog and prepare 1.2.0 release. by Karl Pauls · 15 years ago
  25. 9fc3d91 Implement "requires" and "requirers" commands. (FELIX-1009) by Richard S. Hall · 15 years ago
  26. cb4d581 Renamed "packages" command to "exports" and made it more consistent with by Richard S. Hall · 15 years ago
  27. 4d2d43d Added command to list a bundle's imported packages. (FELIX-1006) by Richard S. Hall · 15 years ago
  28. c7dd648 Added support for transiently starting/stopping bundles. (FELIX-741) by Richard S. Hall · 16 years ago
  29. a0ea099 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
  30. 77367dd [maven-release-plugin] prepare release org.apache.felix.shell-1.0.2 by Karl Pauls · 16 years ago
  31. da29c0a Prepare the Felix 1.2 release. by Karl Pauls · 16 years ago
  32. aaf81ee Added OBR descriptor and updated to latest bundle plugin. (FELIX-669) by Richard S. Hall · 16 years ago
  33. df1ddf6 Modified "update" command to not append ".jar" to URLs and also modified the by Richard S. Hall · 16 years ago
  34. 13639bb Manually update dependencies to snapshot. by Karl Pauls · 16 years ago
  35. 25ca9c5 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
  36. 65a0036 [maven-release-plugin] prepare release org.apache.felix.shell-1.0.1 by Karl Pauls · 16 years ago
  37. dec905b Manually update dependencies to minor release. by Karl Pauls · 16 years ago
  38. b26e3f4 Update NOTICE file to new layout, update documentation to match new style, delete redundant NOTICE and LICENSE files, prepare changelog for 1.0.1 release, and update dependencies to 1.1.0-SNAPSHOT. by Karl Pauls · 16 years ago
  39. cf6e51b Add/Update bundle vendor. by Carsten Ziegeler · 16 years ago
  40. 876ca72 Use 1.4.0 bundleplugin, and enable jdk13 classifier build in UPNP basedriver by Stuart McCulloch · 16 years ago
  41. 10fad49 FELIX-486 Updated dependencies in main and framework in order to enable the creation of felix release running on JDK 1.3 by Stefano Lenzi · 16 years ago
  42. cb8192f Upgrade to release 1.2.1 of the maven-bundle-plugin (improved uses calculation) by Stuart McCulloch · 16 years ago
  43. dc34da1 Applied patch (FELIX-473) to fix a bug in retrieving a command's service by Richard S. Hall · 16 years ago
  44. 7cce976 Add missing version element by Stuart McCulloch · 17 years ago
  45. 78bcc77 Use released version of maven bundle plugin. by Carsten Ziegeler · 17 years ago
  46. 646b9f1 Use latest released parent pom. by Carsten Ziegeler · 17 years ago
  47. 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
  48. b61fe0e Update to releast version of parent pom and add missing licence headers. by Carsten Ziegeler · 17 years ago
  49. 47ab0ae Organize imports, remove unused casts and remove trailing spaces - no other changes this time by Carsten Ziegeler · 17 years ago
  50. 53b66b7 Rollback to previous version to undo formating changes by Karl Pauls · 17 years ago
  51. eb80d51 Revert unintentional code formatting by Carsten Ziegeler · 17 years ago
  52. 5fc73fb Organize imports by Carsten Ziegeler · 17 years ago
  53. f62835a Copy LICENSE and NOTICE files to the root of the artifacts. by Karl Pauls · 17 years ago
  54. 0a3858c Move to the next version by Karl Pauls · 17 years ago
  55. 99c505c Change version of parent pom to 1.0.0 and the versions of the first batch of 1.0.0 release bundles by Karl Pauls · 17 years ago
  56. 589e2b3 Move the parent pom.xml into it's own subproject and fix some minor issues by Karl Pauls · 17 years ago
  57. 677f589 Added documentation to the shell and bundlerepository sub-projects in by Richard S. Hall · 17 years ago
  58. ba5ce90 Added change logs to the various sub-projects in order to create their by Richard S. Hall · 17 years ago
  59. de5030b Modified refresh command to accept bundle IDs. by Richard S. Hall · 17 years ago
  60. 797bc98 Renamed the artifactId of the bundle plugin back to maven-bundle-plugin. by Richard S. Hall · 17 years ago
  61. 48b1427 Continued to svn repo refactoring, specifically moved and renamed the by Richard S. Hall · 17 years ago
  62. 90e68da Removed incubator disclaimer from all NOTICE files. by Richard S. Hall · 17 years ago
  63. d292db6 Modified 'ps' so that it displays reasonable defaults if headers are missing. by Richard S. Hall · 17 years ago
  64. 1f1e2ef The shell bundle had the wrong bundle symbolic name, should be the by Richard S. Hall · 18 years ago
  65. f069487 Moved LICENSE and NOTICE files to META-INF. by Richard S. Hall · 18 years ago
  66. 8baa593 Updated components to version 0.9.0-incubator-SNAPSHOT for ongoing development. by Richard S. Hall · 18 years ago
  67. fb1eace Updating the version numbers for the subprojects that will be in the by Richard S. Hall · 18 years ago
  68. 92748de Improved install command feedback message (FELIX-176). by Richard S. Hall · 18 years ago
  69. 96cade6 Added install feedback to print out bundle ID (FELIX-176). by Richard S. Hall · 18 years ago
  70. 1da4e54 Modified these subprojects to use the new Maven bundle plugin. by Richard S. Hall · 18 years ago
  71. 4ebe508 Add incubator disclaimer to NOTICE files and License headers to poms and property files (FELIX-144). by Karl Pauls · 18 years ago
  72. c907976 Added LICENSE and NOTICE files. by Richard S. Hall · 18 years ago
  73. b084086 Updated source headers (FELIX-144). by Richard S. Hall · 18 years ago
  74. 0fcc271 Shortened the subproject directory names. by Richard S. Hall · 18 years ago[Renamed from org.apache.felix.shell]
  75. 9beb33e Modified the Maven OSGi plugin to require: by Richard S. Hall · 18 years ago
  76. 54cf112 Implemented a new shell command for explicitly resolving bundles. by Richard S. Hall · 18 years ago
  77. 590f805 Modified the pom files to remove the bundle activator and the import package by Richard S. Hall · 18 years ago
  78. 3126799 Modified these pom files to use variable substitution in some of the manifest by Richard S. Hall · 18 years ago
  79. 963719b Updates to Felix modules related to recent artifactId, package, and other renaming: by Michael E. Rodriguez · 18 years ago
  80. 8e1e6f3 Updated all pom.xml files to use 0.8.0-SNAPSHOT since this is more OSGi by Richard S. Hall · 18 years ago
  81. bfd9996 changes ... by Alex Karasulu · 18 years ago
  82. 07d2049 merging mavenized branch changes from revision 382466 to the current head by Alex Karasulu · 18 years ago