From: <ls...@us...> - 2007-05-13 17:16:53
|
Revision: 3202 http://jnode.svn.sourceforge.net/jnode/?rev=3202&view=rev Author: lsantha Date: 2007-05-13 10:16:52 -0700 (Sun, 13 May 2007) Log Message: ----------- First merges of OpenJDK. Modified Paths: -------------- trunk/core/descriptors/org.classpath.core.xml trunk/core/descriptors/org.classpath.ext.core.xml Modified: trunk/core/descriptors/org.classpath.core.xml =================================================================== --- trunk/core/descriptors/org.classpath.core.xml 2007-05-13 17:11:49 UTC (rev 3201) +++ trunk/core/descriptors/org.classpath.core.xml 2007-05-13 17:16:52 UTC (rev 3202) @@ -11,7 +11,9 @@ <runtime> <library name="jnode-core.jar"> - + + <export name="sun.misc.*"/> + <export name="gnu.classpath.Configuration"/> <export name="gnu.classpath.Pointer"/> <export name="gnu.classpath.SystemProperties"/> Modified: trunk/core/descriptors/org.classpath.ext.core.xml =================================================================== --- trunk/core/descriptors/org.classpath.ext.core.xml 2007-05-13 17:11:49 UTC (rev 3201) +++ trunk/core/descriptors/org.classpath.ext.core.xml 2007-05-13 17:16:52 UTC (rev 3202) @@ -77,8 +77,7 @@ <export name="javax.sound.sampled.*"/> <export name="javax.sound.sampled.spi.*"/> - - <export name="sun.misc.*"/> + <export name="sun.reflect.*"/> <export name="sun.reflect.annotation.*"/> <export name="sun.reflect.misc.*"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |