View | Details | Raw Unified | Return to bug 139489 | Differences between
and this patch

Collapse All | Expand All

(-)META-INF/MANIFEST.MF (+7 lines)
Lines 12-14 Link Here
12
Eclipse-AutoStart: true
12
Eclipse-AutoStart: true
13
Require-Bundle: org.eclipse.equinox.common,
13
Require-Bundle: org.eclipse.equinox.common,
14
 org.eclipse.osgi
14
 org.eclipse.osgi
15
Bundle-RequiredExecutionEnvironment: J2SE-1.4,
16
 CDC-1.0/Foundation-1.0,
17
 J2SE-1.3
18
Import-Package: javax.xml.parsers,
19
 org.w3c.dom,
20
 org.xml.sax,
21
 org.xml.sax.helpers
(-).classpath (-1 / +1 lines)
Lines 1-7 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
2
<classpath>
3
	<classpathentry kind="src" path="src"/>
3
	<classpathentry kind="src" path="src"/>
4
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
6
	<classpathentry kind="output" path="bin"/>
6
	<classpathentry kind="output" path="bin"/>
7
</classpath>
7
</classpath>
(-).settings/org.eclipse.jdt.core.prefs (+7 lines)
Added Link Here
1
#Mon May 01 10:04:31 EDT 2006
2
eclipse.preferences.version=1
3
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
4
org.eclipse.jdt.core.compiler.compliance=1.4
5
org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning
6
org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
7
org.eclipse.jdt.core.compiler.source=1.3

Return to bug 139489