View | Details | Raw Unified | Return to bug 139802
Collapse All | Expand All

(-)META-INF/MANIFEST.MF (+2 lines)
Lines 14-16 Link Here
14
 org.eclipse.ui;bundle-version="[3.2.0,4.0.0)",
14
 org.eclipse.ui;bundle-version="[3.2.0,4.0.0)",
15
 org.eclipse.update.configurator
15
 org.eclipse.update.configurator
16
Eclipse-AutoStart: true
16
Eclipse-AutoStart: true
17
Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,
18
 J2SE-1.3
(-).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
#Wed Apr 26 14:34:03 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 139802