fixed compile problem with svn 4037

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4038 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 18 years ago
parent 24e25e1141
commit 4798044708

@ -208,6 +208,8 @@
<pathelement location="${lib}/commons-collections.jar" />
<pathelement location="${lib}/commons-pool.jar" />
<pathelement location="${lib}/tar.jar" />
<pathelement location="${libx}/saaj.jar" />
<pathelement location="${libx}/axis.jar" />
</path>
<!-- compiling yacy.java -->

@ -52,7 +52,7 @@ import org.apache.axis.Constants;
import org.apache.axis.Message;
import org.apache.axis.MessageContext;
import org.apache.axis.message.SOAPEnvelope;
import org.apache.axis.message.SOAPFault;
import org.apache.axis.message.SOAPFault;
import de.anomic.http.httpHeader;

Loading…
Cancel
Save