Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Erwan BOUSSE
moclodash
Commits
1816beea
Commit
1816beea
authored
Apr 04, 2014
by
Erwan Bousse
Browse files
Forgot to re-add pom.xml
parent
8f8ce760
Changes
1
Hide whitespace changes
Inline
Side-by-side
moclodash/pom.xml
0 → 100644
View file @
1816beea
<?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
fr.inria.diverse.cloning
</groupId>
<artifactId>
moclodash
</artifactId>
<version>
0.1.0-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<modules>
<!-- Cloner plugins -->
<module>
fr.inria.diverse.cloning.external-libs
</module>
<module>
fr.inria.diverse.cloning.runtime
</module>
<module>
fr.inria.diverse.cloning.materialgenerator
</module>
<module>
fr.inria.diverse.cloning.feature
</module>
<module>
fr.inria.diverse.cloning.updatesite
</module>
<!-- Benchmark plugins -->
<!--<module>fr.inria.diverse.cloning.benchmark.common</module>
<module>fr.inria.diverse.cloning.benchmark.metamodelsgenerator</module>
<module>fr.inria.diverse.cloning.benchmark.materialgenerator</module>
<module>fr.inria.diverse.cloning.benchmark.runner</module>
<module>fr.inria.diverse.cloning.benchmark.tool</module>
<module>fr.inria.diverse.cloning.benchmark.tool.product</module>-->
<!-- Disabled plugins (unnecessary eclipse products) -->
<!--
<module>fr.inria.diverse.cloning.materialgenerator.cli</module>
<module>fr.inria.diverse.cloning.materialgenerator.cli.product</module>
<module>fr.inria.diverse.cloning.benchmark.metamodelsgenerator.product</module>
<module>fr.inria.diverse.cloning.benchmark.materialgenerator.product</module>
<module>fr.inria.diverse.cloning.benchmark.runner.product</module>
-->
</modules>
<properties>
<tycho.version>
0.20.0
</tycho.version>
<kepler-repo.url>
http://download.eclipse.org/releases/kepler
</kepler-repo.url>
</properties>
<repositories>
<repository>
<id>
kepler
</id>
<url>
${kepler-repo.url}
</url>
<layout>
p2
</layout>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>
org.zeroturnaround
</groupId>
<artifactId>
zt-zip
</artifactId>
<version>
1.7
</version>
<type>
jar
</type>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
net.sf.jopt-simple
</groupId>
<artifactId>
jopt-simple
</artifactId>
<version>
4.6
</version>
<type>
jar
</type>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-jdk14
</artifactId>
<version>
1.6.6
</version>
<type>
jar
</type>
<scope>
compile
</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.eclipse.tycho
</groupId>
<artifactId>
tycho-maven-plugin
</artifactId>
<version>
${tycho.version}
</version>
<extensions>
true
</extensions>
</plugin>
</plugins>
</build>
</project>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment