Skip to content

Commit

Permalink
removed rpm parser
Browse files Browse the repository at this point in the history
- no-one used that thing
- loading huge rpm files bay be causes for crashes


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6223 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
orbiter committed Jul 16, 2009
1 parent b332dfa commit eea4c17
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 200 deletions.
1 change: 0 additions & 1 deletion .classpath
Expand Up @@ -33,7 +33,6 @@
<classpathentry kind="lib" path="lib/poi-scratchpad-3.2-FINAL-20081019.jar"/>
<classpathentry kind="lib" path="lib/webcat-0.1-swf.jar"/>
<classpathentry kind="lib" path="lib/odf_utils_05_11_29.jar"/>
<classpathentry kind="lib" path="lib/jrpm-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/activation.jar"/>
<classpathentry kind="lib" path="lib/commons-jxpath-1.3.jar"/>
<classpathentry kind="output" path="gen"/>
Expand Down
15 changes: 0 additions & 15 deletions build.xml
Expand Up @@ -175,7 +175,6 @@
<pathelement location="${lib}/commons-jxpath-1.3.jar" />
<pathelement location="${lib}/commons-logging-1.1.1.jar" />
<pathelement location="${lib}/jakarta-oro-2.0.7.jar" />
<pathelement location="${lib}/jrpm-SNAPSHOT.jar" />
<pathelement location="${lib}/jsch-0.1.21.jar" />
<pathelement location="${lib}/log4j-1.2.9.jar" />
<pathelement location="${lib}/mysql-connector-java-5.1.7-bin.jar" />
Expand Down Expand Up @@ -814,20 +813,6 @@
</jar>
</target>

<!--
Explanation of the confusing Exe Targets:
-makeWinStartExe creates a windows-program, which starts yacy instead
of the startYACY.bat file.
-distWithWinStartExe creates a tarball with the program included
This needs jsmoothgen
-distWininstaller and
winInstallerExe build a installer-programm for windows, instead of a tar.gz.
This needs nsis-ant-1.2.jar in the yacyfolder.
-->

<target name="rpm" depends="all" description="Creates the main rpm-package and another for lib">
<mkdir dir="${release}/RPMS/noarch" />
<mkdir dir="${release}/BUILD" />
Expand Down
Binary file removed lib/jrpm-SNAPSHOT.jar
Binary file not shown.
2 changes: 0 additions & 2 deletions source/de/anomic/document/Parser.java
Expand Up @@ -47,7 +47,6 @@
import de.anomic.document.parser.pdfParser;
import de.anomic.document.parser.pptParser;
import de.anomic.document.parser.psParser;
import de.anomic.document.parser.rpmParser;
import de.anomic.document.parser.rssParser;
import de.anomic.document.parser.rtfParser;
import de.anomic.document.parser.sevenzipParser;
Expand Down Expand Up @@ -85,7 +84,6 @@ public final class Parser {
initParser(new pdfParser());
initParser(new pptParser());
initParser(new psParser());
initParser(new rpmParser());
initParser(new rssParser());
initParser(new rtfParser());
initParser(new sevenzipParser());
Expand Down
182 changes: 0 additions & 182 deletions source/de/anomic/document/parser/rpmParser.java

This file was deleted.

0 comments on commit eea4c17

Please sign in to comment.