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

git-svn-id: https://se1.informatik.uni-wuerzburg.de/usvn/svn/code/DMM/trunk@16284 9e42b895-fcda-4063-8a3b-11be15eb1bbd
parent 4e692f9d
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>edu.kit.ipd.descartes.adaptation.executable</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<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.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
org.eclipse.jdt.core.compiler.compliance=1.5
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.source=1.5
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
<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>
<groupId>edu.kit.ipd.descartes.adaptation</groupId>
<artifactId>edu.kit.ipd.descartes.adaptation.executable</artifactId>
<version>1.0.0-SNAPSHOT</version>
<build>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
<archive>
<manifest>
<mainClass>edu.kit.ipd.descartes.adaptation.AdaptationControl</mainClass>
</manifest>
</archive>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>edu.kit.ipd.descartes.adaptation</groupId>
<artifactId>edu.kit.ipd.descartes.adaptation</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>edu.kit.ipd.descartes.adaptation</groupId>
<artifactId>
edu.kit.ipd.descartes.adaptation.evaluation.performance
</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>edu.kit.ipd.descartes.adaptation</groupId>
<artifactId>
edu.kit.ipd.descartes.adaptation.model
</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>edu.kit.ipd.descartes.adaptation</groupId>
<artifactId>
edu.kit.ipd.descartes.adaptation.model.adaptation
</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>edu.kit.ipd.descartes.adaptation</groupId>
<artifactId>
edu.kit.ipd.descartes.adaptation.model.analysis
</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>edu.kit.ipd.descartes.mm</groupId>
<artifactId>edu.kit.ipd.descartes.mm.adaptation</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>edu.kit.ipd.descartes.mm</groupId>
<artifactId>edu.kit.ipd.descartes.identifier</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>edu.kit.ipd.descartes.mm</groupId>
<artifactId>edu.kit.ipd.descartes.core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>p2.osgi.bundle</groupId>
<artifactId>org.eclipse.emf.ecore</artifactId>
<version>2.10.0.v20140514-1158</version>
</dependency>
<dependency>
<groupId>p2.osgi.bundle</groupId>
<artifactId>org.eclipse.emf.common</artifactId>
<version>2.10.0.v20140514-1158</version>
</dependency>
<dependency>
<groupId>p2.osgi.bundle</groupId>
<artifactId>org.apache.log4j</artifactId>
<version>1.2.15.v201012070815</version>
</dependency>
<dependency>
<groupId>edu.kit.ipd.descartes.mm</groupId>
<artifactId>
edu.kit.ipd.descartes.mm.resourcelandscape
</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>edu.kit.ipd.descartes.mm</groupId>
<artifactId>
edu.kit.ipd.descartes.mm.adaptationpoints
</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>edu.kit.ipd.descartes.mm</groupId>
<artifactId>
edu.kit.ipd.descartes.perfdatarepo
</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>p2.osgi.bundle</groupId>
<artifactId>org.eclipse.emf.ecore.xmi</artifactId>
<version>2.10.0.v20140514-1158</version>
</dependency>
<dependency>
<groupId>edu.kit.ipd.descartes.ql</groupId>
<artifactId>
edu.kit.ipd.descartes.ql.models.mapping
</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>edu.kit.ipd.descartes.ql</groupId>
<artifactId>
edu.kit.ipd.descartes.ql.models.repository
</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>p2.osgi.bundle</groupId>
<artifactId>org.eclipse.emf.ecore.change</artifactId>
<version>2.10.0.v20140514-1158</version>
</dependency>
<dependency>
<groupId>p2.osgi.bundle</groupId>
<artifactId>org.eclipse.ocl</artifactId>
<version>3.4.0.v20140524-1358</version>
</dependency>
<dependency>
<groupId>p2.osgi.bundle</groupId>
<artifactId>org.eclipse.ocl.ecore</artifactId>
<version>3.3.100.v20140524-1358</version>
</dependency>
<dependency>
<groupId>p2.osgi.bundle</groupId>
<artifactId>lpg.runtime.java</artifactId>
<version>2.0.17.v201004271640</version>
</dependency>
<dependency>
<groupId>p2.osgi.bundle</groupId>
<artifactId>org.eclipse.ocl.common</artifactId>
<version>1.2.0.v20140528-1458</version>
</dependency>
</dependencies>
</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