removed unused libs

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3971 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 18 years ago
parent 9da0e53fe8
commit 03847bebc1

@ -15,10 +15,8 @@
<classpathentry kind="lib" path="libx/commons-codec-1.3.jar"/>
<classpathentry kind="lib" path="libx/commons-discovery.jar"/>
<classpathentry kind="lib" path="libx/commons-jxpath-1.1.jar"/>
<classpathentry kind="lib" path="libx/commons-logging.jar"/>
<classpathentry kind="lib" path="libx/jakarta-oro-2.0.7.jar"/>
<classpathentry kind="lib" path="libx/jaxrpc.jar"/>
<classpathentry kind="lib" path="libx/jdom.jar"/>
<classpathentry kind="lib" path="libx/jmimemagic-0.1.0.jar"/>
<classpathentry kind="lib" path="libx/jrpm-head.jar"/>
<classpathentry kind="lib" path="libx/jrpm-SNAPSHOT.jar"/>

@ -22,11 +22,8 @@
       <classPath>..\..\libx\commons-codec-1.3.jar</classPath>
       <classPath>..\..\libx\commons-discovery.jar</classPath>
       <classPath>..\..\libx\commons-jxpath-1.1.jar</classPath>
       <classPath>..\..\libx\commons-logging.jar</classPath>
       <classPath>..\..\libx\informa-0.6.0.jar</classPath>
       <classPath>..\..\libx\jakarta-oro-2.0.7.jar</classPath>
       <classPath>..\..\libx\jaxrpc.jar</classPath>
       <classPath>..\..\libx\jdom.jar</classPath>
       <classPath>..\..\libx\jmimemagic-0.0.4a.jar</classPath>
       <classPath>..\..\libx\jrpm-head.jar</classPath>
       <classPath>..\..\libx\jrpm-SNAPSHOT.jar</classPath>

@ -334,14 +334,12 @@
<pathelement location="${libx}/jsch-0.1.21.jar" />
<!-- libs needed by the upnp port forwarder -->
<pathelement location="${libx}/commons-logging.jar" />
<pathelement location="${libx}/commons-jxpath-1.1.jar" />
<pathelement location="${libx}/sbbi-upnplib-1.0.3.jar" />
</classpath>
</javac>
<copy todir="${release_ext}/libx/">
<fileset dir="${libx}" includes="jsch-0.1.21.*"/>
<fileset dir="${libx}" includes="commons-logging.*"/>
<fileset dir="${libx}" includes="commons-jxpath-1.1.*"/>
<fileset dir="${libx}" includes="sbbi-upnplib-1.0.3.*"/>
</copy>
@ -366,9 +364,6 @@
source="${javacSource}" target="${javacTarget}">
<classpath>
<path refid="project.class.path"/>
<pathelement location="${libx}/informa-0.6.0.jar" />
<pathelement location="${libx}/commons-logging.jar" />
<pathelement location="${libx}/jdom.jar" />
</classpath>
<include name="de/anomic/data/rssReader.java" />
</javac>

@ -19,7 +19,6 @@
<pathelement location="${libx}/jmimemagic-0.1.0.jar" />
<pathelement location="${libx}/jakarta-oro-2.0.7.jar" />
<pathelement location="${libx}/log4j-1.2.9.jar" />
<pathelement location="${libx}/commons-logging.jar" />
<pathelement location="${libx}/xerces.jar"/>
</classpath>
</javac>
@ -29,7 +28,7 @@
<target name="zip" depends="compile">
<tar destfile="${parserArchive}" compression="gzip">
<tarfileset dir="${libx}"
includes="jmimemagic-0.1.0.jar,jakarta-oro-2.0.7.jar,log4j-1.2.9.jar,commons-logging.jar,xerces.jar"
includes="jmimemagic-0.1.0.jar,jakarta-oro-2.0.7.jar,log4j-1.2.9.jar,xerces.jar"
prefix="${releaseFileParentDir}/libx/"
dirmode="755" mode="644"/>
<tarfileset dir="${src}/de/anomic/plasma/parser/${parserShortName}"
@ -43,7 +42,7 @@
<target name="copy" depends="compile">
<copy todir="${release}/libx/">
<fileset dir="${libx}" includes="jmimemagic-0.1.0.jar,jakarta-oro-2.0.7.jar,log4j-1.2.9.jar,commons-logging.jar,xerces.jar"/>
<fileset dir="${libx}" includes="jmimemagic-0.1.0.jar,jakarta-oro-2.0.7.jar,log4j-1.2.9.jar,xerces.jar"/>
</copy>
<copy todir="${release}/source/de/anomic/plasma/parser/${parserShortName}">
<fileset dir="${src}/de/anomic/plasma/parser/${parserShortName}" includes="**/*"/>

@ -14,14 +14,7 @@
<target name="compile">
<javac srcdir="${src}/de/anomic/plasma/parser/${parserShortName}" destdir="${build}" source="${javacSource}" target="${javacTarget}" debug="true" debuglevel="lines,vars,source">
<classpath>
<pathelement location="${build}" />
<!-- main lib needed to parse rss/atom feed files -->
<pathelement location="${libx}/informa-0.6.0.jar" />
<!-- libs needed by the main lib -->
<pathelement location="${libx}/commons-logging.jar" />
<pathelement location="${libx}/jdom.jar" />
<pathelement location="${build}" />
</classpath>
</javac>
</target>
@ -29,10 +22,6 @@
<target name="zip" depends="compile">
<tar destfile="${parserArchive}" compression="gzip">
<tarfileset dir="${libx}"
includes="informa-0.6.0.*,commons-logging.jar,jdom.jar"
prefix="${releaseFileParentDir}/libx/"
dirmode="755" mode="644"/>
<tarfileset dir="${src}/de/anomic/plasma/parser/${parserShortName}"
prefix="${releaseFileParentDir}/source/de/anomic/plasma/parser/${parserShortName}"
dirmode="755" mode="644"/>
@ -43,9 +32,6 @@
</target>
<target name="copy" depends="compile">
<copy todir="${release}/libx/">
<fileset dir="${libx}" includes="informa-0.6.0.*,commons-logging.jar,jdom.jar"/>
</copy>
<copy todir="${release}/source/de/anomic/plasma/parser/${parserShortName}">
<fileset dir="${src}/de/anomic/plasma/parser/${parserShortName}" includes="**/*"/>
</copy>

@ -24,8 +24,7 @@
<!-- all needed libs -->
<pathelement location="${libx}/axis.jar" />
<pathelement location="${libx}/axis-ant.jar" />
<pathelement location="${libx}/commons-discovery.jar" />
<pathelement location="${libx}/commons-logging.jar" />
<pathelement location="${libx}/commons-discovery.jar" />
<pathelement location="${libx}/jaxrpc.jar" />
<pathelement location="${libx}/saaj.jar" />
<pathelement location="${libx}/wsdl4j.jar" />
@ -59,7 +58,7 @@
<target name="zip" depends="compile">
<tar destfile="${addonArchive}" compression="gzip">
<tarfileset dir="${libx}"
includes="axis.jar,axis-ant.jar,commons-discovery.jar,commons-logging.jar,jaxrpc.jar,saaj.jar,wsdl4j.jar,gnumail.jar,activation.jar,inetlib.jar"
includes="axis.jar,axis-ant.jar,commons-discovery.jar,jaxrpc.jar,saaj.jar,wsdl4j.jar,gnumail.jar,activation.jar,inetlib.jar"
prefix="${releaseDir}/libx/"
dirmode="755" mode="644"/>
<tarfileset dir="${src}/de/anomic/soap/"
@ -77,7 +76,7 @@
<target name="copy" depends="compile">
<!-- copy libx -->
<copy todir="${release}/libx/">
<fileset dir="${libx}" includes="axis.jar,axis-ant.jar,commons-discovery.jar,commons-logging.jar,jaxrpc.jar,saaj.jar,wsdl4j.jar,gnumail.jar,activation.jar,inetlib.jar"/>
<fileset dir="${libx}" includes="axis.jar,axis-ant.jar,commons-discovery.jar,jaxrpc.jar,saaj.jar,wsdl4j.jar,gnumail.jar,activation.jar,inetlib.jar"/>
</copy>
<!-- copy source files -->
<copy todir="${release}/source/de/anomic/soap/">

Loading…
Cancel
Save