20 lines
972 B
Diff
20 lines
972 B
Diff
--- src/net/sf/saxon/Configuration.java 2008-11-04 09:32:18.000000000 +0100
|
|
+++ src/net/sf/saxon/Configuration.java-gil 2010-01-22 15:47:34.000000000 +0100
|
|
@@ -1,6 +1,6 @@
|
|
package net.sf.saxon;
|
|
|
|
-/*DOTNETONLY*/ import net.sf.saxon.dotnet.DotNetPlatform;
|
|
+/*DOTNETONLY import net.sf.saxon.dotnet.DotNetPlatform;*/
|
|
|
|
import net.sf.saxon.event.*;
|
|
import net.sf.saxon.evpull.PullEventSource;
|
|
@@ -249,7 +249,7 @@
|
|
|
|
/*DOTNETONLY*/ /*JAVAONLY*/ if (System.getProperty("java.vendor").equals("Jeroen Frijters")) {
|
|
//System.err.println("Call to create .NET platform currently disabled in Configuration.java (needed for JDK1.4)");
|
|
- /*DOTNETONLY*/ platform = DotNetPlatform.getInstance();
|
|
+ /*DOTNETONLY platform = DotNetPlatform.getInstance();*/
|
|
/*DOTNETONLY*/ /*JAVAONLY*/ }
|
|
// System.err.println(System.getProperty("java.vendor"));
|
|
// System.err.println(platform.getClass().getName());
|