From e9df5cdf8aa45988136fc4ed429f8e361c19d77a Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Wed, 9 Apr 2014 08:22:23 +0200 Subject: [PATCH] Project settings --- ws/eclipse/Sde1/Figur/.classpath | 6 ++++++ ws/eclipse/Sde1/Figur/.gitignore | 1 + ws/eclipse/Sde1/Figur/.project | 17 +++++++++++++++++ .../Figur/.settings/org.eclipse.jdt.core.prefs | 11 +++++++++++ 4 files changed, 35 insertions(+) create mode 100644 ws/eclipse/Sde1/Figur/.classpath create mode 100644 ws/eclipse/Sde1/Figur/.gitignore create mode 100644 ws/eclipse/Sde1/Figur/.project create mode 100644 ws/eclipse/Sde1/Figur/.settings/org.eclipse.jdt.core.prefs diff --git a/ws/eclipse/Sde1/Figur/.classpath b/ws/eclipse/Sde1/Figur/.classpath new file mode 100644 index 000000000..fb565a588 --- /dev/null +++ b/ws/eclipse/Sde1/Figur/.classpath @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> + <classpathentry kind="output" path="bin"/> +</classpath> diff --git a/ws/eclipse/Sde1/Figur/.gitignore b/ws/eclipse/Sde1/Figur/.gitignore new file mode 100644 index 000000000..5e56e040e --- /dev/null +++ b/ws/eclipse/Sde1/Figur/.gitignore @@ -0,0 +1 @@ +/bin diff --git a/ws/eclipse/Sde1/Figur/.project b/ws/eclipse/Sde1/Figur/.project new file mode 100644 index 000000000..8e2b29a89 --- /dev/null +++ b/ws/eclipse/Sde1/Figur/.project @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>Figur</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> diff --git a/ws/eclipse/Sde1/Figur/.settings/org.eclipse.jdt.core.prefs b/ws/eclipse/Sde1/Figur/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 000000000..7341ab168 --- /dev/null +++ b/ws/eclipse/Sde1/Figur/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,11 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve +org.eclipse.jdt.core.compiler.compliance=1.7 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.debug.sourceFile=generate +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.source=1.7 -- GitLab