diff options
| author | Pierre-Charles David | 2017-02-17 16:29:17 +0000 |
|---|---|---|
| committer | Pierre-Charles David | 2017-03-27 13:33:03 +0000 |
| commit | 6812d85e0f0e472c01003e521e204eb3ce896936 (patch) | |
| tree | 5fa3f2d2b303fbd220b88f3278d94cb388c7e067 | |
| parent | 6c382b0e678a3c102744885c3591c1154be1acc0 (diff) | |
| download | org.eclipse.amalgam-6812d85e0f0e472c01003e521e204eb3ce896936.tar.gz org.eclipse.amalgam-6812d85e0f0e472c01003e521e204eb3ce896936.tar.xz org.eclipse.amalgam-6812d85e0f0e472c01003e521e204eb3ce896936.zip | |
[509735] Fix build path configuration
Make sure the classpath configuration matches the declared BREE.
Bug: 509735
Change-Id: I09f7302798640757eb14d0d392b4072b38bca8ec
Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
| -rw-r--r-- | plugins/org.eclipse.amalgam.explorer.activity.ui/.classpath | 2 | ||||
| -rw-r--r-- | plugins/org.eclipse.amalgam.explorer.activity.ui/.settings/org.eclipse.jdt.core.prefs | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/plugins/org.eclipse.amalgam.explorer.activity.ui/.classpath b/plugins/org.eclipse.amalgam.explorer.activity.ui/.classpath index a96fd15e..88cb07a7 100644 --- a/plugins/org.eclipse.amalgam.explorer.activity.ui/.classpath +++ b/plugins/org.eclipse.amalgam.explorer.activity.ui/.classpath @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"> <accessrules> <accessrule kind="accessible" pattern="org/eclipse/sirius/**/internal/**"/> diff --git a/plugins/org.eclipse.amalgam.explorer.activity.ui/.settings/org.eclipse.jdt.core.prefs b/plugins/org.eclipse.amalgam.explorer.activity.ui/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 00000000..c537b630 --- /dev/null +++ b/plugins/org.eclipse.amalgam.explorer.activity.ui/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,7 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 +org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.source=1.6 |
