Skip to content
Snippets Groups Projects
Commit b9f50f7e authored by Nikolaus Huber's avatar Nikolaus Huber
Browse files

initial version of maven build

git-svn-id: https://se1.informatik.uni-wuerzburg.de/usvn/svn/code/DMM/trunk@16262 9e42b895-fcda-4063-8a3b-11be15eb1bbd
parent b047b2f3
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......@@ -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>
......
eclipse.preferences.version=1
encoding/<project>=UTF-8
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
......@@ -6,7 +6,8 @@ Bundle-Version: 1.0.0.qualifier
Bundle-Activator: edu.kit.ipd.descartes.adaptation.model.Activator
Bundle-Vendor: Descartes Research Group
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: edu.kit.ipd.descartes.core,
Import-Package:
edu.kit.ipd.descartes.core,
edu.kit.ipd.descartes.identifier,
edu.kit.ipd.descartes.mm.adaptation,
edu.kit.ipd.descartes.mm.adaptationpoints,
......@@ -19,7 +20,7 @@ Import-Package: edu.kit.ipd.descartes.core,
org.eclipse.emf.ecore,
org.eclipse.emf.ecore.change,
org.eclipse.emf.ecore.change.util,
org.eclipse.emf.ecore.resource,
org.eclipse.emf.ecore.resource,
org.eclipse.emf.ecore.resource.impl,
org.eclipse.emf.ecore.util,
org.eclipse.emf.ecore.xmi,
......
<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</artifactId>
<packaging>eclipse-plugin</packaging>
<parent>
<groupId>edu.kit.ipd.descartes.adaptation</groupId>
<artifactId>edu.kit.ipd.descartes.adaptation.releng</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../edu.kit.ipd.descartes.adaptation.releng</relativePath>
</parent>
</project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment