|
From: <ls...@us...> - 2007-08-11 19:53:08
|
Revision: 3388
http://jnode.svn.sourceforge.net/jnode/?rev=3388&view=rev
Author: lsantha
Date: 2007-08-11 12:53:05 -0700 (Sat, 11 Aug 2007)
Log Message:
-----------
Openjdk integration.
Modified Paths:
--------------
trunk/core/descriptors/org.classpath.core.xml
Modified: trunk/core/descriptors/org.classpath.core.xml
===================================================================
--- trunk/core/descriptors/org.classpath.core.xml 2007-08-11 14:32:55 UTC (rev 3387)
+++ trunk/core/descriptors/org.classpath.core.xml 2007-08-11 19:53:05 UTC (rev 3388)
@@ -19,7 +19,11 @@
<export name="sun.misc.*"/>
<export name="sun.reflect.Reflection"/>
<export name="sun.reflect.NativeReflection"/>
+ <export name="sun.reflect.ConstantPool"/>
+ <export name="sun.reflect.NativeConstantPool"/>
+ <export name="sun.reflect.annotation.AnnotationType"/>
<export name="sun.net.www.protocol.http.InMemoryCookieStore"/>
+ <export name="sun.nio.ch.Interruptible"/>
<export name="sun.security.util.Debug"/>
<export name="sun.security.util.SecurityConstants"/>
<export name="sun.security.action.GetPropertyAction"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|