You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by do...@apache.org on 2007/05/07 16:31:17 UTC

svn commit: r535884 - /felix/sandbox/donsez/README.txt

Author: donsez
Date: Mon May  7 07:31:16 2007
New Revision: 535884

URL: http://svn.apache.org/viewvc?view=rev&rev=535884
Log:
add shell.gui.scriptplugin in the current list

Modified:
    felix/sandbox/donsez/README.txt

Modified: felix/sandbox/donsez/README.txt
URL: http://svn.apache.org/viewvc/felix/sandbox/donsez/README.txt?view=diff&rev=535884&r1=535883&r2=535884
==============================================================================
--- felix/sandbox/donsez/README.txt (original)
+++ felix/sandbox/donsez/README.txt Mon May  7 07:31:16 2007
@@ -1,5 +1,7 @@
 Didier Donsez' sandbox
 
+May 7, 2007
+
 Current list of bundles:
 ------------------------
 
@@ -13,7 +15,7 @@
 wireadmin.cmd: adds a command to the Felix shell to enable interaction with the Wire Admin Service (list,create,remove wires between producers and consumers)
 
 shell.scriptcmd: provides commands that run a Felix shell script with the ShellService.
-
+shell.gui.scriptplugin: a plugin for the Shell GUI for loading and running scripts (sequence of felix command lines).
 
 Available soon (Most of them are available on http://www-adele.imag.fr/users/Didier.Donsez/dev/osgi/)
 -----------------------------------------------------------------------------------------------------
@@ -21,7 +23,6 @@
 script: set of scripts to demonstrate Felix' bundles usage.
 
 webadmin: a simple HTML GUI to manage an OSGi gateway
-shell.gui.scriptplugin: a plugin for the Shell GUI for loading and running scripts (sequence of felix command lines).
 
 wireadminbinder: automates the creation and deletion of wires between producers and consumers.
 wireadminbinder.cmd: provides a command to start/stop wired applications developed with WireAdminBinder.
@@ -35,4 +36,5 @@
 upnp.ogd.cmd: Enables to manage remote gateways with UPnP. Managed gateways must provide a device with type urn:osgi-org:device:OSGiGatewayDevice:1.
 
 cron.service: provides a service to schedule periodical tasks to execute
+cron.service.test: illustrates the cron service