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

Collapse All | Expand All

(-)META-INF/MANIFEST.MF (+6 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: CDC-1.0/Foundation-1.0,
16
 J2SE-1.3
17
Import-Package: javax.xml.parsers,
18
 org.w3c.dom,
19
 org.xml.sax,
20
 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/CDC-1.0%Foundation-1.0"/>
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:51:29 EDT 2006
2
eclipse.preferences.version=1
3
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.1
4
org.eclipse.jdt.core.compiler.compliance=1.3
5
org.eclipse.jdt.core.compiler.problem.assertIdentifier=ignore
6
org.eclipse.jdt.core.compiler.problem.enumIdentifier=ignore
7
org.eclipse.jdt.core.compiler.source=1.3

Return to bug 139489