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

Collapse All | Expand All

(-)META-INF/MANIFEST.MF (+7 lines)
Lines 21-23 Link Here
21
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.1.0,4.0.0)",
21
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.1.0,4.0.0)",
22
 org.eclipse.update.configurator;bundle-version="[3.1.0,4.0.0)
22
 org.eclipse.update.configurator;bundle-version="[3.1.0,4.0.0)
23
Eclipse-AutoStart: true
23
Eclipse-AutoStart: true
24
Bundle-RequiredExecutionEnvironment: J2SE-1.4,
25
 CDC-1.0/Foundation-1.0,
26
 J2SE-1.3
27
Import-Package: javax.xml.parsers,
28
 org.w3c.dom,
29
 org.xml.sax,
30
 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 09:58:55 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 139488