- Sort Score
- Result 10 results
- Languages All
Results 1 - 8 of 8 for FileSet (0.15 sec)
-
apache-maven/src/assembly/component.xml
<lineEnding>unix</lineEnding> <fileMode>0755</fileMode> </fileSet> <fileSet> <directory>src/assembly/maven/conf</directory> <outputDirectory>conf</outputDirectory> </fileSet> <fileSet> <directory>src/assembly/maven/lib</directory> <outputDirectory>lib</outputDirectory> </fileSet> </fileSets>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sat Jun 07 06:22:47 UTC 2025 - 3.6K bytes - Viewed (0) -
guava-gwt/pom.xml
<fileset dir="${project.build.directory}/guava-sources"> <contains text="@GwtCompatible"/> </fileset> </copy> <!-- The following don't contain @GwtCompatible for dependency reasons. --> <copy toDir="${project.build.directory}/guava-gwt-sources"> <fileset dir="${project.build.directory}/guava-sources">
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 19.4K bytes - Viewed (0) -
plugin.xml
<patternset> <include name="**" /> </patternset> <cutdirsmapper dirs="1" /> </unzip> </target> <target name="remove.jars" if="with.fess"> <delete> <fileset dir="${plugins.dir}"> <include name="configsync/commons-codec-*" /> <include name="dataformat/commons-codec-*" /> <include name="dataformat/commons-collections4-*" />
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 3.5K bytes - Viewed (0) -
deps.xml
<patternset> <include name="elasticsearch-kopf-${kopf.branch}/_site/**" /> </patternset> <cutdirsmapper dirs="2" /> </unzip> <delete> <fileset dir="${webinf.dir}/plugin"> <include name="**/*.jar" /> </fileset> </delete> </target> <target name="install.env.jar"> <get dest="${target.dir}">
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun May 18 04:53:52 UTC 2025 - 2.5K bytes - Viewed (0) -
module.xml
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 3.9K bytes - Viewed (0) -
apache-maven/pom.xml
<configuration> <excludeDefaultDirectories>true</excludeDefaultDirectories> <filesets> <fileset> <directory>${distributionTargetDir}</directory> </fileset> </filesets> </configuration> </execution> </executions> </plugin> <plugin>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sat Sep 06 21:30:13 UTC 2025 - 12.7K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
return "Scm {connection=" + getConnection() + "}"; } ]]> </code> </codeSegment> </codeSegments> </class> <class> <name>FileSet</name> <version>3.0.0+</version> <superClass>PatternSet</superClass> <description>A PatternSet for files.</description> <fields> <field> <name>directory</name>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Aug 07 14:32:16 UTC 2025 - 132.7K bytes - Viewed (0) -
cmd/sftp-server-driver.go
handler := &sftpDriver{ endpoint: fmt.Sprintf("127.0.0.1:%s", globalMinioPort), permissions: perms, remoteIP: remoteIP, } return sftp.Handlers{ FileGet: handler, FilePut: handler, FileCmd: handler, FileList: handler, } } type forwardForTransport struct { tr http.RoundTripper fwd string }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon Feb 10 16:35:49 UTC 2025 - 11.6K bytes - Viewed (0)