Renamed project and package structure

This commit is contained in:
ebner 2013-09-25 09:45:28 +02:00
parent 70fd074d19
commit a79ca128a5
5 changed files with 7 additions and 12 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<projectDescription> <projectDescription>
<name>ch.psi.imagej.zeromq</name> <name>ch.psi.zmq.imagej</name>
<comment></comment> <comment></comment>
<projects> <projects>
</projects> </projects>

View File

@ -1,9 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<groupId>ch.psi</groupId> <groupId>ch.psi.zmq</groupId>
<artifactId>ch.psi.imagej.zeromq</artifactId> <artifactId>ch.psi.zmq.imagej</artifactId>
<version>0.0.8</version> <version>0.1.0</version>
<dependencies> <dependencies>
<dependency> <dependency>
@ -11,11 +11,6 @@
<artifactId>jeromq</artifactId> <artifactId>jeromq</artifactId>
<version>0.2.0</version> <version>0.2.0</version>
</dependency> </dependency>
<!-- <dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20090211</version>
</dependency> -->
<dependency> <dependency>
<groupId>com.fasterxml.jackson.core</groupId> <groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId> <artifactId>jackson-databind</artifactId>

View File

@ -16,7 +16,7 @@
* along with this code. If not, see <http://www.gnu.org/licenses/>. * 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.JFrame;
import javax.swing.JLabel; import javax.swing.JLabel;

View File

@ -1,4 +1,4 @@
package ch.psi.imagej.zeromq; package ch.psi.zmq.imagej;
// EPICS_AD_Viewer.java // EPICS_AD_Viewer.java
// Original authors // Original authors

View File

@ -1 +1 @@
Plugins, "ZeroMQ Viewer", ch.psi.imagej.zeromq.ZeroMQViewer Plugins, "ZeroMQ Viewer", ch.psi.zmq.imagej.ZeroMQViewer