X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Futil%2FCAB.java;fp=src%2Forg%2Fxwt%2Futil%2FCAB.java;h=96e09476f98fac47455d17a1cb694f7fd41f749c;hp=a74b47f138030257760366cd2f3d75d21598cc0b;hb=3591b88b94a6bb378af3d4abe6eb5233ce583104;hpb=de378041d5ca2aca1a2b5a31ef15ae90a86c977f diff --git a/src/org/xwt/util/CAB.java b/src/org/ibex/util/CAB.java similarity index 99% rename from src/org/xwt/util/CAB.java rename to src/org/ibex/util/CAB.java index a74b47f..96e0947 100644 --- a/src/org/xwt/util/CAB.java +++ b/src/org/ibex/util/CAB.java @@ -1,16 +1,15 @@ -// Copyright (C) 2003 Adam Megacz all rights reserved. +// Copyright (C) 2003 Adam Megacz all rights reserved. // // You may modify, copy, and redistribute this code under the terms of // the GNU Library Public License version 2.1, with the exception of // the portion of clause 6a after the semicolon (aka the "obnoxious // relink clause") -package org.xwt.util; +package org.ibex.util; import java.io.*; import java.util.*; import java.util.zip.*; -import java.math.*; /** Reads a CAB file structure */ public class CAB {