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
936a5fcd
Commit
936a5fcd
authored
Apr 07, 2014
by
Erwan Bousse
Browse files
Adapting the pom of the evaluation project
parent
4ea49fb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
moclodash-evaluation/pom.xml
View file @
936a5fcd
...
...
@@ -8,12 +8,10 @@
<packaging>
pom
</packaging>
<modules>
<!-- Dependency to the other project -->
<module>
../moclodash
</module>
<!-- Cloner plugins -->
<module>
fr.inria.diverse.cloning.external-libs
</module>
<module>
fr.inria.diverse.cloning.runtime
</module>
<module>
fr.inria.diverse.cloning.materialgenerator
</module>
<!-- Benchmark plugins -->
<module>
fr.inria.diverse.cloning.benchmark.common
</module>
<module>
fr.inria.diverse.cloning.benchmark.metamodelsgenerator
</module>
...
...
@@ -21,15 +19,7 @@
<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>
...
...
@@ -45,30 +35,7 @@
</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>
...
...
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