Skip to content

Commit a760f06

Browse files
committed
Generate correct local paths for distribution reference CSS.
Fixes issue with library pages not being styled. Required a minor change to TemplateWriter.java
1 parent 4e74106 commit a760f06

13 files changed

Lines changed: 17 additions & 5 deletions
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
#Tue Jun 08 18:03:33 PDT 2010
1+
#Wed Sep 12 09:51:20 EDT 2012
22
eclipse.preferences.version=1
33
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
4-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
4+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
55
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
6-
org.eclipse.jdt.core.compiler.compliance=1.5
6+
org.eclipse.jdt.core.compiler.compliance=1.6
77
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
88
org.eclipse.jdt.core.compiler.debug.localVariable=generate
99
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
1010
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
1111
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
12-
org.eclipse.jdt.core.compiler.source=1.5
12+
org.eclipse.jdt.core.compiler.source=1.6
4.33 KB
Binary file not shown.
1.01 KB
Binary file not shown.
627 Bytes
Binary file not shown.
485 Bytes
Binary file not shown.
Binary file not shown.
1.4 KB
Binary file not shown.
Binary file not shown.
398 Bytes
Binary file not shown.
370 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)