- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for Jest (0.05 sec)
-
deps.xml
/> L30: <param name="jar.version" value="2.1.1" /> L31: <param name="file.version" value="2.1.1" /> L32: </antcall> L33: <!-- kopf --> L34: <get dest="${target.dir}/kopf.zip"> L35: <url url="https://github.com/codelibs/elasticsearch-kopf/archive/${kopf.branch}.zip" /> L36: </get> L37: <delete dir="${site.dir}/kopf" /> L38: <unzip dest="${site.dir}/kopf" src="${target.dir}/kopf.zip"> L39: <patternset> L40: <include name="elasticsearch-kopf-${kopf.branch}/_site/**" /> L41: </patternset>...github.com/codelibs/fess/deps.xmlThu Oct 24 04:37:19 UTC 2024 2.5K bytes -
module.xml
ersion}" /> L78: </antcall> L79: L80: <antcall target="remove.jars" /> L81: </target> L82: L83: <target name="install.module"> L84: <get dest="${target.dir}"> L85: <url url="${repo.url}/${module.groupId}/${module.name.prefix}${module.name}/${module.version}/${module.name.prefix}${module.name}-${module.zip.version}.zip" /> L86: </get> L87: <unzip dest="${modules.dir}/${module.name}" src="${target.dir}/${module.name.prefix}${module.name}-${module.zip.version}.zip"> L88: <patternset> L89: ...github.com/codelibs/fess/module.xmlFri Oct 25 12:43:59 UTC 2024 4.5K bytes -
pom.xml
roupId> L138: <artifactId>commons-io</artifactId> L139: <version>2.14.0</version> L140: </dependency> L141: <dependency> L142: <groupId>junit</groupId> L143: <artifactId>junit</artifactId> L144: <version>4.13.1</version> L145: <scope>test</scope> L146: </dependency> L147: </dependencies> L148:</project>...github.com/codelibs/curl4j/pom.xmlThu Oct 03 17:04:48 UTC 2024 4K bytes -
plugin.xml
value="2.17.1" /> L49: </antcall> L50: L51: <antcall target="remove.jars" /> L52: </target> L53: L54: <target name="install.plugin"> L55: <get dest="${target.dir}"> L56: <url url="${repo.url}/${plugin.groupId}/${plugin.name.prefix}${plugin.name}/${plugin.version}/${plugin.name.prefix}${plugin.name}-${plugin.zip.version}.zip" /> L57: </get> L58: <unzip dest="${plugins.dir}/${plugin.name}" src="${target.dir}/${plugin.name.prefix}${plugin.name}-${plugin.zip.version}.zip"> L59: <patternset> L60: ...github.com/codelibs/fess/plugin.xmlFri Oct 25 23:33:43 UTC 2024 3.5K bytes