|
From: <ls...@us...> - 2006-12-30 10:32:57
|
Revision: 2959
http://jnode.svn.sourceforge.net/jnode/?rev=2959&view=rev
Author: lsantha
Date: 2006-12-30 02:32:52 -0800 (Sat, 30 Dec 2006)
Log Message:
-----------
Moved JDWP classes to a fragment.
Modified Paths:
--------------
trunk/all/conf/default-plugin-list.xml
Modified: trunk/all/conf/default-plugin-list.xml
===================================================================
--- trunk/all/conf/default-plugin-list.xml 2006-12-30 09:30:15 UTC (rev 2958)
+++ trunk/all/conf/default-plugin-list.xml 2006-12-30 10:32:52 UTC (rev 2959)
@@ -11,6 +11,7 @@
<plugin id="org.classpath.ext"/>
<plugin id="org.classpath.ext.xml"/>
+ <plugin id="org.classpath.ext.jdwp"/>
<plugin id="org.classpath.ext.corba"/>
<plugin id="org.classpath.ext.imageio"/>
<plugin id="org.classpath.ext.management"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ls...@us...> - 2006-12-30 15:19:01
|
Revision: 2965
http://jnode.svn.sourceforge.net/jnode/?rev=2965&view=rev
Author: lsantha
Date: 2006-12-30 07:19:00 -0800 (Sat, 30 Dec 2006)
Log Message:
-----------
Moved various packages to separate fragments.
Modified Paths:
--------------
trunk/all/conf/default-plugin-list.xml
Modified: trunk/all/conf/default-plugin-list.xml
===================================================================
--- trunk/all/conf/default-plugin-list.xml 2006-12-30 15:18:21 UTC (rev 2964)
+++ trunk/all/conf/default-plugin-list.xml 2006-12-30 15:19:00 UTC (rev 2965)
@@ -10,6 +10,8 @@
</manifest>
<plugin id="org.classpath.ext"/>
+ <plugin id="org.classpath.ext.awt"/>
+ <plugin id="org.classpath.ext.core"/>
<plugin id="org.classpath.ext.xml"/>
<plugin id="org.classpath.ext.jdwp"/>
<plugin id="org.classpath.ext.corba"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-02-20 19:21:01
|
Revision: 3131
http://jnode.svn.sourceforge.net/jnode/?rev=3131&view=rev
Author: galatnm
Date: 2007-02-20 11:20:58 -0800 (Tue, 20 Feb 2007)
Log Message:
-----------
Add descriptor for USB storage SCSI driver.
Modified Paths:
--------------
trunk/all/conf/default-plugin-list.xml
Modified: trunk/all/conf/default-plugin-list.xml
===================================================================
--- trunk/all/conf/default-plugin-list.xml 2007-02-20 19:18:02 UTC (rev 3130)
+++ trunk/all/conf/default-plugin-list.xml 2007-02-20 19:20:58 UTC (rev 3131)
@@ -54,6 +54,7 @@
<plugin id="org.jnode.driver.block.ramdisk.command"/>
<plugin id="org.jnode.driver.block.scsi.cdrom"/>
<plugin id="org.jnode.driver.block.usb.storage"/>
+ <plugin id="org.jnode.driver.block.usb.storage.scsi"/>
<plugin id="org.jnode.driver.bus.firewire"/>
<plugin id="org.jnode.driver.bus.ide"/>
<plugin id="org.jnode.driver.bus.ide.atapi"/>
@@ -133,7 +134,7 @@
<plugin id="org.jnode.net.ipv4"/>
<plugin id="org.jnode.net.ipv4.config"/>
<plugin id="org.jnode.net.ipv4.core"/>
-
+
<plugin id="com.jcraft.jsch"/>
<plugin id="crypto-security"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ls...@us...> - 2007-04-03 20:20:50
|
Revision: 3151
http://jnode.svn.sourceforge.net/jnode/?rev=3151&view=rev
Author: lsantha
Date: 2007-04-03 13:20:47 -0700 (Tue, 03 Apr 2007)
Log Message:
-----------
GRUB installer inplementation in progress, by Tango. I've applied some refactorings on it.
Modified Paths:
--------------
trunk/all/conf/default-plugin-list.xml
Modified: trunk/all/conf/default-plugin-list.xml
===================================================================
--- trunk/all/conf/default-plugin-list.xml 2007-03-31 22:18:46 UTC (rev 3150)
+++ trunk/all/conf/default-plugin-list.xml 2007-04-03 20:20:47 UTC (rev 3151)
@@ -105,6 +105,7 @@
<plugin id="org.jnode.fs.ext2"/>
<plugin id="org.jnode.fs.fat"/>
<plugin id="org.jnode.fs.jfat"/>
+ <plugin id="org.jnode.fs.jfat.command"/>
<plugin id="org.jnode.fs.ramfs"/>
<plugin id="org.jnode.fs.ramfs.def"/>
<plugin id="org.jnode.fs.iso9660"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ls...@us...> - 2007-05-18 20:27:31
|
Revision: 3227
http://jnode.svn.sourceforge.net/jnode/?rev=3227&view=rev
Author: lsantha
Date: 2007-05-18 13:27:30 -0700 (Fri, 18 May 2007)
Log Message:
-----------
Added standard scripting support (included beanshell and rhino - javascript).
Modified Paths:
--------------
trunk/all/conf/default-plugin-list.xml
Modified: trunk/all/conf/default-plugin-list.xml
===================================================================
--- trunk/all/conf/default-plugin-list.xml 2007-05-18 20:26:17 UTC (rev 3226)
+++ trunk/all/conf/default-plugin-list.xml 2007-05-18 20:27:30 UTC (rev 3227)
@@ -82,6 +82,7 @@
<plugin id="org.jnode.driver.net.rtl8139"/>
<plugin id="org.jnode.driver.net.bcm570x"/>
<plugin id="org.jnode.driver.net.wireless"/>
+ <plugin id="org.jnode.driver.net.via_rhine"/>
<plugin id="org.jnode.driver.ps2"/>
<plugin id="org.jnode.driver.serial"/>
<plugin id="org.jnode.driver.system.acpi"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ls...@us...> - 2007-05-18 20:50:01
|
Revision: 3229
http://jnode.svn.sourceforge.net/jnode/?rev=3229&view=rev
Author: lsantha
Date: 2007-05-18 13:49:59 -0700 (Fri, 18 May 2007)
Log Message:
-----------
Added standard scripting support (included beanshell and rhino - javascript).
Modified Paths:
--------------
trunk/all/conf/default-plugin-list.xml
Modified: trunk/all/conf/default-plugin-list.xml
===================================================================
--- trunk/all/conf/default-plugin-list.xml 2007-05-18 20:31:26 UTC (rev 3228)
+++ trunk/all/conf/default-plugin-list.xml 2007-05-18 20:49:59 UTC (rev 3229)
@@ -156,6 +156,7 @@
<plugin id="org.jnode.shell.command.plugin"/>
<plugin id="org.jnode.shell.command.system"/>
<plugin id="org.beanshell"/>
+ <plugin id="js"/>
<plugin id="org.jnode.system.repository"/>
<plugin id="org.jnode.test.core"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2008-01-31 15:29:46
|
Revision: 3742
http://jnode.svn.sourceforge.net/jnode/?rev=3742&view=rev
Author: galatnm
Date: 2008-01-31 07:29:45 -0800 (Thu, 31 Jan 2008)
Log Message:
-----------
Add hfs+ plugin.
Modified Paths:
--------------
trunk/all/conf/default-plugin-list.xml
Modified: trunk/all/conf/default-plugin-list.xml
===================================================================
--- trunk/all/conf/default-plugin-list.xml 2008-01-31 15:28:58 UTC (rev 3741)
+++ trunk/all/conf/default-plugin-list.xml 2008-01-31 15:29:45 UTC (rev 3742)
@@ -102,6 +102,7 @@
<plugin id="org.jnode.fs.command"/>
<plugin id="org.jnode.fs.ext2"/>
<plugin id="org.jnode.fs.ext2.command"/>
+ <plugin id="org.jnode.fs.hfsplus"/>
<plugin id="org.jnode.fs.fat"/>
<plugin id="org.jnode.fs.fat.command"/>
<plugin id="org.jnode.fs.jfat"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fd...@us...> - 2008-04-17 22:18:31
|
Revision: 3967
http://jnode.svn.sourceforge.net/jnode/?rev=3967&view=rev
Author: fduminy
Date: 2008-04-17 15:18:29 -0700 (Thu, 17 Apr 2008)
Log Message:
-----------
initial version of vbe/vesa driver
Modified Paths:
--------------
trunk/all/conf/default-plugin-list.xml
Modified: trunk/all/conf/default-plugin-list.xml
===================================================================
--- trunk/all/conf/default-plugin-list.xml 2008-04-17 22:11:07 UTC (rev 3966)
+++ trunk/all/conf/default-plugin-list.xml 2008-04-17 22:18:29 UTC (rev 3967)
@@ -104,6 +104,7 @@
<plugin id="org.jnode.driver.video.vga"/>
<plugin id="org.jnode.driver.video.vgahw"/>
<plugin id="org.jnode.driver.video.vmware"/>
+ <plugin id="org.jnode.driver.video.vesa"/>
<plugin id="org.jnode.fs.command"/>
<plugin id="org.jnode.fs.ext2"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fd...@us...> - 2008-07-05 19:03:08
|
Revision: 4292
http://jnode.svn.sourceforge.net/jnode/?rev=4292&view=rev
Author: fduminy
Date: 2008-07-05 12:02:57 -0700 (Sat, 05 Jul 2008)
Log Message:
-----------
extracted SoftwareCursor from vesa plugin to its own plugin
Modified Paths:
--------------
trunk/all/conf/default-plugin-list.xml
Modified: trunk/all/conf/default-plugin-list.xml
===================================================================
--- trunk/all/conf/default-plugin-list.xml 2008-07-05 19:01:23 UTC (rev 4291)
+++ trunk/all/conf/default-plugin-list.xml 2008-07-05 19:02:57 UTC (rev 4292)
@@ -98,6 +98,7 @@
<plugin id="org.jnode.driver.sound.speaker.pc"/>
<plugin id="org.jnode.driver.sound.command"/>
<plugin id="org.jnode.driver.video"/>
+ <plugin id="org.jnode.driver.video.cursor"/>
<plugin id="org.jnode.driver.video.ati.mach64"/>
<plugin id="org.jnode.driver.video.ati.radeon"/>
<plugin id="org.jnode.driver.video.nvidia"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|