- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 673 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) -
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) -
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) -
architecture/build-state-model.md
build1 --> project2 build2["included build"] build_tree --> build2 project3["root project"] build2 --> project3 project4["project"] build2 --> project4 ``` ### Build process state The "build process state" holds the global state of the build process and manages all the other state. The build process state also includes state that is tied to a particular Gradle user home directory.
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed May 22 13:39:49 UTC 2024 - 3.4K bytes - Viewed (0) -
dbflute_fess/dfprop/conditionBeanMap.dfprop
# ; !InScope = map:{ $$ALL$$ = list:{ type:LONGVARCHAR } } # } # # This means that Number excludes all version-no's NotEqual. # ; Number = map:{ # ; !NotEqual = map:{ $$ALL$$ = list:{ $$VersionNo$$ } } # } # # This means that Date does not includes NotEqual at all tables. # ; Date = map:{ # ; NotEqual = map:{} # } # } #
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 31 23:35:14 UTC 2015 - 4K bytes - Viewed (0)