git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270044 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -179,7 +179,7 @@ | |||||
| classname="org.apache.xerces.parsers.SAXParser" | classname="org.apache.xerces.parsers.SAXParser" | ||||
| classpathref="classpath" /> | classpathref="classpath" /> | ||||
| <available property="bcel.present" | <available property="bcel.present" | ||||
| classname="de.fub.bytecode.Constants" | |||||
| classname="org.apache.bcel.Constants" | |||||
| classpathref="classpath" /> | classpathref="classpath" /> | ||||
| <condition property="javamail.complete"> | <condition property="javamail.complete"> | ||||
| @@ -60,8 +60,8 @@ import org.apache.tools.ant.util.depend.Dependencies; | |||||
| import org.apache.tools.ant.util.depend.Filter; | import org.apache.tools.ant.util.depend.Filter; | ||||
| import org.apache.tools.ant.DirectoryScanner; | import org.apache.tools.ant.DirectoryScanner; | ||||
| import de.fub.bytecode.classfile.*; | |||||
| import de.fub.bytecode.*; | |||||
| import org.apache.bcel.classfile.*; | |||||
| import org.apache.bcel.*; | |||||
| /** | /** | ||||
| * An interface used to describe the actions required by any type of | * An interface used to describe the actions required by any type of | ||||
| @@ -55,8 +55,8 @@ package org.apache.tools.ant.util.depend; | |||||
| import java.io.*; | import java.io.*; | ||||
| import java.util.*; | import java.util.*; | ||||
| import de.fub.bytecode.classfile.*; | |||||
| import de.fub.bytecode.*; | |||||
| import org.apache.bcel.classfile.*; | |||||
| import org.apache.bcel.*; | |||||
| public class Dependencies implements Visitor { | public class Dependencies implements Visitor { | ||||