From: <ls...@us...> - 2008-11-22 15:47:50
|
Revision: 4719 http://jnode.svn.sourceforge.net/jnode/?rev=4719&view=rev Author: lsantha Date: 2008-11-22 15:47:46 +0000 (Sat, 22 Nov 2008) Log Message: ----------- openjdk integration Modified Paths: -------------- trunk/core/descriptors/com.sun.tools.javac.xml trunk/core/src/classpath/java/java/net/HttpURLConnection.java Modified: trunk/core/descriptors/com.sun.tools.javac.xml =================================================================== --- trunk/core/descriptors/com.sun.tools.javac.xml 2008-11-22 15:39:33 UTC (rev 4718) +++ trunk/core/descriptors/com.sun.tools.javac.xml 2008-11-22 15:47:46 UTC (rev 4719) @@ -41,6 +41,7 @@ <export name="com.sun.tools.javac.sym.*"/> <export name="com.sun.tools.javac.tree.*"/> <export name="com.sun.tools.javac.util.*"/> + <export name="com.sun.tools.javac.zip.*"/> </library> </runtime> Modified: trunk/core/src/classpath/java/java/net/HttpURLConnection.java =================================================================== --- trunk/core/src/classpath/java/java/net/HttpURLConnection.java 2008-11-22 15:39:33 UTC (rev 4718) +++ trunk/core/src/classpath/java/java/net/HttpURLConnection.java 2008-11-22 15:47:46 UTC (rev 4719) @@ -586,4 +586,9 @@ // http://www.w3.org/Protocols/HTTP-NG/ng-notes.txt return super.getHeaderFieldDate(key, value); } + //jnode openjdk + public void setChunkedStreamingMode(Integer chunkSize) { + //todo implement it + + } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |