- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for Jest (0.03 sec)
-
dbflute.xml
file="${mydbflute.dir}" type="dir" /> L11: </condition> L12: </target> L13: L14: <target name="download.dbflute" depends="mydbflute.check" unless="mydbflute.exists"> L15: <mkdir dir="${mydbflute.dir}" /> L16: <get dest="${target.dir}/mydbflute.zip"> L17: <url url="${mydbflute.url}" /> L18: </get> L19: <unzip dest="${mydbflute.dir}" src="${target.dir}/mydbflute.zip"> L20: <patternset> L21: <include name="lastaflute-example-waterfront-${branch.name}/mydbflute/dbflute-1.x/**" /> L22: </patternset> L23: ...github.com/codelibs/fess/dbflute.xmlSat Sep 21 05:37:26 UTC 2024 1000 bytes -
app.xml
<component class="org.codelibs.fess.auth.chain.CommandChain"> L71: <property name="updateCommand">[ L72: "/usr/sbin/htpasswd", L73: "-b", L74: "/tmp/test.txt", L75: "$USERNAME", L76: "$PASSWORD" L77: ]</property> L78: <property name="deleteCommand">[ L79: "/usr/sbin/htpasswd", L80: "-D", L81: "/tmp/test.txt", L82: "$USERNAME" L83: ]</property> L84: <property name="targetUsers">[ L85: "admin" L86: ]</property> L87: </component> L88: </arg>...github.com/codelibs/fess/src/main/resources/app...Sun Nov 19 02:22:47 UTC 2023 3.8K bytes -
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
L59: <activeByDefault>true</activeByDefault> L60: </activation> L61: <properties> L62: <test.include.path>**/*Test.java</test.include.path> L63: <test.command.args>--illegal-access=permit</test.command.args> L64: </properties> L65: </profile> L66: <profile> L67: <id>integrationTests</id> L68: <properties> L69: <test.include.path>**/*Tests.java</test.include.path> L70: <test.command.args /> L71: </properties> L72: </profile> L73: </profiles> L74: <build> L75: <finalN...github.com/codelibs/fess/pom.xmlSat Oct 26 02:16:03 UTC 2024 49.1K 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