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

(-)a/org.eclipse.jdt.core.tests.binaries/.classpath (-1 / +1 lines)
Lines 1-6 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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5
	<classpathentry kind="output" path="bin"/>
5
	<classpathentry kind="output" path="bin"/>
6
</classpath>
6
</classpath>
(-)a/org.eclipse.jdt.core.tests.binaries/.settings/org.eclipse.jdt.core.prefs (-3 / +3 lines)
Lines 1-6 Link Here
1
eclipse.preferences.version=1
1
eclipse.preferences.version=1
2
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
2
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
3
org.eclipse.jdt.core.compiler.compliance=1.4
3
org.eclipse.jdt.core.compiler.compliance=1.7
4
org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning
4
org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning
5
org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
5
org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
6
org.eclipse.jdt.core.compiler.source=1.3
6
org.eclipse.jdt.core.compiler.source=1.7
(-)a/org.eclipse.jdt.core.tests.binaries/META-INF/MANIFEST.MF (-2 / +2 lines)
Lines 2-8 Link Here
2
Bundle-ManifestVersion: 2
2
Bundle-ManifestVersion: 2
3
Bundle-Name: %pluginName
3
Bundle-Name: %pluginName
4
Bundle-SymbolicName: org.eclipse.jdt.core.tests.binaries
4
Bundle-SymbolicName: org.eclipse.jdt.core.tests.binaries
5
Bundle-Version: 1.0.100.qualifier
5
Bundle-Version: 1.0.200.qualifier
6
Bundle-Vendor: %providerName
6
Bundle-Vendor: %providerName
7
Bundle-RequiredExecutionEnvironment: J2SE-1.4
7
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
8
Eclipse-BundleShape: dir
8
Eclipse-BundleShape: dir
(-)a/org.eclipse.jdt.core.tests.binaries/pom.xml (-2 / +2 lines)
Lines 1-6 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
2
<!--
3
  Copyright (c) 2012, 2013 Eclipse Foundation and others.
3
  Copyright (c) 2012, 2016 Eclipse Foundation and others.
4
  All rights reserved. This program and the accompanying materials
4
  All rights reserved. This program and the accompanying materials
5
  are made available under the terms of the Eclipse Distribution License v1.0
5
  are made available under the terms of the Eclipse Distribution License v1.0
6
  which accompanies this distribution, and is available at
6
  which accompanies this distribution, and is available at
Lines 18-23 Link Here
18
  </parent>
18
  </parent>
19
  <groupId>org.eclipse.jdt</groupId>
19
  <groupId>org.eclipse.jdt</groupId>
20
  <artifactId>org.eclipse.jdt.core.tests.binaries</artifactId>
20
  <artifactId>org.eclipse.jdt.core.tests.binaries</artifactId>
21
  <version>1.0.100-SNAPSHOT</version>
21
  <version>1.0.200-SNAPSHOT</version>
22
  <packaging>eclipse-test-plugin</packaging>
22
  <packaging>eclipse-test-plugin</packaging>
23
</project>
23
</project>

Return to bug 492059