|
From: <ls...@us...> - 2006-12-30 17:46:44
|
Revision: 2968
http://jnode.svn.sourceforge.net/jnode/?rev=2968&view=rev
Author: lsantha
Date: 2006-12-30 09:46:43 -0800 (Sat, 30 Dec 2006)
Log Message:
-----------
Added configuration with a minimal shell.
Added Paths:
-----------
trunk/all/conf/shell-plugin-list.xml
Added: trunk/all/conf/shell-plugin-list.xml
===================================================================
--- trunk/all/conf/shell-plugin-list.xml (rev 0)
+++ trunk/all/conf/shell-plugin-list.xml 2006-12-30 17:46:43 UTC (rev 2968)
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<plugin-list name="shell">
+ <manifest>
+ <attribute key="Main-Class" value="org.jnode.shell.CommandShell"/>
+ </manifest>
+
+ <plugin id="org.jnode.driver"/>
+ <plugin id="org.jnode.driver.character"/>
+ <plugin id="org.jnode.driver.console"/>
+ <plugin id="org.jnode.driver.console.core"/>
+ <plugin id="org.jnode.driver.console.textscreen"/>
+ <plugin id="org.jnode.driver.finder"/>
+ <plugin id="org.jnode.driver.input"/>
+ <plugin id="org.jnode.driver.input.l10n"/>
+ <plugin id="org.jnode.driver.ps2"/>
+ <plugin id="org.jnode.driver.system.cmos"/>
+ <plugin id="org.jnode.driver.textscreen"/>
+ <plugin id="org.jnode.driver.textscreen.core"/>
+ <plugin id="org.jnode.log4j"/>
+ <plugin id="org.jnode.shell"/>
+ <plugin id="org.jnode.shell.command"/>
+ <plugin id="org.jnode.shell.help"/>
+ <plugin id="org.jnode.work"/>
+</plugin-list>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|