Browse Source

Update location of BZip stuff

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270796 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
1e745fe396
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/archive/BUnzip2.java
  2. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/archive/BZip2.java

+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/archive/BUnzip2.java View File

@@ -10,7 +10,7 @@ package org.apache.antlib.archive;
import java.io.IOException;
import java.io.InputStream;
import org.apache.myrmidon.api.TaskException;
import org.apache.tools.bzip2.CBZip2InputStream;
import org.apache.aut.bzip2.CBZip2InputStream;

/**
* Expands a file that has been compressed with the BZIP2 algorithm. Normally


+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/archive/BZip2.java View File

@@ -10,7 +10,7 @@ package org.apache.antlib.archive;
import java.io.IOException;
import java.io.OutputStream;
import org.apache.myrmidon.api.TaskException;
import org.apache.tools.bzip2.CBZip2OutputStream;
import org.apache.aut.bzip2.CBZip2OutputStream;

/**
* Compresses a file with the BZip2 algorithm. Normally used to compress


Loading…
Cancel
Save