- 317bafd Modify "log" command to show stack trace. (FELIX-1987) by Richard S. Hall · 15 years ago
- 389787d [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
- 7db6d0e [maven-release-plugin] prepare release org.apache.felix.shell-1.4.1 by Karl Pauls · 15 years ago
- dfefaca Update changelog by Karl Pauls · 15 years ago
- b5574af Fix bug in getting version. (FELIX-1699) by Richard S. Hall · 15 years ago
- f3fc34e Get framework version in implementation-independent way. (FELIX-1699) by Richard S. Hall · 15 years ago
- 6eb9283 Modify framework, main, shell, shell.tui, and obr to depend on official OSGi JAR files (FELIX-1617) by Karl Pauls · 15 years ago
- e2c3594 Modify "find" command to use start level service. (FELIX-1662) by Richard S. Hall · 15 years ago
- e7c7d06 Added constant, fixed minor formatting issue. by Richard S. Hall · 15 years ago
- fb2c12d FELIX-1653 Adding support for system property deletion by Filippo Diotalevi · 15 years ago
- 5d79b01 Reformatted code to Felix coding style (mostly removed extra whitespace). by Richard S. Hall · 15 years ago
- cf84f2e FELIX-1561 added a sysprop command to manage system properties by Filippo Diotalevi · 15 years ago
- 16123df Changed "uses" to "includes". by Richard S. Hall · 15 years ago
- 58e04e8 Cleanup after release by Karl Pauls · 15 years ago
- 1881bda [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
- dd3fb85 [maven-release-plugin] prepare release org.apache.felix.shell-1.4.0 by Karl Pauls · 15 years ago
- 78702a1 Add included OSGi software to NOTICE by Karl Pauls · 15 years ago
- 0b9d26f Update changelog and doc for release by Karl Pauls · 15 years ago
- 5df3406 Update dependencies for release by Karl Pauls · 15 years ago
- d065d14 Add the ability to set the initial bundle start level. (FELIX-1510) by Richard S. Hall · 15 years ago
- bff3d41 Forgot to create array when specifying bundle IDs. (FELIX-1151) by Richard S. Hall · 15 years ago
- 5c6f341 Modified 'inspect' command to work without specifying bundle IDs. (FELIX-1151) by Richard S. Hall · 15 years ago
- 4b582d7 Tried to improve naming further using "requirement/capability" by Richard S. Hall · 15 years ago
- 75c6531 Add support for enabling bundle activation policy when starting the bundle; by Richard S. Hall · 16 years ago
- 4935c11 Improved a message. (FELIX-1151) by Richard S. Hall · 16 years ago
- 3a112cf Combined all dependency introspection commands into one "inspect" command. by Richard S. Hall · 16 years ago
- 8526a3f The help command now only lists the command name with no args and gives by Richard S. Hall · 16 years ago
- ee5b49b Modify help command to make it display command usage and description by Richard S. Hall · 16 years ago
- 384aa31 Applied patch (FELIX-1052) to add "log" command to shell. by Richard S. Hall · 16 years ago
- f2c9d07 Applied patch (FELIX-1058) to add a shell command to allow you to find by Richard S. Hall · 16 years ago
- 4d27435 Handle invalid bundle case properly properly in "requirers" and "exports" by Richard S. Hall · 16 years ago
- 83a9255 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
- 65b0d0a [maven-release-plugin] prepare release org.apache.felix.shell-1.2.0 by Karl Pauls · 16 years ago
- 5ba286c Update changelog and prepare 1.2.0 release. by Karl Pauls · 16 years ago
- d30ae86 Implement "requires" and "requirers" commands. (FELIX-1009) by Richard S. Hall · 16 years ago
- 0446d7c Renamed "packages" command to "exports" and made it more consistent with by Richard S. Hall · 16 years ago
- 968750b Added command to list a bundle's imported packages. (FELIX-1006) by Richard S. Hall · 16 years ago
- 2afab8b Added support for transiently starting/stopping bundles. (FELIX-741) by Richard S. Hall · 16 years ago
- 437dc97 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
- 927d84f [maven-release-plugin] prepare release org.apache.felix.shell-1.0.2 by Karl Pauls · 16 years ago
- cf02fc0 Prepare the Felix 1.2 release. by Karl Pauls · 16 years ago
- 8414496 Added OBR descriptor and updated to latest bundle plugin. (FELIX-669) by Richard S. Hall · 16 years ago
- 3543a16 Modified "update" command to not append ".jar" to URLs and also modified the by Richard S. Hall · 17 years ago
- be833cf Manually update dependencies to snapshot. by Karl Pauls · 17 years ago
- 9f94e92 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 17 years ago
- a1d2327 [maven-release-plugin] prepare release org.apache.felix.shell-1.0.1 by Karl Pauls · 17 years ago
- 48b94d3 Manually update dependencies to minor release. by Karl Pauls · 17 years ago
- 6310025 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 · 17 years ago
- 90f0b9f Add/Update bundle vendor. by Carsten Ziegeler · 17 years ago
- 876ca72 Use 1.4.0 bundleplugin, and enable jdk13 classifier build in UPNP basedriver by Stuart McCulloch · 17 years ago
- 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 · 17 years ago
- cb8192f Upgrade to release 1.2.1 of the maven-bundle-plugin (improved uses calculation) by Stuart McCulloch · 17 years ago
- dc34da1 Applied patch (FELIX-473) to fix a bug in retrieving a command's service by Richard S. Hall · 17 years ago
- 7cce976 Add missing version element by Stuart McCulloch · 17 years ago
- 78bcc77 Use released version of maven bundle plugin. by Carsten Ziegeler · 17 years ago
- 646b9f1 Use latest released parent pom. by Carsten Ziegeler · 17 years ago
- 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
- b61fe0e Update to releast version of parent pom and add missing licence headers. by Carsten Ziegeler · 17 years ago
- 47ab0ae Organize imports, remove unused casts and remove trailing spaces - no other changes this time by Carsten Ziegeler · 17 years ago
- 53b66b7 Rollback to previous version to undo formating changes by Karl Pauls · 17 years ago
- eb80d51 Revert unintentional code formatting by Carsten Ziegeler · 17 years ago
- 5fc73fb Organize imports by Carsten Ziegeler · 17 years ago
- f62835a Copy LICENSE and NOTICE files to the root of the artifacts. by Karl Pauls · 17 years ago
- 0a3858c Move to the next version by Karl Pauls · 17 years ago
- 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
- 589e2b3 Move the parent pom.xml into it's own subproject and fix some minor issues by Karl Pauls · 17 years ago
- 677f589 Added documentation to the shell and bundlerepository sub-projects in by Richard S. Hall · 17 years ago
- ba5ce90 Added change logs to the various sub-projects in order to create their by Richard S. Hall · 17 years ago
- de5030b Modified refresh command to accept bundle IDs. by Richard S. Hall · 17 years ago
- 797bc98 Renamed the artifactId of the bundle plugin back to maven-bundle-plugin. by Richard S. Hall · 18 years ago
- 48b1427 Continued to svn repo refactoring, specifically moved and renamed the by Richard S. Hall · 18 years ago
- 90e68da Removed incubator disclaimer from all NOTICE files. by Richard S. Hall · 18 years ago
- d292db6 Modified 'ps' so that it displays reasonable defaults if headers are missing. by Richard S. Hall · 18 years ago
- 1f1e2ef The shell bundle had the wrong bundle symbolic name, should be the by Richard S. Hall · 18 years ago
- f069487 Moved LICENSE and NOTICE files to META-INF. by Richard S. Hall · 18 years ago
- 8baa593 Updated components to version 0.9.0-incubator-SNAPSHOT for ongoing development. by Richard S. Hall · 18 years ago
- fb1eace Updating the version numbers for the subprojects that will be in the by Richard S. Hall · 18 years ago
- 92748de Improved install command feedback message (FELIX-176). by Richard S. Hall · 18 years ago
- 96cade6 Added install feedback to print out bundle ID (FELIX-176). by Richard S. Hall · 18 years ago
- 1da4e54 Modified these subprojects to use the new Maven bundle plugin. by Richard S. Hall · 18 years ago
- 4ebe508 Add incubator disclaimer to NOTICE files and License headers to poms and property files (FELIX-144). by Karl Pauls · 18 years ago
- c907976 Added LICENSE and NOTICE files. by Richard S. Hall · 18 years ago
- b084086 Updated source headers (FELIX-144). by Richard S. Hall · 18 years ago
- 0fcc271 Shortened the subproject directory names. by Richard S. Hall · 18 years ago[Renamed from org.apache.felix.shell]
- 9beb33e Modified the Maven OSGi plugin to require: by Richard S. Hall · 18 years ago
- 54cf112 Implemented a new shell command for explicitly resolving bundles. by Richard S. Hall · 19 years ago
- 590f805 Modified the pom files to remove the bundle activator and the import package by Richard S. Hall · 19 years ago
- 3126799 Modified these pom files to use variable substitution in some of the manifest by Richard S. Hall · 19 years ago
- 963719b Updates to Felix modules related to recent artifactId, package, and other renaming: by Michael E. Rodriguez · 19 years ago
- 8e1e6f3 Updated all pom.xml files to use 0.8.0-SNAPSHOT since this is more OSGi by Richard S. Hall · 19 years ago
- bfd9996 changes ... by Alex Karasulu · 19 years ago
- 07d2049 merging mavenized branch changes from revision 382466 to the current head by Alex Karasulu · 19 years ago