|
From: <ls...@us...> - 2008-12-07 11:11:09
|
Revision: 4772
http://jnode.svn.sourceforge.net/jnode/?rev=4772&view=rev
Author: lsantha
Date: 2008-12-07 11:11:06 +0000 (Sun, 07 Dec 2008)
Log Message:
-----------
Renamed org.classpath.core plugin to rt.
Modified Paths:
--------------
trunk/all/conf/system-plugin-list.xml
trunk/core/descriptors/javax.ext.tools.xml
trunk/core/descriptors/mx4j.xml
trunk/core/descriptors/org.classpath.core.xml
trunk/core/descriptors/org.classpath.ext.awt.xml
trunk/core/descriptors/org.classpath.ext.corba.xml
trunk/core/descriptors/org.classpath.ext.core.xml
trunk/core/descriptors/org.classpath.ext.imageio.xml
trunk/core/descriptors/org.classpath.ext.jdwp.xml
trunk/core/descriptors/org.classpath.ext.management.xml
trunk/core/descriptors/org.classpath.ext.print.xml
trunk/core/descriptors/org.classpath.ext.sql.xml
trunk/core/descriptors/org.classpath.ext.xml
trunk/core/descriptors/org.classpath.ext.xml.xml
trunk/core/descriptors/org.classpath.tools.xml
trunk/core/descriptors/org.jnode.vm.core.xml
Modified: trunk/all/conf/system-plugin-list.xml
===================================================================
--- trunk/all/conf/system-plugin-list.xml 2008-12-07 11:07:18 UTC (rev 4771)
+++ trunk/all/conf/system-plugin-list.xml 2008-12-07 11:11:06 UTC (rev 4772)
@@ -8,7 +8,7 @@
<plugin id="org.apache.jakarta.log4j"/>
<plugin id="nanoxml"/>
- <plugin id="org.classpath.core"/>
+ <plugin id="rt"/>
<plugin id="org.jnode.runtime"/>
<plugin id="org.jnode.runtime.core"/>
Modified: trunk/core/descriptors/javax.ext.tools.xml
===================================================================
--- trunk/core/descriptors/javax.ext.tools.xml 2008-12-07 11:07:18 UTC (rev 4771)
+++ trunk/core/descriptors/javax.ext.tools.xml 2008-12-07 11:11:06 UTC (rev 4772)
@@ -4,7 +4,7 @@
<fragment id="javax.ext.tools"
name="The javax.tools.* and related classes."
version="@VERSION@"
- plugin-id="org.classpath.core"
+ plugin-id="rt"
plugin-version="@VERSION@"
provider-name="Sun Microsystems"
provider-url="http://sun.com"
Modified: trunk/core/descriptors/mx4j.xml
===================================================================
--- trunk/core/descriptors/mx4j.xml 2008-12-07 11:07:18 UTC (rev 4771)
+++ trunk/core/descriptors/mx4j.xml 2008-12-07 11:11:06 UTC (rev 4772)
@@ -4,7 +4,7 @@
<fragment id="mx4j"
name="MX4J Management Extensions"
version="3.0.1"
- plugin-id="org.classpath.core"
+ plugin-id="rt"
plugin-version="@VERSION@"
provider-name="mx4j.org"
provider-url="http://mx4j.org"
Modified: trunk/core/descriptors/org.classpath.core.xml
===================================================================
--- trunk/core/descriptors/org.classpath.core.xml 2008-12-07 11:07:18 UTC (rev 4771)
+++ trunk/core/descriptors/org.classpath.core.xml 2008-12-07 11:11:06 UTC (rev 4772)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plugin SYSTEM "jnode.dtd">
-<plugin id="org.classpath.core"
+<plugin id="rt"
name="Core java classes"
version="@VERSION@"
system="true"
Modified: trunk/core/descriptors/org.classpath.ext.awt.xml
===================================================================
--- trunk/core/descriptors/org.classpath.ext.awt.xml 2008-12-07 11:07:18 UTC (rev 4771)
+++ trunk/core/descriptors/org.classpath.ext.awt.xml 2008-12-07 11:11:06 UTC (rev 4772)
@@ -4,7 +4,7 @@
<fragment id="org.classpath.ext.awt"
name="Classpath AWT classes"
version="@VERSION@"
- plugin-id="org.classpath.core"
+ plugin-id="rt"
plugin-version="@VERSION@"
provider-name="Classpath"
provider-url="http://classpath.org"
Modified: trunk/core/descriptors/org.classpath.ext.corba.xml
===================================================================
--- trunk/core/descriptors/org.classpath.ext.corba.xml 2008-12-07 11:07:18 UTC (rev 4771)
+++ trunk/core/descriptors/org.classpath.ext.corba.xml 2008-12-07 11:11:06 UTC (rev 4772)
@@ -4,7 +4,7 @@
<fragment id="org.classpath.ext.corba"
name="Classpath org.omg.CORBA classes"
version="@VERSION@"
- plugin-id="org.classpath.core"
+ plugin-id="rt"
plugin-version="@VERSION@"
provider-name="Classpath"
provider-url="http://classpath.org"
Modified: trunk/core/descriptors/org.classpath.ext.core.xml
===================================================================
--- trunk/core/descriptors/org.classpath.ext.core.xml 2008-12-07 11:07:18 UTC (rev 4771)
+++ trunk/core/descriptors/org.classpath.ext.core.xml 2008-12-07 11:11:06 UTC (rev 4772)
@@ -4,7 +4,7 @@
<fragment id="org.classpath.ext.core"
name="Classpath core classes"
version="@VERSION@"
- plugin-id="org.classpath.core"
+ plugin-id="rt"
plugin-version="@VERSION@"
provider-name="Classpath"
provider-url="http://classpath.org"
Modified: trunk/core/descriptors/org.classpath.ext.imageio.xml
===================================================================
--- trunk/core/descriptors/org.classpath.ext.imageio.xml 2008-12-07 11:07:18 UTC (rev 4771)
+++ trunk/core/descriptors/org.classpath.ext.imageio.xml 2008-12-07 11:11:06 UTC (rev 4772)
@@ -4,7 +4,7 @@
<fragment id="org.classpath.ext.imageio"
name="Classpath javax.imageio classes"
version="@VERSION@"
- plugin-id="org.classpath.core"
+ plugin-id="rt"
plugin-version="@VERSION@"
provider-name="Classpath"
provider-url="http://classpath.org"
Modified: trunk/core/descriptors/org.classpath.ext.jdwp.xml
===================================================================
--- trunk/core/descriptors/org.classpath.ext.jdwp.xml 2008-12-07 11:07:18 UTC (rev 4771)
+++ trunk/core/descriptors/org.classpath.ext.jdwp.xml 2008-12-07 11:11:06 UTC (rev 4772)
@@ -4,7 +4,7 @@
<fragment id="org.classpath.ext.jdwp"
name="Classpath JDWP classes"
version="@VERSION@"
- plugin-id="org.classpath.core"
+ plugin-id="rt"
plugin-version="@VERSION@"
provider-name="Classpath"
provider-url="http://classpath.org"
Modified: trunk/core/descriptors/org.classpath.ext.management.xml
===================================================================
--- trunk/core/descriptors/org.classpath.ext.management.xml 2008-12-07 11:07:18 UTC (rev 4771)
+++ trunk/core/descriptors/org.classpath.ext.management.xml 2008-12-07 11:11:06 UTC (rev 4772)
@@ -4,7 +4,7 @@
<fragment id="org.classpath.ext.management"
name="Classpath javax.management classes"
version="@VERSION@"
- plugin-id="org.classpath.core"
+ plugin-id="rt"
plugin-version="@VERSION@"
provider-name="Classpath"
provider-url="http://classpath.org"
Modified: trunk/core/descriptors/org.classpath.ext.print.xml
===================================================================
--- trunk/core/descriptors/org.classpath.ext.print.xml 2008-12-07 11:07:18 UTC (rev 4771)
+++ trunk/core/descriptors/org.classpath.ext.print.xml 2008-12-07 11:11:06 UTC (rev 4772)
@@ -4,7 +4,7 @@
<fragment id="org.classpath.ext.print"
name="Classpath javax.print classes"
version="@VERSION@"
- plugin-id="org.classpath.core"
+ plugin-id="rt"
plugin-version="@VERSION@"
provider-name="Classpath"
provider-url="http://classpath.org"
Modified: trunk/core/descriptors/org.classpath.ext.sql.xml
===================================================================
--- trunk/core/descriptors/org.classpath.ext.sql.xml 2008-12-07 11:07:18 UTC (rev 4771)
+++ trunk/core/descriptors/org.classpath.ext.sql.xml 2008-12-07 11:11:06 UTC (rev 4772)
@@ -4,7 +4,7 @@
<fragment id="org.classpath.ext.sql"
name="Classpath javax.sql classes"
version="@VERSION@"
- plugin-id="org.classpath.core"
+ plugin-id="rt"
plugin-version="@VERSION@"
provider-name="Classpath"
provider-url="http://classpath.org"
Modified: trunk/core/descriptors/org.classpath.ext.xml
===================================================================
--- trunk/core/descriptors/org.classpath.ext.xml 2008-12-07 11:07:18 UTC (rev 4771)
+++ trunk/core/descriptors/org.classpath.ext.xml 2008-12-07 11:11:06 UTC (rev 4772)
@@ -4,7 +4,7 @@
<fragment id="org.classpath.ext"
name="Core java classes"
version="@VERSION@"
- plugin-id="org.classpath.core"
+ plugin-id="rt"
plugin-version="@VERSION@"
provider-name="Classpath"
provider-url="http://classpath.org"
Modified: trunk/core/descriptors/org.classpath.ext.xml.xml
===================================================================
--- trunk/core/descriptors/org.classpath.ext.xml.xml 2008-12-07 11:07:18 UTC (rev 4771)
+++ trunk/core/descriptors/org.classpath.ext.xml.xml 2008-12-07 11:11:06 UTC (rev 4772)
@@ -4,7 +4,7 @@
<fragment id="org.classpath.ext.xml"
name="Classpath javax.xml classes"
version="@VERSION@"
- plugin-id="org.classpath.core"
+ plugin-id="rt"
plugin-version="@VERSION@"
provider-name="Classpath"
provider-url="http://classpath.org"
Modified: trunk/core/descriptors/org.classpath.tools.xml
===================================================================
--- trunk/core/descriptors/org.classpath.tools.xml 2008-12-07 11:07:18 UTC (rev 4771)
+++ trunk/core/descriptors/org.classpath.tools.xml 2008-12-07 11:11:06 UTC (rev 4772)
@@ -4,7 +4,7 @@
<fragment id="org.classpath.tools"
name="Core java tools"
version="@VERSION@"
- plugin-id="org.classpath.core"
+ plugin-id="rt"
plugin-version="@VERSION@"
provider-name="Classpath"
provider-url="http://classpath.org"
Modified: trunk/core/descriptors/org.jnode.vm.core.xml
===================================================================
--- trunk/core/descriptors/org.jnode.vm.core.xml 2008-12-07 11:07:18 UTC (rev 4771)
+++ trunk/core/descriptors/org.jnode.vm.core.xml 2008-12-07 11:11:06 UTC (rev 4772)
@@ -9,7 +9,7 @@
provider-name="JNode.org">
<requires>
- <import plugin="org.classpath.core"/>
+ <import plugin="rt"/>
<!-- import plugin="org.apache.jakarta.log4j"/ -->
<!-- import plugin="org.jnode.fs.service"/ -->
</requires>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|