|
From: <fd...@us...> - 2008-08-31 16:51:37
|
Revision: 4520
http://jnode.svn.sourceforge.net/jnode/?rev=4520&view=rev
Author: fduminy
Date: 2008-08-31 16:51:31 +0000 (Sun, 31 Aug 2008)
Log Message:
-----------
defined plugin org.jnode.work as a system plugin so that it can be used by other system plugins
Modified Paths:
--------------
trunk/all/conf/default-plugin-list.xml
trunk/all/conf/install-plugin-list_disabled.xml
trunk/all/conf/shell-plugin-list.xml
trunk/all/conf/system-plugin-list.xml
trunk/core/descriptors/org.jnode.work.xml
Modified: trunk/all/conf/default-plugin-list.xml
===================================================================
--- trunk/all/conf/default-plugin-list.xml 2008-08-31 09:19:08 UTC (rev 4519)
+++ trunk/all/conf/default-plugin-list.xml 2008-08-31 16:51:31 UTC (rev 4520)
@@ -10,7 +10,6 @@
<attribute key="Main-Class-Arg" value="boot"/>
</manifest>
- <plugin id="org.jnode.work"/>
<plugin id="org.jnode.driver"/>
<plugin id="org.jnode.driver.block"/>
<plugin id="org.jnode.partitions"/>
Modified: trunk/all/conf/install-plugin-list_disabled.xml
===================================================================
--- trunk/all/conf/install-plugin-list_disabled.xml 2008-08-31 09:19:08 UTC (rev 4519)
+++ trunk/all/conf/install-plugin-list_disabled.xml 2008-08-31 16:51:31 UTC (rev 4520)
@@ -91,8 +91,6 @@
<plugin id="org.acplt.oncrpc"/>
- <plugin id="org.jnode.work"/>
-
<plugin id="charva"/>
<plugin id="org.jnode.shell"/>
</plugin-list>
Modified: trunk/all/conf/shell-plugin-list.xml
===================================================================
--- trunk/all/conf/shell-plugin-list.xml 2008-08-31 09:19:08 UTC (rev 4519)
+++ trunk/all/conf/shell-plugin-list.xml 2008-08-31 16:51:31 UTC (rev 4520)
@@ -4,7 +4,6 @@
<attribute key="Main-Class" value="org.jnode.shell.CommandShell"/>
</manifest>
- <plugin id="org.jnode.work"/>
<plugin id="org.jnode.driver"/>
<plugin id="org.jnode.driver.block"/>
<plugin id="org.jnode.partitions"/>
Modified: trunk/all/conf/system-plugin-list.xml
===================================================================
--- trunk/all/conf/system-plugin-list.xml 2008-08-31 09:19:08 UTC (rev 4519)
+++ trunk/all/conf/system-plugin-list.xml 2008-08-31 16:51:31 UTC (rev 4520)
@@ -16,8 +16,8 @@
<plugin id="org.jnode.util"/>
<plugin id="org.jnode.vm"/>
<plugin id="org.jnode.vm.core"/>
+ <plugin id="org.jnode.work"/>
-
<!--
Plugins needed for setting up
Modified: trunk/core/descriptors/org.jnode.work.xml
===================================================================
--- trunk/core/descriptors/org.jnode.work.xml 2008-08-31 09:19:08 UTC (rev 4519)
+++ trunk/core/descriptors/org.jnode.work.xml 2008-08-31 16:51:31 UTC (rev 4520)
@@ -4,6 +4,7 @@
<plugin id="org.jnode.work"
name="JNode Work management"
version="@VERSION@"
+ system="true"
provider-name="JNode.org"
license-name="lgpl"
class="org.jnode.work.WorkPlugin">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|