From 1cd4f712dc75692b9a83c6858f48d4da00aaaf52 Mon Sep 17 00:00:00 2001 From: Brady James Garvin <bgarvin@cse.unl.edu> Date: Tue, 10 Sep 2019 12:37:40 -0500 Subject: [PATCH] Updated test dependencies. --- xchart-demo/.classpath | 1 + xchart-demo/.settings/org.eclipse.jdt.core.prefs | 1 + xchart/.classpath | 1 + xchart/.settings/org.eclipse.jdt.core.prefs | 1 + 4 files changed, 4 insertions(+) diff --git a/xchart-demo/.classpath b/xchart-demo/.classpath index fd7ad7fb..e51e38c9 100644 --- a/xchart-demo/.classpath +++ b/xchart-demo/.classpath @@ -10,6 +10,7 @@ <attributes> <attribute name="optional" value="true"/> <attribute name="maven.pomderived" value="true"/> + <attribute name="test" value="true"/> </attributes> </classpathentry> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> diff --git a/xchart-demo/.settings/org.eclipse.jdt.core.prefs b/xchart-demo/.settings/org.eclipse.jdt.core.prefs index 60105c1b..00398c4d 100644 --- a/xchart-demo/.settings/org.eclipse.jdt.core.prefs +++ b/xchart-demo/.settings/org.eclipse.jdt.core.prefs @@ -2,4 +2,5 @@ eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 org.eclipse.jdt.core.compiler.compliance=1.6 org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning +org.eclipse.jdt.core.compiler.release=disabled org.eclipse.jdt.core.compiler.source=1.6 diff --git a/xchart/.classpath b/xchart/.classpath index fd7ad7fb..e51e38c9 100644 --- a/xchart/.classpath +++ b/xchart/.classpath @@ -10,6 +10,7 @@ <attributes> <attribute name="optional" value="true"/> <attribute name="maven.pomderived" value="true"/> + <attribute name="test" value="true"/> </attributes> </classpathentry> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> diff --git a/xchart/.settings/org.eclipse.jdt.core.prefs b/xchart/.settings/org.eclipse.jdt.core.prefs index 60105c1b..00398c4d 100644 --- a/xchart/.settings/org.eclipse.jdt.core.prefs +++ b/xchart/.settings/org.eclipse.jdt.core.prefs @@ -2,4 +2,5 @@ eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 org.eclipse.jdt.core.compiler.compliance=1.6 org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning +org.eclipse.jdt.core.compiler.release=disabled org.eclipse.jdt.core.compiler.source=1.6 -- GitLab