Refactored test packages

This commit is contained in:
2014-04-30 07:34:31 +02:00
parent db097eba8f
commit fa2416492e
8 changed files with 14 additions and 8519 deletions

View File

@@ -29,11 +29,18 @@
<artifactId>ch.psi.fda.fdaq</artifactId>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>ch.psi</groupId>
<artifactId>jcae</artifactId>
<version>2.1.11</version>
</dependency>
<dependency>
<groupId>ch.psi</groupId>
<artifactId>plot</artifactId>
<version>1.1.31</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
@@ -65,18 +72,12 @@
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>ch.psi</groupId>
<artifactId>plot</artifactId>
<version>1.1.31</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>cli</artifactId>
<version>1.2</version>
</dependency>
<!-- Library to Read Matlab Files -->
<dependency>
<groupId>com.jmatio</groupId>
@@ -109,9 +110,6 @@
<target>1.7</target>
</configuration>
</plugin>
<!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId>
<version>2.8</version> <executions> <execution> <id>attach-javadocs</id>
<goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>

File diff suppressed because it is too large Load Diff

View File

@@ -16,7 +16,7 @@
* along with this code. If not, see <http://www.gnu.org/licenses/>.
*
*/
package ch.psi.fda;
package ch.psi.fda.ui;
import org.junit.After;
import org.junit.Before;

View File

@@ -17,7 +17,7 @@
*
*/
package ch.psi.fda;
package ch.psi.fda.ui;
import java.io.IOException;

View File

@@ -16,7 +16,7 @@
* along with this code. If not, see <http://www.gnu.org/licenses/>.
*
*/
package ch.psi.fda;
package ch.psi.fda.ui;
/**
* @author ebner

View File

@@ -16,7 +16,7 @@
* along with this code. If not, see <http://www.gnu.org/licenses/>.
*
*/
package ch.psi.fda;
package ch.psi.fda.ui;
/**
* @author ebner

View File

@@ -17,7 +17,7 @@
*
*/
package ch.psi.fda;
package ch.psi.fda.ui;
import java.io.File;
import java.net.URI;

View File

@@ -17,7 +17,7 @@
*
*/
package ch.psi.fda.visualizer;
package ch.psi.fda.ui.visualizer;
import java.util.ArrayList;
import java.util.List;