move to org.ibex.tool
authorcrawshaw <crawshaw@ibex.org>
Sat, 20 Nov 2004 13:33:46 +0000 (13:33 +0000)
committercrawshaw <crawshaw@ibex.org>
Sat, 20 Nov 2004 13:33:46 +0000 (13:33 +0000)
darcs-hash:20041120133346-2eb37-79963fb3c0ae4cdb4aeb6bfe0766152d9a94cf90.gz

src/java/org/ibex/tool/Preprocessor.java [moved from src/java/ibex/tool/Preprocessor.java with 99% similarity]

similarity index 99%
rename from src/java/ibex/tool/Preprocessor.java
rename to src/java/org/ibex/tool/Preprocessor.java
index c8307da..8537b27 100644 (file)
@@ -1,7 +1,7 @@
 // You may modify, copy, and redistribute this code under
 // the terms of the GNU General Public License version 2.
 
 // You may modify, copy, and redistribute this code under
 // the terms of the GNU General Public License version 2.
 
-package ibex.tool;
+package org.ibex.tool;
 
 //import gnu.regexp.*;
 import java.util.*;
 
 //import gnu.regexp.*;
 import java.util.*;