- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 1,353 for includes (0.13 sec)
-
apache-maven/src/assembly/component.xml
<include>*.conf</include> </includes> <lineEnding>dos</lineEnding> </fileSet> <fileSet> <directory>target/dependency/org/jline/nativ</directory> <outputDirectory>lib/jline-native</outputDirectory> <includes> <include>**/*.so</include> <include>**/*.jnilib</include> <include>**/*.dll</include> </includes> </fileSet> <fileSet>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Thu Oct 24 12:01:35 UTC 2024 - 3.5K bytes - Viewed (0) -
src/main/assemblies/common-bin.xml
<lineEnding>unix</lineEnding> <includes> <include>fess.in.sh</include> <include>fess</include> <include>generate-thumbnail</include> </includes> </fileSet> <fileSet> <filtered>false</filtered> <outputDirectory>fess-${project.version}/bin</outputDirectory> <includes> <include>module.xml</include> <include>plugin.xml</include> </includes> </fileSet> <!-- lib -->
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Mar 17 02:29:43 UTC 2022 - 3.7K bytes - Viewed (0) -
build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/tasks/PackageListGenerator.kt
if (shouldInclude(packageName, excludes, includes)) { builder.addWord(packageName) } } } private fun shouldInclude(packageName: String, excludes: List<String>, includes: List<String>): Boolean { for (exclude in excludes) { if ("$packageName/".startsWith("$exclude/")) {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Oct 11 19:14:16 UTC 2024 - 7.1K bytes - Viewed (0) -
pom.xml
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 02:16:03 UTC 2024 - 49.1K bytes - Viewed (0) -
architecture/standards/0004-use-a-platform-architecture.md
- **Configuration**: Allows the build structure and work, such as tasks, to be specified. This includes the project model, the DSL and so on. - **Execution**: Runs the work efficiently. This includes scheduling, execution, caching and so on.
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Sun Feb 25 22:19:29 UTC 2024 - 4.5K bytes - Viewed (0) -
architecture/platforms.md
- **core-configuration**: Allows the build structure and work, such as tasks, to be specified. This includes the project model, the DSL and so on. - **core-execution**: Runs the work efficiently. This includes scheduling, execution, caching and so on.
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu May 02 06:42:46 UTC 2024 - 5.4K bytes - Viewed (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/props/MavenPropertiesLoader.java
throws IOException { String includes = configProps.get(INCLUDES_PROPERTY); if (includes != null) { includes = substVars(includes, INCLUDES_PROPERTY, configProps, callback); StringTokenizer st = new StringTokenizer(includes, "?\",", true); if (st.countTokens() > 0) { String location; do {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 6.5K bytes - Viewed (0) -
ci/official/containers/linux_arm64/devel.usertools/code_check_full.bats
} @test "Pip package generated license includes all dependencies' licenses" { do_external_licenses_check \ "//tensorflow/tools/pip_package:build_pip_package" \ "//tensorflow/tools/pip_package:licenses" } @test "Libtensorflow generated license includes all dependencies' licenses" { do_external_licenses_check \ "//tensorflow:libtensorflow.so" \
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Aug 14 18:47:44 UTC 2024 - 12.9K bytes - Viewed (0) -
compat/maven-toolchain-builder/pom.xml
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 4.4K bytes - Viewed (0) -
apache-maven/src/main/appended-resources/META-INF/NOTICE.vm
- Core Library Copyright 2006-2022 Google, Inc. This product includes software developed at The Apache Software Foundation (http://www.apache.org/). META-INF/NOTICE in archive lib/plexus-utils-3.2.1.jar This product includes software developed by the Indiana University Extreme! Lab (http://www.extreme.indiana.edu/). This product includes software developed by The Apache Software Foundation (http://www.apache.org/). This product includes software developed by ThoughtWorks (http://www.thoughtworks.com)....
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Sat Sep 10 19:27:25 UTC 2022 - 5.5K bytes - Viewed (0)