|
From: <ls...@us...> - 2009-04-30 11:48:34
|
Revision: 5371
http://jnode.svn.sourceforge.net/jnode/?rev=5371&view=rev
Author: lsantha
Date: 2009-04-30 11:48:24 +0000 (Thu, 30 Apr 2009)
Log Message:
-----------
More fixes after cli project.
Modified Paths:
--------------
trunk/all/conf/shell-plugin-list.xml
trunk/builder/src/builder/org/jnode/pluginlist/PluginRepository.java
Modified: trunk/all/conf/shell-plugin-list.xml
===================================================================
--- trunk/all/conf/shell-plugin-list.xml 2009-04-30 09:18:39 UTC (rev 5370)
+++ trunk/all/conf/shell-plugin-list.xml 2009-04-30 11:48:24 UTC (rev 5371)
@@ -13,11 +13,8 @@
<plugin id="org.jnode.fs.ramfs"/>
<plugin id="org.jnode.fs.ramfs.def"/>
- <plugin id="org.apache.tools.archive"/>
- <plugin id="org.jnode.command.archive"/>
<plugin id="org.jnode.command.common"/>
- <plugin id="org.jnode.command.file"/>
- <plugin id="org.jnode.command.util"/>
+ <plugin id="org.jnode.command.system"/>
<plugin id="org.jnode.driver.character"/>
<plugin id="org.jnode.driver.console"/>
Modified: trunk/builder/src/builder/org/jnode/pluginlist/PluginRepository.java
===================================================================
--- trunk/builder/src/builder/org/jnode/pluginlist/PluginRepository.java 2009-04-30 09:18:39 UTC (rev 5370)
+++ trunk/builder/src/builder/org/jnode/pluginlist/PluginRepository.java 2009-04-30 11:48:24 UTC (rev 5371)
@@ -122,6 +122,7 @@
selected.clear();
pluginMap.clear();
+ addProject(Main.readProject("cli", this));
addProject(Main.readProject("core", this));
addProject(Main.readProject("gui", this));
addProject(Main.readProject("fs", this));
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|