- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for Codec (0.02 sec)
-
plugin.xml
</patternset> L62: <cutdirsmapper dirs="1" /> L63: </unzip> L64: </target> L65: L66: <target name="remove.jars" if="with.fess"> L67: <delete> L68: <fileset dir="${plugins.dir}"> L69: <include name="configsync/commons-codec-*" /> L70: <include name="dataformat/commons-codec-*" /> L71: <include name="dataformat/commons-collections4-*" /> L72: <include name="dataformat/commons-compress-*" /> L73: <include name="dataformat/commons-math3-*" /> L74: <include name="dataformat/curvesapi-*"...github.com/codelibs/fess/plugin.xmlFri Oct 25 23:33:43 UTC 2024 3.5K bytes -
module.xml
</target> L94: L95: <target name="remove.jars" if="with.fess"> L96: <delete> L97: <fileset dir="${modules.dir}"> L98: <include name="lang-expression/asm-*" /> L99: <include name="lang-painless/asm-*" /> L100: <include name="reindex/commons-codec-*" /> L101: <include name="reindex/commons-logging-*" /> L102: <include name="reindex/httpclient-*" /> L103: <include name="reindex/httpcore-4*" /> L104: </fileset> L105: </delete> L106: </target> L107:</project>...github.com/codelibs/fess/module.xmlFri Oct 25 12:43:59 UTC 2024 4.5K bytes -
pom.xml
<dependency> L1243: <groupId>org.codelibs</groupId> L1244: <artifactId>spnego</artifactId> L1245: <version>${spnego.version}</version> L1246: </dependency> L1247: <dependency> L1248: <groupId>commons-codec</groupId> L1249: <artifactId>commons-codec</artifactId> L1250: <version>${commons.codec.version}</version> L1251: </dependency> L1252: <dependency> L1253: <groupId>commons-io</groupId> L1254: <artifactId>commons-io</artifactId> L1255: <version>${commons.io.version}</version> L1256:...github.com/codelibs/fess/pom.xmlSat Oct 26 02:16:03 UTC 2024 49.1K bytes