diff --git a/.gitignore b/.gitignore index 5bb5a81..9751ddd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/bin /target /build .gradle diff --git a/build.gradle b/build.gradle index 9815028..dc267e3 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'eclipse' sourceCompatibility = 1.7 -version = '2.5.2_zmq' +version = '2.6.0' repositories { mavenCentral() @@ -13,7 +13,7 @@ repositories { dependencies { compile 'ch.psi:ch.psi.fda.core:2.3.4' - compile 'ch.psi.fda:ch.psi.fda.xscan:2.4.1_zmq' + compile 'ch.psi.fda:ch.psi.fda.xscan:2.6.0' compile 'ch.psi:ch.psi.fda.cdump:2.3.4' compile 'ch.psi:ch.psi.fda.fdaq:2.3.4' compile 'ch.psi:jcae:2.4.1' diff --git a/pom.xml b/pom.xml deleted file mode 100644 index c0d68ce..0000000 --- a/pom.xml +++ /dev/null @@ -1,154 +0,0 @@ - - 4.0.0 - ch.psi - fda - 2.5.2_zmq - - - - - ch.psi - ch.psi.fda.core - 2.3.4 - - - - - ch.psi.fda - ch.psi.fda.xscan - 2.4.1_zmq - - - ch.psi - ch.psi.fda.cdump - 2.3.4 - - - ch.psi - ch.psi.fda.fdaq - 2.3.4 - - - - ch.psi - jcae - 2.4.1 - - - - com.google.inject - guice - 3.0 - - - - org.glassfish.jersey.containers - jersey-container-grizzly2-http - 2.5.1 - - - - org.glassfish.jersey.media - jersey-media-sse - 2.5.1 - - - - org.glassfish.jersey.media - jersey-media-json-jackson - 2.5.1 - - - - org.zeromq - jeromq - 0.3.4 - - - - org.apache.commons - cli - 1.2 - - - - - com.jmatio - jmatio - 0.2u2psi1 - - - - org.freehep - freehep-xdr - 2.0.4 - - - - junit - junit - 4.8.2 - test - - - ${project.groupId} - plot - 2.1-SNAPSHOT - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - UTF-8 - 1.7 - 1.7 - - - - org.apache.maven.plugins - maven-javadoc-plugin - - -Xdoclint:none - - - - attach-javadocs - - jar - - - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - - jar - - - - - - - - - - i.snapshots - Artifactory Snapshots - http://artifacts.psi.ch/artifactory/libs-snapshots-local - - - i.releases - Atrifactory Releases - http://artifacts.psi.ch/artifactory/libs-releases-local - - - \ No newline at end of file