minor tweaks and setting compile for java 1.1/1.3

This commit is contained in:
benfry
2006-11-11 15:37:06 +00:00
parent d156feed89
commit 62b006f64e
3 changed files with 16 additions and 1 deletions
@@ -0,0 +1,12 @@
#Sat Nov 11 10:35:15 EST 2006
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.1
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.3
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=ignore
org.eclipse.jdt.core.compiler.problem.enumIdentifier=ignore
org.eclipse.jdt.core.compiler.source=1.3
@@ -0,0 +1,3 @@
#Sat Nov 11 10:35:15 EST 2006
eclipse.preferences.version=1
internal.default.compliance=default
+1 -1
View File
@@ -102,7 +102,7 @@ public class SVG {
}
*/
if (!document.getName().equals("svg")) {
System.err.println("root isn't svg, it's " + document.getName());
throw new RuntimeException("root isn't svg, it's " + document.getName());
}
width = document.getFloatAttribute("width");