|
|
|
@ -27,11 +27,6 @@
|
|
|
|
|
<!-- add all parts of this parser into a single zip file -->
|
|
|
|
|
<target name="zip" depends="compile">
|
|
|
|
|
<tar destfile="${parserArchive}" compression="gzip">
|
|
|
|
|
<!-- needed libraries and license files of these libs -->
|
|
|
|
|
<tarfileset dir="${lib}"
|
|
|
|
|
includes="poi-*.*"
|
|
|
|
|
prefix="${releaseFileParentDir}/lib/"
|
|
|
|
|
dirmode="755" mode="644"/>
|
|
|
|
|
<!-- source files of this parser -->
|
|
|
|
|
<tarfileset dir="${src}/de/anomic/plasma/parser/${parserShortName}"
|
|
|
|
|
prefix="${releaseFileParentDir}/source/de/anomic/plasma/parser/${parserShortName}"
|
|
|
|
@ -45,11 +40,6 @@
|
|
|
|
|
|
|
|
|
|
<!-- just copy all parts of this parser into the release directory -->
|
|
|
|
|
<target name="copy" depends="compile">
|
|
|
|
|
<!-- copy needed libs -->
|
|
|
|
|
<copy todir="${release}/lib/">
|
|
|
|
|
<fileset dir="${lib}" includes="poi-*.*"/>
|
|
|
|
|
</copy>
|
|
|
|
|
|
|
|
|
|
<!-- copy source code files -->
|
|
|
|
|
<copy todir="${release}/source/de/anomic/plasma/parser/${parserShortName}">
|
|
|
|
|
<fileset dir="${src}/de/anomic/plasma/parser/${parserShortName}" includes="**/*"/>
|
|
|
|
@ -63,4 +53,4 @@
|
|
|
|
|
|
|
|
|
|
<target name="dist" depends="compile,zip" description="Compile and zip the parser"/>
|
|
|
|
|
|
|
|
|
|
</project>
|
|
|
|
|
</project>
|
|
|
|
|