Skip to content

Commit

Permalink
Merged the utils module with the core module, created a separate
Browse files Browse the repository at this point in the history
core-tests module
  • Loading branch information
tomas-pluskal committed Jan 23, 2015
1 parent 1160570 commit 6a82bfb
Show file tree
Hide file tree
Showing 67 changed files with 18 additions and 533 deletions.
8 changes: 7 additions & 1 deletion mzmine-build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
<artifactId>mzmine-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.sf.mzmine</groupId>
<artifactId>mzmine-core-tests</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.sf.mzmine.modules</groupId>
<artifactId>mzmine-rawdata-import</artifactId>
Expand All @@ -39,7 +45,7 @@
</goals>
<configuration>
<descriptors>
<descriptor>assembly.xml</descriptor>
<descriptor>src/main/assembly/assembly.xml</descriptor>
</descriptors>
<finalName>MZmine-${project.version}</finalName>
<outputDirectory>../</outputDirectory>
Expand Down
File renamed without changes.
12 changes: 6 additions & 6 deletions mzmine-utils/.classpath → mzmine-core-tests/.classpath
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
Expand All @@ -27,5 +21,11 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
eclipse.preferences.version=1
encoding//src/main/java=UTF-8
encoding//src/main/resources=UTF-8
encoding//src/test/java=UTF-8
encoding//src/test/resources=UTF-8
Expand Down
4 changes: 2 additions & 2 deletions mzmine-utils/pom.xml → mzmine-core-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>mzmine</artifactId>
<version>3.0</version>
</parent>
<artifactId>mzmine-utils</artifactId>
<artifactId>mzmine-core-tests</artifactId>

<dependencies>

Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>

Expand Down
Loading

0 comments on commit 6a82bfb

Please sign in to comment.