Skip to content

Commit

Permalink
Finished renaming packages
Browse files Browse the repository at this point in the history
  • Loading branch information
psanker committed Mar 19, 2012
1 parent 5a8211b commit fb7651a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/thevoxelbox/voxelport/HitBlox.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.thevoxelbox.bukkit.port;
package com.thevoxelbox.voxelport;

import org.bukkit.block.Block;
import org.bukkit.Location;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/thevoxelbox/voxelport/NewPort.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.thevoxelbox.bukkit.port;
package com.thevoxelbox.voxelport;

//import com.thevoxelbox.bukkit.port.NPC.NpcSpawner;
//import com.thevoxelbox.bukkit.port.NPC.PortNPC;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/thevoxelbox/voxelport/PortContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.thevoxelbox.bukkit.port;
package com.thevoxelbox.voxelport;

//import com.thevoxelbox.bukkit.port.NPC.PortNPC;
import java.util.ArrayList;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/thevoxelbox/voxelport/PortListener.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.thevoxelbox.bukkit.port;
package com.thevoxelbox.voxelport;

import java.util.HashMap;
import org.bukkit.block.Block;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/thevoxelbox/voxelport/PortManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.thevoxelbox.bukkit.port;
package com.thevoxelbox.voxelport;

import java.io.File;
import java.io.PrintWriter;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/thevoxelbox/voxelport/PortTick.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.thevoxelbox.bukkit.port;
package com.thevoxelbox.voxelport;

import java.util.HashMap;
import java.util.HashSet;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/thevoxelbox/voxelport/VoxelPort.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.thevoxelbox.bukkit.port;
package com.thevoxelbox.voxelport;

import java.io.File;
import java.util.HashSet;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/thevoxelbox/voxelport/Zone.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.thevoxelbox.bukkit.port;
package com.thevoxelbox.voxelport;

import java.io.DataInputStream;
import java.io.DataOutputStream;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/thevoxelbox/voxelport/oldPort.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.thevoxelbox.bukkit.port;
package com.thevoxelbox.voxelport;

import java.io.DataInputStream;
import java.io.EOFException;
Expand Down

0 comments on commit fb7651a

Please sign in to comment.