From 74a9ff6438ba47cb9829f25db7a75c957885b969 Mon Sep 17 00:00:00 2001 From: Kai Brassel <mail@khbrassel.de> Date: Thu, 11 Mar 2021 16:54:59 +0100 Subject: [PATCH] Project setup --- de.hftstuttgart.cityunits.model.edit/.classpath | 6 +++--- de.hftstuttgart.cityunits.model.edit/.project | 6 ++++++ de.hftstuttgart.cityunits.model.edit/pom.xml | 1 - de.hftstuttgart.cityunits.model/.classpath | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/de.hftstuttgart.cityunits.model.edit/.classpath b/de.hftstuttgart.cityunits.model.edit/.classpath index 2357e87..1f04690 100644 --- a/de.hftstuttgart.cityunits.model.edit/.classpath +++ b/de.hftstuttgart.cityunits.model.edit/.classpath @@ -1,7 +1,7 @@ <?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-15"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="output" path="bin"/> + <classpathentry kind="src" path="src/"/> + <classpathentry kind="output" path="target/classes"/> </classpath> diff --git a/de.hftstuttgart.cityunits.model.edit/.project b/de.hftstuttgart.cityunits.model.edit/.project index 7a219fb..ece0943 100644 --- a/de.hftstuttgart.cityunits.model.edit/.project +++ b/de.hftstuttgart.cityunits.model.edit/.project @@ -20,9 +20,15 @@ <arguments> </arguments> </buildCommand> + <buildCommand> + <name>org.eclipse.m2e.core.maven2Builder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> <nature>org.eclipse.jdt.core.javanature</nature> <nature>org.eclipse.pde.PluginNature</nature> + <nature>org.eclipse.m2e.core.maven2Nature</nature> </natures> </projectDescription> diff --git a/de.hftstuttgart.cityunits.model.edit/pom.xml b/de.hftstuttgart.cityunits.model.edit/pom.xml index 40ae8f2..a7b4ed9 100644 --- a/de.hftstuttgart.cityunits.model.edit/pom.xml +++ b/de.hftstuttgart.cityunits.model.edit/pom.xml @@ -5,7 +5,6 @@ <artifactId>de.hftstuttgart.cityunits.model.edit</artifactId> <packaging>eclipse-plugin</packaging> - <version>1.0.0</version> <name>City Units Edit</name> <description>Project generated from ecore model.</description> diff --git a/de.hftstuttgart.cityunits.model/.classpath b/de.hftstuttgart.cityunits.model/.classpath index 1f04690..eabb7bc 100644 --- a/de.hftstuttgart.cityunits.model/.classpath +++ b/de.hftstuttgart.cityunits.model/.classpath @@ -2,6 +2,6 @@ <classpath> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="src" path="src/"/> + <classpathentry kind="src" path="src"/> <classpathentry kind="output" path="target/classes"/> </classpath> -- GitLab