Renamed project and package structure
This commit is contained in:
parent
70fd074d19
commit
a79ca128a5
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>ch.psi.imagej.zeromq</name>
|
||||
<name>ch.psi.zmq.imagej</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
|
@ -1,9 +1,9 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>ch.psi</groupId>
|
||||
<artifactId>ch.psi.imagej.zeromq</artifactId>
|
||||
<version>0.0.8</version>
|
||||
<groupId>ch.psi.zmq</groupId>
|
||||
<artifactId>ch.psi.zmq.imagej</artifactId>
|
||||
<version>0.1.0</version>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
@ -11,11 +11,6 @@
|
||||
<artifactId>jeromq</artifactId>
|
||||
<version>0.2.0</version>
|
||||
</dependency>
|
||||
<!-- <dependency>
|
||||
<groupId>org.json</groupId>
|
||||
<artifactId>json</artifactId>
|
||||
<version>20090211</version>
|
||||
</dependency> -->
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-databind</artifactId>
|
||||
|
@ -16,7 +16,7 @@
|
||||
* along with this code. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*/
|
||||
package ch.psi.imagej.zeromq;
|
||||
package ch.psi.zmq.imagej;
|
||||
|
||||
import javax.swing.JFrame;
|
||||
import javax.swing.JLabel;
|
@ -1,4 +1,4 @@
|
||||
package ch.psi.imagej.zeromq;
|
||||
package ch.psi.zmq.imagej;
|
||||
|
||||
// EPICS_AD_Viewer.java
|
||||
// Original authors
|
@ -1 +1 @@
|
||||
Plugins, "ZeroMQ Viewer", ch.psi.imagej.zeromq.ZeroMQViewer
|
||||
Plugins, "ZeroMQ Viewer", ch.psi.zmq.imagej.ZeroMQViewer
|
||||
|
Loading…
x
Reference in New Issue
Block a user