diff --git a/edu.kit.ipd.descartes.adaptation.model.adaptation/.classpath b/edu.kit.ipd.descartes.adaptation.model.adaptation/.classpath index ad32c83a7885b8953a938b41df3b4fd4fe1aae01..c72d35a047dfc4b440042582aa4ab52bbdfd9aaa 100644 --- a/edu.kit.ipd.descartes.adaptation.model.adaptation/.classpath +++ b/edu.kit.ipd.descartes.adaptation.model.adaptation/.classpath @@ -3,5 +3,5 @@ <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"/> <classpathentry kind="src" path="src"/> - <classpathentry kind="output" path="bin"/> + <classpathentry kind="output" path="target/classes"/> </classpath> diff --git a/edu.kit.ipd.descartes.adaptation.model.adaptation/.project b/edu.kit.ipd.descartes.adaptation.model.adaptation/.project index da16a401561daa3deb0870d4459dd05ce3ba921b..8a785975c07afe61ac511c3520462d6941330d0f 100644 --- a/edu.kit.ipd.descartes.adaptation.model.adaptation/.project +++ b/edu.kit.ipd.descartes.adaptation.model.adaptation/.project @@ -20,8 +20,14 @@ <arguments> </arguments> </buildCommand> + <buildCommand> + <name>org.eclipse.m2e.core.maven2Builder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> + <nature>org.eclipse.m2e.core.maven2Nature</nature> <nature>org.eclipse.pde.PluginNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> </natures> diff --git a/edu.kit.ipd.descartes.adaptation.model.adaptation/.settings/org.eclipse.core.resources.prefs b/edu.kit.ipd.descartes.adaptation.model.adaptation/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000000000000000000000000000000000000..99f26c0203a7844de00dbfc56e6a35d8ed3c022c --- /dev/null +++ b/edu.kit.ipd.descartes.adaptation.model.adaptation/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/<project>=UTF-8 diff --git a/edu.kit.ipd.descartes.adaptation.model.adaptation/.settings/org.eclipse.m2e.core.prefs b/edu.kit.ipd.descartes.adaptation.model.adaptation/.settings/org.eclipse.m2e.core.prefs new file mode 100644 index 0000000000000000000000000000000000000000..f897a7f1cb2389f85fe6381425d29f0a9866fb65 --- /dev/null +++ b/edu.kit.ipd.descartes.adaptation.model.adaptation/.settings/org.eclipse.m2e.core.prefs @@ -0,0 +1,4 @@ +activeProfiles= +eclipse.preferences.version=1 +resolveWorkspaceProjects=true +version=1 diff --git a/edu.kit.ipd.descartes.adaptation.model.adaptation/pom.xml b/edu.kit.ipd.descartes.adaptation.model.adaptation/pom.xml new file mode 100644 index 0000000000000000000000000000000000000000..b945d55fedd7dcb10a656e22f6e61de78f62e1f8 --- /dev/null +++ b/edu.kit.ipd.descartes.adaptation.model.adaptation/pom.xml @@ -0,0 +1,11 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <artifactId>edu.kit.ipd.descartes.adaptation.model.adaptation</artifactId> + <packaging>eclipse-plugin</packaging> + <parent> + <artifactId>edu.kit.ipd.descartes.adaptation.releng</artifactId> + <groupId>edu.kit.ipd.descartes.adaptation</groupId> + <version>1.0.0-SNAPSHOT</version> + <relativePath>../edu.kit.ipd.descartes.adaptation.releng</relativePath> + </parent> +</project> \ No newline at end of file