|
From: <ls...@us...> - 2006-12-30 09:30:21
|
Revision: 2958
http://jnode.svn.sourceforge.net/jnode/?rev=2958&view=rev
Author: lsantha
Date: 2006-12-30 01:30:15 -0800 (Sat, 30 Dec 2006)
Log Message:
-----------
Moved JDWP classes to a fragment.
Modified Paths:
--------------
trunk/core/descriptors/org.classpath.core.xml
Added Paths:
-----------
trunk/core/descriptors/org.classpath.ext.jdwp.xml
Modified: trunk/core/descriptors/org.classpath.core.xml
===================================================================
--- trunk/core/descriptors/org.classpath.core.xml 2006-12-30 08:16:04 UTC (rev 2957)
+++ trunk/core/descriptors/org.classpath.core.xml 2006-12-30 09:30:15 UTC (rev 2958)
@@ -12,15 +12,7 @@
<runtime>
<library name="jnode-core.jar">
<export name="gnu.classpath.*"/>
- <export name="gnu.classpath.debug.*"/>
- <export name="gnu.classpath.jdwp.*"/>
- <export name="gnu.classpath.jdwp.event.*"/>
- <export name="gnu.classpath.jdwp.event.filters.*"/>
- <export name="gnu.classpath.jdwp.exception.*"/>
- <export name="gnu.classpath.jdwp.id.*"/>
- <export name="gnu.classpath.jdwp.processor.*"/>
- <export name="gnu.classpath.jdwp.transport.*"/>
- <export name="gnu.classpath.jdwp.util.*"/>
+ <export name="gnu.classpath.debug.*"/>
<export name="gnu.java.awt.*"/>
<export name="gnu.java.awt.color.*"/>
Added: trunk/core/descriptors/org.classpath.ext.jdwp.xml
===================================================================
--- trunk/core/descriptors/org.classpath.ext.jdwp.xml (rev 0)
+++ trunk/core/descriptors/org.classpath.ext.jdwp.xml 2006-12-30 09:30:15 UTC (rev 2958)
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plugin SYSTEM "jnode.dtd">
+
+<fragment id="org.classpath.ext.jdwp"
+ name="Classpath JDWP classes"
+ version="@VERSION@"
+ plugin-id="org.classpath.core"
+ plugin-version="@VERSION@"
+ provider-name="Classpath"
+ provider-url="http://classpath.org"
+ license-name="classpath">
+
+ <runtime>
+ <library name="jnode-core.jar">
+ <export name="gnu.classpath.jdwp.*"/>
+ <export name="gnu.classpath.jdwp.event.*"/>
+ <export name="gnu.classpath.jdwp.event.filters.*"/>
+ <export name="gnu.classpath.jdwp.exception.*"/>
+ <export name="gnu.classpath.jdwp.id.*"/>
+ <export name="gnu.classpath.jdwp.processor.*"/>
+ <export name="gnu.classpath.jdwp.transport.*"/>
+ <export name="gnu.classpath.jdwp.util.*"/>
+ </library>
+ </runtime>
+
+</fragment>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|